git.delta.rocks / unique-network / refs/commits / 0a94ed067eb3

difftreelog

source

Cargo.lock311.8 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 "lazy_static",750 "memchr",751 "regex-automata",752]753754[[package]]755name = "build-helper"756version = "0.1.1"757source = "registry+https://github.com/rust-lang/crates.io-index"758checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"759dependencies = [760 "semver 0.6.0",761]762763[[package]]764name = "bumpalo"765version = "3.11.1"766source = "registry+https://github.com/rust-lang/crates.io-index"767checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"768769[[package]]770name = "byte-slice-cast"771version = "1.2.1"772source = "registry+https://github.com/rust-lang/crates.io-index"773checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"774775[[package]]776name = "byte-tools"777version = "0.3.1"778source = "registry+https://github.com/rust-lang/crates.io-index"779checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"780781[[package]]782name = "byteorder"783version = "1.4.3"784source = "registry+https://github.com/rust-lang/crates.io-index"785checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"786787[[package]]788name = "bytes"789version = "1.2.1"790source = "registry+https://github.com/rust-lang/crates.io-index"791checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"792793[[package]]794name = "bzip2-sys"795version = "0.1.11+1.0.8"796source = "registry+https://github.com/rust-lang/crates.io-index"797checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"798dependencies = [799 "cc",800 "libc",801 "pkg-config",802]803804[[package]]805name = "cache-padded"806version = "1.2.0"807source = "registry+https://github.com/rust-lang/crates.io-index"808checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"809810[[package]]811name = "camino"812version = "1.1.1"813source = "registry+https://github.com/rust-lang/crates.io-index"814checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"815dependencies = [816 "serde",817]818819[[package]]820name = "cargo-platform"821version = "0.1.2"822source = "registry+https://github.com/rust-lang/crates.io-index"823checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"824dependencies = [825 "serde",826]827828[[package]]829name = "cargo_metadata"830version = "0.14.2"831source = "registry+https://github.com/rust-lang/crates.io-index"832checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"833dependencies = [834 "camino",835 "cargo-platform",836 "semver 1.0.14",837 "serde",838 "serde_json",839]840841[[package]]842name = "cc"843version = "1.0.73"844source = "registry+https://github.com/rust-lang/crates.io-index"845checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"846dependencies = [847 "jobserver",848]849850[[package]]851name = "cexpr"852version = "0.6.0"853source = "registry+https://github.com/rust-lang/crates.io-index"854checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"855dependencies = [856 "nom",857]858859[[package]]860name = "cfg-expr"861version = "0.10.3"862source = "registry+https://github.com/rust-lang/crates.io-index"863checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"864dependencies = [865 "smallvec",866]867868[[package]]869name = "cfg-if"870version = "0.1.10"871source = "registry+https://github.com/rust-lang/crates.io-index"872checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"873874[[package]]875name = "cfg-if"876version = "1.0.0"877source = "registry+https://github.com/rust-lang/crates.io-index"878checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"879880[[package]]881name = "cfg_aliases"882version = "0.1.1"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"885886[[package]]887name = "chacha20"888version = "0.8.2"889source = "registry+https://github.com/rust-lang/crates.io-index"890checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"891dependencies = [892 "cfg-if 1.0.0",893 "cipher 0.3.0",894 "cpufeatures",895 "zeroize",896]897898[[package]]899name = "chacha20poly1305"900version = "0.9.1"901source = "registry+https://github.com/rust-lang/crates.io-index"902checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"903dependencies = [904 "aead",905 "chacha20",906 "cipher 0.3.0",907 "poly1305",908 "zeroize",909]910911[[package]]912name = "chrono"913version = "0.4.22"914source = "registry+https://github.com/rust-lang/crates.io-index"915checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"916dependencies = [917 "iana-time-zone",918 "js-sys",919 "num-integer",920 "num-traits",921 "time 0.1.44",922 "wasm-bindgen",923 "winapi",924]925926[[package]]927name = "cid"928version = "0.8.6"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"931dependencies = [932 "core2",933 "multibase",934 "multihash",935 "serde",936 "unsigned-varint",937]938939[[package]]940name = "cipher"941version = "0.3.0"942source = "registry+https://github.com/rust-lang/crates.io-index"943checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"944dependencies = [945 "generic-array 0.14.6",946]947948[[package]]949name = "cipher"950version = "0.4.3"951source = "registry+https://github.com/rust-lang/crates.io-index"952checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"953dependencies = [954 "crypto-common",955 "inout",956]957958[[package]]959name = "ckb-merkle-mountain-range"960version = "0.3.2"961source = "registry+https://github.com/rust-lang/crates.io-index"962checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"963dependencies = [964 "cfg-if 0.1.10",965]966967[[package]]968name = "clang-sys"969version = "1.4.0"970source = "registry+https://github.com/rust-lang/crates.io-index"971checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"972dependencies = [973 "glob",974 "libc",975 "libloading 0.7.3",976]977978[[package]]979name = "clap"980version = "3.2.22"981source = "registry+https://github.com/rust-lang/crates.io-index"982checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"983dependencies = [984 "atty",985 "bitflags",986 "clap_derive",987 "clap_lex",988 "indexmap",989 "once_cell",990 "strsim",991 "termcolor",992 "textwrap",993]994995[[package]]996name = "clap_derive"997version = "3.2.18"998source = "registry+https://github.com/rust-lang/crates.io-index"999checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"1000dependencies = [1001 "heck",1002 "proc-macro-error",1003 "proc-macro2",1004 "quote",1005 "syn",1006]10071008[[package]]1009name = "clap_lex"1010version = "0.2.4"1011source = "registry+https://github.com/rust-lang/crates.io-index"1012checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"1013dependencies = [1014 "os_str_bytes",1015]10161017[[package]]1018name = "cmake"1019version = "0.1.48"1020source = "registry+https://github.com/rust-lang/crates.io-index"1021checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1022dependencies = [1023 "cc",1024]10251026[[package]]1027name = "coarsetime"1028version = "0.1.22"1029source = "registry+https://github.com/rust-lang/crates.io-index"1030checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1031dependencies = [1032 "libc",1033 "once_cell",1034 "wasi 0.11.0+wasi-snapshot-preview1",1035 "wasm-bindgen",1036]10371038[[package]]1039name = "codespan-reporting"1040version = "0.11.1"1041source = "registry+https://github.com/rust-lang/crates.io-index"1042checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1043dependencies = [1044 "termcolor",1045 "unicode-width",1046]10471048[[package]]1049name = "comfy-table"1050version = "6.1.1"1051source = "registry+https://github.com/rust-lang/crates.io-index"1052checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"1053dependencies = [1054 "strum",1055 "strum_macros",1056 "unicode-width",1057]10581059[[package]]1060name = "concat-idents"1061version = "1.1.3"1062source = "registry+https://github.com/rust-lang/crates.io-index"1063checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"1064dependencies = [1065 "quote",1066 "syn",1067]10681069[[package]]1070name = "concurrent-queue"1071version = "1.2.4"1072source = "registry+https://github.com/rust-lang/crates.io-index"1073checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1074dependencies = [1075 "cache-padded",1076]10771078[[package]]1079name = "console"1080version = "0.15.2"1081source = "registry+https://github.com/rust-lang/crates.io-index"1082checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1083dependencies = [1084 "encode_unicode",1085 "lazy_static",1086 "libc",1087 "terminal_size",1088 "winapi",1089]10901091[[package]]1092name = "const-oid"1093version = "0.7.1"1094source = "registry+https://github.com/rust-lang/crates.io-index"1095checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10961097[[package]]1098name = "constant_time_eq"1099version = "0.1.5"1100source = "registry+https://github.com/rust-lang/crates.io-index"1101checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11021103[[package]]1104name = "convert_case"1105version = "0.4.0"1106source = "registry+https://github.com/rust-lang/crates.io-index"1107checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11081109[[package]]1110name = "core-foundation"1111version = "0.9.3"1112source = "registry+https://github.com/rust-lang/crates.io-index"1113checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1114dependencies = [1115 "core-foundation-sys",1116 "libc",1117]11181119[[package]]1120name = "core-foundation-sys"1121version = "0.8.3"1122source = "registry+https://github.com/rust-lang/crates.io-index"1123checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11241125[[package]]1126name = "core2"1127version = "0.4.0"1128source = "registry+https://github.com/rust-lang/crates.io-index"1129checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1130dependencies = [1131 "memchr",1132]11331134[[package]]1135name = "cpp_demangle"1136version = "0.3.5"1137source = "registry+https://github.com/rust-lang/crates.io-index"1138checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1139dependencies = [1140 "cfg-if 1.0.0",1141]11421143[[package]]1144name = "cpufeatures"1145version = "0.2.5"1146source = "registry+https://github.com/rust-lang/crates.io-index"1147checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1148dependencies = [1149 "libc",1150]11511152[[package]]1153name = "cranelift-bforest"1154version = "0.88.1"1155source = "registry+https://github.com/rust-lang/crates.io-index"1156checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1157dependencies = [1158 "cranelift-entity",1159]11601161[[package]]1162name = "cranelift-codegen"1163version = "0.88.1"1164source = "registry+https://github.com/rust-lang/crates.io-index"1165checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1166dependencies = [1167 "arrayvec 0.7.2",1168 "bumpalo",1169 "cranelift-bforest",1170 "cranelift-codegen-meta",1171 "cranelift-codegen-shared",1172 "cranelift-entity",1173 "cranelift-isle",1174 "gimli",1175 "log",1176 "regalloc2",1177 "smallvec",1178 "target-lexicon",1179]11801181[[package]]1182name = "cranelift-codegen-meta"1183version = "0.88.1"1184source = "registry+https://github.com/rust-lang/crates.io-index"1185checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1186dependencies = [1187 "cranelift-codegen-shared",1188]11891190[[package]]1191name = "cranelift-codegen-shared"1192version = "0.88.1"1193source = "registry+https://github.com/rust-lang/crates.io-index"1194checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11951196[[package]]1197name = "cranelift-entity"1198version = "0.88.1"1199source = "registry+https://github.com/rust-lang/crates.io-index"1200checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1201dependencies = [1202 "serde",1203]12041205[[package]]1206name = "cranelift-frontend"1207version = "0.88.1"1208source = "registry+https://github.com/rust-lang/crates.io-index"1209checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1210dependencies = [1211 "cranelift-codegen",1212 "log",1213 "smallvec",1214 "target-lexicon",1215]12161217[[package]]1218name = "cranelift-isle"1219version = "0.88.1"1220source = "registry+https://github.com/rust-lang/crates.io-index"1221checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12221223[[package]]1224name = "cranelift-native"1225version = "0.88.1"1226source = "registry+https://github.com/rust-lang/crates.io-index"1227checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1228dependencies = [1229 "cranelift-codegen",1230 "libc",1231 "target-lexicon",1232]12331234[[package]]1235name = "cranelift-wasm"1236version = "0.88.1"1237source = "registry+https://github.com/rust-lang/crates.io-index"1238checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1239dependencies = [1240 "cranelift-codegen",1241 "cranelift-entity",1242 "cranelift-frontend",1243 "itertools",1244 "log",1245 "smallvec",1246 "wasmparser",1247 "wasmtime-types",1248]12491250[[package]]1251name = "crc32fast"1252version = "1.3.2"1253source = "registry+https://github.com/rust-lang/crates.io-index"1254checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1255dependencies = [1256 "cfg-if 1.0.0",1257]12581259[[package]]1260name = "crossbeam-channel"1261version = "0.5.6"1262source = "registry+https://github.com/rust-lang/crates.io-index"1263checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1264dependencies = [1265 "cfg-if 1.0.0",1266 "crossbeam-utils",1267]12681269[[package]]1270name = "crossbeam-deque"1271version = "0.8.2"1272source = "registry+https://github.com/rust-lang/crates.io-index"1273checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1274dependencies = [1275 "cfg-if 1.0.0",1276 "crossbeam-epoch",1277 "crossbeam-utils",1278]12791280[[package]]1281name = "crossbeam-epoch"1282version = "0.9.11"1283source = "registry+https://github.com/rust-lang/crates.io-index"1284checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1285dependencies = [1286 "autocfg",1287 "cfg-if 1.0.0",1288 "crossbeam-utils",1289 "memoffset",1290 "scopeguard",1291]12921293[[package]]1294name = "crossbeam-queue"1295version = "0.3.6"1296source = "registry+https://github.com/rust-lang/crates.io-index"1297checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1298dependencies = [1299 "cfg-if 1.0.0",1300 "crossbeam-utils",1301]13021303[[package]]1304name = "crossbeam-utils"1305version = "0.8.12"1306source = "registry+https://github.com/rust-lang/crates.io-index"1307checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1308dependencies = [1309 "cfg-if 1.0.0",1310]13111312[[package]]1313name = "crunchy"1314version = "0.2.2"1315source = "registry+https://github.com/rust-lang/crates.io-index"1316checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13171318[[package]]1319name = "crypto-bigint"1320version = "0.3.2"1321source = "registry+https://github.com/rust-lang/crates.io-index"1322checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1323dependencies = [1324 "generic-array 0.14.6",1325 "rand_core 0.6.4",1326 "subtle",1327 "zeroize",1328]13291330[[package]]1331name = "crypto-common"1332version = "0.1.6"1333source = "registry+https://github.com/rust-lang/crates.io-index"1334checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1335dependencies = [1336 "generic-array 0.14.6",1337 "typenum",1338]13391340[[package]]1341name = "crypto-mac"1342version = "0.8.0"1343source = "registry+https://github.com/rust-lang/crates.io-index"1344checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1345dependencies = [1346 "generic-array 0.14.6",1347 "subtle",1348]13491350[[package]]1351name = "crypto-mac"1352version = "0.11.1"1353source = "registry+https://github.com/rust-lang/crates.io-index"1354checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1355dependencies = [1356 "generic-array 0.14.6",1357 "subtle",1358]13591360[[package]]1361name = "ctor"1362version = "0.1.26"1363source = "registry+https://github.com/rust-lang/crates.io-index"1364checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1365dependencies = [1366 "quote",1367 "syn",1368]13691370[[package]]1371name = "ctr"1372version = "0.8.0"1373source = "registry+https://github.com/rust-lang/crates.io-index"1374checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1375dependencies = [1376 "cipher 0.3.0",1377]13781379[[package]]1380name = "cuckoofilter"1381version = "0.5.0"1382source = "registry+https://github.com/rust-lang/crates.io-index"1383checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1384dependencies = [1385 "byteorder",1386 "fnv",1387 "rand 0.7.3",1388]13891390[[package]]1391name = "cumulus-client-cli"1392version = "0.1.0"1393source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1394dependencies = [1395 "clap",1396 "parity-scale-codec 3.2.1",1397 "sc-chain-spec",1398 "sc-cli",1399 "sc-service",1400 "sp-core",1401 "sp-runtime",1402 "url",1403]14041405[[package]]1406name = "cumulus-client-collator"1407version = "0.1.0"1408source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1409dependencies = [1410 "cumulus-client-consensus-common",1411 "cumulus-client-network",1412 "cumulus-primitives-core",1413 "cumulus-relay-chain-interface",1414 "futures 0.3.25",1415 "parity-scale-codec 3.2.1",1416 "parking_lot 0.12.1",1417 "polkadot-node-primitives",1418 "polkadot-node-subsystem",1419 "polkadot-overseer",1420 "polkadot-primitives",1421 "sc-client-api",1422 "sp-api",1423 "sp-consensus",1424 "sp-core",1425 "sp-runtime",1426 "tracing",1427]14281429[[package]]1430name = "cumulus-client-consensus-aura"1431version = "0.1.0"1432source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1433dependencies = [1434 "async-trait",1435 "cumulus-client-consensus-common",1436 "cumulus-primitives-core",1437 "futures 0.3.25",1438 "parity-scale-codec 3.2.1",1439 "sc-client-api",1440 "sc-consensus",1441 "sc-consensus-aura",1442 "sc-consensus-slots",1443 "sc-telemetry",1444 "sp-api",1445 "sp-application-crypto",1446 "sp-block-builder",1447 "sp-blockchain",1448 "sp-consensus",1449 "sp-consensus-aura",1450 "sp-core",1451 "sp-inherents",1452 "sp-keystore",1453 "sp-runtime",1454 "substrate-prometheus-endpoint",1455 "tracing",1456]14571458[[package]]1459name = "cumulus-client-consensus-common"1460version = "0.1.0"1461source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1462dependencies = [1463 "async-trait",1464 "cumulus-relay-chain-interface",1465 "dyn-clone",1466 "futures 0.3.25",1467 "parity-scale-codec 3.2.1",1468 "polkadot-primitives",1469 "sc-client-api",1470 "sc-consensus",1471 "sp-api",1472 "sp-blockchain",1473 "sp-consensus",1474 "sp-runtime",1475 "sp-trie",1476 "tracing",1477]14781479[[package]]1480name = "cumulus-client-network"1481version = "0.1.0"1482source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1483dependencies = [1484 "async-trait",1485 "cumulus-relay-chain-interface",1486 "derive_more",1487 "futures 0.3.25",1488 "futures-timer",1489 "parity-scale-codec 3.2.1",1490 "parking_lot 0.12.1",1491 "polkadot-node-primitives",1492 "polkadot-parachain",1493 "polkadot-primitives",1494 "sc-client-api",1495 "sp-api",1496 "sp-blockchain",1497 "sp-consensus",1498 "sp-core",1499 "sp-runtime",1500 "sp-state-machine",1501 "tracing",1502]15031504[[package]]1505name = "cumulus-client-pov-recovery"1506version = "0.1.0"1507source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1508dependencies = [1509 "cumulus-primitives-core",1510 "cumulus-relay-chain-interface",1511 "futures 0.3.25",1512 "futures-timer",1513 "parity-scale-codec 3.2.1",1514 "polkadot-node-primitives",1515 "polkadot-node-subsystem",1516 "polkadot-overseer",1517 "polkadot-primitives",1518 "rand 0.8.5",1519 "sc-client-api",1520 "sc-consensus",1521 "sp-api",1522 "sp-consensus",1523 "sp-maybe-compressed-blob",1524 "sp-runtime",1525 "tracing",1526]15271528[[package]]1529name = "cumulus-client-service"1530version = "0.1.0"1531source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1532dependencies = [1533 "cumulus-client-cli",1534 "cumulus-client-collator",1535 "cumulus-client-consensus-common",1536 "cumulus-client-pov-recovery",1537 "cumulus-primitives-core",1538 "cumulus-relay-chain-interface",1539 "parking_lot 0.12.1",1540 "polkadot-overseer",1541 "polkadot-primitives",1542 "sc-client-api",1543 "sc-consensus",1544 "sc-consensus-babe",1545 "sc-service",1546 "sc-telemetry",1547 "sc-tracing",1548 "sp-api",1549 "sp-blockchain",1550 "sp-consensus",1551 "sp-core",1552 "sp-runtime",1553 "tracing",1554]15551556[[package]]1557name = "cumulus-pallet-aura-ext"1558version = "0.1.0"1559source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1560dependencies = [1561 "frame-executive",1562 "frame-support",1563 "frame-system",1564 "pallet-aura",1565 "parity-scale-codec 3.2.1",1566 "scale-info",1567 "serde",1568 "sp-application-crypto",1569 "sp-consensus-aura",1570 "sp-runtime",1571 "sp-std",1572]15731574[[package]]1575name = "cumulus-pallet-dmp-queue"1576version = "0.1.0"1577source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1578dependencies = [1579 "cumulus-primitives-core",1580 "frame-support",1581 "frame-system",1582 "log",1583 "parity-scale-codec 3.2.1",1584 "scale-info",1585 "sp-io",1586 "sp-runtime",1587 "sp-std",1588 "xcm",1589 "xcm-executor",1590]15911592[[package]]1593name = "cumulus-pallet-parachain-system"1594version = "0.1.0"1595source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1596dependencies = [1597 "bytes",1598 "cumulus-pallet-parachain-system-proc-macro",1599 "cumulus-primitives-core",1600 "cumulus-primitives-parachain-inherent",1601 "environmental",1602 "frame-support",1603 "frame-system",1604 "impl-trait-for-tuples",1605 "log",1606 "pallet-balances",1607 "parity-scale-codec 3.2.1",1608 "polkadot-parachain",1609 "scale-info",1610 "serde",1611 "sp-core",1612 "sp-externalities",1613 "sp-inherents",1614 "sp-io",1615 "sp-runtime",1616 "sp-state-machine",1617 "sp-std",1618 "sp-trie",1619 "sp-version",1620 "xcm",1621]16221623[[package]]1624name = "cumulus-pallet-parachain-system-proc-macro"1625version = "0.1.0"1626source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1627dependencies = [1628 "proc-macro-crate",1629 "proc-macro2",1630 "quote",1631 "syn",1632]16331634[[package]]1635name = "cumulus-pallet-xcm"1636version = "0.1.0"1637source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1638dependencies = [1639 "cumulus-primitives-core",1640 "frame-support",1641 "frame-system",1642 "parity-scale-codec 3.2.1",1643 "scale-info",1644 "serde",1645 "sp-io",1646 "sp-runtime",1647 "sp-std",1648 "xcm",1649]16501651[[package]]1652name = "cumulus-pallet-xcmp-queue"1653version = "0.1.0"1654source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1655dependencies = [1656 "cumulus-primitives-core",1657 "frame-support",1658 "frame-system",1659 "log",1660 "parity-scale-codec 3.2.1",1661 "rand_chacha 0.3.1",1662 "scale-info",1663 "sp-runtime",1664 "sp-std",1665 "xcm",1666 "xcm-executor",1667]16681669[[package]]1670name = "cumulus-primitives-core"1671version = "0.1.0"1672source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1673dependencies = [1674 "frame-support",1675 "parity-scale-codec 3.2.1",1676 "polkadot-core-primitives",1677 "polkadot-parachain",1678 "polkadot-primitives",1679 "sp-api",1680 "sp-runtime",1681 "sp-std",1682 "sp-trie",1683]16841685[[package]]1686name = "cumulus-primitives-parachain-inherent"1687version = "0.1.0"1688source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1689dependencies = [1690 "async-trait",1691 "cumulus-primitives-core",1692 "cumulus-relay-chain-interface",1693 "cumulus-test-relay-sproof-builder",1694 "parity-scale-codec 3.2.1",1695 "sc-client-api",1696 "scale-info",1697 "sp-api",1698 "sp-core",1699 "sp-inherents",1700 "sp-runtime",1701 "sp-state-machine",1702 "sp-std",1703 "sp-storage",1704 "sp-trie",1705 "tracing",1706]17071708[[package]]1709name = "cumulus-primitives-timestamp"1710version = "0.1.0"1711source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1712dependencies = [1713 "cumulus-primitives-core",1714 "futures 0.3.25",1715 "parity-scale-codec 3.2.1",1716 "sp-inherents",1717 "sp-std",1718 "sp-timestamp",1719]17201721[[package]]1722name = "cumulus-primitives-utility"1723version = "0.1.0"1724source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1725dependencies = [1726 "cumulus-primitives-core",1727 "frame-support",1728 "log",1729 "parity-scale-codec 3.2.1",1730 "polkadot-core-primitives",1731 "polkadot-parachain",1732 "polkadot-primitives",1733 "sp-runtime",1734 "sp-std",1735 "sp-trie",1736 "xcm",1737 "xcm-builder",1738 "xcm-executor",1739]17401741[[package]]1742name = "cumulus-relay-chain-inprocess-interface"1743version = "0.1.0"1744source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1745dependencies = [1746 "async-trait",1747 "cumulus-primitives-core",1748 "cumulus-relay-chain-interface",1749 "futures 0.3.25",1750 "futures-timer",1751 "polkadot-cli",1752 "polkadot-client",1753 "polkadot-service",1754 "sc-cli",1755 "sc-client-api",1756 "sc-consensus-babe",1757 "sc-network",1758 "sc-sysinfo",1759 "sc-telemetry",1760 "sc-tracing",1761 "sp-api",1762 "sp-blockchain",1763 "sp-consensus",1764 "sp-core",1765 "sp-runtime",1766 "sp-state-machine",1767 "tracing",1768]17691770[[package]]1771name = "cumulus-relay-chain-interface"1772version = "0.1.0"1773source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1774dependencies = [1775 "async-trait",1776 "cumulus-primitives-core",1777 "derive_more",1778 "futures 0.3.25",1779 "jsonrpsee-core",1780 "parity-scale-codec 3.2.1",1781 "parking_lot 0.12.1",1782 "polkadot-overseer",1783 "polkadot-service",1784 "sc-client-api",1785 "sp-api",1786 "sp-blockchain",1787 "sp-core",1788 "sp-runtime",1789 "sp-state-machine",1790 "thiserror",1791]17921793[[package]]1794name = "cumulus-relay-chain-rpc-interface"1795version = "0.1.0"1796source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1797dependencies = [1798 "async-trait",1799 "backoff",1800 "cumulus-primitives-core",1801 "cumulus-relay-chain-interface",1802 "futures 0.3.25",1803 "futures-timer",1804 "jsonrpsee",1805 "parity-scale-codec 3.2.1",1806 "parking_lot 0.12.1",1807 "polkadot-service",1808 "sc-client-api",1809 "sc-rpc-api",1810 "sp-api",1811 "sp-core",1812 "sp-runtime",1813 "sp-state-machine",1814 "sp-storage",1815 "tokio",1816 "tracing",1817 "url",1818]18191820[[package]]1821name = "cumulus-test-relay-sproof-builder"1822version = "0.1.0"1823source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1824dependencies = [1825 "cumulus-primitives-core",1826 "parity-scale-codec 3.2.1",1827 "polkadot-primitives",1828 "sp-runtime",1829 "sp-state-machine",1830 "sp-std",1831]18321833[[package]]1834name = "curve25519-dalek"1835version = "2.1.3"1836source = "registry+https://github.com/rust-lang/crates.io-index"1837checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1838dependencies = [1839 "byteorder",1840 "digest 0.8.1",1841 "rand_core 0.5.1",1842 "subtle",1843 "zeroize",1844]18451846[[package]]1847name = "curve25519-dalek"1848version = "3.2.0"1849source = "registry+https://github.com/rust-lang/crates.io-index"1850checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1851dependencies = [1852 "byteorder",1853 "digest 0.9.0",1854 "rand_core 0.5.1",1855 "subtle",1856 "zeroize",1857]18581859[[package]]1860name = "curve25519-dalek"1861version = "4.0.0-pre.1"1862source = "registry+https://github.com/rust-lang/crates.io-index"1863checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1864dependencies = [1865 "byteorder",1866 "digest 0.9.0",1867 "rand_core 0.6.4",1868 "subtle",1869 "zeroize",1870]18711872[[package]]1873name = "cxx"1874version = "1.0.78"1875source = "registry+https://github.com/rust-lang/crates.io-index"1876checksum = "19f39818dcfc97d45b03953c1292efc4e80954e1583c4aa770bac1383e2310a4"1877dependencies = [1878 "cc",1879 "cxxbridge-flags",1880 "cxxbridge-macro",1881 "link-cplusplus",1882]18831884[[package]]1885name = "cxx-build"1886version = "1.0.78"1887source = "registry+https://github.com/rust-lang/crates.io-index"1888checksum = "3e580d70777c116df50c390d1211993f62d40302881e54d4b79727acb83d0199"1889dependencies = [1890 "cc",1891 "codespan-reporting",1892 "once_cell",1893 "proc-macro2",1894 "quote",1895 "scratch",1896 "syn",1897]18981899[[package]]1900name = "cxxbridge-flags"1901version = "1.0.78"1902source = "registry+https://github.com/rust-lang/crates.io-index"1903checksum = "56a46460b88d1cec95112c8c363f0e2c39afdb237f60583b0b36343bf627ea9c"19041905[[package]]1906name = "cxxbridge-macro"1907version = "1.0.78"1908source = "registry+https://github.com/rust-lang/crates.io-index"1909checksum = "747b608fecf06b0d72d440f27acc99288207324b793be2c17991839f3d4995ea"1910dependencies = [1911 "proc-macro2",1912 "quote",1913 "syn",1914]19151916[[package]]1917name = "data-encoding"1918version = "2.3.2"1919source = "registry+https://github.com/rust-lang/crates.io-index"1920checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19211922[[package]]1923name = "data-encoding-macro"1924version = "0.1.12"1925source = "registry+https://github.com/rust-lang/crates.io-index"1926checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1927dependencies = [1928 "data-encoding",1929 "data-encoding-macro-internal",1930]19311932[[package]]1933name = "data-encoding-macro-internal"1934version = "0.1.10"1935source = "registry+https://github.com/rust-lang/crates.io-index"1936checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1937dependencies = [1938 "data-encoding",1939 "syn",1940]19411942[[package]]1943name = "der"1944version = "0.5.1"1945source = "registry+https://github.com/rust-lang/crates.io-index"1946checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1947dependencies = [1948 "const-oid",1949]19501951[[package]]1952name = "derivative"1953version = "2.2.0"1954source = "registry+https://github.com/rust-lang/crates.io-index"1955checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1956dependencies = [1957 "proc-macro2",1958 "quote",1959 "syn",1960]19611962[[package]]1963name = "derive_more"1964version = "0.99.17"1965source = "registry+https://github.com/rust-lang/crates.io-index"1966checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1967dependencies = [1968 "convert_case",1969 "proc-macro2",1970 "quote",1971 "rustc_version 0.4.0",1972 "syn",1973]19741975[[package]]1976name = "digest"1977version = "0.8.1"1978source = "registry+https://github.com/rust-lang/crates.io-index"1979checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1980dependencies = [1981 "generic-array 0.12.4",1982]19831984[[package]]1985name = "digest"1986version = "0.9.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1989dependencies = [1990 "generic-array 0.14.6",1991]19921993[[package]]1994name = "digest"1995version = "0.10.5"1996source = "registry+https://github.com/rust-lang/crates.io-index"1997checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1998dependencies = [1999 "block-buffer 0.10.3",2000 "crypto-common",2001 "subtle",2002]20032004[[package]]2005name = "directories"2006version = "4.0.1"2007source = "registry+https://github.com/rust-lang/crates.io-index"2008checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2009dependencies = [2010 "dirs-sys",2011]20122013[[package]]2014name = "directories-next"2015version = "2.0.0"2016source = "registry+https://github.com/rust-lang/crates.io-index"2017checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2018dependencies = [2019 "cfg-if 1.0.0",2020 "dirs-sys-next",2021]20222023[[package]]2024name = "dirs-sys"2025version = "0.3.7"2026source = "registry+https://github.com/rust-lang/crates.io-index"2027checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2028dependencies = [2029 "libc",2030 "redox_users",2031 "winapi",2032]20332034[[package]]2035name = "dirs-sys-next"2036version = "0.1.2"2037source = "registry+https://github.com/rust-lang/crates.io-index"2038checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2039dependencies = [2040 "libc",2041 "redox_users",2042 "winapi",2043]20442045[[package]]2046name = "dns-parser"2047version = "0.8.0"2048source = "registry+https://github.com/rust-lang/crates.io-index"2049checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2050dependencies = [2051 "byteorder",2052 "quick-error",2053]20542055[[package]]2056name = "downcast-rs"2057version = "1.2.0"2058source = "registry+https://github.com/rust-lang/crates.io-index"2059checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20602061[[package]]2062name = "dtoa"2063version = "1.0.4"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20662067[[package]]2068name = "dyn-clonable"2069version = "0.9.0"2070source = "registry+https://github.com/rust-lang/crates.io-index"2071checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2072dependencies = [2073 "dyn-clonable-impl",2074 "dyn-clone",2075]20762077[[package]]2078name = "dyn-clonable-impl"2079version = "0.9.0"2080source = "registry+https://github.com/rust-lang/crates.io-index"2081checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2082dependencies = [2083 "proc-macro2",2084 "quote",2085 "syn",2086]20872088[[package]]2089name = "dyn-clone"2090version = "1.0.9"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20932094[[package]]2095name = "ecdsa"2096version = "0.13.4"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2099dependencies = [2100 "der",2101 "elliptic-curve",2102 "rfc6979",2103 "signature",2104]21052106[[package]]2107name = "ed25519"2108version = "1.5.2"2109source = "registry+https://github.com/rust-lang/crates.io-index"2110checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2111dependencies = [2112 "signature",2113]21142115[[package]]2116name = "ed25519-dalek"2117version = "1.0.1"2118source = "registry+https://github.com/rust-lang/crates.io-index"2119checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2120dependencies = [2121 "curve25519-dalek 3.2.0",2122 "ed25519",2123 "rand 0.7.3",2124 "serde",2125 "sha2 0.9.9",2126 "zeroize",2127]21282129[[package]]2130name = "ed25519-zebra"2131version = "3.0.0"2132source = "registry+https://github.com/rust-lang/crates.io-index"2133checksum = "403ef3e961ab98f0ba902771d29f842058578bb1ce7e3c59dad5a6a93e784c69"2134dependencies = [2135 "curve25519-dalek 3.2.0",2136 "hex",2137 "rand_core 0.6.4",2138 "sha2 0.9.9",2139 "thiserror",2140 "zeroize",2141]21422143[[package]]2144name = "either"2145version = "1.8.0"2146source = "registry+https://github.com/rust-lang/crates.io-index"2147checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21482149[[package]]2150name = "elliptic-curve"2151version = "0.11.12"2152source = "registry+https://github.com/rust-lang/crates.io-index"2153checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2154dependencies = [2155 "base16ct",2156 "crypto-bigint",2157 "der",2158 "ff",2159 "generic-array 0.14.6",2160 "group",2161 "rand_core 0.6.4",2162 "sec1",2163 "subtle",2164 "zeroize",2165]21662167[[package]]2168name = "encode_unicode"2169version = "0.3.6"2170source = "registry+https://github.com/rust-lang/crates.io-index"2171checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21722173[[package]]2174name = "enum-as-inner"2175version = "0.4.0"2176source = "registry+https://github.com/rust-lang/crates.io-index"2177checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2178dependencies = [2179 "heck",2180 "proc-macro2",2181 "quote",2182 "syn",2183]21842185[[package]]2186name = "enumflags2"2187version = "0.7.5"2188source = "registry+https://github.com/rust-lang/crates.io-index"2189checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2190dependencies = [2191 "enumflags2_derive",2192]21932194[[package]]2195name = "enumflags2_derive"2196version = "0.7.4"2197source = "registry+https://github.com/rust-lang/crates.io-index"2198checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2199dependencies = [2200 "proc-macro2",2201 "quote",2202 "syn",2203]22042205[[package]]2206name = "enumn"2207version = "0.1.5"2208source = "registry+https://github.com/rust-lang/crates.io-index"2209checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2210dependencies = [2211 "proc-macro2",2212 "quote",2213 "syn",2214]22152216[[package]]2217name = "env_logger"2218version = "0.9.1"2219source = "registry+https://github.com/rust-lang/crates.io-index"2220checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2221dependencies = [2222 "atty",2223 "humantime",2224 "log",2225 "regex",2226 "termcolor",2227]22282229[[package]]2230name = "environmental"2231version = "1.1.3"2232source = "registry+https://github.com/rust-lang/crates.io-index"2233checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22342235[[package]]2236name = "errno"2237version = "0.2.8"2238source = "registry+https://github.com/rust-lang/crates.io-index"2239checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2240dependencies = [2241 "errno-dragonfly",2242 "libc",2243 "winapi",2244]22452246[[package]]2247name = "errno-dragonfly"2248version = "0.1.2"2249source = "registry+https://github.com/rust-lang/crates.io-index"2250checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2251dependencies = [2252 "cc",2253 "libc",2254]22552256[[package]]2257name = "ethbloom"2258version = "0.12.1"2259source = "registry+https://github.com/rust-lang/crates.io-index"2260checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2261dependencies = [2262 "crunchy",2263 "fixed-hash",2264 "impl-codec",2265 "impl-rlp",2266 "impl-serde",2267 "scale-info",2268 "tiny-keccak",2269]22702271[[package]]2272name = "ethereum"2273version = "0.12.0"2274source = "registry+https://github.com/rust-lang/crates.io-index"2275checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2276dependencies = [2277 "bytes",2278 "ethereum-types",2279 "hash-db",2280 "hash256-std-hasher",2281 "parity-scale-codec 3.2.1",2282 "rlp",2283 "rlp-derive",2284 "scale-info",2285 "serde",2286 "sha3",2287 "triehash",2288]22892290[[package]]2291name = "ethereum-types"2292version = "0.13.1"2293source = "registry+https://github.com/rust-lang/crates.io-index"2294checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2295dependencies = [2296 "ethbloom",2297 "fixed-hash",2298 "impl-codec",2299 "impl-rlp",2300 "impl-serde",2301 "primitive-types",2302 "scale-info",2303 "uint",2304]23052306[[package]]2307name = "event-listener"2308version = "2.5.3"2309source = "registry+https://github.com/rust-lang/crates.io-index"2310checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23112312[[package]]2313name = "evm"2314version = "0.35.0"2315source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2316dependencies = [2317 "auto_impl",2318 "environmental",2319 "ethereum",2320 "evm-core",2321 "evm-gasometer",2322 "evm-runtime",2323 "log",2324 "parity-scale-codec 3.2.1",2325 "primitive-types",2326 "rlp",2327 "scale-info",2328 "serde",2329 "sha3",2330]23312332[[package]]2333name = "evm-coder"2334version = "0.1.3"2335dependencies = [2336 "concat-idents",2337 "ethereum",2338 "evm-coder-procedural",2339 "evm-core",2340 "frame-support",2341 "hex",2342 "hex-literal",2343 "impl-trait-for-tuples",2344 "primitive-types",2345 "similar-asserts",2346 "sp-std",2347]23482349[[package]]2350name = "evm-coder-procedural"2351version = "0.2.0"2352dependencies = [2353 "Inflector",2354 "hex",2355 "proc-macro2",2356 "quote",2357 "sha3",2358 "syn",2359]23602361[[package]]2362name = "evm-core"2363version = "0.35.0"2364source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2365dependencies = [2366 "parity-scale-codec 3.2.1",2367 "primitive-types",2368 "scale-info",2369 "serde",2370]23712372[[package]]2373name = "evm-gasometer"2374version = "0.35.0"2375source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2376dependencies = [2377 "environmental",2378 "evm-core",2379 "evm-runtime",2380 "primitive-types",2381]23822383[[package]]2384name = "evm-runtime"2385version = "0.35.0"2386source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2387dependencies = [2388 "auto_impl",2389 "environmental",2390 "evm-core",2391 "primitive-types",2392 "sha3",2393]23942395[[package]]2396name = "exit-future"2397version = "0.2.0"2398source = "registry+https://github.com/rust-lang/crates.io-index"2399checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2400dependencies = [2401 "futures 0.3.25",2402]24032404[[package]]2405name = "expander"2406version = "0.0.4"2407source = "registry+https://github.com/rust-lang/crates.io-index"2408checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2409dependencies = [2410 "blake3",2411 "fs-err",2412 "proc-macro2",2413 "quote",2414]24152416[[package]]2417name = "expander"2418version = "0.0.6"2419source = "registry+https://github.com/rust-lang/crates.io-index"2420checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2421dependencies = [2422 "blake2",2423 "fs-err",2424 "proc-macro2",2425 "quote",2426 "syn",2427]24282429[[package]]2430name = "fake-simd"2431version = "0.1.2"2432source = "registry+https://github.com/rust-lang/crates.io-index"2433checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24342435[[package]]2436name = "fallible-iterator"2437version = "0.2.0"2438source = "registry+https://github.com/rust-lang/crates.io-index"2439checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24402441[[package]]2442name = "fastrand"2443version = "1.8.0"2444source = "registry+https://github.com/rust-lang/crates.io-index"2445checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2446dependencies = [2447 "instant",2448]24492450[[package]]2451name = "fatality"2452version = "0.0.6"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2455dependencies = [2456 "fatality-proc-macro",2457 "thiserror",2458]24592460[[package]]2461name = "fatality-proc-macro"2462version = "0.0.6"2463source = "registry+https://github.com/rust-lang/crates.io-index"2464checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2465dependencies = [2466 "expander 0.0.4",2467 "indexmap",2468 "proc-macro-crate",2469 "proc-macro2",2470 "quote",2471 "syn",2472 "thiserror",2473]24742475[[package]]2476name = "fc-consensus"2477version = "2.0.0-dev"2478source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2479dependencies = [2480 "async-trait",2481 "fc-db",2482 "fp-consensus",2483 "fp-rpc",2484 "sc-client-api",2485 "sc-consensus",2486 "sp-api",2487 "sp-block-builder",2488 "sp-blockchain",2489 "sp-consensus",2490 "sp-runtime",2491 "thiserror",2492]24932494[[package]]2495name = "fc-db"2496version = "2.0.0-dev"2497source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2498dependencies = [2499 "fp-storage",2500 "kvdb-rocksdb",2501 "parity-db",2502 "parity-scale-codec 3.2.1",2503 "parking_lot 0.12.1",2504 "sc-client-db",2505 "sp-core",2506 "sp-database",2507 "sp-runtime",2508]25092510[[package]]2511name = "fc-mapping-sync"2512version = "2.0.0-dev"2513source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2514dependencies = [2515 "fc-db",2516 "fp-consensus",2517 "fp-rpc",2518 "futures 0.3.25",2519 "futures-timer",2520 "log",2521 "sc-client-api",2522 "sp-api",2523 "sp-blockchain",2524 "sp-runtime",2525]25262527[[package]]2528name = "fc-rpc"2529version = "2.0.0-dev"2530source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2531dependencies = [2532 "ethereum",2533 "ethereum-types",2534 "evm",2535 "fc-db",2536 "fc-rpc-core",2537 "fp-rpc",2538 "fp-storage",2539 "futures 0.3.25",2540 "hex",2541 "jsonrpsee",2542 "libsecp256k1",2543 "log",2544 "lru 0.7.8",2545 "parity-scale-codec 3.2.1",2546 "prometheus",2547 "rand 0.8.5",2548 "rlp",2549 "rustc-hex",2550 "sc-client-api",2551 "sc-network",2552 "sc-network-common",2553 "sc-rpc",2554 "sc-service",2555 "sc-transaction-pool",2556 "sc-transaction-pool-api",2557 "sp-api",2558 "sp-block-builder",2559 "sp-blockchain",2560 "sp-consensus",2561 "sp-core",2562 "sp-io",2563 "sp-runtime",2564 "sp-storage",2565 "substrate-prometheus-endpoint",2566 "tokio",2567]25682569[[package]]2570name = "fc-rpc-core"2571version = "1.1.0-dev"2572source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2573dependencies = [2574 "ethereum",2575 "ethereum-types",2576 "jsonrpsee",2577 "rlp",2578 "rustc-hex",2579 "serde",2580 "serde_json",2581]25822583[[package]]2584name = "fdlimit"2585version = "0.2.1"2586source = "registry+https://github.com/rust-lang/crates.io-index"2587checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2588dependencies = [2589 "libc",2590]25912592[[package]]2593name = "ff"2594version = "0.11.1"2595source = "registry+https://github.com/rust-lang/crates.io-index"2596checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2597dependencies = [2598 "rand_core 0.6.4",2599 "subtle",2600]26012602[[package]]2603name = "file-per-thread-logger"2604version = "0.1.5"2605source = "registry+https://github.com/rust-lang/crates.io-index"2606checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2607dependencies = [2608 "env_logger",2609 "log",2610]26112612[[package]]2613name = "filetime"2614version = "0.2.18"2615source = "registry+https://github.com/rust-lang/crates.io-index"2616checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2617dependencies = [2618 "cfg-if 1.0.0",2619 "libc",2620 "redox_syscall",2621 "windows-sys 0.42.0",2622]26232624[[package]]2625name = "finality-grandpa"2626version = "0.16.0"2627source = "registry+https://github.com/rust-lang/crates.io-index"2628checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2629dependencies = [2630 "either",2631 "futures 0.3.25",2632 "futures-timer",2633 "log",2634 "num-traits",2635 "parity-scale-codec 3.2.1",2636 "parking_lot 0.12.1",2637 "scale-info",2638]26392640[[package]]2641name = "fixed-hash"2642version = "0.7.0"2643source = "registry+https://github.com/rust-lang/crates.io-index"2644checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2645dependencies = [2646 "byteorder",2647 "rand 0.8.5",2648 "rustc-hex",2649 "static_assertions",2650]26512652[[package]]2653name = "fixedbitset"2654version = "0.4.2"2655source = "registry+https://github.com/rust-lang/crates.io-index"2656checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26572658[[package]]2659name = "flate2"2660version = "1.0.24"2661source = "registry+https://github.com/rust-lang/crates.io-index"2662checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2663dependencies = [2664 "crc32fast",2665 "libz-sys",2666 "miniz_oxide",2667]26682669[[package]]2670name = "flexi_logger"2671version = "0.22.6"2672source = "registry+https://github.com/rust-lang/crates.io-index"2673checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2674dependencies = [2675 "ansi_term",2676 "atty",2677 "glob",2678 "lazy_static",2679 "log",2680 "regex",2681 "rustversion",2682 "thiserror",2683 "time 0.3.9",2684]26852686[[package]]2687name = "fnv"2688version = "1.0.7"2689source = "registry+https://github.com/rust-lang/crates.io-index"2690checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26912692[[package]]2693name = "fork-tree"2694version = "3.0.0"2695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2696dependencies = [2697 "parity-scale-codec 3.2.1",2698]26992700[[package]]2701name = "form_urlencoded"2702version = "1.1.0"2703source = "registry+https://github.com/rust-lang/crates.io-index"2704checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2705dependencies = [2706 "percent-encoding",2707]27082709[[package]]2710name = "fp-consensus"2711version = "2.0.0-dev"2712source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2713dependencies = [2714 "ethereum",2715 "parity-scale-codec 3.2.1",2716 "sp-core",2717 "sp-runtime",2718 "sp-std",2719]27202721[[package]]2722name = "fp-evm"2723version = "3.0.0-dev"2724source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2725dependencies = [2726 "evm",2727 "frame-support",2728 "impl-trait-for-tuples",2729 "parity-scale-codec 3.2.1",2730 "serde",2731 "sp-core",2732 "sp-std",2733]27342735[[package]]2736name = "fp-evm-mapping"2737version = "0.1.0"2738source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2739dependencies = [2740 "frame-support",2741 "sp-core",2742]27432744[[package]]2745name = "fp-rpc"2746version = "3.0.0-dev"2747source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2748dependencies = [2749 "ethereum",2750 "ethereum-types",2751 "fp-evm",2752 "parity-scale-codec 3.2.1",2753 "scale-info",2754 "sp-api",2755 "sp-core",2756 "sp-io",2757 "sp-runtime",2758 "sp-std",2759]27602761[[package]]2762name = "fp-self-contained"2763version = "1.0.0-dev"2764source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2765dependencies = [2766 "ethereum",2767 "frame-support",2768 "parity-scale-codec 3.2.1",2769 "parity-util-mem",2770 "scale-info",2771 "serde",2772 "sp-debug-derive",2773 "sp-io",2774 "sp-runtime",2775]27762777[[package]]2778name = "fp-storage"2779version = "2.0.0"2780source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2781dependencies = [2782 "parity-scale-codec 3.2.1",2783]27842785[[package]]2786name = "frame-benchmarking"2787version = "4.0.0-dev"2788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2789dependencies = [2790 "frame-support",2791 "frame-system",2792 "linregress",2793 "log",2794 "parity-scale-codec 3.2.1",2795 "paste",2796 "scale-info",2797 "serde",2798 "sp-api",2799 "sp-application-crypto",2800 "sp-core",2801 "sp-io",2802 "sp-runtime",2803 "sp-runtime-interface",2804 "sp-std",2805 "sp-storage",2806]28072808[[package]]2809name = "frame-benchmarking-cli"2810version = "4.0.0-dev"2811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2812dependencies = [2813 "Inflector",2814 "array-bytes",2815 "chrono",2816 "clap",2817 "comfy-table",2818 "frame-benchmarking",2819 "frame-support",2820 "frame-system",2821 "gethostname",2822 "handlebars",2823 "hash-db",2824 "itertools",2825 "kvdb",2826 "lazy_static",2827 "linked-hash-map",2828 "log",2829 "memory-db",2830 "parity-scale-codec 3.2.1",2831 "rand 0.8.5",2832 "rand_pcg 0.3.1",2833 "sc-block-builder",2834 "sc-cli",2835 "sc-client-api",2836 "sc-client-db",2837 "sc-executor",2838 "sc-service",2839 "sc-sysinfo",2840 "serde",2841 "serde_json",2842 "serde_nanos",2843 "sp-api",2844 "sp-blockchain",2845 "sp-core",2846 "sp-database",2847 "sp-externalities",2848 "sp-inherents",2849 "sp-keystore",2850 "sp-runtime",2851 "sp-state-machine",2852 "sp-storage",2853 "sp-trie",2854 "tempfile",2855 "thiserror",2856 "thousands",2857]28582859[[package]]2860name = "frame-election-provider-solution-type"2861version = "4.0.0-dev"2862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2863dependencies = [2864 "proc-macro-crate",2865 "proc-macro2",2866 "quote",2867 "syn",2868]28692870[[package]]2871name = "frame-election-provider-support"2872version = "4.0.0-dev"2873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2874dependencies = [2875 "frame-election-provider-solution-type",2876 "frame-support",2877 "frame-system",2878 "parity-scale-codec 3.2.1",2879 "scale-info",2880 "sp-arithmetic",2881 "sp-npos-elections",2882 "sp-runtime",2883 "sp-std",2884]28852886[[package]]2887name = "frame-executive"2888version = "4.0.0-dev"2889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2890dependencies = [2891 "frame-support",2892 "frame-system",2893 "frame-try-runtime",2894 "parity-scale-codec 3.2.1",2895 "scale-info",2896 "sp-core",2897 "sp-io",2898 "sp-runtime",2899 "sp-std",2900 "sp-tracing",2901]29022903[[package]]2904name = "frame-metadata"2905version = "15.0.0"2906source = "registry+https://github.com/rust-lang/crates.io-index"2907checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2908dependencies = [2909 "cfg-if 1.0.0",2910 "parity-scale-codec 3.2.1",2911 "scale-info",2912 "serde",2913]29142915[[package]]2916name = "frame-support"2917version = "4.0.0-dev"2918source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2919dependencies = [2920 "bitflags",2921 "frame-metadata",2922 "frame-support-procedural",2923 "impl-trait-for-tuples",2924 "k256",2925 "log",2926 "once_cell",2927 "parity-scale-codec 3.2.1",2928 "paste",2929 "scale-info",2930 "serde",2931 "smallvec",2932 "sp-api",2933 "sp-arithmetic",2934 "sp-core",2935 "sp-core-hashing-proc-macro",2936 "sp-inherents",2937 "sp-io",2938 "sp-runtime",2939 "sp-staking",2940 "sp-state-machine",2941 "sp-std",2942 "sp-tracing",2943 "sp-weights",2944 "tt-call",2945]29462947[[package]]2948name = "frame-support-procedural"2949version = "4.0.0-dev"2950source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2951dependencies = [2952 "Inflector",2953 "cfg-expr",2954 "frame-support-procedural-tools",2955 "itertools",2956 "proc-macro2",2957 "quote",2958 "syn",2959]29602961[[package]]2962name = "frame-support-procedural-tools"2963version = "4.0.0-dev"2964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2965dependencies = [2966 "frame-support-procedural-tools-derive",2967 "proc-macro-crate",2968 "proc-macro2",2969 "quote",2970 "syn",2971]29722973[[package]]2974name = "frame-support-procedural-tools-derive"2975version = "3.0.0"2976source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2977dependencies = [2978 "proc-macro2",2979 "quote",2980 "syn",2981]29822983[[package]]2984name = "frame-system"2985version = "4.0.0-dev"2986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2987dependencies = [2988 "frame-support",2989 "log",2990 "parity-scale-codec 3.2.1",2991 "scale-info",2992 "serde",2993 "sp-core",2994 "sp-io",2995 "sp-runtime",2996 "sp-std",2997 "sp-version",2998 "sp-weights",2999]30003001[[package]]3002name = "frame-system-benchmarking"3003version = "4.0.0-dev"3004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3005dependencies = [3006 "frame-benchmarking",3007 "frame-support",3008 "frame-system",3009 "parity-scale-codec 3.2.1",3010 "scale-info",3011 "sp-core",3012 "sp-runtime",3013 "sp-std",3014]30153016[[package]]3017name = "frame-system-rpc-runtime-api"3018version = "4.0.0-dev"3019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3020dependencies = [3021 "parity-scale-codec 3.2.1",3022 "sp-api",3023]30243025[[package]]3026name = "frame-try-runtime"3027version = "0.10.0-dev"3028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3029dependencies = [3030 "frame-support",3031 "parity-scale-codec 3.2.1",3032 "sp-api",3033 "sp-runtime",3034 "sp-std",3035]30363037[[package]]3038name = "fs-err"3039version = "2.8.1"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30423043[[package]]3044name = "fs-swap"3045version = "0.2.6"3046source = "registry+https://github.com/rust-lang/crates.io-index"3047checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3048dependencies = [3049 "lazy_static",3050 "libc",3051 "libloading 0.5.2",3052 "winapi",3053]30543055[[package]]3056name = "fs2"3057version = "0.4.3"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3060dependencies = [3061 "libc",3062 "winapi",3063]30643065[[package]]3066name = "fs_extra"3067version = "1.2.0"3068source = "registry+https://github.com/rust-lang/crates.io-index"3069checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30703071[[package]]3072name = "funty"3073version = "1.1.0"3074source = "registry+https://github.com/rust-lang/crates.io-index"3075checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30763077[[package]]3078name = "funty"3079version = "2.0.0"3080source = "registry+https://github.com/rust-lang/crates.io-index"3081checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30823083[[package]]3084name = "futures"3085version = "0.1.31"3086source = "registry+https://github.com/rust-lang/crates.io-index"3087checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30883089[[package]]3090name = "futures"3091version = "0.3.25"3092source = "registry+https://github.com/rust-lang/crates.io-index"3093checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3094dependencies = [3095 "futures-channel",3096 "futures-core",3097 "futures-executor",3098 "futures-io",3099 "futures-sink",3100 "futures-task",3101 "futures-util",3102]31033104[[package]]3105name = "futures-channel"3106version = "0.3.25"3107source = "registry+https://github.com/rust-lang/crates.io-index"3108checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3109dependencies = [3110 "futures-core",3111 "futures-sink",3112]31133114[[package]]3115name = "futures-core"3116version = "0.3.25"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31193120[[package]]3121name = "futures-executor"3122version = "0.3.25"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3125dependencies = [3126 "futures-core",3127 "futures-task",3128 "futures-util",3129 "num_cpus",3130]31313132[[package]]3133name = "futures-io"3134version = "0.3.25"3135source = "registry+https://github.com/rust-lang/crates.io-index"3136checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31373138[[package]]3139name = "futures-lite"3140version = "1.12.0"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3143dependencies = [3144 "fastrand",3145 "futures-core",3146 "futures-io",3147 "memchr",3148 "parking",3149 "pin-project-lite 0.2.9",3150 "waker-fn",3151]31523153[[package]]3154name = "futures-macro"3155version = "0.3.25"3156source = "registry+https://github.com/rust-lang/crates.io-index"3157checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3158dependencies = [3159 "proc-macro2",3160 "quote",3161 "syn",3162]31633164[[package]]3165name = "futures-rustls"3166version = "0.22.2"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3169dependencies = [3170 "futures-io",3171 "rustls",3172 "webpki",3173]31743175[[package]]3176name = "futures-sink"3177version = "0.3.25"3178source = "registry+https://github.com/rust-lang/crates.io-index"3179checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31803181[[package]]3182name = "futures-task"3183version = "0.3.25"3184source = "registry+https://github.com/rust-lang/crates.io-index"3185checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31863187[[package]]3188name = "futures-timer"3189version = "3.0.2"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31923193[[package]]3194name = "futures-util"3195version = "0.3.25"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3198dependencies = [3199 "futures 0.1.31",3200 "futures-channel",3201 "futures-core",3202 "futures-io",3203 "futures-macro",3204 "futures-sink",3205 "futures-task",3206 "memchr",3207 "pin-project-lite 0.2.9",3208 "pin-utils",3209 "slab",3210]32113212[[package]]3213name = "fxhash"3214version = "0.2.1"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3217dependencies = [3218 "byteorder",3219]32203221[[package]]3222name = "generic-array"3223version = "0.12.4"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3226dependencies = [3227 "typenum",3228]32293230[[package]]3231name = "generic-array"3232version = "0.14.6"3233source = "registry+https://github.com/rust-lang/crates.io-index"3234checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3235dependencies = [3236 "typenum",3237 "version_check",3238]32393240[[package]]3241name = "gethostname"3242version = "0.2.3"3243source = "registry+https://github.com/rust-lang/crates.io-index"3244checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3245dependencies = [3246 "libc",3247 "winapi",3248]32493250[[package]]3251name = "getrandom"3252version = "0.1.16"3253source = "registry+https://github.com/rust-lang/crates.io-index"3254checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3255dependencies = [3256 "cfg-if 1.0.0",3257 "js-sys",3258 "libc",3259 "wasi 0.9.0+wasi-snapshot-preview1",3260 "wasm-bindgen",3261]32623263[[package]]3264name = "getrandom"3265version = "0.2.8"3266source = "registry+https://github.com/rust-lang/crates.io-index"3267checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3268dependencies = [3269 "cfg-if 1.0.0",3270 "libc",3271 "wasi 0.11.0+wasi-snapshot-preview1",3272]32733274[[package]]3275name = "ghash"3276version = "0.4.4"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3279dependencies = [3280 "opaque-debug 0.3.0",3281 "polyval",3282]32833284[[package]]3285name = "gimli"3286version = "0.26.2"3287source = "registry+https://github.com/rust-lang/crates.io-index"3288checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3289dependencies = [3290 "fallible-iterator",3291 "indexmap",3292 "stable_deref_trait",3293]32943295[[package]]3296name = "glob"3297version = "0.3.0"3298source = "registry+https://github.com/rust-lang/crates.io-index"3299checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33003301[[package]]3302name = "globset"3303version = "0.4.9"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3306dependencies = [3307 "aho-corasick",3308 "bstr",3309 "fnv",3310 "log",3311 "regex",3312]33133314[[package]]3315name = "gloo-timers"3316version = "0.2.4"3317source = "registry+https://github.com/rust-lang/crates.io-index"3318checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3319dependencies = [3320 "futures-channel",3321 "futures-core",3322 "js-sys",3323 "wasm-bindgen",3324]33253326[[package]]3327name = "group"3328version = "0.11.0"3329source = "registry+https://github.com/rust-lang/crates.io-index"3330checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3331dependencies = [3332 "ff",3333 "rand_core 0.6.4",3334 "subtle",3335]33363337[[package]]3338name = "h2"3339version = "0.3.14"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "5ca32592cf21ac7ccab1825cd87f6c9b3d9022c44d086172ed0966bec8af30be"3342dependencies = [3343 "bytes",3344 "fnv",3345 "futures-core",3346 "futures-sink",3347 "futures-util",3348 "http",3349 "indexmap",3350 "slab",3351 "tokio",3352 "tokio-util",3353 "tracing",3354]33553356[[package]]3357name = "handlebars"3358version = "4.3.5"3359source = "registry+https://github.com/rust-lang/crates.io-index"3360checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3361dependencies = [3362 "log",3363 "pest",3364 "pest_derive",3365 "serde",3366 "serde_json",3367 "thiserror",3368]33693370[[package]]3371name = "hash-db"3372version = "0.15.2"3373source = "registry+https://github.com/rust-lang/crates.io-index"3374checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33753376[[package]]3377name = "hash256-std-hasher"3378version = "0.15.2"3379source = "registry+https://github.com/rust-lang/crates.io-index"3380checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3381dependencies = [3382 "crunchy",3383]33843385[[package]]3386name = "hashbrown"3387version = "0.12.3"3388source = "registry+https://github.com/rust-lang/crates.io-index"3389checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3390dependencies = [3391 "ahash",3392]33933394[[package]]3395name = "heck"3396version = "0.4.0"3397source = "registry+https://github.com/rust-lang/crates.io-index"3398checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"33993400[[package]]3401name = "hermit-abi"3402version = "0.1.19"3403source = "registry+https://github.com/rust-lang/crates.io-index"3404checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3405dependencies = [3406 "libc",3407]34083409[[package]]3410name = "hex"3411version = "0.4.3"3412source = "registry+https://github.com/rust-lang/crates.io-index"3413checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34143415[[package]]3416name = "hex-literal"3417version = "0.3.4"3418source = "registry+https://github.com/rust-lang/crates.io-index"3419checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34203421[[package]]3422name = "hex_fmt"3423version = "0.3.0"3424source = "registry+https://github.com/rust-lang/crates.io-index"3425checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34263427[[package]]3428name = "hmac"3429version = "0.8.1"3430source = "registry+https://github.com/rust-lang/crates.io-index"3431checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3432dependencies = [3433 "crypto-mac 0.8.0",3434 "digest 0.9.0",3435]34363437[[package]]3438name = "hmac"3439version = "0.11.0"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3442dependencies = [3443 "crypto-mac 0.11.1",3444 "digest 0.9.0",3445]34463447[[package]]3448name = "hmac-drbg"3449version = "0.3.0"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3452dependencies = [3453 "digest 0.9.0",3454 "generic-array 0.14.6",3455 "hmac 0.8.1",3456]34573458[[package]]3459name = "hostname"3460version = "0.3.1"3461source = "registry+https://github.com/rust-lang/crates.io-index"3462checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3463dependencies = [3464 "libc",3465 "match_cfg",3466 "winapi",3467]34683469[[package]]3470name = "http"3471version = "0.2.8"3472source = "registry+https://github.com/rust-lang/crates.io-index"3473checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3474dependencies = [3475 "bytes",3476 "fnv",3477 "itoa",3478]34793480[[package]]3481name = "http-body"3482version = "0.4.5"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3485dependencies = [3486 "bytes",3487 "http",3488 "pin-project-lite 0.2.9",3489]34903491[[package]]3492name = "httparse"3493version = "1.8.0"3494source = "registry+https://github.com/rust-lang/crates.io-index"3495checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"34963497[[package]]3498name = "httpdate"3499version = "1.0.2"3500source = "registry+https://github.com/rust-lang/crates.io-index"3501checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35023503[[package]]3504name = "humantime"3505version = "2.1.0"3506source = "registry+https://github.com/rust-lang/crates.io-index"3507checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35083509[[package]]3510name = "hyper"3511version = "0.14.20"3512source = "registry+https://github.com/rust-lang/crates.io-index"3513checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3514dependencies = [3515 "bytes",3516 "futures-channel",3517 "futures-core",3518 "futures-util",3519 "h2",3520 "http",3521 "http-body",3522 "httparse",3523 "httpdate",3524 "itoa",3525 "pin-project-lite 0.2.9",3526 "socket2",3527 "tokio",3528 "tower-service",3529 "tracing",3530 "want",3531]35323533[[package]]3534name = "hyper-rustls"3535version = "0.23.0"3536source = "registry+https://github.com/rust-lang/crates.io-index"3537checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3538dependencies = [3539 "http",3540 "hyper",3541 "log",3542 "rustls",3543 "rustls-native-certs",3544 "tokio",3545 "tokio-rustls",3546]35473548[[package]]3549name = "iana-time-zone"3550version = "0.1.51"3551source = "registry+https://github.com/rust-lang/crates.io-index"3552checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3553dependencies = [3554 "android_system_properties",3555 "core-foundation-sys",3556 "iana-time-zone-haiku",3557 "js-sys",3558 "wasm-bindgen",3559 "winapi",3560]35613562[[package]]3563name = "iana-time-zone-haiku"3564version = "0.1.0"3565source = "registry+https://github.com/rust-lang/crates.io-index"3566checksum = "fde6edd6cef363e9359ed3c98ba64590ba9eecba2293eb5a723ab32aee8926aa"3567dependencies = [3568 "cxx",3569 "cxx-build",3570]35713572[[package]]3573name = "idna"3574version = "0.2.3"3575source = "registry+https://github.com/rust-lang/crates.io-index"3576checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3577dependencies = [3578 "matches",3579 "unicode-bidi",3580 "unicode-normalization",3581]35823583[[package]]3584name = "idna"3585version = "0.3.0"3586source = "registry+https://github.com/rust-lang/crates.io-index"3587checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3588dependencies = [3589 "unicode-bidi",3590 "unicode-normalization",3591]35923593[[package]]3594name = "if-addrs"3595version = "0.7.0"3596source = "registry+https://github.com/rust-lang/crates.io-index"3597checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3598dependencies = [3599 "libc",3600 "winapi",3601]36023603[[package]]3604name = "if-watch"3605version = "1.1.1"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3608dependencies = [3609 "async-io",3610 "core-foundation",3611 "fnv",3612 "futures 0.3.25",3613 "if-addrs",3614 "ipnet",3615 "log",3616 "rtnetlink",3617 "system-configuration",3618 "windows",3619]36203621[[package]]3622name = "impl-codec"3623version = "0.6.0"3624source = "registry+https://github.com/rust-lang/crates.io-index"3625checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3626dependencies = [3627 "parity-scale-codec 3.2.1",3628]36293630[[package]]3631name = "impl-rlp"3632version = "0.3.0"3633source = "registry+https://github.com/rust-lang/crates.io-index"3634checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3635dependencies = [3636 "rlp",3637]36383639[[package]]3640name = "impl-serde"3641version = "0.3.2"3642source = "registry+https://github.com/rust-lang/crates.io-index"3643checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3644dependencies = [3645 "serde",3646]36473648[[package]]3649name = "impl-trait-for-tuples"3650version = "0.2.2"3651source = "registry+https://github.com/rust-lang/crates.io-index"3652checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3653dependencies = [3654 "proc-macro2",3655 "quote",3656 "syn",3657]36583659[[package]]3660name = "indexmap"3661version = "1.9.1"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3664dependencies = [3665 "autocfg",3666 "hashbrown",3667 "serde",3668]36693670[[package]]3671name = "inout"3672version = "0.1.3"3673source = "registry+https://github.com/rust-lang/crates.io-index"3674checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3675dependencies = [3676 "generic-array 0.14.6",3677]36783679[[package]]3680name = "instant"3681version = "0.1.12"3682source = "registry+https://github.com/rust-lang/crates.io-index"3683checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3684dependencies = [3685 "cfg-if 1.0.0",3686]36873688[[package]]3689name = "integer-encoding"3690version = "3.0.4"3691source = "registry+https://github.com/rust-lang/crates.io-index"3692checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36933694[[package]]3695name = "integer-sqrt"3696version = "0.1.5"3697source = "registry+https://github.com/rust-lang/crates.io-index"3698checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3699dependencies = [3700 "num-traits",3701]37023703[[package]]3704name = "io-lifetimes"3705version = "0.7.3"3706source = "registry+https://github.com/rust-lang/crates.io-index"3707checksum = "1ea37f355c05dde75b84bba2d767906ad522e97cd9e2eef2be7a4ab7fb442c06"37083709[[package]]3710name = "ip_network"3711version = "0.4.1"3712source = "registry+https://github.com/rust-lang/crates.io-index"3713checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37143715[[package]]3716name = "ipconfig"3717version = "0.3.0"3718source = "registry+https://github.com/rust-lang/crates.io-index"3719checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3720dependencies = [3721 "socket2",3722 "widestring",3723 "winapi",3724 "winreg",3725]37263727[[package]]3728name = "ipnet"3729version = "2.5.0"3730source = "registry+https://github.com/rust-lang/crates.io-index"3731checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37323733[[package]]3734name = "itertools"3735version = "0.10.5"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3738dependencies = [3739 "either",3740]37413742[[package]]3743name = "itoa"3744version = "1.0.4"3745source = "registry+https://github.com/rust-lang/crates.io-index"3746checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37473748[[package]]3749name = "jobserver"3750version = "0.1.25"3751source = "registry+https://github.com/rust-lang/crates.io-index"3752checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3753dependencies = [3754 "libc",3755]37563757[[package]]3758name = "js-sys"3759version = "0.3.60"3760source = "registry+https://github.com/rust-lang/crates.io-index"3761checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3762dependencies = [3763 "wasm-bindgen",3764]37653766[[package]]3767name = "jsonrpsee"3768version = "0.15.1"3769source = "registry+https://github.com/rust-lang/crates.io-index"3770checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3771dependencies = [3772 "jsonrpsee-core",3773 "jsonrpsee-http-server",3774 "jsonrpsee-proc-macros",3775 "jsonrpsee-types",3776 "jsonrpsee-ws-client",3777 "jsonrpsee-ws-server",3778 "tracing",3779]37803781[[package]]3782name = "jsonrpsee-client-transport"3783version = "0.15.1"3784source = "registry+https://github.com/rust-lang/crates.io-index"3785checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3786dependencies = [3787 "futures-util",3788 "http",3789 "jsonrpsee-core",3790 "jsonrpsee-types",3791 "pin-project",3792 "rustls-native-certs",3793 "soketto",3794 "thiserror",3795 "tokio",3796 "tokio-rustls",3797 "tokio-util",3798 "tracing",3799 "webpki-roots",3800]38013802[[package]]3803name = "jsonrpsee-core"3804version = "0.15.1"3805source = "registry+https://github.com/rust-lang/crates.io-index"3806checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3807dependencies = [3808 "anyhow",3809 "arrayvec 0.7.2",3810 "async-lock",3811 "async-trait",3812 "beef",3813 "futures-channel",3814 "futures-timer",3815 "futures-util",3816 "globset",3817 "http",3818 "hyper",3819 "jsonrpsee-types",3820 "lazy_static",3821 "parking_lot 0.12.1",3822 "rand 0.8.5",3823 "rustc-hash",3824 "serde",3825 "serde_json",3826 "soketto",3827 "thiserror",3828 "tokio",3829 "tracing",3830 "tracing-futures",3831 "unicase",3832]38333834[[package]]3835name = "jsonrpsee-http-server"3836version = "0.15.1"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3839dependencies = [3840 "futures-channel",3841 "futures-util",3842 "hyper",3843 "jsonrpsee-core",3844 "jsonrpsee-types",3845 "serde",3846 "serde_json",3847 "tokio",3848 "tracing",3849 "tracing-futures",3850]38513852[[package]]3853name = "jsonrpsee-proc-macros"3854version = "0.15.1"3855source = "registry+https://github.com/rust-lang/crates.io-index"3856checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3857dependencies = [3858 "proc-macro-crate",3859 "proc-macro2",3860 "quote",3861 "syn",3862]38633864[[package]]3865name = "jsonrpsee-types"3866version = "0.15.1"3867source = "registry+https://github.com/rust-lang/crates.io-index"3868checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3869dependencies = [3870 "anyhow",3871 "beef",3872 "serde",3873 "serde_json",3874 "thiserror",3875 "tracing",3876]38773878[[package]]3879name = "jsonrpsee-ws-client"3880version = "0.15.1"3881source = "registry+https://github.com/rust-lang/crates.io-index"3882checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3883dependencies = [3884 "http",3885 "jsonrpsee-client-transport",3886 "jsonrpsee-core",3887 "jsonrpsee-types",3888]38893890[[package]]3891name = "jsonrpsee-ws-server"3892version = "0.15.1"3893source = "registry+https://github.com/rust-lang/crates.io-index"3894checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3895dependencies = [3896 "futures-channel",3897 "futures-util",3898 "http",3899 "jsonrpsee-core",3900 "jsonrpsee-types",3901 "serde_json",3902 "soketto",3903 "tokio",3904 "tokio-stream",3905 "tokio-util",3906 "tracing",3907 "tracing-futures",3908]39093910[[package]]3911name = "k256"3912version = "0.10.4"3913source = "registry+https://github.com/rust-lang/crates.io-index"3914checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3915dependencies = [3916 "cfg-if 1.0.0",3917 "ecdsa",3918 "elliptic-curve",3919 "sec1",3920]39213922[[package]]3923name = "keccak"3924version = "0.1.2"3925source = "registry+https://github.com/rust-lang/crates.io-index"3926checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39273928[[package]]3929name = "kusama-runtime"3930version = "0.9.30"3931source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3932dependencies = [3933 "beefy-primitives",3934 "bitvec 1.0.1",3935 "frame-benchmarking",3936 "frame-election-provider-support",3937 "frame-executive",3938 "frame-support",3939 "frame-system",3940 "frame-system-benchmarking",3941 "frame-system-rpc-runtime-api",3942 "frame-try-runtime",3943 "hex-literal",3944 "kusama-runtime-constants",3945 "log",3946 "pallet-authority-discovery",3947 "pallet-authorship",3948 "pallet-babe",3949 "pallet-bags-list",3950 "pallet-balances",3951 "pallet-bounties",3952 "pallet-child-bounties",3953 "pallet-collective",3954 "pallet-democracy",3955 "pallet-election-provider-multi-phase",3956 "pallet-election-provider-support-benchmarking",3957 "pallet-elections-phragmen",3958 "pallet-fast-unstake",3959 "pallet-gilt",3960 "pallet-grandpa",3961 "pallet-identity",3962 "pallet-im-online",3963 "pallet-indices",3964 "pallet-membership",3965 "pallet-multisig",3966 "pallet-nomination-pools",3967 "pallet-nomination-pools-benchmarking",3968 "pallet-nomination-pools-runtime-api",3969 "pallet-offences",3970 "pallet-offences-benchmarking",3971 "pallet-preimage",3972 "pallet-proxy",3973 "pallet-recovery",3974 "pallet-scheduler",3975 "pallet-session",3976 "pallet-session-benchmarking",3977 "pallet-society",3978 "pallet-staking",3979 "pallet-staking-reward-fn",3980 "pallet-timestamp",3981 "pallet-tips",3982 "pallet-transaction-payment",3983 "pallet-transaction-payment-rpc-runtime-api",3984 "pallet-treasury",3985 "pallet-utility",3986 "pallet-vesting",3987 "pallet-xcm",3988 "pallet-xcm-benchmarks",3989 "parity-scale-codec 3.2.1",3990 "polkadot-primitives",3991 "polkadot-runtime-common",3992 "polkadot-runtime-parachains",3993 "rustc-hex",3994 "scale-info",3995 "serde",3996 "serde_derive",3997 "smallvec",3998 "sp-api",3999 "sp-arithmetic",4000 "sp-authority-discovery",4001 "sp-block-builder",4002 "sp-consensus-babe",4003 "sp-core",4004 "sp-inherents",4005 "sp-io",4006 "sp-mmr-primitives",4007 "sp-npos-elections",4008 "sp-offchain",4009 "sp-runtime",4010 "sp-session",4011 "sp-staking",4012 "sp-std",4013 "sp-transaction-pool",4014 "sp-version",4015 "static_assertions",4016 "substrate-wasm-builder",4017 "xcm",4018 "xcm-builder",4019 "xcm-executor",4020]40214022[[package]]4023name = "kusama-runtime-constants"4024version = "0.9.30"4025source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4026dependencies = [4027 "frame-support",4028 "polkadot-primitives",4029 "polkadot-runtime-common",4030 "smallvec",4031 "sp-runtime",4032]40334034[[package]]4035name = "kv-log-macro"4036version = "1.0.7"4037source = "registry+https://github.com/rust-lang/crates.io-index"4038checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4039dependencies = [4040 "log",4041]40424043[[package]]4044name = "kvdb"4045version = "0.11.0"4046source = "registry+https://github.com/rust-lang/crates.io-index"4047checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4048dependencies = [4049 "parity-util-mem",4050 "smallvec",4051]40524053[[package]]4054name = "kvdb-memorydb"4055version = "0.11.0"4056source = "registry+https://github.com/rust-lang/crates.io-index"4057checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4058dependencies = [4059 "kvdb",4060 "parity-util-mem",4061 "parking_lot 0.12.1",4062]40634064[[package]]4065name = "kvdb-rocksdb"4066version = "0.15.2"4067source = "registry+https://github.com/rust-lang/crates.io-index"4068checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4069dependencies = [4070 "fs-swap",4071 "kvdb",4072 "log",4073 "num_cpus",4074 "owning_ref",4075 "parity-util-mem",4076 "parking_lot 0.12.1",4077 "regex",4078 "rocksdb",4079 "smallvec",4080]40814082[[package]]4083name = "lazy_static"4084version = "1.4.0"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40874088[[package]]4089name = "lazycell"4090version = "1.3.0"4091source = "registry+https://github.com/rust-lang/crates.io-index"4092checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40934094[[package]]4095name = "libc"4096version = "0.2.135"4097source = "registry+https://github.com/rust-lang/crates.io-index"4098checksum = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"40994100[[package]]4101name = "libloading"4102version = "0.5.2"4103source = "registry+https://github.com/rust-lang/crates.io-index"4104checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4105dependencies = [4106 "cc",4107 "winapi",4108]41094110[[package]]4111name = "libloading"4112version = "0.7.3"4113source = "registry+https://github.com/rust-lang/crates.io-index"4114checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4115dependencies = [4116 "cfg-if 1.0.0",4117 "winapi",4118]41194120[[package]]4121name = "libm"4122version = "0.2.5"4123source = "registry+https://github.com/rust-lang/crates.io-index"4124checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"41254126[[package]]4127name = "libp2p"4128version = "0.46.1"4129source = "registry+https://github.com/rust-lang/crates.io-index"4130checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4131dependencies = [4132 "bytes",4133 "futures 0.3.25",4134 "futures-timer",4135 "getrandom 0.2.8",4136 "instant",4137 "lazy_static",4138 "libp2p-autonat",4139 "libp2p-core",4140 "libp2p-deflate",4141 "libp2p-dns",4142 "libp2p-floodsub",4143 "libp2p-gossipsub",4144 "libp2p-identify",4145 "libp2p-kad",4146 "libp2p-mdns",4147 "libp2p-metrics",4148 "libp2p-mplex",4149 "libp2p-noise",4150 "libp2p-ping",4151 "libp2p-plaintext",4152 "libp2p-pnet",4153 "libp2p-relay",4154 "libp2p-rendezvous",4155 "libp2p-request-response",4156 "libp2p-swarm",4157 "libp2p-swarm-derive",4158 "libp2p-tcp",4159 "libp2p-uds",4160 "libp2p-wasm-ext",4161 "libp2p-websocket",4162 "libp2p-yamux",4163 "multiaddr",4164 "parking_lot 0.12.1",4165 "pin-project",4166 "rand 0.7.3",4167 "smallvec",4168]41694170[[package]]4171name = "libp2p-autonat"4172version = "0.5.0"4173source = "registry+https://github.com/rust-lang/crates.io-index"4174checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4175dependencies = [4176 "async-trait",4177 "futures 0.3.25",4178 "futures-timer",4179 "instant",4180 "libp2p-core",4181 "libp2p-request-response",4182 "libp2p-swarm",4183 "log",4184 "prost 0.10.4",4185 "prost-build 0.10.4",4186 "rand 0.8.5",4187]41884189[[package]]4190name = "libp2p-core"4191version = "0.34.0"4192source = "registry+https://github.com/rust-lang/crates.io-index"4193checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4194dependencies = [4195 "asn1_der",4196 "bs58",4197 "ed25519-dalek",4198 "either",4199 "fnv",4200 "futures 0.3.25",4201 "futures-timer",4202 "instant",4203 "lazy_static",4204 "libsecp256k1",4205 "log",4206 "multiaddr",4207 "multihash",4208 "multistream-select",4209 "parking_lot 0.12.1",4210 "pin-project",4211 "prost 0.10.4",4212 "prost-build 0.10.4",4213 "rand 0.8.5",4214 "ring",4215 "rw-stream-sink",4216 "sha2 0.10.6",4217 "smallvec",4218 "thiserror",4219 "unsigned-varint",4220 "void",4221 "zeroize",4222]42234224[[package]]4225name = "libp2p-deflate"4226version = "0.34.0"4227source = "registry+https://github.com/rust-lang/crates.io-index"4228checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4229dependencies = [4230 "flate2",4231 "futures 0.3.25",4232 "libp2p-core",4233]42344235[[package]]4236name = "libp2p-dns"4237version = "0.34.0"4238source = "registry+https://github.com/rust-lang/crates.io-index"4239checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4240dependencies = [4241 "async-std-resolver",4242 "futures 0.3.25",4243 "libp2p-core",4244 "log",4245 "parking_lot 0.12.1",4246 "smallvec",4247 "trust-dns-resolver",4248]42494250[[package]]4251name = "libp2p-floodsub"4252version = "0.37.0"4253source = "registry+https://github.com/rust-lang/crates.io-index"4254checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4255dependencies = [4256 "cuckoofilter",4257 "fnv",4258 "futures 0.3.25",4259 "libp2p-core",4260 "libp2p-swarm",4261 "log",4262 "prost 0.10.4",4263 "prost-build 0.10.4",4264 "rand 0.7.3",4265 "smallvec",4266]42674268[[package]]4269name = "libp2p-gossipsub"4270version = "0.39.0"4271source = "registry+https://github.com/rust-lang/crates.io-index"4272checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4273dependencies = [4274 "asynchronous-codec",4275 "base64",4276 "byteorder",4277 "bytes",4278 "fnv",4279 "futures 0.3.25",4280 "hex_fmt",4281 "instant",4282 "libp2p-core",4283 "libp2p-swarm",4284 "log",4285 "prometheus-client",4286 "prost 0.10.4",4287 "prost-build 0.10.4",4288 "rand 0.7.3",4289 "regex",4290 "sha2 0.10.6",4291 "smallvec",4292 "unsigned-varint",4293 "wasm-timer",4294]42954296[[package]]4297name = "libp2p-identify"4298version = "0.37.0"4299source = "registry+https://github.com/rust-lang/crates.io-index"4300checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4301dependencies = [4302 "asynchronous-codec",4303 "futures 0.3.25",4304 "futures-timer",4305 "libp2p-core",4306 "libp2p-swarm",4307 "log",4308 "lru 0.7.8",4309 "prost 0.10.4",4310 "prost-build 0.10.4",4311 "prost-codec",4312 "smallvec",4313 "thiserror",4314 "void",4315]43164317[[package]]4318name = "libp2p-kad"4319version = "0.38.0"4320source = "registry+https://github.com/rust-lang/crates.io-index"4321checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4322dependencies = [4323 "arrayvec 0.7.2",4324 "asynchronous-codec",4325 "bytes",4326 "either",4327 "fnv",4328 "futures 0.3.25",4329 "futures-timer",4330 "instant",4331 "libp2p-core",4332 "libp2p-swarm",4333 "log",4334 "prost 0.10.4",4335 "prost-build 0.10.4",4336 "rand 0.7.3",4337 "sha2 0.10.6",4338 "smallvec",4339 "thiserror",4340 "uint",4341 "unsigned-varint",4342 "void",4343]43444345[[package]]4346name = "libp2p-mdns"4347version = "0.38.0"4348source = "registry+https://github.com/rust-lang/crates.io-index"4349checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4350dependencies = [4351 "async-io",4352 "data-encoding",4353 "dns-parser",4354 "futures 0.3.25",4355 "if-watch",4356 "lazy_static",4357 "libp2p-core",4358 "libp2p-swarm",4359 "log",4360 "rand 0.8.5",4361 "smallvec",4362 "socket2",4363 "void",4364]43654366[[package]]4367name = "libp2p-metrics"4368version = "0.7.0"4369source = "registry+https://github.com/rust-lang/crates.io-index"4370checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4371dependencies = [4372 "libp2p-core",4373 "libp2p-gossipsub",4374 "libp2p-identify",4375 "libp2p-kad",4376 "libp2p-ping",4377 "libp2p-relay",4378 "libp2p-swarm",4379 "prometheus-client",4380]43814382[[package]]4383name = "libp2p-mplex"4384version = "0.34.0"4385source = "registry+https://github.com/rust-lang/crates.io-index"4386checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4387dependencies = [4388 "asynchronous-codec",4389 "bytes",4390 "futures 0.3.25",4391 "libp2p-core",4392 "log",4393 "nohash-hasher",4394 "parking_lot 0.12.1",4395 "rand 0.7.3",4396 "smallvec",4397 "unsigned-varint",4398]43994400[[package]]4401name = "libp2p-noise"4402version = "0.37.0"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4405dependencies = [4406 "bytes",4407 "curve25519-dalek 3.2.0",4408 "futures 0.3.25",4409 "lazy_static",4410 "libp2p-core",4411 "log",4412 "prost 0.10.4",4413 "prost-build 0.10.4",4414 "rand 0.8.5",4415 "sha2 0.10.6",4416 "snow",4417 "static_assertions",4418 "x25519-dalek",4419 "zeroize",4420]44214422[[package]]4423name = "libp2p-ping"4424version = "0.37.0"4425source = "registry+https://github.com/rust-lang/crates.io-index"4426checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4427dependencies = [4428 "futures 0.3.25",4429 "futures-timer",4430 "instant",4431 "libp2p-core",4432 "libp2p-swarm",4433 "log",4434 "rand 0.7.3",4435 "void",4436]44374438[[package]]4439name = "libp2p-plaintext"4440version = "0.34.0"4441source = "registry+https://github.com/rust-lang/crates.io-index"4442checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4443dependencies = [4444 "asynchronous-codec",4445 "bytes",4446 "futures 0.3.25",4447 "libp2p-core",4448 "log",4449 "prost 0.10.4",4450 "prost-build 0.10.4",4451 "unsigned-varint",4452 "void",4453]44544455[[package]]4456name = "libp2p-pnet"4457version = "0.22.1"4458source = "registry+https://github.com/rust-lang/crates.io-index"4459checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4460dependencies = [4461 "futures 0.3.25",4462 "log",4463 "pin-project",4464 "rand 0.8.5",4465 "salsa20",4466 "sha3",4467]44684469[[package]]4470name = "libp2p-relay"4471version = "0.10.0"4472source = "registry+https://github.com/rust-lang/crates.io-index"4473checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4474dependencies = [4475 "asynchronous-codec",4476 "bytes",4477 "either",4478 "futures 0.3.25",4479 "futures-timer",4480 "instant",4481 "libp2p-core",4482 "libp2p-swarm",4483 "log",4484 "pin-project",4485 "prost 0.10.4",4486 "prost-build 0.10.4",4487 "prost-codec",4488 "rand 0.8.5",4489 "smallvec",4490 "static_assertions",4491 "thiserror",4492 "void",4493]44944495[[package]]4496name = "libp2p-rendezvous"4497version = "0.7.0"4498source = "registry+https://github.com/rust-lang/crates.io-index"4499checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4500dependencies = [4501 "asynchronous-codec",4502 "bimap",4503 "futures 0.3.25",4504 "futures-timer",4505 "instant",4506 "libp2p-core",4507 "libp2p-swarm",4508 "log",4509 "prost 0.10.4",4510 "prost-build 0.10.4",4511 "rand 0.8.5",4512 "sha2 0.10.6",4513 "thiserror",4514 "unsigned-varint",4515 "void",4516]45174518[[package]]4519name = "libp2p-request-response"4520version = "0.19.0"4521source = "registry+https://github.com/rust-lang/crates.io-index"4522checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4523dependencies = [4524 "async-trait",4525 "bytes",4526 "futures 0.3.25",4527 "instant",4528 "libp2p-core",4529 "libp2p-swarm",4530 "log",4531 "rand 0.7.3",4532 "smallvec",4533 "unsigned-varint",4534]45354536[[package]]4537name = "libp2p-swarm"4538version = "0.37.0"4539source = "registry+https://github.com/rust-lang/crates.io-index"4540checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4541dependencies = [4542 "either",4543 "fnv",4544 "futures 0.3.25",4545 "futures-timer",4546 "instant",4547 "libp2p-core",4548 "log",4549 "pin-project",4550 "rand 0.7.3",4551 "smallvec",4552 "thiserror",4553 "void",4554]45554556[[package]]4557name = "libp2p-swarm-derive"4558version = "0.28.0"4559source = "registry+https://github.com/rust-lang/crates.io-index"4560checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4561dependencies = [4562 "quote",4563 "syn",4564]45654566[[package]]4567name = "libp2p-tcp"4568version = "0.34.0"4569source = "registry+https://github.com/rust-lang/crates.io-index"4570checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4571dependencies = [4572 "async-io",4573 "futures 0.3.25",4574 "futures-timer",4575 "if-watch",4576 "ipnet",4577 "libc",4578 "libp2p-core",4579 "log",4580 "socket2",4581]45824583[[package]]4584name = "libp2p-uds"4585version = "0.33.0"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4588dependencies = [4589 "async-std",4590 "futures 0.3.25",4591 "libp2p-core",4592 "log",4593]45944595[[package]]4596name = "libp2p-wasm-ext"4597version = "0.34.0"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4600dependencies = [4601 "futures 0.3.25",4602 "js-sys",4603 "libp2p-core",4604 "parity-send-wrapper",4605 "wasm-bindgen",4606 "wasm-bindgen-futures",4607]46084609[[package]]4610name = "libp2p-websocket"4611version = "0.36.0"4612source = "registry+https://github.com/rust-lang/crates.io-index"4613checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4614dependencies = [4615 "either",4616 "futures 0.3.25",4617 "futures-rustls",4618 "libp2p-core",4619 "log",4620 "parking_lot 0.12.1",4621 "quicksink",4622 "rw-stream-sink",4623 "soketto",4624 "url",4625 "webpki-roots",4626]46274628[[package]]4629name = "libp2p-yamux"4630version = "0.38.0"4631source = "registry+https://github.com/rust-lang/crates.io-index"4632checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4633dependencies = [4634 "futures 0.3.25",4635 "libp2p-core",4636 "parking_lot 0.12.1",4637 "thiserror",4638 "yamux",4639]46404641[[package]]4642name = "librocksdb-sys"4643version = "0.6.1+6.28.2"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4646dependencies = [4647 "bindgen",4648 "bzip2-sys",4649 "cc",4650 "glob",4651 "libc",4652 "libz-sys",4653 "tikv-jemalloc-sys",4654]46554656[[package]]4657name = "libsecp256k1"4658version = "0.7.1"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4661dependencies = [4662 "arrayref",4663 "base64",4664 "digest 0.9.0",4665 "hmac-drbg",4666 "libsecp256k1-core",4667 "libsecp256k1-gen-ecmult",4668 "libsecp256k1-gen-genmult",4669 "rand 0.8.5",4670 "serde",4671 "sha2 0.9.9",4672 "typenum",4673]46744675[[package]]4676name = "libsecp256k1-core"4677version = "0.3.0"4678source = "registry+https://github.com/rust-lang/crates.io-index"4679checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4680dependencies = [4681 "crunchy",4682 "digest 0.9.0",4683 "subtle",4684]46854686[[package]]4687name = "libsecp256k1-gen-ecmult"4688version = "0.3.0"4689source = "registry+https://github.com/rust-lang/crates.io-index"4690checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4691dependencies = [4692 "libsecp256k1-core",4693]46944695[[package]]4696name = "libsecp256k1-gen-genmult"4697version = "0.3.0"4698source = "registry+https://github.com/rust-lang/crates.io-index"4699checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4700dependencies = [4701 "libsecp256k1-core",4702]47034704[[package]]4705name = "libz-sys"4706version = "1.1.8"4707source = "registry+https://github.com/rust-lang/crates.io-index"4708checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4709dependencies = [4710 "cc",4711 "pkg-config",4712 "vcpkg",4713]47144715[[package]]4716name = "link-cplusplus"4717version = "1.0.7"4718source = "registry+https://github.com/rust-lang/crates.io-index"4719checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4720dependencies = [4721 "cc",4722]47234724[[package]]4725name = "linked-hash-map"4726version = "0.5.6"4727source = "registry+https://github.com/rust-lang/crates.io-index"4728checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"47294730[[package]]4731name = "linked_hash_set"4732version = "0.1.4"4733source = "registry+https://github.com/rust-lang/crates.io-index"4734checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4735dependencies = [4736 "linked-hash-map",4737]47384739[[package]]4740name = "linregress"4741version = "0.4.4"4742source = "registry+https://github.com/rust-lang/crates.io-index"4743checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4744dependencies = [4745 "nalgebra",4746 "statrs",4747]47484749[[package]]4750name = "linux-raw-sys"4751version = "0.0.46"4752source = "registry+https://github.com/rust-lang/crates.io-index"4753checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47544755[[package]]4756name = "lock_api"4757version = "0.4.9"4758source = "registry+https://github.com/rust-lang/crates.io-index"4759checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4760dependencies = [4761 "autocfg",4762 "scopeguard",4763]47644765[[package]]4766name = "log"4767version = "0.4.17"4768source = "registry+https://github.com/rust-lang/crates.io-index"4769checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4770dependencies = [4771 "cfg-if 1.0.0",4772 "value-bag",4773]47744775[[package]]4776name = "logtest"4777version = "2.0.0"4778source = "registry+https://github.com/rust-lang/crates.io-index"4779checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4780dependencies = [4781 "lazy_static",4782 "log",4783]47844785[[package]]4786name = "lru"4787version = "0.7.8"4788source = "registry+https://github.com/rust-lang/crates.io-index"4789checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4790dependencies = [4791 "hashbrown",4792]47934794[[package]]4795name = "lru"4796version = "0.8.1"4797source = "registry+https://github.com/rust-lang/crates.io-index"4798checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4799dependencies = [4800 "hashbrown",4801]48024803[[package]]4804name = "lru-cache"4805version = "0.1.2"4806source = "registry+https://github.com/rust-lang/crates.io-index"4807checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4808dependencies = [4809 "linked-hash-map",4810]48114812[[package]]4813name = "lz4"4814version = "1.24.0"4815source = "registry+https://github.com/rust-lang/crates.io-index"4816checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4817dependencies = [4818 "libc",4819 "lz4-sys",4820]48214822[[package]]4823name = "lz4-sys"4824version = "1.9.4"4825source = "registry+https://github.com/rust-lang/crates.io-index"4826checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4827dependencies = [4828 "cc",4829 "libc",4830]48314832[[package]]4833name = "mach"4834version = "0.3.2"4835source = "registry+https://github.com/rust-lang/crates.io-index"4836checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4837dependencies = [4838 "libc",4839]48404841[[package]]4842name = "match_cfg"4843version = "0.1.0"4844source = "registry+https://github.com/rust-lang/crates.io-index"4845checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48464847[[package]]4848name = "matchers"4849version = "0.0.1"4850source = "registry+https://github.com/rust-lang/crates.io-index"4851checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4852dependencies = [4853 "regex-automata",4854]48554856[[package]]4857name = "matches"4858version = "0.1.9"4859source = "registry+https://github.com/rust-lang/crates.io-index"4860checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48614862[[package]]4863name = "matrixmultiply"4864version = "0.3.2"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4867dependencies = [4868 "rawpointer",4869]48704871[[package]]4872name = "memchr"4873version = "2.5.0"4874source = "registry+https://github.com/rust-lang/crates.io-index"4875checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48764877[[package]]4878name = "memfd"4879version = "0.6.1"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4882dependencies = [4883 "rustix",4884]48854886[[package]]4887name = "memmap2"4888version = "0.5.7"4889source = "registry+https://github.com/rust-lang/crates.io-index"4890checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4891dependencies = [4892 "libc",4893]48944895[[package]]4896name = "memoffset"4897version = "0.6.5"4898source = "registry+https://github.com/rust-lang/crates.io-index"4899checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4900dependencies = [4901 "autocfg",4902]49034904[[package]]4905name = "memory-db"4906version = "0.29.0"4907source = "registry+https://github.com/rust-lang/crates.io-index"4908checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4909dependencies = [4910 "hash-db",4911 "hashbrown",4912 "parity-util-mem",4913]49144915[[package]]4916name = "memory-lru"4917version = "0.1.1"4918source = "registry+https://github.com/rust-lang/crates.io-index"4919checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4920dependencies = [4921 "lru 0.8.1",4922]49234924[[package]]4925name = "memory_units"4926version = "0.4.0"4927source = "registry+https://github.com/rust-lang/crates.io-index"4928checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"49294930[[package]]4931name = "merlin"4932version = "2.0.1"4933source = "registry+https://github.com/rust-lang/crates.io-index"4934checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4935dependencies = [4936 "byteorder",4937 "keccak",4938 "rand_core 0.5.1",4939 "zeroize",4940]49414942[[package]]4943name = "mick-jaeger"4944version = "0.1.8"4945source = "registry+https://github.com/rust-lang/crates.io-index"4946checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4947dependencies = [4948 "futures 0.3.25",4949 "rand 0.8.5",4950 "thrift",4951]49524953[[package]]4954name = "minimal-lexical"4955version = "0.2.1"4956source = "registry+https://github.com/rust-lang/crates.io-index"4957checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49584959[[package]]4960name = "miniz_oxide"4961version = "0.5.4"4962source = "registry+https://github.com/rust-lang/crates.io-index"4963checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4964dependencies = [4965 "adler",4966]49674968[[package]]4969name = "mio"4970version = "0.8.4"4971source = "registry+https://github.com/rust-lang/crates.io-index"4972checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"4973dependencies = [4974 "libc",4975 "log",4976 "wasi 0.11.0+wasi-snapshot-preview1",4977 "windows-sys 0.36.1",4978]49794980[[package]]4981name = "multiaddr"4982version = "0.14.0"4983source = "registry+https://github.com/rust-lang/crates.io-index"4984checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4985dependencies = [4986 "arrayref",4987 "bs58",4988 "byteorder",4989 "data-encoding",4990 "multihash",4991 "percent-encoding",4992 "serde",4993 "static_assertions",4994 "unsigned-varint",4995 "url",4996]49974998[[package]]4999name = "multibase"5000version = "0.9.1"5001source = "registry+https://github.com/rust-lang/crates.io-index"5002checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5003dependencies = [5004 "base-x",5005 "data-encoding",5006 "data-encoding-macro",5007]50085009[[package]]5010name = "multihash"5011version = "0.16.3"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5014dependencies = [5015 "blake2b_simd",5016 "blake2s_simd",5017 "blake3",5018 "core2",5019 "digest 0.10.5",5020 "multihash-derive",5021 "sha2 0.10.6",5022 "sha3",5023 "unsigned-varint",5024]50255026[[package]]5027name = "multihash-derive"5028version = "0.8.0"5029source = "registry+https://github.com/rust-lang/crates.io-index"5030checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5031dependencies = [5032 "proc-macro-crate",5033 "proc-macro-error",5034 "proc-macro2",5035 "quote",5036 "syn",5037 "synstructure",5038]50395040[[package]]5041name = "multimap"5042version = "0.8.3"5043source = "registry+https://github.com/rust-lang/crates.io-index"5044checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50455046[[package]]5047name = "multistream-select"5048version = "0.11.0"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5051dependencies = [5052 "bytes",5053 "futures 0.3.25",5054 "log",5055 "pin-project",5056 "smallvec",5057 "unsigned-varint",5058]50595060[[package]]5061name = "nalgebra"5062version = "0.27.1"5063source = "registry+https://github.com/rust-lang/crates.io-index"5064checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5065dependencies = [5066 "approx",5067 "matrixmultiply",5068 "nalgebra-macros",5069 "num-complex",5070 "num-rational 0.4.1",5071 "num-traits",5072 "rand 0.8.5",5073 "rand_distr",5074 "simba",5075 "typenum",5076]50775078[[package]]5079name = "nalgebra-macros"5080version = "0.1.0"5081source = "registry+https://github.com/rust-lang/crates.io-index"5082checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5083dependencies = [5084 "proc-macro2",5085 "quote",5086 "syn",5087]50885089[[package]]5090name = "names"5091version = "0.13.0"5092source = "registry+https://github.com/rust-lang/crates.io-index"5093checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5094dependencies = [5095 "rand 0.8.5",5096]50975098[[package]]5099name = "nanorand"5100version = "0.7.0"5101source = "registry+https://github.com/rust-lang/crates.io-index"5102checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"51035104[[package]]5105name = "netlink-packet-core"5106version = "0.4.2"5107source = "registry+https://github.com/rust-lang/crates.io-index"5108checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5109dependencies = [5110 "anyhow",5111 "byteorder",5112 "libc",5113 "netlink-packet-utils",5114]51155116[[package]]5117name = "netlink-packet-route"5118version = "0.12.0"5119source = "registry+https://github.com/rust-lang/crates.io-index"5120checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5121dependencies = [5122 "anyhow",5123 "bitflags",5124 "byteorder",5125 "libc",5126 "netlink-packet-core",5127 "netlink-packet-utils",5128]51295130[[package]]5131name = "netlink-packet-utils"5132version = "0.5.1"5133source = "registry+https://github.com/rust-lang/crates.io-index"5134checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5135dependencies = [5136 "anyhow",5137 "byteorder",5138 "paste",5139 "thiserror",5140]51415142[[package]]5143name = "netlink-proto"5144version = "0.10.0"5145source = "registry+https://github.com/rust-lang/crates.io-index"5146checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5147dependencies = [5148 "bytes",5149 "futures 0.3.25",5150 "log",5151 "netlink-packet-core",5152 "netlink-sys",5153 "thiserror",5154 "tokio",5155]51565157[[package]]5158name = "netlink-sys"5159version = "0.8.3"5160source = "registry+https://github.com/rust-lang/crates.io-index"5161checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5162dependencies = [5163 "async-io",5164 "bytes",5165 "futures 0.3.25",5166 "libc",5167 "log",5168]51695170[[package]]5171name = "nix"5172version = "0.24.2"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5175dependencies = [5176 "bitflags",5177 "cfg-if 1.0.0",5178 "libc",5179]51805181[[package]]5182name = "nodrop"5183version = "0.1.14"5184source = "registry+https://github.com/rust-lang/crates.io-index"5185checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51865187[[package]]5188name = "nohash-hasher"5189version = "0.2.0"5190source = "registry+https://github.com/rust-lang/crates.io-index"5191checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51925193[[package]]5194name = "nom"5195version = "7.1.1"5196source = "registry+https://github.com/rust-lang/crates.io-index"5197checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5198dependencies = [5199 "memchr",5200 "minimal-lexical",5201]52025203[[package]]5204name = "num-bigint"5205version = "0.2.6"5206source = "registry+https://github.com/rust-lang/crates.io-index"5207checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5208dependencies = [5209 "autocfg",5210 "num-integer",5211 "num-traits",5212]52135214[[package]]5215name = "num-bigint"5216version = "0.4.3"5217source = "registry+https://github.com/rust-lang/crates.io-index"5218checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5219dependencies = [5220 "autocfg",5221 "num-integer",5222 "num-traits",5223]52245225[[package]]5226name = "num-complex"5227version = "0.4.2"5228source = "registry+https://github.com/rust-lang/crates.io-index"5229checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5230dependencies = [5231 "num-traits",5232]52335234[[package]]5235name = "num-format"5236version = "0.4.3"5237source = "registry+https://github.com/rust-lang/crates.io-index"5238checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5239dependencies = [5240 "arrayvec 0.7.2",5241 "itoa",5242]52435244[[package]]5245name = "num-integer"5246version = "0.1.45"5247source = "registry+https://github.com/rust-lang/crates.io-index"5248checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5249dependencies = [5250 "autocfg",5251 "num-traits",5252]52535254[[package]]5255name = "num-rational"5256version = "0.2.4"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5259dependencies = [5260 "autocfg",5261 "num-bigint 0.2.6",5262 "num-integer",5263 "num-traits",5264]52655266[[package]]5267name = "num-rational"5268version = "0.4.1"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5271dependencies = [5272 "autocfg",5273 "num-bigint 0.4.3",5274 "num-integer",5275 "num-traits",5276]52775278[[package]]5279name = "num-traits"5280version = "0.2.15"5281source = "registry+https://github.com/rust-lang/crates.io-index"5282checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5283dependencies = [5284 "autocfg",5285 "libm",5286]52875288[[package]]5289name = "num_cpus"5290version = "1.13.1"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5293dependencies = [5294 "hermit-abi",5295 "libc",5296]52975298[[package]]5299name = "num_threads"5300version = "0.1.6"5301source = "registry+https://github.com/rust-lang/crates.io-index"5302checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5303dependencies = [5304 "libc",5305]53065307[[package]]5308name = "object"5309version = "0.29.0"5310source = "registry+https://github.com/rust-lang/crates.io-index"5311checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5312dependencies = [5313 "crc32fast",5314 "hashbrown",5315 "indexmap",5316 "memchr",5317]53185319[[package]]5320name = "once_cell"5321version = "1.15.0"5322source = "registry+https://github.com/rust-lang/crates.io-index"5323checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"53245325[[package]]5326name = "opal-runtime"5327version = "0.9.30"5328dependencies = [5329 "app-promotion-rpc",5330 "cumulus-pallet-aura-ext",5331 "cumulus-pallet-dmp-queue",5332 "cumulus-pallet-parachain-system",5333 "cumulus-pallet-xcm",5334 "cumulus-pallet-xcmp-queue",5335 "cumulus-primitives-core",5336 "cumulus-primitives-timestamp",5337 "cumulus-primitives-utility",5338 "derivative",5339 "evm-coder",5340 "fp-evm-mapping",5341 "fp-rpc",5342 "fp-self-contained",5343 "frame-benchmarking",5344 "frame-executive",5345 "frame-support",5346 "frame-system",5347 "frame-system-benchmarking",5348 "frame-system-rpc-runtime-api",5349 "frame-try-runtime",5350 "hex-literal",5351 "impl-trait-for-tuples",5352 "log",5353 "logtest",5354 "orml-tokens",5355 "orml-traits",5356 "orml-vesting",5357 "orml-xtokens",5358 "pallet-app-promotion",5359 "pallet-aura",5360 "pallet-balances",5361 "pallet-base-fee",5362 "pallet-common",5363 "pallet-configuration",5364 "pallet-ethereum",5365 "pallet-evm",5366 "pallet-evm-coder-substrate",5367 "pallet-evm-contract-helpers",5368 "pallet-evm-migration",5369 "pallet-evm-transaction-payment",5370 "pallet-foreign-assets",5371 "pallet-fungible",5372 "pallet-inflation",5373 "pallet-nonfungible",5374 "pallet-randomness-collective-flip",5375 "pallet-refungible",5376 "pallet-rmrk-core",5377 "pallet-rmrk-equip",5378 "pallet-structure",5379 "pallet-sudo",5380 "pallet-template-transaction-payment",5381 "pallet-test-utils",5382 "pallet-timestamp",5383 "pallet-transaction-payment",5384 "pallet-transaction-payment-rpc-runtime-api",5385 "pallet-treasury",5386 "pallet-unique",5387 "pallet-unique-scheduler",5388 "pallet-unique-scheduler-v2",5389 "pallet-xcm",5390 "parachain-info",5391 "parity-scale-codec 3.2.1",5392 "polkadot-parachain",5393 "rmrk-rpc",5394 "scale-info",5395 "serde",5396 "smallvec",5397 "sp-api",5398 "sp-arithmetic",5399 "sp-block-builder",5400 "sp-consensus-aura",5401 "sp-core",5402 "sp-inherents",5403 "sp-io",5404 "sp-offchain",5405 "sp-runtime",5406 "sp-session",5407 "sp-std",5408 "sp-transaction-pool",5409 "sp-version",5410 "substrate-wasm-builder",5411 "up-common",5412 "up-data-structs",5413 "up-rpc",5414 "up-sponsorship",5415 "xcm",5416 "xcm-builder",5417 "xcm-executor",5418]54195420[[package]]5421name = "opaque-debug"5422version = "0.2.3"5423source = "registry+https://github.com/rust-lang/crates.io-index"5424checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54255426[[package]]5427name = "opaque-debug"5428version = "0.3.0"5429source = "registry+https://github.com/rust-lang/crates.io-index"5430checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54315432[[package]]5433name = "openssl-probe"5434version = "0.1.5"5435source = "registry+https://github.com/rust-lang/crates.io-index"5436checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54375438[[package]]5439name = "orchestra"5440version = "0.0.1"5441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5442dependencies = [5443 "async-trait",5444 "dyn-clonable",5445 "futures 0.3.25",5446 "futures-timer",5447 "orchestra-proc-macro",5448 "pin-project",5449 "prioritized-metered-channel",5450 "thiserror",5451 "tracing",5452]54535454[[package]]5455name = "orchestra-proc-macro"5456version = "0.0.1"5457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5458dependencies = [5459 "expander 0.0.6",5460 "itertools",5461 "petgraph",5462 "proc-macro-crate",5463 "proc-macro2",5464 "quote",5465 "syn",5466]54675468[[package]]5469name = "ordered-float"5470version = "1.1.1"5471source = "registry+https://github.com/rust-lang/crates.io-index"5472checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5473dependencies = [5474 "num-traits",5475]54765477[[package]]5478name = "orml-tokens"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 "frame-system",5484 "orml-traits",5485 "parity-scale-codec 3.2.1",5486 "scale-info",5487 "serde",5488 "sp-runtime",5489 "sp-std",5490]54915492[[package]]5493name = "orml-traits"5494version = "0.4.1-dev"5495source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5496dependencies = [5497 "frame-support",5498 "impl-trait-for-tuples",5499 "num-traits",5500 "orml-utilities",5501 "parity-scale-codec 3.2.1",5502 "scale-info",5503 "serde",5504 "sp-io",5505 "sp-runtime",5506 "sp-std",5507 "xcm",5508]55095510[[package]]5511name = "orml-utilities"5512version = "0.4.1-dev"5513source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5514dependencies = [5515 "frame-support",5516 "parity-scale-codec 3.2.1",5517 "scale-info",5518 "serde",5519 "sp-io",5520 "sp-runtime",5521 "sp-std",5522]55235524[[package]]5525name = "orml-vesting"5526version = "0.4.1-dev"5527source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5528dependencies = [5529 "frame-support",5530 "frame-system",5531 "parity-scale-codec 3.2.1",5532 "scale-info",5533 "serde",5534 "sp-io",5535 "sp-runtime",5536 "sp-std",5537]55385539[[package]]5540name = "orml-xcm-support"5541version = "0.4.1-dev"5542source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5543dependencies = [5544 "frame-support",5545 "orml-traits",5546 "parity-scale-codec 3.2.1",5547 "sp-runtime",5548 "sp-std",5549 "xcm",5550 "xcm-executor",5551]55525553[[package]]5554name = "orml-xtokens"5555version = "0.4.1-dev"5556source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5557dependencies = [5558 "cumulus-primitives-core",5559 "frame-support",5560 "frame-system",5561 "orml-traits",5562 "orml-xcm-support",5563 "pallet-xcm",5564 "parity-scale-codec 3.2.1",5565 "scale-info",5566 "serde",5567 "sp-io",5568 "sp-runtime",5569 "sp-std",5570 "xcm",5571 "xcm-executor",5572]55735574[[package]]5575name = "os_str_bytes"5576version = "6.3.0"5577source = "registry+https://github.com/rust-lang/crates.io-index"5578checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55795580[[package]]5581name = "owning_ref"5582version = "0.4.1"5583source = "registry+https://github.com/rust-lang/crates.io-index"5584checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5585dependencies = [5586 "stable_deref_trait",5587]55885589[[package]]5590name = "pallet-app-promotion"5591version = "0.1.0"5592dependencies = [5593 "frame-benchmarking",5594 "frame-support",5595 "frame-system",5596 "pallet-balances",5597 "pallet-common",5598 "pallet-evm",5599 "pallet-evm-contract-helpers",5600 "pallet-evm-migration",5601 "pallet-randomness-collective-flip",5602 "pallet-timestamp",5603 "pallet-unique",5604 "parity-scale-codec 3.2.1",5605 "scale-info",5606 "serde",5607 "sp-core",5608 "sp-io",5609 "sp-runtime",5610 "sp-std",5611 "up-data-structs",5612]56135614[[package]]5615name = "pallet-aura"5616version = "4.0.0-dev"5617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5618dependencies = [5619 "frame-support",5620 "frame-system",5621 "pallet-timestamp",5622 "parity-scale-codec 3.2.1",5623 "scale-info",5624 "sp-application-crypto",5625 "sp-consensus-aura",5626 "sp-runtime",5627 "sp-std",5628]56295630[[package]]5631name = "pallet-authority-discovery"5632version = "4.0.0-dev"5633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5634dependencies = [5635 "frame-support",5636 "frame-system",5637 "pallet-session",5638 "parity-scale-codec 3.2.1",5639 "scale-info",5640 "sp-application-crypto",5641 "sp-authority-discovery",5642 "sp-runtime",5643 "sp-std",5644]56455646[[package]]5647name = "pallet-authorship"5648version = "4.0.0-dev"5649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5650dependencies = [5651 "frame-support",5652 "frame-system",5653 "impl-trait-for-tuples",5654 "parity-scale-codec 3.2.1",5655 "scale-info",5656 "sp-authorship",5657 "sp-runtime",5658 "sp-std",5659]56605661[[package]]5662name = "pallet-babe"5663version = "4.0.0-dev"5664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5665dependencies = [5666 "frame-benchmarking",5667 "frame-support",5668 "frame-system",5669 "log",5670 "pallet-authorship",5671 "pallet-session",5672 "pallet-timestamp",5673 "parity-scale-codec 3.2.1",5674 "scale-info",5675 "sp-application-crypto",5676 "sp-consensus-babe",5677 "sp-consensus-vrf",5678 "sp-io",5679 "sp-runtime",5680 "sp-session",5681 "sp-staking",5682 "sp-std",5683]56845685[[package]]5686name = "pallet-bags-list"5687version = "4.0.0-dev"5688source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5689dependencies = [5690 "frame-benchmarking",5691 "frame-election-provider-support",5692 "frame-support",5693 "frame-system",5694 "log",5695 "pallet-balances",5696 "parity-scale-codec 3.2.1",5697 "scale-info",5698 "sp-core",5699 "sp-io",5700 "sp-runtime",5701 "sp-std",5702 "sp-tracing",5703]57045705[[package]]5706name = "pallet-balances"5707version = "4.0.0-dev"5708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5709dependencies = [5710 "frame-benchmarking",5711 "frame-support",5712 "frame-system",5713 "log",5714 "parity-scale-codec 3.2.1",5715 "scale-info",5716 "sp-runtime",5717 "sp-std",5718]57195720[[package]]5721name = "pallet-base-fee"5722version = "1.0.0"5723source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5724dependencies = [5725 "fp-evm",5726 "frame-support",5727 "frame-system",5728 "parity-scale-codec 3.2.1",5729 "scale-info",5730 "serde",5731 "sp-core",5732 "sp-runtime",5733]57345735[[package]]5736name = "pallet-beefy"5737version = "4.0.0-dev"5738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5739dependencies = [5740 "beefy-primitives",5741 "frame-support",5742 "frame-system",5743 "pallet-session",5744 "parity-scale-codec 3.2.1",5745 "scale-info",5746 "serde",5747 "sp-runtime",5748 "sp-std",5749]57505751[[package]]5752name = "pallet-beefy-mmr"5753version = "4.0.0-dev"5754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5755dependencies = [5756 "array-bytes",5757 "beefy-merkle-tree",5758 "beefy-primitives",5759 "frame-support",5760 "frame-system",5761 "log",5762 "pallet-beefy",5763 "pallet-mmr",5764 "pallet-session",5765 "parity-scale-codec 3.2.1",5766 "scale-info",5767 "serde",5768 "sp-core",5769 "sp-io",5770 "sp-runtime",5771 "sp-std",5772]57735774[[package]]5775name = "pallet-bounties"5776version = "4.0.0-dev"5777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5778dependencies = [5779 "frame-benchmarking",5780 "frame-support",5781 "frame-system",5782 "log",5783 "pallet-treasury",5784 "parity-scale-codec 3.2.1",5785 "scale-info",5786 "sp-core",5787 "sp-io",5788 "sp-runtime",5789 "sp-std",5790]57915792[[package]]5793name = "pallet-child-bounties"5794version = "4.0.0-dev"5795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5796dependencies = [5797 "frame-benchmarking",5798 "frame-support",5799 "frame-system",5800 "log",5801 "pallet-bounties",5802 "pallet-treasury",5803 "parity-scale-codec 3.2.1",5804 "scale-info",5805 "sp-core",5806 "sp-io",5807 "sp-runtime",5808 "sp-std",5809]58105811[[package]]5812name = "pallet-collective"5813version = "4.0.0-dev"5814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5815dependencies = [5816 "frame-benchmarking",5817 "frame-support",5818 "frame-system",5819 "log",5820 "parity-scale-codec 3.2.1",5821 "scale-info",5822 "sp-core",5823 "sp-io",5824 "sp-runtime",5825 "sp-std",5826]58275828[[package]]5829name = "pallet-common"5830version = "0.1.9"5831dependencies = [5832 "ethereum",5833 "evm-coder",5834 "fp-evm-mapping",5835 "frame-benchmarking",5836 "frame-support",5837 "frame-system",5838 "pallet-evm",5839 "pallet-evm-coder-substrate",5840 "parity-scale-codec 3.2.1",5841 "scale-info",5842 "serde",5843 "sp-core",5844 "sp-runtime",5845 "sp-std",5846 "up-data-structs",5847]58485849[[package]]5850name = "pallet-configuration"5851version = "0.1.1"5852dependencies = [5853 "fp-evm",5854 "frame-support",5855 "frame-system",5856 "parity-scale-codec 3.2.1",5857 "scale-info",5858 "smallvec",5859 "sp-arithmetic",5860 "sp-core",5861 "sp-runtime",5862 "sp-std",5863]58645865[[package]]5866name = "pallet-democracy"5867version = "4.0.0-dev"5868source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5869dependencies = [5870 "frame-benchmarking",5871 "frame-support",5872 "frame-system",5873 "parity-scale-codec 3.2.1",5874 "scale-info",5875 "serde",5876 "sp-io",5877 "sp-runtime",5878 "sp-std",5879]58805881[[package]]5882name = "pallet-election-provider-multi-phase"5883version = "4.0.0-dev"5884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5885dependencies = [5886 "frame-benchmarking",5887 "frame-election-provider-support",5888 "frame-support",5889 "frame-system",5890 "log",5891 "pallet-election-provider-support-benchmarking",5892 "parity-scale-codec 3.2.1",5893 "rand 0.7.3",5894 "scale-info",5895 "sp-arithmetic",5896 "sp-core",5897 "sp-io",5898 "sp-npos-elections",5899 "sp-runtime",5900 "sp-std",5901 "static_assertions",5902 "strum",5903]59045905[[package]]5906name = "pallet-election-provider-support-benchmarking"5907version = "4.0.0-dev"5908source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5909dependencies = [5910 "frame-benchmarking",5911 "frame-election-provider-support",5912 "frame-system",5913 "parity-scale-codec 3.2.1",5914 "sp-npos-elections",5915 "sp-runtime",5916]59175918[[package]]5919name = "pallet-elections-phragmen"5920version = "5.0.0-dev"5921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5922dependencies = [5923 "frame-benchmarking",5924 "frame-support",5925 "frame-system",5926 "log",5927 "parity-scale-codec 3.2.1",5928 "scale-info",5929 "sp-core",5930 "sp-io",5931 "sp-npos-elections",5932 "sp-runtime",5933 "sp-std",5934]59355936[[package]]5937name = "pallet-ethereum"5938version = "4.0.0-dev"5939source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5940dependencies = [5941 "ethereum",5942 "ethereum-types",5943 "evm",5944 "fp-consensus",5945 "fp-evm",5946 "fp-evm-mapping",5947 "fp-rpc",5948 "fp-self-contained",5949 "fp-storage",5950 "frame-support",5951 "frame-system",5952 "log",5953 "pallet-evm",5954 "pallet-timestamp",5955 "parity-scale-codec 3.2.1",5956 "rlp",5957 "scale-info",5958 "serde",5959 "sha3",5960 "sp-io",5961 "sp-runtime",5962 "sp-std",5963]59645965[[package]]5966name = "pallet-evm"5967version = "6.0.0-dev"5968source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5969dependencies = [5970 "evm",5971 "fp-evm",5972 "fp-evm-mapping",5973 "frame-benchmarking",5974 "frame-support",5975 "frame-system",5976 "hex",5977 "impl-trait-for-tuples",5978 "log",5979 "pallet-timestamp",5980 "parity-scale-codec 3.2.1",5981 "primitive-types",5982 "rlp",5983 "scale-info",5984 "serde",5985 "sha3",5986 "sp-core",5987 "sp-io",5988 "sp-runtime",5989 "sp-std",5990]59915992[[package]]5993name = "pallet-evm-coder-substrate"5994version = "0.1.3"5995dependencies = [5996 "ethereum",5997 "evm-coder",5998 "frame-benchmarking",5999 "frame-support",6000 "frame-system",6001 "pallet-ethereum",6002 "pallet-evm",6003 "parity-scale-codec 3.2.1",6004 "scale-info",6005 "sp-core",6006 "sp-std",6007 "up-data-structs",6008]60096010[[package]]6011name = "pallet-evm-contract-helpers"6012version = "0.3.0"6013dependencies = [6014 "ethereum",6015 "evm-coder",6016 "fp-evm-mapping",6017 "frame-support",6018 "frame-system",6019 "log",6020 "pallet-common",6021 "pallet-evm",6022 "pallet-evm-coder-substrate",6023 "pallet-evm-transaction-payment",6024 "parity-scale-codec 3.2.1",6025 "scale-info",6026 "sp-core",6027 "sp-runtime",6028 "sp-std",6029 "up-data-structs",6030 "up-sponsorship",6031]60326033[[package]]6034name = "pallet-evm-migration"6035version = "0.1.1"6036dependencies = [6037 "fp-evm",6038 "frame-benchmarking",6039 "frame-support",6040 "frame-system",6041 "pallet-evm",6042 "parity-scale-codec 3.2.1",6043 "scale-info",6044 "sp-core",6045 "sp-io",6046 "sp-runtime",6047 "sp-std",6048]60496050[[package]]6051name = "pallet-evm-transaction-payment"6052version = "0.1.1"6053dependencies = [6054 "fp-evm",6055 "fp-evm-mapping",6056 "frame-support",6057 "frame-system",6058 "pallet-ethereum",6059 "pallet-evm",6060 "parity-scale-codec 3.2.1",6061 "scale-info",6062 "sp-core",6063 "sp-io",6064 "sp-runtime",6065 "sp-std",6066 "up-sponsorship",6067]60686069[[package]]6070name = "pallet-fast-unstake"6071version = "4.0.0-dev"6072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6073dependencies = [6074 "frame-benchmarking",6075 "frame-election-provider-support",6076 "frame-support",6077 "frame-system",6078 "log",6079 "pallet-balances",6080 "pallet-staking",6081 "pallet-timestamp",6082 "parity-scale-codec 3.2.1",6083 "scale-info",6084 "sp-io",6085 "sp-runtime",6086 "sp-staking",6087 "sp-std",6088]60896090[[package]]6091name = "pallet-foreign-assets"6092version = "0.1.0"6093dependencies = [6094 "frame-benchmarking",6095 "frame-support",6096 "frame-system",6097 "hex",6098 "log",6099 "orml-tokens",6100 "pallet-balances",6101 "pallet-common",6102 "pallet-fungible",6103 "pallet-timestamp",6104 "parity-scale-codec 3.2.1",6105 "scale-info",6106 "serde",6107 "serde_json",6108 "sp-core",6109 "sp-io",6110 "sp-runtime",6111 "sp-std",6112 "up-data-structs",6113 "xcm",6114 "xcm-builder",6115 "xcm-executor",6116]61176118[[package]]6119name = "pallet-fungible"6120version = "0.1.5"6121dependencies = [6122 "ethereum",6123 "evm-coder",6124 "frame-benchmarking",6125 "frame-support",6126 "frame-system",6127 "pallet-common",6128 "pallet-evm",6129 "pallet-evm-coder-substrate",6130 "pallet-structure",6131 "parity-scale-codec 3.2.1",6132 "scale-info",6133 "sp-core",6134 "sp-runtime",6135 "sp-std",6136 "up-data-structs",6137]61386139[[package]]6140name = "pallet-gilt"6141version = "4.0.0-dev"6142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6143dependencies = [6144 "frame-benchmarking",6145 "frame-support",6146 "frame-system",6147 "parity-scale-codec 3.2.1",6148 "scale-info",6149 "sp-arithmetic",6150 "sp-runtime",6151 "sp-std",6152]61536154[[package]]6155name = "pallet-grandpa"6156version = "4.0.0-dev"6157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6158dependencies = [6159 "frame-benchmarking",6160 "frame-support",6161 "frame-system",6162 "log",6163 "pallet-authorship",6164 "pallet-session",6165 "parity-scale-codec 3.2.1",6166 "scale-info",6167 "sp-application-crypto",6168 "sp-core",6169 "sp-finality-grandpa",6170 "sp-io",6171 "sp-runtime",6172 "sp-session",6173 "sp-staking",6174 "sp-std",6175]61766177[[package]]6178name = "pallet-identity"6179version = "4.0.0-dev"6180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6181dependencies = [6182 "enumflags2",6183 "frame-benchmarking",6184 "frame-support",6185 "frame-system",6186 "parity-scale-codec 3.2.1",6187 "scale-info",6188 "sp-io",6189 "sp-runtime",6190 "sp-std",6191]61926193[[package]]6194name = "pallet-im-online"6195version = "4.0.0-dev"6196source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6197dependencies = [6198 "frame-benchmarking",6199 "frame-support",6200 "frame-system",6201 "log",6202 "pallet-authorship",6203 "parity-scale-codec 3.2.1",6204 "scale-info",6205 "sp-application-crypto",6206 "sp-core",6207 "sp-io",6208 "sp-runtime",6209 "sp-staking",6210 "sp-std",6211]62126213[[package]]6214name = "pallet-indices"6215version = "4.0.0-dev"6216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6217dependencies = [6218 "frame-benchmarking",6219 "frame-support",6220 "frame-system",6221 "parity-scale-codec 3.2.1",6222 "scale-info",6223 "sp-core",6224 "sp-io",6225 "sp-keyring",6226 "sp-runtime",6227 "sp-std",6228]62296230[[package]]6231name = "pallet-inflation"6232version = "0.1.1"6233dependencies = [6234 "frame-benchmarking",6235 "frame-support",6236 "frame-system",6237 "pallet-balances",6238 "pallet-randomness-collective-flip",6239 "pallet-timestamp",6240 "parity-scale-codec 3.2.1",6241 "scale-info",6242 "serde",6243 "sp-core",6244 "sp-io",6245 "sp-runtime",6246 "sp-std",6247]62486249[[package]]6250name = "pallet-membership"6251version = "4.0.0-dev"6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6253dependencies = [6254 "frame-benchmarking",6255 "frame-support",6256 "frame-system",6257 "log",6258 "parity-scale-codec 3.2.1",6259 "scale-info",6260 "sp-core",6261 "sp-io",6262 "sp-runtime",6263 "sp-std",6264]62656266[[package]]6267name = "pallet-mmr"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6270dependencies = [6271 "ckb-merkle-mountain-range",6272 "frame-benchmarking",6273 "frame-support",6274 "frame-system",6275 "parity-scale-codec 3.2.1",6276 "scale-info",6277 "sp-core",6278 "sp-io",6279 "sp-mmr-primitives",6280 "sp-runtime",6281 "sp-std",6282]62836284[[package]]6285name = "pallet-mmr-rpc"6286version = "3.0.0"6287source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6288dependencies = [6289 "jsonrpsee",6290 "parity-scale-codec 3.2.1",6291 "serde",6292 "sp-api",6293 "sp-blockchain",6294 "sp-core",6295 "sp-mmr-primitives",6296 "sp-runtime",6297]62986299[[package]]6300name = "pallet-multisig"6301version = "4.0.0-dev"6302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6303dependencies = [6304 "frame-benchmarking",6305 "frame-support",6306 "frame-system",6307 "parity-scale-codec 3.2.1",6308 "scale-info",6309 "sp-io",6310 "sp-runtime",6311 "sp-std",6312]63136314[[package]]6315name = "pallet-nomination-pools"6316version = "1.0.0"6317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6318dependencies = [6319 "frame-support",6320 "frame-system",6321 "log",6322 "parity-scale-codec 3.2.1",6323 "scale-info",6324 "sp-core",6325 "sp-io",6326 "sp-runtime",6327 "sp-staking",6328 "sp-std",6329]63306331[[package]]6332name = "pallet-nomination-pools-benchmarking"6333version = "1.0.0"6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6335dependencies = [6336 "frame-benchmarking",6337 "frame-election-provider-support",6338 "frame-support",6339 "frame-system",6340 "pallet-bags-list",6341 "pallet-nomination-pools",6342 "pallet-staking",6343 "parity-scale-codec 3.2.1",6344 "scale-info",6345 "sp-runtime",6346 "sp-runtime-interface",6347 "sp-staking",6348 "sp-std",6349]63506351[[package]]6352name = "pallet-nomination-pools-runtime-api"6353version = "1.0.0-dev"6354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6355dependencies = [6356 "parity-scale-codec 3.2.1",6357 "sp-api",6358 "sp-std",6359]63606361[[package]]6362name = "pallet-nonfungible"6363version = "0.1.6"6364dependencies = [6365 "ethereum",6366 "evm-coder",6367 "frame-benchmarking",6368 "frame-support",6369 "frame-system",6370 "pallet-common",6371 "pallet-evm",6372 "pallet-evm-coder-substrate",6373 "pallet-structure",6374 "parity-scale-codec 3.2.1",6375 "scale-info",6376 "sp-core",6377 "sp-runtime",6378 "sp-std",6379 "struct-versioning",6380 "up-data-structs",6381]63826383[[package]]6384name = "pallet-offences"6385version = "4.0.0-dev"6386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6387dependencies = [6388 "frame-support",6389 "frame-system",6390 "log",6391 "pallet-balances",6392 "parity-scale-codec 3.2.1",6393 "scale-info",6394 "serde",6395 "sp-runtime",6396 "sp-staking",6397 "sp-std",6398]63996400[[package]]6401name = "pallet-offences-benchmarking"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6404dependencies = [6405 "frame-benchmarking",6406 "frame-election-provider-support",6407 "frame-support",6408 "frame-system",6409 "pallet-babe",6410 "pallet-balances",6411 "pallet-grandpa",6412 "pallet-im-online",6413 "pallet-offences",6414 "pallet-session",6415 "pallet-staking",6416 "parity-scale-codec 3.2.1",6417 "scale-info",6418 "sp-runtime",6419 "sp-staking",6420 "sp-std",6421]64226423[[package]]6424name = "pallet-preimage"6425version = "4.0.0-dev"6426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6427dependencies = [6428 "frame-benchmarking",6429 "frame-support",6430 "frame-system",6431 "parity-scale-codec 3.2.1",6432 "scale-info",6433 "sp-core",6434 "sp-io",6435 "sp-runtime",6436 "sp-std",6437]64386439[[package]]6440name = "pallet-proxy"6441version = "4.0.0-dev"6442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6443dependencies = [6444 "frame-benchmarking",6445 "frame-support",6446 "frame-system",6447 "parity-scale-codec 3.2.1",6448 "scale-info",6449 "sp-io",6450 "sp-runtime",6451 "sp-std",6452]64536454[[package]]6455name = "pallet-randomness-collective-flip"6456version = "4.0.0-dev"6457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6458dependencies = [6459 "frame-support",6460 "frame-system",6461 "parity-scale-codec 3.2.1",6462 "safe-mix",6463 "scale-info",6464 "sp-runtime",6465 "sp-std",6466]64676468[[package]]6469name = "pallet-recovery"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6472dependencies = [6473 "frame-benchmarking",6474 "frame-support",6475 "frame-system",6476 "parity-scale-codec 3.2.1",6477 "scale-info",6478 "sp-io",6479 "sp-runtime",6480 "sp-std",6481]64826483[[package]]6484name = "pallet-refungible"6485version = "0.2.5"6486dependencies = [6487 "derivative",6488 "ethereum",6489 "evm-coder",6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "pallet-common",6494 "pallet-evm",6495 "pallet-evm-coder-substrate",6496 "pallet-structure",6497 "parity-scale-codec 3.2.1",6498 "scale-info",6499 "sp-core",6500 "sp-runtime",6501 "sp-std",6502 "struct-versioning",6503 "up-data-structs",6504]65056506[[package]]6507name = "pallet-rmrk-core"6508version = "0.1.2"6509dependencies = [6510 "derivative",6511 "frame-benchmarking",6512 "frame-support",6513 "frame-system",6514 "pallet-common",6515 "pallet-evm",6516 "pallet-nonfungible",6517 "pallet-structure",6518 "parity-scale-codec 3.2.1",6519 "rmrk-traits",6520 "scale-info",6521 "sp-core",6522 "sp-runtime",6523 "sp-std",6524 "up-data-structs",6525]65266527[[package]]6528name = "pallet-rmrk-equip"6529version = "0.1.2"6530dependencies = [6531 "frame-benchmarking",6532 "frame-support",6533 "frame-system",6534 "pallet-common",6535 "pallet-evm",6536 "pallet-nonfungible",6537 "pallet-rmrk-core",6538 "parity-scale-codec 3.2.1",6539 "rmrk-traits",6540 "scale-info",6541 "sp-core",6542 "sp-runtime",6543 "sp-std",6544 "up-data-structs",6545]65466547[[package]]6548name = "pallet-scheduler"6549version = "4.0.0-dev"6550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6551dependencies = [6552 "frame-benchmarking",6553 "frame-support",6554 "frame-system",6555 "log",6556 "parity-scale-codec 3.2.1",6557 "scale-info",6558 "sp-io",6559 "sp-runtime",6560 "sp-std",6561]65626563[[package]]6564name = "pallet-session"6565version = "4.0.0-dev"6566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6567dependencies = [6568 "frame-support",6569 "frame-system",6570 "impl-trait-for-tuples",6571 "log",6572 "pallet-timestamp",6573 "parity-scale-codec 3.2.1",6574 "scale-info",6575 "sp-core",6576 "sp-io",6577 "sp-runtime",6578 "sp-session",6579 "sp-staking",6580 "sp-std",6581 "sp-trie",6582]65836584[[package]]6585name = "pallet-session-benchmarking"6586version = "4.0.0-dev"6587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6588dependencies = [6589 "frame-benchmarking",6590 "frame-support",6591 "frame-system",6592 "pallet-session",6593 "pallet-staking",6594 "rand 0.7.3",6595 "sp-runtime",6596 "sp-session",6597 "sp-std",6598]65996600[[package]]6601name = "pallet-society"6602version = "4.0.0-dev"6603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6604dependencies = [6605 "frame-support",6606 "frame-system",6607 "parity-scale-codec 3.2.1",6608 "rand_chacha 0.2.2",6609 "scale-info",6610 "sp-runtime",6611 "sp-std",6612]66136614[[package]]6615name = "pallet-staking"6616version = "4.0.0-dev"6617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6618dependencies = [6619 "frame-benchmarking",6620 "frame-election-provider-support",6621 "frame-support",6622 "frame-system",6623 "log",6624 "pallet-authorship",6625 "pallet-session",6626 "parity-scale-codec 3.2.1",6627 "rand_chacha 0.2.2",6628 "scale-info",6629 "serde",6630 "sp-application-crypto",6631 "sp-io",6632 "sp-runtime",6633 "sp-staking",6634 "sp-std",6635]66366637[[package]]6638name = "pallet-staking-reward-curve"6639version = "4.0.0-dev"6640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6641dependencies = [6642 "proc-macro-crate",6643 "proc-macro2",6644 "quote",6645 "syn",6646]66476648[[package]]6649name = "pallet-staking-reward-fn"6650version = "4.0.0-dev"6651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6652dependencies = [6653 "log",6654 "sp-arithmetic",6655]66566657[[package]]6658name = "pallet-structure"6659version = "0.1.2"6660dependencies = [6661 "frame-benchmarking",6662 "frame-support",6663 "frame-system",6664 "pallet-common",6665 "pallet-evm",6666 "parity-scale-codec 3.2.1",6667 "scale-info",6668 "sp-std",6669 "up-data-structs",6670]66716672[[package]]6673name = "pallet-sudo"6674version = "4.0.0-dev"6675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6676dependencies = [6677 "frame-support",6678 "frame-system",6679 "parity-scale-codec 3.2.1",6680 "scale-info",6681 "sp-io",6682 "sp-runtime",6683 "sp-std",6684]66856686[[package]]6687name = "pallet-template-transaction-payment"6688version = "3.0.0"6689source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6690dependencies = [6691 "frame-benchmarking",6692 "frame-support",6693 "frame-system",6694 "pallet-balances",6695 "pallet-transaction-payment",6696 "parity-scale-codec 3.2.1",6697 "scale-info",6698 "serde",6699 "sp-core",6700 "sp-io",6701 "sp-runtime",6702 "sp-std",6703 "up-sponsorship",6704]67056706[[package]]6707name = "pallet-test-utils"6708version = "0.1.0"6709dependencies = [6710 "frame-support",6711 "frame-system",6712 "pallet-unique-scheduler-v2",6713 "parity-scale-codec 3.2.1",6714 "scale-info",6715]67166717[[package]]6718name = "pallet-timestamp"6719version = "4.0.0-dev"6720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6721dependencies = [6722 "frame-benchmarking",6723 "frame-support",6724 "frame-system",6725 "log",6726 "parity-scale-codec 3.2.1",6727 "scale-info",6728 "sp-inherents",6729 "sp-io",6730 "sp-runtime",6731 "sp-std",6732 "sp-timestamp",6733]67346735[[package]]6736name = "pallet-tips"6737version = "4.0.0-dev"6738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6739dependencies = [6740 "frame-benchmarking",6741 "frame-support",6742 "frame-system",6743 "log",6744 "pallet-treasury",6745 "parity-scale-codec 3.2.1",6746 "scale-info",6747 "serde",6748 "sp-core",6749 "sp-io",6750 "sp-runtime",6751 "sp-std",6752]67536754[[package]]6755name = "pallet-transaction-payment"6756version = "4.0.0-dev"6757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6758dependencies = [6759 "frame-support",6760 "frame-system",6761 "parity-scale-codec 3.2.1",6762 "scale-info",6763 "serde",6764 "sp-core",6765 "sp-io",6766 "sp-runtime",6767 "sp-std",6768]67696770[[package]]6771name = "pallet-transaction-payment-rpc"6772version = "4.0.0-dev"6773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6774dependencies = [6775 "jsonrpsee",6776 "pallet-transaction-payment-rpc-runtime-api",6777 "parity-scale-codec 3.2.1",6778 "sp-api",6779 "sp-blockchain",6780 "sp-core",6781 "sp-rpc",6782 "sp-runtime",6783]67846785[[package]]6786name = "pallet-transaction-payment-rpc-runtime-api"6787version = "4.0.0-dev"6788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6789dependencies = [6790 "pallet-transaction-payment",6791 "parity-scale-codec 3.2.1",6792 "sp-api",6793 "sp-runtime",6794]67956796[[package]]6797name = "pallet-treasury"6798version = "4.0.0-dev"6799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6800dependencies = [6801 "frame-benchmarking",6802 "frame-support",6803 "frame-system",6804 "impl-trait-for-tuples",6805 "pallet-balances",6806 "parity-scale-codec 3.2.1",6807 "scale-info",6808 "serde",6809 "sp-runtime",6810 "sp-std",6811]68126813[[package]]6814name = "pallet-unique"6815version = "0.2.1"6816dependencies = [6817 "ethereum",6818 "evm-coder",6819 "frame-benchmarking",6820 "frame-support",6821 "frame-system",6822 "pallet-common",6823 "pallet-evm",6824 "pallet-evm-coder-substrate",6825 "pallet-nonfungible",6826 "pallet-refungible",6827 "parity-scale-codec 3.2.1",6828 "scale-info",6829 "serde",6830 "sp-core",6831 "sp-io",6832 "sp-runtime",6833 "sp-std",6834 "up-data-structs",6835]68366837[[package]]6838name = "pallet-unique-scheduler"6839version = "0.1.1"6840dependencies = [6841 "frame-benchmarking",6842 "frame-support",6843 "frame-system",6844 "log",6845 "parity-scale-codec 3.2.1",6846 "scale-info",6847 "serde",6848 "sp-core",6849 "sp-io",6850 "sp-runtime",6851 "sp-std",6852 "substrate-test-utils",6853 "up-sponsorship",6854]68556856[[package]]6857name = "pallet-unique-scheduler-v2"6858version = "0.1.0"6859dependencies = [6860 "frame-benchmarking",6861 "frame-support",6862 "frame-system",6863 "log",6864 "pallet-preimage",6865 "parity-scale-codec 3.2.1",6866 "scale-info",6867 "sp-core",6868 "sp-io",6869 "sp-runtime",6870 "sp-std",6871 "substrate-test-utils",6872]68736874[[package]]6875name = "pallet-utility"6876version = "4.0.0-dev"6877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6878dependencies = [6879 "frame-benchmarking",6880 "frame-support",6881 "frame-system",6882 "parity-scale-codec 3.2.1",6883 "scale-info",6884 "sp-core",6885 "sp-io",6886 "sp-runtime",6887 "sp-std",6888]68896890[[package]]6891name = "pallet-vesting"6892version = "4.0.0-dev"6893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"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]69046905[[package]]6906name = "pallet-xcm"6907version = "0.9.30"6908source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6909dependencies = [6910 "frame-support",6911 "frame-system",6912 "log",6913 "parity-scale-codec 3.2.1",6914 "scale-info",6915 "serde",6916 "sp-core",6917 "sp-runtime",6918 "sp-std",6919 "xcm",6920 "xcm-executor",6921]69226923[[package]]6924name = "pallet-xcm-benchmarks"6925version = "0.9.30"6926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6927dependencies = [6928 "frame-benchmarking",6929 "frame-support",6930 "frame-system",6931 "log",6932 "parity-scale-codec 3.2.1",6933 "scale-info",6934 "sp-runtime",6935 "sp-std",6936 "xcm",6937 "xcm-executor",6938]69396940[[package]]6941name = "parachain-info"6942version = "0.1.0"6943source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6944dependencies = [6945 "cumulus-primitives-core",6946 "frame-support",6947 "frame-system",6948 "parity-scale-codec 3.2.1",6949 "scale-info",6950 "serde",6951]69526953[[package]]6954name = "parity-db"6955version = "0.3.17"6956source = "registry+https://github.com/rust-lang/crates.io-index"6957checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6958dependencies = [6959 "blake2-rfc",6960 "crc32fast",6961 "fs2",6962 "hex",6963 "libc",6964 "log",6965 "lz4",6966 "memmap2",6967 "parking_lot 0.12.1",6968 "rand 0.8.5",6969 "snap",6970]69716972[[package]]6973name = "parity-scale-codec"6974version = "2.3.1"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6977dependencies = [6978 "arrayvec 0.7.2",6979 "bitvec 0.20.4",6980 "byte-slice-cast",6981 "impl-trait-for-tuples",6982 "parity-scale-codec-derive 2.3.1",6983 "serde",6984]69856986[[package]]6987name = "parity-scale-codec"6988version = "3.2.1"6989source = "registry+https://github.com/rust-lang/crates.io-index"6990checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6991dependencies = [6992 "arrayvec 0.7.2",6993 "bitvec 1.0.1",6994 "byte-slice-cast",6995 "bytes",6996 "impl-trait-for-tuples",6997 "parity-scale-codec-derive 3.1.3",6998 "serde",6999]70007001[[package]]7002name = "parity-scale-codec-derive"7003version = "2.3.1"7004source = "registry+https://github.com/rust-lang/crates.io-index"7005checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7006dependencies = [7007 "proc-macro-crate",7008 "proc-macro2",7009 "quote",7010 "syn",7011]70127013[[package]]7014name = "parity-scale-codec-derive"7015version = "3.1.3"7016source = "registry+https://github.com/rust-lang/crates.io-index"7017checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7018dependencies = [7019 "proc-macro-crate",7020 "proc-macro2",7021 "quote",7022 "syn",7023]70247025[[package]]7026name = "parity-send-wrapper"7027version = "0.1.0"7028source = "registry+https://github.com/rust-lang/crates.io-index"7029checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70307031[[package]]7032name = "parity-util-mem"7033version = "0.11.0"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7036dependencies = [7037 "cfg-if 1.0.0",7038 "ethereum-types",7039 "hashbrown",7040 "impl-trait-for-tuples",7041 "lru 0.7.8",7042 "parity-util-mem-derive",7043 "parking_lot 0.12.1",7044 "primitive-types",7045 "smallvec",7046 "winapi",7047]70487049[[package]]7050name = "parity-util-mem-derive"7051version = "0.1.0"7052source = "registry+https://github.com/rust-lang/crates.io-index"7053checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7054dependencies = [7055 "proc-macro2",7056 "syn",7057 "synstructure",7058]70597060[[package]]7061name = "parity-wasm"7062version = "0.32.0"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7065dependencies = [7066 "byteorder",7067]70687069[[package]]7070name = "parity-wasm"7071version = "0.45.0"7072source = "registry+https://github.com/rust-lang/crates.io-index"7073checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70747075[[package]]7076name = "parking"7077version = "2.0.0"7078source = "registry+https://github.com/rust-lang/crates.io-index"7079checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70807081[[package]]7082name = "parking_lot"7083version = "0.11.2"7084source = "registry+https://github.com/rust-lang/crates.io-index"7085checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7086dependencies = [7087 "instant",7088 "lock_api",7089 "parking_lot_core 0.8.5",7090]70917092[[package]]7093name = "parking_lot"7094version = "0.12.1"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7097dependencies = [7098 "lock_api",7099 "parking_lot_core 0.9.4",7100]71017102[[package]]7103name = "parking_lot_core"7104version = "0.8.5"7105source = "registry+https://github.com/rust-lang/crates.io-index"7106checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7107dependencies = [7108 "cfg-if 1.0.0",7109 "instant",7110 "libc",7111 "redox_syscall",7112 "smallvec",7113 "winapi",7114]71157116[[package]]7117name = "parking_lot_core"7118version = "0.9.4"7119source = "registry+https://github.com/rust-lang/crates.io-index"7120checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7121dependencies = [7122 "cfg-if 1.0.0",7123 "libc",7124 "redox_syscall",7125 "smallvec",7126 "windows-sys 0.42.0",7127]71287129[[package]]7130name = "paste"7131version = "1.0.9"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71347135[[package]]7136name = "pbkdf2"7137version = "0.4.0"7138source = "registry+https://github.com/rust-lang/crates.io-index"7139checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7140dependencies = [7141 "crypto-mac 0.8.0",7142]71437144[[package]]7145name = "pbkdf2"7146version = "0.8.0"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7149dependencies = [7150 "crypto-mac 0.11.1",7151]71527153[[package]]7154name = "peeking_take_while"7155version = "0.1.2"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71587159[[package]]7160name = "percent-encoding"7161version = "2.2.0"7162source = "registry+https://github.com/rust-lang/crates.io-index"7163checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71647165[[package]]7166name = "pest"7167version = "2.4.0"7168source = "registry+https://github.com/rust-lang/crates.io-index"7169checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7170dependencies = [7171 "thiserror",7172 "ucd-trie",7173]71747175[[package]]7176name = "pest_derive"7177version = "2.4.0"7178source = "registry+https://github.com/rust-lang/crates.io-index"7179checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7180dependencies = [7181 "pest",7182 "pest_generator",7183]71847185[[package]]7186name = "pest_generator"7187version = "2.4.0"7188source = "registry+https://github.com/rust-lang/crates.io-index"7189checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7190dependencies = [7191 "pest",7192 "pest_meta",7193 "proc-macro2",7194 "quote",7195 "syn",7196]71977198[[package]]7199name = "pest_meta"7200version = "2.4.0"7201source = "registry+https://github.com/rust-lang/crates.io-index"7202checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7203dependencies = [7204 "once_cell",7205 "pest",7206 "sha1",7207]72087209[[package]]7210name = "petgraph"7211version = "0.6.2"7212source = "registry+https://github.com/rust-lang/crates.io-index"7213checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7214dependencies = [7215 "fixedbitset",7216 "indexmap",7217]72187219[[package]]7220name = "pin-project"7221version = "1.0.12"7222source = "registry+https://github.com/rust-lang/crates.io-index"7223checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7224dependencies = [7225 "pin-project-internal",7226]72277228[[package]]7229name = "pin-project-internal"7230version = "1.0.12"7231source = "registry+https://github.com/rust-lang/crates.io-index"7232checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7233dependencies = [7234 "proc-macro2",7235 "quote",7236 "syn",7237]72387239[[package]]7240name = "pin-project-lite"7241version = "0.1.12"7242source = "registry+https://github.com/rust-lang/crates.io-index"7243checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72447245[[package]]7246name = "pin-project-lite"7247version = "0.2.9"7248source = "registry+https://github.com/rust-lang/crates.io-index"7249checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72507251[[package]]7252name = "pin-utils"7253version = "0.1.0"7254source = "registry+https://github.com/rust-lang/crates.io-index"7255checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72567257[[package]]7258name = "pkcs8"7259version = "0.8.0"7260source = "registry+https://github.com/rust-lang/crates.io-index"7261checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7262dependencies = [7263 "der",7264 "spki",7265 "zeroize",7266]72677268[[package]]7269name = "pkg-config"7270version = "0.3.25"7271source = "registry+https://github.com/rust-lang/crates.io-index"7272checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"72737274[[package]]7275name = "platforms"7276version = "2.0.0"7277source = "registry+https://github.com/rust-lang/crates.io-index"7278checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72797280[[package]]7281name = "polkadot-approval-distribution"7282version = "0.9.30"7283source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7284dependencies = [7285 "futures 0.3.25",7286 "polkadot-node-network-protocol",7287 "polkadot-node-primitives",7288 "polkadot-node-subsystem",7289 "polkadot-node-subsystem-util",7290 "polkadot-primitives",7291 "rand 0.8.5",7292 "tracing-gum",7293]72947295[[package]]7296name = "polkadot-availability-bitfield-distribution"7297version = "0.9.30"7298source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7299dependencies = [7300 "futures 0.3.25",7301 "polkadot-node-network-protocol",7302 "polkadot-node-subsystem",7303 "polkadot-node-subsystem-util",7304 "polkadot-primitives",7305 "rand 0.8.5",7306 "tracing-gum",7307]73087309[[package]]7310name = "polkadot-availability-distribution"7311version = "0.9.30"7312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7313dependencies = [7314 "derive_more",7315 "fatality",7316 "futures 0.3.25",7317 "lru 0.7.8",7318 "parity-scale-codec 3.2.1",7319 "polkadot-erasure-coding",7320 "polkadot-node-network-protocol",7321 "polkadot-node-primitives",7322 "polkadot-node-subsystem",7323 "polkadot-node-subsystem-util",7324 "polkadot-primitives",7325 "rand 0.8.5",7326 "sp-core",7327 "sp-keystore",7328 "thiserror",7329 "tracing-gum",7330]73317332[[package]]7333name = "polkadot-availability-recovery"7334version = "0.9.30"7335source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7336dependencies = [7337 "fatality",7338 "futures 0.3.25",7339 "lru 0.7.8",7340 "parity-scale-codec 3.2.1",7341 "polkadot-erasure-coding",7342 "polkadot-node-network-protocol",7343 "polkadot-node-primitives",7344 "polkadot-node-subsystem",7345 "polkadot-node-subsystem-util",7346 "polkadot-primitives",7347 "rand 0.8.5",7348 "sc-network",7349 "thiserror",7350 "tracing-gum",7351]73527353[[package]]7354name = "polkadot-cli"7355version = "0.9.30"7356source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7357dependencies = [7358 "clap",7359 "frame-benchmarking-cli",7360 "futures 0.3.25",7361 "log",7362 "polkadot-client",7363 "polkadot-node-core-pvf",7364 "polkadot-node-metrics",7365 "polkadot-performance-test",7366 "polkadot-service",7367 "sc-cli",7368 "sc-service",7369 "sc-sysinfo",7370 "sc-tracing",7371 "sp-core",7372 "sp-keyring",7373 "sp-trie",7374 "substrate-build-script-utils",7375 "thiserror",7376 "try-runtime-cli",7377]73787379[[package]]7380name = "polkadot-client"7381version = "0.9.30"7382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7383dependencies = [7384 "beefy-primitives",7385 "frame-benchmarking",7386 "frame-benchmarking-cli",7387 "frame-system",7388 "frame-system-rpc-runtime-api",7389 "pallet-transaction-payment",7390 "pallet-transaction-payment-rpc-runtime-api",7391 "polkadot-core-primitives",7392 "polkadot-node-core-parachains-inherent",7393 "polkadot-primitives",7394 "polkadot-runtime",7395 "polkadot-runtime-common",7396 "sc-client-api",7397 "sc-consensus",7398 "sc-executor",7399 "sc-service",7400 "sp-api",7401 "sp-authority-discovery",7402 "sp-block-builder",7403 "sp-blockchain",7404 "sp-consensus",7405 "sp-consensus-babe",7406 "sp-core",7407 "sp-finality-grandpa",7408 "sp-inherents",7409 "sp-keyring",7410 "sp-mmr-primitives",7411 "sp-offchain",7412 "sp-runtime",7413 "sp-session",7414 "sp-storage",7415 "sp-timestamp",7416 "sp-transaction-pool",7417]74187419[[package]]7420name = "polkadot-collator-protocol"7421version = "0.9.30"7422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7423dependencies = [7424 "always-assert",7425 "fatality",7426 "futures 0.3.25",7427 "futures-timer",7428 "polkadot-node-network-protocol",7429 "polkadot-node-primitives",7430 "polkadot-node-subsystem",7431 "polkadot-node-subsystem-util",7432 "polkadot-primitives",7433 "sp-core",7434 "sp-keystore",7435 "sp-runtime",7436 "thiserror",7437 "tracing-gum",7438]74397440[[package]]7441name = "polkadot-core-primitives"7442version = "0.9.30"7443source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7444dependencies = [7445 "parity-scale-codec 3.2.1",7446 "parity-util-mem",7447 "scale-info",7448 "sp-core",7449 "sp-runtime",7450 "sp-std",7451]74527453[[package]]7454name = "polkadot-dispute-distribution"7455version = "0.9.30"7456source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7457dependencies = [7458 "derive_more",7459 "fatality",7460 "futures 0.3.25",7461 "lru 0.7.8",7462 "parity-scale-codec 3.2.1",7463 "polkadot-erasure-coding",7464 "polkadot-node-network-protocol",7465 "polkadot-node-primitives",7466 "polkadot-node-subsystem",7467 "polkadot-node-subsystem-util",7468 "polkadot-primitives",7469 "sc-network",7470 "sp-application-crypto",7471 "sp-keystore",7472 "thiserror",7473 "tracing-gum",7474]74757476[[package]]7477name = "polkadot-erasure-coding"7478version = "0.9.30"7479source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7480dependencies = [7481 "parity-scale-codec 3.2.1",7482 "polkadot-node-primitives",7483 "polkadot-primitives",7484 "reed-solomon-novelpoly",7485 "sp-core",7486 "sp-trie",7487 "thiserror",7488]74897490[[package]]7491name = "polkadot-gossip-support"7492version = "0.9.30"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7494dependencies = [7495 "futures 0.3.25",7496 "futures-timer",7497 "polkadot-node-network-protocol",7498 "polkadot-node-subsystem",7499 "polkadot-node-subsystem-util",7500 "polkadot-primitives",7501 "rand 0.8.5",7502 "rand_chacha 0.3.1",7503 "sc-network",7504 "sp-application-crypto",7505 "sp-core",7506 "sp-keystore",7507 "tracing-gum",7508]75097510[[package]]7511name = "polkadot-network-bridge"7512version = "0.9.30"7513source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7514dependencies = [7515 "always-assert",7516 "async-trait",7517 "bytes",7518 "fatality",7519 "futures 0.3.25",7520 "parity-scale-codec 3.2.1",7521 "parking_lot 0.12.1",7522 "polkadot-node-network-protocol",7523 "polkadot-node-subsystem",7524 "polkadot-node-subsystem-util",7525 "polkadot-overseer",7526 "polkadot-primitives",7527 "sc-network",7528 "sc-network-common",7529 "sp-consensus",7530 "thiserror",7531 "tracing-gum",7532]75337534[[package]]7535name = "polkadot-node-collation-generation"7536version = "0.9.30"7537source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7538dependencies = [7539 "futures 0.3.25",7540 "parity-scale-codec 3.2.1",7541 "polkadot-erasure-coding",7542 "polkadot-node-primitives",7543 "polkadot-node-subsystem",7544 "polkadot-node-subsystem-util",7545 "polkadot-primitives",7546 "sp-core",7547 "sp-maybe-compressed-blob",7548 "thiserror",7549 "tracing-gum",7550]75517552[[package]]7553name = "polkadot-node-core-approval-voting"7554version = "0.9.30"7555source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7556dependencies = [7557 "bitvec 1.0.1",7558 "derive_more",7559 "futures 0.3.25",7560 "futures-timer",7561 "kvdb",7562 "lru 0.7.8",7563 "merlin",7564 "parity-scale-codec 3.2.1",7565 "polkadot-node-jaeger",7566 "polkadot-node-primitives",7567 "polkadot-node-subsystem",7568 "polkadot-node-subsystem-util",7569 "polkadot-overseer",7570 "polkadot-primitives",7571 "sc-keystore",7572 "schnorrkel",7573 "sp-application-crypto",7574 "sp-consensus",7575 "sp-consensus-slots",7576 "sp-runtime",7577 "thiserror",7578 "tracing-gum",7579]75807581[[package]]7582name = "polkadot-node-core-av-store"7583version = "0.9.30"7584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7585dependencies = [7586 "bitvec 1.0.1",7587 "futures 0.3.25",7588 "futures-timer",7589 "kvdb",7590 "parity-scale-codec 3.2.1",7591 "polkadot-erasure-coding",7592 "polkadot-node-primitives",7593 "polkadot-node-subsystem",7594 "polkadot-node-subsystem-util",7595 "polkadot-overseer",7596 "polkadot-primitives",7597 "thiserror",7598 "tracing-gum",7599]76007601[[package]]7602name = "polkadot-node-core-backing"7603version = "0.9.30"7604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7605dependencies = [7606 "bitvec 1.0.1",7607 "fatality",7608 "futures 0.3.25",7609 "polkadot-erasure-coding",7610 "polkadot-node-primitives",7611 "polkadot-node-subsystem",7612 "polkadot-node-subsystem-util",7613 "polkadot-primitives",7614 "polkadot-statement-table",7615 "sp-keystore",7616 "thiserror",7617 "tracing-gum",7618]76197620[[package]]7621name = "polkadot-node-core-bitfield-signing"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 "sp-keystore",7630 "thiserror",7631 "tracing-gum",7632 "wasm-timer",7633]76347635[[package]]7636name = "polkadot-node-core-candidate-validation"7637version = "0.9.30"7638source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7639dependencies = [7640 "async-trait",7641 "futures 0.3.25",7642 "parity-scale-codec 3.2.1",7643 "polkadot-node-core-pvf",7644 "polkadot-node-primitives",7645 "polkadot-node-subsystem",7646 "polkadot-node-subsystem-util",7647 "polkadot-parachain",7648 "polkadot-primitives",7649 "sp-maybe-compressed-blob",7650 "tracing-gum",7651]76527653[[package]]7654name = "polkadot-node-core-chain-api"7655version = "0.9.30"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7657dependencies = [7658 "futures 0.3.25",7659 "polkadot-node-subsystem",7660 "polkadot-node-subsystem-util",7661 "polkadot-primitives",7662 "sc-client-api",7663 "sc-consensus-babe",7664 "sp-blockchain",7665 "tracing-gum",7666]76677668[[package]]7669name = "polkadot-node-core-chain-selection"7670version = "0.9.30"7671source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7672dependencies = [7673 "futures 0.3.25",7674 "futures-timer",7675 "kvdb",7676 "parity-scale-codec 3.2.1",7677 "polkadot-node-primitives",7678 "polkadot-node-subsystem",7679 "polkadot-node-subsystem-util",7680 "polkadot-primitives",7681 "thiserror",7682 "tracing-gum",7683]76847685[[package]]7686name = "polkadot-node-core-dispute-coordinator"7687version = "0.9.30"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7689dependencies = [7690 "fatality",7691 "futures 0.3.25",7692 "kvdb",7693 "lru 0.7.8",7694 "parity-scale-codec 3.2.1",7695 "polkadot-node-primitives",7696 "polkadot-node-subsystem",7697 "polkadot-node-subsystem-util",7698 "polkadot-primitives",7699 "sc-keystore",7700 "thiserror",7701 "tracing-gum",7702]77037704[[package]]7705name = "polkadot-node-core-parachains-inherent"7706version = "0.9.30"7707source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7708dependencies = [7709 "async-trait",7710 "futures 0.3.25",7711 "futures-timer",7712 "polkadot-node-subsystem",7713 "polkadot-primitives",7714 "sp-blockchain",7715 "sp-inherents",7716 "sp-runtime",7717 "thiserror",7718 "tracing-gum",7719]77207721[[package]]7722name = "polkadot-node-core-provisioner"7723version = "0.9.30"7724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7725dependencies = [7726 "bitvec 1.0.1",7727 "fatality",7728 "futures 0.3.25",7729 "futures-timer",7730 "polkadot-node-primitives",7731 "polkadot-node-subsystem",7732 "polkadot-node-subsystem-util",7733 "polkadot-primitives",7734 "rand 0.8.5",7735 "thiserror",7736 "tracing-gum",7737]77387739[[package]]7740name = "polkadot-node-core-pvf"7741version = "0.9.30"7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7743dependencies = [7744 "always-assert",7745 "assert_matches",7746 "async-process",7747 "async-std",7748 "futures 0.3.25",7749 "futures-timer",7750 "parity-scale-codec 3.2.1",7751 "pin-project",7752 "polkadot-core-primitives",7753 "polkadot-node-metrics",7754 "polkadot-parachain",7755 "rand 0.8.5",7756 "rayon",7757 "sc-executor",7758 "sc-executor-common",7759 "sc-executor-wasmtime",7760 "slotmap",7761 "sp-core",7762 "sp-externalities",7763 "sp-io",7764 "sp-maybe-compressed-blob",7765 "sp-tracing",7766 "sp-wasm-interface",7767 "tempfile",7768 "tracing-gum",7769]77707771[[package]]7772name = "polkadot-node-core-pvf-checker"7773version = "0.9.30"7774source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7775dependencies = [7776 "futures 0.3.25",7777 "polkadot-node-primitives",7778 "polkadot-node-subsystem",7779 "polkadot-node-subsystem-util",7780 "polkadot-overseer",7781 "polkadot-primitives",7782 "sp-keystore",7783 "thiserror",7784 "tracing-gum",7785]77867787[[package]]7788name = "polkadot-node-core-runtime-api"7789version = "0.9.30"7790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7791dependencies = [7792 "futures 0.3.25",7793 "memory-lru",7794 "parity-util-mem",7795 "polkadot-node-subsystem",7796 "polkadot-node-subsystem-types",7797 "polkadot-node-subsystem-util",7798 "polkadot-primitives",7799 "sp-consensus-babe",7800 "tracing-gum",7801]78027803[[package]]7804name = "polkadot-node-jaeger"7805version = "0.9.30"7806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7807dependencies = [7808 "async-std",7809 "lazy_static",7810 "log",7811 "mick-jaeger",7812 "parity-scale-codec 3.2.1",7813 "parking_lot 0.12.1",7814 "polkadot-node-primitives",7815 "polkadot-primitives",7816 "sc-network",7817 "sp-core",7818 "thiserror",7819]78207821[[package]]7822name = "polkadot-node-metrics"7823version = "0.9.30"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7825dependencies = [7826 "bs58",7827 "futures 0.3.25",7828 "futures-timer",7829 "log",7830 "parity-scale-codec 3.2.1",7831 "polkadot-primitives",7832 "prioritized-metered-channel",7833 "sc-cli",7834 "sc-service",7835 "sc-tracing",7836 "substrate-prometheus-endpoint",7837 "tracing-gum",7838]78397840[[package]]7841name = "polkadot-node-network-protocol"7842version = "0.9.30"7843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7844dependencies = [7845 "async-trait",7846 "derive_more",7847 "fatality",7848 "futures 0.3.25",7849 "hex",7850 "parity-scale-codec 3.2.1",7851 "polkadot-node-jaeger",7852 "polkadot-node-primitives",7853 "polkadot-primitives",7854 "rand 0.8.5",7855 "sc-authority-discovery",7856 "sc-network",7857 "sc-network-common",7858 "strum",7859 "thiserror",7860 "tracing-gum",7861]78627863[[package]]7864name = "polkadot-node-primitives"7865version = "0.9.30"7866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7867dependencies = [7868 "bounded-vec",7869 "futures 0.3.25",7870 "parity-scale-codec 3.2.1",7871 "polkadot-parachain",7872 "polkadot-primitives",7873 "schnorrkel",7874 "serde",7875 "sp-application-crypto",7876 "sp-consensus-babe",7877 "sp-consensus-vrf",7878 "sp-core",7879 "sp-keystore",7880 "sp-maybe-compressed-blob",7881 "thiserror",7882 "zstd",7883]78847885[[package]]7886name = "polkadot-node-subsystem"7887version = "0.9.30"7888source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7889dependencies = [7890 "polkadot-node-jaeger",7891 "polkadot-node-subsystem-types",7892 "polkadot-overseer",7893]78947895[[package]]7896name = "polkadot-node-subsystem-types"7897version = "0.9.30"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7899dependencies = [7900 "async-trait",7901 "derive_more",7902 "futures 0.3.25",7903 "orchestra",7904 "polkadot-node-jaeger",7905 "polkadot-node-network-protocol",7906 "polkadot-node-primitives",7907 "polkadot-primitives",7908 "polkadot-statement-table",7909 "sc-network",7910 "smallvec",7911 "sp-api",7912 "sp-authority-discovery",7913 "sp-consensus-babe",7914 "substrate-prometheus-endpoint",7915 "thiserror",7916]79177918[[package]]7919name = "polkadot-node-subsystem-util"7920version = "0.9.30"7921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7922dependencies = [7923 "async-trait",7924 "derive_more",7925 "fatality",7926 "futures 0.3.25",7927 "itertools",7928 "kvdb",7929 "lru 0.7.8",7930 "parity-db",7931 "parity-scale-codec 3.2.1",7932 "parity-util-mem",7933 "parking_lot 0.11.2",7934 "pin-project",7935 "polkadot-node-jaeger",7936 "polkadot-node-metrics",7937 "polkadot-node-network-protocol",7938 "polkadot-node-primitives",7939 "polkadot-node-subsystem",7940 "polkadot-overseer",7941 "polkadot-primitives",7942 "prioritized-metered-channel",7943 "rand 0.8.5",7944 "sp-application-crypto",7945 "sp-core",7946 "sp-keystore",7947 "thiserror",7948 "tracing-gum",7949]79507951[[package]]7952name = "polkadot-overseer"7953version = "0.9.30"7954source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7955dependencies = [7956 "async-trait",7957 "futures 0.3.25",7958 "futures-timer",7959 "lru 0.7.8",7960 "orchestra",7961 "parity-util-mem",7962 "parking_lot 0.12.1",7963 "polkadot-node-metrics",7964 "polkadot-node-network-protocol",7965 "polkadot-node-primitives",7966 "polkadot-node-subsystem-types",7967 "polkadot-primitives",7968 "sc-client-api",7969 "sp-api",7970 "sp-core",7971 "tracing-gum",7972]79737974[[package]]7975name = "polkadot-parachain"7976version = "0.9.30"7977source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7978dependencies = [7979 "derive_more",7980 "frame-support",7981 "parity-scale-codec 3.2.1",7982 "parity-util-mem",7983 "polkadot-core-primitives",7984 "scale-info",7985 "serde",7986 "sp-core",7987 "sp-runtime",7988 "sp-std",7989]79907991[[package]]7992name = "polkadot-performance-test"7993version = "0.9.30"7994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7995dependencies = [7996 "env_logger",7997 "kusama-runtime",7998 "log",7999 "polkadot-erasure-coding",8000 "polkadot-node-core-pvf",8001 "polkadot-node-primitives",8002 "quote",8003 "thiserror",8004]80058006[[package]]8007name = "polkadot-primitives"8008version = "0.9.30"8009source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8010dependencies = [8011 "bitvec 1.0.1",8012 "frame-system",8013 "hex-literal",8014 "parity-scale-codec 3.2.1",8015 "parity-util-mem",8016 "polkadot-core-primitives",8017 "polkadot-parachain",8018 "scale-info",8019 "serde",8020 "sp-api",8021 "sp-application-crypto",8022 "sp-arithmetic",8023 "sp-authority-discovery",8024 "sp-consensus-slots",8025 "sp-core",8026 "sp-inherents",8027 "sp-io",8028 "sp-keystore",8029 "sp-runtime",8030 "sp-staking",8031 "sp-std",8032 "sp-trie",8033 "sp-version",8034]80358036[[package]]8037name = "polkadot-rpc"8038version = "0.9.30"8039source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8040dependencies = [8041 "beefy-gadget",8042 "beefy-gadget-rpc",8043 "jsonrpsee",8044 "pallet-mmr-rpc",8045 "pallet-transaction-payment-rpc",8046 "polkadot-primitives",8047 "sc-chain-spec",8048 "sc-client-api",8049 "sc-consensus-babe",8050 "sc-consensus-babe-rpc",8051 "sc-consensus-epochs",8052 "sc-finality-grandpa",8053 "sc-finality-grandpa-rpc",8054 "sc-rpc",8055 "sc-sync-state-rpc",8056 "sc-transaction-pool-api",8057 "sp-api",8058 "sp-block-builder",8059 "sp-blockchain",8060 "sp-consensus",8061 "sp-consensus-babe",8062 "sp-keystore",8063 "sp-runtime",8064 "substrate-frame-rpc-system",8065 "substrate-state-trie-migration-rpc",8066]80678068[[package]]8069name = "polkadot-runtime"8070version = "0.9.30"8071source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8072dependencies = [8073 "beefy-primitives",8074 "bitvec 1.0.1",8075 "frame-benchmarking",8076 "frame-election-provider-support",8077 "frame-executive",8078 "frame-support",8079 "frame-system",8080 "frame-system-benchmarking",8081 "frame-system-rpc-runtime-api",8082 "frame-try-runtime",8083 "hex-literal",8084 "log",8085 "pallet-authority-discovery",8086 "pallet-authorship",8087 "pallet-babe",8088 "pallet-bags-list",8089 "pallet-balances",8090 "pallet-bounties",8091 "pallet-child-bounties",8092 "pallet-collective",8093 "pallet-democracy",8094 "pallet-election-provider-multi-phase",8095 "pallet-election-provider-support-benchmarking",8096 "pallet-elections-phragmen",8097 "pallet-fast-unstake",8098 "pallet-grandpa",8099 "pallet-identity",8100 "pallet-im-online",8101 "pallet-indices",8102 "pallet-membership",8103 "pallet-multisig",8104 "pallet-nomination-pools",8105 "pallet-nomination-pools-benchmarking",8106 "pallet-nomination-pools-runtime-api",8107 "pallet-offences",8108 "pallet-offences-benchmarking",8109 "pallet-preimage",8110 "pallet-proxy",8111 "pallet-scheduler",8112 "pallet-session",8113 "pallet-session-benchmarking",8114 "pallet-staking",8115 "pallet-staking-reward-curve",8116 "pallet-timestamp",8117 "pallet-tips",8118 "pallet-transaction-payment",8119 "pallet-transaction-payment-rpc-runtime-api",8120 "pallet-treasury",8121 "pallet-utility",8122 "pallet-vesting",8123 "pallet-xcm",8124 "parity-scale-codec 3.2.1",8125 "polkadot-primitives",8126 "polkadot-runtime-common",8127 "polkadot-runtime-constants",8128 "polkadot-runtime-parachains",8129 "rustc-hex",8130 "scale-info",8131 "serde",8132 "serde_derive",8133 "smallvec",8134 "sp-api",8135 "sp-authority-discovery",8136 "sp-block-builder",8137 "sp-consensus-babe",8138 "sp-core",8139 "sp-inherents",8140 "sp-io",8141 "sp-mmr-primitives",8142 "sp-npos-elections",8143 "sp-offchain",8144 "sp-runtime",8145 "sp-session",8146 "sp-staking",8147 "sp-std",8148 "sp-transaction-pool",8149 "sp-version",8150 "static_assertions",8151 "substrate-wasm-builder",8152 "xcm",8153 "xcm-builder",8154 "xcm-executor",8155]81568157[[package]]8158name = "polkadot-runtime-common"8159version = "0.9.30"8160source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8161dependencies = [8162 "beefy-primitives",8163 "bitvec 1.0.1",8164 "frame-benchmarking",8165 "frame-election-provider-support",8166 "frame-support",8167 "frame-system",8168 "impl-trait-for-tuples",8169 "libsecp256k1",8170 "log",8171 "pallet-authorship",8172 "pallet-babe",8173 "pallet-bags-list",8174 "pallet-balances",8175 "pallet-beefy-mmr",8176 "pallet-election-provider-multi-phase",8177 "pallet-session",8178 "pallet-staking",8179 "pallet-timestamp",8180 "pallet-transaction-payment",8181 "pallet-treasury",8182 "pallet-vesting",8183 "parity-scale-codec 3.2.1",8184 "polkadot-primitives",8185 "polkadot-runtime-parachains",8186 "rustc-hex",8187 "scale-info",8188 "serde",8189 "serde_derive",8190 "slot-range-helper",8191 "sp-api",8192 "sp-core",8193 "sp-inherents",8194 "sp-io",8195 "sp-npos-elections",8196 "sp-runtime",8197 "sp-session",8198 "sp-staking",8199 "sp-std",8200 "static_assertions",8201 "xcm",8202]82038204[[package]]8205name = "polkadot-runtime-constants"8206version = "0.9.30"8207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8208dependencies = [8209 "frame-support",8210 "polkadot-primitives",8211 "polkadot-runtime-common",8212 "smallvec",8213 "sp-runtime",8214]82158216[[package]]8217name = "polkadot-runtime-metrics"8218version = "0.9.30"8219source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8220dependencies = [8221 "bs58",8222 "parity-scale-codec 3.2.1",8223 "polkadot-primitives",8224 "sp-std",8225 "sp-tracing",8226]82278228[[package]]8229name = "polkadot-runtime-parachains"8230version = "0.9.30"8231source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8232dependencies = [8233 "bitflags",8234 "bitvec 1.0.1",8235 "derive_more",8236 "frame-benchmarking",8237 "frame-support",8238 "frame-system",8239 "log",8240 "pallet-authority-discovery",8241 "pallet-authorship",8242 "pallet-babe",8243 "pallet-balances",8244 "pallet-session",8245 "pallet-staking",8246 "pallet-timestamp",8247 "pallet-vesting",8248 "parity-scale-codec 3.2.1",8249 "polkadot-primitives",8250 "polkadot-runtime-metrics",8251 "rand 0.8.5",8252 "rand_chacha 0.3.1",8253 "rustc-hex",8254 "scale-info",8255 "serde",8256 "sp-api",8257 "sp-application-crypto",8258 "sp-core",8259 "sp-inherents",8260 "sp-io",8261 "sp-keystore",8262 "sp-runtime",8263 "sp-session",8264 "sp-staking",8265 "sp-std",8266 "static_assertions",8267 "xcm",8268 "xcm-executor",8269]82708271[[package]]8272name = "polkadot-service"8273version = "0.9.30"8274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8275dependencies = [8276 "async-trait",8277 "beefy-gadget",8278 "beefy-primitives",8279 "frame-support",8280 "frame-system-rpc-runtime-api",8281 "futures 0.3.25",8282 "hex-literal",8283 "kusama-runtime",8284 "kvdb",8285 "kvdb-rocksdb",8286 "lru 0.7.8",8287 "pallet-babe",8288 "pallet-im-online",8289 "pallet-staking",8290 "pallet-transaction-payment-rpc-runtime-api",8291 "parity-db",8292 "polkadot-approval-distribution",8293 "polkadot-availability-bitfield-distribution",8294 "polkadot-availability-distribution",8295 "polkadot-availability-recovery",8296 "polkadot-client",8297 "polkadot-collator-protocol",8298 "polkadot-dispute-distribution",8299 "polkadot-gossip-support",8300 "polkadot-network-bridge",8301 "polkadot-node-collation-generation",8302 "polkadot-node-core-approval-voting",8303 "polkadot-node-core-av-store",8304 "polkadot-node-core-backing",8305 "polkadot-node-core-bitfield-signing",8306 "polkadot-node-core-candidate-validation",8307 "polkadot-node-core-chain-api",8308 "polkadot-node-core-chain-selection",8309 "polkadot-node-core-dispute-coordinator",8310 "polkadot-node-core-parachains-inherent",8311 "polkadot-node-core-provisioner",8312 "polkadot-node-core-pvf-checker",8313 "polkadot-node-core-runtime-api",8314 "polkadot-node-network-protocol",8315 "polkadot-node-primitives",8316 "polkadot-node-subsystem",8317 "polkadot-node-subsystem-types",8318 "polkadot-node-subsystem-util",8319 "polkadot-overseer",8320 "polkadot-parachain",8321 "polkadot-primitives",8322 "polkadot-rpc",8323 "polkadot-runtime",8324 "polkadot-runtime-constants",8325 "polkadot-runtime-parachains",8326 "polkadot-statement-distribution",8327 "rococo-runtime",8328 "sc-authority-discovery",8329 "sc-basic-authorship",8330 "sc-block-builder",8331 "sc-chain-spec",8332 "sc-client-api",8333 "sc-client-db",8334 "sc-consensus",8335 "sc-consensus-babe",8336 "sc-consensus-slots",8337 "sc-executor",8338 "sc-finality-grandpa",8339 "sc-keystore",8340 "sc-network",8341 "sc-network-common",8342 "sc-offchain",8343 "sc-service",8344 "sc-sync-state-rpc",8345 "sc-sysinfo",8346 "sc-telemetry",8347 "sc-transaction-pool",8348 "serde",8349 "serde_json",8350 "sp-api",8351 "sp-authority-discovery",8352 "sp-block-builder",8353 "sp-blockchain",8354 "sp-consensus",8355 "sp-consensus-babe",8356 "sp-core",8357 "sp-finality-grandpa",8358 "sp-inherents",8359 "sp-io",8360 "sp-keystore",8361 "sp-offchain",8362 "sp-runtime",8363 "sp-session",8364 "sp-state-machine",8365 "sp-storage",8366 "sp-timestamp",8367 "sp-transaction-pool",8368 "sp-trie",8369 "substrate-prometheus-endpoint",8370 "thiserror",8371 "tracing-gum",8372 "westend-runtime",8373]83748375[[package]]8376name = "polkadot-statement-distribution"8377version = "0.9.30"8378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8379dependencies = [8380 "arrayvec 0.5.2",8381 "fatality",8382 "futures 0.3.25",8383 "indexmap",8384 "parity-scale-codec 3.2.1",8385 "polkadot-node-network-protocol",8386 "polkadot-node-primitives",8387 "polkadot-node-subsystem",8388 "polkadot-node-subsystem-util",8389 "polkadot-primitives",8390 "sp-keystore",8391 "sp-staking",8392 "thiserror",8393 "tracing-gum",8394]83958396[[package]]8397name = "polkadot-statement-table"8398version = "0.9.30"8399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8400dependencies = [8401 "parity-scale-codec 3.2.1",8402 "polkadot-primitives",8403 "sp-core",8404]84058406[[package]]8407name = "polkadot-test-runtime"8408version = "0.9.30"8409source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8410dependencies = [8411 "beefy-primitives",8412 "bitvec 1.0.1",8413 "frame-election-provider-support",8414 "frame-executive",8415 "frame-support",8416 "frame-system",8417 "frame-system-rpc-runtime-api",8418 "log",8419 "pallet-authority-discovery",8420 "pallet-authorship",8421 "pallet-babe",8422 "pallet-balances",8423 "pallet-grandpa",8424 "pallet-indices",8425 "pallet-offences",8426 "pallet-session",8427 "pallet-staking",8428 "pallet-staking-reward-curve",8429 "pallet-sudo",8430 "pallet-timestamp",8431 "pallet-transaction-payment",8432 "pallet-transaction-payment-rpc-runtime-api",8433 "pallet-vesting",8434 "pallet-xcm",8435 "parity-scale-codec 3.2.1",8436 "polkadot-parachain",8437 "polkadot-primitives",8438 "polkadot-runtime-common",8439 "polkadot-runtime-parachains",8440 "rustc-hex",8441 "scale-info",8442 "serde",8443 "serde_derive",8444 "smallvec",8445 "sp-api",8446 "sp-authority-discovery",8447 "sp-block-builder",8448 "sp-consensus-babe",8449 "sp-core",8450 "sp-inherents",8451 "sp-io",8452 "sp-mmr-primitives",8453 "sp-offchain",8454 "sp-runtime",8455 "sp-session",8456 "sp-staking",8457 "sp-std",8458 "sp-transaction-pool",8459 "sp-version",8460 "substrate-wasm-builder",8461 "test-runtime-constants",8462 "xcm",8463 "xcm-builder",8464 "xcm-executor",8465]84668467[[package]]8468name = "polkadot-test-service"8469version = "0.9.30"8470source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8471dependencies = [8472 "frame-benchmarking",8473 "frame-system",8474 "futures 0.3.25",8475 "hex",8476 "pallet-balances",8477 "pallet-staking",8478 "pallet-transaction-payment",8479 "polkadot-node-primitives",8480 "polkadot-node-subsystem",8481 "polkadot-overseer",8482 "polkadot-parachain",8483 "polkadot-primitives",8484 "polkadot-rpc",8485 "polkadot-runtime-common",8486 "polkadot-runtime-parachains",8487 "polkadot-service",8488 "polkadot-test-runtime",8489 "rand 0.8.5",8490 "sc-authority-discovery",8491 "sc-chain-spec",8492 "sc-cli",8493 "sc-client-api",8494 "sc-consensus",8495 "sc-consensus-babe",8496 "sc-executor",8497 "sc-finality-grandpa",8498 "sc-network",8499 "sc-network-common",8500 "sc-service",8501 "sc-tracing",8502 "sc-transaction-pool",8503 "sp-arithmetic",8504 "sp-authority-discovery",8505 "sp-blockchain",8506 "sp-consensus",8507 "sp-consensus-babe",8508 "sp-core",8509 "sp-finality-grandpa",8510 "sp-inherents",8511 "sp-keyring",8512 "sp-runtime",8513 "sp-state-machine",8514 "substrate-test-client",8515 "tempfile",8516 "test-runtime-constants",8517 "tokio",8518 "tracing-gum",8519]85208521[[package]]8522name = "polling"8523version = "2.3.0"8524source = "registry+https://github.com/rust-lang/crates.io-index"8525checksum = "899b00b9c8ab553c743b3e11e87c5c7d423b2a2de229ba95b24a756344748011"8526dependencies = [8527 "autocfg",8528 "cfg-if 1.0.0",8529 "libc",8530 "log",8531 "wepoll-ffi",8532 "winapi",8533]85348535[[package]]8536name = "poly1305"8537version = "0.7.2"8538source = "registry+https://github.com/rust-lang/crates.io-index"8539checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8540dependencies = [8541 "cpufeatures",8542 "opaque-debug 0.3.0",8543 "universal-hash",8544]85458546[[package]]8547name = "polyval"8548version = "0.5.3"8549source = "registry+https://github.com/rust-lang/crates.io-index"8550checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8551dependencies = [8552 "cfg-if 1.0.0",8553 "cpufeatures",8554 "opaque-debug 0.3.0",8555 "universal-hash",8556]85578558[[package]]8559name = "ppv-lite86"8560version = "0.2.16"8561source = "registry+https://github.com/rust-lang/crates.io-index"8562checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85638564[[package]]8565name = "primitive-types"8566version = "0.11.1"8567source = "registry+https://github.com/rust-lang/crates.io-index"8568checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8569dependencies = [8570 "fixed-hash",8571 "impl-codec",8572 "impl-rlp",8573 "impl-serde",8574 "scale-info",8575 "uint",8576]85778578[[package]]8579name = "prioritized-metered-channel"8580version = "0.2.0"8581source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8582dependencies = [8583 "coarsetime",8584 "crossbeam-queue",8585 "derive_more",8586 "futures 0.3.25",8587 "futures-timer",8588 "nanorand",8589 "thiserror",8590 "tracing",8591]85928593[[package]]8594name = "proc-macro-crate"8595version = "1.2.1"8596source = "registry+https://github.com/rust-lang/crates.io-index"8597checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8598dependencies = [8599 "once_cell",8600 "thiserror",8601 "toml",8602]86038604[[package]]8605name = "proc-macro-error"8606version = "1.0.4"8607source = "registry+https://github.com/rust-lang/crates.io-index"8608checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8609dependencies = [8610 "proc-macro-error-attr",8611 "proc-macro2",8612 "quote",8613 "syn",8614 "version_check",8615]86168617[[package]]8618name = "proc-macro-error-attr"8619version = "1.0.4"8620source = "registry+https://github.com/rust-lang/crates.io-index"8621checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8622dependencies = [8623 "proc-macro2",8624 "quote",8625 "version_check",8626]86278628[[package]]8629name = "proc-macro2"8630version = "1.0.47"8631source = "registry+https://github.com/rust-lang/crates.io-index"8632checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8633dependencies = [8634 "unicode-ident",8635]86368637[[package]]8638name = "prometheus"8639version = "0.13.3"8640source = "registry+https://github.com/rust-lang/crates.io-index"8641checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8642dependencies = [8643 "cfg-if 1.0.0",8644 "fnv",8645 "lazy_static",8646 "memchr",8647 "parking_lot 0.12.1",8648 "thiserror",8649]86508651[[package]]8652name = "prometheus-client"8653version = "0.16.0"8654source = "registry+https://github.com/rust-lang/crates.io-index"8655checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8656dependencies = [8657 "dtoa",8658 "itoa",8659 "owning_ref",8660 "prometheus-client-derive-text-encode",8661]86628663[[package]]8664name = "prometheus-client-derive-text-encode"8665version = "0.2.0"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8668dependencies = [8669 "proc-macro2",8670 "quote",8671 "syn",8672]86738674[[package]]8675name = "prost"8676version = "0.10.4"8677source = "registry+https://github.com/rust-lang/crates.io-index"8678checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8679dependencies = [8680 "bytes",8681 "prost-derive 0.10.1",8682]86838684[[package]]8685name = "prost"8686version = "0.11.0"8687source = "registry+https://github.com/rust-lang/crates.io-index"8688checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8689dependencies = [8690 "bytes",8691 "prost-derive 0.11.0",8692]86938694[[package]]8695name = "prost-build"8696version = "0.10.4"8697source = "registry+https://github.com/rust-lang/crates.io-index"8698checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8699dependencies = [8700 "bytes",8701 "cfg-if 1.0.0",8702 "cmake",8703 "heck",8704 "itertools",8705 "lazy_static",8706 "log",8707 "multimap",8708 "petgraph",8709 "prost 0.10.4",8710 "prost-types 0.10.1",8711 "regex",8712 "tempfile",8713 "which",8714]87158716[[package]]8717name = "prost-build"8718version = "0.11.1"8719source = "registry+https://github.com/rust-lang/crates.io-index"8720checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8721dependencies = [8722 "bytes",8723 "heck",8724 "itertools",8725 "lazy_static",8726 "log",8727 "multimap",8728 "petgraph",8729 "prost 0.11.0",8730 "prost-types 0.11.1",8731 "regex",8732 "tempfile",8733 "which",8734]87358736[[package]]8737name = "prost-codec"8738version = "0.1.0"8739source = "registry+https://github.com/rust-lang/crates.io-index"8740checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8741dependencies = [8742 "asynchronous-codec",8743 "bytes",8744 "prost 0.10.4",8745 "thiserror",8746 "unsigned-varint",8747]87488749[[package]]8750name = "prost-derive"8751version = "0.10.1"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8754dependencies = [8755 "anyhow",8756 "itertools",8757 "proc-macro2",8758 "quote",8759 "syn",8760]87618762[[package]]8763name = "prost-derive"8764version = "0.11.0"8765source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8767dependencies = [8768 "anyhow",8769 "itertools",8770 "proc-macro2",8771 "quote",8772 "syn",8773]87748775[[package]]8776name = "prost-types"8777version = "0.10.1"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8780dependencies = [8781 "bytes",8782 "prost 0.10.4",8783]87848785[[package]]8786name = "prost-types"8787version = "0.11.1"8788source = "registry+https://github.com/rust-lang/crates.io-index"8789checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8790dependencies = [8791 "bytes",8792 "prost 0.11.0",8793]87948795[[package]]8796name = "psm"8797version = "0.1.21"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8800dependencies = [8801 "cc",8802]88038804[[package]]8805name = "quartz-runtime"8806version = "0.9.30"8807dependencies = [8808 "app-promotion-rpc",8809 "cumulus-pallet-aura-ext",8810 "cumulus-pallet-dmp-queue",8811 "cumulus-pallet-parachain-system",8812 "cumulus-pallet-xcm",8813 "cumulus-pallet-xcmp-queue",8814 "cumulus-primitives-core",8815 "cumulus-primitives-timestamp",8816 "cumulus-primitives-utility",8817 "derivative",8818 "evm-coder",8819 "fp-evm-mapping",8820 "fp-rpc",8821 "fp-self-contained",8822 "frame-benchmarking",8823 "frame-executive",8824 "frame-support",8825 "frame-system",8826 "frame-system-benchmarking",8827 "frame-system-rpc-runtime-api",8828 "frame-try-runtime",8829 "hex-literal",8830 "impl-trait-for-tuples",8831 "log",8832 "logtest",8833 "orml-tokens",8834 "orml-traits",8835 "orml-vesting",8836 "orml-xtokens",8837 "pallet-app-promotion",8838 "pallet-aura",8839 "pallet-balances",8840 "pallet-base-fee",8841 "pallet-common",8842 "pallet-configuration",8843 "pallet-ethereum",8844 "pallet-evm",8845 "pallet-evm-coder-substrate",8846 "pallet-evm-contract-helpers",8847 "pallet-evm-migration",8848 "pallet-evm-transaction-payment",8849 "pallet-foreign-assets",8850 "pallet-fungible",8851 "pallet-inflation",8852 "pallet-nonfungible",8853 "pallet-randomness-collective-flip",8854 "pallet-refungible",8855 "pallet-rmrk-core",8856 "pallet-rmrk-equip",8857 "pallet-structure",8858 "pallet-sudo",8859 "pallet-template-transaction-payment",8860 "pallet-timestamp",8861 "pallet-transaction-payment",8862 "pallet-transaction-payment-rpc-runtime-api",8863 "pallet-treasury",8864 "pallet-unique",8865 "pallet-unique-scheduler",8866 "pallet-xcm",8867 "parachain-info",8868 "parity-scale-codec 3.2.1",8869 "polkadot-parachain",8870 "rmrk-rpc",8871 "scale-info",8872 "serde",8873 "smallvec",8874 "sp-api",8875 "sp-arithmetic",8876 "sp-block-builder",8877 "sp-consensus-aura",8878 "sp-core",8879 "sp-inherents",8880 "sp-io",8881 "sp-offchain",8882 "sp-runtime",8883 "sp-session",8884 "sp-std",8885 "sp-transaction-pool",8886 "sp-version",8887 "substrate-wasm-builder",8888 "up-common",8889 "up-data-structs",8890 "up-rpc",8891 "up-sponsorship",8892 "xcm",8893 "xcm-builder",8894 "xcm-executor",8895]88968897[[package]]8898name = "quick-error"8899version = "1.2.3"8900source = "registry+https://github.com/rust-lang/crates.io-index"8901checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89028903[[package]]8904name = "quicksink"8905version = "0.1.2"8906source = "registry+https://github.com/rust-lang/crates.io-index"8907checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8908dependencies = [8909 "futures-core",8910 "futures-sink",8911 "pin-project-lite 0.1.12",8912]89138914[[package]]8915name = "quote"8916version = "1.0.21"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8919dependencies = [8920 "proc-macro2",8921]89228923[[package]]8924name = "radium"8925version = "0.6.2"8926source = "registry+https://github.com/rust-lang/crates.io-index"8927checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89288929[[package]]8930name = "radium"8931version = "0.7.0"8932source = "registry+https://github.com/rust-lang/crates.io-index"8933checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89348935[[package]]8936name = "rand"8937version = "0.7.3"8938source = "registry+https://github.com/rust-lang/crates.io-index"8939checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8940dependencies = [8941 "getrandom 0.1.16",8942 "libc",8943 "rand_chacha 0.2.2",8944 "rand_core 0.5.1",8945 "rand_hc",8946 "rand_pcg 0.2.1",8947]89488949[[package]]8950name = "rand"8951version = "0.8.5"8952source = "registry+https://github.com/rust-lang/crates.io-index"8953checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8954dependencies = [8955 "libc",8956 "rand_chacha 0.3.1",8957 "rand_core 0.6.4",8958]89598960[[package]]8961name = "rand_chacha"8962version = "0.2.2"8963source = "registry+https://github.com/rust-lang/crates.io-index"8964checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8965dependencies = [8966 "ppv-lite86",8967 "rand_core 0.5.1",8968]89698970[[package]]8971name = "rand_chacha"8972version = "0.3.1"8973source = "registry+https://github.com/rust-lang/crates.io-index"8974checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8975dependencies = [8976 "ppv-lite86",8977 "rand_core 0.6.4",8978]89798980[[package]]8981name = "rand_core"8982version = "0.5.1"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8985dependencies = [8986 "getrandom 0.1.16",8987]89888989[[package]]8990name = "rand_core"8991version = "0.6.4"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8994dependencies = [8995 "getrandom 0.2.8",8996]89978998[[package]]8999name = "rand_distr"9000version = "0.4.3"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9003dependencies = [9004 "num-traits",9005 "rand 0.8.5",9006]90079008[[package]]9009name = "rand_hc"9010version = "0.2.0"9011source = "registry+https://github.com/rust-lang/crates.io-index"9012checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9013dependencies = [9014 "rand_core 0.5.1",9015]90169017[[package]]9018name = "rand_pcg"9019version = "0.2.1"9020source = "registry+https://github.com/rust-lang/crates.io-index"9021checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9022dependencies = [9023 "rand_core 0.5.1",9024]90259026[[package]]9027name = "rand_pcg"9028version = "0.3.1"9029source = "registry+https://github.com/rust-lang/crates.io-index"9030checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9031dependencies = [9032 "rand_core 0.6.4",9033]90349035[[package]]9036name = "rawpointer"9037version = "0.2.1"9038source = "registry+https://github.com/rust-lang/crates.io-index"9039checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90409041[[package]]9042name = "rayon"9043version = "1.5.3"9044source = "registry+https://github.com/rust-lang/crates.io-index"9045checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9046dependencies = [9047 "autocfg",9048 "crossbeam-deque",9049 "either",9050 "rayon-core",9051]90529053[[package]]9054name = "rayon-core"9055version = "1.9.3"9056source = "registry+https://github.com/rust-lang/crates.io-index"9057checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9058dependencies = [9059 "crossbeam-channel",9060 "crossbeam-deque",9061 "crossbeam-utils",9062 "num_cpus",9063]90649065[[package]]9066name = "redox_syscall"9067version = "0.2.16"9068source = "registry+https://github.com/rust-lang/crates.io-index"9069checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9070dependencies = [9071 "bitflags",9072]90739074[[package]]9075name = "redox_users"9076version = "0.4.3"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9079dependencies = [9080 "getrandom 0.2.8",9081 "redox_syscall",9082 "thiserror",9083]90849085[[package]]9086name = "reed-solomon-novelpoly"9087version = "1.0.0"9088source = "registry+https://github.com/rust-lang/crates.io-index"9089checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9090dependencies = [9091 "derive_more",9092 "fs-err",9093 "itertools",9094 "static_init 0.5.2",9095 "thiserror",9096]90979098[[package]]9099name = "ref-cast"9100version = "1.0.12"9101source = "registry+https://github.com/rust-lang/crates.io-index"9102checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9103dependencies = [9104 "ref-cast-impl",9105]91069107[[package]]9108name = "ref-cast-impl"9109version = "1.0.12"9110source = "registry+https://github.com/rust-lang/crates.io-index"9111checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9112dependencies = [9113 "proc-macro2",9114 "quote",9115 "syn",9116]91179118[[package]]9119name = "regalloc2"9120version = "0.3.2"9121source = "registry+https://github.com/rust-lang/crates.io-index"9122checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9123dependencies = [9124 "fxhash",9125 "log",9126 "slice-group-by",9127 "smallvec",9128]91299130[[package]]9131name = "regex"9132version = "1.6.0"9133source = "registry+https://github.com/rust-lang/crates.io-index"9134checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9135dependencies = [9136 "aho-corasick",9137 "memchr",9138 "regex-syntax",9139]91409141[[package]]9142name = "regex-automata"9143version = "0.1.10"9144source = "registry+https://github.com/rust-lang/crates.io-index"9145checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9146dependencies = [9147 "regex-syntax",9148]91499150[[package]]9151name = "regex-syntax"9152version = "0.6.27"9153source = "registry+https://github.com/rust-lang/crates.io-index"9154checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91559156[[package]]9157name = "remote-externalities"9158version = "0.10.0-dev"9159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9160dependencies = [9161 "env_logger",9162 "jsonrpsee",9163 "log",9164 "parity-scale-codec 3.2.1",9165 "serde",9166 "serde_json",9167 "sp-core",9168 "sp-io",9169 "sp-runtime",9170 "sp-version",9171]91729173[[package]]9174name = "remove_dir_all"9175version = "0.5.3"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9178dependencies = [9179 "winapi",9180]91819182[[package]]9183name = "resolv-conf"9184version = "0.7.0"9185source = "registry+https://github.com/rust-lang/crates.io-index"9186checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9187dependencies = [9188 "hostname",9189 "quick-error",9190]91919192[[package]]9193name = "rfc6979"9194version = "0.1.0"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9197dependencies = [9198 "crypto-bigint",9199 "hmac 0.11.0",9200 "zeroize",9201]92029203[[package]]9204name = "ring"9205version = "0.16.20"9206source = "registry+https://github.com/rust-lang/crates.io-index"9207checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9208dependencies = [9209 "cc",9210 "libc",9211 "once_cell",9212 "spin",9213 "untrusted",9214 "web-sys",9215 "winapi",9216]92179218[[package]]9219name = "rlp"9220version = "0.5.2"9221source = "registry+https://github.com/rust-lang/crates.io-index"9222checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9223dependencies = [9224 "bytes",9225 "rustc-hex",9226]92279228[[package]]9229name = "rlp-derive"9230version = "0.1.0"9231source = "registry+https://github.com/rust-lang/crates.io-index"9232checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9233dependencies = [9234 "proc-macro2",9235 "quote",9236 "syn",9237]92389239[[package]]9240name = "rmrk-rpc"9241version = "0.0.2"9242dependencies = [9243 "parity-scale-codec 2.3.1",9244 "rmrk-traits",9245 "serde",9246 "sp-api",9247 "sp-core",9248 "sp-runtime",9249 "sp-std",9250]92519252[[package]]9253name = "rmrk-traits"9254version = "0.1.0"9255dependencies = [9256 "parity-scale-codec 3.2.1",9257 "scale-info",9258 "serde",9259]92609261[[package]]9262name = "rocksdb"9263version = "0.18.0"9264source = "registry+https://github.com/rust-lang/crates.io-index"9265checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9266dependencies = [9267 "libc",9268 "librocksdb-sys",9269]92709271[[package]]9272name = "rococo-runtime"9273version = "0.9.30"9274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9275dependencies = [9276 "beefy-merkle-tree",9277 "beefy-primitives",9278 "frame-benchmarking",9279 "frame-executive",9280 "frame-support",9281 "frame-system",9282 "frame-system-benchmarking",9283 "frame-system-rpc-runtime-api",9284 "hex-literal",9285 "log",9286 "pallet-authority-discovery",9287 "pallet-authorship",9288 "pallet-babe",9289 "pallet-balances",9290 "pallet-beefy",9291 "pallet-beefy-mmr",9292 "pallet-bounties",9293 "pallet-child-bounties",9294 "pallet-collective",9295 "pallet-democracy",9296 "pallet-elections-phragmen",9297 "pallet-gilt",9298 "pallet-grandpa",9299 "pallet-identity",9300 "pallet-im-online",9301 "pallet-indices",9302 "pallet-membership",9303 "pallet-mmr",9304 "pallet-multisig",9305 "pallet-offences",9306 "pallet-preimage",9307 "pallet-proxy",9308 "pallet-recovery",9309 "pallet-scheduler",9310 "pallet-session",9311 "pallet-society",9312 "pallet-staking",9313 "pallet-sudo",9314 "pallet-timestamp",9315 "pallet-tips",9316 "pallet-transaction-payment",9317 "pallet-transaction-payment-rpc-runtime-api",9318 "pallet-treasury",9319 "pallet-utility",9320 "pallet-vesting",9321 "pallet-xcm",9322 "pallet-xcm-benchmarks",9323 "parity-scale-codec 3.2.1",9324 "polkadot-parachain",9325 "polkadot-primitives",9326 "polkadot-runtime-common",9327 "polkadot-runtime-parachains",9328 "rococo-runtime-constants",9329 "scale-info",9330 "serde",9331 "serde_derive",9332 "smallvec",9333 "sp-api",9334 "sp-authority-discovery",9335 "sp-block-builder",9336 "sp-consensus-babe",9337 "sp-core",9338 "sp-inherents",9339 "sp-io",9340 "sp-mmr-primitives",9341 "sp-offchain",9342 "sp-runtime",9343 "sp-session",9344 "sp-staking",9345 "sp-std",9346 "sp-transaction-pool",9347 "sp-version",9348 "static_assertions",9349 "substrate-wasm-builder",9350 "xcm",9351 "xcm-builder",9352 "xcm-executor",9353]93549355[[package]]9356name = "rococo-runtime-constants"9357version = "0.9.30"9358source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9359dependencies = [9360 "frame-support",9361 "polkadot-primitives",9362 "polkadot-runtime-common",9363 "smallvec",9364 "sp-runtime",9365]93669367[[package]]9368name = "rpassword"9369version = "7.1.0"9370source = "registry+https://github.com/rust-lang/crates.io-index"9371checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9372dependencies = [9373 "libc",9374 "winapi",9375]93769377[[package]]9378name = "rtnetlink"9379version = "0.10.1"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9382dependencies = [9383 "async-global-executor",9384 "futures 0.3.25",9385 "log",9386 "netlink-packet-route",9387 "netlink-proto",9388 "nix",9389 "thiserror",9390]93919392[[package]]9393name = "rustc-demangle"9394version = "0.1.21"9395source = "registry+https://github.com/rust-lang/crates.io-index"9396checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93979398[[package]]9399name = "rustc-hash"9400version = "1.1.0"9401source = "registry+https://github.com/rust-lang/crates.io-index"9402checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94039404[[package]]9405name = "rustc-hex"9406version = "2.1.0"9407source = "registry+https://github.com/rust-lang/crates.io-index"9408checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94099410[[package]]9411name = "rustc_version"9412version = "0.2.3"9413source = "registry+https://github.com/rust-lang/crates.io-index"9414checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9415dependencies = [9416 "semver 0.9.0",9417]94189419[[package]]9420name = "rustc_version"9421version = "0.4.0"9422source = "registry+https://github.com/rust-lang/crates.io-index"9423checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9424dependencies = [9425 "semver 1.0.14",9426]94279428[[package]]9429name = "rustix"9430version = "0.35.11"9431source = "registry+https://github.com/rust-lang/crates.io-index"9432checksum = "fbb2fda4666def1433b1b05431ab402e42a1084285477222b72d6c564c417cef"9433dependencies = [9434 "bitflags",9435 "errno",9436 "io-lifetimes",9437 "libc",9438 "linux-raw-sys",9439 "windows-sys 0.36.1",9440]94419442[[package]]9443name = "rustls"9444version = "0.20.7"9445source = "registry+https://github.com/rust-lang/crates.io-index"9446checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9447dependencies = [9448 "log",9449 "ring",9450 "sct",9451 "webpki",9452]94539454[[package]]9455name = "rustls-native-certs"9456version = "0.6.2"9457source = "registry+https://github.com/rust-lang/crates.io-index"9458checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9459dependencies = [9460 "openssl-probe",9461 "rustls-pemfile",9462 "schannel",9463 "security-framework",9464]94659466[[package]]9467name = "rustls-pemfile"9468version = "1.0.1"9469source = "registry+https://github.com/rust-lang/crates.io-index"9470checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9471dependencies = [9472 "base64",9473]94749475[[package]]9476name = "rustversion"9477version = "1.0.9"9478source = "registry+https://github.com/rust-lang/crates.io-index"9479checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94809481[[package]]9482name = "rw-stream-sink"9483version = "0.3.0"9484source = "registry+https://github.com/rust-lang/crates.io-index"9485checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9486dependencies = [9487 "futures 0.3.25",9488 "pin-project",9489 "static_assertions",9490]94919492[[package]]9493name = "ryu"9494version = "1.0.11"9495source = "registry+https://github.com/rust-lang/crates.io-index"9496checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94979498[[package]]9499name = "safe-mix"9500version = "1.0.1"9501source = "registry+https://github.com/rust-lang/crates.io-index"9502checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9503dependencies = [9504 "rustc_version 0.2.3",9505]95069507[[package]]9508name = "salsa20"9509version = "0.10.2"9510source = "registry+https://github.com/rust-lang/crates.io-index"9511checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9512dependencies = [9513 "cipher 0.4.3",9514]95159516[[package]]9517name = "same-file"9518version = "1.0.6"9519source = "registry+https://github.com/rust-lang/crates.io-index"9520checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9521dependencies = [9522 "winapi-util",9523]95249525[[package]]9526name = "sc-allocator"9527version = "4.1.0-dev"9528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9529dependencies = [9530 "log",9531 "sp-core",9532 "sp-wasm-interface",9533 "thiserror",9534]95359536[[package]]9537name = "sc-authority-discovery"9538version = "0.10.0-dev"9539source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9540dependencies = [9541 "async-trait",9542 "futures 0.3.25",9543 "futures-timer",9544 "ip_network",9545 "libp2p",9546 "log",9547 "parity-scale-codec 3.2.1",9548 "prost 0.10.4",9549 "prost-build 0.10.4",9550 "rand 0.7.3",9551 "sc-client-api",9552 "sc-network-common",9553 "sp-api",9554 "sp-authority-discovery",9555 "sp-blockchain",9556 "sp-core",9557 "sp-keystore",9558 "sp-runtime",9559 "substrate-prometheus-endpoint",9560 "thiserror",9561]95629563[[package]]9564name = "sc-basic-authorship"9565version = "0.10.0-dev"9566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9567dependencies = [9568 "futures 0.3.25",9569 "futures-timer",9570 "log",9571 "parity-scale-codec 3.2.1",9572 "sc-block-builder",9573 "sc-client-api",9574 "sc-proposer-metrics",9575 "sc-telemetry",9576 "sc-transaction-pool-api",9577 "sp-api",9578 "sp-blockchain",9579 "sp-consensus",9580 "sp-core",9581 "sp-inherents",9582 "sp-runtime",9583 "substrate-prometheus-endpoint",9584]95859586[[package]]9587name = "sc-block-builder"9588version = "0.10.0-dev"9589source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9590dependencies = [9591 "parity-scale-codec 3.2.1",9592 "sc-client-api",9593 "sp-api",9594 "sp-block-builder",9595 "sp-blockchain",9596 "sp-core",9597 "sp-inherents",9598 "sp-runtime",9599 "sp-state-machine",9600]96019602[[package]]9603name = "sc-chain-spec"9604version = "4.0.0-dev"9605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9606dependencies = [9607 "impl-trait-for-tuples",9608 "memmap2",9609 "parity-scale-codec 3.2.1",9610 "sc-chain-spec-derive",9611 "sc-network-common",9612 "sc-telemetry",9613 "serde",9614 "serde_json",9615 "sp-core",9616 "sp-runtime",9617]96189619[[package]]9620name = "sc-chain-spec-derive"9621version = "4.0.0-dev"9622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9623dependencies = [9624 "proc-macro-crate",9625 "proc-macro2",9626 "quote",9627 "syn",9628]96299630[[package]]9631name = "sc-cli"9632version = "0.10.0-dev"9633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9634dependencies = [9635 "array-bytes",9636 "chrono",9637 "clap",9638 "fdlimit",9639 "futures 0.3.25",9640 "libp2p",9641 "log",9642 "names",9643 "parity-scale-codec 3.2.1",9644 "rand 0.7.3",9645 "regex",9646 "rpassword",9647 "sc-client-api",9648 "sc-client-db",9649 "sc-keystore",9650 "sc-network",9651 "sc-network-common",9652 "sc-service",9653 "sc-telemetry",9654 "sc-tracing",9655 "sc-utils",9656 "serde",9657 "serde_json",9658 "sp-blockchain",9659 "sp-core",9660 "sp-keyring",9661 "sp-keystore",9662 "sp-panic-handler",9663 "sp-runtime",9664 "sp-version",9665 "thiserror",9666 "tiny-bip39",9667 "tokio",9668]96699670[[package]]9671name = "sc-client-api"9672version = "4.0.0-dev"9673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9674dependencies = [9675 "fnv",9676 "futures 0.3.25",9677 "hash-db",9678 "log",9679 "parity-scale-codec 3.2.1",9680 "parking_lot 0.12.1",9681 "sc-executor",9682 "sc-transaction-pool-api",9683 "sc-utils",9684 "sp-api",9685 "sp-blockchain",9686 "sp-consensus",9687 "sp-core",9688 "sp-database",9689 "sp-externalities",9690 "sp-keystore",9691 "sp-runtime",9692 "sp-state-machine",9693 "sp-storage",9694 "sp-trie",9695 "substrate-prometheus-endpoint",9696]96979698[[package]]9699name = "sc-client-db"9700version = "0.10.0-dev"9701source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9702dependencies = [9703 "hash-db",9704 "kvdb",9705 "kvdb-memorydb",9706 "kvdb-rocksdb",9707 "linked-hash-map",9708 "log",9709 "parity-db",9710 "parity-scale-codec 3.2.1",9711 "parking_lot 0.12.1",9712 "sc-client-api",9713 "sc-state-db",9714 "sp-arithmetic",9715 "sp-blockchain",9716 "sp-core",9717 "sp-database",9718 "sp-runtime",9719 "sp-state-machine",9720 "sp-trie",9721]97229723[[package]]9724name = "sc-consensus"9725version = "0.10.0-dev"9726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9727dependencies = [9728 "async-trait",9729 "futures 0.3.25",9730 "futures-timer",9731 "libp2p",9732 "log",9733 "parking_lot 0.12.1",9734 "sc-client-api",9735 "sc-utils",9736 "serde",9737 "sp-api",9738 "sp-blockchain",9739 "sp-consensus",9740 "sp-core",9741 "sp-runtime",9742 "sp-state-machine",9743 "substrate-prometheus-endpoint",9744 "thiserror",9745]97469747[[package]]9748name = "sc-consensus-aura"9749version = "0.10.0-dev"9750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9751dependencies = [9752 "async-trait",9753 "futures 0.3.25",9754 "log",9755 "parity-scale-codec 3.2.1",9756 "sc-block-builder",9757 "sc-client-api",9758 "sc-consensus",9759 "sc-consensus-slots",9760 "sc-telemetry",9761 "sp-api",9762 "sp-application-crypto",9763 "sp-block-builder",9764 "sp-blockchain",9765 "sp-consensus",9766 "sp-consensus-aura",9767 "sp-consensus-slots",9768 "sp-core",9769 "sp-inherents",9770 "sp-keystore",9771 "sp-runtime",9772 "substrate-prometheus-endpoint",9773 "thiserror",9774]97759776[[package]]9777name = "sc-consensus-babe"9778version = "0.10.0-dev"9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9780dependencies = [9781 "async-trait",9782 "fork-tree",9783 "futures 0.3.25",9784 "log",9785 "merlin",9786 "num-bigint 0.2.6",9787 "num-rational 0.2.4",9788 "num-traits",9789 "parity-scale-codec 3.2.1",9790 "parking_lot 0.12.1",9791 "rand 0.7.3",9792 "sc-client-api",9793 "sc-consensus",9794 "sc-consensus-epochs",9795 "sc-consensus-slots",9796 "sc-keystore",9797 "sc-telemetry",9798 "schnorrkel",9799 "serde",9800 "sp-api",9801 "sp-application-crypto",9802 "sp-block-builder",9803 "sp-blockchain",9804 "sp-consensus",9805 "sp-consensus-babe",9806 "sp-consensus-slots",9807 "sp-consensus-vrf",9808 "sp-core",9809 "sp-inherents",9810 "sp-io",9811 "sp-keystore",9812 "sp-runtime",9813 "sp-version",9814 "substrate-prometheus-endpoint",9815 "thiserror",9816]98179818[[package]]9819name = "sc-consensus-babe-rpc"9820version = "0.10.0-dev"9821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9822dependencies = [9823 "futures 0.3.25",9824 "jsonrpsee",9825 "sc-consensus-babe",9826 "sc-consensus-epochs",9827 "sc-rpc-api",9828 "serde",9829 "sp-api",9830 "sp-application-crypto",9831 "sp-blockchain",9832 "sp-consensus",9833 "sp-consensus-babe",9834 "sp-core",9835 "sp-keystore",9836 "sp-runtime",9837 "thiserror",9838]98399840[[package]]9841name = "sc-consensus-epochs"9842version = "0.10.0-dev"9843source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9844dependencies = [9845 "fork-tree",9846 "parity-scale-codec 3.2.1",9847 "sc-client-api",9848 "sc-consensus",9849 "sp-blockchain",9850 "sp-runtime",9851]98529853[[package]]9854name = "sc-consensus-manual-seal"9855version = "0.10.0-dev"9856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9857dependencies = [9858 "assert_matches",9859 "async-trait",9860 "futures 0.3.25",9861 "jsonrpsee",9862 "log",9863 "parity-scale-codec 3.2.1",9864 "sc-client-api",9865 "sc-consensus",9866 "sc-consensus-aura",9867 "sc-consensus-babe",9868 "sc-consensus-epochs",9869 "sc-transaction-pool",9870 "sc-transaction-pool-api",9871 "serde",9872 "sp-api",9873 "sp-blockchain",9874 "sp-consensus",9875 "sp-consensus-aura",9876 "sp-consensus-babe",9877 "sp-consensus-slots",9878 "sp-core",9879 "sp-inherents",9880 "sp-keystore",9881 "sp-runtime",9882 "sp-timestamp",9883 "substrate-prometheus-endpoint",9884 "thiserror",9885]98869887[[package]]9888name = "sc-consensus-slots"9889version = "0.10.0-dev"9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9891dependencies = [9892 "async-trait",9893 "futures 0.3.25",9894 "futures-timer",9895 "log",9896 "parity-scale-codec 3.2.1",9897 "sc-client-api",9898 "sc-consensus",9899 "sc-telemetry",9900 "sp-arithmetic",9901 "sp-blockchain",9902 "sp-consensus",9903 "sp-consensus-slots",9904 "sp-core",9905 "sp-inherents",9906 "sp-runtime",9907 "sp-state-machine",9908 "thiserror",9909]99109911[[package]]9912name = "sc-executor"9913version = "0.10.0-dev"9914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9915dependencies = [9916 "lazy_static",9917 "lru 0.7.8",9918 "parity-scale-codec 3.2.1",9919 "parking_lot 0.12.1",9920 "sc-executor-common",9921 "sc-executor-wasmi",9922 "sc-executor-wasmtime",9923 "sp-api",9924 "sp-core",9925 "sp-core-hashing-proc-macro",9926 "sp-externalities",9927 "sp-io",9928 "sp-panic-handler",9929 "sp-runtime-interface",9930 "sp-tasks",9931 "sp-trie",9932 "sp-version",9933 "sp-wasm-interface",9934 "tracing",9935 "wasmi",9936]99379938[[package]]9939name = "sc-executor-common"9940version = "0.10.0-dev"9941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9942dependencies = [9943 "environmental",9944 "parity-scale-codec 3.2.1",9945 "sc-allocator",9946 "sp-maybe-compressed-blob",9947 "sp-sandbox",9948 "sp-wasm-interface",9949 "thiserror",9950 "wasm-instrument",9951 "wasmi",9952]99539954[[package]]9955name = "sc-executor-wasmi"9956version = "0.10.0-dev"9957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9958dependencies = [9959 "log",9960 "parity-scale-codec 3.2.1",9961 "sc-allocator",9962 "sc-executor-common",9963 "sp-runtime-interface",9964 "sp-sandbox",9965 "sp-wasm-interface",9966 "wasmi",9967]99689969[[package]]9970name = "sc-executor-wasmtime"9971version = "0.10.0-dev"9972source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9973dependencies = [9974 "cfg-if 1.0.0",9975 "libc",9976 "log",9977 "once_cell",9978 "parity-scale-codec 3.2.1",9979 "parity-wasm 0.45.0",9980 "rustix",9981 "sc-allocator",9982 "sc-executor-common",9983 "sp-runtime-interface",9984 "sp-sandbox",9985 "sp-wasm-interface",9986 "wasmtime",9987]99889989[[package]]9990name = "sc-finality-grandpa"9991version = "0.10.0-dev"9992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9993dependencies = [9994 "ahash",9995 "array-bytes",9996 "async-trait",9997 "dyn-clone",9998 "finality-grandpa",9999 "fork-tree",10000 "futures 0.3.25",10001 "futures-timer",10002 "log",10003 "parity-scale-codec 3.2.1",10004 "parking_lot 0.12.1",10005 "rand 0.8.5",10006 "sc-block-builder",10007 "sc-chain-spec",10008 "sc-client-api",10009 "sc-consensus",10010 "sc-keystore",10011 "sc-network",10012 "sc-network-common",10013 "sc-network-gossip",10014 "sc-telemetry",10015 "sc-utils",10016 "serde_json",10017 "sp-api",10018 "sp-application-crypto",10019 "sp-arithmetic",10020 "sp-blockchain",10021 "sp-consensus",10022 "sp-core",10023 "sp-finality-grandpa",10024 "sp-keystore",10025 "sp-runtime",10026 "substrate-prometheus-endpoint",10027 "thiserror",10028]1002910030[[package]]10031name = "sc-finality-grandpa-rpc"10032version = "0.10.0-dev"10033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10034dependencies = [10035 "finality-grandpa",10036 "futures 0.3.25",10037 "jsonrpsee",10038 "log",10039 "parity-scale-codec 3.2.1",10040 "sc-client-api",10041 "sc-finality-grandpa",10042 "sc-rpc",10043 "serde",10044 "serde_json",10045 "sp-blockchain",10046 "sp-core",10047 "sp-runtime",10048 "thiserror",10049]1005010051[[package]]10052name = "sc-informant"10053version = "0.10.0-dev"10054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10055dependencies = [10056 "ansi_term",10057 "futures 0.3.25",10058 "futures-timer",10059 "log",10060 "parity-util-mem",10061 "sc-client-api",10062 "sc-network-common",10063 "sc-transaction-pool-api",10064 "sp-blockchain",10065 "sp-runtime",10066]1006710068[[package]]10069name = "sc-keystore"10070version = "4.0.0-dev"10071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10072dependencies = [10073 "array-bytes",10074 "async-trait",10075 "parking_lot 0.12.1",10076 "serde_json",10077 "sp-application-crypto",10078 "sp-core",10079 "sp-keystore",10080 "thiserror",10081]1008210083[[package]]10084name = "sc-network"10085version = "0.10.0-dev"10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10087dependencies = [10088 "array-bytes",10089 "async-trait",10090 "asynchronous-codec",10091 "bitflags",10092 "bytes",10093 "cid",10094 "either",10095 "fnv",10096 "fork-tree",10097 "futures 0.3.25",10098 "futures-timer",10099 "ip_network",10100 "libp2p",10101 "linked-hash-map",10102 "linked_hash_set",10103 "log",10104 "lru 0.7.8",10105 "parity-scale-codec 3.2.1",10106 "parking_lot 0.12.1",10107 "pin-project",10108 "prost 0.10.4",10109 "rand 0.7.3",10110 "sc-block-builder",10111 "sc-client-api",10112 "sc-consensus",10113 "sc-network-common",10114 "sc-peerset",10115 "sc-utils",10116 "serde",10117 "serde_json",10118 "smallvec",10119 "sp-arithmetic",10120 "sp-blockchain",10121 "sp-consensus",10122 "sp-core",10123 "sp-runtime",10124 "substrate-prometheus-endpoint",10125 "thiserror",10126 "unsigned-varint",10127 "zeroize",10128]1012910130[[package]]10131name = "sc-network-bitswap"10132version = "0.10.0-dev"10133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10134dependencies = [10135 "cid",10136 "futures 0.3.25",10137 "libp2p",10138 "log",10139 "prost 0.11.0",10140 "prost-build 0.11.1",10141 "sc-client-api",10142 "sc-network-common",10143 "sp-blockchain",10144 "sp-runtime",10145 "thiserror",10146 "unsigned-varint",10147 "void",10148]1014910150[[package]]10151name = "sc-network-common"10152version = "0.10.0-dev"10153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10154dependencies = [10155 "async-trait",10156 "bitflags",10157 "bytes",10158 "futures 0.3.25",10159 "futures-timer",10160 "libp2p",10161 "linked_hash_set",10162 "parity-scale-codec 3.2.1",10163 "prost-build 0.10.4",10164 "sc-consensus",10165 "sc-peerset",10166 "serde",10167 "smallvec",10168 "sp-blockchain",10169 "sp-consensus",10170 "sp-finality-grandpa",10171 "sp-runtime",10172 "substrate-prometheus-endpoint",10173 "thiserror",10174]1017510176[[package]]10177name = "sc-network-gossip"10178version = "0.10.0-dev"10179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10180dependencies = [10181 "ahash",10182 "futures 0.3.25",10183 "futures-timer",10184 "libp2p",10185 "log",10186 "lru 0.7.8",10187 "sc-network-common",10188 "sc-peerset",10189 "sp-runtime",10190 "substrate-prometheus-endpoint",10191 "tracing",10192]1019310194[[package]]10195name = "sc-network-light"10196version = "0.10.0-dev"10197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10198dependencies = [10199 "array-bytes",10200 "futures 0.3.25",10201 "libp2p",10202 "log",10203 "parity-scale-codec 3.2.1",10204 "prost 0.10.4",10205 "prost-build 0.10.4",10206 "sc-client-api",10207 "sc-network-common",10208 "sc-peerset",10209 "sp-blockchain",10210 "sp-core",10211 "sp-runtime",10212 "thiserror",10213]1021410215[[package]]10216name = "sc-network-sync"10217version = "0.10.0-dev"10218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10219dependencies = [10220 "array-bytes",10221 "fork-tree",10222 "futures 0.3.25",10223 "libp2p",10224 "log",10225 "lru 0.7.8",10226 "parity-scale-codec 3.2.1",10227 "prost 0.10.4",10228 "prost-build 0.10.4",10229 "sc-client-api",10230 "sc-consensus",10231 "sc-network-common",10232 "sc-peerset",10233 "smallvec",10234 "sp-arithmetic",10235 "sp-blockchain",10236 "sp-consensus",10237 "sp-core",10238 "sp-finality-grandpa",10239 "sp-runtime",10240 "thiserror",10241]1024210243[[package]]10244name = "sc-network-transactions"10245version = "0.10.0-dev"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10247dependencies = [10248 "array-bytes",10249 "futures 0.3.25",10250 "hex",10251 "libp2p",10252 "log",10253 "parity-scale-codec 3.2.1",10254 "pin-project",10255 "sc-network-common",10256 "sc-peerset",10257 "sp-consensus",10258 "sp-runtime",10259 "substrate-prometheus-endpoint",10260]1026110262[[package]]10263name = "sc-offchain"10264version = "4.0.0-dev"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10266dependencies = [10267 "array-bytes",10268 "bytes",10269 "fnv",10270 "futures 0.3.25",10271 "futures-timer",10272 "hyper",10273 "hyper-rustls",10274 "libp2p",10275 "num_cpus",10276 "once_cell",10277 "parity-scale-codec 3.2.1",10278 "parking_lot 0.12.1",10279 "rand 0.7.3",10280 "sc-client-api",10281 "sc-network-common",10282 "sc-peerset",10283 "sc-utils",10284 "sp-api",10285 "sp-core",10286 "sp-offchain",10287 "sp-runtime",10288 "threadpool",10289 "tracing",10290]1029110292[[package]]10293name = "sc-peerset"10294version = "4.0.0-dev"10295source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10296dependencies = [10297 "futures 0.3.25",10298 "libp2p",10299 "log",10300 "sc-utils",10301 "serde_json",10302 "wasm-timer",10303]1030410305[[package]]10306name = "sc-proposer-metrics"10307version = "0.10.0-dev"10308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10309dependencies = [10310 "log",10311 "substrate-prometheus-endpoint",10312]1031310314[[package]]10315name = "sc-rpc"10316version = "4.0.0-dev"10317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10318dependencies = [10319 "futures 0.3.25",10320 "hash-db",10321 "jsonrpsee",10322 "log",10323 "parity-scale-codec 3.2.1",10324 "parking_lot 0.12.1",10325 "sc-block-builder",10326 "sc-chain-spec",10327 "sc-client-api",10328 "sc-rpc-api",10329 "sc-tracing",10330 "sc-transaction-pool-api",10331 "sc-utils",10332 "serde_json",10333 "sp-api",10334 "sp-blockchain",10335 "sp-core",10336 "sp-keystore",10337 "sp-offchain",10338 "sp-rpc",10339 "sp-runtime",10340 "sp-session",10341 "sp-version",10342]1034310344[[package]]10345name = "sc-rpc-api"10346version = "0.10.0-dev"10347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10348dependencies = [10349 "futures 0.3.25",10350 "jsonrpsee",10351 "log",10352 "parity-scale-codec 3.2.1",10353 "parking_lot 0.12.1",10354 "sc-chain-spec",10355 "sc-transaction-pool-api",10356 "scale-info",10357 "serde",10358 "serde_json",10359 "sp-core",10360 "sp-rpc",10361 "sp-runtime",10362 "sp-tracing",10363 "sp-version",10364 "thiserror",10365]1036610367[[package]]10368name = "sc-rpc-server"10369version = "4.0.0-dev"10370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10371dependencies = [10372 "futures 0.3.25",10373 "jsonrpsee",10374 "log",10375 "serde_json",10376 "substrate-prometheus-endpoint",10377 "tokio",10378]1037910380[[package]]10381name = "sc-service"10382version = "0.10.0-dev"10383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10384dependencies = [10385 "async-trait",10386 "directories",10387 "exit-future",10388 "futures 0.3.25",10389 "futures-timer",10390 "hash-db",10391 "jsonrpsee",10392 "log",10393 "parity-scale-codec 3.2.1",10394 "parity-util-mem",10395 "parking_lot 0.12.1",10396 "pin-project",10397 "rand 0.7.3",10398 "sc-block-builder",10399 "sc-chain-spec",10400 "sc-client-api",10401 "sc-client-db",10402 "sc-consensus",10403 "sc-executor",10404 "sc-informant",10405 "sc-keystore",10406 "sc-network",10407 "sc-network-bitswap",10408 "sc-network-common",10409 "sc-network-light",10410 "sc-network-sync",10411 "sc-network-transactions",10412 "sc-offchain",10413 "sc-rpc",10414 "sc-rpc-server",10415 "sc-sysinfo",10416 "sc-telemetry",10417 "sc-tracing",10418 "sc-transaction-pool",10419 "sc-transaction-pool-api",10420 "sc-utils",10421 "serde",10422 "serde_json",10423 "sp-api",10424 "sp-application-crypto",10425 "sp-block-builder",10426 "sp-blockchain",10427 "sp-consensus",10428 "sp-core",10429 "sp-externalities",10430 "sp-inherents",10431 "sp-keystore",10432 "sp-runtime",10433 "sp-session",10434 "sp-state-machine",10435 "sp-storage",10436 "sp-tracing",10437 "sp-transaction-pool",10438 "sp-transaction-storage-proof",10439 "sp-trie",10440 "sp-version",10441 "static_init 1.0.3",10442 "substrate-prometheus-endpoint",10443 "tempfile",10444 "thiserror",10445 "tokio",10446 "tracing",10447 "tracing-futures",10448]1044910450[[package]]10451name = "sc-state-db"10452version = "0.10.0-dev"10453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10454dependencies = [10455 "log",10456 "parity-scale-codec 3.2.1",10457 "parity-util-mem",10458 "parity-util-mem-derive",10459 "parking_lot 0.12.1",10460 "sc-client-api",10461 "sp-core",10462]1046310464[[package]]10465name = "sc-sync-state-rpc"10466version = "0.10.0-dev"10467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10468dependencies = [10469 "jsonrpsee",10470 "parity-scale-codec 3.2.1",10471 "sc-chain-spec",10472 "sc-client-api",10473 "sc-consensus-babe",10474 "sc-consensus-epochs",10475 "sc-finality-grandpa",10476 "serde",10477 "serde_json",10478 "sp-blockchain",10479 "sp-runtime",10480 "thiserror",10481]1048210483[[package]]10484name = "sc-sysinfo"10485version = "6.0.0-dev"10486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10487dependencies = [10488 "futures 0.3.25",10489 "libc",10490 "log",10491 "rand 0.7.3",10492 "rand_pcg 0.2.1",10493 "regex",10494 "sc-telemetry",10495 "serde",10496 "serde_json",10497 "sp-core",10498 "sp-io",10499 "sp-std",10500]1050110502[[package]]10503name = "sc-telemetry"10504version = "4.0.0-dev"10505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10506dependencies = [10507 "chrono",10508 "futures 0.3.25",10509 "libp2p",10510 "log",10511 "parking_lot 0.12.1",10512 "pin-project",10513 "rand 0.7.3",10514 "serde",10515 "serde_json",10516 "thiserror",10517 "wasm-timer",10518]1051910520[[package]]10521name = "sc-tracing"10522version = "4.0.0-dev"10523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10524dependencies = [10525 "ansi_term",10526 "atty",10527 "chrono",10528 "lazy_static",10529 "libc",10530 "log",10531 "once_cell",10532 "parking_lot 0.12.1",10533 "regex",10534 "rustc-hash",10535 "sc-client-api",10536 "sc-rpc-server",10537 "sc-tracing-proc-macro",10538 "serde",10539 "sp-api",10540 "sp-blockchain",10541 "sp-core",10542 "sp-rpc",10543 "sp-runtime",10544 "sp-tracing",10545 "thiserror",10546 "tracing",10547 "tracing-log",10548 "tracing-subscriber",10549]1055010551[[package]]10552name = "sc-tracing-proc-macro"10553version = "4.0.0-dev"10554source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10555dependencies = [10556 "proc-macro-crate",10557 "proc-macro2",10558 "quote",10559 "syn",10560]1056110562[[package]]10563name = "sc-transaction-pool"10564version = "4.0.0-dev"10565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10566dependencies = [10567 "futures 0.3.25",10568 "futures-timer",10569 "linked-hash-map",10570 "log",10571 "parity-scale-codec 3.2.1",10572 "parity-util-mem",10573 "parking_lot 0.12.1",10574 "sc-client-api",10575 "sc-transaction-pool-api",10576 "sc-utils",10577 "serde",10578 "sp-api",10579 "sp-blockchain",10580 "sp-core",10581 "sp-runtime",10582 "sp-tracing",10583 "sp-transaction-pool",10584 "substrate-prometheus-endpoint",10585 "thiserror",10586]1058710588[[package]]10589name = "sc-transaction-pool-api"10590version = "4.0.0-dev"10591source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10592dependencies = [10593 "futures 0.3.25",10594 "log",10595 "serde",10596 "sp-blockchain",10597 "sp-runtime",10598 "thiserror",10599]1060010601[[package]]10602name = "sc-utils"10603version = "4.0.0-dev"10604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10605dependencies = [10606 "futures 0.3.25",10607 "futures-timer",10608 "lazy_static",10609 "log",10610 "parking_lot 0.12.1",10611 "prometheus",10612]1061310614[[package]]10615name = "scale-info"10616version = "2.2.0"10617source = "registry+https://github.com/rust-lang/crates.io-index"10618checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10619dependencies = [10620 "bitvec 1.0.1",10621 "cfg-if 1.0.0",10622 "derive_more",10623 "parity-scale-codec 3.2.1",10624 "scale-info-derive",10625 "serde",10626]1062710628[[package]]10629name = "scale-info-derive"10630version = "2.2.0"10631source = "registry+https://github.com/rust-lang/crates.io-index"10632checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10633dependencies = [10634 "proc-macro-crate",10635 "proc-macro2",10636 "quote",10637 "syn",10638]1063910640[[package]]10641name = "schannel"10642version = "0.1.20"10643source = "registry+https://github.com/rust-lang/crates.io-index"10644checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10645dependencies = [10646 "lazy_static",10647 "windows-sys 0.36.1",10648]1064910650[[package]]10651name = "schnorrkel"10652version = "0.9.1"10653source = "registry+https://github.com/rust-lang/crates.io-index"10654checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10655dependencies = [10656 "arrayref",10657 "arrayvec 0.5.2",10658 "curve25519-dalek 2.1.3",10659 "getrandom 0.1.16",10660 "merlin",10661 "rand 0.7.3",10662 "rand_core 0.5.1",10663 "sha2 0.8.2",10664 "subtle",10665 "zeroize",10666]1066710668[[package]]10669name = "scopeguard"10670version = "1.1.0"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1067310674[[package]]10675name = "scratch"10676version = "1.0.2"10677source = "registry+https://github.com/rust-lang/crates.io-index"10678checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1067910680[[package]]10681name = "sct"10682version = "0.7.0"10683source = "registry+https://github.com/rust-lang/crates.io-index"10684checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10685dependencies = [10686 "ring",10687 "untrusted",10688]1068910690[[package]]10691name = "sec1"10692version = "0.2.1"10693source = "registry+https://github.com/rust-lang/crates.io-index"10694checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10695dependencies = [10696 "der",10697 "generic-array 0.14.6",10698 "pkcs8",10699 "subtle",10700 "zeroize",10701]1070210703[[package]]10704name = "secp256k1"10705version = "0.24.0"10706source = "registry+https://github.com/rust-lang/crates.io-index"10707checksum = "b7649a0b3ffb32636e60c7ce0d70511eda9c52c658cd0634e194d5a19943aeff"10708dependencies = [10709 "secp256k1-sys",10710]1071110712[[package]]10713name = "secp256k1-sys"10714version = "0.6.1"10715source = "registry+https://github.com/rust-lang/crates.io-index"10716checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10717dependencies = [10718 "cc",10719]1072010721[[package]]10722name = "secrecy"10723version = "0.8.0"10724source = "registry+https://github.com/rust-lang/crates.io-index"10725checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10726dependencies = [10727 "zeroize",10728]1072910730[[package]]10731name = "security-framework"10732version = "2.7.0"10733source = "registry+https://github.com/rust-lang/crates.io-index"10734checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10735dependencies = [10736 "bitflags",10737 "core-foundation",10738 "core-foundation-sys",10739 "libc",10740 "security-framework-sys",10741]1074210743[[package]]10744name = "security-framework-sys"10745version = "2.6.1"10746source = "registry+https://github.com/rust-lang/crates.io-index"10747checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10748dependencies = [10749 "core-foundation-sys",10750 "libc",10751]1075210753[[package]]10754name = "semver"10755version = "0.6.0"10756source = "registry+https://github.com/rust-lang/crates.io-index"10757checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10758dependencies = [10759 "semver-parser",10760]1076110762[[package]]10763name = "semver"10764version = "0.9.0"10765source = "registry+https://github.com/rust-lang/crates.io-index"10766checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10767dependencies = [10768 "semver-parser",10769]1077010771[[package]]10772name = "semver"10773version = "1.0.14"10774source = "registry+https://github.com/rust-lang/crates.io-index"10775checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10776dependencies = [10777 "serde",10778]1077910780[[package]]10781name = "semver-parser"10782version = "0.7.0"10783source = "registry+https://github.com/rust-lang/crates.io-index"10784checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1078510786[[package]]10787name = "serde"10788version = "1.0.146"10789source = "registry+https://github.com/rust-lang/crates.io-index"10790checksum = "6df50b7a60a0ad48e1b42eb38373eac8ff785d619fb14db917b4e63d5439361f"10791dependencies = [10792 "serde_derive",10793]1079410795[[package]]10796name = "serde_derive"10797version = "1.0.146"10798source = "registry+https://github.com/rust-lang/crates.io-index"10799checksum = "a714fd32ba1d66047ce7d53dabd809e9922d538f9047de13cc4cffca47b36205"10800dependencies = [10801 "proc-macro2",10802 "quote",10803 "syn",10804]1080510806[[package]]10807name = "serde_json"10808version = "1.0.86"10809source = "registry+https://github.com/rust-lang/crates.io-index"10810checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"10811dependencies = [10812 "itoa",10813 "ryu",10814 "serde",10815]1081610817[[package]]10818name = "serde_nanos"10819version = "0.1.2"10820source = "registry+https://github.com/rust-lang/crates.io-index"10821checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10822dependencies = [10823 "serde",10824]1082510826[[package]]10827name = "sha-1"10828version = "0.9.8"10829source = "registry+https://github.com/rust-lang/crates.io-index"10830checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10831dependencies = [10832 "block-buffer 0.9.0",10833 "cfg-if 1.0.0",10834 "cpufeatures",10835 "digest 0.9.0",10836 "opaque-debug 0.3.0",10837]1083810839[[package]]10840name = "sha1"10841version = "0.10.5"10842source = "registry+https://github.com/rust-lang/crates.io-index"10843checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10844dependencies = [10845 "cfg-if 1.0.0",10846 "cpufeatures",10847 "digest 0.10.5",10848]1084910850[[package]]10851name = "sha2"10852version = "0.8.2"10853source = "registry+https://github.com/rust-lang/crates.io-index"10854checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10855dependencies = [10856 "block-buffer 0.7.3",10857 "digest 0.8.1",10858 "fake-simd",10859 "opaque-debug 0.2.3",10860]1086110862[[package]]10863name = "sha2"10864version = "0.9.9"10865source = "registry+https://github.com/rust-lang/crates.io-index"10866checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10867dependencies = [10868 "block-buffer 0.9.0",10869 "cfg-if 1.0.0",10870 "cpufeatures",10871 "digest 0.9.0",10872 "opaque-debug 0.3.0",10873]1087410875[[package]]10876name = "sha2"10877version = "0.10.6"10878source = "registry+https://github.com/rust-lang/crates.io-index"10879checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10880dependencies = [10881 "cfg-if 1.0.0",10882 "cpufeatures",10883 "digest 0.10.5",10884]1088510886[[package]]10887name = "sha3"10888version = "0.10.6"10889source = "registry+https://github.com/rust-lang/crates.io-index"10890checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10891dependencies = [10892 "digest 0.10.5",10893 "keccak",10894]1089510896[[package]]10897name = "sharded-slab"10898version = "0.1.4"10899source = "registry+https://github.com/rust-lang/crates.io-index"10900checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10901dependencies = [10902 "lazy_static",10903]1090410905[[package]]10906name = "shlex"10907version = "1.1.0"10908source = "registry+https://github.com/rust-lang/crates.io-index"10909checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1091010911[[package]]10912name = "signal-hook"10913version = "0.3.14"10914source = "registry+https://github.com/rust-lang/crates.io-index"10915checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10916dependencies = [10917 "libc",10918 "signal-hook-registry",10919]1092010921[[package]]10922name = "signal-hook-registry"10923version = "1.4.0"10924source = "registry+https://github.com/rust-lang/crates.io-index"10925checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10926dependencies = [10927 "libc",10928]1092910930[[package]]10931name = "signature"10932version = "1.4.0"10933source = "registry+https://github.com/rust-lang/crates.io-index"10934checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10935dependencies = [10936 "digest 0.9.0",10937 "rand_core 0.6.4",10938]1093910940[[package]]10941name = "simba"10942version = "0.5.1"10943source = "registry+https://github.com/rust-lang/crates.io-index"10944checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10945dependencies = [10946 "approx",10947 "num-complex",10948 "num-traits",10949 "paste",10950]1095110952[[package]]10953name = "similar"10954version = "2.2.0"10955source = "registry+https://github.com/rust-lang/crates.io-index"10956checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10957dependencies = [10958 "bstr",10959 "unicode-segmentation",10960]1096110962[[package]]10963name = "similar-asserts"10964version = "1.4.2"10965source = "registry+https://github.com/rust-lang/crates.io-index"10966checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10967dependencies = [10968 "console",10969 "similar",10970]1097110972[[package]]10973name = "slab"10974version = "0.4.7"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10977dependencies = [10978 "autocfg",10979]1098010981[[package]]10982name = "slice-group-by"10983version = "0.3.0"10984source = "registry+https://github.com/rust-lang/crates.io-index"10985checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1098610987[[package]]10988name = "slot-range-helper"10989version = "0.9.30"10990source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10991dependencies = [10992 "enumn",10993 "parity-scale-codec 3.2.1",10994 "paste",10995 "sp-runtime",10996 "sp-std",10997]1099810999[[package]]11000name = "slotmap"11001version = "1.0.6"11002source = "registry+https://github.com/rust-lang/crates.io-index"11003checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11004dependencies = [11005 "version_check",11006]1100711008[[package]]11009name = "smallvec"11010version = "1.10.0"11011source = "registry+https://github.com/rust-lang/crates.io-index"11012checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1101311014[[package]]11015name = "snap"11016version = "1.0.5"11017source = "registry+https://github.com/rust-lang/crates.io-index"11018checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1101911020[[package]]11021name = "snow"11022version = "0.9.0"11023source = "registry+https://github.com/rust-lang/crates.io-index"11024checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11025dependencies = [11026 "aes-gcm",11027 "blake2",11028 "chacha20poly1305",11029 "curve25519-dalek 4.0.0-pre.1",11030 "rand_core 0.6.4",11031 "ring",11032 "rustc_version 0.4.0",11033 "sha2 0.10.6",11034 "subtle",11035]1103611037[[package]]11038name = "socket2"11039version = "0.4.7"11040source = "registry+https://github.com/rust-lang/crates.io-index"11041checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11042dependencies = [11043 "libc",11044 "winapi",11045]1104611047[[package]]11048name = "soketto"11049version = "0.7.1"11050source = "registry+https://github.com/rust-lang/crates.io-index"11051checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11052dependencies = [11053 "base64",11054 "bytes",11055 "flate2",11056 "futures 0.3.25",11057 "httparse",11058 "log",11059 "rand 0.8.5",11060 "sha-1",11061]1106211063[[package]]11064name = "sp-api"11065version = "4.0.0-dev"11066source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11067dependencies = [11068 "hash-db",11069 "log",11070 "parity-scale-codec 3.2.1",11071 "sp-api-proc-macro",11072 "sp-core",11073 "sp-runtime",11074 "sp-state-machine",11075 "sp-std",11076 "sp-trie",11077 "sp-version",11078 "thiserror",11079]1108011081[[package]]11082name = "sp-api-proc-macro"11083version = "4.0.0-dev"11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11085dependencies = [11086 "blake2",11087 "proc-macro-crate",11088 "proc-macro2",11089 "quote",11090 "syn",11091]1109211093[[package]]11094name = "sp-application-crypto"11095version = "6.0.0"11096source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11097dependencies = [11098 "parity-scale-codec 3.2.1",11099 "scale-info",11100 "serde",11101 "sp-core",11102 "sp-io",11103 "sp-std",11104]1110511106[[package]]11107name = "sp-arithmetic"11108version = "5.0.0"11109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11110dependencies = [11111 "integer-sqrt",11112 "num-traits",11113 "parity-scale-codec 3.2.1",11114 "scale-info",11115 "serde",11116 "sp-debug-derive",11117 "sp-std",11118 "static_assertions",11119]1112011121[[package]]11122name = "sp-authority-discovery"11123version = "4.0.0-dev"11124source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11125dependencies = [11126 "parity-scale-codec 3.2.1",11127 "scale-info",11128 "sp-api",11129 "sp-application-crypto",11130 "sp-runtime",11131 "sp-std",11132]1113311134[[package]]11135name = "sp-authorship"11136version = "4.0.0-dev"11137source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11138dependencies = [11139 "async-trait",11140 "parity-scale-codec 3.2.1",11141 "sp-inherents",11142 "sp-runtime",11143 "sp-std",11144]1114511146[[package]]11147name = "sp-block-builder"11148version = "4.0.0-dev"11149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11150dependencies = [11151 "parity-scale-codec 3.2.1",11152 "sp-api",11153 "sp-inherents",11154 "sp-runtime",11155 "sp-std",11156]1115711158[[package]]11159name = "sp-blockchain"11160version = "4.0.0-dev"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11162dependencies = [11163 "futures 0.3.25",11164 "log",11165 "lru 0.7.8",11166 "parity-scale-codec 3.2.1",11167 "parking_lot 0.12.1",11168 "sp-api",11169 "sp-consensus",11170 "sp-database",11171 "sp-runtime",11172 "sp-state-machine",11173 "thiserror",11174]1117511176[[package]]11177name = "sp-consensus"11178version = "0.10.0-dev"11179source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11180dependencies = [11181 "async-trait",11182 "futures 0.3.25",11183 "futures-timer",11184 "log",11185 "parity-scale-codec 3.2.1",11186 "sp-core",11187 "sp-inherents",11188 "sp-runtime",11189 "sp-state-machine",11190 "sp-std",11191 "sp-version",11192 "thiserror",11193]1119411195[[package]]11196name = "sp-consensus-aura"11197version = "0.10.0-dev"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11199dependencies = [11200 "async-trait",11201 "parity-scale-codec 3.2.1",11202 "scale-info",11203 "sp-api",11204 "sp-application-crypto",11205 "sp-consensus",11206 "sp-consensus-slots",11207 "sp-inherents",11208 "sp-runtime",11209 "sp-std",11210 "sp-timestamp",11211]1121211213[[package]]11214name = "sp-consensus-babe"11215version = "0.10.0-dev"11216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11217dependencies = [11218 "async-trait",11219 "merlin",11220 "parity-scale-codec 3.2.1",11221 "scale-info",11222 "serde",11223 "sp-api",11224 "sp-application-crypto",11225 "sp-consensus",11226 "sp-consensus-slots",11227 "sp-consensus-vrf",11228 "sp-core",11229 "sp-inherents",11230 "sp-keystore",11231 "sp-runtime",11232 "sp-std",11233 "sp-timestamp",11234]1123511236[[package]]11237name = "sp-consensus-slots"11238version = "0.10.0-dev"11239source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11240dependencies = [11241 "parity-scale-codec 3.2.1",11242 "scale-info",11243 "serde",11244 "sp-arithmetic",11245 "sp-runtime",11246 "sp-std",11247 "sp-timestamp",11248]1124911250[[package]]11251name = "sp-consensus-vrf"11252version = "0.10.0-dev"11253source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11254dependencies = [11255 "parity-scale-codec 3.2.1",11256 "scale-info",11257 "schnorrkel",11258 "sp-core",11259 "sp-runtime",11260 "sp-std",11261]1126211263[[package]]11264name = "sp-core"11265version = "6.0.0"11266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11267dependencies = [11268 "array-bytes",11269 "base58",11270 "bitflags",11271 "blake2",11272 "byteorder",11273 "dyn-clonable",11274 "ed25519-zebra",11275 "futures 0.3.25",11276 "hash-db",11277 "hash256-std-hasher",11278 "impl-serde",11279 "lazy_static",11280 "libsecp256k1",11281 "log",11282 "merlin",11283 "num-traits",11284 "parity-scale-codec 3.2.1",11285 "parity-util-mem",11286 "parking_lot 0.12.1",11287 "primitive-types",11288 "rand 0.7.3",11289 "regex",11290 "scale-info",11291 "schnorrkel",11292 "secp256k1",11293 "secrecy",11294 "serde",11295 "sp-core-hashing",11296 "sp-debug-derive",11297 "sp-externalities",11298 "sp-runtime-interface",11299 "sp-std",11300 "sp-storage",11301 "ss58-registry",11302 "substrate-bip39",11303 "thiserror",11304 "tiny-bip39",11305 "wasmi",11306 "zeroize",11307]1130811309[[package]]11310name = "sp-core-hashing"11311version = "4.0.0"11312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11313dependencies = [11314 "blake2",11315 "byteorder",11316 "digest 0.10.5",11317 "sha2 0.10.6",11318 "sha3",11319 "sp-std",11320 "twox-hash",11321]1132211323[[package]]11324name = "sp-core-hashing-proc-macro"11325version = "5.0.0"11326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11327dependencies = [11328 "proc-macro2",11329 "quote",11330 "sp-core-hashing",11331 "syn",11332]1133311334[[package]]11335name = "sp-database"11336version = "4.0.0-dev"11337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11338dependencies = [11339 "kvdb",11340 "parking_lot 0.12.1",11341]1134211343[[package]]11344name = "sp-debug-derive"11345version = "4.0.0"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11347dependencies = [11348 "proc-macro2",11349 "quote",11350 "syn",11351]1135211353[[package]]11354name = "sp-externalities"11355version = "0.12.0"11356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11357dependencies = [11358 "environmental",11359 "parity-scale-codec 3.2.1",11360 "sp-std",11361 "sp-storage",11362]1136311364[[package]]11365name = "sp-finality-grandpa"11366version = "4.0.0-dev"11367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11368dependencies = [11369 "finality-grandpa",11370 "log",11371 "parity-scale-codec 3.2.1",11372 "scale-info",11373 "serde",11374 "sp-api",11375 "sp-application-crypto",11376 "sp-core",11377 "sp-keystore",11378 "sp-runtime",11379 "sp-std",11380]1138111382[[package]]11383name = "sp-inherents"11384version = "4.0.0-dev"11385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11386dependencies = [11387 "async-trait",11388 "impl-trait-for-tuples",11389 "parity-scale-codec 3.2.1",11390 "sp-core",11391 "sp-runtime",11392 "sp-std",11393 "thiserror",11394]1139511396[[package]]11397name = "sp-io"11398version = "6.0.0"11399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11400dependencies = [11401 "bytes",11402 "futures 0.3.25",11403 "hash-db",11404 "libsecp256k1",11405 "log",11406 "parity-scale-codec 3.2.1",11407 "parking_lot 0.12.1",11408 "secp256k1",11409 "sp-core",11410 "sp-externalities",11411 "sp-keystore",11412 "sp-runtime-interface",11413 "sp-state-machine",11414 "sp-std",11415 "sp-tracing",11416 "sp-trie",11417 "sp-wasm-interface",11418 "tracing",11419 "tracing-core",11420]1142111422[[package]]11423name = "sp-keyring"11424version = "6.0.0"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11426dependencies = [11427 "lazy_static",11428 "sp-core",11429 "sp-runtime",11430 "strum",11431]1143211433[[package]]11434name = "sp-keystore"11435version = "0.12.0"11436source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11437dependencies = [11438 "async-trait",11439 "futures 0.3.25",11440 "merlin",11441 "parity-scale-codec 3.2.1",11442 "parking_lot 0.12.1",11443 "schnorrkel",11444 "serde",11445 "sp-core",11446 "sp-externalities",11447 "thiserror",11448]1144911450[[package]]11451name = "sp-maybe-compressed-blob"11452version = "4.1.0-dev"11453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11454dependencies = [11455 "thiserror",11456 "zstd",11457]1145811459[[package]]11460name = "sp-mmr-primitives"11461version = "4.0.0-dev"11462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11463dependencies = [11464 "log",11465 "parity-scale-codec 3.2.1",11466 "serde",11467 "sp-api",11468 "sp-core",11469 "sp-debug-derive",11470 "sp-runtime",11471 "sp-std",11472]1147311474[[package]]11475name = "sp-npos-elections"11476version = "4.0.0-dev"11477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11478dependencies = [11479 "parity-scale-codec 3.2.1",11480 "scale-info",11481 "serde",11482 "sp-arithmetic",11483 "sp-core",11484 "sp-runtime",11485 "sp-std",11486]1148711488[[package]]11489name = "sp-offchain"11490version = "4.0.0-dev"11491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11492dependencies = [11493 "sp-api",11494 "sp-core",11495 "sp-runtime",11496]1149711498[[package]]11499name = "sp-panic-handler"11500version = "4.0.0"11501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11502dependencies = [11503 "backtrace",11504 "lazy_static",11505 "regex",11506]1150711508[[package]]11509name = "sp-rpc"11510version = "6.0.0"11511source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11512dependencies = [11513 "rustc-hash",11514 "serde",11515 "sp-core",11516]1151711518[[package]]11519name = "sp-runtime"11520version = "6.0.0"11521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11522dependencies = [11523 "either",11524 "hash256-std-hasher",11525 "impl-trait-for-tuples",11526 "log",11527 "parity-scale-codec 3.2.1",11528 "parity-util-mem",11529 "paste",11530 "rand 0.7.3",11531 "scale-info",11532 "serde",11533 "sp-application-crypto",11534 "sp-arithmetic",11535 "sp-core",11536 "sp-io",11537 "sp-std",11538 "sp-weights",11539]1154011541[[package]]11542name = "sp-runtime-interface"11543version = "6.0.0"11544source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11545dependencies = [11546 "bytes",11547 "impl-trait-for-tuples",11548 "parity-scale-codec 3.2.1",11549 "primitive-types",11550 "sp-externalities",11551 "sp-runtime-interface-proc-macro",11552 "sp-std",11553 "sp-storage",11554 "sp-tracing",11555 "sp-wasm-interface",11556 "static_assertions",11557]1155811559[[package]]11560name = "sp-runtime-interface-proc-macro"11561version = "5.0.0"11562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11563dependencies = [11564 "Inflector",11565 "proc-macro-crate",11566 "proc-macro2",11567 "quote",11568 "syn",11569]1157011571[[package]]11572name = "sp-sandbox"11573version = "0.10.0-dev"11574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11575dependencies = [11576 "log",11577 "parity-scale-codec 3.2.1",11578 "sp-core",11579 "sp-io",11580 "sp-std",11581 "sp-wasm-interface",11582 "wasmi",11583]1158411585[[package]]11586name = "sp-session"11587version = "4.0.0-dev"11588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11589dependencies = [11590 "parity-scale-codec 3.2.1",11591 "scale-info",11592 "sp-api",11593 "sp-core",11594 "sp-runtime",11595 "sp-staking",11596 "sp-std",11597]1159811599[[package]]11600name = "sp-staking"11601version = "4.0.0-dev"11602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11603dependencies = [11604 "parity-scale-codec 3.2.1",11605 "scale-info",11606 "sp-runtime",11607 "sp-std",11608]1160911610[[package]]11611name = "sp-state-machine"11612version = "0.12.0"11613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11614dependencies = [11615 "hash-db",11616 "log",11617 "num-traits",11618 "parity-scale-codec 3.2.1",11619 "parking_lot 0.12.1",11620 "rand 0.7.3",11621 "smallvec",11622 "sp-core",11623 "sp-externalities",11624 "sp-panic-handler",11625 "sp-std",11626 "sp-trie",11627 "thiserror",11628 "tracing",11629 "trie-root",11630]1163111632[[package]]11633name = "sp-std"11634version = "4.0.0"11635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1163611637[[package]]11638name = "sp-storage"11639version = "6.0.0"11640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11641dependencies = [11642 "impl-serde",11643 "parity-scale-codec 3.2.1",11644 "ref-cast",11645 "serde",11646 "sp-debug-derive",11647 "sp-std",11648]1164911650[[package]]11651name = "sp-tasks"11652version = "4.0.0-dev"11653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11654dependencies = [11655 "log",11656 "sp-core",11657 "sp-externalities",11658 "sp-io",11659 "sp-runtime-interface",11660 "sp-std",11661]1166211663[[package]]11664name = "sp-timestamp"11665version = "4.0.0-dev"11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11667dependencies = [11668 "async-trait",11669 "futures-timer",11670 "log",11671 "parity-scale-codec 3.2.1",11672 "sp-api",11673 "sp-inherents",11674 "sp-runtime",11675 "sp-std",11676 "thiserror",11677]1167811679[[package]]11680name = "sp-tracing"11681version = "5.0.0"11682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11683dependencies = [11684 "parity-scale-codec 3.2.1",11685 "sp-std",11686 "tracing",11687 "tracing-core",11688 "tracing-subscriber",11689]1169011691[[package]]11692name = "sp-transaction-pool"11693version = "4.0.0-dev"11694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11695dependencies = [11696 "sp-api",11697 "sp-runtime",11698]1169911700[[package]]11701name = "sp-transaction-storage-proof"11702version = "4.0.0-dev"11703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11704dependencies = [11705 "async-trait",11706 "log",11707 "parity-scale-codec 3.2.1",11708 "scale-info",11709 "sp-core",11710 "sp-inherents",11711 "sp-runtime",11712 "sp-std",11713 "sp-trie",11714]1171511716[[package]]11717name = "sp-trie"11718version = "6.0.0"11719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11720dependencies = [11721 "ahash",11722 "hash-db",11723 "hashbrown",11724 "lazy_static",11725 "lru 0.7.8",11726 "memory-db",11727 "nohash-hasher",11728 "parity-scale-codec 3.2.1",11729 "parking_lot 0.12.1",11730 "scale-info",11731 "sp-core",11732 "sp-std",11733 "thiserror",11734 "tracing",11735 "trie-db",11736 "trie-root",11737]1173811739[[package]]11740name = "sp-version"11741version = "5.0.0"11742source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11743dependencies = [11744 "impl-serde",11745 "parity-scale-codec 3.2.1",11746 "parity-wasm 0.45.0",11747 "scale-info",11748 "serde",11749 "sp-core-hashing-proc-macro",11750 "sp-runtime",11751 "sp-std",11752 "sp-version-proc-macro",11753 "thiserror",11754]1175511756[[package]]11757name = "sp-version-proc-macro"11758version = "4.0.0-dev"11759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11760dependencies = [11761 "parity-scale-codec 3.2.1",11762 "proc-macro2",11763 "quote",11764 "syn",11765]1176611767[[package]]11768name = "sp-wasm-interface"11769version = "6.0.0"11770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11771dependencies = [11772 "impl-trait-for-tuples",11773 "log",11774 "parity-scale-codec 3.2.1",11775 "sp-std",11776 "wasmi",11777 "wasmtime",11778]1177911780[[package]]11781name = "sp-weights"11782version = "4.0.0"11783source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11784dependencies = [11785 "impl-trait-for-tuples",11786 "parity-scale-codec 3.2.1",11787 "scale-info",11788 "serde",11789 "smallvec",11790 "sp-arithmetic",11791 "sp-core",11792 "sp-debug-derive",11793 "sp-std",11794]1179511796[[package]]11797name = "spin"11798version = "0.5.2"11799source = "registry+https://github.com/rust-lang/crates.io-index"11800checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1180111802[[package]]11803name = "spki"11804version = "0.5.4"11805source = "registry+https://github.com/rust-lang/crates.io-index"11806checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11807dependencies = [11808 "base64ct",11809 "der",11810]1181111812[[package]]11813name = "ss58-registry"11814version = "1.33.0"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11817dependencies = [11818 "Inflector",11819 "num-format",11820 "proc-macro2",11821 "quote",11822 "serde",11823 "serde_json",11824 "unicode-xid",11825]1182611827[[package]]11828name = "stable_deref_trait"11829version = "1.2.0"11830source = "registry+https://github.com/rust-lang/crates.io-index"11831checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1183211833[[package]]11834name = "static_assertions"11835version = "1.1.0"11836source = "registry+https://github.com/rust-lang/crates.io-index"11837checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1183811839[[package]]11840name = "static_init"11841version = "0.5.2"11842source = "registry+https://github.com/rust-lang/crates.io-index"11843checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11844dependencies = [11845 "cfg_aliases",11846 "libc",11847 "parking_lot 0.11.2",11848 "static_init_macro 0.5.0",11849]1185011851[[package]]11852name = "static_init"11853version = "1.0.3"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11856dependencies = [11857 "bitflags",11858 "cfg_aliases",11859 "libc",11860 "parking_lot 0.11.2",11861 "parking_lot_core 0.8.5",11862 "static_init_macro 1.0.2",11863 "winapi",11864]1186511866[[package]]11867name = "static_init_macro"11868version = "0.5.0"11869source = "registry+https://github.com/rust-lang/crates.io-index"11870checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11871dependencies = [11872 "cfg_aliases",11873 "memchr",11874 "proc-macro2",11875 "quote",11876 "syn",11877]1187811879[[package]]11880name = "static_init_macro"11881version = "1.0.2"11882source = "registry+https://github.com/rust-lang/crates.io-index"11883checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11884dependencies = [11885 "cfg_aliases",11886 "memchr",11887 "proc-macro2",11888 "quote",11889 "syn",11890]1189111892[[package]]11893name = "statrs"11894version = "0.15.0"11895source = "registry+https://github.com/rust-lang/crates.io-index"11896checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11897dependencies = [11898 "approx",11899 "lazy_static",11900 "nalgebra",11901 "num-traits",11902 "rand 0.8.5",11903]1190411905[[package]]11906name = "strsim"11907version = "0.10.0"11908source = "registry+https://github.com/rust-lang/crates.io-index"11909checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1191011911[[package]]11912name = "struct-versioning"11913version = "0.1.0"11914dependencies = [11915 "quote",11916 "syn",11917]1191811919[[package]]11920name = "strum"11921version = "0.24.1"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11924dependencies = [11925 "strum_macros",11926]1192711928[[package]]11929name = "strum_macros"11930version = "0.24.3"11931source = "registry+https://github.com/rust-lang/crates.io-index"11932checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11933dependencies = [11934 "heck",11935 "proc-macro2",11936 "quote",11937 "rustversion",11938 "syn",11939]1194011941[[package]]11942name = "substrate-bip39"11943version = "0.4.4"11944source = "registry+https://github.com/rust-lang/crates.io-index"11945checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11946dependencies = [11947 "hmac 0.11.0",11948 "pbkdf2 0.8.0",11949 "schnorrkel",11950 "sha2 0.9.9",11951 "zeroize",11952]1195311954[[package]]11955name = "substrate-build-script-utils"11956version = "3.0.0"11957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11958dependencies = [11959 "platforms",11960]1196111962[[package]]11963name = "substrate-frame-rpc-system"11964version = "4.0.0-dev"11965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11966dependencies = [11967 "frame-system-rpc-runtime-api",11968 "futures 0.3.25",11969 "jsonrpsee",11970 "log",11971 "parity-scale-codec 3.2.1",11972 "sc-client-api",11973 "sc-rpc-api",11974 "sc-transaction-pool-api",11975 "serde_json",11976 "sp-api",11977 "sp-block-builder",11978 "sp-blockchain",11979 "sp-core",11980 "sp-runtime",11981]1198211983[[package]]11984name = "substrate-prometheus-endpoint"11985version = "0.10.0-dev"11986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11987dependencies = [11988 "futures-util",11989 "hyper",11990 "log",11991 "prometheus",11992 "thiserror",11993 "tokio",11994]1199511996[[package]]11997name = "substrate-state-trie-migration-rpc"11998version = "4.0.0-dev"11999source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12000dependencies = [12001 "jsonrpsee",12002 "log",12003 "parity-scale-codec 3.2.1",12004 "sc-client-api",12005 "sc-rpc-api",12006 "scale-info",12007 "serde",12008 "sp-core",12009 "sp-io",12010 "sp-runtime",12011 "sp-state-machine",12012 "sp-std",12013 "sp-trie",12014 "trie-db",12015]1201612017[[package]]12018name = "substrate-test-client"12019version = "2.0.1"12020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12021dependencies = [12022 "array-bytes",12023 "async-trait",12024 "futures 0.3.25",12025 "parity-scale-codec 3.2.1",12026 "sc-client-api",12027 "sc-client-db",12028 "sc-consensus",12029 "sc-executor",12030 "sc-offchain",12031 "sc-service",12032 "serde",12033 "serde_json",12034 "sp-blockchain",12035 "sp-consensus",12036 "sp-core",12037 "sp-keyring",12038 "sp-keystore",12039 "sp-runtime",12040 "sp-state-machine",12041]1204212043[[package]]12044name = "substrate-test-utils"12045version = "4.0.0-dev"12046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12047dependencies = [12048 "futures 0.3.25",12049 "substrate-test-utils-derive",12050 "tokio",12051]1205212053[[package]]12054name = "substrate-test-utils-derive"12055version = "0.10.0-dev"12056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12057dependencies = [12058 "proc-macro-crate",12059 "proc-macro2",12060 "quote",12061 "syn",12062]1206312064[[package]]12065name = "substrate-wasm-builder"12066version = "5.0.0-dev"12067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12068dependencies = [12069 "ansi_term",12070 "build-helper",12071 "cargo_metadata",12072 "filetime",12073 "sp-maybe-compressed-blob",12074 "strum",12075 "tempfile",12076 "toml",12077 "walkdir",12078 "wasm-gc-api",12079]1208012081[[package]]12082name = "subtle"12083version = "2.4.1"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1208612087[[package]]12088name = "syn"12089version = "1.0.102"12090source = "registry+https://github.com/rust-lang/crates.io-index"12091checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"12092dependencies = [12093 "proc-macro2",12094 "quote",12095 "unicode-ident",12096]1209712098[[package]]12099name = "synstructure"12100version = "0.12.6"12101source = "registry+https://github.com/rust-lang/crates.io-index"12102checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12103dependencies = [12104 "proc-macro2",12105 "quote",12106 "syn",12107 "unicode-xid",12108]1210912110[[package]]12111name = "system-configuration"12112version = "0.5.0"12113source = "registry+https://github.com/rust-lang/crates.io-index"12114checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12115dependencies = [12116 "bitflags",12117 "core-foundation",12118 "system-configuration-sys",12119]1212012121[[package]]12122name = "system-configuration-sys"12123version = "0.5.0"12124source = "registry+https://github.com/rust-lang/crates.io-index"12125checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12126dependencies = [12127 "core-foundation-sys",12128 "libc",12129]1213012131[[package]]12132name = "tap"12133version = "1.0.1"12134source = "registry+https://github.com/rust-lang/crates.io-index"12135checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1213612137[[package]]12138name = "target-lexicon"12139version = "0.12.4"12140source = "registry+https://github.com/rust-lang/crates.io-index"12141checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1214212143[[package]]12144name = "tempfile"12145version = "3.3.0"12146source = "registry+https://github.com/rust-lang/crates.io-index"12147checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12148dependencies = [12149 "cfg-if 1.0.0",12150 "fastrand",12151 "libc",12152 "redox_syscall",12153 "remove_dir_all",12154 "winapi",12155]1215612157[[package]]12158name = "termcolor"12159version = "1.1.3"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12162dependencies = [12163 "winapi-util",12164]1216512166[[package]]12167name = "terminal_size"12168version = "0.1.17"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12171dependencies = [12172 "libc",12173 "winapi",12174]1217512176[[package]]12177name = "test-runtime-constants"12178version = "0.9.30"12179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12180dependencies = [12181 "frame-support",12182 "polkadot-primitives",12183 "polkadot-runtime-common",12184 "smallvec",12185 "sp-runtime",12186]1218712188[[package]]12189name = "tests"12190version = "0.1.1"12191dependencies = [12192 "evm-coder",12193 "fp-evm-mapping",12194 "frame-support",12195 "frame-system",12196 "pallet-balances",12197 "pallet-common",12198 "pallet-ethereum",12199 "pallet-evm",12200 "pallet-evm-coder-substrate",12201 "pallet-fungible",12202 "pallet-nonfungible",12203 "pallet-refungible",12204 "pallet-structure",12205 "pallet-timestamp",12206 "pallet-transaction-payment",12207 "pallet-unique",12208 "parity-scale-codec 3.2.1",12209 "scale-info",12210 "sp-core",12211 "sp-io",12212 "sp-runtime",12213 "sp-std",12214 "up-data-structs",12215 "up-sponsorship",12216]1221712218[[package]]12219name = "textwrap"12220version = "0.15.1"12221source = "registry+https://github.com/rust-lang/crates.io-index"12222checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"1222312224[[package]]12225name = "thiserror"12226version = "1.0.37"12227source = "registry+https://github.com/rust-lang/crates.io-index"12228checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12229dependencies = [12230 "thiserror-impl",12231]1223212233[[package]]12234name = "thiserror-impl"12235version = "1.0.37"12236source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12238dependencies = [12239 "proc-macro2",12240 "quote",12241 "syn",12242]1224312244[[package]]12245name = "thousands"12246version = "0.2.0"12247source = "registry+https://github.com/rust-lang/crates.io-index"12248checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1224912250[[package]]12251name = "thread_local"12252version = "1.1.4"12253source = "registry+https://github.com/rust-lang/crates.io-index"12254checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12255dependencies = [12256 "once_cell",12257]1225812259[[package]]12260name = "threadpool"12261version = "1.8.1"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12264dependencies = [12265 "num_cpus",12266]1226712268[[package]]12269name = "thrift"12270version = "0.15.0"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12273dependencies = [12274 "byteorder",12275 "integer-encoding",12276 "log",12277 "ordered-float",12278 "threadpool",12279]1228012281[[package]]12282name = "tikv-jemalloc-sys"12283version = "0.4.3+5.2.1-patched.2"12284source = "registry+https://github.com/rust-lang/crates.io-index"12285checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12286dependencies = [12287 "cc",12288 "fs_extra",12289 "libc",12290]1229112292[[package]]12293name = "time"12294version = "0.1.44"12295source = "registry+https://github.com/rust-lang/crates.io-index"12296checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12297dependencies = [12298 "libc",12299 "wasi 0.10.0+wasi-snapshot-preview1",12300 "winapi",12301]1230212303[[package]]12304name = "time"12305version = "0.3.9"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12308dependencies = [12309 "itoa",12310 "libc",12311 "num_threads",12312 "time-macros",12313]1231412315[[package]]12316name = "time-macros"12317version = "0.2.4"12318source = "registry+https://github.com/rust-lang/crates.io-index"12319checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1232012321[[package]]12322name = "tiny-bip39"12323version = "0.8.2"12324source = "registry+https://github.com/rust-lang/crates.io-index"12325checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12326dependencies = [12327 "anyhow",12328 "hmac 0.8.1",12329 "once_cell",12330 "pbkdf2 0.4.0",12331 "rand 0.7.3",12332 "rustc-hash",12333 "sha2 0.9.9",12334 "thiserror",12335 "unicode-normalization",12336 "wasm-bindgen",12337 "zeroize",12338]1233912340[[package]]12341name = "tiny-keccak"12342version = "2.0.2"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12345dependencies = [12346 "crunchy",12347]1234812349[[package]]12350name = "tinyvec"12351version = "1.6.0"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12354dependencies = [12355 "tinyvec_macros",12356]1235712358[[package]]12359name = "tinyvec_macros"12360version = "0.1.0"12361source = "registry+https://github.com/rust-lang/crates.io-index"12362checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1236312364[[package]]12365name = "tokio"12366version = "1.21.2"12367source = "registry+https://github.com/rust-lang/crates.io-index"12368checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12369dependencies = [12370 "autocfg",12371 "bytes",12372 "libc",12373 "memchr",12374 "mio",12375 "num_cpus",12376 "parking_lot 0.12.1",12377 "pin-project-lite 0.2.9",12378 "signal-hook-registry",12379 "socket2",12380 "tokio-macros",12381 "winapi",12382]1238312384[[package]]12385name = "tokio-macros"12386version = "1.8.0"12387source = "registry+https://github.com/rust-lang/crates.io-index"12388checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12389dependencies = [12390 "proc-macro2",12391 "quote",12392 "syn",12393]1239412395[[package]]12396name = "tokio-rustls"12397version = "0.23.4"12398source = "registry+https://github.com/rust-lang/crates.io-index"12399checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12400dependencies = [12401 "rustls",12402 "tokio",12403 "webpki",12404]1240512406[[package]]12407name = "tokio-stream"12408version = "0.1.11"12409source = "registry+https://github.com/rust-lang/crates.io-index"12410checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12411dependencies = [12412 "futures-core",12413 "pin-project-lite 0.2.9",12414 "tokio",12415]1241612417[[package]]12418name = "tokio-util"12419version = "0.7.4"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12422dependencies = [12423 "bytes",12424 "futures-core",12425 "futures-io",12426 "futures-sink",12427 "pin-project-lite 0.2.9",12428 "tokio",12429 "tracing",12430]1243112432[[package]]12433name = "toml"12434version = "0.5.9"12435source = "registry+https://github.com/rust-lang/crates.io-index"12436checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12437dependencies = [12438 "serde",12439]1244012441[[package]]12442name = "tower-service"12443version = "0.3.2"12444source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1244612447[[package]]12448name = "tracing"12449version = "0.1.37"12450source = "registry+https://github.com/rust-lang/crates.io-index"12451checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12452dependencies = [12453 "cfg-if 1.0.0",12454 "pin-project-lite 0.2.9",12455 "tracing-attributes",12456 "tracing-core",12457]1245812459[[package]]12460name = "tracing-attributes"12461version = "0.1.23"12462source = "registry+https://github.com/rust-lang/crates.io-index"12463checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12464dependencies = [12465 "proc-macro2",12466 "quote",12467 "syn",12468]1246912470[[package]]12471name = "tracing-core"12472version = "0.1.30"12473source = "registry+https://github.com/rust-lang/crates.io-index"12474checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12475dependencies = [12476 "once_cell",12477 "valuable",12478]1247912480[[package]]12481name = "tracing-futures"12482version = "0.2.5"12483source = "registry+https://github.com/rust-lang/crates.io-index"12484checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12485dependencies = [12486 "pin-project",12487 "tracing",12488]1248912490[[package]]12491name = "tracing-gum"12492version = "0.9.30"12493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12494dependencies = [12495 "polkadot-node-jaeger",12496 "polkadot-primitives",12497 "tracing",12498 "tracing-gum-proc-macro",12499]1250012501[[package]]12502name = "tracing-gum-proc-macro"12503version = "0.9.30"12504source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12505dependencies = [12506 "expander 0.0.6",12507 "proc-macro-crate",12508 "proc-macro2",12509 "quote",12510 "syn",12511]1251212513[[package]]12514name = "tracing-log"12515version = "0.1.3"12516source = "registry+https://github.com/rust-lang/crates.io-index"12517checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12518dependencies = [12519 "lazy_static",12520 "log",12521 "tracing-core",12522]1252312524[[package]]12525name = "tracing-serde"12526version = "0.1.3"12527source = "registry+https://github.com/rust-lang/crates.io-index"12528checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12529dependencies = [12530 "serde",12531 "tracing-core",12532]1253312534[[package]]12535name = "tracing-subscriber"12536version = "0.2.25"12537source = "registry+https://github.com/rust-lang/crates.io-index"12538checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12539dependencies = [12540 "ansi_term",12541 "chrono",12542 "lazy_static",12543 "matchers",12544 "parking_lot 0.11.2",12545 "regex",12546 "serde",12547 "serde_json",12548 "sharded-slab",12549 "smallvec",12550 "thread_local",12551 "tracing",12552 "tracing-core",12553 "tracing-log",12554 "tracing-serde",12555]1255612557[[package]]12558name = "trie-db"12559version = "0.24.0"12560source = "registry+https://github.com/rust-lang/crates.io-index"12561checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12562dependencies = [12563 "hash-db",12564 "hashbrown",12565 "log",12566 "rustc-hex",12567 "smallvec",12568]1256912570[[package]]12571name = "trie-root"12572version = "0.17.0"12573source = "registry+https://github.com/rust-lang/crates.io-index"12574checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12575dependencies = [12576 "hash-db",12577]1257812579[[package]]12580name = "triehash"12581version = "0.8.4"12582source = "registry+https://github.com/rust-lang/crates.io-index"12583checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12584dependencies = [12585 "hash-db",12586 "rlp",12587]1258812589[[package]]12590name = "trust-dns-proto"12591version = "0.21.2"12592source = "registry+https://github.com/rust-lang/crates.io-index"12593checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12594dependencies = [12595 "async-trait",12596 "cfg-if 1.0.0",12597 "data-encoding",12598 "enum-as-inner",12599 "futures-channel",12600 "futures-io",12601 "futures-util",12602 "idna 0.2.3",12603 "ipnet",12604 "lazy_static",12605 "log",12606 "rand 0.8.5",12607 "smallvec",12608 "thiserror",12609 "tinyvec",12610 "url",12611]1261212613[[package]]12614name = "trust-dns-resolver"12615version = "0.21.2"12616source = "registry+https://github.com/rust-lang/crates.io-index"12617checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12618dependencies = [12619 "cfg-if 1.0.0",12620 "futures-util",12621 "ipconfig",12622 "lazy_static",12623 "log",12624 "lru-cache",12625 "parking_lot 0.12.1",12626 "resolv-conf",12627 "smallvec",12628 "thiserror",12629 "trust-dns-proto",12630]1263112632[[package]]12633name = "try-lock"12634version = "0.2.3"12635source = "registry+https://github.com/rust-lang/crates.io-index"12636checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1263712638[[package]]12639name = "try-runtime-cli"12640version = "0.10.0-dev"12641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12642dependencies = [12643 "clap",12644 "frame-try-runtime",12645 "jsonrpsee",12646 "log",12647 "parity-scale-codec 3.2.1",12648 "remote-externalities",12649 "sc-chain-spec",12650 "sc-cli",12651 "sc-executor",12652 "sc-service",12653 "serde",12654 "sp-core",12655 "sp-externalities",12656 "sp-io",12657 "sp-keystore",12658 "sp-runtime",12659 "sp-state-machine",12660 "sp-version",12661 "zstd",12662]1266312664[[package]]12665name = "tt-call"12666version = "1.0.8"12667source = "registry+https://github.com/rust-lang/crates.io-index"12668checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1266912670[[package]]12671name = "twox-hash"12672version = "1.6.3"12673source = "registry+https://github.com/rust-lang/crates.io-index"12674checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12675dependencies = [12676 "cfg-if 1.0.0",12677 "digest 0.10.5",12678 "rand 0.8.5",12679 "static_assertions",12680]1268112682[[package]]12683name = "typenum"12684version = "1.15.0"12685source = "registry+https://github.com/rust-lang/crates.io-index"12686checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1268712688[[package]]12689name = "uc-rpc"12690version = "0.1.4"12691dependencies = [12692 "anyhow",12693 "app-promotion-rpc",12694 "jsonrpsee",12695 "pallet-common",12696 "pallet-evm",12697 "parity-scale-codec 3.2.1",12698 "rmrk-rpc",12699 "sp-api",12700 "sp-blockchain",12701 "sp-core",12702 "sp-rpc",12703 "sp-runtime",12704 "up-data-structs",12705 "up-rpc",12706]1270712708[[package]]12709name = "ucd-trie"12710version = "0.1.5"12711source = "registry+https://github.com/rust-lang/crates.io-index"12712checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1271312714[[package]]12715name = "uint"12716version = "0.9.4"12717source = "registry+https://github.com/rust-lang/crates.io-index"12718checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12719dependencies = [12720 "byteorder",12721 "crunchy",12722 "hex",12723 "static_assertions",12724]1272512726[[package]]12727name = "unicase"12728version = "2.6.0"12729source = "registry+https://github.com/rust-lang/crates.io-index"12730checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12731dependencies = [12732 "version_check",12733]1273412735[[package]]12736name = "unicode-bidi"12737version = "0.3.8"12738source = "registry+https://github.com/rust-lang/crates.io-index"12739checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1274012741[[package]]12742name = "unicode-ident"12743version = "1.0.5"12744source = "registry+https://github.com/rust-lang/crates.io-index"12745checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1274612747[[package]]12748name = "unicode-normalization"12749version = "0.1.22"12750source = "registry+https://github.com/rust-lang/crates.io-index"12751checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12752dependencies = [12753 "tinyvec",12754]1275512756[[package]]12757name = "unicode-segmentation"12758version = "1.10.0"12759source = "registry+https://github.com/rust-lang/crates.io-index"12760checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1276112762[[package]]12763name = "unicode-width"12764version = "0.1.10"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1276712768[[package]]12769name = "unicode-xid"12770version = "0.2.4"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1277312774[[package]]12775name = "unique-node"12776version = "0.9.30"12777dependencies = [12778 "app-promotion-rpc",12779 "clap",12780 "cumulus-client-cli",12781 "cumulus-client-collator",12782 "cumulus-client-consensus-aura",12783 "cumulus-client-consensus-common",12784 "cumulus-client-network",12785 "cumulus-client-service",12786 "cumulus-primitives-core",12787 "cumulus-primitives-parachain-inherent",12788 "cumulus-relay-chain-inprocess-interface",12789 "cumulus-relay-chain-interface",12790 "cumulus-relay-chain-rpc-interface",12791 "fc-consensus",12792 "fc-db",12793 "fc-mapping-sync",12794 "fc-rpc",12795 "fc-rpc-core",12796 "flexi_logger",12797 "fp-rpc",12798 "frame-benchmarking",12799 "frame-benchmarking-cli",12800 "futures 0.3.25",12801 "jsonrpsee",12802 "log",12803 "opal-runtime",12804 "pallet-ethereum",12805 "pallet-transaction-payment-rpc",12806 "pallet-transaction-payment-rpc-runtime-api",12807 "parity-scale-codec 3.2.1",12808 "parking_lot 0.12.1",12809 "polkadot-cli",12810 "polkadot-parachain",12811 "polkadot-primitives",12812 "polkadot-service",12813 "polkadot-test-service",12814 "quartz-runtime",12815 "rmrk-rpc",12816 "sc-basic-authorship",12817 "sc-chain-spec",12818 "sc-cli",12819 "sc-client-api",12820 "sc-consensus",12821 "sc-consensus-aura",12822 "sc-consensus-manual-seal",12823 "sc-executor",12824 "sc-finality-grandpa",12825 "sc-keystore",12826 "sc-network",12827 "sc-rpc",12828 "sc-rpc-api",12829 "sc-service",12830 "sc-sysinfo",12831 "sc-telemetry",12832 "sc-tracing",12833 "sc-transaction-pool",12834 "serde",12835 "serde_json",12836 "sp-api",12837 "sp-block-builder",12838 "sp-blockchain",12839 "sp-consensus",12840 "sp-consensus-aura",12841 "sp-core",12842 "sp-finality-grandpa",12843 "sp-inherents",12844 "sp-keystore",12845 "sp-offchain",12846 "sp-runtime",12847 "sp-session",12848 "sp-timestamp",12849 "sp-transaction-pool",12850 "sp-trie",12851 "substrate-build-script-utils",12852 "substrate-frame-rpc-system",12853 "substrate-prometheus-endpoint",12854 "tokio",12855 "try-runtime-cli",12856 "unique-rpc",12857 "unique-runtime",12858 "up-common",12859 "up-data-structs",12860 "up-rpc",12861]1286212863[[package]]12864name = "unique-rpc"12865version = "0.1.2"12866dependencies = [12867 "app-promotion-rpc",12868 "fc-db",12869 "fc-mapping-sync",12870 "fc-rpc",12871 "fc-rpc-core",12872 "fp-rpc",12873 "fp-storage",12874 "futures 0.3.25",12875 "jsonrpsee",12876 "pallet-common",12877 "pallet-ethereum",12878 "pallet-transaction-payment-rpc",12879 "pallet-transaction-payment-rpc-runtime-api",12880 "pallet-unique",12881 "rmrk-rpc",12882 "sc-client-api",12883 "sc-consensus-aura",12884 "sc-consensus-epochs",12885 "sc-finality-grandpa",12886 "sc-finality-grandpa-rpc",12887 "sc-keystore",12888 "sc-network",12889 "sc-rpc",12890 "sc-rpc-api",12891 "sc-service",12892 "sc-transaction-pool",12893 "serde",12894 "sp-api",12895 "sp-block-builder",12896 "sp-blockchain",12897 "sp-consensus",12898 "sp-consensus-aura",12899 "sp-core",12900 "sp-offchain",12901 "sp-runtime",12902 "sp-session",12903 "sp-storage",12904 "sp-transaction-pool",12905 "substrate-frame-rpc-system",12906 "tokio",12907 "uc-rpc",12908 "up-common",12909 "up-data-structs",12910 "up-rpc",12911]1291212913[[package]]12914name = "unique-runtime"12915version = "0.9.30"12916dependencies = [12917 "app-promotion-rpc",12918 "cumulus-pallet-aura-ext",12919 "cumulus-pallet-dmp-queue",12920 "cumulus-pallet-parachain-system",12921 "cumulus-pallet-xcm",12922 "cumulus-pallet-xcmp-queue",12923 "cumulus-primitives-core",12924 "cumulus-primitives-timestamp",12925 "cumulus-primitives-utility",12926 "derivative",12927 "evm-coder",12928 "fp-evm-mapping",12929 "fp-rpc",12930 "fp-self-contained",12931 "frame-benchmarking",12932 "frame-executive",12933 "frame-support",12934 "frame-system",12935 "frame-system-benchmarking",12936 "frame-system-rpc-runtime-api",12937 "frame-try-runtime",12938 "hex-literal",12939 "impl-trait-for-tuples",12940 "log",12941 "logtest",12942 "orml-tokens",12943 "orml-traits",12944 "orml-vesting",12945 "orml-xtokens",12946 "pallet-app-promotion",12947 "pallet-aura",12948 "pallet-balances",12949 "pallet-base-fee",12950 "pallet-common",12951 "pallet-configuration",12952 "pallet-ethereum",12953 "pallet-evm",12954 "pallet-evm-coder-substrate",12955 "pallet-evm-contract-helpers",12956 "pallet-evm-migration",12957 "pallet-evm-transaction-payment",12958 "pallet-foreign-assets",12959 "pallet-fungible",12960 "pallet-inflation",12961 "pallet-nonfungible",12962 "pallet-randomness-collective-flip",12963 "pallet-refungible",12964 "pallet-rmrk-core",12965 "pallet-rmrk-equip",12966 "pallet-structure",12967 "pallet-sudo",12968 "pallet-template-transaction-payment",12969 "pallet-timestamp",12970 "pallet-transaction-payment",12971 "pallet-transaction-payment-rpc-runtime-api",12972 "pallet-treasury",12973 "pallet-unique",12974 "pallet-unique-scheduler",12975 "pallet-xcm",12976 "parachain-info",12977 "parity-scale-codec 3.2.1",12978 "polkadot-parachain",12979 "rmrk-rpc",12980 "scale-info",12981 "serde",12982 "smallvec",12983 "sp-api",12984 "sp-arithmetic",12985 "sp-block-builder",12986 "sp-consensus-aura",12987 "sp-core",12988 "sp-inherents",12989 "sp-io",12990 "sp-offchain",12991 "sp-runtime",12992 "sp-session",12993 "sp-std",12994 "sp-transaction-pool",12995 "sp-version",12996 "substrate-wasm-builder",12997 "up-common",12998 "up-data-structs",12999 "up-rpc",13000 "up-sponsorship",13001 "xcm",13002 "xcm-builder",13003 "xcm-executor",13004]1300513006[[package]]13007name = "universal-hash"13008version = "0.4.1"13009source = "registry+https://github.com/rust-lang/crates.io-index"13010checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13011dependencies = [13012 "generic-array 0.14.6",13013 "subtle",13014]1301513016[[package]]13017name = "unsigned-varint"13018version = "0.7.1"13019source = "registry+https://github.com/rust-lang/crates.io-index"13020checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13021dependencies = [13022 "asynchronous-codec",13023 "bytes",13024 "futures-io",13025 "futures-util",13026]1302713028[[package]]13029name = "untrusted"13030version = "0.7.1"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1303313034[[package]]13035name = "up-common"13036version = "0.9.30"13037dependencies = [13038 "fp-rpc",13039 "frame-support",13040 "pallet-evm",13041 "sp-consensus-aura",13042 "sp-core",13043 "sp-runtime",13044 "sp-std",13045]1304613047[[package]]13048name = "up-data-structs"13049version = "0.2.2"13050dependencies = [13051 "bondrewd",13052 "derivative",13053 "frame-support",13054 "frame-system",13055 "pallet-evm",13056 "parity-scale-codec 3.2.1",13057 "rmrk-traits",13058 "scale-info",13059 "serde",13060 "sp-core",13061 "sp-runtime",13062 "sp-std",13063 "struct-versioning",13064]1306513066[[package]]13067name = "up-rpc"13068version = "0.1.3"13069dependencies = [13070 "pallet-common",13071 "pallet-evm",13072 "parity-scale-codec 3.2.1",13073 "sp-api",13074 "sp-core",13075 "sp-runtime",13076 "sp-std",13077 "up-data-structs",13078]1307913080[[package]]13081name = "up-sponsorship"13082version = "0.1.0"13083source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13084dependencies = [13085 "impl-trait-for-tuples",13086]1308713088[[package]]13089name = "url"13090version = "2.3.1"13091source = "registry+https://github.com/rust-lang/crates.io-index"13092checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13093dependencies = [13094 "form_urlencoded",13095 "idna 0.3.0",13096 "percent-encoding",13097]1309813099[[package]]13100name = "valuable"13101version = "0.1.0"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1310413105[[package]]13106name = "value-bag"13107version = "1.0.0-alpha.9"13108source = "registry+https://github.com/rust-lang/crates.io-index"13109checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13110dependencies = [13111 "ctor",13112 "version_check",13113]1311413115[[package]]13116name = "vcpkg"13117version = "0.2.15"13118source = "registry+https://github.com/rust-lang/crates.io-index"13119checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1312013121[[package]]13122name = "version_check"13123version = "0.9.4"13124source = "registry+https://github.com/rust-lang/crates.io-index"13125checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1312613127[[package]]13128name = "void"13129version = "1.0.2"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1313213133[[package]]13134name = "waker-fn"13135version = "1.1.0"13136source = "registry+https://github.com/rust-lang/crates.io-index"13137checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1313813139[[package]]13140name = "walkdir"13141version = "2.3.2"13142source = "registry+https://github.com/rust-lang/crates.io-index"13143checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13144dependencies = [13145 "same-file",13146 "winapi",13147 "winapi-util",13148]1314913150[[package]]13151name = "want"13152version = "0.3.0"13153source = "registry+https://github.com/rust-lang/crates.io-index"13154checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13155dependencies = [13156 "log",13157 "try-lock",13158]1315913160[[package]]13161name = "wasi"13162version = "0.9.0+wasi-snapshot-preview1"13163source = "registry+https://github.com/rust-lang/crates.io-index"13164checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1316513166[[package]]13167name = "wasi"13168version = "0.10.0+wasi-snapshot-preview1"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1317113172[[package]]13173name = "wasi"13174version = "0.11.0+wasi-snapshot-preview1"13175source = "registry+https://github.com/rust-lang/crates.io-index"13176checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1317713178[[package]]13179name = "wasm-bindgen"13180version = "0.2.83"13181source = "registry+https://github.com/rust-lang/crates.io-index"13182checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13183dependencies = [13184 "cfg-if 1.0.0",13185 "wasm-bindgen-macro",13186]1318713188[[package]]13189name = "wasm-bindgen-backend"13190version = "0.2.83"13191source = "registry+https://github.com/rust-lang/crates.io-index"13192checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13193dependencies = [13194 "bumpalo",13195 "log",13196 "once_cell",13197 "proc-macro2",13198 "quote",13199 "syn",13200 "wasm-bindgen-shared",13201]1320213203[[package]]13204name = "wasm-bindgen-futures"13205version = "0.4.33"13206source = "registry+https://github.com/rust-lang/crates.io-index"13207checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13208dependencies = [13209 "cfg-if 1.0.0",13210 "js-sys",13211 "wasm-bindgen",13212 "web-sys",13213]1321413215[[package]]13216name = "wasm-bindgen-macro"13217version = "0.2.83"13218source = "registry+https://github.com/rust-lang/crates.io-index"13219checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13220dependencies = [13221 "quote",13222 "wasm-bindgen-macro-support",13223]1322413225[[package]]13226name = "wasm-bindgen-macro-support"13227version = "0.2.83"13228source = "registry+https://github.com/rust-lang/crates.io-index"13229checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13230dependencies = [13231 "proc-macro2",13232 "quote",13233 "syn",13234 "wasm-bindgen-backend",13235 "wasm-bindgen-shared",13236]1323713238[[package]]13239name = "wasm-bindgen-shared"13240version = "0.2.83"13241source = "registry+https://github.com/rust-lang/crates.io-index"13242checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1324313244[[package]]13245name = "wasm-gc-api"13246version = "0.1.11"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13249dependencies = [13250 "log",13251 "parity-wasm 0.32.0",13252 "rustc-demangle",13253]1325413255[[package]]13256name = "wasm-instrument"13257version = "0.3.0"13258source = "registry+https://github.com/rust-lang/crates.io-index"13259checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13260dependencies = [13261 "parity-wasm 0.45.0",13262]1326313264[[package]]13265name = "wasm-timer"13266version = "0.2.5"13267source = "registry+https://github.com/rust-lang/crates.io-index"13268checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13269dependencies = [13270 "futures 0.3.25",13271 "js-sys",13272 "parking_lot 0.11.2",13273 "pin-utils",13274 "wasm-bindgen",13275 "wasm-bindgen-futures",13276 "web-sys",13277]1327813279[[package]]13280name = "wasmi"13281version = "0.13.2"13282source = "registry+https://github.com/rust-lang/crates.io-index"13283checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13284dependencies = [13285 "parity-wasm 0.45.0",13286 "wasmi-validation",13287 "wasmi_core",13288]1328913290[[package]]13291name = "wasmi-validation"13292version = "0.5.0"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13295dependencies = [13296 "parity-wasm 0.45.0",13297]1329813299[[package]]13300name = "wasmi_core"13301version = "0.2.1"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13304dependencies = [13305 "downcast-rs",13306 "libm",13307 "memory_units",13308 "num-rational 0.4.1",13309 "num-traits",13310]1331113312[[package]]13313name = "wasmparser"13314version = "0.89.1"13315source = "registry+https://github.com/rust-lang/crates.io-index"13316checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13317dependencies = [13318 "indexmap",13319]1332013321[[package]]13322name = "wasmtime"13323version = "1.0.1"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13326dependencies = [13327 "anyhow",13328 "bincode",13329 "cfg-if 1.0.0",13330 "indexmap",13331 "libc",13332 "log",13333 "object",13334 "once_cell",13335 "paste",13336 "psm",13337 "rayon",13338 "serde",13339 "target-lexicon",13340 "wasmparser",13341 "wasmtime-cache",13342 "wasmtime-cranelift",13343 "wasmtime-environ",13344 "wasmtime-jit",13345 "wasmtime-runtime",13346 "windows-sys 0.36.1",13347]1334813349[[package]]13350name = "wasmtime-asm-macros"13351version = "1.0.1"13352source = "registry+https://github.com/rust-lang/crates.io-index"13353checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13354dependencies = [13355 "cfg-if 1.0.0",13356]1335713358[[package]]13359name = "wasmtime-cache"13360version = "1.0.1"13361source = "registry+https://github.com/rust-lang/crates.io-index"13362checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13363dependencies = [13364 "anyhow",13365 "base64",13366 "bincode",13367 "directories-next",13368 "file-per-thread-logger",13369 "log",13370 "rustix",13371 "serde",13372 "sha2 0.9.9",13373 "toml",13374 "windows-sys 0.36.1",13375 "zstd",13376]1337713378[[package]]13379name = "wasmtime-cranelift"13380version = "1.0.1"13381source = "registry+https://github.com/rust-lang/crates.io-index"13382checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13383dependencies = [13384 "anyhow",13385 "cranelift-codegen",13386 "cranelift-entity",13387 "cranelift-frontend",13388 "cranelift-native",13389 "cranelift-wasm",13390 "gimli",13391 "log",13392 "object",13393 "target-lexicon",13394 "thiserror",13395 "wasmparser",13396 "wasmtime-environ",13397]1339813399[[package]]13400name = "wasmtime-environ"13401version = "1.0.1"13402source = "registry+https://github.com/rust-lang/crates.io-index"13403checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13404dependencies = [13405 "anyhow",13406 "cranelift-entity",13407 "gimli",13408 "indexmap",13409 "log",13410 "object",13411 "serde",13412 "target-lexicon",13413 "thiserror",13414 "wasmparser",13415 "wasmtime-types",13416]1341713418[[package]]13419name = "wasmtime-jit"13420version = "1.0.1"13421source = "registry+https://github.com/rust-lang/crates.io-index"13422checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13423dependencies = [13424 "addr2line",13425 "anyhow",13426 "bincode",13427 "cfg-if 1.0.0",13428 "cpp_demangle",13429 "gimli",13430 "log",13431 "object",13432 "rustc-demangle",13433 "rustix",13434 "serde",13435 "target-lexicon",13436 "thiserror",13437 "wasmtime-environ",13438 "wasmtime-jit-debug",13439 "wasmtime-runtime",13440 "windows-sys 0.36.1",13441]1344213443[[package]]13444name = "wasmtime-jit-debug"13445version = "1.0.1"13446source = "registry+https://github.com/rust-lang/crates.io-index"13447checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13448dependencies = [13449 "object",13450 "once_cell",13451 "rustix",13452]1345313454[[package]]13455name = "wasmtime-runtime"13456version = "1.0.1"13457source = "registry+https://github.com/rust-lang/crates.io-index"13458checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13459dependencies = [13460 "anyhow",13461 "cc",13462 "cfg-if 1.0.0",13463 "indexmap",13464 "libc",13465 "log",13466 "mach",13467 "memfd",13468 "memoffset",13469 "paste",13470 "rand 0.8.5",13471 "rustix",13472 "thiserror",13473 "wasmtime-asm-macros",13474 "wasmtime-environ",13475 "wasmtime-jit-debug",13476 "windows-sys 0.36.1",13477]1347813479[[package]]13480name = "wasmtime-types"13481version = "1.0.1"13482source = "registry+https://github.com/rust-lang/crates.io-index"13483checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13484dependencies = [13485 "cranelift-entity",13486 "serde",13487 "thiserror",13488 "wasmparser",13489]1349013491[[package]]13492name = "web-sys"13493version = "0.3.60"13494source = "registry+https://github.com/rust-lang/crates.io-index"13495checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13496dependencies = [13497 "js-sys",13498 "wasm-bindgen",13499]1350013501[[package]]13502name = "webpki"13503version = "0.22.0"13504source = "registry+https://github.com/rust-lang/crates.io-index"13505checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13506dependencies = [13507 "ring",13508 "untrusted",13509]1351013511[[package]]13512name = "webpki-roots"13513version = "0.22.5"13514source = "registry+https://github.com/rust-lang/crates.io-index"13515checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13516dependencies = [13517 "webpki",13518]1351913520[[package]]13521name = "wepoll-ffi"13522version = "0.1.2"13523source = "registry+https://github.com/rust-lang/crates.io-index"13524checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13525dependencies = [13526 "cc",13527]1352813529[[package]]13530name = "westend-runtime"13531version = "0.9.30"13532source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13533dependencies = [13534 "beefy-primitives",13535 "bitvec 1.0.1",13536 "frame-benchmarking",13537 "frame-election-provider-support",13538 "frame-executive",13539 "frame-support",13540 "frame-system",13541 "frame-system-benchmarking",13542 "frame-system-rpc-runtime-api",13543 "frame-try-runtime",13544 "hex-literal",13545 "log",13546 "pallet-authority-discovery",13547 "pallet-authorship",13548 "pallet-babe",13549 "pallet-bags-list",13550 "pallet-balances",13551 "pallet-collective",13552 "pallet-democracy",13553 "pallet-election-provider-multi-phase",13554 "pallet-election-provider-support-benchmarking",13555 "pallet-elections-phragmen",13556 "pallet-fast-unstake",13557 "pallet-grandpa",13558 "pallet-identity",13559 "pallet-im-online",13560 "pallet-indices",13561 "pallet-membership",13562 "pallet-multisig",13563 "pallet-nomination-pools",13564 "pallet-nomination-pools-benchmarking",13565 "pallet-nomination-pools-runtime-api",13566 "pallet-offences",13567 "pallet-offences-benchmarking",13568 "pallet-preimage",13569 "pallet-proxy",13570 "pallet-recovery",13571 "pallet-scheduler",13572 "pallet-session",13573 "pallet-session-benchmarking",13574 "pallet-society",13575 "pallet-staking",13576 "pallet-staking-reward-curve",13577 "pallet-sudo",13578 "pallet-timestamp",13579 "pallet-transaction-payment",13580 "pallet-transaction-payment-rpc-runtime-api",13581 "pallet-treasury",13582 "pallet-utility",13583 "pallet-vesting",13584 "pallet-xcm",13585 "pallet-xcm-benchmarks",13586 "parity-scale-codec 3.2.1",13587 "polkadot-parachain",13588 "polkadot-primitives",13589 "polkadot-runtime-common",13590 "polkadot-runtime-parachains",13591 "rustc-hex",13592 "scale-info",13593 "serde",13594 "serde_derive",13595 "smallvec",13596 "sp-api",13597 "sp-authority-discovery",13598 "sp-block-builder",13599 "sp-consensus-babe",13600 "sp-core",13601 "sp-inherents",13602 "sp-io",13603 "sp-mmr-primitives",13604 "sp-npos-elections",13605 "sp-offchain",13606 "sp-runtime",13607 "sp-session",13608 "sp-staking",13609 "sp-std",13610 "sp-transaction-pool",13611 "sp-version",13612 "substrate-wasm-builder",13613 "westend-runtime-constants",13614 "xcm",13615 "xcm-builder",13616 "xcm-executor",13617]1361813619[[package]]13620name = "westend-runtime-constants"13621version = "0.9.30"13622source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13623dependencies = [13624 "frame-support",13625 "polkadot-primitives",13626 "polkadot-runtime-common",13627 "smallvec",13628 "sp-runtime",13629]1363013631[[package]]13632name = "which"13633version = "4.3.0"13634source = "registry+https://github.com/rust-lang/crates.io-index"13635checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13636dependencies = [13637 "either",13638 "libc",13639 "once_cell",13640]1364113642[[package]]13643name = "widestring"13644version = "0.5.1"13645source = "registry+https://github.com/rust-lang/crates.io-index"13646checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1364713648[[package]]13649name = "winapi"13650version = "0.3.9"13651source = "registry+https://github.com/rust-lang/crates.io-index"13652checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13653dependencies = [13654 "winapi-i686-pc-windows-gnu",13655 "winapi-x86_64-pc-windows-gnu",13656]1365713658[[package]]13659name = "winapi-i686-pc-windows-gnu"13660version = "0.4.0"13661source = "registry+https://github.com/rust-lang/crates.io-index"13662checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1366313664[[package]]13665name = "winapi-util"13666version = "0.1.5"13667source = "registry+https://github.com/rust-lang/crates.io-index"13668checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13669dependencies = [13670 "winapi",13671]1367213673[[package]]13674name = "winapi-x86_64-pc-windows-gnu"13675version = "0.4.0"13676source = "registry+https://github.com/rust-lang/crates.io-index"13677checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1367813679[[package]]13680name = "windows"13681version = "0.34.0"13682source = "registry+https://github.com/rust-lang/crates.io-index"13683checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13684dependencies = [13685 "windows_aarch64_msvc 0.34.0",13686 "windows_i686_gnu 0.34.0",13687 "windows_i686_msvc 0.34.0",13688 "windows_x86_64_gnu 0.34.0",13689 "windows_x86_64_msvc 0.34.0",13690]1369113692[[package]]13693name = "windows-sys"13694version = "0.36.1"13695source = "registry+https://github.com/rust-lang/crates.io-index"13696checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13697dependencies = [13698 "windows_aarch64_msvc 0.36.1",13699 "windows_i686_gnu 0.36.1",13700 "windows_i686_msvc 0.36.1",13701 "windows_x86_64_gnu 0.36.1",13702 "windows_x86_64_msvc 0.36.1",13703]1370413705[[package]]13706name = "windows-sys"13707version = "0.42.0"13708source = "registry+https://github.com/rust-lang/crates.io-index"13709checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13710dependencies = [13711 "windows_aarch64_gnullvm",13712 "windows_aarch64_msvc 0.42.0",13713 "windows_i686_gnu 0.42.0",13714 "windows_i686_msvc 0.42.0",13715 "windows_x86_64_gnu 0.42.0",13716 "windows_x86_64_gnullvm",13717 "windows_x86_64_msvc 0.42.0",13718]1371913720[[package]]13721name = "windows_aarch64_gnullvm"13722version = "0.42.0"13723source = "registry+https://github.com/rust-lang/crates.io-index"13724checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1372513726[[package]]13727name = "windows_aarch64_msvc"13728version = "0.34.0"13729source = "registry+https://github.com/rust-lang/crates.io-index"13730checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1373113732[[package]]13733name = "windows_aarch64_msvc"13734version = "0.36.1"13735source = "registry+https://github.com/rust-lang/crates.io-index"13736checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1373713738[[package]]13739name = "windows_aarch64_msvc"13740version = "0.42.0"13741source = "registry+https://github.com/rust-lang/crates.io-index"13742checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1374313744[[package]]13745name = "windows_i686_gnu"13746version = "0.34.0"13747source = "registry+https://github.com/rust-lang/crates.io-index"13748checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1374913750[[package]]13751name = "windows_i686_gnu"13752version = "0.36.1"13753source = "registry+https://github.com/rust-lang/crates.io-index"13754checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1375513756[[package]]13757name = "windows_i686_gnu"13758version = "0.42.0"13759source = "registry+https://github.com/rust-lang/crates.io-index"13760checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1376113762[[package]]13763name = "windows_i686_msvc"13764version = "0.34.0"13765source = "registry+https://github.com/rust-lang/crates.io-index"13766checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1376713768[[package]]13769name = "windows_i686_msvc"13770version = "0.36.1"13771source = "registry+https://github.com/rust-lang/crates.io-index"13772checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1377313774[[package]]13775name = "windows_i686_msvc"13776version = "0.42.0"13777source = "registry+https://github.com/rust-lang/crates.io-index"13778checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1377913780[[package]]13781name = "windows_x86_64_gnu"13782version = "0.34.0"13783source = "registry+https://github.com/rust-lang/crates.io-index"13784checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1378513786[[package]]13787name = "windows_x86_64_gnu"13788version = "0.36.1"13789source = "registry+https://github.com/rust-lang/crates.io-index"13790checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1379113792[[package]]13793name = "windows_x86_64_gnu"13794version = "0.42.0"13795source = "registry+https://github.com/rust-lang/crates.io-index"13796checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1379713798[[package]]13799name = "windows_x86_64_gnullvm"13800version = "0.42.0"13801source = "registry+https://github.com/rust-lang/crates.io-index"13802checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1380313804[[package]]13805name = "windows_x86_64_msvc"13806version = "0.34.0"13807source = "registry+https://github.com/rust-lang/crates.io-index"13808checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1380913810[[package]]13811name = "windows_x86_64_msvc"13812version = "0.36.1"13813source = "registry+https://github.com/rust-lang/crates.io-index"13814checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1381513816[[package]]13817name = "windows_x86_64_msvc"13818version = "0.42.0"13819source = "registry+https://github.com/rust-lang/crates.io-index"13820checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1382113822[[package]]13823name = "winreg"13824version = "0.7.0"13825source = "registry+https://github.com/rust-lang/crates.io-index"13826checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13827dependencies = [13828 "winapi",13829]1383013831[[package]]13832name = "wyz"13833version = "0.2.0"13834source = "registry+https://github.com/rust-lang/crates.io-index"13835checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1383613837[[package]]13838name = "wyz"13839version = "0.5.0"13840source = "registry+https://github.com/rust-lang/crates.io-index"13841checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13842dependencies = [13843 "tap",13844]1384513846[[package]]13847name = "x25519-dalek"13848version = "1.1.1"13849source = "registry+https://github.com/rust-lang/crates.io-index"13850checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13851dependencies = [13852 "curve25519-dalek 3.2.0",13853 "rand_core 0.5.1",13854 "zeroize",13855]1385613857[[package]]13858name = "xcm"13859version = "0.9.30"13860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13861dependencies = [13862 "derivative",13863 "impl-trait-for-tuples",13864 "log",13865 "parity-scale-codec 3.2.1",13866 "scale-info",13867 "sp-runtime",13868 "xcm-procedural",13869]1387013871[[package]]13872name = "xcm-builder"13873version = "0.9.30"13874source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13875dependencies = [13876 "frame-support",13877 "frame-system",13878 "log",13879 "pallet-transaction-payment",13880 "parity-scale-codec 3.2.1",13881 "polkadot-parachain",13882 "scale-info",13883 "sp-arithmetic",13884 "sp-io",13885 "sp-runtime",13886 "sp-std",13887 "xcm",13888 "xcm-executor",13889]1389013891[[package]]13892name = "xcm-executor"13893version = "0.9.30"13894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13895dependencies = [13896 "frame-benchmarking",13897 "frame-support",13898 "impl-trait-for-tuples",13899 "log",13900 "parity-scale-codec 3.2.1",13901 "sp-arithmetic",13902 "sp-core",13903 "sp-io",13904 "sp-runtime",13905 "sp-std",13906 "xcm",13907]1390813909[[package]]13910name = "xcm-procedural"13911version = "0.9.30"13912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13913dependencies = [13914 "Inflector",13915 "proc-macro2",13916 "quote",13917 "syn",13918]1391913920[[package]]13921name = "yamux"13922version = "0.10.2"13923source = "registry+https://github.com/rust-lang/crates.io-index"13924checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13925dependencies = [13926 "futures 0.3.25",13927 "log",13928 "nohash-hasher",13929 "parking_lot 0.12.1",13930 "rand 0.8.5",13931 "static_assertions",13932]1393313934[[package]]13935name = "zeroize"13936version = "1.5.7"13937source = "registry+https://github.com/rust-lang/crates.io-index"13938checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13939dependencies = [13940 "zeroize_derive",13941]1394213943[[package]]13944name = "zeroize_derive"13945version = "1.3.2"13946source = "registry+https://github.com/rust-lang/crates.io-index"13947checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13948dependencies = [13949 "proc-macro2",13950 "quote",13951 "syn",13952 "synstructure",13953]1395413955[[package]]13956name = "zstd"13957version = "0.11.2+zstd.1.5.2"13958source = "registry+https://github.com/rust-lang/crates.io-index"13959checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13960dependencies = [13961 "zstd-safe",13962]1396313964[[package]]13965name = "zstd-safe"13966version = "5.0.2+zstd.1.5.2"13967source = "registry+https://github.com/rust-lang/crates.io-index"13968checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13969dependencies = [13970 "libc",13971 "zstd-sys",13972]1397313974[[package]]13975name = "zstd-sys"13976version = "2.0.1+zstd.1.5.2"13977source = "registry+https://github.com/rust-lang/crates.io-index"13978checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13979dependencies = [13980 "cc",13981 "libc",13982]