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

difftreelog

source

Cargo.lock312.6 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.6.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"258dependencies = [259 "event-listener",260 "futures-lite",261]262263[[package]]264name = "async-process"265version = "1.5.0"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"268dependencies = [269 "async-io",270 "autocfg",271 "blocking",272 "cfg-if 1.0.0",273 "event-listener",274 "futures-lite",275 "libc",276 "once_cell",277 "signal-hook",278 "winapi",279]280281[[package]]282name = "async-std"283version = "1.12.0"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"286dependencies = [287 "async-attributes",288 "async-channel",289 "async-global-executor",290 "async-io",291 "async-lock",292 "async-process",293 "crossbeam-utils",294 "futures-channel",295 "futures-core",296 "futures-io",297 "futures-lite",298 "gloo-timers",299 "kv-log-macro",300 "log",301 "memchr",302 "once_cell",303 "pin-project-lite 0.2.9",304 "pin-utils",305 "slab",306 "wasm-bindgen-futures",307]308309[[package]]310name = "async-std-resolver"311version = "0.21.2"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"314dependencies = [315 "async-std",316 "async-trait",317 "futures-io",318 "futures-util",319 "pin-utils",320 "socket2",321 "trust-dns-resolver",322]323324[[package]]325name = "async-task"326version = "4.3.0"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"329330[[package]]331name = "async-trait"332version = "0.1.58"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"335dependencies = [336 "proc-macro2",337 "quote",338 "syn",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"346dependencies = [347 "bytes",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.9",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi",367 "libc",368 "winapi",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backoff"391version = "0.4.0"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"394dependencies = [395 "futures-core",396 "getrandom 0.2.8",397 "instant",398 "pin-project-lite 0.2.9",399 "rand 0.8.5",400 "tokio",401]402403[[package]]404name = "backtrace"405version = "0.3.66"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"408dependencies = [409 "addr2line",410 "cc",411 "cfg-if 1.0.0",412 "libc",413 "miniz_oxide",414 "object",415 "rustc-demangle",416]417418[[package]]419name = "base-x"420version = "0.2.11"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"423424[[package]]425name = "base16ct"426version = "0.1.1"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"429430[[package]]431name = "base58"432version = "0.2.0"433source = "registry+https://github.com/rust-lang/crates.io-index"434checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"435436[[package]]437name = "base64"438version = "0.13.1"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"441442[[package]]443name = "base64ct"444version = "1.5.3"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"447448[[package]]449name = "beef"450version = "0.5.2"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"453dependencies = [454 "serde",455]456457[[package]]458name = "beefy-gadget"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"461dependencies = [462 "array-bytes",463 "async-trait",464 "beefy-primitives",465 "fnv",466 "futures 0.3.25",467 "futures-timer",468 "log",469 "parity-scale-codec 3.2.1",470 "parking_lot 0.12.1",471 "sc-chain-spec",472 "sc-client-api",473 "sc-consensus",474 "sc-finality-grandpa",475 "sc-keystore",476 "sc-network",477 "sc-network-common",478 "sc-network-gossip",479 "sc-utils",480 "sp-api",481 "sp-application-crypto",482 "sp-arithmetic",483 "sp-blockchain",484 "sp-consensus",485 "sp-core",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime",489 "substrate-prometheus-endpoint",490 "thiserror",491 "wasm-timer",492]493494[[package]]495name = "beefy-gadget-rpc"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"498dependencies = [499 "beefy-gadget",500 "beefy-primitives",501 "futures 0.3.25",502 "jsonrpsee",503 "log",504 "parity-scale-codec 3.2.1",505 "parking_lot 0.12.1",506 "sc-rpc",507 "sc-utils",508 "serde",509 "sp-core",510 "sp-runtime",511 "thiserror",512]513514[[package]]515name = "beefy-merkle-tree"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"518dependencies = [519 "beefy-primitives",520 "sp-api",521]522523[[package]]524name = "beefy-primitives"525version = "4.0.0-dev"526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"527dependencies = [528 "parity-scale-codec 3.2.1",529 "scale-info",530 "sp-api",531 "sp-application-crypto",532 "sp-core",533 "sp-runtime",534 "sp-std",535]536537[[package]]538name = "bimap"539version = "0.6.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"542543[[package]]544name = "bincode"545version = "1.3.3"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"548dependencies = [549 "serde",550]551552[[package]]553name = "bindgen"554version = "0.59.2"555source = "registry+https://github.com/rust-lang/crates.io-index"556checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"557dependencies = [558 "bitflags",559 "cexpr",560 "clang-sys",561 "lazy_static",562 "lazycell",563 "peeking_take_while",564 "proc-macro2",565 "quote",566 "regex",567 "rustc-hash",568 "shlex",569]570571[[package]]572name = "bitflags"573version = "1.3.2"574source = "registry+https://github.com/rust-lang/crates.io-index"575checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"576577[[package]]578name = "bitvec"579version = "0.20.4"580source = "registry+https://github.com/rust-lang/crates.io-index"581checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"582dependencies = [583 "funty 1.1.0",584 "radium 0.6.2",585 "tap",586 "wyz 0.2.0",587]588589[[package]]590name = "bitvec"591version = "1.0.1"592source = "registry+https://github.com/rust-lang/crates.io-index"593checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"594dependencies = [595 "funty 2.0.0",596 "radium 0.7.0",597 "tap",598 "wyz 0.5.0",599]600601[[package]]602name = "blake2"603version = "0.10.4"604source = "registry+https://github.com/rust-lang/crates.io-index"605checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"606dependencies = [607 "digest 0.10.5",608]609610[[package]]611name = "blake2-rfc"612version = "0.2.18"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"615dependencies = [616 "arrayvec 0.4.12",617 "constant_time_eq",618]619620[[package]]621name = "blake2b_simd"622version = "1.0.0"623source = "registry+https://github.com/rust-lang/crates.io-index"624checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"625dependencies = [626 "arrayref",627 "arrayvec 0.7.2",628 "constant_time_eq",629]630631[[package]]632name = "blake2s_simd"633version = "1.0.0"634source = "registry+https://github.com/rust-lang/crates.io-index"635checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"636dependencies = [637 "arrayref",638 "arrayvec 0.7.2",639 "constant_time_eq",640]641642[[package]]643name = "blake3"644version = "1.3.1"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"647dependencies = [648 "arrayref",649 "arrayvec 0.7.2",650 "cc",651 "cfg-if 1.0.0",652 "constant_time_eq",653 "digest 0.10.5",654]655656[[package]]657name = "block-buffer"658version = "0.7.3"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"661dependencies = [662 "block-padding",663 "byte-tools",664 "byteorder",665 "generic-array 0.12.4",666]667668[[package]]669name = "block-buffer"670version = "0.9.0"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"673dependencies = [674 "generic-array 0.14.6",675]676677[[package]]678name = "block-buffer"679version = "0.10.3"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"682dependencies = [683 "generic-array 0.14.6",684]685686[[package]]687name = "block-padding"688version = "0.1.5"689source = "registry+https://github.com/rust-lang/crates.io-index"690checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"691dependencies = [692 "byte-tools",693]694695[[package]]696name = "blocking"697version = "1.2.0"698source = "registry+https://github.com/rust-lang/crates.io-index"699checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"700dependencies = [701 "async-channel",702 "async-task",703 "atomic-waker",704 "fastrand",705 "futures-lite",706 "once_cell",707]708709[[package]]710name = "bondrewd"711version = "0.1.14"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"714dependencies = [715 "bondrewd-derive",716]717718[[package]]719name = "bondrewd-derive"720version = "0.3.18"721source = "registry+https://github.com/rust-lang/crates.io-index"722checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"723dependencies = [724 "proc-macro2",725 "quote",726 "syn",727]728729[[package]]730name = "bounded-vec"731version = "0.6.0"732source = "registry+https://github.com/rust-lang/crates.io-index"733checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"734dependencies = [735 "thiserror",736]737738[[package]]739name = "bs58"740version = "0.4.0"741source = "registry+https://github.com/rust-lang/crates.io-index"742checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"743744[[package]]745name = "bstr"746version = "0.2.17"747source = "registry+https://github.com/rust-lang/crates.io-index"748checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"749dependencies = [750 "lazy_static",751 "memchr",752 "regex-automata",753]754755[[package]]756name = "build-helper"757version = "0.1.1"758source = "registry+https://github.com/rust-lang/crates.io-index"759checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"760dependencies = [761 "semver 0.6.0",762]763764[[package]]765name = "bumpalo"766version = "3.11.1"767source = "registry+https://github.com/rust-lang/crates.io-index"768checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"769770[[package]]771name = "byte-slice-cast"772version = "1.2.1"773source = "registry+https://github.com/rust-lang/crates.io-index"774checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"775776[[package]]777name = "byte-tools"778version = "0.3.1"779source = "registry+https://github.com/rust-lang/crates.io-index"780checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"781782[[package]]783name = "byteorder"784version = "1.4.3"785source = "registry+https://github.com/rust-lang/crates.io-index"786checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"787788[[package]]789name = "bytes"790version = "1.2.1"791source = "registry+https://github.com/rust-lang/crates.io-index"792checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"793794[[package]]795name = "bzip2-sys"796version = "0.1.11+1.0.8"797source = "registry+https://github.com/rust-lang/crates.io-index"798checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"799dependencies = [800 "cc",801 "libc",802 "pkg-config",803]804805[[package]]806name = "cache-padded"807version = "1.2.0"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"810811[[package]]812name = "camino"813version = "1.1.1"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"816dependencies = [817 "serde",818]819820[[package]]821name = "cargo-platform"822version = "0.1.2"823source = "registry+https://github.com/rust-lang/crates.io-index"824checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"825dependencies = [826 "serde",827]828829[[package]]830name = "cargo_metadata"831version = "0.14.2"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"834dependencies = [835 "camino",836 "cargo-platform",837 "semver 1.0.14",838 "serde",839 "serde_json",840]841842[[package]]843name = "cc"844version = "1.0.73"845source = "registry+https://github.com/rust-lang/crates.io-index"846checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"847dependencies = [848 "jobserver",849]850851[[package]]852name = "cexpr"853version = "0.6.0"854source = "registry+https://github.com/rust-lang/crates.io-index"855checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"856dependencies = [857 "nom",858]859860[[package]]861name = "cfg-expr"862version = "0.10.3"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"865dependencies = [866 "smallvec",867]868869[[package]]870name = "cfg-if"871version = "0.1.10"872source = "registry+https://github.com/rust-lang/crates.io-index"873checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"874875[[package]]876name = "cfg-if"877version = "1.0.0"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"880881[[package]]882name = "cfg_aliases"883version = "0.1.1"884source = "registry+https://github.com/rust-lang/crates.io-index"885checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"886887[[package]]888name = "chacha20"889version = "0.8.2"890source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"892dependencies = [893 "cfg-if 1.0.0",894 "cipher 0.3.0",895 "cpufeatures",896 "zeroize",897]898899[[package]]900name = "chacha20poly1305"901version = "0.9.1"902source = "registry+https://github.com/rust-lang/crates.io-index"903checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"904dependencies = [905 "aead",906 "chacha20",907 "cipher 0.3.0",908 "poly1305",909 "zeroize",910]911912[[package]]913name = "chrono"914version = "0.4.22"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"917dependencies = [918 "iana-time-zone",919 "js-sys",920 "num-integer",921 "num-traits",922 "time 0.1.44",923 "wasm-bindgen",924 "winapi",925]926927[[package]]928name = "cid"929version = "0.8.6"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"932dependencies = [933 "core2",934 "multibase",935 "multihash",936 "serde",937 "unsigned-varint",938]939940[[package]]941name = "cipher"942version = "0.3.0"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"945dependencies = [946 "generic-array 0.14.6",947]948949[[package]]950name = "cipher"951version = "0.4.3"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"954dependencies = [955 "crypto-common",956 "inout",957]958959[[package]]960name = "ckb-merkle-mountain-range"961version = "0.3.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"964dependencies = [965 "cfg-if 0.1.10",966]967968[[package]]969name = "clang-sys"970version = "1.4.0"971source = "registry+https://github.com/rust-lang/crates.io-index"972checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"973dependencies = [974 "glob",975 "libc",976 "libloading 0.7.3",977]978979[[package]]980name = "clap"981version = "3.2.23"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"984dependencies = [985 "atty",986 "bitflags",987 "clap_derive",988 "clap_lex",989 "indexmap",990 "once_cell",991 "strsim",992 "termcolor",993 "textwrap",994]995996[[package]]997name = "clap_derive"998version = "3.2.18"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"1001dependencies = [1002 "heck",1003 "proc-macro-error",1004 "proc-macro2",1005 "quote",1006 "syn",1007]10081009[[package]]1010name = "clap_lex"1011version = "0.2.4"1012source = "registry+https://github.com/rust-lang/crates.io-index"1013checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"1014dependencies = [1015 "os_str_bytes",1016]10171018[[package]]1019name = "cmake"1020version = "0.1.48"1021source = "registry+https://github.com/rust-lang/crates.io-index"1022checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1023dependencies = [1024 "cc",1025]10261027[[package]]1028name = "coarsetime"1029version = "0.1.22"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1032dependencies = [1033 "libc",1034 "once_cell",1035 "wasi 0.11.0+wasi-snapshot-preview1",1036 "wasm-bindgen",1037]10381039[[package]]1040name = "codespan-reporting"1041version = "0.11.1"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1044dependencies = [1045 "termcolor",1046 "unicode-width",1047]10481049[[package]]1050name = "comfy-table"1051version = "6.1.1"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"1054dependencies = [1055 "strum",1056 "strum_macros",1057 "unicode-width",1058]10591060[[package]]1061name = "concat-idents"1062version = "1.1.3"1063source = "registry+https://github.com/rust-lang/crates.io-index"1064checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"1065dependencies = [1066 "quote",1067 "syn",1068]10691070[[package]]1071name = "concurrent-queue"1072version = "1.2.4"1073source = "registry+https://github.com/rust-lang/crates.io-index"1074checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1075dependencies = [1076 "cache-padded",1077]10781079[[package]]1080name = "console"1081version = "0.15.2"1082source = "registry+https://github.com/rust-lang/crates.io-index"1083checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1084dependencies = [1085 "encode_unicode",1086 "lazy_static",1087 "libc",1088 "terminal_size",1089 "winapi",1090]10911092[[package]]1093name = "const-oid"1094version = "0.7.1"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10971098[[package]]1099name = "constant_time_eq"1100version = "0.1.5"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11031104[[package]]1105name = "convert_case"1106version = "0.4.0"1107source = "registry+https://github.com/rust-lang/crates.io-index"1108checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11091110[[package]]1111name = "core-foundation"1112version = "0.9.3"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1115dependencies = [1116 "core-foundation-sys",1117 "libc",1118]11191120[[package]]1121name = "core-foundation-sys"1122version = "0.8.3"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11251126[[package]]1127name = "core2"1128version = "0.4.0"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1131dependencies = [1132 "memchr",1133]11341135[[package]]1136name = "cpp_demangle"1137version = "0.3.5"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1140dependencies = [1141 "cfg-if 1.0.0",1142]11431144[[package]]1145name = "cpufeatures"1146version = "0.2.5"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1149dependencies = [1150 "libc",1151]11521153[[package]]1154name = "cranelift-bforest"1155version = "0.88.1"1156source = "registry+https://github.com/rust-lang/crates.io-index"1157checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1158dependencies = [1159 "cranelift-entity",1160]11611162[[package]]1163name = "cranelift-codegen"1164version = "0.88.1"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1167dependencies = [1168 "arrayvec 0.7.2",1169 "bumpalo",1170 "cranelift-bforest",1171 "cranelift-codegen-meta",1172 "cranelift-codegen-shared",1173 "cranelift-entity",1174 "cranelift-isle",1175 "gimli",1176 "log",1177 "regalloc2",1178 "smallvec",1179 "target-lexicon",1180]11811182[[package]]1183name = "cranelift-codegen-meta"1184version = "0.88.1"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1187dependencies = [1188 "cranelift-codegen-shared",1189]11901191[[package]]1192name = "cranelift-codegen-shared"1193version = "0.88.1"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11961197[[package]]1198name = "cranelift-entity"1199version = "0.88.1"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1202dependencies = [1203 "serde",1204]12051206[[package]]1207name = "cranelift-frontend"1208version = "0.88.1"1209source = "registry+https://github.com/rust-lang/crates.io-index"1210checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1211dependencies = [1212 "cranelift-codegen",1213 "log",1214 "smallvec",1215 "target-lexicon",1216]12171218[[package]]1219name = "cranelift-isle"1220version = "0.88.1"1221source = "registry+https://github.com/rust-lang/crates.io-index"1222checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12231224[[package]]1225name = "cranelift-native"1226version = "0.88.1"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1229dependencies = [1230 "cranelift-codegen",1231 "libc",1232 "target-lexicon",1233]12341235[[package]]1236name = "cranelift-wasm"1237version = "0.88.1"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1240dependencies = [1241 "cranelift-codegen",1242 "cranelift-entity",1243 "cranelift-frontend",1244 "itertools",1245 "log",1246 "smallvec",1247 "wasmparser",1248 "wasmtime-types",1249]12501251[[package]]1252name = "crc32fast"1253version = "1.3.2"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1256dependencies = [1257 "cfg-if 1.0.0",1258]12591260[[package]]1261name = "crossbeam-channel"1262version = "0.5.6"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1265dependencies = [1266 "cfg-if 1.0.0",1267 "crossbeam-utils",1268]12691270[[package]]1271name = "crossbeam-deque"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1275dependencies = [1276 "cfg-if 1.0.0",1277 "crossbeam-epoch",1278 "crossbeam-utils",1279]12801281[[package]]1282name = "crossbeam-epoch"1283version = "0.9.11"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1286dependencies = [1287 "autocfg",1288 "cfg-if 1.0.0",1289 "crossbeam-utils",1290 "memoffset",1291 "scopeguard",1292]12931294[[package]]1295name = "crossbeam-queue"1296version = "0.3.6"1297source = "registry+https://github.com/rust-lang/crates.io-index"1298checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1299dependencies = [1300 "cfg-if 1.0.0",1301 "crossbeam-utils",1302]13031304[[package]]1305name = "crossbeam-utils"1306version = "0.8.12"1307source = "registry+https://github.com/rust-lang/crates.io-index"1308checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1309dependencies = [1310 "cfg-if 1.0.0",1311]13121313[[package]]1314name = "crunchy"1315version = "0.2.2"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13181319[[package]]1320name = "crypto-bigint"1321version = "0.3.2"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1324dependencies = [1325 "generic-array 0.14.6",1326 "rand_core 0.6.4",1327 "subtle",1328 "zeroize",1329]13301331[[package]]1332name = "crypto-common"1333version = "0.1.6"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1336dependencies = [1337 "generic-array 0.14.6",1338 "typenum",1339]13401341[[package]]1342name = "crypto-mac"1343version = "0.8.0"1344source = "registry+https://github.com/rust-lang/crates.io-index"1345checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1346dependencies = [1347 "generic-array 0.14.6",1348 "subtle",1349]13501351[[package]]1352name = "crypto-mac"1353version = "0.11.1"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1356dependencies = [1357 "generic-array 0.14.6",1358 "subtle",1359]13601361[[package]]1362name = "ctor"1363version = "0.1.26"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1366dependencies = [1367 "quote",1368 "syn",1369]13701371[[package]]1372name = "ctr"1373version = "0.8.0"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1376dependencies = [1377 "cipher 0.3.0",1378]13791380[[package]]1381name = "cuckoofilter"1382version = "0.5.0"1383source = "registry+https://github.com/rust-lang/crates.io-index"1384checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1385dependencies = [1386 "byteorder",1387 "fnv",1388 "rand 0.7.3",1389]13901391[[package]]1392name = "cumulus-client-cli"1393version = "0.1.0"1394source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1395dependencies = [1396 "clap",1397 "parity-scale-codec 3.2.1",1398 "sc-chain-spec",1399 "sc-cli",1400 "sc-service",1401 "sp-core",1402 "sp-runtime",1403 "url",1404]14051406[[package]]1407name = "cumulus-client-collator"1408version = "0.1.0"1409source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1410dependencies = [1411 "cumulus-client-consensus-common",1412 "cumulus-client-network",1413 "cumulus-primitives-core",1414 "cumulus-relay-chain-interface",1415 "futures 0.3.25",1416 "parity-scale-codec 3.2.1",1417 "parking_lot 0.12.1",1418 "polkadot-node-primitives",1419 "polkadot-node-subsystem",1420 "polkadot-overseer",1421 "polkadot-primitives",1422 "sc-client-api",1423 "sp-api",1424 "sp-consensus",1425 "sp-core",1426 "sp-runtime",1427 "tracing",1428]14291430[[package]]1431name = "cumulus-client-consensus-aura"1432version = "0.1.0"1433source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1434dependencies = [1435 "async-trait",1436 "cumulus-client-consensus-common",1437 "cumulus-primitives-core",1438 "futures 0.3.25",1439 "parity-scale-codec 3.2.1",1440 "sc-client-api",1441 "sc-consensus",1442 "sc-consensus-aura",1443 "sc-consensus-slots",1444 "sc-telemetry",1445 "sp-api",1446 "sp-application-crypto",1447 "sp-block-builder",1448 "sp-blockchain",1449 "sp-consensus",1450 "sp-consensus-aura",1451 "sp-core",1452 "sp-inherents",1453 "sp-keystore",1454 "sp-runtime",1455 "substrate-prometheus-endpoint",1456 "tracing",1457]14581459[[package]]1460name = "cumulus-client-consensus-common"1461version = "0.1.0"1462source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1463dependencies = [1464 "async-trait",1465 "cumulus-relay-chain-interface",1466 "dyn-clone",1467 "futures 0.3.25",1468 "parity-scale-codec 3.2.1",1469 "polkadot-primitives",1470 "sc-client-api",1471 "sc-consensus",1472 "sp-api",1473 "sp-blockchain",1474 "sp-consensus",1475 "sp-runtime",1476 "sp-trie",1477 "tracing",1478]14791480[[package]]1481name = "cumulus-client-network"1482version = "0.1.0"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1484dependencies = [1485 "async-trait",1486 "cumulus-relay-chain-interface",1487 "derive_more",1488 "futures 0.3.25",1489 "futures-timer",1490 "parity-scale-codec 3.2.1",1491 "parking_lot 0.12.1",1492 "polkadot-node-primitives",1493 "polkadot-parachain",1494 "polkadot-primitives",1495 "sc-client-api",1496 "sp-api",1497 "sp-blockchain",1498 "sp-consensus",1499 "sp-core",1500 "sp-runtime",1501 "sp-state-machine",1502 "tracing",1503]15041505[[package]]1506name = "cumulus-client-pov-recovery"1507version = "0.1.0"1508source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1509dependencies = [1510 "cumulus-primitives-core",1511 "cumulus-relay-chain-interface",1512 "futures 0.3.25",1513 "futures-timer",1514 "parity-scale-codec 3.2.1",1515 "polkadot-node-primitives",1516 "polkadot-node-subsystem",1517 "polkadot-overseer",1518 "polkadot-primitives",1519 "rand 0.8.5",1520 "sc-client-api",1521 "sc-consensus",1522 "sp-api",1523 "sp-consensus",1524 "sp-maybe-compressed-blob",1525 "sp-runtime",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-client-service"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533dependencies = [1534 "cumulus-client-cli",1535 "cumulus-client-collator",1536 "cumulus-client-consensus-common",1537 "cumulus-client-pov-recovery",1538 "cumulus-primitives-core",1539 "cumulus-relay-chain-interface",1540 "parking_lot 0.12.1",1541 "polkadot-overseer",1542 "polkadot-primitives",1543 "sc-client-api",1544 "sc-consensus",1545 "sc-consensus-babe",1546 "sc-service",1547 "sc-telemetry",1548 "sc-tracing",1549 "sp-api",1550 "sp-blockchain",1551 "sp-consensus",1552 "sp-core",1553 "sp-runtime",1554 "tracing",1555]15561557[[package]]1558name = "cumulus-pallet-aura-ext"1559version = "0.1.0"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561dependencies = [1562 "frame-executive",1563 "frame-support",1564 "frame-system",1565 "pallet-aura",1566 "parity-scale-codec 3.2.1",1567 "scale-info",1568 "serde",1569 "sp-application-crypto",1570 "sp-consensus-aura",1571 "sp-runtime",1572 "sp-std",1573]15741575[[package]]1576name = "cumulus-pallet-dmp-queue"1577version = "0.1.0"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1579dependencies = [1580 "cumulus-primitives-core",1581 "frame-support",1582 "frame-system",1583 "log",1584 "parity-scale-codec 3.2.1",1585 "scale-info",1586 "sp-io",1587 "sp-runtime",1588 "sp-std",1589 "xcm",1590 "xcm-executor",1591]15921593[[package]]1594name = "cumulus-pallet-parachain-system"1595version = "0.1.0"1596source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1597dependencies = [1598 "bytes",1599 "cumulus-pallet-parachain-system-proc-macro",1600 "cumulus-primitives-core",1601 "cumulus-primitives-parachain-inherent",1602 "environmental",1603 "frame-support",1604 "frame-system",1605 "impl-trait-for-tuples",1606 "log",1607 "pallet-balances",1608 "parity-scale-codec 3.2.1",1609 "polkadot-parachain",1610 "scale-info",1611 "serde",1612 "sp-core",1613 "sp-externalities",1614 "sp-inherents",1615 "sp-io",1616 "sp-runtime",1617 "sp-state-machine",1618 "sp-std",1619 "sp-trie",1620 "sp-version",1621 "xcm",1622]16231624[[package]]1625name = "cumulus-pallet-parachain-system-proc-macro"1626version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1628dependencies = [1629 "proc-macro-crate",1630 "proc-macro2",1631 "quote",1632 "syn",1633]16341635[[package]]1636name = "cumulus-pallet-xcm"1637version = "0.1.0"1638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1639dependencies = [1640 "cumulus-primitives-core",1641 "frame-support",1642 "frame-system",1643 "parity-scale-codec 3.2.1",1644 "scale-info",1645 "serde",1646 "sp-io",1647 "sp-runtime",1648 "sp-std",1649 "xcm",1650]16511652[[package]]1653name = "cumulus-pallet-xcmp-queue"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1656dependencies = [1657 "cumulus-primitives-core",1658 "frame-support",1659 "frame-system",1660 "log",1661 "parity-scale-codec 3.2.1",1662 "rand_chacha 0.3.1",1663 "scale-info",1664 "sp-runtime",1665 "sp-std",1666 "xcm",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-primitives-core"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1674dependencies = [1675 "frame-support",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1679 "polkadot-primitives",1680 "sp-api",1681 "sp-runtime",1682 "sp-std",1683 "sp-trie",1684]16851686[[package]]1687name = "cumulus-primitives-parachain-inherent"1688version = "0.1.0"1689source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1690dependencies = [1691 "async-trait",1692 "cumulus-primitives-core",1693 "cumulus-relay-chain-interface",1694 "cumulus-test-relay-sproof-builder",1695 "parity-scale-codec 3.2.1",1696 "sc-client-api",1697 "scale-info",1698 "sp-api",1699 "sp-core",1700 "sp-inherents",1701 "sp-runtime",1702 "sp-state-machine",1703 "sp-std",1704 "sp-storage",1705 "sp-trie",1706 "tracing",1707]17081709[[package]]1710name = "cumulus-primitives-timestamp"1711version = "0.1.0"1712source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1713dependencies = [1714 "cumulus-primitives-core",1715 "futures 0.3.25",1716 "parity-scale-codec 3.2.1",1717 "sp-inherents",1718 "sp-std",1719 "sp-timestamp",1720]17211722[[package]]1723name = "cumulus-primitives-utility"1724version = "0.1.0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1726dependencies = [1727 "cumulus-primitives-core",1728 "frame-support",1729 "log",1730 "parity-scale-codec 3.2.1",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1733 "polkadot-primitives",1734 "sp-runtime",1735 "sp-std",1736 "sp-trie",1737 "xcm",1738 "xcm-builder",1739 "xcm-executor",1740]17411742[[package]]1743name = "cumulus-relay-chain-inprocess-interface"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1746dependencies = [1747 "async-trait",1748 "cumulus-primitives-core",1749 "cumulus-relay-chain-interface",1750 "futures 0.3.25",1751 "futures-timer",1752 "polkadot-cli",1753 "polkadot-client",1754 "polkadot-service",1755 "sc-cli",1756 "sc-client-api",1757 "sc-consensus-babe",1758 "sc-network",1759 "sc-sysinfo",1760 "sc-telemetry",1761 "sc-tracing",1762 "sp-api",1763 "sp-blockchain",1764 "sp-consensus",1765 "sp-core",1766 "sp-runtime",1767 "sp-state-machine",1768 "tracing",1769]17701771[[package]]1772name = "cumulus-relay-chain-interface"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1775dependencies = [1776 "async-trait",1777 "cumulus-primitives-core",1778 "derive_more",1779 "futures 0.3.25",1780 "jsonrpsee-core",1781 "parity-scale-codec 3.2.1",1782 "parking_lot 0.12.1",1783 "polkadot-overseer",1784 "polkadot-service",1785 "sc-client-api",1786 "sp-api",1787 "sp-blockchain",1788 "sp-core",1789 "sp-runtime",1790 "sp-state-machine",1791 "thiserror",1792]17931794[[package]]1795name = "cumulus-relay-chain-rpc-interface"1796version = "0.1.0"1797source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1798dependencies = [1799 "async-trait",1800 "backoff",1801 "cumulus-primitives-core",1802 "cumulus-relay-chain-interface",1803 "futures 0.3.25",1804 "futures-timer",1805 "jsonrpsee",1806 "parity-scale-codec 3.2.1",1807 "parking_lot 0.12.1",1808 "polkadot-service",1809 "sc-client-api",1810 "sc-rpc-api",1811 "sp-api",1812 "sp-core",1813 "sp-runtime",1814 "sp-state-machine",1815 "sp-storage",1816 "tokio",1817 "tracing",1818 "url",1819]18201821[[package]]1822name = "cumulus-test-relay-sproof-builder"1823version = "0.1.0"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1825dependencies = [1826 "cumulus-primitives-core",1827 "parity-scale-codec 3.2.1",1828 "polkadot-primitives",1829 "sp-runtime",1830 "sp-state-machine",1831 "sp-std",1832]18331834[[package]]1835name = "curve25519-dalek"1836version = "2.1.3"1837source = "registry+https://github.com/rust-lang/crates.io-index"1838checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1839dependencies = [1840 "byteorder",1841 "digest 0.8.1",1842 "rand_core 0.5.1",1843 "subtle",1844 "zeroize",1845]18461847[[package]]1848name = "curve25519-dalek"1849version = "3.2.0"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1852dependencies = [1853 "byteorder",1854 "digest 0.9.0",1855 "rand_core 0.5.1",1856 "subtle",1857 "zeroize",1858]18591860[[package]]1861name = "curve25519-dalek"1862version = "4.0.0-pre.1"1863source = "registry+https://github.com/rust-lang/crates.io-index"1864checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1865dependencies = [1866 "byteorder",1867 "digest 0.9.0",1868 "rand_core 0.6.4",1869 "subtle",1870 "zeroize",1871]18721873[[package]]1874name = "cxx"1875version = "1.0.80"1876source = "registry+https://github.com/rust-lang/crates.io-index"1877checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"1878dependencies = [1879 "cc",1880 "cxxbridge-flags",1881 "cxxbridge-macro",1882 "link-cplusplus",1883]18841885[[package]]1886name = "cxx-build"1887version = "1.0.80"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"1890dependencies = [1891 "cc",1892 "codespan-reporting",1893 "once_cell",1894 "proc-macro2",1895 "quote",1896 "scratch",1897 "syn",1898]18991900[[package]]1901name = "cxxbridge-flags"1902version = "1.0.80"1903source = "registry+https://github.com/rust-lang/crates.io-index"1904checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"19051906[[package]]1907name = "cxxbridge-macro"1908version = "1.0.80"1909source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"1911dependencies = [1912 "proc-macro2",1913 "quote",1914 "syn",1915]19161917[[package]]1918name = "data-encoding"1919version = "2.3.2"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19221923[[package]]1924name = "data-encoding-macro"1925version = "0.1.12"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1928dependencies = [1929 "data-encoding",1930 "data-encoding-macro-internal",1931]19321933[[package]]1934name = "data-encoding-macro-internal"1935version = "0.1.10"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1938dependencies = [1939 "data-encoding",1940 "syn",1941]19421943[[package]]1944name = "der"1945version = "0.5.1"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1948dependencies = [1949 "const-oid",1950]19511952[[package]]1953name = "derivative"1954version = "2.2.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1957dependencies = [1958 "proc-macro2",1959 "quote",1960 "syn",1961]19621963[[package]]1964name = "derive_more"1965version = "0.99.17"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1968dependencies = [1969 "convert_case",1970 "proc-macro2",1971 "quote",1972 "rustc_version 0.4.0",1973 "syn",1974]19751976[[package]]1977name = "digest"1978version = "0.8.1"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1981dependencies = [1982 "generic-array 0.12.4",1983]19841985[[package]]1986name = "digest"1987version = "0.9.0"1988source = "registry+https://github.com/rust-lang/crates.io-index"1989checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1990dependencies = [1991 "generic-array 0.14.6",1992]19931994[[package]]1995name = "digest"1996version = "0.10.5"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1999dependencies = [2000 "block-buffer 0.10.3",2001 "crypto-common",2002 "subtle",2003]20042005[[package]]2006name = "directories"2007version = "4.0.1"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2010dependencies = [2011 "dirs-sys",2012]20132014[[package]]2015name = "directories-next"2016version = "2.0.0"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2019dependencies = [2020 "cfg-if 1.0.0",2021 "dirs-sys-next",2022]20232024[[package]]2025name = "dirs-sys"2026version = "0.3.7"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2029dependencies = [2030 "libc",2031 "redox_users",2032 "winapi",2033]20342035[[package]]2036name = "dirs-sys-next"2037version = "0.1.2"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2040dependencies = [2041 "libc",2042 "redox_users",2043 "winapi",2044]20452046[[package]]2047name = "dns-parser"2048version = "0.8.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2051dependencies = [2052 "byteorder",2053 "quick-error",2054]20552056[[package]]2057name = "downcast-rs"2058version = "1.2.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20612062[[package]]2063name = "dtoa"2064version = "1.0.4"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20672068[[package]]2069name = "dyn-clonable"2070version = "0.9.0"2071source = "registry+https://github.com/rust-lang/crates.io-index"2072checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2073dependencies = [2074 "dyn-clonable-impl",2075 "dyn-clone",2076]20772078[[package]]2079name = "dyn-clonable-impl"2080version = "0.9.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2083dependencies = [2084 "proc-macro2",2085 "quote",2086 "syn",2087]20882089[[package]]2090name = "dyn-clone"2091version = "1.0.9"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20942095[[package]]2096name = "ecdsa"2097version = "0.13.4"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2100dependencies = [2101 "der",2102 "elliptic-curve",2103 "rfc6979",2104 "signature",2105]21062107[[package]]2108name = "ed25519"2109version = "1.5.2"2110source = "registry+https://github.com/rust-lang/crates.io-index"2111checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2112dependencies = [2113 "signature",2114]21152116[[package]]2117name = "ed25519-dalek"2118version = "1.0.1"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2121dependencies = [2122 "curve25519-dalek 3.2.0",2123 "ed25519",2124 "rand 0.7.3",2125 "serde",2126 "sha2 0.9.9",2127 "zeroize",2128]21292130[[package]]2131name = "ed25519-zebra"2132version = "3.1.0"2133source = "registry+https://github.com/rust-lang/crates.io-index"2134checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2135dependencies = [2136 "curve25519-dalek 3.2.0",2137 "hashbrown",2138 "hex",2139 "rand_core 0.6.4",2140 "sha2 0.9.9",2141 "zeroize",2142]21432144[[package]]2145name = "either"2146version = "1.8.0"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21492150[[package]]2151name = "elliptic-curve"2152version = "0.11.12"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2155dependencies = [2156 "base16ct",2157 "crypto-bigint",2158 "der",2159 "ff",2160 "generic-array 0.14.6",2161 "group",2162 "rand_core 0.6.4",2163 "sec1",2164 "subtle",2165 "zeroize",2166]21672168[[package]]2169name = "encode_unicode"2170version = "0.3.6"2171source = "registry+https://github.com/rust-lang/crates.io-index"2172checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21732174[[package]]2175name = "enum-as-inner"2176version = "0.4.0"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2179dependencies = [2180 "heck",2181 "proc-macro2",2182 "quote",2183 "syn",2184]21852186[[package]]2187name = "enumflags2"2188version = "0.7.5"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2191dependencies = [2192 "enumflags2_derive",2193]21942195[[package]]2196name = "enumflags2_derive"2197version = "0.7.4"2198source = "registry+https://github.com/rust-lang/crates.io-index"2199checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2200dependencies = [2201 "proc-macro2",2202 "quote",2203 "syn",2204]22052206[[package]]2207name = "enumn"2208version = "0.1.5"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "env_logger"2219version = "0.9.1"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2222dependencies = [2223 "atty",2224 "humantime",2225 "log",2226 "regex",2227 "termcolor",2228]22292230[[package]]2231name = "environmental"2232version = "1.1.3"2233source = "registry+https://github.com/rust-lang/crates.io-index"2234checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22352236[[package]]2237name = "errno"2238version = "0.2.8"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2241dependencies = [2242 "errno-dragonfly",2243 "libc",2244 "winapi",2245]22462247[[package]]2248name = "errno-dragonfly"2249version = "0.1.2"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2252dependencies = [2253 "cc",2254 "libc",2255]22562257[[package]]2258name = "ethbloom"2259version = "0.12.1"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2262dependencies = [2263 "crunchy",2264 "fixed-hash",2265 "impl-codec",2266 "impl-rlp",2267 "impl-serde",2268 "scale-info",2269 "tiny-keccak",2270]22712272[[package]]2273name = "ethereum"2274version = "0.12.0"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2277dependencies = [2278 "bytes",2279 "ethereum-types",2280 "hash-db",2281 "hash256-std-hasher",2282 "parity-scale-codec 3.2.1",2283 "rlp",2284 "rlp-derive",2285 "scale-info",2286 "serde",2287 "sha3",2288 "triehash",2289]22902291[[package]]2292name = "ethereum-types"2293version = "0.13.1"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2296dependencies = [2297 "ethbloom",2298 "fixed-hash",2299 "impl-codec",2300 "impl-rlp",2301 "impl-serde",2302 "primitive-types",2303 "scale-info",2304 "uint",2305]23062307[[package]]2308name = "event-listener"2309version = "2.5.3"2310source = "registry+https://github.com/rust-lang/crates.io-index"2311checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23122313[[package]]2314name = "evm"2315version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2318 "auto_impl",2319 "environmental",2320 "ethereum",2321 "evm-core",2322 "evm-gasometer",2323 "evm-runtime",2324 "log",2325 "parity-scale-codec 3.2.1",2326 "primitive-types",2327 "rlp",2328 "scale-info",2329 "serde",2330 "sha3",2331]23322333[[package]]2334name = "evm-coder"2335version = "0.1.4"2336dependencies = [2337 "concat-idents",2338 "ethereum",2339 "evm-coder-procedural",2340 "evm-core",2341 "frame-support",2342 "hex",2343 "hex-literal",2344 "impl-trait-for-tuples",2345 "pallet-evm",2346 "primitive-types",2347 "sha3-const",2348 "similar-asserts",2349 "sp-std",2350 "trybuild",2351]23522353[[package]]2354name = "evm-coder-procedural"2355version = "0.2.1"2356dependencies = [2357 "Inflector",2358 "hex",2359 "proc-macro2",2360 "quote",2361 "sha3",2362 "syn",2363]23642365[[package]]2366name = "evm-core"2367version = "0.35.0"2368source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2369dependencies = [2370 "parity-scale-codec 3.2.1",2371 "primitive-types",2372 "scale-info",2373 "serde",2374]23752376[[package]]2377name = "evm-gasometer"2378version = "0.35.0"2379source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2380dependencies = [2381 "environmental",2382 "evm-core",2383 "evm-runtime",2384 "primitive-types",2385]23862387[[package]]2388name = "evm-runtime"2389version = "0.35.0"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2391dependencies = [2392 "auto_impl",2393 "environmental",2394 "evm-core",2395 "primitive-types",2396 "sha3",2397]23982399[[package]]2400name = "exit-future"2401version = "0.2.0"2402source = "registry+https://github.com/rust-lang/crates.io-index"2403checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2404dependencies = [2405 "futures 0.3.25",2406]24072408[[package]]2409name = "expander"2410version = "0.0.4"2411source = "registry+https://github.com/rust-lang/crates.io-index"2412checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2413dependencies = [2414 "blake3",2415 "fs-err",2416 "proc-macro2",2417 "quote",2418]24192420[[package]]2421name = "expander"2422version = "0.0.6"2423source = "registry+https://github.com/rust-lang/crates.io-index"2424checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2425dependencies = [2426 "blake2",2427 "fs-err",2428 "proc-macro2",2429 "quote",2430 "syn",2431]24322433[[package]]2434name = "fake-simd"2435version = "0.1.2"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24382439[[package]]2440name = "fallible-iterator"2441version = "0.2.0"2442source = "registry+https://github.com/rust-lang/crates.io-index"2443checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24442445[[package]]2446name = "fastrand"2447version = "1.8.0"2448source = "registry+https://github.com/rust-lang/crates.io-index"2449checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2450dependencies = [2451 "instant",2452]24532454[[package]]2455name = "fatality"2456version = "0.0.6"2457source = "registry+https://github.com/rust-lang/crates.io-index"2458checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2459dependencies = [2460 "fatality-proc-macro",2461 "thiserror",2462]24632464[[package]]2465name = "fatality-proc-macro"2466version = "0.0.6"2467source = "registry+https://github.com/rust-lang/crates.io-index"2468checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2469dependencies = [2470 "expander 0.0.4",2471 "indexmap",2472 "proc-macro-crate",2473 "proc-macro2",2474 "quote",2475 "syn",2476 "thiserror",2477]24782479[[package]]2480name = "fc-consensus"2481version = "2.0.0-dev"2482source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2483dependencies = [2484 "async-trait",2485 "fc-db",2486 "fp-consensus",2487 "fp-rpc",2488 "sc-client-api",2489 "sc-consensus",2490 "sp-api",2491 "sp-block-builder",2492 "sp-blockchain",2493 "sp-consensus",2494 "sp-runtime",2495 "thiserror",2496]24972498[[package]]2499name = "fc-db"2500version = "2.0.0-dev"2501source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2502dependencies = [2503 "fp-storage",2504 "kvdb-rocksdb",2505 "parity-db",2506 "parity-scale-codec 3.2.1",2507 "parking_lot 0.12.1",2508 "sc-client-db",2509 "sp-core",2510 "sp-database",2511 "sp-runtime",2512]25132514[[package]]2515name = "fc-mapping-sync"2516version = "2.0.0-dev"2517source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2518dependencies = [2519 "fc-db",2520 "fp-consensus",2521 "fp-rpc",2522 "futures 0.3.25",2523 "futures-timer",2524 "log",2525 "sc-client-api",2526 "sp-api",2527 "sp-blockchain",2528 "sp-runtime",2529]25302531[[package]]2532name = "fc-rpc"2533version = "2.0.0-dev"2534source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2535dependencies = [2536 "ethereum",2537 "ethereum-types",2538 "evm",2539 "fc-db",2540 "fc-rpc-core",2541 "fp-rpc",2542 "fp-storage",2543 "futures 0.3.25",2544 "hex",2545 "jsonrpsee",2546 "libsecp256k1",2547 "log",2548 "lru 0.7.8",2549 "parity-scale-codec 3.2.1",2550 "prometheus",2551 "rand 0.8.5",2552 "rlp",2553 "rustc-hex",2554 "sc-client-api",2555 "sc-network",2556 "sc-network-common",2557 "sc-rpc",2558 "sc-service",2559 "sc-transaction-pool",2560 "sc-transaction-pool-api",2561 "sp-api",2562 "sp-block-builder",2563 "sp-blockchain",2564 "sp-consensus",2565 "sp-core",2566 "sp-io",2567 "sp-runtime",2568 "sp-storage",2569 "substrate-prometheus-endpoint",2570 "tokio",2571]25722573[[package]]2574name = "fc-rpc-core"2575version = "1.1.0-dev"2576source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2577dependencies = [2578 "ethereum",2579 "ethereum-types",2580 "jsonrpsee",2581 "rlp",2582 "rustc-hex",2583 "serde",2584 "serde_json",2585]25862587[[package]]2588name = "fdlimit"2589version = "0.2.1"2590source = "registry+https://github.com/rust-lang/crates.io-index"2591checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2592dependencies = [2593 "libc",2594]25952596[[package]]2597name = "ff"2598version = "0.11.1"2599source = "registry+https://github.com/rust-lang/crates.io-index"2600checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2601dependencies = [2602 "rand_core 0.6.4",2603 "subtle",2604]26052606[[package]]2607name = "file-per-thread-logger"2608version = "0.1.5"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2611dependencies = [2612 "env_logger",2613 "log",2614]26152616[[package]]2617name = "filetime"2618version = "0.2.18"2619source = "registry+https://github.com/rust-lang/crates.io-index"2620checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2621dependencies = [2622 "cfg-if 1.0.0",2623 "libc",2624 "redox_syscall",2625 "windows-sys 0.42.0",2626]26272628[[package]]2629name = "finality-grandpa"2630version = "0.16.0"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2633dependencies = [2634 "either",2635 "futures 0.3.25",2636 "futures-timer",2637 "log",2638 "num-traits",2639 "parity-scale-codec 3.2.1",2640 "parking_lot 0.12.1",2641 "scale-info",2642]26432644[[package]]2645name = "fixed-hash"2646version = "0.7.0"2647source = "registry+https://github.com/rust-lang/crates.io-index"2648checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2649dependencies = [2650 "byteorder",2651 "rand 0.8.5",2652 "rustc-hex",2653 "static_assertions",2654]26552656[[package]]2657name = "fixedbitset"2658version = "0.4.2"2659source = "registry+https://github.com/rust-lang/crates.io-index"2660checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26612662[[package]]2663name = "flate2"2664version = "1.0.24"2665source = "registry+https://github.com/rust-lang/crates.io-index"2666checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2667dependencies = [2668 "crc32fast",2669 "libz-sys",2670 "miniz_oxide",2671]26722673[[package]]2674name = "flexi_logger"2675version = "0.22.6"2676source = "registry+https://github.com/rust-lang/crates.io-index"2677checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2678dependencies = [2679 "ansi_term",2680 "atty",2681 "glob",2682 "lazy_static",2683 "log",2684 "regex",2685 "rustversion",2686 "thiserror",2687 "time 0.3.9",2688]26892690[[package]]2691name = "fnv"2692version = "1.0.7"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26952696[[package]]2697name = "fork-tree"2698version = "3.0.0"2699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2700dependencies = [2701 "parity-scale-codec 3.2.1",2702]27032704[[package]]2705name = "form_urlencoded"2706version = "1.1.0"2707source = "registry+https://github.com/rust-lang/crates.io-index"2708checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2709dependencies = [2710 "percent-encoding",2711]27122713[[package]]2714name = "fp-consensus"2715version = "2.0.0-dev"2716source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2717dependencies = [2718 "ethereum",2719 "parity-scale-codec 3.2.1",2720 "sp-core",2721 "sp-runtime",2722 "sp-std",2723]27242725[[package]]2726name = "fp-evm"2727version = "3.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2729dependencies = [2730 "evm",2731 "frame-support",2732 "impl-trait-for-tuples",2733 "parity-scale-codec 3.2.1",2734 "serde",2735 "sp-core",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm-mapping"2741version = "0.1.0"2742source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2743dependencies = [2744 "frame-support",2745 "sp-core",2746]27472748[[package]]2749name = "fp-rpc"2750version = "3.0.0-dev"2751source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2752dependencies = [2753 "ethereum",2754 "ethereum-types",2755 "fp-evm",2756 "parity-scale-codec 3.2.1",2757 "scale-info",2758 "sp-api",2759 "sp-core",2760 "sp-io",2761 "sp-runtime",2762 "sp-std",2763]27642765[[package]]2766name = "fp-self-contained"2767version = "1.0.0-dev"2768source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2769dependencies = [2770 "ethereum",2771 "frame-support",2772 "parity-scale-codec 3.2.1",2773 "parity-util-mem",2774 "scale-info",2775 "serde",2776 "sp-debug-derive",2777 "sp-io",2778 "sp-runtime",2779]27802781[[package]]2782name = "fp-storage"2783version = "2.0.0"2784source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2785dependencies = [2786 "parity-scale-codec 3.2.1",2787]27882789[[package]]2790name = "frame-benchmarking"2791version = "4.0.0-dev"2792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2793dependencies = [2794 "frame-support",2795 "frame-system",2796 "linregress",2797 "log",2798 "parity-scale-codec 3.2.1",2799 "paste",2800 "scale-info",2801 "serde",2802 "sp-api",2803 "sp-application-crypto",2804 "sp-core",2805 "sp-io",2806 "sp-runtime",2807 "sp-runtime-interface",2808 "sp-std",2809 "sp-storage",2810]28112812[[package]]2813name = "frame-benchmarking-cli"2814version = "4.0.0-dev"2815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2816dependencies = [2817 "Inflector",2818 "array-bytes",2819 "chrono",2820 "clap",2821 "comfy-table",2822 "frame-benchmarking",2823 "frame-support",2824 "frame-system",2825 "gethostname",2826 "handlebars",2827 "hash-db",2828 "itertools",2829 "kvdb",2830 "lazy_static",2831 "linked-hash-map",2832 "log",2833 "memory-db",2834 "parity-scale-codec 3.2.1",2835 "rand 0.8.5",2836 "rand_pcg 0.3.1",2837 "sc-block-builder",2838 "sc-cli",2839 "sc-client-api",2840 "sc-client-db",2841 "sc-executor",2842 "sc-service",2843 "sc-sysinfo",2844 "serde",2845 "serde_json",2846 "serde_nanos",2847 "sp-api",2848 "sp-blockchain",2849 "sp-core",2850 "sp-database",2851 "sp-externalities",2852 "sp-inherents",2853 "sp-keystore",2854 "sp-runtime",2855 "sp-state-machine",2856 "sp-storage",2857 "sp-trie",2858 "tempfile",2859 "thiserror",2860 "thousands",2861]28622863[[package]]2864name = "frame-election-provider-solution-type"2865version = "4.0.0-dev"2866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2867dependencies = [2868 "proc-macro-crate",2869 "proc-macro2",2870 "quote",2871 "syn",2872]28732874[[package]]2875name = "frame-election-provider-support"2876version = "4.0.0-dev"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2878dependencies = [2879 "frame-election-provider-solution-type",2880 "frame-support",2881 "frame-system",2882 "parity-scale-codec 3.2.1",2883 "scale-info",2884 "sp-arithmetic",2885 "sp-npos-elections",2886 "sp-runtime",2887 "sp-std",2888]28892890[[package]]2891name = "frame-executive"2892version = "4.0.0-dev"2893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2894dependencies = [2895 "frame-support",2896 "frame-system",2897 "frame-try-runtime",2898 "parity-scale-codec 3.2.1",2899 "scale-info",2900 "sp-core",2901 "sp-io",2902 "sp-runtime",2903 "sp-std",2904 "sp-tracing",2905]29062907[[package]]2908name = "frame-metadata"2909version = "15.0.0"2910source = "registry+https://github.com/rust-lang/crates.io-index"2911checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2912dependencies = [2913 "cfg-if 1.0.0",2914 "parity-scale-codec 3.2.1",2915 "scale-info",2916 "serde",2917]29182919[[package]]2920name = "frame-support"2921version = "4.0.0-dev"2922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2923dependencies = [2924 "bitflags",2925 "frame-metadata",2926 "frame-support-procedural",2927 "impl-trait-for-tuples",2928 "k256",2929 "log",2930 "once_cell",2931 "parity-scale-codec 3.2.1",2932 "paste",2933 "scale-info",2934 "serde",2935 "smallvec",2936 "sp-api",2937 "sp-arithmetic",2938 "sp-core",2939 "sp-core-hashing-proc-macro",2940 "sp-inherents",2941 "sp-io",2942 "sp-runtime",2943 "sp-staking",2944 "sp-state-machine",2945 "sp-std",2946 "sp-tracing",2947 "sp-weights",2948 "tt-call",2949]29502951[[package]]2952name = "frame-support-procedural"2953version = "4.0.0-dev"2954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2955dependencies = [2956 "Inflector",2957 "cfg-expr",2958 "frame-support-procedural-tools",2959 "itertools",2960 "proc-macro2",2961 "quote",2962 "syn",2963]29642965[[package]]2966name = "frame-support-procedural-tools"2967version = "4.0.0-dev"2968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2969dependencies = [2970 "frame-support-procedural-tools-derive",2971 "proc-macro-crate",2972 "proc-macro2",2973 "quote",2974 "syn",2975]29762977[[package]]2978name = "frame-support-procedural-tools-derive"2979version = "3.0.0"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2981dependencies = [2982 "proc-macro2",2983 "quote",2984 "syn",2985]29862987[[package]]2988name = "frame-system"2989version = "4.0.0-dev"2990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2991dependencies = [2992 "frame-support",2993 "log",2994 "parity-scale-codec 3.2.1",2995 "scale-info",2996 "serde",2997 "sp-core",2998 "sp-io",2999 "sp-runtime",3000 "sp-std",3001 "sp-version",3002 "sp-weights",3003]30043005[[package]]3006name = "frame-system-benchmarking"3007version = "4.0.0-dev"3008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3009dependencies = [3010 "frame-benchmarking",3011 "frame-support",3012 "frame-system",3013 "parity-scale-codec 3.2.1",3014 "scale-info",3015 "sp-core",3016 "sp-runtime",3017 "sp-std",3018]30193020[[package]]3021name = "frame-system-rpc-runtime-api"3022version = "4.0.0-dev"3023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3024dependencies = [3025 "parity-scale-codec 3.2.1",3026 "sp-api",3027]30283029[[package]]3030name = "frame-try-runtime"3031version = "0.10.0-dev"3032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3033dependencies = [3034 "frame-support",3035 "parity-scale-codec 3.2.1",3036 "sp-api",3037 "sp-runtime",3038 "sp-std",3039]30403041[[package]]3042name = "fs-err"3043version = "2.8.1"3044source = "registry+https://github.com/rust-lang/crates.io-index"3045checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30463047[[package]]3048name = "fs-swap"3049version = "0.2.6"3050source = "registry+https://github.com/rust-lang/crates.io-index"3051checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3052dependencies = [3053 "lazy_static",3054 "libc",3055 "libloading 0.5.2",3056 "winapi",3057]30583059[[package]]3060name = "fs2"3061version = "0.4.3"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3064dependencies = [3065 "libc",3066 "winapi",3067]30683069[[package]]3070name = "fs_extra"3071version = "1.2.0"3072source = "registry+https://github.com/rust-lang/crates.io-index"3073checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30743075[[package]]3076name = "funty"3077version = "1.1.0"3078source = "registry+https://github.com/rust-lang/crates.io-index"3079checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30803081[[package]]3082name = "funty"3083version = "2.0.0"3084source = "registry+https://github.com/rust-lang/crates.io-index"3085checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30863087[[package]]3088name = "futures"3089version = "0.1.31"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30923093[[package]]3094name = "futures"3095version = "0.3.25"3096source = "registry+https://github.com/rust-lang/crates.io-index"3097checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3098dependencies = [3099 "futures-channel",3100 "futures-core",3101 "futures-executor",3102 "futures-io",3103 "futures-sink",3104 "futures-task",3105 "futures-util",3106]31073108[[package]]3109name = "futures-channel"3110version = "0.3.25"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3113dependencies = [3114 "futures-core",3115 "futures-sink",3116]31173118[[package]]3119name = "futures-core"3120version = "0.3.25"3121source = "registry+https://github.com/rust-lang/crates.io-index"3122checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31233124[[package]]3125name = "futures-executor"3126version = "0.3.25"3127source = "registry+https://github.com/rust-lang/crates.io-index"3128checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3129dependencies = [3130 "futures-core",3131 "futures-task",3132 "futures-util",3133 "num_cpus",3134]31353136[[package]]3137name = "futures-io"3138version = "0.3.25"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31413142[[package]]3143name = "futures-lite"3144version = "1.12.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3147dependencies = [3148 "fastrand",3149 "futures-core",3150 "futures-io",3151 "memchr",3152 "parking",3153 "pin-project-lite 0.2.9",3154 "waker-fn",3155]31563157[[package]]3158name = "futures-macro"3159version = "0.3.25"3160source = "registry+https://github.com/rust-lang/crates.io-index"3161checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3162dependencies = [3163 "proc-macro2",3164 "quote",3165 "syn",3166]31673168[[package]]3169name = "futures-rustls"3170version = "0.22.2"3171source = "registry+https://github.com/rust-lang/crates.io-index"3172checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3173dependencies = [3174 "futures-io",3175 "rustls",3176 "webpki",3177]31783179[[package]]3180name = "futures-sink"3181version = "0.3.25"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31843185[[package]]3186name = "futures-task"3187version = "0.3.25"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31903191[[package]]3192name = "futures-timer"3193version = "3.0.2"3194source = "registry+https://github.com/rust-lang/crates.io-index"3195checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31963197[[package]]3198name = "futures-util"3199version = "0.3.25"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3202dependencies = [3203 "futures 0.1.31",3204 "futures-channel",3205 "futures-core",3206 "futures-io",3207 "futures-macro",3208 "futures-sink",3209 "futures-task",3210 "memchr",3211 "pin-project-lite 0.2.9",3212 "pin-utils",3213 "slab",3214]32153216[[package]]3217name = "fxhash"3218version = "0.2.1"3219source = "registry+https://github.com/rust-lang/crates.io-index"3220checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3221dependencies = [3222 "byteorder",3223]32243225[[package]]3226name = "generic-array"3227version = "0.12.4"3228source = "registry+https://github.com/rust-lang/crates.io-index"3229checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3230dependencies = [3231 "typenum",3232]32333234[[package]]3235name = "generic-array"3236version = "0.14.6"3237source = "registry+https://github.com/rust-lang/crates.io-index"3238checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3239dependencies = [3240 "typenum",3241 "version_check",3242]32433244[[package]]3245name = "gethostname"3246version = "0.2.3"3247source = "registry+https://github.com/rust-lang/crates.io-index"3248checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3249dependencies = [3250 "libc",3251 "winapi",3252]32533254[[package]]3255name = "getrandom"3256version = "0.1.16"3257source = "registry+https://github.com/rust-lang/crates.io-index"3258checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3259dependencies = [3260 "cfg-if 1.0.0",3261 "js-sys",3262 "libc",3263 "wasi 0.9.0+wasi-snapshot-preview1",3264 "wasm-bindgen",3265]32663267[[package]]3268name = "getrandom"3269version = "0.2.8"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3272dependencies = [3273 "cfg-if 1.0.0",3274 "libc",3275 "wasi 0.11.0+wasi-snapshot-preview1",3276]32773278[[package]]3279name = "ghash"3280version = "0.4.4"3281source = "registry+https://github.com/rust-lang/crates.io-index"3282checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3283dependencies = [3284 "opaque-debug 0.3.0",3285 "polyval",3286]32873288[[package]]3289name = "gimli"3290version = "0.26.2"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3293dependencies = [3294 "fallible-iterator",3295 "indexmap",3296 "stable_deref_trait",3297]32983299[[package]]3300name = "glob"3301version = "0.3.0"3302source = "registry+https://github.com/rust-lang/crates.io-index"3303checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33043305[[package]]3306name = "globset"3307version = "0.4.9"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3310dependencies = [3311 "aho-corasick",3312 "bstr",3313 "fnv",3314 "log",3315 "regex",3316]33173318[[package]]3319name = "gloo-timers"3320version = "0.2.4"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3323dependencies = [3324 "futures-channel",3325 "futures-core",3326 "js-sys",3327 "wasm-bindgen",3328]33293330[[package]]3331name = "group"3332version = "0.11.0"3333source = "registry+https://github.com/rust-lang/crates.io-index"3334checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3335dependencies = [3336 "ff",3337 "rand_core 0.6.4",3338 "subtle",3339]33403341[[package]]3342name = "h2"3343version = "0.3.15"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3346dependencies = [3347 "bytes",3348 "fnv",3349 "futures-core",3350 "futures-sink",3351 "futures-util",3352 "http",3353 "indexmap",3354 "slab",3355 "tokio",3356 "tokio-util",3357 "tracing",3358]33593360[[package]]3361name = "handlebars"3362version = "4.3.5"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3365dependencies = [3366 "log",3367 "pest",3368 "pest_derive",3369 "serde",3370 "serde_json",3371 "thiserror",3372]33733374[[package]]3375name = "hash-db"3376version = "0.15.2"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33793380[[package]]3381name = "hash256-std-hasher"3382version = "0.15.2"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3385dependencies = [3386 "crunchy",3387]33883389[[package]]3390name = "hashbrown"3391version = "0.12.3"3392source = "registry+https://github.com/rust-lang/crates.io-index"3393checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3394dependencies = [3395 "ahash",3396]33973398[[package]]3399name = "heck"3400version = "0.4.0"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34033404[[package]]3405name = "hermit-abi"3406version = "0.1.19"3407source = "registry+https://github.com/rust-lang/crates.io-index"3408checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3409dependencies = [3410 "libc",3411]34123413[[package]]3414name = "hex"3415version = "0.4.3"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34183419[[package]]3420name = "hex-literal"3421version = "0.3.4"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34243425[[package]]3426name = "hex_fmt"3427version = "0.3.0"3428source = "registry+https://github.com/rust-lang/crates.io-index"3429checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34303431[[package]]3432name = "hmac"3433version = "0.8.1"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3436dependencies = [3437 "crypto-mac 0.8.0",3438 "digest 0.9.0",3439]34403441[[package]]3442name = "hmac"3443version = "0.11.0"3444source = "registry+https://github.com/rust-lang/crates.io-index"3445checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3446dependencies = [3447 "crypto-mac 0.11.1",3448 "digest 0.9.0",3449]34503451[[package]]3452name = "hmac-drbg"3453version = "0.3.0"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3456dependencies = [3457 "digest 0.9.0",3458 "generic-array 0.14.6",3459 "hmac 0.8.1",3460]34613462[[package]]3463name = "hostname"3464version = "0.3.1"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3467dependencies = [3468 "libc",3469 "match_cfg",3470 "winapi",3471]34723473[[package]]3474name = "http"3475version = "0.2.8"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3478dependencies = [3479 "bytes",3480 "fnv",3481 "itoa",3482]34833484[[package]]3485name = "http-body"3486version = "0.4.5"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3489dependencies = [3490 "bytes",3491 "http",3492 "pin-project-lite 0.2.9",3493]34943495[[package]]3496name = "httparse"3497version = "1.8.0"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35003501[[package]]3502name = "httpdate"3503version = "1.0.2"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35063507[[package]]3508name = "humantime"3509version = "2.1.0"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35123513[[package]]3514name = "hyper"3515version = "0.14.20"3516source = "registry+https://github.com/rust-lang/crates.io-index"3517checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3518dependencies = [3519 "bytes",3520 "futures-channel",3521 "futures-core",3522 "futures-util",3523 "h2",3524 "http",3525 "http-body",3526 "httparse",3527 "httpdate",3528 "itoa",3529 "pin-project-lite 0.2.9",3530 "socket2",3531 "tokio",3532 "tower-service",3533 "tracing",3534 "want",3535]35363537[[package]]3538name = "hyper-rustls"3539version = "0.23.0"3540source = "registry+https://github.com/rust-lang/crates.io-index"3541checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3542dependencies = [3543 "http",3544 "hyper",3545 "log",3546 "rustls",3547 "rustls-native-certs",3548 "tokio",3549 "tokio-rustls",3550]35513552[[package]]3553name = "iana-time-zone"3554version = "0.1.51"3555source = "registry+https://github.com/rust-lang/crates.io-index"3556checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3557dependencies = [3558 "android_system_properties",3559 "core-foundation-sys",3560 "iana-time-zone-haiku",3561 "js-sys",3562 "wasm-bindgen",3563 "winapi",3564]35653566[[package]]3567name = "iana-time-zone-haiku"3568version = "0.1.1"3569source = "registry+https://github.com/rust-lang/crates.io-index"3570checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3571dependencies = [3572 "cxx",3573 "cxx-build",3574]35753576[[package]]3577name = "idna"3578version = "0.2.3"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3581dependencies = [3582 "matches",3583 "unicode-bidi",3584 "unicode-normalization",3585]35863587[[package]]3588name = "idna"3589version = "0.3.0"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3592dependencies = [3593 "unicode-bidi",3594 "unicode-normalization",3595]35963597[[package]]3598name = "if-addrs"3599version = "0.7.0"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3602dependencies = [3603 "libc",3604 "winapi",3605]36063607[[package]]3608name = "if-watch"3609version = "1.1.1"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3612dependencies = [3613 "async-io",3614 "core-foundation",3615 "fnv",3616 "futures 0.3.25",3617 "if-addrs",3618 "ipnet",3619 "log",3620 "rtnetlink",3621 "system-configuration",3622 "windows",3623]36243625[[package]]3626name = "impl-codec"3627version = "0.6.0"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3630dependencies = [3631 "parity-scale-codec 3.2.1",3632]36333634[[package]]3635name = "impl-rlp"3636version = "0.3.0"3637source = "registry+https://github.com/rust-lang/crates.io-index"3638checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3639dependencies = [3640 "rlp",3641]36423643[[package]]3644name = "impl-serde"3645version = "0.3.2"3646source = "registry+https://github.com/rust-lang/crates.io-index"3647checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3648dependencies = [3649 "serde",3650]36513652[[package]]3653name = "impl-trait-for-tuples"3654version = "0.2.2"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3657dependencies = [3658 "proc-macro2",3659 "quote",3660 "syn",3661]36623663[[package]]3664name = "indexmap"3665version = "1.9.1"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3668dependencies = [3669 "autocfg",3670 "hashbrown",3671 "serde",3672]36733674[[package]]3675name = "inout"3676version = "0.1.3"3677source = "registry+https://github.com/rust-lang/crates.io-index"3678checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3679dependencies = [3680 "generic-array 0.14.6",3681]36823683[[package]]3684name = "instant"3685version = "0.1.12"3686source = "registry+https://github.com/rust-lang/crates.io-index"3687checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3688dependencies = [3689 "cfg-if 1.0.0",3690]36913692[[package]]3693name = "integer-encoding"3694version = "3.0.4"3695source = "registry+https://github.com/rust-lang/crates.io-index"3696checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36973698[[package]]3699name = "integer-sqrt"3700version = "0.1.5"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3703dependencies = [3704 "num-traits",3705]37063707[[package]]3708name = "io-lifetimes"3709version = "0.7.4"3710source = "registry+https://github.com/rust-lang/crates.io-index"3711checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"37123713[[package]]3714name = "ip_network"3715version = "0.4.1"3716source = "registry+https://github.com/rust-lang/crates.io-index"3717checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37183719[[package]]3720name = "ipconfig"3721version = "0.3.0"3722source = "registry+https://github.com/rust-lang/crates.io-index"3723checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3724dependencies = [3725 "socket2",3726 "widestring",3727 "winapi",3728 "winreg",3729]37303731[[package]]3732name = "ipnet"3733version = "2.5.0"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37363737[[package]]3738name = "itertools"3739version = "0.10.5"3740source = "registry+https://github.com/rust-lang/crates.io-index"3741checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3742dependencies = [3743 "either",3744]37453746[[package]]3747name = "itoa"3748version = "1.0.4"3749source = "registry+https://github.com/rust-lang/crates.io-index"3750checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37513752[[package]]3753name = "jobserver"3754version = "0.1.25"3755source = "registry+https://github.com/rust-lang/crates.io-index"3756checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3757dependencies = [3758 "libc",3759]37603761[[package]]3762name = "js-sys"3763version = "0.3.60"3764source = "registry+https://github.com/rust-lang/crates.io-index"3765checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3766dependencies = [3767 "wasm-bindgen",3768]37693770[[package]]3771name = "jsonrpsee"3772version = "0.15.1"3773source = "registry+https://github.com/rust-lang/crates.io-index"3774checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3775dependencies = [3776 "jsonrpsee-core",3777 "jsonrpsee-http-server",3778 "jsonrpsee-proc-macros",3779 "jsonrpsee-types",3780 "jsonrpsee-ws-client",3781 "jsonrpsee-ws-server",3782 "tracing",3783]37843785[[package]]3786name = "jsonrpsee-client-transport"3787version = "0.15.1"3788source = "registry+https://github.com/rust-lang/crates.io-index"3789checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3790dependencies = [3791 "futures-util",3792 "http",3793 "jsonrpsee-core",3794 "jsonrpsee-types",3795 "pin-project",3796 "rustls-native-certs",3797 "soketto",3798 "thiserror",3799 "tokio",3800 "tokio-rustls",3801 "tokio-util",3802 "tracing",3803 "webpki-roots",3804]38053806[[package]]3807name = "jsonrpsee-core"3808version = "0.15.1"3809source = "registry+https://github.com/rust-lang/crates.io-index"3810checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3811dependencies = [3812 "anyhow",3813 "arrayvec 0.7.2",3814 "async-lock",3815 "async-trait",3816 "beef",3817 "futures-channel",3818 "futures-timer",3819 "futures-util",3820 "globset",3821 "http",3822 "hyper",3823 "jsonrpsee-types",3824 "lazy_static",3825 "parking_lot 0.12.1",3826 "rand 0.8.5",3827 "rustc-hash",3828 "serde",3829 "serde_json",3830 "soketto",3831 "thiserror",3832 "tokio",3833 "tracing",3834 "tracing-futures",3835 "unicase",3836]38373838[[package]]3839name = "jsonrpsee-http-server"3840version = "0.15.1"3841source = "registry+https://github.com/rust-lang/crates.io-index"3842checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3843dependencies = [3844 "futures-channel",3845 "futures-util",3846 "hyper",3847 "jsonrpsee-core",3848 "jsonrpsee-types",3849 "serde",3850 "serde_json",3851 "tokio",3852 "tracing",3853 "tracing-futures",3854]38553856[[package]]3857name = "jsonrpsee-proc-macros"3858version = "0.15.1"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3861dependencies = [3862 "proc-macro-crate",3863 "proc-macro2",3864 "quote",3865 "syn",3866]38673868[[package]]3869name = "jsonrpsee-types"3870version = "0.15.1"3871source = "registry+https://github.com/rust-lang/crates.io-index"3872checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3873dependencies = [3874 "anyhow",3875 "beef",3876 "serde",3877 "serde_json",3878 "thiserror",3879 "tracing",3880]38813882[[package]]3883name = "jsonrpsee-ws-client"3884version = "0.15.1"3885source = "registry+https://github.com/rust-lang/crates.io-index"3886checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3887dependencies = [3888 "http",3889 "jsonrpsee-client-transport",3890 "jsonrpsee-core",3891 "jsonrpsee-types",3892]38933894[[package]]3895name = "jsonrpsee-ws-server"3896version = "0.15.1"3897source = "registry+https://github.com/rust-lang/crates.io-index"3898checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3899dependencies = [3900 "futures-channel",3901 "futures-util",3902 "http",3903 "jsonrpsee-core",3904 "jsonrpsee-types",3905 "serde_json",3906 "soketto",3907 "tokio",3908 "tokio-stream",3909 "tokio-util",3910 "tracing",3911 "tracing-futures",3912]39133914[[package]]3915name = "k256"3916version = "0.10.4"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3919dependencies = [3920 "cfg-if 1.0.0",3921 "ecdsa",3922 "elliptic-curve",3923 "sec1",3924]39253926[[package]]3927name = "keccak"3928version = "0.1.2"3929source = "registry+https://github.com/rust-lang/crates.io-index"3930checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39313932[[package]]3933name = "kusama-runtime"3934version = "0.9.30"3935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3936dependencies = [3937 "beefy-primitives",3938 "bitvec 1.0.1",3939 "frame-benchmarking",3940 "frame-election-provider-support",3941 "frame-executive",3942 "frame-support",3943 "frame-system",3944 "frame-system-benchmarking",3945 "frame-system-rpc-runtime-api",3946 "frame-try-runtime",3947 "hex-literal",3948 "kusama-runtime-constants",3949 "log",3950 "pallet-authority-discovery",3951 "pallet-authorship",3952 "pallet-babe",3953 "pallet-bags-list",3954 "pallet-balances",3955 "pallet-bounties",3956 "pallet-child-bounties",3957 "pallet-collective",3958 "pallet-democracy",3959 "pallet-election-provider-multi-phase",3960 "pallet-election-provider-support-benchmarking",3961 "pallet-elections-phragmen",3962 "pallet-fast-unstake",3963 "pallet-gilt",3964 "pallet-grandpa",3965 "pallet-identity",3966 "pallet-im-online",3967 "pallet-indices",3968 "pallet-membership",3969 "pallet-multisig",3970 "pallet-nomination-pools",3971 "pallet-nomination-pools-benchmarking",3972 "pallet-nomination-pools-runtime-api",3973 "pallet-offences",3974 "pallet-offences-benchmarking",3975 "pallet-preimage",3976 "pallet-proxy",3977 "pallet-recovery",3978 "pallet-scheduler",3979 "pallet-session",3980 "pallet-session-benchmarking",3981 "pallet-society",3982 "pallet-staking",3983 "pallet-staking-reward-fn",3984 "pallet-timestamp",3985 "pallet-tips",3986 "pallet-transaction-payment",3987 "pallet-transaction-payment-rpc-runtime-api",3988 "pallet-treasury",3989 "pallet-utility",3990 "pallet-vesting",3991 "pallet-xcm",3992 "pallet-xcm-benchmarks",3993 "parity-scale-codec 3.2.1",3994 "polkadot-primitives",3995 "polkadot-runtime-common",3996 "polkadot-runtime-parachains",3997 "rustc-hex",3998 "scale-info",3999 "serde",4000 "serde_derive",4001 "smallvec",4002 "sp-api",4003 "sp-arithmetic",4004 "sp-authority-discovery",4005 "sp-block-builder",4006 "sp-consensus-babe",4007 "sp-core",4008 "sp-inherents",4009 "sp-io",4010 "sp-mmr-primitives",4011 "sp-npos-elections",4012 "sp-offchain",4013 "sp-runtime",4014 "sp-session",4015 "sp-staking",4016 "sp-std",4017 "sp-transaction-pool",4018 "sp-version",4019 "static_assertions",4020 "substrate-wasm-builder",4021 "xcm",4022 "xcm-builder",4023 "xcm-executor",4024]40254026[[package]]4027name = "kusama-runtime-constants"4028version = "0.9.30"4029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4030dependencies = [4031 "frame-support",4032 "polkadot-primitives",4033 "polkadot-runtime-common",4034 "smallvec",4035 "sp-runtime",4036]40374038[[package]]4039name = "kv-log-macro"4040version = "1.0.7"4041source = "registry+https://github.com/rust-lang/crates.io-index"4042checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4043dependencies = [4044 "log",4045]40464047[[package]]4048name = "kvdb"4049version = "0.11.0"4050source = "registry+https://github.com/rust-lang/crates.io-index"4051checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4052dependencies = [4053 "parity-util-mem",4054 "smallvec",4055]40564057[[package]]4058name = "kvdb-memorydb"4059version = "0.11.0"4060source = "registry+https://github.com/rust-lang/crates.io-index"4061checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4062dependencies = [4063 "kvdb",4064 "parity-util-mem",4065 "parking_lot 0.12.1",4066]40674068[[package]]4069name = "kvdb-rocksdb"4070version = "0.15.2"4071source = "registry+https://github.com/rust-lang/crates.io-index"4072checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4073dependencies = [4074 "fs-swap",4075 "kvdb",4076 "log",4077 "num_cpus",4078 "owning_ref",4079 "parity-util-mem",4080 "parking_lot 0.12.1",4081 "regex",4082 "rocksdb",4083 "smallvec",4084]40854086[[package]]4087name = "lazy_static"4088version = "1.4.0"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40914092[[package]]4093name = "lazycell"4094version = "1.3.0"4095source = "registry+https://github.com/rust-lang/crates.io-index"4096checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40974098[[package]]4099name = "libc"4100version = "0.2.137"4101source = "registry+https://github.com/rust-lang/crates.io-index"4102checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"41034104[[package]]4105name = "libloading"4106version = "0.5.2"4107source = "registry+https://github.com/rust-lang/crates.io-index"4108checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4109dependencies = [4110 "cc",4111 "winapi",4112]41134114[[package]]4115name = "libloading"4116version = "0.7.3"4117source = "registry+https://github.com/rust-lang/crates.io-index"4118checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4119dependencies = [4120 "cfg-if 1.0.0",4121 "winapi",4122]41234124[[package]]4125name = "libm"4126version = "0.2.5"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"41294130[[package]]4131name = "libp2p"4132version = "0.46.1"4133source = "registry+https://github.com/rust-lang/crates.io-index"4134checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4135dependencies = [4136 "bytes",4137 "futures 0.3.25",4138 "futures-timer",4139 "getrandom 0.2.8",4140 "instant",4141 "lazy_static",4142 "libp2p-autonat",4143 "libp2p-core",4144 "libp2p-deflate",4145 "libp2p-dns",4146 "libp2p-floodsub",4147 "libp2p-gossipsub",4148 "libp2p-identify",4149 "libp2p-kad",4150 "libp2p-mdns",4151 "libp2p-metrics",4152 "libp2p-mplex",4153 "libp2p-noise",4154 "libp2p-ping",4155 "libp2p-plaintext",4156 "libp2p-pnet",4157 "libp2p-relay",4158 "libp2p-rendezvous",4159 "libp2p-request-response",4160 "libp2p-swarm",4161 "libp2p-swarm-derive",4162 "libp2p-tcp",4163 "libp2p-uds",4164 "libp2p-wasm-ext",4165 "libp2p-websocket",4166 "libp2p-yamux",4167 "multiaddr",4168 "parking_lot 0.12.1",4169 "pin-project",4170 "rand 0.7.3",4171 "smallvec",4172]41734174[[package]]4175name = "libp2p-autonat"4176version = "0.5.0"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4179dependencies = [4180 "async-trait",4181 "futures 0.3.25",4182 "futures-timer",4183 "instant",4184 "libp2p-core",4185 "libp2p-request-response",4186 "libp2p-swarm",4187 "log",4188 "prost 0.10.4",4189 "prost-build 0.10.4",4190 "rand 0.8.5",4191]41924193[[package]]4194name = "libp2p-core"4195version = "0.34.0"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4198dependencies = [4199 "asn1_der",4200 "bs58",4201 "ed25519-dalek",4202 "either",4203 "fnv",4204 "futures 0.3.25",4205 "futures-timer",4206 "instant",4207 "lazy_static",4208 "libsecp256k1",4209 "log",4210 "multiaddr",4211 "multihash",4212 "multistream-select",4213 "parking_lot 0.12.1",4214 "pin-project",4215 "prost 0.10.4",4216 "prost-build 0.10.4",4217 "rand 0.8.5",4218 "ring",4219 "rw-stream-sink",4220 "sha2 0.10.6",4221 "smallvec",4222 "thiserror",4223 "unsigned-varint",4224 "void",4225 "zeroize",4226]42274228[[package]]4229name = "libp2p-deflate"4230version = "0.34.0"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4233dependencies = [4234 "flate2",4235 "futures 0.3.25",4236 "libp2p-core",4237]42384239[[package]]4240name = "libp2p-dns"4241version = "0.34.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4244dependencies = [4245 "async-std-resolver",4246 "futures 0.3.25",4247 "libp2p-core",4248 "log",4249 "parking_lot 0.12.1",4250 "smallvec",4251 "trust-dns-resolver",4252]42534254[[package]]4255name = "libp2p-floodsub"4256version = "0.37.0"4257source = "registry+https://github.com/rust-lang/crates.io-index"4258checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4259dependencies = [4260 "cuckoofilter",4261 "fnv",4262 "futures 0.3.25",4263 "libp2p-core",4264 "libp2p-swarm",4265 "log",4266 "prost 0.10.4",4267 "prost-build 0.10.4",4268 "rand 0.7.3",4269 "smallvec",4270]42714272[[package]]4273name = "libp2p-gossipsub"4274version = "0.39.0"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4277dependencies = [4278 "asynchronous-codec",4279 "base64",4280 "byteorder",4281 "bytes",4282 "fnv",4283 "futures 0.3.25",4284 "hex_fmt",4285 "instant",4286 "libp2p-core",4287 "libp2p-swarm",4288 "log",4289 "prometheus-client",4290 "prost 0.10.4",4291 "prost-build 0.10.4",4292 "rand 0.7.3",4293 "regex",4294 "sha2 0.10.6",4295 "smallvec",4296 "unsigned-varint",4297 "wasm-timer",4298]42994300[[package]]4301name = "libp2p-identify"4302version = "0.37.0"4303source = "registry+https://github.com/rust-lang/crates.io-index"4304checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4305dependencies = [4306 "asynchronous-codec",4307 "futures 0.3.25",4308 "futures-timer",4309 "libp2p-core",4310 "libp2p-swarm",4311 "log",4312 "lru 0.7.8",4313 "prost 0.10.4",4314 "prost-build 0.10.4",4315 "prost-codec",4316 "smallvec",4317 "thiserror",4318 "void",4319]43204321[[package]]4322name = "libp2p-kad"4323version = "0.38.0"4324source = "registry+https://github.com/rust-lang/crates.io-index"4325checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4326dependencies = [4327 "arrayvec 0.7.2",4328 "asynchronous-codec",4329 "bytes",4330 "either",4331 "fnv",4332 "futures 0.3.25",4333 "futures-timer",4334 "instant",4335 "libp2p-core",4336 "libp2p-swarm",4337 "log",4338 "prost 0.10.4",4339 "prost-build 0.10.4",4340 "rand 0.7.3",4341 "sha2 0.10.6",4342 "smallvec",4343 "thiserror",4344 "uint",4345 "unsigned-varint",4346 "void",4347]43484349[[package]]4350name = "libp2p-mdns"4351version = "0.38.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4354dependencies = [4355 "async-io",4356 "data-encoding",4357 "dns-parser",4358 "futures 0.3.25",4359 "if-watch",4360 "lazy_static",4361 "libp2p-core",4362 "libp2p-swarm",4363 "log",4364 "rand 0.8.5",4365 "smallvec",4366 "socket2",4367 "void",4368]43694370[[package]]4371name = "libp2p-metrics"4372version = "0.7.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4375dependencies = [4376 "libp2p-core",4377 "libp2p-gossipsub",4378 "libp2p-identify",4379 "libp2p-kad",4380 "libp2p-ping",4381 "libp2p-relay",4382 "libp2p-swarm",4383 "prometheus-client",4384]43854386[[package]]4387name = "libp2p-mplex"4388version = "0.34.0"4389source = "registry+https://github.com/rust-lang/crates.io-index"4390checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4391dependencies = [4392 "asynchronous-codec",4393 "bytes",4394 "futures 0.3.25",4395 "libp2p-core",4396 "log",4397 "nohash-hasher",4398 "parking_lot 0.12.1",4399 "rand 0.7.3",4400 "smallvec",4401 "unsigned-varint",4402]44034404[[package]]4405name = "libp2p-noise"4406version = "0.37.0"4407source = "registry+https://github.com/rust-lang/crates.io-index"4408checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4409dependencies = [4410 "bytes",4411 "curve25519-dalek 3.2.0",4412 "futures 0.3.25",4413 "lazy_static",4414 "libp2p-core",4415 "log",4416 "prost 0.10.4",4417 "prost-build 0.10.4",4418 "rand 0.8.5",4419 "sha2 0.10.6",4420 "snow",4421 "static_assertions",4422 "x25519-dalek",4423 "zeroize",4424]44254426[[package]]4427name = "libp2p-ping"4428version = "0.37.0"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4431dependencies = [4432 "futures 0.3.25",4433 "futures-timer",4434 "instant",4435 "libp2p-core",4436 "libp2p-swarm",4437 "log",4438 "rand 0.7.3",4439 "void",4440]44414442[[package]]4443name = "libp2p-plaintext"4444version = "0.34.0"4445source = "registry+https://github.com/rust-lang/crates.io-index"4446checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4447dependencies = [4448 "asynchronous-codec",4449 "bytes",4450 "futures 0.3.25",4451 "libp2p-core",4452 "log",4453 "prost 0.10.4",4454 "prost-build 0.10.4",4455 "unsigned-varint",4456 "void",4457]44584459[[package]]4460name = "libp2p-pnet"4461version = "0.22.1"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4464dependencies = [4465 "futures 0.3.25",4466 "log",4467 "pin-project",4468 "rand 0.8.5",4469 "salsa20",4470 "sha3",4471]44724473[[package]]4474name = "libp2p-relay"4475version = "0.10.0"4476source = "registry+https://github.com/rust-lang/crates.io-index"4477checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4478dependencies = [4479 "asynchronous-codec",4480 "bytes",4481 "either",4482 "futures 0.3.25",4483 "futures-timer",4484 "instant",4485 "libp2p-core",4486 "libp2p-swarm",4487 "log",4488 "pin-project",4489 "prost 0.10.4",4490 "prost-build 0.10.4",4491 "prost-codec",4492 "rand 0.8.5",4493 "smallvec",4494 "static_assertions",4495 "thiserror",4496 "void",4497]44984499[[package]]4500name = "libp2p-rendezvous"4501version = "0.7.0"4502source = "registry+https://github.com/rust-lang/crates.io-index"4503checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4504dependencies = [4505 "asynchronous-codec",4506 "bimap",4507 "futures 0.3.25",4508 "futures-timer",4509 "instant",4510 "libp2p-core",4511 "libp2p-swarm",4512 "log",4513 "prost 0.10.4",4514 "prost-build 0.10.4",4515 "rand 0.8.5",4516 "sha2 0.10.6",4517 "thiserror",4518 "unsigned-varint",4519 "void",4520]45214522[[package]]4523name = "libp2p-request-response"4524version = "0.19.0"4525source = "registry+https://github.com/rust-lang/crates.io-index"4526checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4527dependencies = [4528 "async-trait",4529 "bytes",4530 "futures 0.3.25",4531 "instant",4532 "libp2p-core",4533 "libp2p-swarm",4534 "log",4535 "rand 0.7.3",4536 "smallvec",4537 "unsigned-varint",4538]45394540[[package]]4541name = "libp2p-swarm"4542version = "0.37.0"4543source = "registry+https://github.com/rust-lang/crates.io-index"4544checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4545dependencies = [4546 "either",4547 "fnv",4548 "futures 0.3.25",4549 "futures-timer",4550 "instant",4551 "libp2p-core",4552 "log",4553 "pin-project",4554 "rand 0.7.3",4555 "smallvec",4556 "thiserror",4557 "void",4558]45594560[[package]]4561name = "libp2p-swarm-derive"4562version = "0.28.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4565dependencies = [4566 "quote",4567 "syn",4568]45694570[[package]]4571name = "libp2p-tcp"4572version = "0.34.0"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4575dependencies = [4576 "async-io",4577 "futures 0.3.25",4578 "futures-timer",4579 "if-watch",4580 "ipnet",4581 "libc",4582 "libp2p-core",4583 "log",4584 "socket2",4585]45864587[[package]]4588name = "libp2p-uds"4589version = "0.33.0"4590source = "registry+https://github.com/rust-lang/crates.io-index"4591checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4592dependencies = [4593 "async-std",4594 "futures 0.3.25",4595 "libp2p-core",4596 "log",4597]45984599[[package]]4600name = "libp2p-wasm-ext"4601version = "0.34.0"4602source = "registry+https://github.com/rust-lang/crates.io-index"4603checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4604dependencies = [4605 "futures 0.3.25",4606 "js-sys",4607 "libp2p-core",4608 "parity-send-wrapper",4609 "wasm-bindgen",4610 "wasm-bindgen-futures",4611]46124613[[package]]4614name = "libp2p-websocket"4615version = "0.36.0"4616source = "registry+https://github.com/rust-lang/crates.io-index"4617checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4618dependencies = [4619 "either",4620 "futures 0.3.25",4621 "futures-rustls",4622 "libp2p-core",4623 "log",4624 "parking_lot 0.12.1",4625 "quicksink",4626 "rw-stream-sink",4627 "soketto",4628 "url",4629 "webpki-roots",4630]46314632[[package]]4633name = "libp2p-yamux"4634version = "0.38.0"4635source = "registry+https://github.com/rust-lang/crates.io-index"4636checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4637dependencies = [4638 "futures 0.3.25",4639 "libp2p-core",4640 "parking_lot 0.12.1",4641 "thiserror",4642 "yamux",4643]46444645[[package]]4646name = "librocksdb-sys"4647version = "0.6.1+6.28.2"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4650dependencies = [4651 "bindgen",4652 "bzip2-sys",4653 "cc",4654 "glob",4655 "libc",4656 "libz-sys",4657 "tikv-jemalloc-sys",4658]46594660[[package]]4661name = "libsecp256k1"4662version = "0.7.1"4663source = "registry+https://github.com/rust-lang/crates.io-index"4664checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4665dependencies = [4666 "arrayref",4667 "base64",4668 "digest 0.9.0",4669 "hmac-drbg",4670 "libsecp256k1-core",4671 "libsecp256k1-gen-ecmult",4672 "libsecp256k1-gen-genmult",4673 "rand 0.8.5",4674 "serde",4675 "sha2 0.9.9",4676 "typenum",4677]46784679[[package]]4680name = "libsecp256k1-core"4681version = "0.3.0"4682source = "registry+https://github.com/rust-lang/crates.io-index"4683checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4684dependencies = [4685 "crunchy",4686 "digest 0.9.0",4687 "subtle",4688]46894690[[package]]4691name = "libsecp256k1-gen-ecmult"4692version = "0.3.0"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4695dependencies = [4696 "libsecp256k1-core",4697]46984699[[package]]4700name = "libsecp256k1-gen-genmult"4701version = "0.3.0"4702source = "registry+https://github.com/rust-lang/crates.io-index"4703checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4704dependencies = [4705 "libsecp256k1-core",4706]47074708[[package]]4709name = "libz-sys"4710version = "1.1.8"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4713dependencies = [4714 "cc",4715 "pkg-config",4716 "vcpkg",4717]47184719[[package]]4720name = "link-cplusplus"4721version = "1.0.7"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4724dependencies = [4725 "cc",4726]47274728[[package]]4729name = "linked-hash-map"4730version = "0.5.6"4731source = "registry+https://github.com/rust-lang/crates.io-index"4732checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"47334734[[package]]4735name = "linked_hash_set"4736version = "0.1.4"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4739dependencies = [4740 "linked-hash-map",4741]47424743[[package]]4744name = "linregress"4745version = "0.4.4"4746source = "registry+https://github.com/rust-lang/crates.io-index"4747checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4748dependencies = [4749 "nalgebra",4750 "statrs",4751]47524753[[package]]4754name = "linux-raw-sys"4755version = "0.0.46"4756source = "registry+https://github.com/rust-lang/crates.io-index"4757checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47584759[[package]]4760name = "lock_api"4761version = "0.4.9"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4764dependencies = [4765 "autocfg",4766 "scopeguard",4767]47684769[[package]]4770name = "log"4771version = "0.4.17"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4774dependencies = [4775 "cfg-if 1.0.0",4776 "value-bag",4777]47784779[[package]]4780name = "logtest"4781version = "2.0.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4784dependencies = [4785 "lazy_static",4786 "log",4787]47884789[[package]]4790name = "lru"4791version = "0.7.8"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4794dependencies = [4795 "hashbrown",4796]47974798[[package]]4799name = "lru"4800version = "0.8.1"4801source = "registry+https://github.com/rust-lang/crates.io-index"4802checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4803dependencies = [4804 "hashbrown",4805]48064807[[package]]4808name = "lru-cache"4809version = "0.1.2"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4812dependencies = [4813 "linked-hash-map",4814]48154816[[package]]4817name = "lz4"4818version = "1.24.0"4819source = "registry+https://github.com/rust-lang/crates.io-index"4820checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4821dependencies = [4822 "libc",4823 "lz4-sys",4824]48254826[[package]]4827name = "lz4-sys"4828version = "1.9.4"4829source = "registry+https://github.com/rust-lang/crates.io-index"4830checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4831dependencies = [4832 "cc",4833 "libc",4834]48354836[[package]]4837name = "mach"4838version = "0.3.2"4839source = "registry+https://github.com/rust-lang/crates.io-index"4840checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4841dependencies = [4842 "libc",4843]48444845[[package]]4846name = "match_cfg"4847version = "0.1.0"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48504851[[package]]4852name = "matchers"4853version = "0.0.1"4854source = "registry+https://github.com/rust-lang/crates.io-index"4855checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4856dependencies = [4857 "regex-automata",4858]48594860[[package]]4861name = "matches"4862version = "0.1.9"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48654866[[package]]4867name = "matrixmultiply"4868version = "0.3.2"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4871dependencies = [4872 "rawpointer",4873]48744875[[package]]4876name = "memchr"4877version = "2.5.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48804881[[package]]4882name = "memfd"4883version = "0.6.1"4884source = "registry+https://github.com/rust-lang/crates.io-index"4885checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4886dependencies = [4887 "rustix",4888]48894890[[package]]4891name = "memmap2"4892version = "0.5.7"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4895dependencies = [4896 "libc",4897]48984899[[package]]4900name = "memoffset"4901version = "0.6.5"4902source = "registry+https://github.com/rust-lang/crates.io-index"4903checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4904dependencies = [4905 "autocfg",4906]49074908[[package]]4909name = "memory-db"4910version = "0.29.0"4911source = "registry+https://github.com/rust-lang/crates.io-index"4912checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4913dependencies = [4914 "hash-db",4915 "hashbrown",4916 "parity-util-mem",4917]49184919[[package]]4920name = "memory-lru"4921version = "0.1.1"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4924dependencies = [4925 "lru 0.8.1",4926]49274928[[package]]4929name = "memory_units"4930version = "0.4.0"4931source = "registry+https://github.com/rust-lang/crates.io-index"4932checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"49334934[[package]]4935name = "merlin"4936version = "2.0.1"4937source = "registry+https://github.com/rust-lang/crates.io-index"4938checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4939dependencies = [4940 "byteorder",4941 "keccak",4942 "rand_core 0.5.1",4943 "zeroize",4944]49454946[[package]]4947name = "mick-jaeger"4948version = "0.1.8"4949source = "registry+https://github.com/rust-lang/crates.io-index"4950checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4951dependencies = [4952 "futures 0.3.25",4953 "rand 0.8.5",4954 "thrift",4955]49564957[[package]]4958name = "minimal-lexical"4959version = "0.2.1"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49624963[[package]]4964name = "miniz_oxide"4965version = "0.5.4"4966source = "registry+https://github.com/rust-lang/crates.io-index"4967checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4968dependencies = [4969 "adler",4970]49714972[[package]]4973name = "mio"4974version = "0.8.5"4975source = "registry+https://github.com/rust-lang/crates.io-index"4976checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4977dependencies = [4978 "libc",4979 "log",4980 "wasi 0.11.0+wasi-snapshot-preview1",4981 "windows-sys 0.42.0",4982]49834984[[package]]4985name = "multiaddr"4986version = "0.14.0"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4989dependencies = [4990 "arrayref",4991 "bs58",4992 "byteorder",4993 "data-encoding",4994 "multihash",4995 "percent-encoding",4996 "serde",4997 "static_assertions",4998 "unsigned-varint",4999 "url",5000]50015002[[package]]5003name = "multibase"5004version = "0.9.1"5005source = "registry+https://github.com/rust-lang/crates.io-index"5006checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5007dependencies = [5008 "base-x",5009 "data-encoding",5010 "data-encoding-macro",5011]50125013[[package]]5014name = "multihash"5015version = "0.16.3"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5018dependencies = [5019 "blake2b_simd",5020 "blake2s_simd",5021 "blake3",5022 "core2",5023 "digest 0.10.5",5024 "multihash-derive",5025 "sha2 0.10.6",5026 "sha3",5027 "unsigned-varint",5028]50295030[[package]]5031name = "multihash-derive"5032version = "0.8.0"5033source = "registry+https://github.com/rust-lang/crates.io-index"5034checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5035dependencies = [5036 "proc-macro-crate",5037 "proc-macro-error",5038 "proc-macro2",5039 "quote",5040 "syn",5041 "synstructure",5042]50435044[[package]]5045name = "multimap"5046version = "0.8.3"5047source = "registry+https://github.com/rust-lang/crates.io-index"5048checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50495050[[package]]5051name = "multistream-select"5052version = "0.11.0"5053source = "registry+https://github.com/rust-lang/crates.io-index"5054checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5055dependencies = [5056 "bytes",5057 "futures 0.3.25",5058 "log",5059 "pin-project",5060 "smallvec",5061 "unsigned-varint",5062]50635064[[package]]5065name = "nalgebra"5066version = "0.27.1"5067source = "registry+https://github.com/rust-lang/crates.io-index"5068checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5069dependencies = [5070 "approx",5071 "matrixmultiply",5072 "nalgebra-macros",5073 "num-complex",5074 "num-rational 0.4.1",5075 "num-traits",5076 "rand 0.8.5",5077 "rand_distr",5078 "simba",5079 "typenum",5080]50815082[[package]]5083name = "nalgebra-macros"5084version = "0.1.0"5085source = "registry+https://github.com/rust-lang/crates.io-index"5086checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5087dependencies = [5088 "proc-macro2",5089 "quote",5090 "syn",5091]50925093[[package]]5094name = "names"5095version = "0.13.0"5096source = "registry+https://github.com/rust-lang/crates.io-index"5097checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5098dependencies = [5099 "rand 0.8.5",5100]51015102[[package]]5103name = "nanorand"5104version = "0.7.0"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"51075108[[package]]5109name = "netlink-packet-core"5110version = "0.4.2"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5113dependencies = [5114 "anyhow",5115 "byteorder",5116 "libc",5117 "netlink-packet-utils",5118]51195120[[package]]5121name = "netlink-packet-route"5122version = "0.12.0"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5125dependencies = [5126 "anyhow",5127 "bitflags",5128 "byteorder",5129 "libc",5130 "netlink-packet-core",5131 "netlink-packet-utils",5132]51335134[[package]]5135name = "netlink-packet-utils"5136version = "0.5.1"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5139dependencies = [5140 "anyhow",5141 "byteorder",5142 "paste",5143 "thiserror",5144]51455146[[package]]5147name = "netlink-proto"5148version = "0.10.0"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5151dependencies = [5152 "bytes",5153 "futures 0.3.25",5154 "log",5155 "netlink-packet-core",5156 "netlink-sys",5157 "thiserror",5158 "tokio",5159]51605161[[package]]5162name = "netlink-sys"5163version = "0.8.3"5164source = "registry+https://github.com/rust-lang/crates.io-index"5165checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5166dependencies = [5167 "async-io",5168 "bytes",5169 "futures 0.3.25",5170 "libc",5171 "log",5172]51735174[[package]]5175name = "nix"5176version = "0.24.2"5177source = "registry+https://github.com/rust-lang/crates.io-index"5178checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5179dependencies = [5180 "bitflags",5181 "cfg-if 1.0.0",5182 "libc",5183]51845185[[package]]5186name = "nodrop"5187version = "0.1.14"5188source = "registry+https://github.com/rust-lang/crates.io-index"5189checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51905191[[package]]5192name = "nohash-hasher"5193version = "0.2.0"5194source = "registry+https://github.com/rust-lang/crates.io-index"5195checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51965197[[package]]5198name = "nom"5199version = "7.1.1"5200source = "registry+https://github.com/rust-lang/crates.io-index"5201checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5202dependencies = [5203 "memchr",5204 "minimal-lexical",5205]52065207[[package]]5208name = "num-bigint"5209version = "0.2.6"5210source = "registry+https://github.com/rust-lang/crates.io-index"5211checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5212dependencies = [5213 "autocfg",5214 "num-integer",5215 "num-traits",5216]52175218[[package]]5219name = "num-bigint"5220version = "0.4.3"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5223dependencies = [5224 "autocfg",5225 "num-integer",5226 "num-traits",5227]52285229[[package]]5230name = "num-complex"5231version = "0.4.2"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5234dependencies = [5235 "num-traits",5236]52375238[[package]]5239name = "num-format"5240version = "0.4.3"5241source = "registry+https://github.com/rust-lang/crates.io-index"5242checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5243dependencies = [5244 "arrayvec 0.7.2",5245 "itoa",5246]52475248[[package]]5249name = "num-integer"5250version = "0.1.45"5251source = "registry+https://github.com/rust-lang/crates.io-index"5252checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5253dependencies = [5254 "autocfg",5255 "num-traits",5256]52575258[[package]]5259name = "num-rational"5260version = "0.2.4"5261source = "registry+https://github.com/rust-lang/crates.io-index"5262checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5263dependencies = [5264 "autocfg",5265 "num-bigint 0.2.6",5266 "num-integer",5267 "num-traits",5268]52695270[[package]]5271name = "num-rational"5272version = "0.4.1"5273source = "registry+https://github.com/rust-lang/crates.io-index"5274checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5275dependencies = [5276 "autocfg",5277 "num-bigint 0.4.3",5278 "num-integer",5279 "num-traits",5280]52815282[[package]]5283name = "num-traits"5284version = "0.2.15"5285source = "registry+https://github.com/rust-lang/crates.io-index"5286checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5287dependencies = [5288 "autocfg",5289 "libm",5290]52915292[[package]]5293name = "num_cpus"5294version = "1.13.1"5295source = "registry+https://github.com/rust-lang/crates.io-index"5296checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5297dependencies = [5298 "hermit-abi",5299 "libc",5300]53015302[[package]]5303name = "num_threads"5304version = "0.1.6"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5307dependencies = [5308 "libc",5309]53105311[[package]]5312name = "object"5313version = "0.29.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5316dependencies = [5317 "crc32fast",5318 "hashbrown",5319 "indexmap",5320 "memchr",5321]53225323[[package]]5324name = "once_cell"5325version = "1.15.0"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"53285329[[package]]5330name = "opal-runtime"5331version = "0.9.30"5332dependencies = [5333 "app-promotion-rpc",5334 "cumulus-pallet-aura-ext",5335 "cumulus-pallet-dmp-queue",5336 "cumulus-pallet-parachain-system",5337 "cumulus-pallet-xcm",5338 "cumulus-pallet-xcmp-queue",5339 "cumulus-primitives-core",5340 "cumulus-primitives-timestamp",5341 "cumulus-primitives-utility",5342 "derivative",5343 "evm-coder",5344 "fp-evm-mapping",5345 "fp-rpc",5346 "fp-self-contained",5347 "frame-benchmarking",5348 "frame-executive",5349 "frame-support",5350 "frame-system",5351 "frame-system-benchmarking",5352 "frame-system-rpc-runtime-api",5353 "frame-try-runtime",5354 "hex-literal",5355 "impl-trait-for-tuples",5356 "log",5357 "logtest",5358 "orml-tokens",5359 "orml-traits",5360 "orml-vesting",5361 "orml-xtokens",5362 "pallet-app-promotion",5363 "pallet-aura",5364 "pallet-balances",5365 "pallet-base-fee",5366 "pallet-common",5367 "pallet-configuration",5368 "pallet-ethereum",5369 "pallet-evm",5370 "pallet-evm-coder-substrate",5371 "pallet-evm-contract-helpers",5372 "pallet-evm-migration",5373 "pallet-evm-transaction-payment",5374 "pallet-foreign-assets",5375 "pallet-fungible",5376 "pallet-inflation",5377 "pallet-maintenance",5378 "pallet-nonfungible",5379 "pallet-randomness-collective-flip",5380 "pallet-refungible",5381 "pallet-rmrk-core",5382 "pallet-rmrk-equip",5383 "pallet-structure",5384 "pallet-sudo",5385 "pallet-template-transaction-payment",5386 "pallet-test-utils",5387 "pallet-timestamp",5388 "pallet-transaction-payment",5389 "pallet-transaction-payment-rpc-runtime-api",5390 "pallet-treasury",5391 "pallet-unique",5392 "pallet-unique-scheduler",5393 "pallet-unique-scheduler-v2",5394 "pallet-xcm",5395 "parachain-info",5396 "parity-scale-codec 3.2.1",5397 "polkadot-parachain",5398 "rmrk-rpc",5399 "scale-info",5400 "serde",5401 "smallvec",5402 "sp-api",5403 "sp-arithmetic",5404 "sp-block-builder",5405 "sp-consensus-aura",5406 "sp-core",5407 "sp-inherents",5408 "sp-io",5409 "sp-offchain",5410 "sp-runtime",5411 "sp-session",5412 "sp-std",5413 "sp-transaction-pool",5414 "sp-version",5415 "substrate-wasm-builder",5416 "up-common",5417 "up-data-structs",5418 "up-rpc",5419 "up-sponsorship",5420 "xcm",5421 "xcm-builder",5422 "xcm-executor",5423]54245425[[package]]5426name = "opaque-debug"5427version = "0.2.3"5428source = "registry+https://github.com/rust-lang/crates.io-index"5429checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54305431[[package]]5432name = "opaque-debug"5433version = "0.3.0"5434source = "registry+https://github.com/rust-lang/crates.io-index"5435checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54365437[[package]]5438name = "openssl-probe"5439version = "0.1.5"5440source = "registry+https://github.com/rust-lang/crates.io-index"5441checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54425443[[package]]5444name = "orchestra"5445version = "0.0.1"5446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5447dependencies = [5448 "async-trait",5449 "dyn-clonable",5450 "futures 0.3.25",5451 "futures-timer",5452 "orchestra-proc-macro",5453 "pin-project",5454 "prioritized-metered-channel",5455 "thiserror",5456 "tracing",5457]54585459[[package]]5460name = "orchestra-proc-macro"5461version = "0.0.1"5462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5463dependencies = [5464 "expander 0.0.6",5465 "itertools",5466 "petgraph",5467 "proc-macro-crate",5468 "proc-macro2",5469 "quote",5470 "syn",5471]54725473[[package]]5474name = "ordered-float"5475version = "1.1.1"5476source = "registry+https://github.com/rust-lang/crates.io-index"5477checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5478dependencies = [5479 "num-traits",5480]54815482[[package]]5483name = "orml-tokens"5484version = "0.4.1-dev"5485source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5486dependencies = [5487 "frame-support",5488 "frame-system",5489 "orml-traits",5490 "parity-scale-codec 3.2.1",5491 "scale-info",5492 "serde",5493 "sp-runtime",5494 "sp-std",5495]54965497[[package]]5498name = "orml-traits"5499version = "0.4.1-dev"5500source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5501dependencies = [5502 "frame-support",5503 "impl-trait-for-tuples",5504 "num-traits",5505 "orml-utilities",5506 "parity-scale-codec 3.2.1",5507 "scale-info",5508 "serde",5509 "sp-io",5510 "sp-runtime",5511 "sp-std",5512 "xcm",5513]55145515[[package]]5516name = "orml-utilities"5517version = "0.4.1-dev"5518source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5519dependencies = [5520 "frame-support",5521 "parity-scale-codec 3.2.1",5522 "scale-info",5523 "serde",5524 "sp-io",5525 "sp-runtime",5526 "sp-std",5527]55285529[[package]]5530name = "orml-vesting"5531version = "0.4.1-dev"5532source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5533dependencies = [5534 "frame-support",5535 "frame-system",5536 "parity-scale-codec 3.2.1",5537 "scale-info",5538 "serde",5539 "sp-io",5540 "sp-runtime",5541 "sp-std",5542]55435544[[package]]5545name = "orml-xcm-support"5546version = "0.4.1-dev"5547source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5548dependencies = [5549 "frame-support",5550 "orml-traits",5551 "parity-scale-codec 3.2.1",5552 "sp-runtime",5553 "sp-std",5554 "xcm",5555 "xcm-executor",5556]55575558[[package]]5559name = "orml-xtokens"5560version = "0.4.1-dev"5561source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5562dependencies = [5563 "cumulus-primitives-core",5564 "frame-support",5565 "frame-system",5566 "orml-traits",5567 "orml-xcm-support",5568 "pallet-xcm",5569 "parity-scale-codec 3.2.1",5570 "scale-info",5571 "serde",5572 "sp-io",5573 "sp-runtime",5574 "sp-std",5575 "xcm",5576 "xcm-executor",5577]55785579[[package]]5580name = "os_str_bytes"5581version = "6.3.0"5582source = "registry+https://github.com/rust-lang/crates.io-index"5583checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55845585[[package]]5586name = "owning_ref"5587version = "0.4.1"5588source = "registry+https://github.com/rust-lang/crates.io-index"5589checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5590dependencies = [5591 "stable_deref_trait",5592]55935594[[package]]5595name = "pallet-app-promotion"5596version = "0.1.0"5597dependencies = [5598 "frame-benchmarking",5599 "frame-support",5600 "frame-system",5601 "pallet-balances",5602 "pallet-common",5603 "pallet-evm",5604 "pallet-evm-contract-helpers",5605 "pallet-evm-migration",5606 "pallet-randomness-collective-flip",5607 "pallet-timestamp",5608 "pallet-unique",5609 "parity-scale-codec 3.2.1",5610 "scale-info",5611 "serde",5612 "sp-core",5613 "sp-io",5614 "sp-runtime",5615 "sp-std",5616 "up-data-structs",5617]56185619[[package]]5620name = "pallet-aura"5621version = "4.0.0-dev"5622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5623dependencies = [5624 "frame-support",5625 "frame-system",5626 "pallet-timestamp",5627 "parity-scale-codec 3.2.1",5628 "scale-info",5629 "sp-application-crypto",5630 "sp-consensus-aura",5631 "sp-runtime",5632 "sp-std",5633]56345635[[package]]5636name = "pallet-authority-discovery"5637version = "4.0.0-dev"5638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5639dependencies = [5640 "frame-support",5641 "frame-system",5642 "pallet-session",5643 "parity-scale-codec 3.2.1",5644 "scale-info",5645 "sp-application-crypto",5646 "sp-authority-discovery",5647 "sp-runtime",5648 "sp-std",5649]56505651[[package]]5652name = "pallet-authorship"5653version = "4.0.0-dev"5654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5655dependencies = [5656 "frame-support",5657 "frame-system",5658 "impl-trait-for-tuples",5659 "parity-scale-codec 3.2.1",5660 "scale-info",5661 "sp-authorship",5662 "sp-runtime",5663 "sp-std",5664]56655666[[package]]5667name = "pallet-babe"5668version = "4.0.0-dev"5669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5670dependencies = [5671 "frame-benchmarking",5672 "frame-support",5673 "frame-system",5674 "log",5675 "pallet-authorship",5676 "pallet-session",5677 "pallet-timestamp",5678 "parity-scale-codec 3.2.1",5679 "scale-info",5680 "sp-application-crypto",5681 "sp-consensus-babe",5682 "sp-consensus-vrf",5683 "sp-io",5684 "sp-runtime",5685 "sp-session",5686 "sp-staking",5687 "sp-std",5688]56895690[[package]]5691name = "pallet-bags-list"5692version = "4.0.0-dev"5693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5694dependencies = [5695 "frame-benchmarking",5696 "frame-election-provider-support",5697 "frame-support",5698 "frame-system",5699 "log",5700 "pallet-balances",5701 "parity-scale-codec 3.2.1",5702 "scale-info",5703 "sp-core",5704 "sp-io",5705 "sp-runtime",5706 "sp-std",5707 "sp-tracing",5708]57095710[[package]]5711name = "pallet-balances"5712version = "4.0.0-dev"5713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5714dependencies = [5715 "frame-benchmarking",5716 "frame-support",5717 "frame-system",5718 "log",5719 "parity-scale-codec 3.2.1",5720 "scale-info",5721 "sp-runtime",5722 "sp-std",5723]57245725[[package]]5726name = "pallet-base-fee"5727version = "1.0.0"5728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5729dependencies = [5730 "fp-evm",5731 "frame-support",5732 "frame-system",5733 "parity-scale-codec 3.2.1",5734 "scale-info",5735 "serde",5736 "sp-core",5737 "sp-runtime",5738]57395740[[package]]5741name = "pallet-beefy"5742version = "4.0.0-dev"5743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5744dependencies = [5745 "beefy-primitives",5746 "frame-support",5747 "frame-system",5748 "pallet-session",5749 "parity-scale-codec 3.2.1",5750 "scale-info",5751 "serde",5752 "sp-runtime",5753 "sp-std",5754]57555756[[package]]5757name = "pallet-beefy-mmr"5758version = "4.0.0-dev"5759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5760dependencies = [5761 "array-bytes",5762 "beefy-merkle-tree",5763 "beefy-primitives",5764 "frame-support",5765 "frame-system",5766 "log",5767 "pallet-beefy",5768 "pallet-mmr",5769 "pallet-session",5770 "parity-scale-codec 3.2.1",5771 "scale-info",5772 "serde",5773 "sp-core",5774 "sp-io",5775 "sp-runtime",5776 "sp-std",5777]57785779[[package]]5780name = "pallet-bounties"5781version = "4.0.0-dev"5782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5783dependencies = [5784 "frame-benchmarking",5785 "frame-support",5786 "frame-system",5787 "log",5788 "pallet-treasury",5789 "parity-scale-codec 3.2.1",5790 "scale-info",5791 "sp-core",5792 "sp-io",5793 "sp-runtime",5794 "sp-std",5795]57965797[[package]]5798name = "pallet-child-bounties"5799version = "4.0.0-dev"5800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5801dependencies = [5802 "frame-benchmarking",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-bounties",5807 "pallet-treasury",5808 "parity-scale-codec 3.2.1",5809 "scale-info",5810 "sp-core",5811 "sp-io",5812 "sp-runtime",5813 "sp-std",5814]58155816[[package]]5817name = "pallet-collective"5818version = "4.0.0-dev"5819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5820dependencies = [5821 "frame-benchmarking",5822 "frame-support",5823 "frame-system",5824 "log",5825 "parity-scale-codec 3.2.1",5826 "scale-info",5827 "sp-core",5828 "sp-io",5829 "sp-runtime",5830 "sp-std",5831]58325833[[package]]5834name = "pallet-common"5835version = "0.1.10"5836dependencies = [5837 "ethereum",5838 "evm-coder",5839 "fp-evm-mapping",5840 "frame-benchmarking",5841 "frame-support",5842 "frame-system",5843 "pallet-evm",5844 "pallet-evm-coder-substrate",5845 "parity-scale-codec 3.2.1",5846 "scale-info",5847 "serde",5848 "sp-core",5849 "sp-runtime",5850 "sp-std",5851 "up-data-structs",5852]58535854[[package]]5855name = "pallet-configuration"5856version = "0.1.1"5857dependencies = [5858 "fp-evm",5859 "frame-support",5860 "frame-system",5861 "parity-scale-codec 3.2.1",5862 "scale-info",5863 "smallvec",5864 "sp-arithmetic",5865 "sp-core",5866 "sp-runtime",5867 "sp-std",5868]58695870[[package]]5871name = "pallet-democracy"5872version = "4.0.0-dev"5873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5874dependencies = [5875 "frame-benchmarking",5876 "frame-support",5877 "frame-system",5878 "parity-scale-codec 3.2.1",5879 "scale-info",5880 "serde",5881 "sp-io",5882 "sp-runtime",5883 "sp-std",5884]58855886[[package]]5887name = "pallet-election-provider-multi-phase"5888version = "4.0.0-dev"5889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5890dependencies = [5891 "frame-benchmarking",5892 "frame-election-provider-support",5893 "frame-support",5894 "frame-system",5895 "log",5896 "pallet-election-provider-support-benchmarking",5897 "parity-scale-codec 3.2.1",5898 "rand 0.7.3",5899 "scale-info",5900 "sp-arithmetic",5901 "sp-core",5902 "sp-io",5903 "sp-npos-elections",5904 "sp-runtime",5905 "sp-std",5906 "static_assertions",5907 "strum",5908]59095910[[package]]5911name = "pallet-election-provider-support-benchmarking"5912version = "4.0.0-dev"5913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5914dependencies = [5915 "frame-benchmarking",5916 "frame-election-provider-support",5917 "frame-system",5918 "parity-scale-codec 3.2.1",5919 "sp-npos-elections",5920 "sp-runtime",5921]59225923[[package]]5924name = "pallet-elections-phragmen"5925version = "5.0.0-dev"5926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5927dependencies = [5928 "frame-benchmarking",5929 "frame-support",5930 "frame-system",5931 "log",5932 "parity-scale-codec 3.2.1",5933 "scale-info",5934 "sp-core",5935 "sp-io",5936 "sp-npos-elections",5937 "sp-runtime",5938 "sp-std",5939]59405941[[package]]5942name = "pallet-ethereum"5943version = "4.0.0-dev"5944source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5945dependencies = [5946 "ethereum",5947 "ethereum-types",5948 "evm",5949 "fp-consensus",5950 "fp-evm",5951 "fp-evm-mapping",5952 "fp-rpc",5953 "fp-self-contained",5954 "fp-storage",5955 "frame-support",5956 "frame-system",5957 "log",5958 "pallet-evm",5959 "pallet-timestamp",5960 "parity-scale-codec 3.2.1",5961 "rlp",5962 "scale-info",5963 "serde",5964 "sha3",5965 "sp-io",5966 "sp-runtime",5967 "sp-std",5968]59695970[[package]]5971name = "pallet-evm"5972version = "6.0.0-dev"5973source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5974dependencies = [5975 "evm",5976 "fp-evm",5977 "fp-evm-mapping",5978 "frame-benchmarking",5979 "frame-support",5980 "frame-system",5981 "hex",5982 "impl-trait-for-tuples",5983 "log",5984 "pallet-timestamp",5985 "parity-scale-codec 3.2.1",5986 "primitive-types",5987 "rlp",5988 "scale-info",5989 "serde",5990 "sha3",5991 "sp-core",5992 "sp-io",5993 "sp-runtime",5994 "sp-std",5995]59965997[[package]]5998name = "pallet-evm-coder-substrate"5999version = "0.1.3"6000dependencies = [6001 "ethereum",6002 "evm-coder",6003 "frame-benchmarking",6004 "frame-support",6005 "frame-system",6006 "pallet-ethereum",6007 "pallet-evm",6008 "parity-scale-codec 3.2.1",6009 "scale-info",6010 "sp-core",6011 "sp-std",6012 "up-data-structs",6013]60146015[[package]]6016name = "pallet-evm-contract-helpers"6017version = "0.3.0"6018dependencies = [6019 "ethereum",6020 "evm-coder",6021 "fp-evm-mapping",6022 "frame-support",6023 "frame-system",6024 "log",6025 "pallet-common",6026 "pallet-evm",6027 "pallet-evm-coder-substrate",6028 "pallet-evm-transaction-payment",6029 "parity-scale-codec 3.2.1",6030 "scale-info",6031 "sp-core",6032 "sp-runtime",6033 "sp-std",6034 "up-data-structs",6035 "up-sponsorship",6036]60376038[[package]]6039name = "pallet-evm-migration"6040version = "0.1.1"6041dependencies = [6042 "fp-evm",6043 "frame-benchmarking",6044 "frame-support",6045 "frame-system",6046 "pallet-evm",6047 "parity-scale-codec 3.2.1",6048 "scale-info",6049 "sp-core",6050 "sp-io",6051 "sp-runtime",6052 "sp-std",6053]60546055[[package]]6056name = "pallet-evm-transaction-payment"6057version = "0.1.1"6058dependencies = [6059 "fp-evm",6060 "fp-evm-mapping",6061 "frame-support",6062 "frame-system",6063 "pallet-ethereum",6064 "pallet-evm",6065 "parity-scale-codec 3.2.1",6066 "scale-info",6067 "sp-core",6068 "sp-io",6069 "sp-runtime",6070 "sp-std",6071 "up-sponsorship",6072]60736074[[package]]6075name = "pallet-fast-unstake"6076version = "4.0.0-dev"6077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6078dependencies = [6079 "frame-benchmarking",6080 "frame-election-provider-support",6081 "frame-support",6082 "frame-system",6083 "log",6084 "pallet-balances",6085 "pallet-staking",6086 "pallet-timestamp",6087 "parity-scale-codec 3.2.1",6088 "scale-info",6089 "sp-io",6090 "sp-runtime",6091 "sp-staking",6092 "sp-std",6093]60946095[[package]]6096name = "pallet-foreign-assets"6097version = "0.1.0"6098dependencies = [6099 "frame-benchmarking",6100 "frame-support",6101 "frame-system",6102 "hex",6103 "log",6104 "orml-tokens",6105 "pallet-balances",6106 "pallet-common",6107 "pallet-fungible",6108 "pallet-timestamp",6109 "parity-scale-codec 3.2.1",6110 "scale-info",6111 "serde",6112 "serde_json",6113 "sp-core",6114 "sp-io",6115 "sp-runtime",6116 "sp-std",6117 "up-data-structs",6118 "xcm",6119 "xcm-builder",6120 "xcm-executor",6121]61226123[[package]]6124name = "pallet-fungible"6125version = "0.1.6"6126dependencies = [6127 "ethereum",6128 "evm-coder",6129 "frame-benchmarking",6130 "frame-support",6131 "frame-system",6132 "pallet-common",6133 "pallet-evm",6134 "pallet-evm-coder-substrate",6135 "pallet-structure",6136 "parity-scale-codec 3.2.1",6137 "scale-info",6138 "sp-core",6139 "sp-runtime",6140 "sp-std",6141 "up-data-structs",6142]61436144[[package]]6145name = "pallet-gilt"6146version = "4.0.0-dev"6147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6148dependencies = [6149 "frame-benchmarking",6150 "frame-support",6151 "frame-system",6152 "parity-scale-codec 3.2.1",6153 "scale-info",6154 "sp-arithmetic",6155 "sp-runtime",6156 "sp-std",6157]61586159[[package]]6160name = "pallet-grandpa"6161version = "4.0.0-dev"6162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6163dependencies = [6164 "frame-benchmarking",6165 "frame-support",6166 "frame-system",6167 "log",6168 "pallet-authorship",6169 "pallet-session",6170 "parity-scale-codec 3.2.1",6171 "scale-info",6172 "sp-application-crypto",6173 "sp-core",6174 "sp-finality-grandpa",6175 "sp-io",6176 "sp-runtime",6177 "sp-session",6178 "sp-staking",6179 "sp-std",6180]61816182[[package]]6183name = "pallet-identity"6184version = "4.0.0-dev"6185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6186dependencies = [6187 "enumflags2",6188 "frame-benchmarking",6189 "frame-support",6190 "frame-system",6191 "parity-scale-codec 3.2.1",6192 "scale-info",6193 "sp-io",6194 "sp-runtime",6195 "sp-std",6196]61976198[[package]]6199name = "pallet-im-online"6200version = "4.0.0-dev"6201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6202dependencies = [6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "log",6207 "pallet-authorship",6208 "parity-scale-codec 3.2.1",6209 "scale-info",6210 "sp-application-crypto",6211 "sp-core",6212 "sp-io",6213 "sp-runtime",6214 "sp-staking",6215 "sp-std",6216]62176218[[package]]6219name = "pallet-indices"6220version = "4.0.0-dev"6221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6222dependencies = [6223 "frame-benchmarking",6224 "frame-support",6225 "frame-system",6226 "parity-scale-codec 3.2.1",6227 "scale-info",6228 "sp-core",6229 "sp-io",6230 "sp-keyring",6231 "sp-runtime",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-inflation"6237version = "0.1.1"6238dependencies = [6239 "frame-benchmarking",6240 "frame-support",6241 "frame-system",6242 "pallet-balances",6243 "pallet-randomness-collective-flip",6244 "pallet-timestamp",6245 "parity-scale-codec 3.2.1",6246 "scale-info",6247 "serde",6248 "sp-core",6249 "sp-io",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-maintenance"6256version = "0.1.0"6257dependencies = [6258 "frame-benchmarking",6259 "frame-support",6260 "frame-system",6261 "parity-scale-codec 3.2.1",6262 "scale-info",6263 "sp-std",6264]62656266[[package]]6267name = "pallet-membership"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6270dependencies = [6271 "frame-benchmarking",6272 "frame-support",6273 "frame-system",6274 "log",6275 "parity-scale-codec 3.2.1",6276 "scale-info",6277 "sp-core",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-mmr"6285version = "4.0.0-dev"6286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6287dependencies = [6288 "ckb-merkle-mountain-range",6289 "frame-benchmarking",6290 "frame-support",6291 "frame-system",6292 "parity-scale-codec 3.2.1",6293 "scale-info",6294 "sp-core",6295 "sp-io",6296 "sp-mmr-primitives",6297 "sp-runtime",6298 "sp-std",6299]63006301[[package]]6302name = "pallet-mmr-rpc"6303version = "3.0.0"6304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6305dependencies = [6306 "jsonrpsee",6307 "parity-scale-codec 3.2.1",6308 "serde",6309 "sp-api",6310 "sp-blockchain",6311 "sp-core",6312 "sp-mmr-primitives",6313 "sp-runtime",6314]63156316[[package]]6317name = "pallet-multisig"6318version = "4.0.0-dev"6319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6320dependencies = [6321 "frame-benchmarking",6322 "frame-support",6323 "frame-system",6324 "parity-scale-codec 3.2.1",6325 "scale-info",6326 "sp-io",6327 "sp-runtime",6328 "sp-std",6329]63306331[[package]]6332name = "pallet-nomination-pools"6333version = "1.0.0"6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6335dependencies = [6336 "frame-support",6337 "frame-system",6338 "log",6339 "parity-scale-codec 3.2.1",6340 "scale-info",6341 "sp-core",6342 "sp-io",6343 "sp-runtime",6344 "sp-staking",6345 "sp-std",6346]63476348[[package]]6349name = "pallet-nomination-pools-benchmarking"6350version = "1.0.0"6351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6352dependencies = [6353 "frame-benchmarking",6354 "frame-election-provider-support",6355 "frame-support",6356 "frame-system",6357 "pallet-bags-list",6358 "pallet-nomination-pools",6359 "pallet-staking",6360 "parity-scale-codec 3.2.1",6361 "scale-info",6362 "sp-runtime",6363 "sp-runtime-interface",6364 "sp-staking",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-nomination-pools-runtime-api"6370version = "1.0.0-dev"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6372dependencies = [6373 "parity-scale-codec 3.2.1",6374 "sp-api",6375 "sp-std",6376]63776378[[package]]6379name = "pallet-nonfungible"6380version = "0.1.7"6381dependencies = [6382 "ethereum",6383 "evm-coder",6384 "frame-benchmarking",6385 "frame-support",6386 "frame-system",6387 "pallet-common",6388 "pallet-evm",6389 "pallet-evm-coder-substrate",6390 "pallet-structure",6391 "parity-scale-codec 3.2.1",6392 "scale-info",6393 "sp-core",6394 "sp-runtime",6395 "sp-std",6396 "struct-versioning",6397 "up-data-structs",6398]63996400[[package]]6401name = "pallet-offences"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6404dependencies = [6405 "frame-support",6406 "frame-system",6407 "log",6408 "pallet-balances",6409 "parity-scale-codec 3.2.1",6410 "scale-info",6411 "serde",6412 "sp-runtime",6413 "sp-staking",6414 "sp-std",6415]64166417[[package]]6418name = "pallet-offences-benchmarking"6419version = "4.0.0-dev"6420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6421dependencies = [6422 "frame-benchmarking",6423 "frame-election-provider-support",6424 "frame-support",6425 "frame-system",6426 "pallet-babe",6427 "pallet-balances",6428 "pallet-grandpa",6429 "pallet-im-online",6430 "pallet-offences",6431 "pallet-session",6432 "pallet-staking",6433 "parity-scale-codec 3.2.1",6434 "scale-info",6435 "sp-runtime",6436 "sp-staking",6437 "sp-std",6438]64396440[[package]]6441name = "pallet-preimage"6442version = "4.0.0-dev"6443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6444dependencies = [6445 "frame-benchmarking",6446 "frame-support",6447 "frame-system",6448 "parity-scale-codec 3.2.1",6449 "scale-info",6450 "sp-core",6451 "sp-io",6452 "sp-runtime",6453 "sp-std",6454]64556456[[package]]6457name = "pallet-proxy"6458version = "4.0.0-dev"6459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6460dependencies = [6461 "frame-benchmarking",6462 "frame-support",6463 "frame-system",6464 "parity-scale-codec 3.2.1",6465 "scale-info",6466 "sp-io",6467 "sp-runtime",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-randomness-collective-flip"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6475dependencies = [6476 "frame-support",6477 "frame-system",6478 "parity-scale-codec 3.2.1",6479 "safe-mix",6480 "scale-info",6481 "sp-runtime",6482 "sp-std",6483]64846485[[package]]6486name = "pallet-recovery"6487version = "4.0.0-dev"6488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6489dependencies = [6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "parity-scale-codec 3.2.1",6494 "scale-info",6495 "sp-io",6496 "sp-runtime",6497 "sp-std",6498]64996500[[package]]6501name = "pallet-refungible"6502version = "0.2.6"6503dependencies = [6504 "derivative",6505 "ethereum",6506 "evm-coder",6507 "frame-benchmarking",6508 "frame-support",6509 "frame-system",6510 "pallet-common",6511 "pallet-evm",6512 "pallet-evm-coder-substrate",6513 "pallet-structure",6514 "parity-scale-codec 3.2.1",6515 "scale-info",6516 "sp-core",6517 "sp-runtime",6518 "sp-std",6519 "struct-versioning",6520 "up-data-structs",6521]65226523[[package]]6524name = "pallet-rmrk-core"6525version = "0.1.2"6526dependencies = [6527 "derivative",6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "pallet-common",6532 "pallet-evm",6533 "pallet-nonfungible",6534 "pallet-structure",6535 "parity-scale-codec 3.2.1",6536 "rmrk-traits",6537 "scale-info",6538 "sp-core",6539 "sp-runtime",6540 "sp-std",6541 "up-data-structs",6542]65436544[[package]]6545name = "pallet-rmrk-equip"6546version = "0.1.2"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "pallet-common",6552 "pallet-evm",6553 "pallet-nonfungible",6554 "pallet-rmrk-core",6555 "parity-scale-codec 3.2.1",6556 "rmrk-traits",6557 "scale-info",6558 "sp-core",6559 "sp-runtime",6560 "sp-std",6561 "up-data-structs",6562]65636564[[package]]6565name = "pallet-scheduler"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6568dependencies = [6569 "frame-benchmarking",6570 "frame-support",6571 "frame-system",6572 "log",6573 "parity-scale-codec 3.2.1",6574 "scale-info",6575 "sp-io",6576 "sp-runtime",6577 "sp-std",6578]65796580[[package]]6581name = "pallet-session"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6584dependencies = [6585 "frame-support",6586 "frame-system",6587 "impl-trait-for-tuples",6588 "log",6589 "pallet-timestamp",6590 "parity-scale-codec 3.2.1",6591 "scale-info",6592 "sp-core",6593 "sp-io",6594 "sp-runtime",6595 "sp-session",6596 "sp-staking",6597 "sp-std",6598 "sp-trie",6599]66006601[[package]]6602name = "pallet-session-benchmarking"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6605dependencies = [6606 "frame-benchmarking",6607 "frame-support",6608 "frame-system",6609 "pallet-session",6610 "pallet-staking",6611 "rand 0.7.3",6612 "sp-runtime",6613 "sp-session",6614 "sp-std",6615]66166617[[package]]6618name = "pallet-society"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6621dependencies = [6622 "frame-support",6623 "frame-system",6624 "parity-scale-codec 3.2.1",6625 "rand_chacha 0.2.2",6626 "scale-info",6627 "sp-runtime",6628 "sp-std",6629]66306631[[package]]6632name = "pallet-staking"6633version = "4.0.0-dev"6634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6635dependencies = [6636 "frame-benchmarking",6637 "frame-election-provider-support",6638 "frame-support",6639 "frame-system",6640 "log",6641 "pallet-authorship",6642 "pallet-session",6643 "parity-scale-codec 3.2.1",6644 "rand_chacha 0.2.2",6645 "scale-info",6646 "serde",6647 "sp-application-crypto",6648 "sp-io",6649 "sp-runtime",6650 "sp-staking",6651 "sp-std",6652]66536654[[package]]6655name = "pallet-staking-reward-curve"6656version = "4.0.0-dev"6657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6658dependencies = [6659 "proc-macro-crate",6660 "proc-macro2",6661 "quote",6662 "syn",6663]66646665[[package]]6666name = "pallet-staking-reward-fn"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6669dependencies = [6670 "log",6671 "sp-arithmetic",6672]66736674[[package]]6675name = "pallet-structure"6676version = "0.1.2"6677dependencies = [6678 "frame-benchmarking",6679 "frame-support",6680 "frame-system",6681 "pallet-common",6682 "pallet-evm",6683 "parity-scale-codec 3.2.1",6684 "scale-info",6685 "sp-std",6686 "up-data-structs",6687]66886689[[package]]6690name = "pallet-sudo"6691version = "4.0.0-dev"6692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6693dependencies = [6694 "frame-support",6695 "frame-system",6696 "parity-scale-codec 3.2.1",6697 "scale-info",6698 "sp-io",6699 "sp-runtime",6700 "sp-std",6701]67026703[[package]]6704name = "pallet-template-transaction-payment"6705version = "3.0.0"6706source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6707dependencies = [6708 "frame-benchmarking",6709 "frame-support",6710 "frame-system",6711 "pallet-balances",6712 "pallet-transaction-payment",6713 "parity-scale-codec 3.2.1",6714 "scale-info",6715 "serde",6716 "sp-core",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720 "up-sponsorship",6721]67226723[[package]]6724name = "pallet-test-utils"6725version = "0.1.0"6726dependencies = [6727 "frame-support",6728 "frame-system",6729 "pallet-unique-scheduler-v2",6730 "parity-scale-codec 3.2.1",6731 "scale-info",6732]67336734[[package]]6735name = "pallet-timestamp"6736version = "4.0.0-dev"6737source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6738dependencies = [6739 "frame-benchmarking",6740 "frame-support",6741 "frame-system",6742 "log",6743 "parity-scale-codec 3.2.1",6744 "scale-info",6745 "sp-inherents",6746 "sp-io",6747 "sp-runtime",6748 "sp-std",6749 "sp-timestamp",6750]67516752[[package]]6753name = "pallet-tips"6754version = "4.0.0-dev"6755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6756dependencies = [6757 "frame-benchmarking",6758 "frame-support",6759 "frame-system",6760 "log",6761 "pallet-treasury",6762 "parity-scale-codec 3.2.1",6763 "scale-info",6764 "serde",6765 "sp-core",6766 "sp-io",6767 "sp-runtime",6768 "sp-std",6769]67706771[[package]]6772name = "pallet-transaction-payment"6773version = "4.0.0-dev"6774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6775dependencies = [6776 "frame-support",6777 "frame-system",6778 "parity-scale-codec 3.2.1",6779 "scale-info",6780 "serde",6781 "sp-core",6782 "sp-io",6783 "sp-runtime",6784 "sp-std",6785]67866787[[package]]6788name = "pallet-transaction-payment-rpc"6789version = "4.0.0-dev"6790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6791dependencies = [6792 "jsonrpsee",6793 "pallet-transaction-payment-rpc-runtime-api",6794 "parity-scale-codec 3.2.1",6795 "sp-api",6796 "sp-blockchain",6797 "sp-core",6798 "sp-rpc",6799 "sp-runtime",6800]68016802[[package]]6803name = "pallet-transaction-payment-rpc-runtime-api"6804version = "4.0.0-dev"6805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6806dependencies = [6807 "pallet-transaction-payment",6808 "parity-scale-codec 3.2.1",6809 "sp-api",6810 "sp-runtime",6811]68126813[[package]]6814name = "pallet-treasury"6815version = "4.0.0-dev"6816source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6817dependencies = [6818 "frame-benchmarking",6819 "frame-support",6820 "frame-system",6821 "impl-trait-for-tuples",6822 "pallet-balances",6823 "parity-scale-codec 3.2.1",6824 "scale-info",6825 "serde",6826 "sp-runtime",6827 "sp-std",6828]68296830[[package]]6831name = "pallet-unique"6832version = "0.2.1"6833dependencies = [6834 "ethereum",6835 "evm-coder",6836 "frame-benchmarking",6837 "frame-support",6838 "frame-system",6839 "pallet-common",6840 "pallet-evm",6841 "pallet-evm-coder-substrate",6842 "pallet-nonfungible",6843 "pallet-refungible",6844 "parity-scale-codec 3.2.1",6845 "scale-info",6846 "serde",6847 "sp-core",6848 "sp-io",6849 "sp-runtime",6850 "sp-std",6851 "up-data-structs",6852]68536854[[package]]6855name = "pallet-unique-scheduler"6856version = "0.1.1"6857dependencies = [6858 "frame-benchmarking",6859 "frame-support",6860 "frame-system",6861 "log",6862 "parity-scale-codec 3.2.1",6863 "scale-info",6864 "serde",6865 "sp-core",6866 "sp-io",6867 "sp-runtime",6868 "sp-std",6869 "substrate-test-utils",6870 "up-sponsorship",6871]68726873[[package]]6874name = "pallet-unique-scheduler-v2"6875version = "0.1.0"6876dependencies = [6877 "frame-benchmarking",6878 "frame-support",6879 "frame-system",6880 "log",6881 "pallet-preimage",6882 "parity-scale-codec 3.2.1",6883 "scale-info",6884 "sp-core",6885 "sp-io",6886 "sp-runtime",6887 "sp-std",6888 "substrate-test-utils",6889]68906891[[package]]6892name = "pallet-utility"6893version = "4.0.0-dev"6894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6895dependencies = [6896 "frame-benchmarking",6897 "frame-support",6898 "frame-system",6899 "parity-scale-codec 3.2.1",6900 "scale-info",6901 "sp-core",6902 "sp-io",6903 "sp-runtime",6904 "sp-std",6905]69066907[[package]]6908name = "pallet-vesting"6909version = "4.0.0-dev"6910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6911dependencies = [6912 "frame-benchmarking",6913 "frame-support",6914 "frame-system",6915 "log",6916 "parity-scale-codec 3.2.1",6917 "scale-info",6918 "sp-runtime",6919 "sp-std",6920]69216922[[package]]6923name = "pallet-xcm"6924version = "0.9.30"6925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6926dependencies = [6927 "frame-support",6928 "frame-system",6929 "log",6930 "parity-scale-codec 3.2.1",6931 "scale-info",6932 "serde",6933 "sp-core",6934 "sp-runtime",6935 "sp-std",6936 "xcm",6937 "xcm-executor",6938]69396940[[package]]6941name = "pallet-xcm-benchmarks"6942version = "0.9.30"6943source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6944dependencies = [6945 "frame-benchmarking",6946 "frame-support",6947 "frame-system",6948 "log",6949 "parity-scale-codec 3.2.1",6950 "scale-info",6951 "sp-runtime",6952 "sp-std",6953 "xcm",6954 "xcm-executor",6955]69566957[[package]]6958name = "parachain-info"6959version = "0.1.0"6960source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6961dependencies = [6962 "cumulus-primitives-core",6963 "frame-support",6964 "frame-system",6965 "parity-scale-codec 3.2.1",6966 "scale-info",6967 "serde",6968]69696970[[package]]6971name = "parity-db"6972version = "0.3.17"6973source = "registry+https://github.com/rust-lang/crates.io-index"6974checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6975dependencies = [6976 "blake2-rfc",6977 "crc32fast",6978 "fs2",6979 "hex",6980 "libc",6981 "log",6982 "lz4",6983 "memmap2",6984 "parking_lot 0.12.1",6985 "rand 0.8.5",6986 "snap",6987]69886989[[package]]6990name = "parity-scale-codec"6991version = "2.3.1"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6994dependencies = [6995 "arrayvec 0.7.2",6996 "bitvec 0.20.4",6997 "byte-slice-cast",6998 "impl-trait-for-tuples",6999 "parity-scale-codec-derive 2.3.1",7000 "serde",7001]70027003[[package]]7004name = "parity-scale-codec"7005version = "3.2.1"7006source = "registry+https://github.com/rust-lang/crates.io-index"7007checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7008dependencies = [7009 "arrayvec 0.7.2",7010 "bitvec 1.0.1",7011 "byte-slice-cast",7012 "bytes",7013 "impl-trait-for-tuples",7014 "parity-scale-codec-derive 3.1.3",7015 "serde",7016]70177018[[package]]7019name = "parity-scale-codec-derive"7020version = "2.3.1"7021source = "registry+https://github.com/rust-lang/crates.io-index"7022checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7023dependencies = [7024 "proc-macro-crate",7025 "proc-macro2",7026 "quote",7027 "syn",7028]70297030[[package]]7031name = "parity-scale-codec-derive"7032version = "3.1.3"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7035dependencies = [7036 "proc-macro-crate",7037 "proc-macro2",7038 "quote",7039 "syn",7040]70417042[[package]]7043name = "parity-send-wrapper"7044version = "0.1.0"7045source = "registry+https://github.com/rust-lang/crates.io-index"7046checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70477048[[package]]7049name = "parity-util-mem"7050version = "0.11.0"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7053dependencies = [7054 "cfg-if 1.0.0",7055 "ethereum-types",7056 "hashbrown",7057 "impl-trait-for-tuples",7058 "lru 0.7.8",7059 "parity-util-mem-derive",7060 "parking_lot 0.12.1",7061 "primitive-types",7062 "smallvec",7063 "winapi",7064]70657066[[package]]7067name = "parity-util-mem-derive"7068version = "0.1.0"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7071dependencies = [7072 "proc-macro2",7073 "syn",7074 "synstructure",7075]70767077[[package]]7078name = "parity-wasm"7079version = "0.32.0"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7082dependencies = [7083 "byteorder",7084]70857086[[package]]7087name = "parity-wasm"7088version = "0.45.0"7089source = "registry+https://github.com/rust-lang/crates.io-index"7090checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70917092[[package]]7093name = "parking"7094version = "2.0.0"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70977098[[package]]7099name = "parking_lot"7100version = "0.11.2"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7103dependencies = [7104 "instant",7105 "lock_api",7106 "parking_lot_core 0.8.5",7107]71087109[[package]]7110name = "parking_lot"7111version = "0.12.1"7112source = "registry+https://github.com/rust-lang/crates.io-index"7113checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7114dependencies = [7115 "lock_api",7116 "parking_lot_core 0.9.4",7117]71187119[[package]]7120name = "parking_lot_core"7121version = "0.8.5"7122source = "registry+https://github.com/rust-lang/crates.io-index"7123checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7124dependencies = [7125 "cfg-if 1.0.0",7126 "instant",7127 "libc",7128 "redox_syscall",7129 "smallvec",7130 "winapi",7131]71327133[[package]]7134name = "parking_lot_core"7135version = "0.9.4"7136source = "registry+https://github.com/rust-lang/crates.io-index"7137checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7138dependencies = [7139 "cfg-if 1.0.0",7140 "libc",7141 "redox_syscall",7142 "smallvec",7143 "windows-sys 0.42.0",7144]71457146[[package]]7147name = "paste"7148version = "1.0.9"7149source = "registry+https://github.com/rust-lang/crates.io-index"7150checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71517152[[package]]7153name = "pbkdf2"7154version = "0.4.0"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7157dependencies = [7158 "crypto-mac 0.8.0",7159]71607161[[package]]7162name = "pbkdf2"7163version = "0.8.0"7164source = "registry+https://github.com/rust-lang/crates.io-index"7165checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7166dependencies = [7167 "crypto-mac 0.11.1",7168]71697170[[package]]7171name = "peeking_take_while"7172version = "0.1.2"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71757176[[package]]7177name = "percent-encoding"7178version = "2.2.0"7179source = "registry+https://github.com/rust-lang/crates.io-index"7180checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71817182[[package]]7183name = "pest"7184version = "2.4.0"7185source = "registry+https://github.com/rust-lang/crates.io-index"7186checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7187dependencies = [7188 "thiserror",7189 "ucd-trie",7190]71917192[[package]]7193name = "pest_derive"7194version = "2.4.0"7195source = "registry+https://github.com/rust-lang/crates.io-index"7196checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7197dependencies = [7198 "pest",7199 "pest_generator",7200]72017202[[package]]7203name = "pest_generator"7204version = "2.4.0"7205source = "registry+https://github.com/rust-lang/crates.io-index"7206checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7207dependencies = [7208 "pest",7209 "pest_meta",7210 "proc-macro2",7211 "quote",7212 "syn",7213]72147215[[package]]7216name = "pest_meta"7217version = "2.4.0"7218source = "registry+https://github.com/rust-lang/crates.io-index"7219checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7220dependencies = [7221 "once_cell",7222 "pest",7223 "sha1",7224]72257226[[package]]7227name = "petgraph"7228version = "0.6.2"7229source = "registry+https://github.com/rust-lang/crates.io-index"7230checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7231dependencies = [7232 "fixedbitset",7233 "indexmap",7234]72357236[[package]]7237name = "pin-project"7238version = "1.0.12"7239source = "registry+https://github.com/rust-lang/crates.io-index"7240checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7241dependencies = [7242 "pin-project-internal",7243]72447245[[package]]7246name = "pin-project-internal"7247version = "1.0.12"7248source = "registry+https://github.com/rust-lang/crates.io-index"7249checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7250dependencies = [7251 "proc-macro2",7252 "quote",7253 "syn",7254]72557256[[package]]7257name = "pin-project-lite"7258version = "0.1.12"7259source = "registry+https://github.com/rust-lang/crates.io-index"7260checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72617262[[package]]7263name = "pin-project-lite"7264version = "0.2.9"7265source = "registry+https://github.com/rust-lang/crates.io-index"7266checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72677268[[package]]7269name = "pin-utils"7270version = "0.1.0"7271source = "registry+https://github.com/rust-lang/crates.io-index"7272checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72737274[[package]]7275name = "pkcs8"7276version = "0.8.0"7277source = "registry+https://github.com/rust-lang/crates.io-index"7278checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7279dependencies = [7280 "der",7281 "spki",7282 "zeroize",7283]72847285[[package]]7286name = "pkg-config"7287version = "0.3.26"7288source = "registry+https://github.com/rust-lang/crates.io-index"7289checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72907291[[package]]7292name = "platforms"7293version = "2.0.0"7294source = "registry+https://github.com/rust-lang/crates.io-index"7295checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72967297[[package]]7298name = "polkadot-approval-distribution"7299version = "0.9.30"7300source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7301dependencies = [7302 "futures 0.3.25",7303 "polkadot-node-network-protocol",7304 "polkadot-node-primitives",7305 "polkadot-node-subsystem",7306 "polkadot-node-subsystem-util",7307 "polkadot-primitives",7308 "rand 0.8.5",7309 "tracing-gum",7310]73117312[[package]]7313name = "polkadot-availability-bitfield-distribution"7314version = "0.9.30"7315source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7316dependencies = [7317 "futures 0.3.25",7318 "polkadot-node-network-protocol",7319 "polkadot-node-subsystem",7320 "polkadot-node-subsystem-util",7321 "polkadot-primitives",7322 "rand 0.8.5",7323 "tracing-gum",7324]73257326[[package]]7327name = "polkadot-availability-distribution"7328version = "0.9.30"7329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7330dependencies = [7331 "derive_more",7332 "fatality",7333 "futures 0.3.25",7334 "lru 0.7.8",7335 "parity-scale-codec 3.2.1",7336 "polkadot-erasure-coding",7337 "polkadot-node-network-protocol",7338 "polkadot-node-primitives",7339 "polkadot-node-subsystem",7340 "polkadot-node-subsystem-util",7341 "polkadot-primitives",7342 "rand 0.8.5",7343 "sp-core",7344 "sp-keystore",7345 "thiserror",7346 "tracing-gum",7347]73487349[[package]]7350name = "polkadot-availability-recovery"7351version = "0.9.30"7352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7353dependencies = [7354 "fatality",7355 "futures 0.3.25",7356 "lru 0.7.8",7357 "parity-scale-codec 3.2.1",7358 "polkadot-erasure-coding",7359 "polkadot-node-network-protocol",7360 "polkadot-node-primitives",7361 "polkadot-node-subsystem",7362 "polkadot-node-subsystem-util",7363 "polkadot-primitives",7364 "rand 0.8.5",7365 "sc-network",7366 "thiserror",7367 "tracing-gum",7368]73697370[[package]]7371name = "polkadot-cli"7372version = "0.9.30"7373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7374dependencies = [7375 "clap",7376 "frame-benchmarking-cli",7377 "futures 0.3.25",7378 "log",7379 "polkadot-client",7380 "polkadot-node-core-pvf",7381 "polkadot-node-metrics",7382 "polkadot-performance-test",7383 "polkadot-service",7384 "sc-cli",7385 "sc-service",7386 "sc-sysinfo",7387 "sc-tracing",7388 "sp-core",7389 "sp-keyring",7390 "sp-trie",7391 "substrate-build-script-utils",7392 "thiserror",7393 "try-runtime-cli",7394]73957396[[package]]7397name = "polkadot-client"7398version = "0.9.30"7399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7400dependencies = [7401 "beefy-primitives",7402 "frame-benchmarking",7403 "frame-benchmarking-cli",7404 "frame-system",7405 "frame-system-rpc-runtime-api",7406 "pallet-transaction-payment",7407 "pallet-transaction-payment-rpc-runtime-api",7408 "polkadot-core-primitives",7409 "polkadot-node-core-parachains-inherent",7410 "polkadot-primitives",7411 "polkadot-runtime",7412 "polkadot-runtime-common",7413 "sc-client-api",7414 "sc-consensus",7415 "sc-executor",7416 "sc-service",7417 "sp-api",7418 "sp-authority-discovery",7419 "sp-block-builder",7420 "sp-blockchain",7421 "sp-consensus",7422 "sp-consensus-babe",7423 "sp-core",7424 "sp-finality-grandpa",7425 "sp-inherents",7426 "sp-keyring",7427 "sp-mmr-primitives",7428 "sp-offchain",7429 "sp-runtime",7430 "sp-session",7431 "sp-storage",7432 "sp-timestamp",7433 "sp-transaction-pool",7434]74357436[[package]]7437name = "polkadot-collator-protocol"7438version = "0.9.30"7439source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7440dependencies = [7441 "always-assert",7442 "fatality",7443 "futures 0.3.25",7444 "futures-timer",7445 "polkadot-node-network-protocol",7446 "polkadot-node-primitives",7447 "polkadot-node-subsystem",7448 "polkadot-node-subsystem-util",7449 "polkadot-primitives",7450 "sp-core",7451 "sp-keystore",7452 "sp-runtime",7453 "thiserror",7454 "tracing-gum",7455]74567457[[package]]7458name = "polkadot-core-primitives"7459version = "0.9.30"7460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7461dependencies = [7462 "parity-scale-codec 3.2.1",7463 "parity-util-mem",7464 "scale-info",7465 "sp-core",7466 "sp-runtime",7467 "sp-std",7468]74697470[[package]]7471name = "polkadot-dispute-distribution"7472version = "0.9.30"7473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7474dependencies = [7475 "derive_more",7476 "fatality",7477 "futures 0.3.25",7478 "lru 0.7.8",7479 "parity-scale-codec 3.2.1",7480 "polkadot-erasure-coding",7481 "polkadot-node-network-protocol",7482 "polkadot-node-primitives",7483 "polkadot-node-subsystem",7484 "polkadot-node-subsystem-util",7485 "polkadot-primitives",7486 "sc-network",7487 "sp-application-crypto",7488 "sp-keystore",7489 "thiserror",7490 "tracing-gum",7491]74927493[[package]]7494name = "polkadot-erasure-coding"7495version = "0.9.30"7496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7497dependencies = [7498 "parity-scale-codec 3.2.1",7499 "polkadot-node-primitives",7500 "polkadot-primitives",7501 "reed-solomon-novelpoly",7502 "sp-core",7503 "sp-trie",7504 "thiserror",7505]75067507[[package]]7508name = "polkadot-gossip-support"7509version = "0.9.30"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7511dependencies = [7512 "futures 0.3.25",7513 "futures-timer",7514 "polkadot-node-network-protocol",7515 "polkadot-node-subsystem",7516 "polkadot-node-subsystem-util",7517 "polkadot-primitives",7518 "rand 0.8.5",7519 "rand_chacha 0.3.1",7520 "sc-network",7521 "sp-application-crypto",7522 "sp-core",7523 "sp-keystore",7524 "tracing-gum",7525]75267527[[package]]7528name = "polkadot-network-bridge"7529version = "0.9.30"7530source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7531dependencies = [7532 "always-assert",7533 "async-trait",7534 "bytes",7535 "fatality",7536 "futures 0.3.25",7537 "parity-scale-codec 3.2.1",7538 "parking_lot 0.12.1",7539 "polkadot-node-network-protocol",7540 "polkadot-node-subsystem",7541 "polkadot-node-subsystem-util",7542 "polkadot-overseer",7543 "polkadot-primitives",7544 "sc-network",7545 "sc-network-common",7546 "sp-consensus",7547 "thiserror",7548 "tracing-gum",7549]75507551[[package]]7552name = "polkadot-node-collation-generation"7553version = "0.9.30"7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7555dependencies = [7556 "futures 0.3.25",7557 "parity-scale-codec 3.2.1",7558 "polkadot-erasure-coding",7559 "polkadot-node-primitives",7560 "polkadot-node-subsystem",7561 "polkadot-node-subsystem-util",7562 "polkadot-primitives",7563 "sp-core",7564 "sp-maybe-compressed-blob",7565 "thiserror",7566 "tracing-gum",7567]75687569[[package]]7570name = "polkadot-node-core-approval-voting"7571version = "0.9.30"7572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7573dependencies = [7574 "bitvec 1.0.1",7575 "derive_more",7576 "futures 0.3.25",7577 "futures-timer",7578 "kvdb",7579 "lru 0.7.8",7580 "merlin",7581 "parity-scale-codec 3.2.1",7582 "polkadot-node-jaeger",7583 "polkadot-node-primitives",7584 "polkadot-node-subsystem",7585 "polkadot-node-subsystem-util",7586 "polkadot-overseer",7587 "polkadot-primitives",7588 "sc-keystore",7589 "schnorrkel",7590 "sp-application-crypto",7591 "sp-consensus",7592 "sp-consensus-slots",7593 "sp-runtime",7594 "thiserror",7595 "tracing-gum",7596]75977598[[package]]7599name = "polkadot-node-core-av-store"7600version = "0.9.30"7601source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7602dependencies = [7603 "bitvec 1.0.1",7604 "futures 0.3.25",7605 "futures-timer",7606 "kvdb",7607 "parity-scale-codec 3.2.1",7608 "polkadot-erasure-coding",7609 "polkadot-node-primitives",7610 "polkadot-node-subsystem",7611 "polkadot-node-subsystem-util",7612 "polkadot-overseer",7613 "polkadot-primitives",7614 "thiserror",7615 "tracing-gum",7616]76177618[[package]]7619name = "polkadot-node-core-backing"7620version = "0.9.30"7621source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7622dependencies = [7623 "bitvec 1.0.1",7624 "fatality",7625 "futures 0.3.25",7626 "polkadot-erasure-coding",7627 "polkadot-node-primitives",7628 "polkadot-node-subsystem",7629 "polkadot-node-subsystem-util",7630 "polkadot-primitives",7631 "polkadot-statement-table",7632 "sp-keystore",7633 "thiserror",7634 "tracing-gum",7635]76367637[[package]]7638name = "polkadot-node-core-bitfield-signing"7639version = "0.9.30"7640source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7641dependencies = [7642 "futures 0.3.25",7643 "polkadot-node-subsystem",7644 "polkadot-node-subsystem-util",7645 "polkadot-primitives",7646 "sp-keystore",7647 "thiserror",7648 "tracing-gum",7649 "wasm-timer",7650]76517652[[package]]7653name = "polkadot-node-core-candidate-validation"7654version = "0.9.30"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7656dependencies = [7657 "async-trait",7658 "futures 0.3.25",7659 "parity-scale-codec 3.2.1",7660 "polkadot-node-core-pvf",7661 "polkadot-node-primitives",7662 "polkadot-node-subsystem",7663 "polkadot-node-subsystem-util",7664 "polkadot-parachain",7665 "polkadot-primitives",7666 "sp-maybe-compressed-blob",7667 "tracing-gum",7668]76697670[[package]]7671name = "polkadot-node-core-chain-api"7672version = "0.9.30"7673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7674dependencies = [7675 "futures 0.3.25",7676 "polkadot-node-subsystem",7677 "polkadot-node-subsystem-util",7678 "polkadot-primitives",7679 "sc-client-api",7680 "sc-consensus-babe",7681 "sp-blockchain",7682 "tracing-gum",7683]76847685[[package]]7686name = "polkadot-node-core-chain-selection"7687version = "0.9.30"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7689dependencies = [7690 "futures 0.3.25",7691 "futures-timer",7692 "kvdb",7693 "parity-scale-codec 3.2.1",7694 "polkadot-node-primitives",7695 "polkadot-node-subsystem",7696 "polkadot-node-subsystem-util",7697 "polkadot-primitives",7698 "thiserror",7699 "tracing-gum",7700]77017702[[package]]7703name = "polkadot-node-core-dispute-coordinator"7704version = "0.9.30"7705source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7706dependencies = [7707 "fatality",7708 "futures 0.3.25",7709 "kvdb",7710 "lru 0.7.8",7711 "parity-scale-codec 3.2.1",7712 "polkadot-node-primitives",7713 "polkadot-node-subsystem",7714 "polkadot-node-subsystem-util",7715 "polkadot-primitives",7716 "sc-keystore",7717 "thiserror",7718 "tracing-gum",7719]77207721[[package]]7722name = "polkadot-node-core-parachains-inherent"7723version = "0.9.30"7724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7725dependencies = [7726 "async-trait",7727 "futures 0.3.25",7728 "futures-timer",7729 "polkadot-node-subsystem",7730 "polkadot-primitives",7731 "sp-blockchain",7732 "sp-inherents",7733 "sp-runtime",7734 "thiserror",7735 "tracing-gum",7736]77377738[[package]]7739name = "polkadot-node-core-provisioner"7740version = "0.9.30"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7742dependencies = [7743 "bitvec 1.0.1",7744 "fatality",7745 "futures 0.3.25",7746 "futures-timer",7747 "polkadot-node-primitives",7748 "polkadot-node-subsystem",7749 "polkadot-node-subsystem-util",7750 "polkadot-primitives",7751 "rand 0.8.5",7752 "thiserror",7753 "tracing-gum",7754]77557756[[package]]7757name = "polkadot-node-core-pvf"7758version = "0.9.30"7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7760dependencies = [7761 "always-assert",7762 "assert_matches",7763 "async-process",7764 "async-std",7765 "futures 0.3.25",7766 "futures-timer",7767 "parity-scale-codec 3.2.1",7768 "pin-project",7769 "polkadot-core-primitives",7770 "polkadot-node-metrics",7771 "polkadot-parachain",7772 "rand 0.8.5",7773 "rayon",7774 "sc-executor",7775 "sc-executor-common",7776 "sc-executor-wasmtime",7777 "slotmap",7778 "sp-core",7779 "sp-externalities",7780 "sp-io",7781 "sp-maybe-compressed-blob",7782 "sp-tracing",7783 "sp-wasm-interface",7784 "tempfile",7785 "tracing-gum",7786]77877788[[package]]7789name = "polkadot-node-core-pvf-checker"7790version = "0.9.30"7791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7792dependencies = [7793 "futures 0.3.25",7794 "polkadot-node-primitives",7795 "polkadot-node-subsystem",7796 "polkadot-node-subsystem-util",7797 "polkadot-overseer",7798 "polkadot-primitives",7799 "sp-keystore",7800 "thiserror",7801 "tracing-gum",7802]78037804[[package]]7805name = "polkadot-node-core-runtime-api"7806version = "0.9.30"7807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7808dependencies = [7809 "futures 0.3.25",7810 "memory-lru",7811 "parity-util-mem",7812 "polkadot-node-subsystem",7813 "polkadot-node-subsystem-types",7814 "polkadot-node-subsystem-util",7815 "polkadot-primitives",7816 "sp-consensus-babe",7817 "tracing-gum",7818]78197820[[package]]7821name = "polkadot-node-jaeger"7822version = "0.9.30"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7824dependencies = [7825 "async-std",7826 "lazy_static",7827 "log",7828 "mick-jaeger",7829 "parity-scale-codec 3.2.1",7830 "parking_lot 0.12.1",7831 "polkadot-node-primitives",7832 "polkadot-primitives",7833 "sc-network",7834 "sp-core",7835 "thiserror",7836]78377838[[package]]7839name = "polkadot-node-metrics"7840version = "0.9.30"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7842dependencies = [7843 "bs58",7844 "futures 0.3.25",7845 "futures-timer",7846 "log",7847 "parity-scale-codec 3.2.1",7848 "polkadot-primitives",7849 "prioritized-metered-channel",7850 "sc-cli",7851 "sc-service",7852 "sc-tracing",7853 "substrate-prometheus-endpoint",7854 "tracing-gum",7855]78567857[[package]]7858name = "polkadot-node-network-protocol"7859version = "0.9.30"7860source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7861dependencies = [7862 "async-trait",7863 "derive_more",7864 "fatality",7865 "futures 0.3.25",7866 "hex",7867 "parity-scale-codec 3.2.1",7868 "polkadot-node-jaeger",7869 "polkadot-node-primitives",7870 "polkadot-primitives",7871 "rand 0.8.5",7872 "sc-authority-discovery",7873 "sc-network",7874 "sc-network-common",7875 "strum",7876 "thiserror",7877 "tracing-gum",7878]78797880[[package]]7881name = "polkadot-node-primitives"7882version = "0.9.30"7883source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7884dependencies = [7885 "bounded-vec",7886 "futures 0.3.25",7887 "parity-scale-codec 3.2.1",7888 "polkadot-parachain",7889 "polkadot-primitives",7890 "schnorrkel",7891 "serde",7892 "sp-application-crypto",7893 "sp-consensus-babe",7894 "sp-consensus-vrf",7895 "sp-core",7896 "sp-keystore",7897 "sp-maybe-compressed-blob",7898 "thiserror",7899 "zstd",7900]79017902[[package]]7903name = "polkadot-node-subsystem"7904version = "0.9.30"7905source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7906dependencies = [7907 "polkadot-node-jaeger",7908 "polkadot-node-subsystem-types",7909 "polkadot-overseer",7910]79117912[[package]]7913name = "polkadot-node-subsystem-types"7914version = "0.9.30"7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7916dependencies = [7917 "async-trait",7918 "derive_more",7919 "futures 0.3.25",7920 "orchestra",7921 "polkadot-node-jaeger",7922 "polkadot-node-network-protocol",7923 "polkadot-node-primitives",7924 "polkadot-primitives",7925 "polkadot-statement-table",7926 "sc-network",7927 "smallvec",7928 "sp-api",7929 "sp-authority-discovery",7930 "sp-consensus-babe",7931 "substrate-prometheus-endpoint",7932 "thiserror",7933]79347935[[package]]7936name = "polkadot-node-subsystem-util"7937version = "0.9.30"7938source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7939dependencies = [7940 "async-trait",7941 "derive_more",7942 "fatality",7943 "futures 0.3.25",7944 "itertools",7945 "kvdb",7946 "lru 0.7.8",7947 "parity-db",7948 "parity-scale-codec 3.2.1",7949 "parity-util-mem",7950 "parking_lot 0.11.2",7951 "pin-project",7952 "polkadot-node-jaeger",7953 "polkadot-node-metrics",7954 "polkadot-node-network-protocol",7955 "polkadot-node-primitives",7956 "polkadot-node-subsystem",7957 "polkadot-overseer",7958 "polkadot-primitives",7959 "prioritized-metered-channel",7960 "rand 0.8.5",7961 "sp-application-crypto",7962 "sp-core",7963 "sp-keystore",7964 "thiserror",7965 "tracing-gum",7966]79677968[[package]]7969name = "polkadot-overseer"7970version = "0.9.30"7971source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7972dependencies = [7973 "async-trait",7974 "futures 0.3.25",7975 "futures-timer",7976 "lru 0.7.8",7977 "orchestra",7978 "parity-util-mem",7979 "parking_lot 0.12.1",7980 "polkadot-node-metrics",7981 "polkadot-node-network-protocol",7982 "polkadot-node-primitives",7983 "polkadot-node-subsystem-types",7984 "polkadot-primitives",7985 "sc-client-api",7986 "sp-api",7987 "sp-core",7988 "tracing-gum",7989]79907991[[package]]7992name = "polkadot-parachain"7993version = "0.9.30"7994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7995dependencies = [7996 "derive_more",7997 "frame-support",7998 "parity-scale-codec 3.2.1",7999 "parity-util-mem",8000 "polkadot-core-primitives",8001 "scale-info",8002 "serde",8003 "sp-core",8004 "sp-runtime",8005 "sp-std",8006]80078008[[package]]8009name = "polkadot-performance-test"8010version = "0.9.30"8011source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8012dependencies = [8013 "env_logger",8014 "kusama-runtime",8015 "log",8016 "polkadot-erasure-coding",8017 "polkadot-node-core-pvf",8018 "polkadot-node-primitives",8019 "quote",8020 "thiserror",8021]80228023[[package]]8024name = "polkadot-primitives"8025version = "0.9.30"8026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8027dependencies = [8028 "bitvec 1.0.1",8029 "frame-system",8030 "hex-literal",8031 "parity-scale-codec 3.2.1",8032 "parity-util-mem",8033 "polkadot-core-primitives",8034 "polkadot-parachain",8035 "scale-info",8036 "serde",8037 "sp-api",8038 "sp-application-crypto",8039 "sp-arithmetic",8040 "sp-authority-discovery",8041 "sp-consensus-slots",8042 "sp-core",8043 "sp-inherents",8044 "sp-io",8045 "sp-keystore",8046 "sp-runtime",8047 "sp-staking",8048 "sp-std",8049 "sp-trie",8050 "sp-version",8051]80528053[[package]]8054name = "polkadot-rpc"8055version = "0.9.30"8056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8057dependencies = [8058 "beefy-gadget",8059 "beefy-gadget-rpc",8060 "jsonrpsee",8061 "pallet-mmr-rpc",8062 "pallet-transaction-payment-rpc",8063 "polkadot-primitives",8064 "sc-chain-spec",8065 "sc-client-api",8066 "sc-consensus-babe",8067 "sc-consensus-babe-rpc",8068 "sc-consensus-epochs",8069 "sc-finality-grandpa",8070 "sc-finality-grandpa-rpc",8071 "sc-rpc",8072 "sc-sync-state-rpc",8073 "sc-transaction-pool-api",8074 "sp-api",8075 "sp-block-builder",8076 "sp-blockchain",8077 "sp-consensus",8078 "sp-consensus-babe",8079 "sp-keystore",8080 "sp-runtime",8081 "substrate-frame-rpc-system",8082 "substrate-state-trie-migration-rpc",8083]80848085[[package]]8086name = "polkadot-runtime"8087version = "0.9.30"8088source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8089dependencies = [8090 "beefy-primitives",8091 "bitvec 1.0.1",8092 "frame-benchmarking",8093 "frame-election-provider-support",8094 "frame-executive",8095 "frame-support",8096 "frame-system",8097 "frame-system-benchmarking",8098 "frame-system-rpc-runtime-api",8099 "frame-try-runtime",8100 "hex-literal",8101 "log",8102 "pallet-authority-discovery",8103 "pallet-authorship",8104 "pallet-babe",8105 "pallet-bags-list",8106 "pallet-balances",8107 "pallet-bounties",8108 "pallet-child-bounties",8109 "pallet-collective",8110 "pallet-democracy",8111 "pallet-election-provider-multi-phase",8112 "pallet-election-provider-support-benchmarking",8113 "pallet-elections-phragmen",8114 "pallet-fast-unstake",8115 "pallet-grandpa",8116 "pallet-identity",8117 "pallet-im-online",8118 "pallet-indices",8119 "pallet-membership",8120 "pallet-multisig",8121 "pallet-nomination-pools",8122 "pallet-nomination-pools-benchmarking",8123 "pallet-nomination-pools-runtime-api",8124 "pallet-offences",8125 "pallet-offences-benchmarking",8126 "pallet-preimage",8127 "pallet-proxy",8128 "pallet-scheduler",8129 "pallet-session",8130 "pallet-session-benchmarking",8131 "pallet-staking",8132 "pallet-staking-reward-curve",8133 "pallet-timestamp",8134 "pallet-tips",8135 "pallet-transaction-payment",8136 "pallet-transaction-payment-rpc-runtime-api",8137 "pallet-treasury",8138 "pallet-utility",8139 "pallet-vesting",8140 "pallet-xcm",8141 "parity-scale-codec 3.2.1",8142 "polkadot-primitives",8143 "polkadot-runtime-common",8144 "polkadot-runtime-constants",8145 "polkadot-runtime-parachains",8146 "rustc-hex",8147 "scale-info",8148 "serde",8149 "serde_derive",8150 "smallvec",8151 "sp-api",8152 "sp-authority-discovery",8153 "sp-block-builder",8154 "sp-consensus-babe",8155 "sp-core",8156 "sp-inherents",8157 "sp-io",8158 "sp-mmr-primitives",8159 "sp-npos-elections",8160 "sp-offchain",8161 "sp-runtime",8162 "sp-session",8163 "sp-staking",8164 "sp-std",8165 "sp-transaction-pool",8166 "sp-version",8167 "static_assertions",8168 "substrate-wasm-builder",8169 "xcm",8170 "xcm-builder",8171 "xcm-executor",8172]81738174[[package]]8175name = "polkadot-runtime-common"8176version = "0.9.30"8177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8178dependencies = [8179 "beefy-primitives",8180 "bitvec 1.0.1",8181 "frame-benchmarking",8182 "frame-election-provider-support",8183 "frame-support",8184 "frame-system",8185 "impl-trait-for-tuples",8186 "libsecp256k1",8187 "log",8188 "pallet-authorship",8189 "pallet-babe",8190 "pallet-bags-list",8191 "pallet-balances",8192 "pallet-beefy-mmr",8193 "pallet-election-provider-multi-phase",8194 "pallet-session",8195 "pallet-staking",8196 "pallet-timestamp",8197 "pallet-transaction-payment",8198 "pallet-treasury",8199 "pallet-vesting",8200 "parity-scale-codec 3.2.1",8201 "polkadot-primitives",8202 "polkadot-runtime-parachains",8203 "rustc-hex",8204 "scale-info",8205 "serde",8206 "serde_derive",8207 "slot-range-helper",8208 "sp-api",8209 "sp-core",8210 "sp-inherents",8211 "sp-io",8212 "sp-npos-elections",8213 "sp-runtime",8214 "sp-session",8215 "sp-staking",8216 "sp-std",8217 "static_assertions",8218 "xcm",8219]82208221[[package]]8222name = "polkadot-runtime-constants"8223version = "0.9.30"8224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8225dependencies = [8226 "frame-support",8227 "polkadot-primitives",8228 "polkadot-runtime-common",8229 "smallvec",8230 "sp-runtime",8231]82328233[[package]]8234name = "polkadot-runtime-metrics"8235version = "0.9.30"8236source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8237dependencies = [8238 "bs58",8239 "parity-scale-codec 3.2.1",8240 "polkadot-primitives",8241 "sp-std",8242 "sp-tracing",8243]82448245[[package]]8246name = "polkadot-runtime-parachains"8247version = "0.9.30"8248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8249dependencies = [8250 "bitflags",8251 "bitvec 1.0.1",8252 "derive_more",8253 "frame-benchmarking",8254 "frame-support",8255 "frame-system",8256 "log",8257 "pallet-authority-discovery",8258 "pallet-authorship",8259 "pallet-babe",8260 "pallet-balances",8261 "pallet-session",8262 "pallet-staking",8263 "pallet-timestamp",8264 "pallet-vesting",8265 "parity-scale-codec 3.2.1",8266 "polkadot-primitives",8267 "polkadot-runtime-metrics",8268 "rand 0.8.5",8269 "rand_chacha 0.3.1",8270 "rustc-hex",8271 "scale-info",8272 "serde",8273 "sp-api",8274 "sp-application-crypto",8275 "sp-core",8276 "sp-inherents",8277 "sp-io",8278 "sp-keystore",8279 "sp-runtime",8280 "sp-session",8281 "sp-staking",8282 "sp-std",8283 "static_assertions",8284 "xcm",8285 "xcm-executor",8286]82878288[[package]]8289name = "polkadot-service"8290version = "0.9.30"8291source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8292dependencies = [8293 "async-trait",8294 "beefy-gadget",8295 "beefy-primitives",8296 "frame-support",8297 "frame-system-rpc-runtime-api",8298 "futures 0.3.25",8299 "hex-literal",8300 "kusama-runtime",8301 "kvdb",8302 "kvdb-rocksdb",8303 "lru 0.7.8",8304 "pallet-babe",8305 "pallet-im-online",8306 "pallet-staking",8307 "pallet-transaction-payment-rpc-runtime-api",8308 "parity-db",8309 "polkadot-approval-distribution",8310 "polkadot-availability-bitfield-distribution",8311 "polkadot-availability-distribution",8312 "polkadot-availability-recovery",8313 "polkadot-client",8314 "polkadot-collator-protocol",8315 "polkadot-dispute-distribution",8316 "polkadot-gossip-support",8317 "polkadot-network-bridge",8318 "polkadot-node-collation-generation",8319 "polkadot-node-core-approval-voting",8320 "polkadot-node-core-av-store",8321 "polkadot-node-core-backing",8322 "polkadot-node-core-bitfield-signing",8323 "polkadot-node-core-candidate-validation",8324 "polkadot-node-core-chain-api",8325 "polkadot-node-core-chain-selection",8326 "polkadot-node-core-dispute-coordinator",8327 "polkadot-node-core-parachains-inherent",8328 "polkadot-node-core-provisioner",8329 "polkadot-node-core-pvf-checker",8330 "polkadot-node-core-runtime-api",8331 "polkadot-node-network-protocol",8332 "polkadot-node-primitives",8333 "polkadot-node-subsystem",8334 "polkadot-node-subsystem-types",8335 "polkadot-node-subsystem-util",8336 "polkadot-overseer",8337 "polkadot-parachain",8338 "polkadot-primitives",8339 "polkadot-rpc",8340 "polkadot-runtime",8341 "polkadot-runtime-constants",8342 "polkadot-runtime-parachains",8343 "polkadot-statement-distribution",8344 "rococo-runtime",8345 "sc-authority-discovery",8346 "sc-basic-authorship",8347 "sc-block-builder",8348 "sc-chain-spec",8349 "sc-client-api",8350 "sc-client-db",8351 "sc-consensus",8352 "sc-consensus-babe",8353 "sc-consensus-slots",8354 "sc-executor",8355 "sc-finality-grandpa",8356 "sc-keystore",8357 "sc-network",8358 "sc-network-common",8359 "sc-offchain",8360 "sc-service",8361 "sc-sync-state-rpc",8362 "sc-sysinfo",8363 "sc-telemetry",8364 "sc-transaction-pool",8365 "serde",8366 "serde_json",8367 "sp-api",8368 "sp-authority-discovery",8369 "sp-block-builder",8370 "sp-blockchain",8371 "sp-consensus",8372 "sp-consensus-babe",8373 "sp-core",8374 "sp-finality-grandpa",8375 "sp-inherents",8376 "sp-io",8377 "sp-keystore",8378 "sp-offchain",8379 "sp-runtime",8380 "sp-session",8381 "sp-state-machine",8382 "sp-storage",8383 "sp-timestamp",8384 "sp-transaction-pool",8385 "sp-trie",8386 "substrate-prometheus-endpoint",8387 "thiserror",8388 "tracing-gum",8389 "westend-runtime",8390]83918392[[package]]8393name = "polkadot-statement-distribution"8394version = "0.9.30"8395source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8396dependencies = [8397 "arrayvec 0.5.2",8398 "fatality",8399 "futures 0.3.25",8400 "indexmap",8401 "parity-scale-codec 3.2.1",8402 "polkadot-node-network-protocol",8403 "polkadot-node-primitives",8404 "polkadot-node-subsystem",8405 "polkadot-node-subsystem-util",8406 "polkadot-primitives",8407 "sp-keystore",8408 "sp-staking",8409 "thiserror",8410 "tracing-gum",8411]84128413[[package]]8414name = "polkadot-statement-table"8415version = "0.9.30"8416source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8417dependencies = [8418 "parity-scale-codec 3.2.1",8419 "polkadot-primitives",8420 "sp-core",8421]84228423[[package]]8424name = "polkadot-test-runtime"8425version = "0.9.30"8426source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8427dependencies = [8428 "beefy-primitives",8429 "bitvec 1.0.1",8430 "frame-election-provider-support",8431 "frame-executive",8432 "frame-support",8433 "frame-system",8434 "frame-system-rpc-runtime-api",8435 "log",8436 "pallet-authority-discovery",8437 "pallet-authorship",8438 "pallet-babe",8439 "pallet-balances",8440 "pallet-grandpa",8441 "pallet-indices",8442 "pallet-offences",8443 "pallet-session",8444 "pallet-staking",8445 "pallet-staking-reward-curve",8446 "pallet-sudo",8447 "pallet-timestamp",8448 "pallet-transaction-payment",8449 "pallet-transaction-payment-rpc-runtime-api",8450 "pallet-vesting",8451 "pallet-xcm",8452 "parity-scale-codec 3.2.1",8453 "polkadot-parachain",8454 "polkadot-primitives",8455 "polkadot-runtime-common",8456 "polkadot-runtime-parachains",8457 "rustc-hex",8458 "scale-info",8459 "serde",8460 "serde_derive",8461 "smallvec",8462 "sp-api",8463 "sp-authority-discovery",8464 "sp-block-builder",8465 "sp-consensus-babe",8466 "sp-core",8467 "sp-inherents",8468 "sp-io",8469 "sp-mmr-primitives",8470 "sp-offchain",8471 "sp-runtime",8472 "sp-session",8473 "sp-staking",8474 "sp-std",8475 "sp-transaction-pool",8476 "sp-version",8477 "substrate-wasm-builder",8478 "test-runtime-constants",8479 "xcm",8480 "xcm-builder",8481 "xcm-executor",8482]84838484[[package]]8485name = "polkadot-test-service"8486version = "0.9.30"8487source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8488dependencies = [8489 "frame-benchmarking",8490 "frame-system",8491 "futures 0.3.25",8492 "hex",8493 "pallet-balances",8494 "pallet-staking",8495 "pallet-transaction-payment",8496 "polkadot-node-primitives",8497 "polkadot-node-subsystem",8498 "polkadot-overseer",8499 "polkadot-parachain",8500 "polkadot-primitives",8501 "polkadot-rpc",8502 "polkadot-runtime-common",8503 "polkadot-runtime-parachains",8504 "polkadot-service",8505 "polkadot-test-runtime",8506 "rand 0.8.5",8507 "sc-authority-discovery",8508 "sc-chain-spec",8509 "sc-cli",8510 "sc-client-api",8511 "sc-consensus",8512 "sc-consensus-babe",8513 "sc-executor",8514 "sc-finality-grandpa",8515 "sc-network",8516 "sc-network-common",8517 "sc-service",8518 "sc-tracing",8519 "sc-transaction-pool",8520 "sp-arithmetic",8521 "sp-authority-discovery",8522 "sp-blockchain",8523 "sp-consensus",8524 "sp-consensus-babe",8525 "sp-core",8526 "sp-finality-grandpa",8527 "sp-inherents",8528 "sp-keyring",8529 "sp-runtime",8530 "sp-state-machine",8531 "substrate-test-client",8532 "tempfile",8533 "test-runtime-constants",8534 "tokio",8535 "tracing-gum",8536]85378538[[package]]8539name = "polling"8540version = "2.4.0"8541source = "registry+https://github.com/rust-lang/crates.io-index"8542checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8543dependencies = [8544 "autocfg",8545 "cfg-if 1.0.0",8546 "libc",8547 "log",8548 "wepoll-ffi",8549 "winapi",8550]85518552[[package]]8553name = "poly1305"8554version = "0.7.2"8555source = "registry+https://github.com/rust-lang/crates.io-index"8556checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8557dependencies = [8558 "cpufeatures",8559 "opaque-debug 0.3.0",8560 "universal-hash",8561]85628563[[package]]8564name = "polyval"8565version = "0.5.3"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8568dependencies = [8569 "cfg-if 1.0.0",8570 "cpufeatures",8571 "opaque-debug 0.3.0",8572 "universal-hash",8573]85748575[[package]]8576name = "ppv-lite86"8577version = "0.2.16"8578source = "registry+https://github.com/rust-lang/crates.io-index"8579checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85808581[[package]]8582name = "primitive-types"8583version = "0.11.1"8584source = "registry+https://github.com/rust-lang/crates.io-index"8585checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8586dependencies = [8587 "fixed-hash",8588 "impl-codec",8589 "impl-rlp",8590 "impl-serde",8591 "scale-info",8592 "uint",8593]85948595[[package]]8596name = "prioritized-metered-channel"8597version = "0.2.0"8598source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8599dependencies = [8600 "coarsetime",8601 "crossbeam-queue",8602 "derive_more",8603 "futures 0.3.25",8604 "futures-timer",8605 "nanorand",8606 "thiserror",8607 "tracing",8608]86098610[[package]]8611name = "proc-macro-crate"8612version = "1.2.1"8613source = "registry+https://github.com/rust-lang/crates.io-index"8614checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8615dependencies = [8616 "once_cell",8617 "thiserror",8618 "toml",8619]86208621[[package]]8622name = "proc-macro-error"8623version = "1.0.4"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8626dependencies = [8627 "proc-macro-error-attr",8628 "proc-macro2",8629 "quote",8630 "syn",8631 "version_check",8632]86338634[[package]]8635name = "proc-macro-error-attr"8636version = "1.0.4"8637source = "registry+https://github.com/rust-lang/crates.io-index"8638checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8639dependencies = [8640 "proc-macro2",8641 "quote",8642 "version_check",8643]86448645[[package]]8646name = "proc-macro2"8647version = "1.0.47"8648source = "registry+https://github.com/rust-lang/crates.io-index"8649checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8650dependencies = [8651 "unicode-ident",8652]86538654[[package]]8655name = "prometheus"8656version = "0.13.3"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8659dependencies = [8660 "cfg-if 1.0.0",8661 "fnv",8662 "lazy_static",8663 "memchr",8664 "parking_lot 0.12.1",8665 "thiserror",8666]86678668[[package]]8669name = "prometheus-client"8670version = "0.16.0"8671source = "registry+https://github.com/rust-lang/crates.io-index"8672checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8673dependencies = [8674 "dtoa",8675 "itoa",8676 "owning_ref",8677 "prometheus-client-derive-text-encode",8678]86798680[[package]]8681name = "prometheus-client-derive-text-encode"8682version = "0.2.0"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8685dependencies = [8686 "proc-macro2",8687 "quote",8688 "syn",8689]86908691[[package]]8692name = "prost"8693version = "0.10.4"8694source = "registry+https://github.com/rust-lang/crates.io-index"8695checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8696dependencies = [8697 "bytes",8698 "prost-derive 0.10.1",8699]87008701[[package]]8702name = "prost"8703version = "0.11.0"8704source = "registry+https://github.com/rust-lang/crates.io-index"8705checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8706dependencies = [8707 "bytes",8708 "prost-derive 0.11.0",8709]87108711[[package]]8712name = "prost-build"8713version = "0.10.4"8714source = "registry+https://github.com/rust-lang/crates.io-index"8715checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8716dependencies = [8717 "bytes",8718 "cfg-if 1.0.0",8719 "cmake",8720 "heck",8721 "itertools",8722 "lazy_static",8723 "log",8724 "multimap",8725 "petgraph",8726 "prost 0.10.4",8727 "prost-types 0.10.1",8728 "regex",8729 "tempfile",8730 "which",8731]87328733[[package]]8734name = "prost-build"8735version = "0.11.1"8736source = "registry+https://github.com/rust-lang/crates.io-index"8737checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8738dependencies = [8739 "bytes",8740 "heck",8741 "itertools",8742 "lazy_static",8743 "log",8744 "multimap",8745 "petgraph",8746 "prost 0.11.0",8747 "prost-types 0.11.1",8748 "regex",8749 "tempfile",8750 "which",8751]87528753[[package]]8754name = "prost-codec"8755version = "0.1.0"8756source = "registry+https://github.com/rust-lang/crates.io-index"8757checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8758dependencies = [8759 "asynchronous-codec",8760 "bytes",8761 "prost 0.10.4",8762 "thiserror",8763 "unsigned-varint",8764]87658766[[package]]8767name = "prost-derive"8768version = "0.10.1"8769source = "registry+https://github.com/rust-lang/crates.io-index"8770checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8771dependencies = [8772 "anyhow",8773 "itertools",8774 "proc-macro2",8775 "quote",8776 "syn",8777]87788779[[package]]8780name = "prost-derive"8781version = "0.11.0"8782source = "registry+https://github.com/rust-lang/crates.io-index"8783checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8784dependencies = [8785 "anyhow",8786 "itertools",8787 "proc-macro2",8788 "quote",8789 "syn",8790]87918792[[package]]8793name = "prost-types"8794version = "0.10.1"8795source = "registry+https://github.com/rust-lang/crates.io-index"8796checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8797dependencies = [8798 "bytes",8799 "prost 0.10.4",8800]88018802[[package]]8803name = "prost-types"8804version = "0.11.1"8805source = "registry+https://github.com/rust-lang/crates.io-index"8806checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8807dependencies = [8808 "bytes",8809 "prost 0.11.0",8810]88118812[[package]]8813name = "psm"8814version = "0.1.21"8815source = "registry+https://github.com/rust-lang/crates.io-index"8816checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8817dependencies = [8818 "cc",8819]88208821[[package]]8822name = "quartz-runtime"8823version = "0.9.30"8824dependencies = [8825 "app-promotion-rpc",8826 "cumulus-pallet-aura-ext",8827 "cumulus-pallet-dmp-queue",8828 "cumulus-pallet-parachain-system",8829 "cumulus-pallet-xcm",8830 "cumulus-pallet-xcmp-queue",8831 "cumulus-primitives-core",8832 "cumulus-primitives-timestamp",8833 "cumulus-primitives-utility",8834 "derivative",8835 "evm-coder",8836 "fp-evm-mapping",8837 "fp-rpc",8838 "fp-self-contained",8839 "frame-benchmarking",8840 "frame-executive",8841 "frame-support",8842 "frame-system",8843 "frame-system-benchmarking",8844 "frame-system-rpc-runtime-api",8845 "frame-try-runtime",8846 "hex-literal",8847 "impl-trait-for-tuples",8848 "log",8849 "logtest",8850 "orml-tokens",8851 "orml-traits",8852 "orml-vesting",8853 "orml-xtokens",8854 "pallet-app-promotion",8855 "pallet-aura",8856 "pallet-balances",8857 "pallet-base-fee",8858 "pallet-common",8859 "pallet-configuration",8860 "pallet-ethereum",8861 "pallet-evm",8862 "pallet-evm-coder-substrate",8863 "pallet-evm-contract-helpers",8864 "pallet-evm-migration",8865 "pallet-evm-transaction-payment",8866 "pallet-foreign-assets",8867 "pallet-fungible",8868 "pallet-inflation",8869 "pallet-maintenance",8870 "pallet-nonfungible",8871 "pallet-randomness-collective-flip",8872 "pallet-refungible",8873 "pallet-rmrk-core",8874 "pallet-rmrk-equip",8875 "pallet-structure",8876 "pallet-sudo",8877 "pallet-template-transaction-payment",8878 "pallet-timestamp",8879 "pallet-transaction-payment",8880 "pallet-transaction-payment-rpc-runtime-api",8881 "pallet-treasury",8882 "pallet-unique",8883 "pallet-unique-scheduler",8884 "pallet-xcm",8885 "parachain-info",8886 "parity-scale-codec 3.2.1",8887 "polkadot-parachain",8888 "rmrk-rpc",8889 "scale-info",8890 "serde",8891 "smallvec",8892 "sp-api",8893 "sp-arithmetic",8894 "sp-block-builder",8895 "sp-consensus-aura",8896 "sp-core",8897 "sp-inherents",8898 "sp-io",8899 "sp-offchain",8900 "sp-runtime",8901 "sp-session",8902 "sp-std",8903 "sp-transaction-pool",8904 "sp-version",8905 "substrate-wasm-builder",8906 "up-common",8907 "up-data-structs",8908 "up-rpc",8909 "up-sponsorship",8910 "xcm",8911 "xcm-builder",8912 "xcm-executor",8913]89148915[[package]]8916name = "quick-error"8917version = "1.2.3"8918source = "registry+https://github.com/rust-lang/crates.io-index"8919checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89208921[[package]]8922name = "quicksink"8923version = "0.1.2"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8926dependencies = [8927 "futures-core",8928 "futures-sink",8929 "pin-project-lite 0.1.12",8930]89318932[[package]]8933name = "quote"8934version = "1.0.21"8935source = "registry+https://github.com/rust-lang/crates.io-index"8936checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8937dependencies = [8938 "proc-macro2",8939]89408941[[package]]8942name = "radium"8943version = "0.6.2"8944source = "registry+https://github.com/rust-lang/crates.io-index"8945checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89468947[[package]]8948name = "radium"8949version = "0.7.0"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89528953[[package]]8954name = "rand"8955version = "0.7.3"8956source = "registry+https://github.com/rust-lang/crates.io-index"8957checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8958dependencies = [8959 "getrandom 0.1.16",8960 "libc",8961 "rand_chacha 0.2.2",8962 "rand_core 0.5.1",8963 "rand_hc",8964 "rand_pcg 0.2.1",8965]89668967[[package]]8968name = "rand"8969version = "0.8.5"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8972dependencies = [8973 "libc",8974 "rand_chacha 0.3.1",8975 "rand_core 0.6.4",8976]89778978[[package]]8979name = "rand_chacha"8980version = "0.2.2"8981source = "registry+https://github.com/rust-lang/crates.io-index"8982checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8983dependencies = [8984 "ppv-lite86",8985 "rand_core 0.5.1",8986]89878988[[package]]8989name = "rand_chacha"8990version = "0.3.1"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8993dependencies = [8994 "ppv-lite86",8995 "rand_core 0.6.4",8996]89978998[[package]]8999name = "rand_core"9000version = "0.5.1"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9003dependencies = [9004 "getrandom 0.1.16",9005]90069007[[package]]9008name = "rand_core"9009version = "0.6.4"9010source = "registry+https://github.com/rust-lang/crates.io-index"9011checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9012dependencies = [9013 "getrandom 0.2.8",9014]90159016[[package]]9017name = "rand_distr"9018version = "0.4.3"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9021dependencies = [9022 "num-traits",9023 "rand 0.8.5",9024]90259026[[package]]9027name = "rand_hc"9028version = "0.2.0"9029source = "registry+https://github.com/rust-lang/crates.io-index"9030checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9031dependencies = [9032 "rand_core 0.5.1",9033]90349035[[package]]9036name = "rand_pcg"9037version = "0.2.1"9038source = "registry+https://github.com/rust-lang/crates.io-index"9039checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9040dependencies = [9041 "rand_core 0.5.1",9042]90439044[[package]]9045name = "rand_pcg"9046version = "0.3.1"9047source = "registry+https://github.com/rust-lang/crates.io-index"9048checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9049dependencies = [9050 "rand_core 0.6.4",9051]90529053[[package]]9054name = "rawpointer"9055version = "0.2.1"9056source = "registry+https://github.com/rust-lang/crates.io-index"9057checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90589059[[package]]9060name = "rayon"9061version = "1.5.3"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9064dependencies = [9065 "autocfg",9066 "crossbeam-deque",9067 "either",9068 "rayon-core",9069]90709071[[package]]9072name = "rayon-core"9073version = "1.9.3"9074source = "registry+https://github.com/rust-lang/crates.io-index"9075checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9076dependencies = [9077 "crossbeam-channel",9078 "crossbeam-deque",9079 "crossbeam-utils",9080 "num_cpus",9081]90829083[[package]]9084name = "redox_syscall"9085version = "0.2.16"9086source = "registry+https://github.com/rust-lang/crates.io-index"9087checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9088dependencies = [9089 "bitflags",9090]90919092[[package]]9093name = "redox_users"9094version = "0.4.3"9095source = "registry+https://github.com/rust-lang/crates.io-index"9096checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9097dependencies = [9098 "getrandom 0.2.8",9099 "redox_syscall",9100 "thiserror",9101]91029103[[package]]9104name = "reed-solomon-novelpoly"9105version = "1.0.0"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9108dependencies = [9109 "derive_more",9110 "fs-err",9111 "itertools",9112 "static_init 0.5.2",9113 "thiserror",9114]91159116[[package]]9117name = "ref-cast"9118version = "1.0.12"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9121dependencies = [9122 "ref-cast-impl",9123]91249125[[package]]9126name = "ref-cast-impl"9127version = "1.0.12"9128source = "registry+https://github.com/rust-lang/crates.io-index"9129checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9130dependencies = [9131 "proc-macro2",9132 "quote",9133 "syn",9134]91359136[[package]]9137name = "regalloc2"9138version = "0.3.2"9139source = "registry+https://github.com/rust-lang/crates.io-index"9140checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9141dependencies = [9142 "fxhash",9143 "log",9144 "slice-group-by",9145 "smallvec",9146]91479148[[package]]9149name = "regex"9150version = "1.6.0"9151source = "registry+https://github.com/rust-lang/crates.io-index"9152checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9153dependencies = [9154 "aho-corasick",9155 "memchr",9156 "regex-syntax",9157]91589159[[package]]9160name = "regex-automata"9161version = "0.1.10"9162source = "registry+https://github.com/rust-lang/crates.io-index"9163checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9164dependencies = [9165 "regex-syntax",9166]91679168[[package]]9169name = "regex-syntax"9170version = "0.6.27"9171source = "registry+https://github.com/rust-lang/crates.io-index"9172checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91739174[[package]]9175name = "remote-externalities"9176version = "0.10.0-dev"9177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9178dependencies = [9179 "env_logger",9180 "jsonrpsee",9181 "log",9182 "parity-scale-codec 3.2.1",9183 "serde",9184 "serde_json",9185 "sp-core",9186 "sp-io",9187 "sp-runtime",9188 "sp-version",9189]91909191[[package]]9192name = "remove_dir_all"9193version = "0.5.3"9194source = "registry+https://github.com/rust-lang/crates.io-index"9195checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9196dependencies = [9197 "winapi",9198]91999200[[package]]9201name = "resolv-conf"9202version = "0.7.0"9203source = "registry+https://github.com/rust-lang/crates.io-index"9204checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9205dependencies = [9206 "hostname",9207 "quick-error",9208]92099210[[package]]9211name = "rfc6979"9212version = "0.1.0"9213source = "registry+https://github.com/rust-lang/crates.io-index"9214checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9215dependencies = [9216 "crypto-bigint",9217 "hmac 0.11.0",9218 "zeroize",9219]92209221[[package]]9222name = "ring"9223version = "0.16.20"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9226dependencies = [9227 "cc",9228 "libc",9229 "once_cell",9230 "spin",9231 "untrusted",9232 "web-sys",9233 "winapi",9234]92359236[[package]]9237name = "rlp"9238version = "0.5.2"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9241dependencies = [9242 "bytes",9243 "rustc-hex",9244]92459246[[package]]9247name = "rlp-derive"9248version = "0.1.0"9249source = "registry+https://github.com/rust-lang/crates.io-index"9250checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9251dependencies = [9252 "proc-macro2",9253 "quote",9254 "syn",9255]92569257[[package]]9258name = "rmrk-rpc"9259version = "0.0.2"9260dependencies = [9261 "parity-scale-codec 2.3.1",9262 "rmrk-traits",9263 "serde",9264 "sp-api",9265 "sp-core",9266 "sp-runtime",9267 "sp-std",9268]92699270[[package]]9271name = "rmrk-traits"9272version = "0.1.0"9273dependencies = [9274 "parity-scale-codec 3.2.1",9275 "scale-info",9276 "serde",9277]92789279[[package]]9280name = "rocksdb"9281version = "0.18.0"9282source = "registry+https://github.com/rust-lang/crates.io-index"9283checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9284dependencies = [9285 "libc",9286 "librocksdb-sys",9287]92889289[[package]]9290name = "rococo-runtime"9291version = "0.9.30"9292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9293dependencies = [9294 "beefy-merkle-tree",9295 "beefy-primitives",9296 "frame-benchmarking",9297 "frame-executive",9298 "frame-support",9299 "frame-system",9300 "frame-system-benchmarking",9301 "frame-system-rpc-runtime-api",9302 "hex-literal",9303 "log",9304 "pallet-authority-discovery",9305 "pallet-authorship",9306 "pallet-babe",9307 "pallet-balances",9308 "pallet-beefy",9309 "pallet-beefy-mmr",9310 "pallet-bounties",9311 "pallet-child-bounties",9312 "pallet-collective",9313 "pallet-democracy",9314 "pallet-elections-phragmen",9315 "pallet-gilt",9316 "pallet-grandpa",9317 "pallet-identity",9318 "pallet-im-online",9319 "pallet-indices",9320 "pallet-membership",9321 "pallet-mmr",9322 "pallet-multisig",9323 "pallet-offences",9324 "pallet-preimage",9325 "pallet-proxy",9326 "pallet-recovery",9327 "pallet-scheduler",9328 "pallet-session",9329 "pallet-society",9330 "pallet-staking",9331 "pallet-sudo",9332 "pallet-timestamp",9333 "pallet-tips",9334 "pallet-transaction-payment",9335 "pallet-transaction-payment-rpc-runtime-api",9336 "pallet-treasury",9337 "pallet-utility",9338 "pallet-vesting",9339 "pallet-xcm",9340 "pallet-xcm-benchmarks",9341 "parity-scale-codec 3.2.1",9342 "polkadot-parachain",9343 "polkadot-primitives",9344 "polkadot-runtime-common",9345 "polkadot-runtime-parachains",9346 "rococo-runtime-constants",9347 "scale-info",9348 "serde",9349 "serde_derive",9350 "smallvec",9351 "sp-api",9352 "sp-authority-discovery",9353 "sp-block-builder",9354 "sp-consensus-babe",9355 "sp-core",9356 "sp-inherents",9357 "sp-io",9358 "sp-mmr-primitives",9359 "sp-offchain",9360 "sp-runtime",9361 "sp-session",9362 "sp-staking",9363 "sp-std",9364 "sp-transaction-pool",9365 "sp-version",9366 "static_assertions",9367 "substrate-wasm-builder",9368 "xcm",9369 "xcm-builder",9370 "xcm-executor",9371]93729373[[package]]9374name = "rococo-runtime-constants"9375version = "0.9.30"9376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9377dependencies = [9378 "frame-support",9379 "polkadot-primitives",9380 "polkadot-runtime-common",9381 "smallvec",9382 "sp-runtime",9383]93849385[[package]]9386name = "rpassword"9387version = "7.1.0"9388source = "registry+https://github.com/rust-lang/crates.io-index"9389checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9390dependencies = [9391 "libc",9392 "winapi",9393]93949395[[package]]9396name = "rtnetlink"9397version = "0.10.1"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9400dependencies = [9401 "async-global-executor",9402 "futures 0.3.25",9403 "log",9404 "netlink-packet-route",9405 "netlink-proto",9406 "nix",9407 "thiserror",9408]94099410[[package]]9411name = "rustc-demangle"9412version = "0.1.21"9413source = "registry+https://github.com/rust-lang/crates.io-index"9414checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94159416[[package]]9417name = "rustc-hash"9418version = "1.1.0"9419source = "registry+https://github.com/rust-lang/crates.io-index"9420checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94219422[[package]]9423name = "rustc-hex"9424version = "2.1.0"9425source = "registry+https://github.com/rust-lang/crates.io-index"9426checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94279428[[package]]9429name = "rustc_version"9430version = "0.2.3"9431source = "registry+https://github.com/rust-lang/crates.io-index"9432checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9433dependencies = [9434 "semver 0.9.0",9435]94369437[[package]]9438name = "rustc_version"9439version = "0.4.0"9440source = "registry+https://github.com/rust-lang/crates.io-index"9441checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9442dependencies = [9443 "semver 1.0.14",9444]94459446[[package]]9447name = "rustix"9448version = "0.35.12"9449source = "registry+https://github.com/rust-lang/crates.io-index"9450checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9451dependencies = [9452 "bitflags",9453 "errno",9454 "io-lifetimes",9455 "libc",9456 "linux-raw-sys",9457 "windows-sys 0.36.1",9458]94599460[[package]]9461name = "rustls"9462version = "0.20.7"9463source = "registry+https://github.com/rust-lang/crates.io-index"9464checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9465dependencies = [9466 "log",9467 "ring",9468 "sct",9469 "webpki",9470]94719472[[package]]9473name = "rustls-native-certs"9474version = "0.6.2"9475source = "registry+https://github.com/rust-lang/crates.io-index"9476checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9477dependencies = [9478 "openssl-probe",9479 "rustls-pemfile",9480 "schannel",9481 "security-framework",9482]94839484[[package]]9485name = "rustls-pemfile"9486version = "1.0.1"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9489dependencies = [9490 "base64",9491]94929493[[package]]9494name = "rustversion"9495version = "1.0.9"9496source = "registry+https://github.com/rust-lang/crates.io-index"9497checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94989499[[package]]9500name = "rw-stream-sink"9501version = "0.3.0"9502source = "registry+https://github.com/rust-lang/crates.io-index"9503checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9504dependencies = [9505 "futures 0.3.25",9506 "pin-project",9507 "static_assertions",9508]95099510[[package]]9511name = "ryu"9512version = "1.0.11"9513source = "registry+https://github.com/rust-lang/crates.io-index"9514checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"95159516[[package]]9517name = "safe-mix"9518version = "1.0.1"9519source = "registry+https://github.com/rust-lang/crates.io-index"9520checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9521dependencies = [9522 "rustc_version 0.2.3",9523]95249525[[package]]9526name = "salsa20"9527version = "0.10.2"9528source = "registry+https://github.com/rust-lang/crates.io-index"9529checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9530dependencies = [9531 "cipher 0.4.3",9532]95339534[[package]]9535name = "same-file"9536version = "1.0.6"9537source = "registry+https://github.com/rust-lang/crates.io-index"9538checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9539dependencies = [9540 "winapi-util",9541]95429543[[package]]9544name = "sc-allocator"9545version = "4.1.0-dev"9546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9547dependencies = [9548 "log",9549 "sp-core",9550 "sp-wasm-interface",9551 "thiserror",9552]95539554[[package]]9555name = "sc-authority-discovery"9556version = "0.10.0-dev"9557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9558dependencies = [9559 "async-trait",9560 "futures 0.3.25",9561 "futures-timer",9562 "ip_network",9563 "libp2p",9564 "log",9565 "parity-scale-codec 3.2.1",9566 "prost 0.10.4",9567 "prost-build 0.10.4",9568 "rand 0.7.3",9569 "sc-client-api",9570 "sc-network-common",9571 "sp-api",9572 "sp-authority-discovery",9573 "sp-blockchain",9574 "sp-core",9575 "sp-keystore",9576 "sp-runtime",9577 "substrate-prometheus-endpoint",9578 "thiserror",9579]95809581[[package]]9582name = "sc-basic-authorship"9583version = "0.10.0-dev"9584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9585dependencies = [9586 "futures 0.3.25",9587 "futures-timer",9588 "log",9589 "parity-scale-codec 3.2.1",9590 "sc-block-builder",9591 "sc-client-api",9592 "sc-proposer-metrics",9593 "sc-telemetry",9594 "sc-transaction-pool-api",9595 "sp-api",9596 "sp-blockchain",9597 "sp-consensus",9598 "sp-core",9599 "sp-inherents",9600 "sp-runtime",9601 "substrate-prometheus-endpoint",9602]96039604[[package]]9605name = "sc-block-builder"9606version = "0.10.0-dev"9607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9608dependencies = [9609 "parity-scale-codec 3.2.1",9610 "sc-client-api",9611 "sp-api",9612 "sp-block-builder",9613 "sp-blockchain",9614 "sp-core",9615 "sp-inherents",9616 "sp-runtime",9617 "sp-state-machine",9618]96199620[[package]]9621name = "sc-chain-spec"9622version = "4.0.0-dev"9623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9624dependencies = [9625 "impl-trait-for-tuples",9626 "memmap2",9627 "parity-scale-codec 3.2.1",9628 "sc-chain-spec-derive",9629 "sc-network-common",9630 "sc-telemetry",9631 "serde",9632 "serde_json",9633 "sp-core",9634 "sp-runtime",9635]96369637[[package]]9638name = "sc-chain-spec-derive"9639version = "4.0.0-dev"9640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9641dependencies = [9642 "proc-macro-crate",9643 "proc-macro2",9644 "quote",9645 "syn",9646]96479648[[package]]9649name = "sc-cli"9650version = "0.10.0-dev"9651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9652dependencies = [9653 "array-bytes",9654 "chrono",9655 "clap",9656 "fdlimit",9657 "futures 0.3.25",9658 "libp2p",9659 "log",9660 "names",9661 "parity-scale-codec 3.2.1",9662 "rand 0.7.3",9663 "regex",9664 "rpassword",9665 "sc-client-api",9666 "sc-client-db",9667 "sc-keystore",9668 "sc-network",9669 "sc-network-common",9670 "sc-service",9671 "sc-telemetry",9672 "sc-tracing",9673 "sc-utils",9674 "serde",9675 "serde_json",9676 "sp-blockchain",9677 "sp-core",9678 "sp-keyring",9679 "sp-keystore",9680 "sp-panic-handler",9681 "sp-runtime",9682 "sp-version",9683 "thiserror",9684 "tiny-bip39",9685 "tokio",9686]96879688[[package]]9689name = "sc-client-api"9690version = "4.0.0-dev"9691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9692dependencies = [9693 "fnv",9694 "futures 0.3.25",9695 "hash-db",9696 "log",9697 "parity-scale-codec 3.2.1",9698 "parking_lot 0.12.1",9699 "sc-executor",9700 "sc-transaction-pool-api",9701 "sc-utils",9702 "sp-api",9703 "sp-blockchain",9704 "sp-consensus",9705 "sp-core",9706 "sp-database",9707 "sp-externalities",9708 "sp-keystore",9709 "sp-runtime",9710 "sp-state-machine",9711 "sp-storage",9712 "sp-trie",9713 "substrate-prometheus-endpoint",9714]97159716[[package]]9717name = "sc-client-db"9718version = "0.10.0-dev"9719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9720dependencies = [9721 "hash-db",9722 "kvdb",9723 "kvdb-memorydb",9724 "kvdb-rocksdb",9725 "linked-hash-map",9726 "log",9727 "parity-db",9728 "parity-scale-codec 3.2.1",9729 "parking_lot 0.12.1",9730 "sc-client-api",9731 "sc-state-db",9732 "sp-arithmetic",9733 "sp-blockchain",9734 "sp-core",9735 "sp-database",9736 "sp-runtime",9737 "sp-state-machine",9738 "sp-trie",9739]97409741[[package]]9742name = "sc-consensus"9743version = "0.10.0-dev"9744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9745dependencies = [9746 "async-trait",9747 "futures 0.3.25",9748 "futures-timer",9749 "libp2p",9750 "log",9751 "parking_lot 0.12.1",9752 "sc-client-api",9753 "sc-utils",9754 "serde",9755 "sp-api",9756 "sp-blockchain",9757 "sp-consensus",9758 "sp-core",9759 "sp-runtime",9760 "sp-state-machine",9761 "substrate-prometheus-endpoint",9762 "thiserror",9763]97649765[[package]]9766name = "sc-consensus-aura"9767version = "0.10.0-dev"9768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9769dependencies = [9770 "async-trait",9771 "futures 0.3.25",9772 "log",9773 "parity-scale-codec 3.2.1",9774 "sc-block-builder",9775 "sc-client-api",9776 "sc-consensus",9777 "sc-consensus-slots",9778 "sc-telemetry",9779 "sp-api",9780 "sp-application-crypto",9781 "sp-block-builder",9782 "sp-blockchain",9783 "sp-consensus",9784 "sp-consensus-aura",9785 "sp-consensus-slots",9786 "sp-core",9787 "sp-inherents",9788 "sp-keystore",9789 "sp-runtime",9790 "substrate-prometheus-endpoint",9791 "thiserror",9792]97939794[[package]]9795name = "sc-consensus-babe"9796version = "0.10.0-dev"9797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9798dependencies = [9799 "async-trait",9800 "fork-tree",9801 "futures 0.3.25",9802 "log",9803 "merlin",9804 "num-bigint 0.2.6",9805 "num-rational 0.2.4",9806 "num-traits",9807 "parity-scale-codec 3.2.1",9808 "parking_lot 0.12.1",9809 "rand 0.7.3",9810 "sc-client-api",9811 "sc-consensus",9812 "sc-consensus-epochs",9813 "sc-consensus-slots",9814 "sc-keystore",9815 "sc-telemetry",9816 "schnorrkel",9817 "serde",9818 "sp-api",9819 "sp-application-crypto",9820 "sp-block-builder",9821 "sp-blockchain",9822 "sp-consensus",9823 "sp-consensus-babe",9824 "sp-consensus-slots",9825 "sp-consensus-vrf",9826 "sp-core",9827 "sp-inherents",9828 "sp-io",9829 "sp-keystore",9830 "sp-runtime",9831 "sp-version",9832 "substrate-prometheus-endpoint",9833 "thiserror",9834]98359836[[package]]9837name = "sc-consensus-babe-rpc"9838version = "0.10.0-dev"9839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9840dependencies = [9841 "futures 0.3.25",9842 "jsonrpsee",9843 "sc-consensus-babe",9844 "sc-consensus-epochs",9845 "sc-rpc-api",9846 "serde",9847 "sp-api",9848 "sp-application-crypto",9849 "sp-blockchain",9850 "sp-consensus",9851 "sp-consensus-babe",9852 "sp-core",9853 "sp-keystore",9854 "sp-runtime",9855 "thiserror",9856]98579858[[package]]9859name = "sc-consensus-epochs"9860version = "0.10.0-dev"9861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9862dependencies = [9863 "fork-tree",9864 "parity-scale-codec 3.2.1",9865 "sc-client-api",9866 "sc-consensus",9867 "sp-blockchain",9868 "sp-runtime",9869]98709871[[package]]9872name = "sc-consensus-manual-seal"9873version = "0.10.0-dev"9874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9875dependencies = [9876 "assert_matches",9877 "async-trait",9878 "futures 0.3.25",9879 "jsonrpsee",9880 "log",9881 "parity-scale-codec 3.2.1",9882 "sc-client-api",9883 "sc-consensus",9884 "sc-consensus-aura",9885 "sc-consensus-babe",9886 "sc-consensus-epochs",9887 "sc-transaction-pool",9888 "sc-transaction-pool-api",9889 "serde",9890 "sp-api",9891 "sp-blockchain",9892 "sp-consensus",9893 "sp-consensus-aura",9894 "sp-consensus-babe",9895 "sp-consensus-slots",9896 "sp-core",9897 "sp-inherents",9898 "sp-keystore",9899 "sp-runtime",9900 "sp-timestamp",9901 "substrate-prometheus-endpoint",9902 "thiserror",9903]99049905[[package]]9906name = "sc-consensus-slots"9907version = "0.10.0-dev"9908source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9909dependencies = [9910 "async-trait",9911 "futures 0.3.25",9912 "futures-timer",9913 "log",9914 "parity-scale-codec 3.2.1",9915 "sc-client-api",9916 "sc-consensus",9917 "sc-telemetry",9918 "sp-arithmetic",9919 "sp-blockchain",9920 "sp-consensus",9921 "sp-consensus-slots",9922 "sp-core",9923 "sp-inherents",9924 "sp-runtime",9925 "sp-state-machine",9926 "thiserror",9927]99289929[[package]]9930name = "sc-executor"9931version = "0.10.0-dev"9932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9933dependencies = [9934 "lazy_static",9935 "lru 0.7.8",9936 "parity-scale-codec 3.2.1",9937 "parking_lot 0.12.1",9938 "sc-executor-common",9939 "sc-executor-wasmi",9940 "sc-executor-wasmtime",9941 "sp-api",9942 "sp-core",9943 "sp-core-hashing-proc-macro",9944 "sp-externalities",9945 "sp-io",9946 "sp-panic-handler",9947 "sp-runtime-interface",9948 "sp-tasks",9949 "sp-trie",9950 "sp-version",9951 "sp-wasm-interface",9952 "tracing",9953 "wasmi",9954]99559956[[package]]9957name = "sc-executor-common"9958version = "0.10.0-dev"9959source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9960dependencies = [9961 "environmental",9962 "parity-scale-codec 3.2.1",9963 "sc-allocator",9964 "sp-maybe-compressed-blob",9965 "sp-sandbox",9966 "sp-wasm-interface",9967 "thiserror",9968 "wasm-instrument",9969 "wasmi",9970]99719972[[package]]9973name = "sc-executor-wasmi"9974version = "0.10.0-dev"9975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9976dependencies = [9977 "log",9978 "parity-scale-codec 3.2.1",9979 "sc-allocator",9980 "sc-executor-common",9981 "sp-runtime-interface",9982 "sp-sandbox",9983 "sp-wasm-interface",9984 "wasmi",9985]99869987[[package]]9988name = "sc-executor-wasmtime"9989version = "0.10.0-dev"9990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9991dependencies = [9992 "cfg-if 1.0.0",9993 "libc",9994 "log",9995 "once_cell",9996 "parity-scale-codec 3.2.1",9997 "parity-wasm 0.45.0",9998 "rustix",9999 "sc-allocator",10000 "sc-executor-common",10001 "sp-runtime-interface",10002 "sp-sandbox",10003 "sp-wasm-interface",10004 "wasmtime",10005]1000610007[[package]]10008name = "sc-finality-grandpa"10009version = "0.10.0-dev"10010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10011dependencies = [10012 "ahash",10013 "array-bytes",10014 "async-trait",10015 "dyn-clone",10016 "finality-grandpa",10017 "fork-tree",10018 "futures 0.3.25",10019 "futures-timer",10020 "log",10021 "parity-scale-codec 3.2.1",10022 "parking_lot 0.12.1",10023 "rand 0.8.5",10024 "sc-block-builder",10025 "sc-chain-spec",10026 "sc-client-api",10027 "sc-consensus",10028 "sc-keystore",10029 "sc-network",10030 "sc-network-common",10031 "sc-network-gossip",10032 "sc-telemetry",10033 "sc-utils",10034 "serde_json",10035 "sp-api",10036 "sp-application-crypto",10037 "sp-arithmetic",10038 "sp-blockchain",10039 "sp-consensus",10040 "sp-core",10041 "sp-finality-grandpa",10042 "sp-keystore",10043 "sp-runtime",10044 "substrate-prometheus-endpoint",10045 "thiserror",10046]1004710048[[package]]10049name = "sc-finality-grandpa-rpc"10050version = "0.10.0-dev"10051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10052dependencies = [10053 "finality-grandpa",10054 "futures 0.3.25",10055 "jsonrpsee",10056 "log",10057 "parity-scale-codec 3.2.1",10058 "sc-client-api",10059 "sc-finality-grandpa",10060 "sc-rpc",10061 "serde",10062 "serde_json",10063 "sp-blockchain",10064 "sp-core",10065 "sp-runtime",10066 "thiserror",10067]1006810069[[package]]10070name = "sc-informant"10071version = "0.10.0-dev"10072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10073dependencies = [10074 "ansi_term",10075 "futures 0.3.25",10076 "futures-timer",10077 "log",10078 "parity-util-mem",10079 "sc-client-api",10080 "sc-network-common",10081 "sc-transaction-pool-api",10082 "sp-blockchain",10083 "sp-runtime",10084]1008510086[[package]]10087name = "sc-keystore"10088version = "4.0.0-dev"10089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10090dependencies = [10091 "array-bytes",10092 "async-trait",10093 "parking_lot 0.12.1",10094 "serde_json",10095 "sp-application-crypto",10096 "sp-core",10097 "sp-keystore",10098 "thiserror",10099]1010010101[[package]]10102name = "sc-network"10103version = "0.10.0-dev"10104source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10105dependencies = [10106 "array-bytes",10107 "async-trait",10108 "asynchronous-codec",10109 "bitflags",10110 "bytes",10111 "cid",10112 "either",10113 "fnv",10114 "fork-tree",10115 "futures 0.3.25",10116 "futures-timer",10117 "ip_network",10118 "libp2p",10119 "linked-hash-map",10120 "linked_hash_set",10121 "log",10122 "lru 0.7.8",10123 "parity-scale-codec 3.2.1",10124 "parking_lot 0.12.1",10125 "pin-project",10126 "prost 0.10.4",10127 "rand 0.7.3",10128 "sc-block-builder",10129 "sc-client-api",10130 "sc-consensus",10131 "sc-network-common",10132 "sc-peerset",10133 "sc-utils",10134 "serde",10135 "serde_json",10136 "smallvec",10137 "sp-arithmetic",10138 "sp-blockchain",10139 "sp-consensus",10140 "sp-core",10141 "sp-runtime",10142 "substrate-prometheus-endpoint",10143 "thiserror",10144 "unsigned-varint",10145 "zeroize",10146]1014710148[[package]]10149name = "sc-network-bitswap"10150version = "0.10.0-dev"10151source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10152dependencies = [10153 "cid",10154 "futures 0.3.25",10155 "libp2p",10156 "log",10157 "prost 0.11.0",10158 "prost-build 0.11.1",10159 "sc-client-api",10160 "sc-network-common",10161 "sp-blockchain",10162 "sp-runtime",10163 "thiserror",10164 "unsigned-varint",10165 "void",10166]1016710168[[package]]10169name = "sc-network-common"10170version = "0.10.0-dev"10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10172dependencies = [10173 "async-trait",10174 "bitflags",10175 "bytes",10176 "futures 0.3.25",10177 "futures-timer",10178 "libp2p",10179 "linked_hash_set",10180 "parity-scale-codec 3.2.1",10181 "prost-build 0.10.4",10182 "sc-consensus",10183 "sc-peerset",10184 "serde",10185 "smallvec",10186 "sp-blockchain",10187 "sp-consensus",10188 "sp-finality-grandpa",10189 "sp-runtime",10190 "substrate-prometheus-endpoint",10191 "thiserror",10192]1019310194[[package]]10195name = "sc-network-gossip"10196version = "0.10.0-dev"10197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10198dependencies = [10199 "ahash",10200 "futures 0.3.25",10201 "futures-timer",10202 "libp2p",10203 "log",10204 "lru 0.7.8",10205 "sc-network-common",10206 "sc-peerset",10207 "sp-runtime",10208 "substrate-prometheus-endpoint",10209 "tracing",10210]1021110212[[package]]10213name = "sc-network-light"10214version = "0.10.0-dev"10215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10216dependencies = [10217 "array-bytes",10218 "futures 0.3.25",10219 "libp2p",10220 "log",10221 "parity-scale-codec 3.2.1",10222 "prost 0.10.4",10223 "prost-build 0.10.4",10224 "sc-client-api",10225 "sc-network-common",10226 "sc-peerset",10227 "sp-blockchain",10228 "sp-core",10229 "sp-runtime",10230 "thiserror",10231]1023210233[[package]]10234name = "sc-network-sync"10235version = "0.10.0-dev"10236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10237dependencies = [10238 "array-bytes",10239 "fork-tree",10240 "futures 0.3.25",10241 "libp2p",10242 "log",10243 "lru 0.7.8",10244 "parity-scale-codec 3.2.1",10245 "prost 0.10.4",10246 "prost-build 0.10.4",10247 "sc-client-api",10248 "sc-consensus",10249 "sc-network-common",10250 "sc-peerset",10251 "smallvec",10252 "sp-arithmetic",10253 "sp-blockchain",10254 "sp-consensus",10255 "sp-core",10256 "sp-finality-grandpa",10257 "sp-runtime",10258 "thiserror",10259]1026010261[[package]]10262name = "sc-network-transactions"10263version = "0.10.0-dev"10264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10265dependencies = [10266 "array-bytes",10267 "futures 0.3.25",10268 "hex",10269 "libp2p",10270 "log",10271 "parity-scale-codec 3.2.1",10272 "pin-project",10273 "sc-network-common",10274 "sc-peerset",10275 "sp-consensus",10276 "sp-runtime",10277 "substrate-prometheus-endpoint",10278]1027910280[[package]]10281name = "sc-offchain"10282version = "4.0.0-dev"10283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10284dependencies = [10285 "array-bytes",10286 "bytes",10287 "fnv",10288 "futures 0.3.25",10289 "futures-timer",10290 "hyper",10291 "hyper-rustls",10292 "libp2p",10293 "num_cpus",10294 "once_cell",10295 "parity-scale-codec 3.2.1",10296 "parking_lot 0.12.1",10297 "rand 0.7.3",10298 "sc-client-api",10299 "sc-network-common",10300 "sc-peerset",10301 "sc-utils",10302 "sp-api",10303 "sp-core",10304 "sp-offchain",10305 "sp-runtime",10306 "threadpool",10307 "tracing",10308]1030910310[[package]]10311name = "sc-peerset"10312version = "4.0.0-dev"10313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10314dependencies = [10315 "futures 0.3.25",10316 "libp2p",10317 "log",10318 "sc-utils",10319 "serde_json",10320 "wasm-timer",10321]1032210323[[package]]10324name = "sc-proposer-metrics"10325version = "0.10.0-dev"10326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10327dependencies = [10328 "log",10329 "substrate-prometheus-endpoint",10330]1033110332[[package]]10333name = "sc-rpc"10334version = "4.0.0-dev"10335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10336dependencies = [10337 "futures 0.3.25",10338 "hash-db",10339 "jsonrpsee",10340 "log",10341 "parity-scale-codec 3.2.1",10342 "parking_lot 0.12.1",10343 "sc-block-builder",10344 "sc-chain-spec",10345 "sc-client-api",10346 "sc-rpc-api",10347 "sc-tracing",10348 "sc-transaction-pool-api",10349 "sc-utils",10350 "serde_json",10351 "sp-api",10352 "sp-blockchain",10353 "sp-core",10354 "sp-keystore",10355 "sp-offchain",10356 "sp-rpc",10357 "sp-runtime",10358 "sp-session",10359 "sp-version",10360]1036110362[[package]]10363name = "sc-rpc-api"10364version = "0.10.0-dev"10365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10366dependencies = [10367 "futures 0.3.25",10368 "jsonrpsee",10369 "log",10370 "parity-scale-codec 3.2.1",10371 "parking_lot 0.12.1",10372 "sc-chain-spec",10373 "sc-transaction-pool-api",10374 "scale-info",10375 "serde",10376 "serde_json",10377 "sp-core",10378 "sp-rpc",10379 "sp-runtime",10380 "sp-tracing",10381 "sp-version",10382 "thiserror",10383]1038410385[[package]]10386name = "sc-rpc-server"10387version = "4.0.0-dev"10388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10389dependencies = [10390 "futures 0.3.25",10391 "jsonrpsee",10392 "log",10393 "serde_json",10394 "substrate-prometheus-endpoint",10395 "tokio",10396]1039710398[[package]]10399name = "sc-service"10400version = "0.10.0-dev"10401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10402dependencies = [10403 "async-trait",10404 "directories",10405 "exit-future",10406 "futures 0.3.25",10407 "futures-timer",10408 "hash-db",10409 "jsonrpsee",10410 "log",10411 "parity-scale-codec 3.2.1",10412 "parity-util-mem",10413 "parking_lot 0.12.1",10414 "pin-project",10415 "rand 0.7.3",10416 "sc-block-builder",10417 "sc-chain-spec",10418 "sc-client-api",10419 "sc-client-db",10420 "sc-consensus",10421 "sc-executor",10422 "sc-informant",10423 "sc-keystore",10424 "sc-network",10425 "sc-network-bitswap",10426 "sc-network-common",10427 "sc-network-light",10428 "sc-network-sync",10429 "sc-network-transactions",10430 "sc-offchain",10431 "sc-rpc",10432 "sc-rpc-server",10433 "sc-sysinfo",10434 "sc-telemetry",10435 "sc-tracing",10436 "sc-transaction-pool",10437 "sc-transaction-pool-api",10438 "sc-utils",10439 "serde",10440 "serde_json",10441 "sp-api",10442 "sp-application-crypto",10443 "sp-block-builder",10444 "sp-blockchain",10445 "sp-consensus",10446 "sp-core",10447 "sp-externalities",10448 "sp-inherents",10449 "sp-keystore",10450 "sp-runtime",10451 "sp-session",10452 "sp-state-machine",10453 "sp-storage",10454 "sp-tracing",10455 "sp-transaction-pool",10456 "sp-transaction-storage-proof",10457 "sp-trie",10458 "sp-version",10459 "static_init 1.0.3",10460 "substrate-prometheus-endpoint",10461 "tempfile",10462 "thiserror",10463 "tokio",10464 "tracing",10465 "tracing-futures",10466]1046710468[[package]]10469name = "sc-state-db"10470version = "0.10.0-dev"10471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10472dependencies = [10473 "log",10474 "parity-scale-codec 3.2.1",10475 "parity-util-mem",10476 "parity-util-mem-derive",10477 "parking_lot 0.12.1",10478 "sc-client-api",10479 "sp-core",10480]1048110482[[package]]10483name = "sc-sync-state-rpc"10484version = "0.10.0-dev"10485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10486dependencies = [10487 "jsonrpsee",10488 "parity-scale-codec 3.2.1",10489 "sc-chain-spec",10490 "sc-client-api",10491 "sc-consensus-babe",10492 "sc-consensus-epochs",10493 "sc-finality-grandpa",10494 "serde",10495 "serde_json",10496 "sp-blockchain",10497 "sp-runtime",10498 "thiserror",10499]1050010501[[package]]10502name = "sc-sysinfo"10503version = "6.0.0-dev"10504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10505dependencies = [10506 "futures 0.3.25",10507 "libc",10508 "log",10509 "rand 0.7.3",10510 "rand_pcg 0.2.1",10511 "regex",10512 "sc-telemetry",10513 "serde",10514 "serde_json",10515 "sp-core",10516 "sp-io",10517 "sp-std",10518]1051910520[[package]]10521name = "sc-telemetry"10522version = "4.0.0-dev"10523source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10524dependencies = [10525 "chrono",10526 "futures 0.3.25",10527 "libp2p",10528 "log",10529 "parking_lot 0.12.1",10530 "pin-project",10531 "rand 0.7.3",10532 "serde",10533 "serde_json",10534 "thiserror",10535 "wasm-timer",10536]1053710538[[package]]10539name = "sc-tracing"10540version = "4.0.0-dev"10541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10542dependencies = [10543 "ansi_term",10544 "atty",10545 "chrono",10546 "lazy_static",10547 "libc",10548 "log",10549 "once_cell",10550 "parking_lot 0.12.1",10551 "regex",10552 "rustc-hash",10553 "sc-client-api",10554 "sc-rpc-server",10555 "sc-tracing-proc-macro",10556 "serde",10557 "sp-api",10558 "sp-blockchain",10559 "sp-core",10560 "sp-rpc",10561 "sp-runtime",10562 "sp-tracing",10563 "thiserror",10564 "tracing",10565 "tracing-log",10566 "tracing-subscriber",10567]1056810569[[package]]10570name = "sc-tracing-proc-macro"10571version = "4.0.0-dev"10572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10573dependencies = [10574 "proc-macro-crate",10575 "proc-macro2",10576 "quote",10577 "syn",10578]1057910580[[package]]10581name = "sc-transaction-pool"10582version = "4.0.0-dev"10583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10584dependencies = [10585 "futures 0.3.25",10586 "futures-timer",10587 "linked-hash-map",10588 "log",10589 "parity-scale-codec 3.2.1",10590 "parity-util-mem",10591 "parking_lot 0.12.1",10592 "sc-client-api",10593 "sc-transaction-pool-api",10594 "sc-utils",10595 "serde",10596 "sp-api",10597 "sp-blockchain",10598 "sp-core",10599 "sp-runtime",10600 "sp-tracing",10601 "sp-transaction-pool",10602 "substrate-prometheus-endpoint",10603 "thiserror",10604]1060510606[[package]]10607name = "sc-transaction-pool-api"10608version = "4.0.0-dev"10609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10610dependencies = [10611 "futures 0.3.25",10612 "log",10613 "serde",10614 "sp-blockchain",10615 "sp-runtime",10616 "thiserror",10617]1061810619[[package]]10620name = "sc-utils"10621version = "4.0.0-dev"10622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10623dependencies = [10624 "futures 0.3.25",10625 "futures-timer",10626 "lazy_static",10627 "log",10628 "parking_lot 0.12.1",10629 "prometheus",10630]1063110632[[package]]10633name = "scale-info"10634version = "2.2.0"10635source = "registry+https://github.com/rust-lang/crates.io-index"10636checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10637dependencies = [10638 "bitvec 1.0.1",10639 "cfg-if 1.0.0",10640 "derive_more",10641 "parity-scale-codec 3.2.1",10642 "scale-info-derive",10643 "serde",10644]1064510646[[package]]10647name = "scale-info-derive"10648version = "2.2.0"10649source = "registry+https://github.com/rust-lang/crates.io-index"10650checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10651dependencies = [10652 "proc-macro-crate",10653 "proc-macro2",10654 "quote",10655 "syn",10656]1065710658[[package]]10659name = "schannel"10660version = "0.1.20"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10663dependencies = [10664 "lazy_static",10665 "windows-sys 0.36.1",10666]1066710668[[package]]10669name = "schnorrkel"10670version = "0.9.1"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10673dependencies = [10674 "arrayref",10675 "arrayvec 0.5.2",10676 "curve25519-dalek 2.1.3",10677 "getrandom 0.1.16",10678 "merlin",10679 "rand 0.7.3",10680 "rand_core 0.5.1",10681 "sha2 0.8.2",10682 "subtle",10683 "zeroize",10684]1068510686[[package]]10687name = "scopeguard"10688version = "1.1.0"10689source = "registry+https://github.com/rust-lang/crates.io-index"10690checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1069110692[[package]]10693name = "scratch"10694version = "1.0.2"10695source = "registry+https://github.com/rust-lang/crates.io-index"10696checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1069710698[[package]]10699name = "sct"10700version = "0.7.0"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10703dependencies = [10704 "ring",10705 "untrusted",10706]1070710708[[package]]10709name = "sec1"10710version = "0.2.1"10711source = "registry+https://github.com/rust-lang/crates.io-index"10712checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10713dependencies = [10714 "der",10715 "generic-array 0.14.6",10716 "pkcs8",10717 "subtle",10718 "zeroize",10719]1072010721[[package]]10722name = "secp256k1"10723version = "0.24.1"10724source = "registry+https://github.com/rust-lang/crates.io-index"10725checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10726dependencies = [10727 "secp256k1-sys",10728]1072910730[[package]]10731name = "secp256k1-sys"10732version = "0.6.1"10733source = "registry+https://github.com/rust-lang/crates.io-index"10734checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10735dependencies = [10736 "cc",10737]1073810739[[package]]10740name = "secrecy"10741version = "0.8.0"10742source = "registry+https://github.com/rust-lang/crates.io-index"10743checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10744dependencies = [10745 "zeroize",10746]1074710748[[package]]10749name = "security-framework"10750version = "2.7.0"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10753dependencies = [10754 "bitflags",10755 "core-foundation",10756 "core-foundation-sys",10757 "libc",10758 "security-framework-sys",10759]1076010761[[package]]10762name = "security-framework-sys"10763version = "2.6.1"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10766dependencies = [10767 "core-foundation-sys",10768 "libc",10769]1077010771[[package]]10772name = "semver"10773version = "0.6.0"10774source = "registry+https://github.com/rust-lang/crates.io-index"10775checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10776dependencies = [10777 "semver-parser",10778]1077910780[[package]]10781name = "semver"10782version = "0.9.0"10783source = "registry+https://github.com/rust-lang/crates.io-index"10784checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10785dependencies = [10786 "semver-parser",10787]1078810789[[package]]10790name = "semver"10791version = "1.0.14"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10794dependencies = [10795 "serde",10796]1079710798[[package]]10799name = "semver-parser"10800version = "0.7.0"10801source = "registry+https://github.com/rust-lang/crates.io-index"10802checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1080310804[[package]]10805name = "serde"10806version = "1.0.147"10807source = "registry+https://github.com/rust-lang/crates.io-index"10808checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10809dependencies = [10810 "serde_derive",10811]1081210813[[package]]10814name = "serde_derive"10815version = "1.0.147"10816source = "registry+https://github.com/rust-lang/crates.io-index"10817checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10818dependencies = [10819 "proc-macro2",10820 "quote",10821 "syn",10822]1082310824[[package]]10825name = "serde_json"10826version = "1.0.87"10827source = "registry+https://github.com/rust-lang/crates.io-index"10828checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10829dependencies = [10830 "itoa",10831 "ryu",10832 "serde",10833]1083410835[[package]]10836name = "serde_nanos"10837version = "0.1.2"10838source = "registry+https://github.com/rust-lang/crates.io-index"10839checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10840dependencies = [10841 "serde",10842]1084310844[[package]]10845name = "sha-1"10846version = "0.9.8"10847source = "registry+https://github.com/rust-lang/crates.io-index"10848checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10849dependencies = [10850 "block-buffer 0.9.0",10851 "cfg-if 1.0.0",10852 "cpufeatures",10853 "digest 0.9.0",10854 "opaque-debug 0.3.0",10855]1085610857[[package]]10858name = "sha1"10859version = "0.10.5"10860source = "registry+https://github.com/rust-lang/crates.io-index"10861checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10862dependencies = [10863 "cfg-if 1.0.0",10864 "cpufeatures",10865 "digest 0.10.5",10866]1086710868[[package]]10869name = "sha2"10870version = "0.8.2"10871source = "registry+https://github.com/rust-lang/crates.io-index"10872checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10873dependencies = [10874 "block-buffer 0.7.3",10875 "digest 0.8.1",10876 "fake-simd",10877 "opaque-debug 0.2.3",10878]1087910880[[package]]10881name = "sha2"10882version = "0.9.9"10883source = "registry+https://github.com/rust-lang/crates.io-index"10884checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10885dependencies = [10886 "block-buffer 0.9.0",10887 "cfg-if 1.0.0",10888 "cpufeatures",10889 "digest 0.9.0",10890 "opaque-debug 0.3.0",10891]1089210893[[package]]10894name = "sha2"10895version = "0.10.6"10896source = "registry+https://github.com/rust-lang/crates.io-index"10897checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10898dependencies = [10899 "cfg-if 1.0.0",10900 "cpufeatures",10901 "digest 0.10.5",10902]1090310904[[package]]10905name = "sha3"10906version = "0.10.6"10907source = "registry+https://github.com/rust-lang/crates.io-index"10908checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10909dependencies = [10910 "digest 0.10.5",10911 "keccak",10912]1091310914[[package]]10915name = "sha3-const"10916version = "0.1.1"10917source = "registry+https://github.com/rust-lang/crates.io-index"10918checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1091910920[[package]]10921name = "sharded-slab"10922version = "0.1.4"10923source = "registry+https://github.com/rust-lang/crates.io-index"10924checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10925dependencies = [10926 "lazy_static",10927]1092810929[[package]]10930name = "shlex"10931version = "1.1.0"10932source = "registry+https://github.com/rust-lang/crates.io-index"10933checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1093410935[[package]]10936name = "signal-hook"10937version = "0.3.14"10938source = "registry+https://github.com/rust-lang/crates.io-index"10939checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10940dependencies = [10941 "libc",10942 "signal-hook-registry",10943]1094410945[[package]]10946name = "signal-hook-registry"10947version = "1.4.0"10948source = "registry+https://github.com/rust-lang/crates.io-index"10949checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10950dependencies = [10951 "libc",10952]1095310954[[package]]10955name = "signature"10956version = "1.4.0"10957source = "registry+https://github.com/rust-lang/crates.io-index"10958checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10959dependencies = [10960 "digest 0.9.0",10961 "rand_core 0.6.4",10962]1096310964[[package]]10965name = "simba"10966version = "0.5.1"10967source = "registry+https://github.com/rust-lang/crates.io-index"10968checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10969dependencies = [10970 "approx",10971 "num-complex",10972 "num-traits",10973 "paste",10974]1097510976[[package]]10977name = "similar"10978version = "2.2.0"10979source = "registry+https://github.com/rust-lang/crates.io-index"10980checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10981dependencies = [10982 "bstr",10983 "unicode-segmentation",10984]1098510986[[package]]10987name = "similar-asserts"10988version = "1.4.2"10989source = "registry+https://github.com/rust-lang/crates.io-index"10990checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10991dependencies = [10992 "console",10993 "similar",10994]1099510996[[package]]10997name = "slab"10998version = "0.4.7"10999source = "registry+https://github.com/rust-lang/crates.io-index"11000checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11001dependencies = [11002 "autocfg",11003]1100411005[[package]]11006name = "slice-group-by"11007version = "0.3.0"11008source = "registry+https://github.com/rust-lang/crates.io-index"11009checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1101011011[[package]]11012name = "slot-range-helper"11013version = "0.9.30"11014source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11015dependencies = [11016 "enumn",11017 "parity-scale-codec 3.2.1",11018 "paste",11019 "sp-runtime",11020 "sp-std",11021]1102211023[[package]]11024name = "slotmap"11025version = "1.0.6"11026source = "registry+https://github.com/rust-lang/crates.io-index"11027checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11028dependencies = [11029 "version_check",11030]1103111032[[package]]11033name = "smallvec"11034version = "1.10.0"11035source = "registry+https://github.com/rust-lang/crates.io-index"11036checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1103711038[[package]]11039name = "snap"11040version = "1.0.5"11041source = "registry+https://github.com/rust-lang/crates.io-index"11042checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1104311044[[package]]11045name = "snow"11046version = "0.9.0"11047source = "registry+https://github.com/rust-lang/crates.io-index"11048checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11049dependencies = [11050 "aes-gcm",11051 "blake2",11052 "chacha20poly1305",11053 "curve25519-dalek 4.0.0-pre.1",11054 "rand_core 0.6.4",11055 "ring",11056 "rustc_version 0.4.0",11057 "sha2 0.10.6",11058 "subtle",11059]1106011061[[package]]11062name = "socket2"11063version = "0.4.7"11064source = "registry+https://github.com/rust-lang/crates.io-index"11065checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11066dependencies = [11067 "libc",11068 "winapi",11069]1107011071[[package]]11072name = "soketto"11073version = "0.7.1"11074source = "registry+https://github.com/rust-lang/crates.io-index"11075checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11076dependencies = [11077 "base64",11078 "bytes",11079 "flate2",11080 "futures 0.3.25",11081 "httparse",11082 "log",11083 "rand 0.8.5",11084 "sha-1",11085]1108611087[[package]]11088name = "sp-api"11089version = "4.0.0-dev"11090source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11091dependencies = [11092 "hash-db",11093 "log",11094 "parity-scale-codec 3.2.1",11095 "sp-api-proc-macro",11096 "sp-core",11097 "sp-runtime",11098 "sp-state-machine",11099 "sp-std",11100 "sp-trie",11101 "sp-version",11102 "thiserror",11103]1110411105[[package]]11106name = "sp-api-proc-macro"11107version = "4.0.0-dev"11108source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11109dependencies = [11110 "blake2",11111 "proc-macro-crate",11112 "proc-macro2",11113 "quote",11114 "syn",11115]1111611117[[package]]11118name = "sp-application-crypto"11119version = "6.0.0"11120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11121dependencies = [11122 "parity-scale-codec 3.2.1",11123 "scale-info",11124 "serde",11125 "sp-core",11126 "sp-io",11127 "sp-std",11128]1112911130[[package]]11131name = "sp-arithmetic"11132version = "5.0.0"11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11134dependencies = [11135 "integer-sqrt",11136 "num-traits",11137 "parity-scale-codec 3.2.1",11138 "scale-info",11139 "serde",11140 "sp-debug-derive",11141 "sp-std",11142 "static_assertions",11143]1114411145[[package]]11146name = "sp-authority-discovery"11147version = "4.0.0-dev"11148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11149dependencies = [11150 "parity-scale-codec 3.2.1",11151 "scale-info",11152 "sp-api",11153 "sp-application-crypto",11154 "sp-runtime",11155 "sp-std",11156]1115711158[[package]]11159name = "sp-authorship"11160version = "4.0.0-dev"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11162dependencies = [11163 "async-trait",11164 "parity-scale-codec 3.2.1",11165 "sp-inherents",11166 "sp-runtime",11167 "sp-std",11168]1116911170[[package]]11171name = "sp-block-builder"11172version = "4.0.0-dev"11173source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11174dependencies = [11175 "parity-scale-codec 3.2.1",11176 "sp-api",11177 "sp-inherents",11178 "sp-runtime",11179 "sp-std",11180]1118111182[[package]]11183name = "sp-blockchain"11184version = "4.0.0-dev"11185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11186dependencies = [11187 "futures 0.3.25",11188 "log",11189 "lru 0.7.8",11190 "parity-scale-codec 3.2.1",11191 "parking_lot 0.12.1",11192 "sp-api",11193 "sp-consensus",11194 "sp-database",11195 "sp-runtime",11196 "sp-state-machine",11197 "thiserror",11198]1119911200[[package]]11201name = "sp-consensus"11202version = "0.10.0-dev"11203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11204dependencies = [11205 "async-trait",11206 "futures 0.3.25",11207 "futures-timer",11208 "log",11209 "parity-scale-codec 3.2.1",11210 "sp-core",11211 "sp-inherents",11212 "sp-runtime",11213 "sp-state-machine",11214 "sp-std",11215 "sp-version",11216 "thiserror",11217]1121811219[[package]]11220name = "sp-consensus-aura"11221version = "0.10.0-dev"11222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11223dependencies = [11224 "async-trait",11225 "parity-scale-codec 3.2.1",11226 "scale-info",11227 "sp-api",11228 "sp-application-crypto",11229 "sp-consensus",11230 "sp-consensus-slots",11231 "sp-inherents",11232 "sp-runtime",11233 "sp-std",11234 "sp-timestamp",11235]1123611237[[package]]11238name = "sp-consensus-babe"11239version = "0.10.0-dev"11240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11241dependencies = [11242 "async-trait",11243 "merlin",11244 "parity-scale-codec 3.2.1",11245 "scale-info",11246 "serde",11247 "sp-api",11248 "sp-application-crypto",11249 "sp-consensus",11250 "sp-consensus-slots",11251 "sp-consensus-vrf",11252 "sp-core",11253 "sp-inherents",11254 "sp-keystore",11255 "sp-runtime",11256 "sp-std",11257 "sp-timestamp",11258]1125911260[[package]]11261name = "sp-consensus-slots"11262version = "0.10.0-dev"11263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11264dependencies = [11265 "parity-scale-codec 3.2.1",11266 "scale-info",11267 "serde",11268 "sp-arithmetic",11269 "sp-runtime",11270 "sp-std",11271 "sp-timestamp",11272]1127311274[[package]]11275name = "sp-consensus-vrf"11276version = "0.10.0-dev"11277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11278dependencies = [11279 "parity-scale-codec 3.2.1",11280 "scale-info",11281 "schnorrkel",11282 "sp-core",11283 "sp-runtime",11284 "sp-std",11285]1128611287[[package]]11288name = "sp-core"11289version = "6.0.0"11290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11291dependencies = [11292 "array-bytes",11293 "base58",11294 "bitflags",11295 "blake2",11296 "byteorder",11297 "dyn-clonable",11298 "ed25519-zebra",11299 "futures 0.3.25",11300 "hash-db",11301 "hash256-std-hasher",11302 "impl-serde",11303 "lazy_static",11304 "libsecp256k1",11305 "log",11306 "merlin",11307 "num-traits",11308 "parity-scale-codec 3.2.1",11309 "parity-util-mem",11310 "parking_lot 0.12.1",11311 "primitive-types",11312 "rand 0.7.3",11313 "regex",11314 "scale-info",11315 "schnorrkel",11316 "secp256k1",11317 "secrecy",11318 "serde",11319 "sp-core-hashing",11320 "sp-debug-derive",11321 "sp-externalities",11322 "sp-runtime-interface",11323 "sp-std",11324 "sp-storage",11325 "ss58-registry",11326 "substrate-bip39",11327 "thiserror",11328 "tiny-bip39",11329 "wasmi",11330 "zeroize",11331]1133211333[[package]]11334name = "sp-core-hashing"11335version = "4.0.0"11336source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11337dependencies = [11338 "blake2",11339 "byteorder",11340 "digest 0.10.5",11341 "sha2 0.10.6",11342 "sha3",11343 "sp-std",11344 "twox-hash",11345]1134611347[[package]]11348name = "sp-core-hashing-proc-macro"11349version = "5.0.0"11350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11351dependencies = [11352 "proc-macro2",11353 "quote",11354 "sp-core-hashing",11355 "syn",11356]1135711358[[package]]11359name = "sp-database"11360version = "4.0.0-dev"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11362dependencies = [11363 "kvdb",11364 "parking_lot 0.12.1",11365]1136611367[[package]]11368name = "sp-debug-derive"11369version = "4.0.0"11370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11371dependencies = [11372 "proc-macro2",11373 "quote",11374 "syn",11375]1137611377[[package]]11378name = "sp-externalities"11379version = "0.12.0"11380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11381dependencies = [11382 "environmental",11383 "parity-scale-codec 3.2.1",11384 "sp-std",11385 "sp-storage",11386]1138711388[[package]]11389name = "sp-finality-grandpa"11390version = "4.0.0-dev"11391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11392dependencies = [11393 "finality-grandpa",11394 "log",11395 "parity-scale-codec 3.2.1",11396 "scale-info",11397 "serde",11398 "sp-api",11399 "sp-application-crypto",11400 "sp-core",11401 "sp-keystore",11402 "sp-runtime",11403 "sp-std",11404]1140511406[[package]]11407name = "sp-inherents"11408version = "4.0.0-dev"11409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11410dependencies = [11411 "async-trait",11412 "impl-trait-for-tuples",11413 "parity-scale-codec 3.2.1",11414 "sp-core",11415 "sp-runtime",11416 "sp-std",11417 "thiserror",11418]1141911420[[package]]11421name = "sp-io"11422version = "6.0.0"11423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11424dependencies = [11425 "bytes",11426 "futures 0.3.25",11427 "hash-db",11428 "libsecp256k1",11429 "log",11430 "parity-scale-codec 3.2.1",11431 "parking_lot 0.12.1",11432 "secp256k1",11433 "sp-core",11434 "sp-externalities",11435 "sp-keystore",11436 "sp-runtime-interface",11437 "sp-state-machine",11438 "sp-std",11439 "sp-tracing",11440 "sp-trie",11441 "sp-wasm-interface",11442 "tracing",11443 "tracing-core",11444]1144511446[[package]]11447name = "sp-keyring"11448version = "6.0.0"11449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11450dependencies = [11451 "lazy_static",11452 "sp-core",11453 "sp-runtime",11454 "strum",11455]1145611457[[package]]11458name = "sp-keystore"11459version = "0.12.0"11460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11461dependencies = [11462 "async-trait",11463 "futures 0.3.25",11464 "merlin",11465 "parity-scale-codec 3.2.1",11466 "parking_lot 0.12.1",11467 "schnorrkel",11468 "serde",11469 "sp-core",11470 "sp-externalities",11471 "thiserror",11472]1147311474[[package]]11475name = "sp-maybe-compressed-blob"11476version = "4.1.0-dev"11477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11478dependencies = [11479 "thiserror",11480 "zstd",11481]1148211483[[package]]11484name = "sp-mmr-primitives"11485version = "4.0.0-dev"11486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11487dependencies = [11488 "log",11489 "parity-scale-codec 3.2.1",11490 "serde",11491 "sp-api",11492 "sp-core",11493 "sp-debug-derive",11494 "sp-runtime",11495 "sp-std",11496]1149711498[[package]]11499name = "sp-npos-elections"11500version = "4.0.0-dev"11501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11502dependencies = [11503 "parity-scale-codec 3.2.1",11504 "scale-info",11505 "serde",11506 "sp-arithmetic",11507 "sp-core",11508 "sp-runtime",11509 "sp-std",11510]1151111512[[package]]11513name = "sp-offchain"11514version = "4.0.0-dev"11515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11516dependencies = [11517 "sp-api",11518 "sp-core",11519 "sp-runtime",11520]1152111522[[package]]11523name = "sp-panic-handler"11524version = "4.0.0"11525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11526dependencies = [11527 "backtrace",11528 "lazy_static",11529 "regex",11530]1153111532[[package]]11533name = "sp-rpc"11534version = "6.0.0"11535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11536dependencies = [11537 "rustc-hash",11538 "serde",11539 "sp-core",11540]1154111542[[package]]11543name = "sp-runtime"11544version = "6.0.0"11545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11546dependencies = [11547 "either",11548 "hash256-std-hasher",11549 "impl-trait-for-tuples",11550 "log",11551 "parity-scale-codec 3.2.1",11552 "parity-util-mem",11553 "paste",11554 "rand 0.7.3",11555 "scale-info",11556 "serde",11557 "sp-application-crypto",11558 "sp-arithmetic",11559 "sp-core",11560 "sp-io",11561 "sp-std",11562 "sp-weights",11563]1156411565[[package]]11566name = "sp-runtime-interface"11567version = "6.0.0"11568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11569dependencies = [11570 "bytes",11571 "impl-trait-for-tuples",11572 "parity-scale-codec 3.2.1",11573 "primitive-types",11574 "sp-externalities",11575 "sp-runtime-interface-proc-macro",11576 "sp-std",11577 "sp-storage",11578 "sp-tracing",11579 "sp-wasm-interface",11580 "static_assertions",11581]1158211583[[package]]11584name = "sp-runtime-interface-proc-macro"11585version = "5.0.0"11586source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11587dependencies = [11588 "Inflector",11589 "proc-macro-crate",11590 "proc-macro2",11591 "quote",11592 "syn",11593]1159411595[[package]]11596name = "sp-sandbox"11597version = "0.10.0-dev"11598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11599dependencies = [11600 "log",11601 "parity-scale-codec 3.2.1",11602 "sp-core",11603 "sp-io",11604 "sp-std",11605 "sp-wasm-interface",11606 "wasmi",11607]1160811609[[package]]11610name = "sp-session"11611version = "4.0.0-dev"11612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11613dependencies = [11614 "parity-scale-codec 3.2.1",11615 "scale-info",11616 "sp-api",11617 "sp-core",11618 "sp-runtime",11619 "sp-staking",11620 "sp-std",11621]1162211623[[package]]11624name = "sp-staking"11625version = "4.0.0-dev"11626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11627dependencies = [11628 "parity-scale-codec 3.2.1",11629 "scale-info",11630 "sp-runtime",11631 "sp-std",11632]1163311634[[package]]11635name = "sp-state-machine"11636version = "0.12.0"11637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11638dependencies = [11639 "hash-db",11640 "log",11641 "num-traits",11642 "parity-scale-codec 3.2.1",11643 "parking_lot 0.12.1",11644 "rand 0.7.3",11645 "smallvec",11646 "sp-core",11647 "sp-externalities",11648 "sp-panic-handler",11649 "sp-std",11650 "sp-trie",11651 "thiserror",11652 "tracing",11653 "trie-root",11654]1165511656[[package]]11657name = "sp-std"11658version = "4.0.0"11659source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1166011661[[package]]11662name = "sp-storage"11663version = "6.0.0"11664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11665dependencies = [11666 "impl-serde",11667 "parity-scale-codec 3.2.1",11668 "ref-cast",11669 "serde",11670 "sp-debug-derive",11671 "sp-std",11672]1167311674[[package]]11675name = "sp-tasks"11676version = "4.0.0-dev"11677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11678dependencies = [11679 "log",11680 "sp-core",11681 "sp-externalities",11682 "sp-io",11683 "sp-runtime-interface",11684 "sp-std",11685]1168611687[[package]]11688name = "sp-timestamp"11689version = "4.0.0-dev"11690source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11691dependencies = [11692 "async-trait",11693 "futures-timer",11694 "log",11695 "parity-scale-codec 3.2.1",11696 "sp-api",11697 "sp-inherents",11698 "sp-runtime",11699 "sp-std",11700 "thiserror",11701]1170211703[[package]]11704name = "sp-tracing"11705version = "5.0.0"11706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11707dependencies = [11708 "parity-scale-codec 3.2.1",11709 "sp-std",11710 "tracing",11711 "tracing-core",11712 "tracing-subscriber",11713]1171411715[[package]]11716name = "sp-transaction-pool"11717version = "4.0.0-dev"11718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11719dependencies = [11720 "sp-api",11721 "sp-runtime",11722]1172311724[[package]]11725name = "sp-transaction-storage-proof"11726version = "4.0.0-dev"11727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11728dependencies = [11729 "async-trait",11730 "log",11731 "parity-scale-codec 3.2.1",11732 "scale-info",11733 "sp-core",11734 "sp-inherents",11735 "sp-runtime",11736 "sp-std",11737 "sp-trie",11738]1173911740[[package]]11741name = "sp-trie"11742version = "6.0.0"11743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11744dependencies = [11745 "ahash",11746 "hash-db",11747 "hashbrown",11748 "lazy_static",11749 "lru 0.7.8",11750 "memory-db",11751 "nohash-hasher",11752 "parity-scale-codec 3.2.1",11753 "parking_lot 0.12.1",11754 "scale-info",11755 "sp-core",11756 "sp-std",11757 "thiserror",11758 "tracing",11759 "trie-db",11760 "trie-root",11761]1176211763[[package]]11764name = "sp-version"11765version = "5.0.0"11766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11767dependencies = [11768 "impl-serde",11769 "parity-scale-codec 3.2.1",11770 "parity-wasm 0.45.0",11771 "scale-info",11772 "serde",11773 "sp-core-hashing-proc-macro",11774 "sp-runtime",11775 "sp-std",11776 "sp-version-proc-macro",11777 "thiserror",11778]1177911780[[package]]11781name = "sp-version-proc-macro"11782version = "4.0.0-dev"11783source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11784dependencies = [11785 "parity-scale-codec 3.2.1",11786 "proc-macro2",11787 "quote",11788 "syn",11789]1179011791[[package]]11792name = "sp-wasm-interface"11793version = "6.0.0"11794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11795dependencies = [11796 "impl-trait-for-tuples",11797 "log",11798 "parity-scale-codec 3.2.1",11799 "sp-std",11800 "wasmi",11801 "wasmtime",11802]1180311804[[package]]11805name = "sp-weights"11806version = "4.0.0"11807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11808dependencies = [11809 "impl-trait-for-tuples",11810 "parity-scale-codec 3.2.1",11811 "scale-info",11812 "serde",11813 "smallvec",11814 "sp-arithmetic",11815 "sp-core",11816 "sp-debug-derive",11817 "sp-std",11818]1181911820[[package]]11821name = "spin"11822version = "0.5.2"11823source = "registry+https://github.com/rust-lang/crates.io-index"11824checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1182511826[[package]]11827name = "spki"11828version = "0.5.4"11829source = "registry+https://github.com/rust-lang/crates.io-index"11830checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11831dependencies = [11832 "base64ct",11833 "der",11834]1183511836[[package]]11837name = "ss58-registry"11838version = "1.33.0"11839source = "registry+https://github.com/rust-lang/crates.io-index"11840checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11841dependencies = [11842 "Inflector",11843 "num-format",11844 "proc-macro2",11845 "quote",11846 "serde",11847 "serde_json",11848 "unicode-xid",11849]1185011851[[package]]11852name = "stable_deref_trait"11853version = "1.2.0"11854source = "registry+https://github.com/rust-lang/crates.io-index"11855checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1185611857[[package]]11858name = "static_assertions"11859version = "1.1.0"11860source = "registry+https://github.com/rust-lang/crates.io-index"11861checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1186211863[[package]]11864name = "static_init"11865version = "0.5.2"11866source = "registry+https://github.com/rust-lang/crates.io-index"11867checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11868dependencies = [11869 "cfg_aliases",11870 "libc",11871 "parking_lot 0.11.2",11872 "static_init_macro 0.5.0",11873]1187411875[[package]]11876name = "static_init"11877version = "1.0.3"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11880dependencies = [11881 "bitflags",11882 "cfg_aliases",11883 "libc",11884 "parking_lot 0.11.2",11885 "parking_lot_core 0.8.5",11886 "static_init_macro 1.0.2",11887 "winapi",11888]1188911890[[package]]11891name = "static_init_macro"11892version = "0.5.0"11893source = "registry+https://github.com/rust-lang/crates.io-index"11894checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11895dependencies = [11896 "cfg_aliases",11897 "memchr",11898 "proc-macro2",11899 "quote",11900 "syn",11901]1190211903[[package]]11904name = "static_init_macro"11905version = "1.0.2"11906source = "registry+https://github.com/rust-lang/crates.io-index"11907checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11908dependencies = [11909 "cfg_aliases",11910 "memchr",11911 "proc-macro2",11912 "quote",11913 "syn",11914]1191511916[[package]]11917name = "statrs"11918version = "0.15.0"11919source = "registry+https://github.com/rust-lang/crates.io-index"11920checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11921dependencies = [11922 "approx",11923 "lazy_static",11924 "nalgebra",11925 "num-traits",11926 "rand 0.8.5",11927]1192811929[[package]]11930name = "strsim"11931version = "0.10.0"11932source = "registry+https://github.com/rust-lang/crates.io-index"11933checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1193411935[[package]]11936name = "struct-versioning"11937version = "0.1.0"11938dependencies = [11939 "quote",11940 "syn",11941]1194211943[[package]]11944name = "strum"11945version = "0.24.1"11946source = "registry+https://github.com/rust-lang/crates.io-index"11947checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11948dependencies = [11949 "strum_macros",11950]1195111952[[package]]11953name = "strum_macros"11954version = "0.24.3"11955source = "registry+https://github.com/rust-lang/crates.io-index"11956checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11957dependencies = [11958 "heck",11959 "proc-macro2",11960 "quote",11961 "rustversion",11962 "syn",11963]1196411965[[package]]11966name = "substrate-bip39"11967version = "0.4.4"11968source = "registry+https://github.com/rust-lang/crates.io-index"11969checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11970dependencies = [11971 "hmac 0.11.0",11972 "pbkdf2 0.8.0",11973 "schnorrkel",11974 "sha2 0.9.9",11975 "zeroize",11976]1197711978[[package]]11979name = "substrate-build-script-utils"11980version = "3.0.0"11981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11982dependencies = [11983 "platforms",11984]1198511986[[package]]11987name = "substrate-frame-rpc-system"11988version = "4.0.0-dev"11989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11990dependencies = [11991 "frame-system-rpc-runtime-api",11992 "futures 0.3.25",11993 "jsonrpsee",11994 "log",11995 "parity-scale-codec 3.2.1",11996 "sc-client-api",11997 "sc-rpc-api",11998 "sc-transaction-pool-api",11999 "serde_json",12000 "sp-api",12001 "sp-block-builder",12002 "sp-blockchain",12003 "sp-core",12004 "sp-runtime",12005]1200612007[[package]]12008name = "substrate-prometheus-endpoint"12009version = "0.10.0-dev"12010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12011dependencies = [12012 "futures-util",12013 "hyper",12014 "log",12015 "prometheus",12016 "thiserror",12017 "tokio",12018]1201912020[[package]]12021name = "substrate-state-trie-migration-rpc"12022version = "4.0.0-dev"12023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12024dependencies = [12025 "jsonrpsee",12026 "log",12027 "parity-scale-codec 3.2.1",12028 "sc-client-api",12029 "sc-rpc-api",12030 "scale-info",12031 "serde",12032 "sp-core",12033 "sp-io",12034 "sp-runtime",12035 "sp-state-machine",12036 "sp-std",12037 "sp-trie",12038 "trie-db",12039]1204012041[[package]]12042name = "substrate-test-client"12043version = "2.0.1"12044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12045dependencies = [12046 "array-bytes",12047 "async-trait",12048 "futures 0.3.25",12049 "parity-scale-codec 3.2.1",12050 "sc-client-api",12051 "sc-client-db",12052 "sc-consensus",12053 "sc-executor",12054 "sc-offchain",12055 "sc-service",12056 "serde",12057 "serde_json",12058 "sp-blockchain",12059 "sp-consensus",12060 "sp-core",12061 "sp-keyring",12062 "sp-keystore",12063 "sp-runtime",12064 "sp-state-machine",12065]1206612067[[package]]12068name = "substrate-test-utils"12069version = "4.0.0-dev"12070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12071dependencies = [12072 "futures 0.3.25",12073 "substrate-test-utils-derive",12074 "tokio",12075]1207612077[[package]]12078name = "substrate-test-utils-derive"12079version = "0.10.0-dev"12080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12081dependencies = [12082 "proc-macro-crate",12083 "proc-macro2",12084 "quote",12085 "syn",12086]1208712088[[package]]12089name = "substrate-wasm-builder"12090version = "5.0.0-dev"12091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12092dependencies = [12093 "ansi_term",12094 "build-helper",12095 "cargo_metadata",12096 "filetime",12097 "sp-maybe-compressed-blob",12098 "strum",12099 "tempfile",12100 "toml",12101 "walkdir",12102 "wasm-gc-api",12103]1210412105[[package]]12106name = "subtle"12107version = "2.4.1"12108source = "registry+https://github.com/rust-lang/crates.io-index"12109checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1211012111[[package]]12112name = "syn"12113version = "1.0.103"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12116dependencies = [12117 "proc-macro2",12118 "quote",12119 "unicode-ident",12120]1212112122[[package]]12123name = "synstructure"12124version = "0.12.6"12125source = "registry+https://github.com/rust-lang/crates.io-index"12126checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12127dependencies = [12128 "proc-macro2",12129 "quote",12130 "syn",12131 "unicode-xid",12132]1213312134[[package]]12135name = "system-configuration"12136version = "0.5.0"12137source = "registry+https://github.com/rust-lang/crates.io-index"12138checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12139dependencies = [12140 "bitflags",12141 "core-foundation",12142 "system-configuration-sys",12143]1214412145[[package]]12146name = "system-configuration-sys"12147version = "0.5.0"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12150dependencies = [12151 "core-foundation-sys",12152 "libc",12153]1215412155[[package]]12156name = "tap"12157version = "1.0.1"12158source = "registry+https://github.com/rust-lang/crates.io-index"12159checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1216012161[[package]]12162name = "target-lexicon"12163version = "0.12.4"12164source = "registry+https://github.com/rust-lang/crates.io-index"12165checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1216612167[[package]]12168name = "tempfile"12169version = "3.3.0"12170source = "registry+https://github.com/rust-lang/crates.io-index"12171checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12172dependencies = [12173 "cfg-if 1.0.0",12174 "fastrand",12175 "libc",12176 "redox_syscall",12177 "remove_dir_all",12178 "winapi",12179]1218012181[[package]]12182name = "termcolor"12183version = "1.1.3"12184source = "registry+https://github.com/rust-lang/crates.io-index"12185checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12186dependencies = [12187 "winapi-util",12188]1218912190[[package]]12191name = "terminal_size"12192version = "0.1.17"12193source = "registry+https://github.com/rust-lang/crates.io-index"12194checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12195dependencies = [12196 "libc",12197 "winapi",12198]1219912200[[package]]12201name = "test-runtime-constants"12202version = "0.9.30"12203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12204dependencies = [12205 "frame-support",12206 "polkadot-primitives",12207 "polkadot-runtime-common",12208 "smallvec",12209 "sp-runtime",12210]1221112212[[package]]12213name = "tests"12214version = "0.1.1"12215dependencies = [12216 "evm-coder",12217 "fp-evm-mapping",12218 "frame-support",12219 "frame-system",12220 "pallet-balances",12221 "pallet-common",12222 "pallet-ethereum",12223 "pallet-evm",12224 "pallet-evm-coder-substrate",12225 "pallet-fungible",12226 "pallet-nonfungible",12227 "pallet-refungible",12228 "pallet-structure",12229 "pallet-timestamp",12230 "pallet-transaction-payment",12231 "pallet-unique",12232 "parity-scale-codec 3.2.1",12233 "scale-info",12234 "sp-core",12235 "sp-io",12236 "sp-runtime",12237 "sp-std",12238 "up-data-structs",12239 "up-sponsorship",12240]1224112242[[package]]12243name = "textwrap"12244version = "0.16.0"12245source = "registry+https://github.com/rust-lang/crates.io-index"12246checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1224712248[[package]]12249name = "thiserror"12250version = "1.0.37"12251source = "registry+https://github.com/rust-lang/crates.io-index"12252checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12253dependencies = [12254 "thiserror-impl",12255]1225612257[[package]]12258name = "thiserror-impl"12259version = "1.0.37"12260source = "registry+https://github.com/rust-lang/crates.io-index"12261checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12262dependencies = [12263 "proc-macro2",12264 "quote",12265 "syn",12266]1226712268[[package]]12269name = "thousands"12270version = "0.2.0"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1227312274[[package]]12275name = "thread_local"12276version = "1.1.4"12277source = "registry+https://github.com/rust-lang/crates.io-index"12278checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12279dependencies = [12280 "once_cell",12281]1228212283[[package]]12284name = "threadpool"12285version = "1.8.1"12286source = "registry+https://github.com/rust-lang/crates.io-index"12287checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12288dependencies = [12289 "num_cpus",12290]1229112292[[package]]12293name = "thrift"12294version = "0.15.0"12295source = "registry+https://github.com/rust-lang/crates.io-index"12296checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12297dependencies = [12298 "byteorder",12299 "integer-encoding",12300 "log",12301 "ordered-float",12302 "threadpool",12303]1230412305[[package]]12306name = "tikv-jemalloc-sys"12307version = "0.4.3+5.2.1-patched.2"12308source = "registry+https://github.com/rust-lang/crates.io-index"12309checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12310dependencies = [12311 "cc",12312 "fs_extra",12313 "libc",12314]1231512316[[package]]12317name = "time"12318version = "0.1.44"12319source = "registry+https://github.com/rust-lang/crates.io-index"12320checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12321dependencies = [12322 "libc",12323 "wasi 0.10.0+wasi-snapshot-preview1",12324 "winapi",12325]1232612327[[package]]12328name = "time"12329version = "0.3.9"12330source = "registry+https://github.com/rust-lang/crates.io-index"12331checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12332dependencies = [12333 "itoa",12334 "libc",12335 "num_threads",12336 "time-macros",12337]1233812339[[package]]12340name = "time-macros"12341version = "0.2.4"12342source = "registry+https://github.com/rust-lang/crates.io-index"12343checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1234412345[[package]]12346name = "tiny-bip39"12347version = "0.8.2"12348source = "registry+https://github.com/rust-lang/crates.io-index"12349checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12350dependencies = [12351 "anyhow",12352 "hmac 0.8.1",12353 "once_cell",12354 "pbkdf2 0.4.0",12355 "rand 0.7.3",12356 "rustc-hash",12357 "sha2 0.9.9",12358 "thiserror",12359 "unicode-normalization",12360 "wasm-bindgen",12361 "zeroize",12362]1236312364[[package]]12365name = "tiny-keccak"12366version = "2.0.2"12367source = "registry+https://github.com/rust-lang/crates.io-index"12368checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12369dependencies = [12370 "crunchy",12371]1237212373[[package]]12374name = "tinyvec"12375version = "1.6.0"12376source = "registry+https://github.com/rust-lang/crates.io-index"12377checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12378dependencies = [12379 "tinyvec_macros",12380]1238112382[[package]]12383name = "tinyvec_macros"12384version = "0.1.0"12385source = "registry+https://github.com/rust-lang/crates.io-index"12386checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1238712388[[package]]12389name = "tokio"12390version = "1.21.2"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12393dependencies = [12394 "autocfg",12395 "bytes",12396 "libc",12397 "memchr",12398 "mio",12399 "num_cpus",12400 "parking_lot 0.12.1",12401 "pin-project-lite 0.2.9",12402 "signal-hook-registry",12403 "socket2",12404 "tokio-macros",12405 "winapi",12406]1240712408[[package]]12409name = "tokio-macros"12410version = "1.8.0"12411source = "registry+https://github.com/rust-lang/crates.io-index"12412checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12413dependencies = [12414 "proc-macro2",12415 "quote",12416 "syn",12417]1241812419[[package]]12420name = "tokio-rustls"12421version = "0.23.4"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12424dependencies = [12425 "rustls",12426 "tokio",12427 "webpki",12428]1242912430[[package]]12431name = "tokio-stream"12432version = "0.1.11"12433source = "registry+https://github.com/rust-lang/crates.io-index"12434checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12435dependencies = [12436 "futures-core",12437 "pin-project-lite 0.2.9",12438 "tokio",12439]1244012441[[package]]12442name = "tokio-util"12443version = "0.7.4"12444source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12446dependencies = [12447 "bytes",12448 "futures-core",12449 "futures-io",12450 "futures-sink",12451 "pin-project-lite 0.2.9",12452 "tokio",12453 "tracing",12454]1245512456[[package]]12457name = "toml"12458version = "0.5.9"12459source = "registry+https://github.com/rust-lang/crates.io-index"12460checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12461dependencies = [12462 "serde",12463]1246412465[[package]]12466name = "tower-service"12467version = "0.3.2"12468source = "registry+https://github.com/rust-lang/crates.io-index"12469checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1247012471[[package]]12472name = "tracing"12473version = "0.1.37"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12476dependencies = [12477 "cfg-if 1.0.0",12478 "pin-project-lite 0.2.9",12479 "tracing-attributes",12480 "tracing-core",12481]1248212483[[package]]12484name = "tracing-attributes"12485version = "0.1.23"12486source = "registry+https://github.com/rust-lang/crates.io-index"12487checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12488dependencies = [12489 "proc-macro2",12490 "quote",12491 "syn",12492]1249312494[[package]]12495name = "tracing-core"12496version = "0.1.30"12497source = "registry+https://github.com/rust-lang/crates.io-index"12498checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12499dependencies = [12500 "once_cell",12501 "valuable",12502]1250312504[[package]]12505name = "tracing-futures"12506version = "0.2.5"12507source = "registry+https://github.com/rust-lang/crates.io-index"12508checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12509dependencies = [12510 "pin-project",12511 "tracing",12512]1251312514[[package]]12515name = "tracing-gum"12516version = "0.9.30"12517source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12518dependencies = [12519 "polkadot-node-jaeger",12520 "polkadot-primitives",12521 "tracing",12522 "tracing-gum-proc-macro",12523]1252412525[[package]]12526name = "tracing-gum-proc-macro"12527version = "0.9.30"12528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12529dependencies = [12530 "expander 0.0.6",12531 "proc-macro-crate",12532 "proc-macro2",12533 "quote",12534 "syn",12535]1253612537[[package]]12538name = "tracing-log"12539version = "0.1.3"12540source = "registry+https://github.com/rust-lang/crates.io-index"12541checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12542dependencies = [12543 "lazy_static",12544 "log",12545 "tracing-core",12546]1254712548[[package]]12549name = "tracing-serde"12550version = "0.1.3"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12553dependencies = [12554 "serde",12555 "tracing-core",12556]1255712558[[package]]12559name = "tracing-subscriber"12560version = "0.2.25"12561source = "registry+https://github.com/rust-lang/crates.io-index"12562checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12563dependencies = [12564 "ansi_term",12565 "chrono",12566 "lazy_static",12567 "matchers",12568 "parking_lot 0.11.2",12569 "regex",12570 "serde",12571 "serde_json",12572 "sharded-slab",12573 "smallvec",12574 "thread_local",12575 "tracing",12576 "tracing-core",12577 "tracing-log",12578 "tracing-serde",12579]1258012581[[package]]12582name = "trie-db"12583version = "0.24.0"12584source = "registry+https://github.com/rust-lang/crates.io-index"12585checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12586dependencies = [12587 "hash-db",12588 "hashbrown",12589 "log",12590 "rustc-hex",12591 "smallvec",12592]1259312594[[package]]12595name = "trie-root"12596version = "0.17.0"12597source = "registry+https://github.com/rust-lang/crates.io-index"12598checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12599dependencies = [12600 "hash-db",12601]1260212603[[package]]12604name = "triehash"12605version = "0.8.4"12606source = "registry+https://github.com/rust-lang/crates.io-index"12607checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12608dependencies = [12609 "hash-db",12610 "rlp",12611]1261212613[[package]]12614name = "trust-dns-proto"12615version = "0.21.2"12616source = "registry+https://github.com/rust-lang/crates.io-index"12617checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12618dependencies = [12619 "async-trait",12620 "cfg-if 1.0.0",12621 "data-encoding",12622 "enum-as-inner",12623 "futures-channel",12624 "futures-io",12625 "futures-util",12626 "idna 0.2.3",12627 "ipnet",12628 "lazy_static",12629 "log",12630 "rand 0.8.5",12631 "smallvec",12632 "thiserror",12633 "tinyvec",12634 "url",12635]1263612637[[package]]12638name = "trust-dns-resolver"12639version = "0.21.2"12640source = "registry+https://github.com/rust-lang/crates.io-index"12641checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12642dependencies = [12643 "cfg-if 1.0.0",12644 "futures-util",12645 "ipconfig",12646 "lazy_static",12647 "log",12648 "lru-cache",12649 "parking_lot 0.12.1",12650 "resolv-conf",12651 "smallvec",12652 "thiserror",12653 "trust-dns-proto",12654]1265512656[[package]]12657name = "try-lock"12658version = "0.2.3"12659source = "registry+https://github.com/rust-lang/crates.io-index"12660checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1266112662[[package]]12663name = "try-runtime-cli"12664version = "0.10.0-dev"12665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12666dependencies = [12667 "clap",12668 "frame-try-runtime",12669 "jsonrpsee",12670 "log",12671 "parity-scale-codec 3.2.1",12672 "remote-externalities",12673 "sc-chain-spec",12674 "sc-cli",12675 "sc-executor",12676 "sc-service",12677 "serde",12678 "sp-core",12679 "sp-externalities",12680 "sp-io",12681 "sp-keystore",12682 "sp-runtime",12683 "sp-state-machine",12684 "sp-version",12685 "zstd",12686]1268712688[[package]]12689name = "trybuild"12690version = "1.0.71"12691source = "registry+https://github.com/rust-lang/crates.io-index"12692checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12693dependencies = [12694 "glob",12695 "once_cell",12696 "serde",12697 "serde_derive",12698 "serde_json",12699 "termcolor",12700 "toml",12701]1270212703[[package]]12704name = "tt-call"12705version = "1.0.8"12706source = "registry+https://github.com/rust-lang/crates.io-index"12707checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1270812709[[package]]12710name = "twox-hash"12711version = "1.6.3"12712source = "registry+https://github.com/rust-lang/crates.io-index"12713checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12714dependencies = [12715 "cfg-if 1.0.0",12716 "digest 0.10.5",12717 "rand 0.8.5",12718 "static_assertions",12719]1272012721[[package]]12722name = "typenum"12723version = "1.15.0"12724source = "registry+https://github.com/rust-lang/crates.io-index"12725checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1272612727[[package]]12728name = "uc-rpc"12729version = "0.1.4"12730dependencies = [12731 "anyhow",12732 "app-promotion-rpc",12733 "jsonrpsee",12734 "pallet-common",12735 "pallet-evm",12736 "parity-scale-codec 3.2.1",12737 "rmrk-rpc",12738 "sp-api",12739 "sp-blockchain",12740 "sp-core",12741 "sp-rpc",12742 "sp-runtime",12743 "up-data-structs",12744 "up-rpc",12745]1274612747[[package]]12748name = "ucd-trie"12749version = "0.1.5"12750source = "registry+https://github.com/rust-lang/crates.io-index"12751checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1275212753[[package]]12754name = "uint"12755version = "0.9.4"12756source = "registry+https://github.com/rust-lang/crates.io-index"12757checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12758dependencies = [12759 "byteorder",12760 "crunchy",12761 "hex",12762 "static_assertions",12763]1276412765[[package]]12766name = "unicase"12767version = "2.6.0"12768source = "registry+https://github.com/rust-lang/crates.io-index"12769checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12770dependencies = [12771 "version_check",12772]1277312774[[package]]12775name = "unicode-bidi"12776version = "0.3.8"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1277912780[[package]]12781name = "unicode-ident"12782version = "1.0.5"12783source = "registry+https://github.com/rust-lang/crates.io-index"12784checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1278512786[[package]]12787name = "unicode-normalization"12788version = "0.1.22"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12791dependencies = [12792 "tinyvec",12793]1279412795[[package]]12796name = "unicode-segmentation"12797version = "1.10.0"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1280012801[[package]]12802name = "unicode-width"12803version = "0.1.10"12804source = "registry+https://github.com/rust-lang/crates.io-index"12805checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1280612807[[package]]12808name = "unicode-xid"12809version = "0.2.4"12810source = "registry+https://github.com/rust-lang/crates.io-index"12811checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1281212813[[package]]12814name = "unique-node"12815version = "0.9.30"12816dependencies = [12817 "app-promotion-rpc",12818 "clap",12819 "cumulus-client-cli",12820 "cumulus-client-collator",12821 "cumulus-client-consensus-aura",12822 "cumulus-client-consensus-common",12823 "cumulus-client-network",12824 "cumulus-client-service",12825 "cumulus-primitives-core",12826 "cumulus-primitives-parachain-inherent",12827 "cumulus-relay-chain-inprocess-interface",12828 "cumulus-relay-chain-interface",12829 "cumulus-relay-chain-rpc-interface",12830 "fc-consensus",12831 "fc-db",12832 "fc-mapping-sync",12833 "fc-rpc",12834 "fc-rpc-core",12835 "flexi_logger",12836 "fp-rpc",12837 "frame-benchmarking",12838 "frame-benchmarking-cli",12839 "futures 0.3.25",12840 "jsonrpsee",12841 "log",12842 "opal-runtime",12843 "pallet-ethereum",12844 "pallet-transaction-payment-rpc",12845 "pallet-transaction-payment-rpc-runtime-api",12846 "parity-scale-codec 3.2.1",12847 "parking_lot 0.12.1",12848 "polkadot-cli",12849 "polkadot-parachain",12850 "polkadot-primitives",12851 "polkadot-service",12852 "polkadot-test-service",12853 "quartz-runtime",12854 "rmrk-rpc",12855 "sc-basic-authorship",12856 "sc-chain-spec",12857 "sc-cli",12858 "sc-client-api",12859 "sc-consensus",12860 "sc-consensus-aura",12861 "sc-consensus-manual-seal",12862 "sc-executor",12863 "sc-finality-grandpa",12864 "sc-keystore",12865 "sc-network",12866 "sc-rpc",12867 "sc-rpc-api",12868 "sc-service",12869 "sc-sysinfo",12870 "sc-telemetry",12871 "sc-tracing",12872 "sc-transaction-pool",12873 "serde",12874 "serde_json",12875 "sp-api",12876 "sp-block-builder",12877 "sp-blockchain",12878 "sp-consensus",12879 "sp-consensus-aura",12880 "sp-core",12881 "sp-finality-grandpa",12882 "sp-inherents",12883 "sp-keystore",12884 "sp-offchain",12885 "sp-runtime",12886 "sp-session",12887 "sp-timestamp",12888 "sp-transaction-pool",12889 "sp-trie",12890 "substrate-build-script-utils",12891 "substrate-frame-rpc-system",12892 "substrate-prometheus-endpoint",12893 "tokio",12894 "try-runtime-cli",12895 "unique-rpc",12896 "unique-runtime",12897 "up-common",12898 "up-data-structs",12899 "up-rpc",12900]1290112902[[package]]12903name = "unique-rpc"12904version = "0.1.2"12905dependencies = [12906 "app-promotion-rpc",12907 "fc-db",12908 "fc-mapping-sync",12909 "fc-rpc",12910 "fc-rpc-core",12911 "fp-rpc",12912 "fp-storage",12913 "futures 0.3.25",12914 "jsonrpsee",12915 "pallet-common",12916 "pallet-ethereum",12917 "pallet-transaction-payment-rpc",12918 "pallet-transaction-payment-rpc-runtime-api",12919 "pallet-unique",12920 "rmrk-rpc",12921 "sc-client-api",12922 "sc-consensus-aura",12923 "sc-consensus-epochs",12924 "sc-finality-grandpa",12925 "sc-finality-grandpa-rpc",12926 "sc-keystore",12927 "sc-network",12928 "sc-rpc",12929 "sc-rpc-api",12930 "sc-service",12931 "sc-transaction-pool",12932 "serde",12933 "sp-api",12934 "sp-block-builder",12935 "sp-blockchain",12936 "sp-consensus",12937 "sp-consensus-aura",12938 "sp-core",12939 "sp-offchain",12940 "sp-runtime",12941 "sp-session",12942 "sp-storage",12943 "sp-transaction-pool",12944 "substrate-frame-rpc-system",12945 "tokio",12946 "uc-rpc",12947 "up-common",12948 "up-data-structs",12949 "up-rpc",12950]1295112952[[package]]12953name = "unique-runtime"12954version = "0.9.30"12955dependencies = [12956 "app-promotion-rpc",12957 "cumulus-pallet-aura-ext",12958 "cumulus-pallet-dmp-queue",12959 "cumulus-pallet-parachain-system",12960 "cumulus-pallet-xcm",12961 "cumulus-pallet-xcmp-queue",12962 "cumulus-primitives-core",12963 "cumulus-primitives-timestamp",12964 "cumulus-primitives-utility",12965 "derivative",12966 "evm-coder",12967 "fp-evm-mapping",12968 "fp-rpc",12969 "fp-self-contained",12970 "frame-benchmarking",12971 "frame-executive",12972 "frame-support",12973 "frame-system",12974 "frame-system-benchmarking",12975 "frame-system-rpc-runtime-api",12976 "frame-try-runtime",12977 "hex-literal",12978 "impl-trait-for-tuples",12979 "log",12980 "logtest",12981 "orml-tokens",12982 "orml-traits",12983 "orml-vesting",12984 "orml-xtokens",12985 "pallet-app-promotion",12986 "pallet-aura",12987 "pallet-balances",12988 "pallet-base-fee",12989 "pallet-common",12990 "pallet-configuration",12991 "pallet-ethereum",12992 "pallet-evm",12993 "pallet-evm-coder-substrate",12994 "pallet-evm-contract-helpers",12995 "pallet-evm-migration",12996 "pallet-evm-transaction-payment",12997 "pallet-foreign-assets",12998 "pallet-fungible",12999 "pallet-inflation",13000 "pallet-maintenance",13001 "pallet-nonfungible",13002 "pallet-randomness-collective-flip",13003 "pallet-refungible",13004 "pallet-rmrk-core",13005 "pallet-rmrk-equip",13006 "pallet-structure",13007 "pallet-sudo",13008 "pallet-template-transaction-payment",13009 "pallet-timestamp",13010 "pallet-transaction-payment",13011 "pallet-transaction-payment-rpc-runtime-api",13012 "pallet-treasury",13013 "pallet-unique",13014 "pallet-unique-scheduler",13015 "pallet-xcm",13016 "parachain-info",13017 "parity-scale-codec 3.2.1",13018 "polkadot-parachain",13019 "rmrk-rpc",13020 "scale-info",13021 "serde",13022 "smallvec",13023 "sp-api",13024 "sp-arithmetic",13025 "sp-block-builder",13026 "sp-consensus-aura",13027 "sp-core",13028 "sp-inherents",13029 "sp-io",13030 "sp-offchain",13031 "sp-runtime",13032 "sp-session",13033 "sp-std",13034 "sp-transaction-pool",13035 "sp-version",13036 "substrate-wasm-builder",13037 "up-common",13038 "up-data-structs",13039 "up-rpc",13040 "up-sponsorship",13041 "xcm",13042 "xcm-builder",13043 "xcm-executor",13044]1304513046[[package]]13047name = "universal-hash"13048version = "0.4.1"13049source = "registry+https://github.com/rust-lang/crates.io-index"13050checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13051dependencies = [13052 "generic-array 0.14.6",13053 "subtle",13054]1305513056[[package]]13057name = "unsigned-varint"13058version = "0.7.1"13059source = "registry+https://github.com/rust-lang/crates.io-index"13060checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13061dependencies = [13062 "asynchronous-codec",13063 "bytes",13064 "futures-io",13065 "futures-util",13066]1306713068[[package]]13069name = "untrusted"13070version = "0.7.1"13071source = "registry+https://github.com/rust-lang/crates.io-index"13072checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1307313074[[package]]13075name = "up-common"13076version = "0.9.30"13077dependencies = [13078 "fp-rpc",13079 "frame-support",13080 "pallet-evm",13081 "sp-consensus-aura",13082 "sp-core",13083 "sp-runtime",13084 "sp-std",13085]1308613087[[package]]13088name = "up-data-structs"13089version = "0.2.2"13090dependencies = [13091 "bondrewd",13092 "derivative",13093 "frame-support",13094 "frame-system",13095 "pallet-evm",13096 "parity-scale-codec 3.2.1",13097 "rmrk-traits",13098 "scale-info",13099 "serde",13100 "sp-core",13101 "sp-runtime",13102 "sp-std",13103 "struct-versioning",13104]1310513106[[package]]13107name = "up-rpc"13108version = "0.1.3"13109dependencies = [13110 "pallet-common",13111 "pallet-evm",13112 "parity-scale-codec 3.2.1",13113 "sp-api",13114 "sp-core",13115 "sp-runtime",13116 "sp-std",13117 "up-data-structs",13118]1311913120[[package]]13121name = "up-sponsorship"13122version = "0.1.0"13123source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13124dependencies = [13125 "impl-trait-for-tuples",13126]1312713128[[package]]13129name = "url"13130version = "2.3.1"13131source = "registry+https://github.com/rust-lang/crates.io-index"13132checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13133dependencies = [13134 "form_urlencoded",13135 "idna 0.3.0",13136 "percent-encoding",13137]1313813139[[package]]13140name = "valuable"13141version = "0.1.0"13142source = "registry+https://github.com/rust-lang/crates.io-index"13143checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1314413145[[package]]13146name = "value-bag"13147version = "1.0.0-alpha.9"13148source = "registry+https://github.com/rust-lang/crates.io-index"13149checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13150dependencies = [13151 "ctor",13152 "version_check",13153]1315413155[[package]]13156name = "vcpkg"13157version = "0.2.15"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1316013161[[package]]13162name = "version_check"13163version = "0.9.4"13164source = "registry+https://github.com/rust-lang/crates.io-index"13165checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1316613167[[package]]13168name = "void"13169version = "1.0.2"13170source = "registry+https://github.com/rust-lang/crates.io-index"13171checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1317213173[[package]]13174name = "waker-fn"13175version = "1.1.0"13176source = "registry+https://github.com/rust-lang/crates.io-index"13177checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1317813179[[package]]13180name = "walkdir"13181version = "2.3.2"13182source = "registry+https://github.com/rust-lang/crates.io-index"13183checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13184dependencies = [13185 "same-file",13186 "winapi",13187 "winapi-util",13188]1318913190[[package]]13191name = "want"13192version = "0.3.0"13193source = "registry+https://github.com/rust-lang/crates.io-index"13194checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13195dependencies = [13196 "log",13197 "try-lock",13198]1319913200[[package]]13201name = "wasi"13202version = "0.9.0+wasi-snapshot-preview1"13203source = "registry+https://github.com/rust-lang/crates.io-index"13204checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1320513206[[package]]13207name = "wasi"13208version = "0.10.0+wasi-snapshot-preview1"13209source = "registry+https://github.com/rust-lang/crates.io-index"13210checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1321113212[[package]]13213name = "wasi"13214version = "0.11.0+wasi-snapshot-preview1"13215source = "registry+https://github.com/rust-lang/crates.io-index"13216checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1321713218[[package]]13219name = "wasm-bindgen"13220version = "0.2.83"13221source = "registry+https://github.com/rust-lang/crates.io-index"13222checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13223dependencies = [13224 "cfg-if 1.0.0",13225 "wasm-bindgen-macro",13226]1322713228[[package]]13229name = "wasm-bindgen-backend"13230version = "0.2.83"13231source = "registry+https://github.com/rust-lang/crates.io-index"13232checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13233dependencies = [13234 "bumpalo",13235 "log",13236 "once_cell",13237 "proc-macro2",13238 "quote",13239 "syn",13240 "wasm-bindgen-shared",13241]1324213243[[package]]13244name = "wasm-bindgen-futures"13245version = "0.4.33"13246source = "registry+https://github.com/rust-lang/crates.io-index"13247checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13248dependencies = [13249 "cfg-if 1.0.0",13250 "js-sys",13251 "wasm-bindgen",13252 "web-sys",13253]1325413255[[package]]13256name = "wasm-bindgen-macro"13257version = "0.2.83"13258source = "registry+https://github.com/rust-lang/crates.io-index"13259checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13260dependencies = [13261 "quote",13262 "wasm-bindgen-macro-support",13263]1326413265[[package]]13266name = "wasm-bindgen-macro-support"13267version = "0.2.83"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13270dependencies = [13271 "proc-macro2",13272 "quote",13273 "syn",13274 "wasm-bindgen-backend",13275 "wasm-bindgen-shared",13276]1327713278[[package]]13279name = "wasm-bindgen-shared"13280version = "0.2.83"13281source = "registry+https://github.com/rust-lang/crates.io-index"13282checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1328313284[[package]]13285name = "wasm-gc-api"13286version = "0.1.11"13287source = "registry+https://github.com/rust-lang/crates.io-index"13288checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13289dependencies = [13290 "log",13291 "parity-wasm 0.32.0",13292 "rustc-demangle",13293]1329413295[[package]]13296name = "wasm-instrument"13297version = "0.3.0"13298source = "registry+https://github.com/rust-lang/crates.io-index"13299checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13300dependencies = [13301 "parity-wasm 0.45.0",13302]1330313304[[package]]13305name = "wasm-timer"13306version = "0.2.5"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13309dependencies = [13310 "futures 0.3.25",13311 "js-sys",13312 "parking_lot 0.11.2",13313 "pin-utils",13314 "wasm-bindgen",13315 "wasm-bindgen-futures",13316 "web-sys",13317]1331813319[[package]]13320name = "wasmi"13321version = "0.13.2"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13324dependencies = [13325 "parity-wasm 0.45.0",13326 "wasmi-validation",13327 "wasmi_core",13328]1332913330[[package]]13331name = "wasmi-validation"13332version = "0.5.0"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13335dependencies = [13336 "parity-wasm 0.45.0",13337]1333813339[[package]]13340name = "wasmi_core"13341version = "0.2.1"13342source = "registry+https://github.com/rust-lang/crates.io-index"13343checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13344dependencies = [13345 "downcast-rs",13346 "libm",13347 "memory_units",13348 "num-rational 0.4.1",13349 "num-traits",13350]1335113352[[package]]13353name = "wasmparser"13354version = "0.89.1"13355source = "registry+https://github.com/rust-lang/crates.io-index"13356checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13357dependencies = [13358 "indexmap",13359]1336013361[[package]]13362name = "wasmtime"13363version = "1.0.1"13364source = "registry+https://github.com/rust-lang/crates.io-index"13365checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13366dependencies = [13367 "anyhow",13368 "bincode",13369 "cfg-if 1.0.0",13370 "indexmap",13371 "libc",13372 "log",13373 "object",13374 "once_cell",13375 "paste",13376 "psm",13377 "rayon",13378 "serde",13379 "target-lexicon",13380 "wasmparser",13381 "wasmtime-cache",13382 "wasmtime-cranelift",13383 "wasmtime-environ",13384 "wasmtime-jit",13385 "wasmtime-runtime",13386 "windows-sys 0.36.1",13387]1338813389[[package]]13390name = "wasmtime-asm-macros"13391version = "1.0.1"13392source = "registry+https://github.com/rust-lang/crates.io-index"13393checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13394dependencies = [13395 "cfg-if 1.0.0",13396]1339713398[[package]]13399name = "wasmtime-cache"13400version = "1.0.1"13401source = "registry+https://github.com/rust-lang/crates.io-index"13402checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13403dependencies = [13404 "anyhow",13405 "base64",13406 "bincode",13407 "directories-next",13408 "file-per-thread-logger",13409 "log",13410 "rustix",13411 "serde",13412 "sha2 0.9.9",13413 "toml",13414 "windows-sys 0.36.1",13415 "zstd",13416]1341713418[[package]]13419name = "wasmtime-cranelift"13420version = "1.0.1"13421source = "registry+https://github.com/rust-lang/crates.io-index"13422checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13423dependencies = [13424 "anyhow",13425 "cranelift-codegen",13426 "cranelift-entity",13427 "cranelift-frontend",13428 "cranelift-native",13429 "cranelift-wasm",13430 "gimli",13431 "log",13432 "object",13433 "target-lexicon",13434 "thiserror",13435 "wasmparser",13436 "wasmtime-environ",13437]1343813439[[package]]13440name = "wasmtime-environ"13441version = "1.0.1"13442source = "registry+https://github.com/rust-lang/crates.io-index"13443checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13444dependencies = [13445 "anyhow",13446 "cranelift-entity",13447 "gimli",13448 "indexmap",13449 "log",13450 "object",13451 "serde",13452 "target-lexicon",13453 "thiserror",13454 "wasmparser",13455 "wasmtime-types",13456]1345713458[[package]]13459name = "wasmtime-jit"13460version = "1.0.1"13461source = "registry+https://github.com/rust-lang/crates.io-index"13462checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13463dependencies = [13464 "addr2line",13465 "anyhow",13466 "bincode",13467 "cfg-if 1.0.0",13468 "cpp_demangle",13469 "gimli",13470 "log",13471 "object",13472 "rustc-demangle",13473 "rustix",13474 "serde",13475 "target-lexicon",13476 "thiserror",13477 "wasmtime-environ",13478 "wasmtime-jit-debug",13479 "wasmtime-runtime",13480 "windows-sys 0.36.1",13481]1348213483[[package]]13484name = "wasmtime-jit-debug"13485version = "1.0.1"13486source = "registry+https://github.com/rust-lang/crates.io-index"13487checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13488dependencies = [13489 "object",13490 "once_cell",13491 "rustix",13492]1349313494[[package]]13495name = "wasmtime-runtime"13496version = "1.0.1"13497source = "registry+https://github.com/rust-lang/crates.io-index"13498checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13499dependencies = [13500 "anyhow",13501 "cc",13502 "cfg-if 1.0.0",13503 "indexmap",13504 "libc",13505 "log",13506 "mach",13507 "memfd",13508 "memoffset",13509 "paste",13510 "rand 0.8.5",13511 "rustix",13512 "thiserror",13513 "wasmtime-asm-macros",13514 "wasmtime-environ",13515 "wasmtime-jit-debug",13516 "windows-sys 0.36.1",13517]1351813519[[package]]13520name = "wasmtime-types"13521version = "1.0.1"13522source = "registry+https://github.com/rust-lang/crates.io-index"13523checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13524dependencies = [13525 "cranelift-entity",13526 "serde",13527 "thiserror",13528 "wasmparser",13529]1353013531[[package]]13532name = "web-sys"13533version = "0.3.60"13534source = "registry+https://github.com/rust-lang/crates.io-index"13535checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13536dependencies = [13537 "js-sys",13538 "wasm-bindgen",13539]1354013541[[package]]13542name = "webpki"13543version = "0.22.0"13544source = "registry+https://github.com/rust-lang/crates.io-index"13545checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13546dependencies = [13547 "ring",13548 "untrusted",13549]1355013551[[package]]13552name = "webpki-roots"13553version = "0.22.5"13554source = "registry+https://github.com/rust-lang/crates.io-index"13555checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13556dependencies = [13557 "webpki",13558]1355913560[[package]]13561name = "wepoll-ffi"13562version = "0.1.2"13563source = "registry+https://github.com/rust-lang/crates.io-index"13564checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13565dependencies = [13566 "cc",13567]1356813569[[package]]13570name = "westend-runtime"13571version = "0.9.30"13572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13573dependencies = [13574 "beefy-primitives",13575 "bitvec 1.0.1",13576 "frame-benchmarking",13577 "frame-election-provider-support",13578 "frame-executive",13579 "frame-support",13580 "frame-system",13581 "frame-system-benchmarking",13582 "frame-system-rpc-runtime-api",13583 "frame-try-runtime",13584 "hex-literal",13585 "log",13586 "pallet-authority-discovery",13587 "pallet-authorship",13588 "pallet-babe",13589 "pallet-bags-list",13590 "pallet-balances",13591 "pallet-collective",13592 "pallet-democracy",13593 "pallet-election-provider-multi-phase",13594 "pallet-election-provider-support-benchmarking",13595 "pallet-elections-phragmen",13596 "pallet-fast-unstake",13597 "pallet-grandpa",13598 "pallet-identity",13599 "pallet-im-online",13600 "pallet-indices",13601 "pallet-membership",13602 "pallet-multisig",13603 "pallet-nomination-pools",13604 "pallet-nomination-pools-benchmarking",13605 "pallet-nomination-pools-runtime-api",13606 "pallet-offences",13607 "pallet-offences-benchmarking",13608 "pallet-preimage",13609 "pallet-proxy",13610 "pallet-recovery",13611 "pallet-scheduler",13612 "pallet-session",13613 "pallet-session-benchmarking",13614 "pallet-society",13615 "pallet-staking",13616 "pallet-staking-reward-curve",13617 "pallet-sudo",13618 "pallet-timestamp",13619 "pallet-transaction-payment",13620 "pallet-transaction-payment-rpc-runtime-api",13621 "pallet-treasury",13622 "pallet-utility",13623 "pallet-vesting",13624 "pallet-xcm",13625 "pallet-xcm-benchmarks",13626 "parity-scale-codec 3.2.1",13627 "polkadot-parachain",13628 "polkadot-primitives",13629 "polkadot-runtime-common",13630 "polkadot-runtime-parachains",13631 "rustc-hex",13632 "scale-info",13633 "serde",13634 "serde_derive",13635 "smallvec",13636 "sp-api",13637 "sp-authority-discovery",13638 "sp-block-builder",13639 "sp-consensus-babe",13640 "sp-core",13641 "sp-inherents",13642 "sp-io",13643 "sp-mmr-primitives",13644 "sp-npos-elections",13645 "sp-offchain",13646 "sp-runtime",13647 "sp-session",13648 "sp-staking",13649 "sp-std",13650 "sp-transaction-pool",13651 "sp-version",13652 "substrate-wasm-builder",13653 "westend-runtime-constants",13654 "xcm",13655 "xcm-builder",13656 "xcm-executor",13657]1365813659[[package]]13660name = "westend-runtime-constants"13661version = "0.9.30"13662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13663dependencies = [13664 "frame-support",13665 "polkadot-primitives",13666 "polkadot-runtime-common",13667 "smallvec",13668 "sp-runtime",13669]1367013671[[package]]13672name = "which"13673version = "4.3.0"13674source = "registry+https://github.com/rust-lang/crates.io-index"13675checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13676dependencies = [13677 "either",13678 "libc",13679 "once_cell",13680]1368113682[[package]]13683name = "widestring"13684version = "0.5.1"13685source = "registry+https://github.com/rust-lang/crates.io-index"13686checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1368713688[[package]]13689name = "winapi"13690version = "0.3.9"13691source = "registry+https://github.com/rust-lang/crates.io-index"13692checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13693dependencies = [13694 "winapi-i686-pc-windows-gnu",13695 "winapi-x86_64-pc-windows-gnu",13696]1369713698[[package]]13699name = "winapi-i686-pc-windows-gnu"13700version = "0.4.0"13701source = "registry+https://github.com/rust-lang/crates.io-index"13702checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1370313704[[package]]13705name = "winapi-util"13706version = "0.1.5"13707source = "registry+https://github.com/rust-lang/crates.io-index"13708checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13709dependencies = [13710 "winapi",13711]1371213713[[package]]13714name = "winapi-x86_64-pc-windows-gnu"13715version = "0.4.0"13716source = "registry+https://github.com/rust-lang/crates.io-index"13717checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1371813719[[package]]13720name = "windows"13721version = "0.34.0"13722source = "registry+https://github.com/rust-lang/crates.io-index"13723checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13724dependencies = [13725 "windows_aarch64_msvc 0.34.0",13726 "windows_i686_gnu 0.34.0",13727 "windows_i686_msvc 0.34.0",13728 "windows_x86_64_gnu 0.34.0",13729 "windows_x86_64_msvc 0.34.0",13730]1373113732[[package]]13733name = "windows-sys"13734version = "0.36.1"13735source = "registry+https://github.com/rust-lang/crates.io-index"13736checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13737dependencies = [13738 "windows_aarch64_msvc 0.36.1",13739 "windows_i686_gnu 0.36.1",13740 "windows_i686_msvc 0.36.1",13741 "windows_x86_64_gnu 0.36.1",13742 "windows_x86_64_msvc 0.36.1",13743]1374413745[[package]]13746name = "windows-sys"13747version = "0.42.0"13748source = "registry+https://github.com/rust-lang/crates.io-index"13749checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13750dependencies = [13751 "windows_aarch64_gnullvm",13752 "windows_aarch64_msvc 0.42.0",13753 "windows_i686_gnu 0.42.0",13754 "windows_i686_msvc 0.42.0",13755 "windows_x86_64_gnu 0.42.0",13756 "windows_x86_64_gnullvm",13757 "windows_x86_64_msvc 0.42.0",13758]1375913760[[package]]13761name = "windows_aarch64_gnullvm"13762version = "0.42.0"13763source = "registry+https://github.com/rust-lang/crates.io-index"13764checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1376513766[[package]]13767name = "windows_aarch64_msvc"13768version = "0.34.0"13769source = "registry+https://github.com/rust-lang/crates.io-index"13770checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1377113772[[package]]13773name = "windows_aarch64_msvc"13774version = "0.36.1"13775source = "registry+https://github.com/rust-lang/crates.io-index"13776checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1377713778[[package]]13779name = "windows_aarch64_msvc"13780version = "0.42.0"13781source = "registry+https://github.com/rust-lang/crates.io-index"13782checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1378313784[[package]]13785name = "windows_i686_gnu"13786version = "0.34.0"13787source = "registry+https://github.com/rust-lang/crates.io-index"13788checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1378913790[[package]]13791name = "windows_i686_gnu"13792version = "0.36.1"13793source = "registry+https://github.com/rust-lang/crates.io-index"13794checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1379513796[[package]]13797name = "windows_i686_gnu"13798version = "0.42.0"13799source = "registry+https://github.com/rust-lang/crates.io-index"13800checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1380113802[[package]]13803name = "windows_i686_msvc"13804version = "0.34.0"13805source = "registry+https://github.com/rust-lang/crates.io-index"13806checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1380713808[[package]]13809name = "windows_i686_msvc"13810version = "0.36.1"13811source = "registry+https://github.com/rust-lang/crates.io-index"13812checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1381313814[[package]]13815name = "windows_i686_msvc"13816version = "0.42.0"13817source = "registry+https://github.com/rust-lang/crates.io-index"13818checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1381913820[[package]]13821name = "windows_x86_64_gnu"13822version = "0.34.0"13823source = "registry+https://github.com/rust-lang/crates.io-index"13824checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1382513826[[package]]13827name = "windows_x86_64_gnu"13828version = "0.36.1"13829source = "registry+https://github.com/rust-lang/crates.io-index"13830checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1383113832[[package]]13833name = "windows_x86_64_gnu"13834version = "0.42.0"13835source = "registry+https://github.com/rust-lang/crates.io-index"13836checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1383713838[[package]]13839name = "windows_x86_64_gnullvm"13840version = "0.42.0"13841source = "registry+https://github.com/rust-lang/crates.io-index"13842checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1384313844[[package]]13845name = "windows_x86_64_msvc"13846version = "0.34.0"13847source = "registry+https://github.com/rust-lang/crates.io-index"13848checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1384913850[[package]]13851name = "windows_x86_64_msvc"13852version = "0.36.1"13853source = "registry+https://github.com/rust-lang/crates.io-index"13854checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1385513856[[package]]13857name = "windows_x86_64_msvc"13858version = "0.42.0"13859source = "registry+https://github.com/rust-lang/crates.io-index"13860checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1386113862[[package]]13863name = "winreg"13864version = "0.7.0"13865source = "registry+https://github.com/rust-lang/crates.io-index"13866checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13867dependencies = [13868 "winapi",13869]1387013871[[package]]13872name = "wyz"13873version = "0.2.0"13874source = "registry+https://github.com/rust-lang/crates.io-index"13875checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1387613877[[package]]13878name = "wyz"13879version = "0.5.0"13880source = "registry+https://github.com/rust-lang/crates.io-index"13881checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13882dependencies = [13883 "tap",13884]1388513886[[package]]13887name = "x25519-dalek"13888version = "1.1.1"13889source = "registry+https://github.com/rust-lang/crates.io-index"13890checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13891dependencies = [13892 "curve25519-dalek 3.2.0",13893 "rand_core 0.5.1",13894 "zeroize",13895]1389613897[[package]]13898name = "xcm"13899version = "0.9.30"13900source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13901dependencies = [13902 "derivative",13903 "impl-trait-for-tuples",13904 "log",13905 "parity-scale-codec 3.2.1",13906 "scale-info",13907 "sp-runtime",13908 "xcm-procedural",13909]1391013911[[package]]13912name = "xcm-builder"13913version = "0.9.30"13914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13915dependencies = [13916 "frame-support",13917 "frame-system",13918 "log",13919 "pallet-transaction-payment",13920 "parity-scale-codec 3.2.1",13921 "polkadot-parachain",13922 "scale-info",13923 "sp-arithmetic",13924 "sp-io",13925 "sp-runtime",13926 "sp-std",13927 "xcm",13928 "xcm-executor",13929]1393013931[[package]]13932name = "xcm-executor"13933version = "0.9.30"13934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13935dependencies = [13936 "frame-benchmarking",13937 "frame-support",13938 "impl-trait-for-tuples",13939 "log",13940 "parity-scale-codec 3.2.1",13941 "sp-arithmetic",13942 "sp-core",13943 "sp-io",13944 "sp-runtime",13945 "sp-std",13946 "xcm",13947]1394813949[[package]]13950name = "xcm-procedural"13951version = "0.9.30"13952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13953dependencies = [13954 "Inflector",13955 "proc-macro2",13956 "quote",13957 "syn",13958]1395913960[[package]]13961name = "yamux"13962version = "0.10.2"13963source = "registry+https://github.com/rust-lang/crates.io-index"13964checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13965dependencies = [13966 "futures 0.3.25",13967 "log",13968 "nohash-hasher",13969 "parking_lot 0.12.1",13970 "rand 0.8.5",13971 "static_assertions",13972]1397313974[[package]]13975name = "zeroize"13976version = "1.5.7"13977source = "registry+https://github.com/rust-lang/crates.io-index"13978checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13979dependencies = [13980 "zeroize_derive",13981]1398213983[[package]]13984name = "zeroize_derive"13985version = "1.3.2"13986source = "registry+https://github.com/rust-lang/crates.io-index"13987checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13988dependencies = [13989 "proc-macro2",13990 "quote",13991 "syn",13992 "synstructure",13993]1399413995[[package]]13996name = "zstd"13997version = "0.11.2+zstd.1.5.2"13998source = "registry+https://github.com/rust-lang/crates.io-index"13999checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14000dependencies = [14001 "zstd-safe",14002]1400314004[[package]]14005name = "zstd-safe"14006version = "5.0.2+zstd.1.5.2"14007source = "registry+https://github.com/rust-lang/crates.io-index"14008checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14009dependencies = [14010 "libc",14011 "zstd-sys",14012]1401314014[[package]]14015name = "zstd-sys"14016version = "2.0.1+zstd.1.5.2"14017source = "registry+https://github.com/rust-lang/crates.io-index"14018checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14019dependencies = [14020 "cc",14021 "libc",14022]