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

difftreelog

source

Cargo.lock312.1 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher 0.3.0",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher 0.3.0",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.1.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.7.1"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.4.1"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"209dependencies = [210 "async-task",211 "concurrent-queue",212 "fastrand",213 "futures-lite",214 "once_cell",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.0"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.9.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"238dependencies = [239 "autocfg",240 "concurrent-queue",241 "futures-lite",242 "libc",243 "log",244 "once_cell",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "winapi",251]252253[[package]]254name = "async-lock"255version = "2.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-nonfungible",5378 "pallet-randomness-collective-flip",5379 "pallet-refungible",5380 "pallet-rmrk-core",5381 "pallet-rmrk-equip",5382 "pallet-structure",5383 "pallet-sudo",5384 "pallet-template-transaction-payment",5385 "pallet-test-utils",5386 "pallet-timestamp",5387 "pallet-transaction-payment",5388 "pallet-transaction-payment-rpc-runtime-api",5389 "pallet-treasury",5390 "pallet-unique",5391 "pallet-unique-scheduler",5392 "pallet-xcm",5393 "parachain-info",5394 "parity-scale-codec 3.2.1",5395 "polkadot-parachain",5396 "rmrk-rpc",5397 "scale-info",5398 "serde",5399 "smallvec",5400 "sp-api",5401 "sp-arithmetic",5402 "sp-block-builder",5403 "sp-consensus-aura",5404 "sp-core",5405 "sp-inherents",5406 "sp-io",5407 "sp-offchain",5408 "sp-runtime",5409 "sp-session",5410 "sp-std",5411 "sp-transaction-pool",5412 "sp-version",5413 "substrate-wasm-builder",5414 "up-common",5415 "up-data-structs",5416 "up-rpc",5417 "up-sponsorship",5418 "xcm",5419 "xcm-builder",5420 "xcm-executor",5421]54225423[[package]]5424name = "opaque-debug"5425version = "0.2.3"5426source = "registry+https://github.com/rust-lang/crates.io-index"5427checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54285429[[package]]5430name = "opaque-debug"5431version = "0.3.0"5432source = "registry+https://github.com/rust-lang/crates.io-index"5433checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54345435[[package]]5436name = "openssl-probe"5437version = "0.1.5"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54405441[[package]]5442name = "orchestra"5443version = "0.0.1"5444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5445dependencies = [5446 "async-trait",5447 "dyn-clonable",5448 "futures 0.3.25",5449 "futures-timer",5450 "orchestra-proc-macro",5451 "pin-project",5452 "prioritized-metered-channel",5453 "thiserror",5454 "tracing",5455]54565457[[package]]5458name = "orchestra-proc-macro"5459version = "0.0.1"5460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5461dependencies = [5462 "expander 0.0.6",5463 "itertools",5464 "petgraph",5465 "proc-macro-crate",5466 "proc-macro2",5467 "quote",5468 "syn",5469]54705471[[package]]5472name = "ordered-float"5473version = "1.1.1"5474source = "registry+https://github.com/rust-lang/crates.io-index"5475checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5476dependencies = [5477 "num-traits",5478]54795480[[package]]5481name = "orml-tokens"5482version = "0.4.1-dev"5483source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5484dependencies = [5485 "frame-support",5486 "frame-system",5487 "orml-traits",5488 "parity-scale-codec 3.2.1",5489 "scale-info",5490 "serde",5491 "sp-runtime",5492 "sp-std",5493]54945495[[package]]5496name = "orml-traits"5497version = "0.4.1-dev"5498source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5499dependencies = [5500 "frame-support",5501 "impl-trait-for-tuples",5502 "num-traits",5503 "orml-utilities",5504 "parity-scale-codec 3.2.1",5505 "scale-info",5506 "serde",5507 "sp-io",5508 "sp-runtime",5509 "sp-std",5510 "xcm",5511]55125513[[package]]5514name = "orml-utilities"5515version = "0.4.1-dev"5516source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5517dependencies = [5518 "frame-support",5519 "parity-scale-codec 3.2.1",5520 "scale-info",5521 "serde",5522 "sp-io",5523 "sp-runtime",5524 "sp-std",5525]55265527[[package]]5528name = "orml-vesting"5529version = "0.4.1-dev"5530source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5531dependencies = [5532 "frame-support",5533 "frame-system",5534 "parity-scale-codec 3.2.1",5535 "scale-info",5536 "serde",5537 "sp-io",5538 "sp-runtime",5539 "sp-std",5540]55415542[[package]]5543name = "orml-xcm-support"5544version = "0.4.1-dev"5545source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5546dependencies = [5547 "frame-support",5548 "orml-traits",5549 "parity-scale-codec 3.2.1",5550 "sp-runtime",5551 "sp-std",5552 "xcm",5553 "xcm-executor",5554]55555556[[package]]5557name = "orml-xtokens"5558version = "0.4.1-dev"5559source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5560dependencies = [5561 "cumulus-primitives-core",5562 "frame-support",5563 "frame-system",5564 "orml-traits",5565 "orml-xcm-support",5566 "pallet-xcm",5567 "parity-scale-codec 3.2.1",5568 "scale-info",5569 "serde",5570 "sp-io",5571 "sp-runtime",5572 "sp-std",5573 "xcm",5574 "xcm-executor",5575]55765577[[package]]5578name = "os_str_bytes"5579version = "6.3.0"5580source = "registry+https://github.com/rust-lang/crates.io-index"5581checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55825583[[package]]5584name = "owning_ref"5585version = "0.4.1"5586source = "registry+https://github.com/rust-lang/crates.io-index"5587checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5588dependencies = [5589 "stable_deref_trait",5590]55915592[[package]]5593name = "pallet-app-promotion"5594version = "0.1.0"5595dependencies = [5596 "frame-benchmarking",5597 "frame-support",5598 "frame-system",5599 "pallet-balances",5600 "pallet-common",5601 "pallet-evm",5602 "pallet-evm-contract-helpers",5603 "pallet-evm-migration",5604 "pallet-randomness-collective-flip",5605 "pallet-timestamp",5606 "pallet-unique",5607 "parity-scale-codec 3.2.1",5608 "scale-info",5609 "serde",5610 "sp-core",5611 "sp-io",5612 "sp-runtime",5613 "sp-std",5614 "up-data-structs",5615]56165617[[package]]5618name = "pallet-aura"5619version = "4.0.0-dev"5620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5621dependencies = [5622 "frame-support",5623 "frame-system",5624 "pallet-timestamp",5625 "parity-scale-codec 3.2.1",5626 "scale-info",5627 "sp-application-crypto",5628 "sp-consensus-aura",5629 "sp-runtime",5630 "sp-std",5631]56325633[[package]]5634name = "pallet-authority-discovery"5635version = "4.0.0-dev"5636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5637dependencies = [5638 "frame-support",5639 "frame-system",5640 "pallet-session",5641 "parity-scale-codec 3.2.1",5642 "scale-info",5643 "sp-application-crypto",5644 "sp-authority-discovery",5645 "sp-runtime",5646 "sp-std",5647]56485649[[package]]5650name = "pallet-authorship"5651version = "4.0.0-dev"5652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5653dependencies = [5654 "frame-support",5655 "frame-system",5656 "impl-trait-for-tuples",5657 "parity-scale-codec 3.2.1",5658 "scale-info",5659 "sp-authorship",5660 "sp-runtime",5661 "sp-std",5662]56635664[[package]]5665name = "pallet-babe"5666version = "4.0.0-dev"5667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5668dependencies = [5669 "frame-benchmarking",5670 "frame-support",5671 "frame-system",5672 "log",5673 "pallet-authorship",5674 "pallet-session",5675 "pallet-timestamp",5676 "parity-scale-codec 3.2.1",5677 "scale-info",5678 "sp-application-crypto",5679 "sp-consensus-babe",5680 "sp-consensus-vrf",5681 "sp-io",5682 "sp-runtime",5683 "sp-session",5684 "sp-staking",5685 "sp-std",5686]56875688[[package]]5689name = "pallet-bags-list"5690version = "4.0.0-dev"5691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5692dependencies = [5693 "frame-benchmarking",5694 "frame-election-provider-support",5695 "frame-support",5696 "frame-system",5697 "log",5698 "pallet-balances",5699 "parity-scale-codec 3.2.1",5700 "scale-info",5701 "sp-core",5702 "sp-io",5703 "sp-runtime",5704 "sp-std",5705 "sp-tracing",5706]57075708[[package]]5709name = "pallet-balances"5710version = "4.0.0-dev"5711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5712dependencies = [5713 "frame-benchmarking",5714 "frame-support",5715 "frame-system",5716 "log",5717 "parity-scale-codec 3.2.1",5718 "scale-info",5719 "sp-runtime",5720 "sp-std",5721]57225723[[package]]5724name = "pallet-base-fee"5725version = "1.0.0"5726source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5727dependencies = [5728 "fp-evm",5729 "frame-support",5730 "frame-system",5731 "parity-scale-codec 3.2.1",5732 "scale-info",5733 "serde",5734 "sp-core",5735 "sp-runtime",5736]57375738[[package]]5739name = "pallet-beefy"5740version = "4.0.0-dev"5741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5742dependencies = [5743 "beefy-primitives",5744 "frame-support",5745 "frame-system",5746 "pallet-session",5747 "parity-scale-codec 3.2.1",5748 "scale-info",5749 "serde",5750 "sp-runtime",5751 "sp-std",5752]57535754[[package]]5755name = "pallet-beefy-mmr"5756version = "4.0.0-dev"5757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5758dependencies = [5759 "array-bytes",5760 "beefy-merkle-tree",5761 "beefy-primitives",5762 "frame-support",5763 "frame-system",5764 "log",5765 "pallet-beefy",5766 "pallet-mmr",5767 "pallet-session",5768 "parity-scale-codec 3.2.1",5769 "scale-info",5770 "serde",5771 "sp-core",5772 "sp-io",5773 "sp-runtime",5774 "sp-std",5775]57765777[[package]]5778name = "pallet-bounties"5779version = "4.0.0-dev"5780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5781dependencies = [5782 "frame-benchmarking",5783 "frame-support",5784 "frame-system",5785 "log",5786 "pallet-treasury",5787 "parity-scale-codec 3.2.1",5788 "scale-info",5789 "sp-core",5790 "sp-io",5791 "sp-runtime",5792 "sp-std",5793]57945795[[package]]5796name = "pallet-child-bounties"5797version = "4.0.0-dev"5798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5799dependencies = [5800 "frame-benchmarking",5801 "frame-support",5802 "frame-system",5803 "log",5804 "pallet-bounties",5805 "pallet-treasury",5806 "parity-scale-codec 3.2.1",5807 "scale-info",5808 "sp-core",5809 "sp-io",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-collective"5816version = "4.0.0-dev"5817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5818dependencies = [5819 "frame-benchmarking",5820 "frame-support",5821 "frame-system",5822 "log",5823 "parity-scale-codec 3.2.1",5824 "scale-info",5825 "sp-core",5826 "sp-io",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-common"5833version = "0.1.10"5834dependencies = [5835 "ethereum",5836 "evm-coder",5837 "fp-evm-mapping",5838 "frame-benchmarking",5839 "frame-support",5840 "frame-system",5841 "pallet-evm",5842 "pallet-evm-coder-substrate",5843 "parity-scale-codec 3.2.1",5844 "scale-info",5845 "serde",5846 "sp-core",5847 "sp-runtime",5848 "sp-std",5849 "up-data-structs",5850]58515852[[package]]5853name = "pallet-configuration"5854version = "0.1.1"5855dependencies = [5856 "fp-evm",5857 "frame-support",5858 "frame-system",5859 "parity-scale-codec 3.2.1",5860 "scale-info",5861 "smallvec",5862 "sp-arithmetic",5863 "sp-core",5864 "sp-runtime",5865 "sp-std",5866]58675868[[package]]5869name = "pallet-democracy"5870version = "4.0.0-dev"5871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5872dependencies = [5873 "frame-benchmarking",5874 "frame-support",5875 "frame-system",5876 "parity-scale-codec 3.2.1",5877 "scale-info",5878 "serde",5879 "sp-io",5880 "sp-runtime",5881 "sp-std",5882]58835884[[package]]5885name = "pallet-election-provider-multi-phase"5886version = "4.0.0-dev"5887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5888dependencies = [5889 "frame-benchmarking",5890 "frame-election-provider-support",5891 "frame-support",5892 "frame-system",5893 "log",5894 "pallet-election-provider-support-benchmarking",5895 "parity-scale-codec 3.2.1",5896 "rand 0.7.3",5897 "scale-info",5898 "sp-arithmetic",5899 "sp-core",5900 "sp-io",5901 "sp-npos-elections",5902 "sp-runtime",5903 "sp-std",5904 "static_assertions",5905 "strum",5906]59075908[[package]]5909name = "pallet-election-provider-support-benchmarking"5910version = "4.0.0-dev"5911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5912dependencies = [5913 "frame-benchmarking",5914 "frame-election-provider-support",5915 "frame-system",5916 "parity-scale-codec 3.2.1",5917 "sp-npos-elections",5918 "sp-runtime",5919]59205921[[package]]5922name = "pallet-elections-phragmen"5923version = "5.0.0-dev"5924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5925dependencies = [5926 "frame-benchmarking",5927 "frame-support",5928 "frame-system",5929 "log",5930 "parity-scale-codec 3.2.1",5931 "scale-info",5932 "sp-core",5933 "sp-io",5934 "sp-npos-elections",5935 "sp-runtime",5936 "sp-std",5937]59385939[[package]]5940name = "pallet-ethereum"5941version = "4.0.0-dev"5942source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5943dependencies = [5944 "ethereum",5945 "ethereum-types",5946 "evm",5947 "fp-consensus",5948 "fp-evm",5949 "fp-evm-mapping",5950 "fp-rpc",5951 "fp-self-contained",5952 "fp-storage",5953 "frame-support",5954 "frame-system",5955 "log",5956 "pallet-evm",5957 "pallet-timestamp",5958 "parity-scale-codec 3.2.1",5959 "rlp",5960 "scale-info",5961 "serde",5962 "sha3",5963 "sp-io",5964 "sp-runtime",5965 "sp-std",5966]59675968[[package]]5969name = "pallet-evm"5970version = "6.0.0-dev"5971source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5972dependencies = [5973 "evm",5974 "fp-evm",5975 "fp-evm-mapping",5976 "frame-benchmarking",5977 "frame-support",5978 "frame-system",5979 "hex",5980 "impl-trait-for-tuples",5981 "log",5982 "pallet-timestamp",5983 "parity-scale-codec 3.2.1",5984 "primitive-types",5985 "rlp",5986 "scale-info",5987 "serde",5988 "sha3",5989 "sp-core",5990 "sp-io",5991 "sp-runtime",5992 "sp-std",5993]59945995[[package]]5996name = "pallet-evm-coder-substrate"5997version = "0.1.3"5998dependencies = [5999 "ethereum",6000 "evm-coder",6001 "frame-benchmarking",6002 "frame-support",6003 "frame-system",6004 "pallet-ethereum",6005 "pallet-evm",6006 "parity-scale-codec 3.2.1",6007 "scale-info",6008 "sp-core",6009 "sp-std",6010 "up-data-structs",6011]60126013[[package]]6014name = "pallet-evm-contract-helpers"6015version = "0.3.0"6016dependencies = [6017 "ethereum",6018 "evm-coder",6019 "fp-evm-mapping",6020 "frame-support",6021 "frame-system",6022 "log",6023 "pallet-common",6024 "pallet-evm",6025 "pallet-evm-coder-substrate",6026 "pallet-evm-transaction-payment",6027 "parity-scale-codec 3.2.1",6028 "scale-info",6029 "sp-core",6030 "sp-runtime",6031 "sp-std",6032 "up-data-structs",6033 "up-sponsorship",6034]60356036[[package]]6037name = "pallet-evm-migration"6038version = "0.1.1"6039dependencies = [6040 "fp-evm",6041 "frame-benchmarking",6042 "frame-support",6043 "frame-system",6044 "pallet-evm",6045 "parity-scale-codec 3.2.1",6046 "scale-info",6047 "sp-core",6048 "sp-io",6049 "sp-runtime",6050 "sp-std",6051]60526053[[package]]6054name = "pallet-evm-transaction-payment"6055version = "0.1.1"6056dependencies = [6057 "fp-evm",6058 "fp-evm-mapping",6059 "frame-support",6060 "frame-system",6061 "pallet-ethereum",6062 "pallet-evm",6063 "parity-scale-codec 3.2.1",6064 "scale-info",6065 "sp-core",6066 "sp-io",6067 "sp-runtime",6068 "sp-std",6069 "up-sponsorship",6070]60716072[[package]]6073name = "pallet-fast-unstake"6074version = "4.0.0-dev"6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6076dependencies = [6077 "frame-benchmarking",6078 "frame-election-provider-support",6079 "frame-support",6080 "frame-system",6081 "log",6082 "pallet-balances",6083 "pallet-staking",6084 "pallet-timestamp",6085 "parity-scale-codec 3.2.1",6086 "scale-info",6087 "sp-io",6088 "sp-runtime",6089 "sp-staking",6090 "sp-std",6091]60926093[[package]]6094name = "pallet-foreign-assets"6095version = "0.1.0"6096dependencies = [6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "hex",6101 "log",6102 "orml-tokens",6103 "pallet-balances",6104 "pallet-common",6105 "pallet-fungible",6106 "pallet-timestamp",6107 "parity-scale-codec 3.2.1",6108 "scale-info",6109 "serde",6110 "serde_json",6111 "sp-core",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115 "up-data-structs",6116 "xcm",6117 "xcm-builder",6118 "xcm-executor",6119]61206121[[package]]6122name = "pallet-fungible"6123version = "0.1.6"6124dependencies = [6125 "ethereum",6126 "evm-coder",6127 "frame-benchmarking",6128 "frame-support",6129 "frame-system",6130 "pallet-common",6131 "pallet-evm",6132 "pallet-evm-coder-substrate",6133 "pallet-structure",6134 "parity-scale-codec 3.2.1",6135 "scale-info",6136 "sp-core",6137 "sp-runtime",6138 "sp-std",6139 "up-data-structs",6140]61416142[[package]]6143name = "pallet-gilt"6144version = "4.0.0-dev"6145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6146dependencies = [6147 "frame-benchmarking",6148 "frame-support",6149 "frame-system",6150 "parity-scale-codec 3.2.1",6151 "scale-info",6152 "sp-arithmetic",6153 "sp-runtime",6154 "sp-std",6155]61566157[[package]]6158name = "pallet-grandpa"6159version = "4.0.0-dev"6160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6161dependencies = [6162 "frame-benchmarking",6163 "frame-support",6164 "frame-system",6165 "log",6166 "pallet-authorship",6167 "pallet-session",6168 "parity-scale-codec 3.2.1",6169 "scale-info",6170 "sp-application-crypto",6171 "sp-core",6172 "sp-finality-grandpa",6173 "sp-io",6174 "sp-runtime",6175 "sp-session",6176 "sp-staking",6177 "sp-std",6178]61796180[[package]]6181name = "pallet-identity"6182version = "4.0.0-dev"6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6184dependencies = [6185 "enumflags2",6186 "frame-benchmarking",6187 "frame-support",6188 "frame-system",6189 "parity-scale-codec 3.2.1",6190 "scale-info",6191 "sp-io",6192 "sp-runtime",6193 "sp-std",6194]61956196[[package]]6197name = "pallet-im-online"6198version = "4.0.0-dev"6199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6200dependencies = [6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "log",6205 "pallet-authorship",6206 "parity-scale-codec 3.2.1",6207 "scale-info",6208 "sp-application-crypto",6209 "sp-core",6210 "sp-io",6211 "sp-runtime",6212 "sp-staking",6213 "sp-std",6214]62156216[[package]]6217name = "pallet-indices"6218version = "4.0.0-dev"6219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6220dependencies = [6221 "frame-benchmarking",6222 "frame-support",6223 "frame-system",6224 "parity-scale-codec 3.2.1",6225 "scale-info",6226 "sp-core",6227 "sp-io",6228 "sp-keyring",6229 "sp-runtime",6230 "sp-std",6231]62326233[[package]]6234name = "pallet-inflation"6235version = "0.1.1"6236dependencies = [6237 "frame-benchmarking",6238 "frame-support",6239 "frame-system",6240 "pallet-balances",6241 "pallet-randomness-collective-flip",6242 "pallet-timestamp",6243 "parity-scale-codec 3.2.1",6244 "scale-info",6245 "serde",6246 "sp-core",6247 "sp-io",6248 "sp-runtime",6249 "sp-std",6250]62516252[[package]]6253name = "pallet-membership"6254version = "4.0.0-dev"6255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6256dependencies = [6257 "frame-benchmarking",6258 "frame-support",6259 "frame-system",6260 "log",6261 "parity-scale-codec 3.2.1",6262 "scale-info",6263 "sp-core",6264 "sp-io",6265 "sp-runtime",6266 "sp-std",6267]62686269[[package]]6270name = "pallet-mmr"6271version = "4.0.0-dev"6272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6273dependencies = [6274 "ckb-merkle-mountain-range",6275 "frame-benchmarking",6276 "frame-support",6277 "frame-system",6278 "parity-scale-codec 3.2.1",6279 "scale-info",6280 "sp-core",6281 "sp-io",6282 "sp-mmr-primitives",6283 "sp-runtime",6284 "sp-std",6285]62866287[[package]]6288name = "pallet-mmr-rpc"6289version = "3.0.0"6290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6291dependencies = [6292 "jsonrpsee",6293 "parity-scale-codec 3.2.1",6294 "serde",6295 "sp-api",6296 "sp-blockchain",6297 "sp-core",6298 "sp-mmr-primitives",6299 "sp-runtime",6300]63016302[[package]]6303name = "pallet-multisig"6304version = "4.0.0-dev"6305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6306dependencies = [6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "parity-scale-codec 3.2.1",6311 "scale-info",6312 "sp-io",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-nomination-pools"6319version = "1.0.0"6320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6321dependencies = [6322 "frame-support",6323 "frame-system",6324 "log",6325 "parity-scale-codec 3.2.1",6326 "scale-info",6327 "sp-core",6328 "sp-io",6329 "sp-runtime",6330 "sp-staking",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-nomination-pools-benchmarking"6336version = "1.0.0"6337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6338dependencies = [6339 "frame-benchmarking",6340 "frame-election-provider-support",6341 "frame-support",6342 "frame-system",6343 "pallet-bags-list",6344 "pallet-nomination-pools",6345 "pallet-staking",6346 "parity-scale-codec 3.2.1",6347 "scale-info",6348 "sp-runtime",6349 "sp-runtime-interface",6350 "sp-staking",6351 "sp-std",6352]63536354[[package]]6355name = "pallet-nomination-pools-runtime-api"6356version = "1.0.0-dev"6357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6358dependencies = [6359 "parity-scale-codec 3.2.1",6360 "sp-api",6361 "sp-std",6362]63636364[[package]]6365name = "pallet-nonfungible"6366version = "0.1.7"6367dependencies = [6368 "ethereum",6369 "evm-coder",6370 "frame-benchmarking",6371 "frame-support",6372 "frame-system",6373 "pallet-common",6374 "pallet-evm",6375 "pallet-evm-coder-substrate",6376 "pallet-structure",6377 "parity-scale-codec 3.2.1",6378 "scale-info",6379 "sp-core",6380 "sp-runtime",6381 "sp-std",6382 "struct-versioning",6383 "up-data-structs",6384]63856386[[package]]6387name = "pallet-offences"6388version = "4.0.0-dev"6389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6390dependencies = [6391 "frame-support",6392 "frame-system",6393 "log",6394 "pallet-balances",6395 "parity-scale-codec 3.2.1",6396 "scale-info",6397 "serde",6398 "sp-runtime",6399 "sp-staking",6400 "sp-std",6401]64026403[[package]]6404name = "pallet-offences-benchmarking"6405version = "4.0.0-dev"6406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6407dependencies = [6408 "frame-benchmarking",6409 "frame-election-provider-support",6410 "frame-support",6411 "frame-system",6412 "pallet-babe",6413 "pallet-balances",6414 "pallet-grandpa",6415 "pallet-im-online",6416 "pallet-offences",6417 "pallet-session",6418 "pallet-staking",6419 "parity-scale-codec 3.2.1",6420 "scale-info",6421 "sp-runtime",6422 "sp-staking",6423 "sp-std",6424]64256426[[package]]6427name = "pallet-preimage"6428version = "4.0.0-dev"6429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6430dependencies = [6431 "frame-benchmarking",6432 "frame-support",6433 "frame-system",6434 "parity-scale-codec 3.2.1",6435 "scale-info",6436 "sp-core",6437 "sp-io",6438 "sp-runtime",6439 "sp-std",6440]64416442[[package]]6443name = "pallet-proxy"6444version = "4.0.0-dev"6445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6446dependencies = [6447 "frame-benchmarking",6448 "frame-support",6449 "frame-system",6450 "parity-scale-codec 3.2.1",6451 "scale-info",6452 "sp-io",6453 "sp-runtime",6454 "sp-std",6455]64566457[[package]]6458name = "pallet-randomness-collective-flip"6459version = "4.0.0-dev"6460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6461dependencies = [6462 "frame-support",6463 "frame-system",6464 "parity-scale-codec 3.2.1",6465 "safe-mix",6466 "scale-info",6467 "sp-runtime",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-recovery"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6475dependencies = [6476 "frame-benchmarking",6477 "frame-support",6478 "frame-system",6479 "parity-scale-codec 3.2.1",6480 "scale-info",6481 "sp-io",6482 "sp-runtime",6483 "sp-std",6484]64856486[[package]]6487name = "pallet-refungible"6488version = "0.2.6"6489dependencies = [6490 "derivative",6491 "ethereum",6492 "evm-coder",6493 "frame-benchmarking",6494 "frame-support",6495 "frame-system",6496 "pallet-common",6497 "pallet-evm",6498 "pallet-evm-coder-substrate",6499 "pallet-structure",6500 "parity-scale-codec 3.2.1",6501 "scale-info",6502 "sp-core",6503 "sp-runtime",6504 "sp-std",6505 "struct-versioning",6506 "up-data-structs",6507]65086509[[package]]6510name = "pallet-rmrk-core"6511version = "0.1.2"6512dependencies = [6513 "derivative",6514 "frame-benchmarking",6515 "frame-support",6516 "frame-system",6517 "pallet-common",6518 "pallet-evm",6519 "pallet-nonfungible",6520 "pallet-structure",6521 "parity-scale-codec 3.2.1",6522 "rmrk-traits",6523 "scale-info",6524 "sp-core",6525 "sp-runtime",6526 "sp-std",6527 "up-data-structs",6528]65296530[[package]]6531name = "pallet-rmrk-equip"6532version = "0.1.2"6533dependencies = [6534 "frame-benchmarking",6535 "frame-support",6536 "frame-system",6537 "pallet-common",6538 "pallet-evm",6539 "pallet-nonfungible",6540 "pallet-rmrk-core",6541 "parity-scale-codec 3.2.1",6542 "rmrk-traits",6543 "scale-info",6544 "sp-core",6545 "sp-runtime",6546 "sp-std",6547 "up-data-structs",6548]65496550[[package]]6551name = "pallet-scheduler"6552version = "4.0.0-dev"6553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6554dependencies = [6555 "frame-benchmarking",6556 "frame-support",6557 "frame-system",6558 "log",6559 "parity-scale-codec 3.2.1",6560 "scale-info",6561 "sp-io",6562 "sp-runtime",6563 "sp-std",6564]65656566[[package]]6567name = "pallet-session"6568version = "4.0.0-dev"6569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6570dependencies = [6571 "frame-support",6572 "frame-system",6573 "impl-trait-for-tuples",6574 "log",6575 "pallet-timestamp",6576 "parity-scale-codec 3.2.1",6577 "scale-info",6578 "sp-core",6579 "sp-io",6580 "sp-runtime",6581 "sp-session",6582 "sp-staking",6583 "sp-std",6584 "sp-trie",6585]65866587[[package]]6588name = "pallet-session-benchmarking"6589version = "4.0.0-dev"6590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6591dependencies = [6592 "frame-benchmarking",6593 "frame-support",6594 "frame-system",6595 "pallet-session",6596 "pallet-staking",6597 "rand 0.7.3",6598 "sp-runtime",6599 "sp-session",6600 "sp-std",6601]66026603[[package]]6604name = "pallet-society"6605version = "4.0.0-dev"6606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6607dependencies = [6608 "frame-support",6609 "frame-system",6610 "parity-scale-codec 3.2.1",6611 "rand_chacha 0.2.2",6612 "scale-info",6613 "sp-runtime",6614 "sp-std",6615]66166617[[package]]6618name = "pallet-staking"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6621dependencies = [6622 "frame-benchmarking",6623 "frame-election-provider-support",6624 "frame-support",6625 "frame-system",6626 "log",6627 "pallet-authorship",6628 "pallet-session",6629 "parity-scale-codec 3.2.1",6630 "rand_chacha 0.2.2",6631 "scale-info",6632 "serde",6633 "sp-application-crypto",6634 "sp-io",6635 "sp-runtime",6636 "sp-staking",6637 "sp-std",6638]66396640[[package]]6641name = "pallet-staking-reward-curve"6642version = "4.0.0-dev"6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6644dependencies = [6645 "proc-macro-crate",6646 "proc-macro2",6647 "quote",6648 "syn",6649]66506651[[package]]6652name = "pallet-staking-reward-fn"6653version = "4.0.0-dev"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6655dependencies = [6656 "log",6657 "sp-arithmetic",6658]66596660[[package]]6661name = "pallet-structure"6662version = "0.1.2"6663dependencies = [6664 "frame-benchmarking",6665 "frame-support",6666 "frame-system",6667 "pallet-common",6668 "pallet-evm",6669 "parity-scale-codec 3.2.1",6670 "scale-info",6671 "sp-std",6672 "up-data-structs",6673]66746675[[package]]6676name = "pallet-sudo"6677version = "4.0.0-dev"6678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6679dependencies = [6680 "frame-support",6681 "frame-system",6682 "parity-scale-codec 3.2.1",6683 "scale-info",6684 "sp-io",6685 "sp-runtime",6686 "sp-std",6687]66886689[[package]]6690name = "pallet-template-transaction-payment"6691version = "3.0.0"6692source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6693dependencies = [6694 "frame-benchmarking",6695 "frame-support",6696 "frame-system",6697 "pallet-balances",6698 "pallet-transaction-payment",6699 "parity-scale-codec 3.2.1",6700 "scale-info",6701 "serde",6702 "sp-core",6703 "sp-io",6704 "sp-runtime",6705 "sp-std",6706 "up-sponsorship",6707]67086709[[package]]6710name = "pallet-test-utils"6711version = "0.1.0"6712dependencies = [6713 "frame-support",6714 "frame-system",6715 "pallet-unique-scheduler",6716 "parity-scale-codec 3.2.1",6717 "scale-info",6718]67196720[[package]]6721name = "pallet-timestamp"6722version = "4.0.0-dev"6723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6724dependencies = [6725 "frame-benchmarking",6726 "frame-support",6727 "frame-system",6728 "log",6729 "parity-scale-codec 3.2.1",6730 "scale-info",6731 "sp-inherents",6732 "sp-io",6733 "sp-runtime",6734 "sp-std",6735 "sp-timestamp",6736]67376738[[package]]6739name = "pallet-tips"6740version = "4.0.0-dev"6741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6742dependencies = [6743 "frame-benchmarking",6744 "frame-support",6745 "frame-system",6746 "log",6747 "pallet-treasury",6748 "parity-scale-codec 3.2.1",6749 "scale-info",6750 "serde",6751 "sp-core",6752 "sp-io",6753 "sp-runtime",6754 "sp-std",6755]67566757[[package]]6758name = "pallet-transaction-payment"6759version = "4.0.0-dev"6760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6761dependencies = [6762 "frame-support",6763 "frame-system",6764 "parity-scale-codec 3.2.1",6765 "scale-info",6766 "serde",6767 "sp-core",6768 "sp-io",6769 "sp-runtime",6770 "sp-std",6771]67726773[[package]]6774name = "pallet-transaction-payment-rpc"6775version = "4.0.0-dev"6776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6777dependencies = [6778 "jsonrpsee",6779 "pallet-transaction-payment-rpc-runtime-api",6780 "parity-scale-codec 3.2.1",6781 "sp-api",6782 "sp-blockchain",6783 "sp-core",6784 "sp-rpc",6785 "sp-runtime",6786]67876788[[package]]6789name = "pallet-transaction-payment-rpc-runtime-api"6790version = "4.0.0-dev"6791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6792dependencies = [6793 "pallet-transaction-payment",6794 "parity-scale-codec 3.2.1",6795 "sp-api",6796 "sp-runtime",6797]67986799[[package]]6800name = "pallet-treasury"6801version = "4.0.0-dev"6802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6803dependencies = [6804 "frame-benchmarking",6805 "frame-support",6806 "frame-system",6807 "impl-trait-for-tuples",6808 "pallet-balances",6809 "parity-scale-codec 3.2.1",6810 "scale-info",6811 "serde",6812 "sp-runtime",6813 "sp-std",6814]68156816[[package]]6817name = "pallet-unique"6818version = "0.2.1"6819dependencies = [6820 "ethereum",6821 "evm-coder",6822 "frame-benchmarking",6823 "frame-support",6824 "frame-system",6825 "pallet-common",6826 "pallet-evm",6827 "pallet-evm-coder-substrate",6828 "pallet-nonfungible",6829 "pallet-refungible",6830 "parity-scale-codec 3.2.1",6831 "scale-info",6832 "serde",6833 "sp-core",6834 "sp-io",6835 "sp-runtime",6836 "sp-std",6837 "up-data-structs",6838]68396840[[package]]6841name = "pallet-unique-scheduler"6842version = "0.1.1"6843dependencies = [6844 "frame-benchmarking",6845 "frame-support",6846 "frame-system",6847 "log",6848 "parity-scale-codec 3.2.1",6849 "scale-info",6850 "serde",6851 "sp-core",6852 "sp-io",6853 "sp-runtime",6854 "sp-std",6855 "substrate-test-utils",6856 "up-sponsorship",6857]68586859[[package]]6860name = "pallet-utility"6861version = "4.0.0-dev"6862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6863dependencies = [6864 "frame-benchmarking",6865 "frame-support",6866 "frame-system",6867 "parity-scale-codec 3.2.1",6868 "scale-info",6869 "sp-core",6870 "sp-io",6871 "sp-runtime",6872 "sp-std",6873]68746875[[package]]6876name = "pallet-vesting"6877version = "4.0.0-dev"6878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6879dependencies = [6880 "frame-benchmarking",6881 "frame-support",6882 "frame-system",6883 "log",6884 "parity-scale-codec 3.2.1",6885 "scale-info",6886 "sp-runtime",6887 "sp-std",6888]68896890[[package]]6891name = "pallet-xcm"6892version = "0.9.30"6893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6894dependencies = [6895 "frame-support",6896 "frame-system",6897 "log",6898 "parity-scale-codec 3.2.1",6899 "scale-info",6900 "serde",6901 "sp-core",6902 "sp-runtime",6903 "sp-std",6904 "xcm",6905 "xcm-executor",6906]69076908[[package]]6909name = "pallet-xcm-benchmarks"6910version = "0.9.30"6911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6912dependencies = [6913 "frame-benchmarking",6914 "frame-support",6915 "frame-system",6916 "log",6917 "parity-scale-codec 3.2.1",6918 "scale-info",6919 "sp-runtime",6920 "sp-std",6921 "xcm",6922 "xcm-executor",6923]69246925[[package]]6926name = "parachain-info"6927version = "0.1.0"6928source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6929dependencies = [6930 "cumulus-primitives-core",6931 "frame-support",6932 "frame-system",6933 "parity-scale-codec 3.2.1",6934 "scale-info",6935 "serde",6936]69376938[[package]]6939name = "parity-db"6940version = "0.3.17"6941source = "registry+https://github.com/rust-lang/crates.io-index"6942checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6943dependencies = [6944 "blake2-rfc",6945 "crc32fast",6946 "fs2",6947 "hex",6948 "libc",6949 "log",6950 "lz4",6951 "memmap2",6952 "parking_lot 0.12.1",6953 "rand 0.8.5",6954 "snap",6955]69566957[[package]]6958name = "parity-scale-codec"6959version = "2.3.1"6960source = "registry+https://github.com/rust-lang/crates.io-index"6961checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6962dependencies = [6963 "arrayvec 0.7.2",6964 "bitvec 0.20.4",6965 "byte-slice-cast",6966 "impl-trait-for-tuples",6967 "parity-scale-codec-derive 2.3.1",6968 "serde",6969]69706971[[package]]6972name = "parity-scale-codec"6973version = "3.2.1"6974source = "registry+https://github.com/rust-lang/crates.io-index"6975checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6976dependencies = [6977 "arrayvec 0.7.2",6978 "bitvec 1.0.1",6979 "byte-slice-cast",6980 "bytes",6981 "impl-trait-for-tuples",6982 "parity-scale-codec-derive 3.1.3",6983 "serde",6984]69856986[[package]]6987name = "parity-scale-codec-derive"6988version = "2.3.1"6989source = "registry+https://github.com/rust-lang/crates.io-index"6990checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6991dependencies = [6992 "proc-macro-crate",6993 "proc-macro2",6994 "quote",6995 "syn",6996]69976998[[package]]6999name = "parity-scale-codec-derive"7000version = "3.1.3"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7003dependencies = [7004 "proc-macro-crate",7005 "proc-macro2",7006 "quote",7007 "syn",7008]70097010[[package]]7011name = "parity-send-wrapper"7012version = "0.1.0"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70157016[[package]]7017name = "parity-util-mem"7018version = "0.11.0"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7021dependencies = [7022 "cfg-if 1.0.0",7023 "ethereum-types",7024 "hashbrown",7025 "impl-trait-for-tuples",7026 "lru 0.7.8",7027 "parity-util-mem-derive",7028 "parking_lot 0.12.1",7029 "primitive-types",7030 "smallvec",7031 "winapi",7032]70337034[[package]]7035name = "parity-util-mem-derive"7036version = "0.1.0"7037source = "registry+https://github.com/rust-lang/crates.io-index"7038checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7039dependencies = [7040 "proc-macro2",7041 "syn",7042 "synstructure",7043]70447045[[package]]7046name = "parity-wasm"7047version = "0.32.0"7048source = "registry+https://github.com/rust-lang/crates.io-index"7049checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7050dependencies = [7051 "byteorder",7052]70537054[[package]]7055name = "parity-wasm"7056version = "0.45.0"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70597060[[package]]7061name = "parking"7062version = "2.0.0"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70657066[[package]]7067name = "parking_lot"7068version = "0.11.2"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7071dependencies = [7072 "instant",7073 "lock_api",7074 "parking_lot_core 0.8.5",7075]70767077[[package]]7078name = "parking_lot"7079version = "0.12.1"7080source = "registry+https://github.com/rust-lang/crates.io-index"7081checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7082dependencies = [7083 "lock_api",7084 "parking_lot_core 0.9.4",7085]70867087[[package]]7088name = "parking_lot_core"7089version = "0.8.5"7090source = "registry+https://github.com/rust-lang/crates.io-index"7091checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7092dependencies = [7093 "cfg-if 1.0.0",7094 "instant",7095 "libc",7096 "redox_syscall",7097 "smallvec",7098 "winapi",7099]71007101[[package]]7102name = "parking_lot_core"7103version = "0.9.4"7104source = "registry+https://github.com/rust-lang/crates.io-index"7105checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7106dependencies = [7107 "cfg-if 1.0.0",7108 "libc",7109 "redox_syscall",7110 "smallvec",7111 "windows-sys 0.42.0",7112]71137114[[package]]7115name = "paste"7116version = "1.0.9"7117source = "registry+https://github.com/rust-lang/crates.io-index"7118checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71197120[[package]]7121name = "pbkdf2"7122version = "0.4.0"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7125dependencies = [7126 "crypto-mac 0.8.0",7127]71287129[[package]]7130name = "pbkdf2"7131version = "0.8.0"7132source = "registry+https://github.com/rust-lang/crates.io-index"7133checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7134dependencies = [7135 "crypto-mac 0.11.1",7136]71377138[[package]]7139name = "peeking_take_while"7140version = "0.1.2"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71437144[[package]]7145name = "percent-encoding"7146version = "2.2.0"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71497150[[package]]7151name = "pest"7152version = "2.4.0"7153source = "registry+https://github.com/rust-lang/crates.io-index"7154checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7155dependencies = [7156 "thiserror",7157 "ucd-trie",7158]71597160[[package]]7161name = "pest_derive"7162version = "2.4.0"7163source = "registry+https://github.com/rust-lang/crates.io-index"7164checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7165dependencies = [7166 "pest",7167 "pest_generator",7168]71697170[[package]]7171name = "pest_generator"7172version = "2.4.0"7173source = "registry+https://github.com/rust-lang/crates.io-index"7174checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7175dependencies = [7176 "pest",7177 "pest_meta",7178 "proc-macro2",7179 "quote",7180 "syn",7181]71827183[[package]]7184name = "pest_meta"7185version = "2.4.0"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7188dependencies = [7189 "once_cell",7190 "pest",7191 "sha1",7192]71937194[[package]]7195name = "petgraph"7196version = "0.6.2"7197source = "registry+https://github.com/rust-lang/crates.io-index"7198checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7199dependencies = [7200 "fixedbitset",7201 "indexmap",7202]72037204[[package]]7205name = "pin-project"7206version = "1.0.12"7207source = "registry+https://github.com/rust-lang/crates.io-index"7208checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7209dependencies = [7210 "pin-project-internal",7211]72127213[[package]]7214name = "pin-project-internal"7215version = "1.0.12"7216source = "registry+https://github.com/rust-lang/crates.io-index"7217checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7218dependencies = [7219 "proc-macro2",7220 "quote",7221 "syn",7222]72237224[[package]]7225name = "pin-project-lite"7226version = "0.1.12"7227source = "registry+https://github.com/rust-lang/crates.io-index"7228checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72297230[[package]]7231name = "pin-project-lite"7232version = "0.2.9"7233source = "registry+https://github.com/rust-lang/crates.io-index"7234checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72357236[[package]]7237name = "pin-utils"7238version = "0.1.0"7239source = "registry+https://github.com/rust-lang/crates.io-index"7240checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72417242[[package]]7243name = "pkcs8"7244version = "0.8.0"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7247dependencies = [7248 "der",7249 "spki",7250 "zeroize",7251]72527253[[package]]7254name = "pkg-config"7255version = "0.3.26"7256source = "registry+https://github.com/rust-lang/crates.io-index"7257checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72587259[[package]]7260name = "platforms"7261version = "2.0.0"7262source = "registry+https://github.com/rust-lang/crates.io-index"7263checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72647265[[package]]7266name = "polkadot-approval-distribution"7267version = "0.9.30"7268source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7269dependencies = [7270 "futures 0.3.25",7271 "polkadot-node-network-protocol",7272 "polkadot-node-primitives",7273 "polkadot-node-subsystem",7274 "polkadot-node-subsystem-util",7275 "polkadot-primitives",7276 "rand 0.8.5",7277 "tracing-gum",7278]72797280[[package]]7281name = "polkadot-availability-bitfield-distribution"7282version = "0.9.30"7283source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7284dependencies = [7285 "futures 0.3.25",7286 "polkadot-node-network-protocol",7287 "polkadot-node-subsystem",7288 "polkadot-node-subsystem-util",7289 "polkadot-primitives",7290 "rand 0.8.5",7291 "tracing-gum",7292]72937294[[package]]7295name = "polkadot-availability-distribution"7296version = "0.9.30"7297source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7298dependencies = [7299 "derive_more",7300 "fatality",7301 "futures 0.3.25",7302 "lru 0.7.8",7303 "parity-scale-codec 3.2.1",7304 "polkadot-erasure-coding",7305 "polkadot-node-network-protocol",7306 "polkadot-node-primitives",7307 "polkadot-node-subsystem",7308 "polkadot-node-subsystem-util",7309 "polkadot-primitives",7310 "rand 0.8.5",7311 "sp-core",7312 "sp-keystore",7313 "thiserror",7314 "tracing-gum",7315]73167317[[package]]7318name = "polkadot-availability-recovery"7319version = "0.9.30"7320source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7321dependencies = [7322 "fatality",7323 "futures 0.3.25",7324 "lru 0.7.8",7325 "parity-scale-codec 3.2.1",7326 "polkadot-erasure-coding",7327 "polkadot-node-network-protocol",7328 "polkadot-node-primitives",7329 "polkadot-node-subsystem",7330 "polkadot-node-subsystem-util",7331 "polkadot-primitives",7332 "rand 0.8.5",7333 "sc-network",7334 "thiserror",7335 "tracing-gum",7336]73377338[[package]]7339name = "polkadot-cli"7340version = "0.9.30"7341source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7342dependencies = [7343 "clap",7344 "frame-benchmarking-cli",7345 "futures 0.3.25",7346 "log",7347 "polkadot-client",7348 "polkadot-node-core-pvf",7349 "polkadot-node-metrics",7350 "polkadot-performance-test",7351 "polkadot-service",7352 "sc-cli",7353 "sc-service",7354 "sc-sysinfo",7355 "sc-tracing",7356 "sp-core",7357 "sp-keyring",7358 "sp-trie",7359 "substrate-build-script-utils",7360 "thiserror",7361 "try-runtime-cli",7362]73637364[[package]]7365name = "polkadot-client"7366version = "0.9.30"7367source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7368dependencies = [7369 "beefy-primitives",7370 "frame-benchmarking",7371 "frame-benchmarking-cli",7372 "frame-system",7373 "frame-system-rpc-runtime-api",7374 "pallet-transaction-payment",7375 "pallet-transaction-payment-rpc-runtime-api",7376 "polkadot-core-primitives",7377 "polkadot-node-core-parachains-inherent",7378 "polkadot-primitives",7379 "polkadot-runtime",7380 "polkadot-runtime-common",7381 "sc-client-api",7382 "sc-consensus",7383 "sc-executor",7384 "sc-service",7385 "sp-api",7386 "sp-authority-discovery",7387 "sp-block-builder",7388 "sp-blockchain",7389 "sp-consensus",7390 "sp-consensus-babe",7391 "sp-core",7392 "sp-finality-grandpa",7393 "sp-inherents",7394 "sp-keyring",7395 "sp-mmr-primitives",7396 "sp-offchain",7397 "sp-runtime",7398 "sp-session",7399 "sp-storage",7400 "sp-timestamp",7401 "sp-transaction-pool",7402]74037404[[package]]7405name = "polkadot-collator-protocol"7406version = "0.9.30"7407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7408dependencies = [7409 "always-assert",7410 "fatality",7411 "futures 0.3.25",7412 "futures-timer",7413 "polkadot-node-network-protocol",7414 "polkadot-node-primitives",7415 "polkadot-node-subsystem",7416 "polkadot-node-subsystem-util",7417 "polkadot-primitives",7418 "sp-core",7419 "sp-keystore",7420 "sp-runtime",7421 "thiserror",7422 "tracing-gum",7423]74247425[[package]]7426name = "polkadot-core-primitives"7427version = "0.9.30"7428source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7429dependencies = [7430 "parity-scale-codec 3.2.1",7431 "parity-util-mem",7432 "scale-info",7433 "sp-core",7434 "sp-runtime",7435 "sp-std",7436]74377438[[package]]7439name = "polkadot-dispute-distribution"7440version = "0.9.30"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7442dependencies = [7443 "derive_more",7444 "fatality",7445 "futures 0.3.25",7446 "lru 0.7.8",7447 "parity-scale-codec 3.2.1",7448 "polkadot-erasure-coding",7449 "polkadot-node-network-protocol",7450 "polkadot-node-primitives",7451 "polkadot-node-subsystem",7452 "polkadot-node-subsystem-util",7453 "polkadot-primitives",7454 "sc-network",7455 "sp-application-crypto",7456 "sp-keystore",7457 "thiserror",7458 "tracing-gum",7459]74607461[[package]]7462name = "polkadot-erasure-coding"7463version = "0.9.30"7464source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7465dependencies = [7466 "parity-scale-codec 3.2.1",7467 "polkadot-node-primitives",7468 "polkadot-primitives",7469 "reed-solomon-novelpoly",7470 "sp-core",7471 "sp-trie",7472 "thiserror",7473]74747475[[package]]7476name = "polkadot-gossip-support"7477version = "0.9.30"7478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7479dependencies = [7480 "futures 0.3.25",7481 "futures-timer",7482 "polkadot-node-network-protocol",7483 "polkadot-node-subsystem",7484 "polkadot-node-subsystem-util",7485 "polkadot-primitives",7486 "rand 0.8.5",7487 "rand_chacha 0.3.1",7488 "sc-network",7489 "sp-application-crypto",7490 "sp-core",7491 "sp-keystore",7492 "tracing-gum",7493]74947495[[package]]7496name = "polkadot-network-bridge"7497version = "0.9.30"7498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7499dependencies = [7500 "always-assert",7501 "async-trait",7502 "bytes",7503 "fatality",7504 "futures 0.3.25",7505 "parity-scale-codec 3.2.1",7506 "parking_lot 0.12.1",7507 "polkadot-node-network-protocol",7508 "polkadot-node-subsystem",7509 "polkadot-node-subsystem-util",7510 "polkadot-overseer",7511 "polkadot-primitives",7512 "sc-network",7513 "sc-network-common",7514 "sp-consensus",7515 "thiserror",7516 "tracing-gum",7517]75187519[[package]]7520name = "polkadot-node-collation-generation"7521version = "0.9.30"7522source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7523dependencies = [7524 "futures 0.3.25",7525 "parity-scale-codec 3.2.1",7526 "polkadot-erasure-coding",7527 "polkadot-node-primitives",7528 "polkadot-node-subsystem",7529 "polkadot-node-subsystem-util",7530 "polkadot-primitives",7531 "sp-core",7532 "sp-maybe-compressed-blob",7533 "thiserror",7534 "tracing-gum",7535]75367537[[package]]7538name = "polkadot-node-core-approval-voting"7539version = "0.9.30"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7541dependencies = [7542 "bitvec 1.0.1",7543 "derive_more",7544 "futures 0.3.25",7545 "futures-timer",7546 "kvdb",7547 "lru 0.7.8",7548 "merlin",7549 "parity-scale-codec 3.2.1",7550 "polkadot-node-jaeger",7551 "polkadot-node-primitives",7552 "polkadot-node-subsystem",7553 "polkadot-node-subsystem-util",7554 "polkadot-overseer",7555 "polkadot-primitives",7556 "sc-keystore",7557 "schnorrkel",7558 "sp-application-crypto",7559 "sp-consensus",7560 "sp-consensus-slots",7561 "sp-runtime",7562 "thiserror",7563 "tracing-gum",7564]75657566[[package]]7567name = "polkadot-node-core-av-store"7568version = "0.9.30"7569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7570dependencies = [7571 "bitvec 1.0.1",7572 "futures 0.3.25",7573 "futures-timer",7574 "kvdb",7575 "parity-scale-codec 3.2.1",7576 "polkadot-erasure-coding",7577 "polkadot-node-primitives",7578 "polkadot-node-subsystem",7579 "polkadot-node-subsystem-util",7580 "polkadot-overseer",7581 "polkadot-primitives",7582 "thiserror",7583 "tracing-gum",7584]75857586[[package]]7587name = "polkadot-node-core-backing"7588version = "0.9.30"7589source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7590dependencies = [7591 "bitvec 1.0.1",7592 "fatality",7593 "futures 0.3.25",7594 "polkadot-erasure-coding",7595 "polkadot-node-primitives",7596 "polkadot-node-subsystem",7597 "polkadot-node-subsystem-util",7598 "polkadot-primitives",7599 "polkadot-statement-table",7600 "sp-keystore",7601 "thiserror",7602 "tracing-gum",7603]76047605[[package]]7606name = "polkadot-node-core-bitfield-signing"7607version = "0.9.30"7608source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7609dependencies = [7610 "futures 0.3.25",7611 "polkadot-node-subsystem",7612 "polkadot-node-subsystem-util",7613 "polkadot-primitives",7614 "sp-keystore",7615 "thiserror",7616 "tracing-gum",7617 "wasm-timer",7618]76197620[[package]]7621name = "polkadot-node-core-candidate-validation"7622version = "0.9.30"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7624dependencies = [7625 "async-trait",7626 "futures 0.3.25",7627 "parity-scale-codec 3.2.1",7628 "polkadot-node-core-pvf",7629 "polkadot-node-primitives",7630 "polkadot-node-subsystem",7631 "polkadot-node-subsystem-util",7632 "polkadot-parachain",7633 "polkadot-primitives",7634 "sp-maybe-compressed-blob",7635 "tracing-gum",7636]76377638[[package]]7639name = "polkadot-node-core-chain-api"7640version = "0.9.30"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7642dependencies = [7643 "futures 0.3.25",7644 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-util",7646 "polkadot-primitives",7647 "sc-client-api",7648 "sc-consensus-babe",7649 "sp-blockchain",7650 "tracing-gum",7651]76527653[[package]]7654name = "polkadot-node-core-chain-selection"7655version = "0.9.30"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7657dependencies = [7658 "futures 0.3.25",7659 "futures-timer",7660 "kvdb",7661 "parity-scale-codec 3.2.1",7662 "polkadot-node-primitives",7663 "polkadot-node-subsystem",7664 "polkadot-node-subsystem-util",7665 "polkadot-primitives",7666 "thiserror",7667 "tracing-gum",7668]76697670[[package]]7671name = "polkadot-node-core-dispute-coordinator"7672version = "0.9.30"7673source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7674dependencies = [7675 "fatality",7676 "futures 0.3.25",7677 "kvdb",7678 "lru 0.7.8",7679 "parity-scale-codec 3.2.1",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-primitives",7684 "sc-keystore",7685 "thiserror",7686 "tracing-gum",7687]76887689[[package]]7690name = "polkadot-node-core-parachains-inherent"7691version = "0.9.30"7692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7693dependencies = [7694 "async-trait",7695 "futures 0.3.25",7696 "futures-timer",7697 "polkadot-node-subsystem",7698 "polkadot-primitives",7699 "sp-blockchain",7700 "sp-inherents",7701 "sp-runtime",7702 "thiserror",7703 "tracing-gum",7704]77057706[[package]]7707name = "polkadot-node-core-provisioner"7708version = "0.9.30"7709source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7710dependencies = [7711 "bitvec 1.0.1",7712 "fatality",7713 "futures 0.3.25",7714 "futures-timer",7715 "polkadot-node-primitives",7716 "polkadot-node-subsystem",7717 "polkadot-node-subsystem-util",7718 "polkadot-primitives",7719 "rand 0.8.5",7720 "thiserror",7721 "tracing-gum",7722]77237724[[package]]7725name = "polkadot-node-core-pvf"7726version = "0.9.30"7727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7728dependencies = [7729 "always-assert",7730 "assert_matches",7731 "async-process",7732 "async-std",7733 "futures 0.3.25",7734 "futures-timer",7735 "parity-scale-codec 3.2.1",7736 "pin-project",7737 "polkadot-core-primitives",7738 "polkadot-node-metrics",7739 "polkadot-parachain",7740 "rand 0.8.5",7741 "rayon",7742 "sc-executor",7743 "sc-executor-common",7744 "sc-executor-wasmtime",7745 "slotmap",7746 "sp-core",7747 "sp-externalities",7748 "sp-io",7749 "sp-maybe-compressed-blob",7750 "sp-tracing",7751 "sp-wasm-interface",7752 "tempfile",7753 "tracing-gum",7754]77557756[[package]]7757name = "polkadot-node-core-pvf-checker"7758version = "0.9.30"7759source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7760dependencies = [7761 "futures 0.3.25",7762 "polkadot-node-primitives",7763 "polkadot-node-subsystem",7764 "polkadot-node-subsystem-util",7765 "polkadot-overseer",7766 "polkadot-primitives",7767 "sp-keystore",7768 "thiserror",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-core-runtime-api"7774version = "0.9.30"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7776dependencies = [7777 "futures 0.3.25",7778 "memory-lru",7779 "parity-util-mem",7780 "polkadot-node-subsystem",7781 "polkadot-node-subsystem-types",7782 "polkadot-node-subsystem-util",7783 "polkadot-primitives",7784 "sp-consensus-babe",7785 "tracing-gum",7786]77877788[[package]]7789name = "polkadot-node-jaeger"7790version = "0.9.30"7791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7792dependencies = [7793 "async-std",7794 "lazy_static",7795 "log",7796 "mick-jaeger",7797 "parity-scale-codec 3.2.1",7798 "parking_lot 0.12.1",7799 "polkadot-node-primitives",7800 "polkadot-primitives",7801 "sc-network",7802 "sp-core",7803 "thiserror",7804]78057806[[package]]7807name = "polkadot-node-metrics"7808version = "0.9.30"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7810dependencies = [7811 "bs58",7812 "futures 0.3.25",7813 "futures-timer",7814 "log",7815 "parity-scale-codec 3.2.1",7816 "polkadot-primitives",7817 "prioritized-metered-channel",7818 "sc-cli",7819 "sc-service",7820 "sc-tracing",7821 "substrate-prometheus-endpoint",7822 "tracing-gum",7823]78247825[[package]]7826name = "polkadot-node-network-protocol"7827version = "0.9.30"7828source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7829dependencies = [7830 "async-trait",7831 "derive_more",7832 "fatality",7833 "futures 0.3.25",7834 "hex",7835 "parity-scale-codec 3.2.1",7836 "polkadot-node-jaeger",7837 "polkadot-node-primitives",7838 "polkadot-primitives",7839 "rand 0.8.5",7840 "sc-authority-discovery",7841 "sc-network",7842 "sc-network-common",7843 "strum",7844 "thiserror",7845 "tracing-gum",7846]78477848[[package]]7849name = "polkadot-node-primitives"7850version = "0.9.30"7851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7852dependencies = [7853 "bounded-vec",7854 "futures 0.3.25",7855 "parity-scale-codec 3.2.1",7856 "polkadot-parachain",7857 "polkadot-primitives",7858 "schnorrkel",7859 "serde",7860 "sp-application-crypto",7861 "sp-consensus-babe",7862 "sp-consensus-vrf",7863 "sp-core",7864 "sp-keystore",7865 "sp-maybe-compressed-blob",7866 "thiserror",7867 "zstd",7868]78697870[[package]]7871name = "polkadot-node-subsystem"7872version = "0.9.30"7873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7874dependencies = [7875 "polkadot-node-jaeger",7876 "polkadot-node-subsystem-types",7877 "polkadot-overseer",7878]78797880[[package]]7881name = "polkadot-node-subsystem-types"7882version = "0.9.30"7883source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7884dependencies = [7885 "async-trait",7886 "derive_more",7887 "futures 0.3.25",7888 "orchestra",7889 "polkadot-node-jaeger",7890 "polkadot-node-network-protocol",7891 "polkadot-node-primitives",7892 "polkadot-primitives",7893 "polkadot-statement-table",7894 "sc-network",7895 "smallvec",7896 "sp-api",7897 "sp-authority-discovery",7898 "sp-consensus-babe",7899 "substrate-prometheus-endpoint",7900 "thiserror",7901]79027903[[package]]7904name = "polkadot-node-subsystem-util"7905version = "0.9.30"7906source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7907dependencies = [7908 "async-trait",7909 "derive_more",7910 "fatality",7911 "futures 0.3.25",7912 "itertools",7913 "kvdb",7914 "lru 0.7.8",7915 "parity-db",7916 "parity-scale-codec 3.2.1",7917 "parity-util-mem",7918 "parking_lot 0.11.2",7919 "pin-project",7920 "polkadot-node-jaeger",7921 "polkadot-node-metrics",7922 "polkadot-node-network-protocol",7923 "polkadot-node-primitives",7924 "polkadot-node-subsystem",7925 "polkadot-overseer",7926 "polkadot-primitives",7927 "prioritized-metered-channel",7928 "rand 0.8.5",7929 "sp-application-crypto",7930 "sp-core",7931 "sp-keystore",7932 "thiserror",7933 "tracing-gum",7934]79357936[[package]]7937name = "polkadot-overseer"7938version = "0.9.30"7939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7940dependencies = [7941 "async-trait",7942 "futures 0.3.25",7943 "futures-timer",7944 "lru 0.7.8",7945 "orchestra",7946 "parity-util-mem",7947 "parking_lot 0.12.1",7948 "polkadot-node-metrics",7949 "polkadot-node-network-protocol",7950 "polkadot-node-primitives",7951 "polkadot-node-subsystem-types",7952 "polkadot-primitives",7953 "sc-client-api",7954 "sp-api",7955 "sp-core",7956 "tracing-gum",7957]79587959[[package]]7960name = "polkadot-parachain"7961version = "0.9.30"7962source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7963dependencies = [7964 "derive_more",7965 "frame-support",7966 "parity-scale-codec 3.2.1",7967 "parity-util-mem",7968 "polkadot-core-primitives",7969 "scale-info",7970 "serde",7971 "sp-core",7972 "sp-runtime",7973 "sp-std",7974]79757976[[package]]7977name = "polkadot-performance-test"7978version = "0.9.30"7979source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7980dependencies = [7981 "env_logger",7982 "kusama-runtime",7983 "log",7984 "polkadot-erasure-coding",7985 "polkadot-node-core-pvf",7986 "polkadot-node-primitives",7987 "quote",7988 "thiserror",7989]79907991[[package]]7992name = "polkadot-primitives"7993version = "0.9.30"7994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7995dependencies = [7996 "bitvec 1.0.1",7997 "frame-system",7998 "hex-literal",7999 "parity-scale-codec 3.2.1",8000 "parity-util-mem",8001 "polkadot-core-primitives",8002 "polkadot-parachain",8003 "scale-info",8004 "serde",8005 "sp-api",8006 "sp-application-crypto",8007 "sp-arithmetic",8008 "sp-authority-discovery",8009 "sp-consensus-slots",8010 "sp-core",8011 "sp-inherents",8012 "sp-io",8013 "sp-keystore",8014 "sp-runtime",8015 "sp-staking",8016 "sp-std",8017 "sp-trie",8018 "sp-version",8019]80208021[[package]]8022name = "polkadot-rpc"8023version = "0.9.30"8024source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8025dependencies = [8026 "beefy-gadget",8027 "beefy-gadget-rpc",8028 "jsonrpsee",8029 "pallet-mmr-rpc",8030 "pallet-transaction-payment-rpc",8031 "polkadot-primitives",8032 "sc-chain-spec",8033 "sc-client-api",8034 "sc-consensus-babe",8035 "sc-consensus-babe-rpc",8036 "sc-consensus-epochs",8037 "sc-finality-grandpa",8038 "sc-finality-grandpa-rpc",8039 "sc-rpc",8040 "sc-sync-state-rpc",8041 "sc-transaction-pool-api",8042 "sp-api",8043 "sp-block-builder",8044 "sp-blockchain",8045 "sp-consensus",8046 "sp-consensus-babe",8047 "sp-keystore",8048 "sp-runtime",8049 "substrate-frame-rpc-system",8050 "substrate-state-trie-migration-rpc",8051]80528053[[package]]8054name = "polkadot-runtime"8055version = "0.9.30"8056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8057dependencies = [8058 "beefy-primitives",8059 "bitvec 1.0.1",8060 "frame-benchmarking",8061 "frame-election-provider-support",8062 "frame-executive",8063 "frame-support",8064 "frame-system",8065 "frame-system-benchmarking",8066 "frame-system-rpc-runtime-api",8067 "frame-try-runtime",8068 "hex-literal",8069 "log",8070 "pallet-authority-discovery",8071 "pallet-authorship",8072 "pallet-babe",8073 "pallet-bags-list",8074 "pallet-balances",8075 "pallet-bounties",8076 "pallet-child-bounties",8077 "pallet-collective",8078 "pallet-democracy",8079 "pallet-election-provider-multi-phase",8080 "pallet-election-provider-support-benchmarking",8081 "pallet-elections-phragmen",8082 "pallet-fast-unstake",8083 "pallet-grandpa",8084 "pallet-identity",8085 "pallet-im-online",8086 "pallet-indices",8087 "pallet-membership",8088 "pallet-multisig",8089 "pallet-nomination-pools",8090 "pallet-nomination-pools-benchmarking",8091 "pallet-nomination-pools-runtime-api",8092 "pallet-offences",8093 "pallet-offences-benchmarking",8094 "pallet-preimage",8095 "pallet-proxy",8096 "pallet-scheduler",8097 "pallet-session",8098 "pallet-session-benchmarking",8099 "pallet-staking",8100 "pallet-staking-reward-curve",8101 "pallet-timestamp",8102 "pallet-tips",8103 "pallet-transaction-payment",8104 "pallet-transaction-payment-rpc-runtime-api",8105 "pallet-treasury",8106 "pallet-utility",8107 "pallet-vesting",8108 "pallet-xcm",8109 "parity-scale-codec 3.2.1",8110 "polkadot-primitives",8111 "polkadot-runtime-common",8112 "polkadot-runtime-constants",8113 "polkadot-runtime-parachains",8114 "rustc-hex",8115 "scale-info",8116 "serde",8117 "serde_derive",8118 "smallvec",8119 "sp-api",8120 "sp-authority-discovery",8121 "sp-block-builder",8122 "sp-consensus-babe",8123 "sp-core",8124 "sp-inherents",8125 "sp-io",8126 "sp-mmr-primitives",8127 "sp-npos-elections",8128 "sp-offchain",8129 "sp-runtime",8130 "sp-session",8131 "sp-staking",8132 "sp-std",8133 "sp-transaction-pool",8134 "sp-version",8135 "static_assertions",8136 "substrate-wasm-builder",8137 "xcm",8138 "xcm-builder",8139 "xcm-executor",8140]81418142[[package]]8143name = "polkadot-runtime-common"8144version = "0.9.30"8145source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8146dependencies = [8147 "beefy-primitives",8148 "bitvec 1.0.1",8149 "frame-benchmarking",8150 "frame-election-provider-support",8151 "frame-support",8152 "frame-system",8153 "impl-trait-for-tuples",8154 "libsecp256k1",8155 "log",8156 "pallet-authorship",8157 "pallet-babe",8158 "pallet-bags-list",8159 "pallet-balances",8160 "pallet-beefy-mmr",8161 "pallet-election-provider-multi-phase",8162 "pallet-session",8163 "pallet-staking",8164 "pallet-timestamp",8165 "pallet-transaction-payment",8166 "pallet-treasury",8167 "pallet-vesting",8168 "parity-scale-codec 3.2.1",8169 "polkadot-primitives",8170 "polkadot-runtime-parachains",8171 "rustc-hex",8172 "scale-info",8173 "serde",8174 "serde_derive",8175 "slot-range-helper",8176 "sp-api",8177 "sp-core",8178 "sp-inherents",8179 "sp-io",8180 "sp-npos-elections",8181 "sp-runtime",8182 "sp-session",8183 "sp-staking",8184 "sp-std",8185 "static_assertions",8186 "xcm",8187]81888189[[package]]8190name = "polkadot-runtime-constants"8191version = "0.9.30"8192source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8193dependencies = [8194 "frame-support",8195 "polkadot-primitives",8196 "polkadot-runtime-common",8197 "smallvec",8198 "sp-runtime",8199]82008201[[package]]8202name = "polkadot-runtime-metrics"8203version = "0.9.30"8204source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8205dependencies = [8206 "bs58",8207 "parity-scale-codec 3.2.1",8208 "polkadot-primitives",8209 "sp-std",8210 "sp-tracing",8211]82128213[[package]]8214name = "polkadot-runtime-parachains"8215version = "0.9.30"8216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8217dependencies = [8218 "bitflags",8219 "bitvec 1.0.1",8220 "derive_more",8221 "frame-benchmarking",8222 "frame-support",8223 "frame-system",8224 "log",8225 "pallet-authority-discovery",8226 "pallet-authorship",8227 "pallet-babe",8228 "pallet-balances",8229 "pallet-session",8230 "pallet-staking",8231 "pallet-timestamp",8232 "pallet-vesting",8233 "parity-scale-codec 3.2.1",8234 "polkadot-primitives",8235 "polkadot-runtime-metrics",8236 "rand 0.8.5",8237 "rand_chacha 0.3.1",8238 "rustc-hex",8239 "scale-info",8240 "serde",8241 "sp-api",8242 "sp-application-crypto",8243 "sp-core",8244 "sp-inherents",8245 "sp-io",8246 "sp-keystore",8247 "sp-runtime",8248 "sp-session",8249 "sp-staking",8250 "sp-std",8251 "static_assertions",8252 "xcm",8253 "xcm-executor",8254]82558256[[package]]8257name = "polkadot-service"8258version = "0.9.30"8259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8260dependencies = [8261 "async-trait",8262 "beefy-gadget",8263 "beefy-primitives",8264 "frame-support",8265 "frame-system-rpc-runtime-api",8266 "futures 0.3.25",8267 "hex-literal",8268 "kusama-runtime",8269 "kvdb",8270 "kvdb-rocksdb",8271 "lru 0.7.8",8272 "pallet-babe",8273 "pallet-im-online",8274 "pallet-staking",8275 "pallet-transaction-payment-rpc-runtime-api",8276 "parity-db",8277 "polkadot-approval-distribution",8278 "polkadot-availability-bitfield-distribution",8279 "polkadot-availability-distribution",8280 "polkadot-availability-recovery",8281 "polkadot-client",8282 "polkadot-collator-protocol",8283 "polkadot-dispute-distribution",8284 "polkadot-gossip-support",8285 "polkadot-network-bridge",8286 "polkadot-node-collation-generation",8287 "polkadot-node-core-approval-voting",8288 "polkadot-node-core-av-store",8289 "polkadot-node-core-backing",8290 "polkadot-node-core-bitfield-signing",8291 "polkadot-node-core-candidate-validation",8292 "polkadot-node-core-chain-api",8293 "polkadot-node-core-chain-selection",8294 "polkadot-node-core-dispute-coordinator",8295 "polkadot-node-core-parachains-inherent",8296 "polkadot-node-core-provisioner",8297 "polkadot-node-core-pvf-checker",8298 "polkadot-node-core-runtime-api",8299 "polkadot-node-network-protocol",8300 "polkadot-node-primitives",8301 "polkadot-node-subsystem",8302 "polkadot-node-subsystem-types",8303 "polkadot-node-subsystem-util",8304 "polkadot-overseer",8305 "polkadot-parachain",8306 "polkadot-primitives",8307 "polkadot-rpc",8308 "polkadot-runtime",8309 "polkadot-runtime-constants",8310 "polkadot-runtime-parachains",8311 "polkadot-statement-distribution",8312 "rococo-runtime",8313 "sc-authority-discovery",8314 "sc-basic-authorship",8315 "sc-block-builder",8316 "sc-chain-spec",8317 "sc-client-api",8318 "sc-client-db",8319 "sc-consensus",8320 "sc-consensus-babe",8321 "sc-consensus-slots",8322 "sc-executor",8323 "sc-finality-grandpa",8324 "sc-keystore",8325 "sc-network",8326 "sc-network-common",8327 "sc-offchain",8328 "sc-service",8329 "sc-sync-state-rpc",8330 "sc-sysinfo",8331 "sc-telemetry",8332 "sc-transaction-pool",8333 "serde",8334 "serde_json",8335 "sp-api",8336 "sp-authority-discovery",8337 "sp-block-builder",8338 "sp-blockchain",8339 "sp-consensus",8340 "sp-consensus-babe",8341 "sp-core",8342 "sp-finality-grandpa",8343 "sp-inherents",8344 "sp-io",8345 "sp-keystore",8346 "sp-offchain",8347 "sp-runtime",8348 "sp-session",8349 "sp-state-machine",8350 "sp-storage",8351 "sp-timestamp",8352 "sp-transaction-pool",8353 "sp-trie",8354 "substrate-prometheus-endpoint",8355 "thiserror",8356 "tracing-gum",8357 "westend-runtime",8358]83598360[[package]]8361name = "polkadot-statement-distribution"8362version = "0.9.30"8363source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8364dependencies = [8365 "arrayvec 0.5.2",8366 "fatality",8367 "futures 0.3.25",8368 "indexmap",8369 "parity-scale-codec 3.2.1",8370 "polkadot-node-network-protocol",8371 "polkadot-node-primitives",8372 "polkadot-node-subsystem",8373 "polkadot-node-subsystem-util",8374 "polkadot-primitives",8375 "sp-keystore",8376 "sp-staking",8377 "thiserror",8378 "tracing-gum",8379]83808381[[package]]8382name = "polkadot-statement-table"8383version = "0.9.30"8384source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8385dependencies = [8386 "parity-scale-codec 3.2.1",8387 "polkadot-primitives",8388 "sp-core",8389]83908391[[package]]8392name = "polkadot-test-runtime"8393version = "0.9.30"8394source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8395dependencies = [8396 "beefy-primitives",8397 "bitvec 1.0.1",8398 "frame-election-provider-support",8399 "frame-executive",8400 "frame-support",8401 "frame-system",8402 "frame-system-rpc-runtime-api",8403 "log",8404 "pallet-authority-discovery",8405 "pallet-authorship",8406 "pallet-babe",8407 "pallet-balances",8408 "pallet-grandpa",8409 "pallet-indices",8410 "pallet-offences",8411 "pallet-session",8412 "pallet-staking",8413 "pallet-staking-reward-curve",8414 "pallet-sudo",8415 "pallet-timestamp",8416 "pallet-transaction-payment",8417 "pallet-transaction-payment-rpc-runtime-api",8418 "pallet-vesting",8419 "pallet-xcm",8420 "parity-scale-codec 3.2.1",8421 "polkadot-parachain",8422 "polkadot-primitives",8423 "polkadot-runtime-common",8424 "polkadot-runtime-parachains",8425 "rustc-hex",8426 "scale-info",8427 "serde",8428 "serde_derive",8429 "smallvec",8430 "sp-api",8431 "sp-authority-discovery",8432 "sp-block-builder",8433 "sp-consensus-babe",8434 "sp-core",8435 "sp-inherents",8436 "sp-io",8437 "sp-mmr-primitives",8438 "sp-offchain",8439 "sp-runtime",8440 "sp-session",8441 "sp-staking",8442 "sp-std",8443 "sp-transaction-pool",8444 "sp-version",8445 "substrate-wasm-builder",8446 "test-runtime-constants",8447 "xcm",8448 "xcm-builder",8449 "xcm-executor",8450]84518452[[package]]8453name = "polkadot-test-service"8454version = "0.9.30"8455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8456dependencies = [8457 "frame-benchmarking",8458 "frame-system",8459 "futures 0.3.25",8460 "hex",8461 "pallet-balances",8462 "pallet-staking",8463 "pallet-transaction-payment",8464 "polkadot-node-primitives",8465 "polkadot-node-subsystem",8466 "polkadot-overseer",8467 "polkadot-parachain",8468 "polkadot-primitives",8469 "polkadot-rpc",8470 "polkadot-runtime-common",8471 "polkadot-runtime-parachains",8472 "polkadot-service",8473 "polkadot-test-runtime",8474 "rand 0.8.5",8475 "sc-authority-discovery",8476 "sc-chain-spec",8477 "sc-cli",8478 "sc-client-api",8479 "sc-consensus",8480 "sc-consensus-babe",8481 "sc-executor",8482 "sc-finality-grandpa",8483 "sc-network",8484 "sc-network-common",8485 "sc-service",8486 "sc-tracing",8487 "sc-transaction-pool",8488 "sp-arithmetic",8489 "sp-authority-discovery",8490 "sp-blockchain",8491 "sp-consensus",8492 "sp-consensus-babe",8493 "sp-core",8494 "sp-finality-grandpa",8495 "sp-inherents",8496 "sp-keyring",8497 "sp-runtime",8498 "sp-state-machine",8499 "substrate-test-client",8500 "tempfile",8501 "test-runtime-constants",8502 "tokio",8503 "tracing-gum",8504]85058506[[package]]8507name = "polling"8508version = "2.4.0"8509source = "registry+https://github.com/rust-lang/crates.io-index"8510checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8511dependencies = [8512 "autocfg",8513 "cfg-if 1.0.0",8514 "libc",8515 "log",8516 "wepoll-ffi",8517 "winapi",8518]85198520[[package]]8521name = "poly1305"8522version = "0.7.2"8523source = "registry+https://github.com/rust-lang/crates.io-index"8524checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8525dependencies = [8526 "cpufeatures",8527 "opaque-debug 0.3.0",8528 "universal-hash",8529]85308531[[package]]8532name = "polyval"8533version = "0.5.3"8534source = "registry+https://github.com/rust-lang/crates.io-index"8535checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8536dependencies = [8537 "cfg-if 1.0.0",8538 "cpufeatures",8539 "opaque-debug 0.3.0",8540 "universal-hash",8541]85428543[[package]]8544name = "ppv-lite86"8545version = "0.2.16"8546source = "registry+https://github.com/rust-lang/crates.io-index"8547checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85488549[[package]]8550name = "primitive-types"8551version = "0.11.1"8552source = "registry+https://github.com/rust-lang/crates.io-index"8553checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8554dependencies = [8555 "fixed-hash",8556 "impl-codec",8557 "impl-rlp",8558 "impl-serde",8559 "scale-info",8560 "uint",8561]85628563[[package]]8564name = "prioritized-metered-channel"8565version = "0.2.0"8566source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8567dependencies = [8568 "coarsetime",8569 "crossbeam-queue",8570 "derive_more",8571 "futures 0.3.25",8572 "futures-timer",8573 "nanorand",8574 "thiserror",8575 "tracing",8576]85778578[[package]]8579name = "proc-macro-crate"8580version = "1.2.1"8581source = "registry+https://github.com/rust-lang/crates.io-index"8582checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8583dependencies = [8584 "once_cell",8585 "thiserror",8586 "toml",8587]85888589[[package]]8590name = "proc-macro-error"8591version = "1.0.4"8592source = "registry+https://github.com/rust-lang/crates.io-index"8593checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8594dependencies = [8595 "proc-macro-error-attr",8596 "proc-macro2",8597 "quote",8598 "syn",8599 "version_check",8600]86018602[[package]]8603name = "proc-macro-error-attr"8604version = "1.0.4"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8607dependencies = [8608 "proc-macro2",8609 "quote",8610 "version_check",8611]86128613[[package]]8614name = "proc-macro2"8615version = "1.0.47"8616source = "registry+https://github.com/rust-lang/crates.io-index"8617checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8618dependencies = [8619 "unicode-ident",8620]86218622[[package]]8623name = "prometheus"8624version = "0.13.3"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8627dependencies = [8628 "cfg-if 1.0.0",8629 "fnv",8630 "lazy_static",8631 "memchr",8632 "parking_lot 0.12.1",8633 "thiserror",8634]86358636[[package]]8637name = "prometheus-client"8638version = "0.16.0"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8641dependencies = [8642 "dtoa",8643 "itoa",8644 "owning_ref",8645 "prometheus-client-derive-text-encode",8646]86478648[[package]]8649name = "prometheus-client-derive-text-encode"8650version = "0.2.0"8651source = "registry+https://github.com/rust-lang/crates.io-index"8652checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8653dependencies = [8654 "proc-macro2",8655 "quote",8656 "syn",8657]86588659[[package]]8660name = "prost"8661version = "0.10.4"8662source = "registry+https://github.com/rust-lang/crates.io-index"8663checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8664dependencies = [8665 "bytes",8666 "prost-derive 0.10.1",8667]86688669[[package]]8670name = "prost"8671version = "0.11.0"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8674dependencies = [8675 "bytes",8676 "prost-derive 0.11.0",8677]86788679[[package]]8680name = "prost-build"8681version = "0.10.4"8682source = "registry+https://github.com/rust-lang/crates.io-index"8683checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8684dependencies = [8685 "bytes",8686 "cfg-if 1.0.0",8687 "cmake",8688 "heck",8689 "itertools",8690 "lazy_static",8691 "log",8692 "multimap",8693 "petgraph",8694 "prost 0.10.4",8695 "prost-types 0.10.1",8696 "regex",8697 "tempfile",8698 "which",8699]87008701[[package]]8702name = "prost-build"8703version = "0.11.1"8704source = "registry+https://github.com/rust-lang/crates.io-index"8705checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8706dependencies = [8707 "bytes",8708 "heck",8709 "itertools",8710 "lazy_static",8711 "log",8712 "multimap",8713 "petgraph",8714 "prost 0.11.0",8715 "prost-types 0.11.1",8716 "regex",8717 "tempfile",8718 "which",8719]87208721[[package]]8722name = "prost-codec"8723version = "0.1.0"8724source = "registry+https://github.com/rust-lang/crates.io-index"8725checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8726dependencies = [8727 "asynchronous-codec",8728 "bytes",8729 "prost 0.10.4",8730 "thiserror",8731 "unsigned-varint",8732]87338734[[package]]8735name = "prost-derive"8736version = "0.10.1"8737source = "registry+https://github.com/rust-lang/crates.io-index"8738checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8739dependencies = [8740 "anyhow",8741 "itertools",8742 "proc-macro2",8743 "quote",8744 "syn",8745]87468747[[package]]8748name = "prost-derive"8749version = "0.11.0"8750source = "registry+https://github.com/rust-lang/crates.io-index"8751checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8752dependencies = [8753 "anyhow",8754 "itertools",8755 "proc-macro2",8756 "quote",8757 "syn",8758]87598760[[package]]8761name = "prost-types"8762version = "0.10.1"8763source = "registry+https://github.com/rust-lang/crates.io-index"8764checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8765dependencies = [8766 "bytes",8767 "prost 0.10.4",8768]87698770[[package]]8771name = "prost-types"8772version = "0.11.1"8773source = "registry+https://github.com/rust-lang/crates.io-index"8774checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8775dependencies = [8776 "bytes",8777 "prost 0.11.0",8778]87798780[[package]]8781name = "psm"8782version = "0.1.21"8783source = "registry+https://github.com/rust-lang/crates.io-index"8784checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8785dependencies = [8786 "cc",8787]87888789[[package]]8790name = "quartz-runtime"8791version = "0.9.30"8792dependencies = [8793 "app-promotion-rpc",8794 "cumulus-pallet-aura-ext",8795 "cumulus-pallet-dmp-queue",8796 "cumulus-pallet-parachain-system",8797 "cumulus-pallet-xcm",8798 "cumulus-pallet-xcmp-queue",8799 "cumulus-primitives-core",8800 "cumulus-primitives-timestamp",8801 "cumulus-primitives-utility",8802 "derivative",8803 "evm-coder",8804 "fp-evm-mapping",8805 "fp-rpc",8806 "fp-self-contained",8807 "frame-benchmarking",8808 "frame-executive",8809 "frame-support",8810 "frame-system",8811 "frame-system-benchmarking",8812 "frame-system-rpc-runtime-api",8813 "frame-try-runtime",8814 "hex-literal",8815 "impl-trait-for-tuples",8816 "log",8817 "logtest",8818 "orml-tokens",8819 "orml-traits",8820 "orml-vesting",8821 "orml-xtokens",8822 "pallet-app-promotion",8823 "pallet-aura",8824 "pallet-balances",8825 "pallet-base-fee",8826 "pallet-common",8827 "pallet-configuration",8828 "pallet-ethereum",8829 "pallet-evm",8830 "pallet-evm-coder-substrate",8831 "pallet-evm-contract-helpers",8832 "pallet-evm-migration",8833 "pallet-evm-transaction-payment",8834 "pallet-foreign-assets",8835 "pallet-fungible",8836 "pallet-inflation",8837 "pallet-nonfungible",8838 "pallet-randomness-collective-flip",8839 "pallet-refungible",8840 "pallet-rmrk-core",8841 "pallet-rmrk-equip",8842 "pallet-structure",8843 "pallet-sudo",8844 "pallet-template-transaction-payment",8845 "pallet-timestamp",8846 "pallet-transaction-payment",8847 "pallet-transaction-payment-rpc-runtime-api",8848 "pallet-treasury",8849 "pallet-unique",8850 "pallet-unique-scheduler",8851 "pallet-xcm",8852 "parachain-info",8853 "parity-scale-codec 3.2.1",8854 "polkadot-parachain",8855 "rmrk-rpc",8856 "scale-info",8857 "serde",8858 "smallvec",8859 "sp-api",8860 "sp-arithmetic",8861 "sp-block-builder",8862 "sp-consensus-aura",8863 "sp-core",8864 "sp-inherents",8865 "sp-io",8866 "sp-offchain",8867 "sp-runtime",8868 "sp-session",8869 "sp-std",8870 "sp-transaction-pool",8871 "sp-version",8872 "substrate-wasm-builder",8873 "up-common",8874 "up-data-structs",8875 "up-rpc",8876 "up-sponsorship",8877 "xcm",8878 "xcm-builder",8879 "xcm-executor",8880]88818882[[package]]8883name = "quick-error"8884version = "1.2.3"8885source = "registry+https://github.com/rust-lang/crates.io-index"8886checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"88878888[[package]]8889name = "quicksink"8890version = "0.1.2"8891source = "registry+https://github.com/rust-lang/crates.io-index"8892checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8893dependencies = [8894 "futures-core",8895 "futures-sink",8896 "pin-project-lite 0.1.12",8897]88988899[[package]]8900name = "quote"8901version = "1.0.21"8902source = "registry+https://github.com/rust-lang/crates.io-index"8903checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8904dependencies = [8905 "proc-macro2",8906]89078908[[package]]8909name = "radium"8910version = "0.6.2"8911source = "registry+https://github.com/rust-lang/crates.io-index"8912checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89138914[[package]]8915name = "radium"8916version = "0.7.0"8917source = "registry+https://github.com/rust-lang/crates.io-index"8918checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89198920[[package]]8921name = "rand"8922version = "0.7.3"8923source = "registry+https://github.com/rust-lang/crates.io-index"8924checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8925dependencies = [8926 "getrandom 0.1.16",8927 "libc",8928 "rand_chacha 0.2.2",8929 "rand_core 0.5.1",8930 "rand_hc",8931 "rand_pcg 0.2.1",8932]89338934[[package]]8935name = "rand"8936version = "0.8.5"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8939dependencies = [8940 "libc",8941 "rand_chacha 0.3.1",8942 "rand_core 0.6.4",8943]89448945[[package]]8946name = "rand_chacha"8947version = "0.2.2"8948source = "registry+https://github.com/rust-lang/crates.io-index"8949checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8950dependencies = [8951 "ppv-lite86",8952 "rand_core 0.5.1",8953]89548955[[package]]8956name = "rand_chacha"8957version = "0.3.1"8958source = "registry+https://github.com/rust-lang/crates.io-index"8959checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8960dependencies = [8961 "ppv-lite86",8962 "rand_core 0.6.4",8963]89648965[[package]]8966name = "rand_core"8967version = "0.5.1"8968source = "registry+https://github.com/rust-lang/crates.io-index"8969checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8970dependencies = [8971 "getrandom 0.1.16",8972]89738974[[package]]8975name = "rand_core"8976version = "0.6.4"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8979dependencies = [8980 "getrandom 0.2.8",8981]89828983[[package]]8984name = "rand_distr"8985version = "0.4.3"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8988dependencies = [8989 "num-traits",8990 "rand 0.8.5",8991]89928993[[package]]8994name = "rand_hc"8995version = "0.2.0"8996source = "registry+https://github.com/rust-lang/crates.io-index"8997checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8998dependencies = [8999 "rand_core 0.5.1",9000]90019002[[package]]9003name = "rand_pcg"9004version = "0.2.1"9005source = "registry+https://github.com/rust-lang/crates.io-index"9006checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9007dependencies = [9008 "rand_core 0.5.1",9009]90109011[[package]]9012name = "rand_pcg"9013version = "0.3.1"9014source = "registry+https://github.com/rust-lang/crates.io-index"9015checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9016dependencies = [9017 "rand_core 0.6.4",9018]90199020[[package]]9021name = "rawpointer"9022version = "0.2.1"9023source = "registry+https://github.com/rust-lang/crates.io-index"9024checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90259026[[package]]9027name = "rayon"9028version = "1.5.3"9029source = "registry+https://github.com/rust-lang/crates.io-index"9030checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9031dependencies = [9032 "autocfg",9033 "crossbeam-deque",9034 "either",9035 "rayon-core",9036]90379038[[package]]9039name = "rayon-core"9040version = "1.9.3"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9043dependencies = [9044 "crossbeam-channel",9045 "crossbeam-deque",9046 "crossbeam-utils",9047 "num_cpus",9048]90499050[[package]]9051name = "redox_syscall"9052version = "0.2.16"9053source = "registry+https://github.com/rust-lang/crates.io-index"9054checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9055dependencies = [9056 "bitflags",9057]90589059[[package]]9060name = "redox_users"9061version = "0.4.3"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9064dependencies = [9065 "getrandom 0.2.8",9066 "redox_syscall",9067 "thiserror",9068]90699070[[package]]9071name = "reed-solomon-novelpoly"9072version = "1.0.0"9073source = "registry+https://github.com/rust-lang/crates.io-index"9074checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9075dependencies = [9076 "derive_more",9077 "fs-err",9078 "itertools",9079 "static_init 0.5.2",9080 "thiserror",9081]90829083[[package]]9084name = "ref-cast"9085version = "1.0.12"9086source = "registry+https://github.com/rust-lang/crates.io-index"9087checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9088dependencies = [9089 "ref-cast-impl",9090]90919092[[package]]9093name = "ref-cast-impl"9094version = "1.0.12"9095source = "registry+https://github.com/rust-lang/crates.io-index"9096checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9097dependencies = [9098 "proc-macro2",9099 "quote",9100 "syn",9101]91029103[[package]]9104name = "regalloc2"9105version = "0.3.2"9106source = "registry+https://github.com/rust-lang/crates.io-index"9107checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9108dependencies = [9109 "fxhash",9110 "log",9111 "slice-group-by",9112 "smallvec",9113]91149115[[package]]9116name = "regex"9117version = "1.6.0"9118source = "registry+https://github.com/rust-lang/crates.io-index"9119checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9120dependencies = [9121 "aho-corasick",9122 "memchr",9123 "regex-syntax",9124]91259126[[package]]9127name = "regex-automata"9128version = "0.1.10"9129source = "registry+https://github.com/rust-lang/crates.io-index"9130checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9131dependencies = [9132 "regex-syntax",9133]91349135[[package]]9136name = "regex-syntax"9137version = "0.6.27"9138source = "registry+https://github.com/rust-lang/crates.io-index"9139checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91409141[[package]]9142name = "remote-externalities"9143version = "0.10.0-dev"9144source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9145dependencies = [9146 "env_logger",9147 "jsonrpsee",9148 "log",9149 "parity-scale-codec 3.2.1",9150 "serde",9151 "serde_json",9152 "sp-core",9153 "sp-io",9154 "sp-runtime",9155 "sp-version",9156]91579158[[package]]9159name = "remove_dir_all"9160version = "0.5.3"9161source = "registry+https://github.com/rust-lang/crates.io-index"9162checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9163dependencies = [9164 "winapi",9165]91669167[[package]]9168name = "resolv-conf"9169version = "0.7.0"9170source = "registry+https://github.com/rust-lang/crates.io-index"9171checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9172dependencies = [9173 "hostname",9174 "quick-error",9175]91769177[[package]]9178name = "rfc6979"9179version = "0.1.0"9180source = "registry+https://github.com/rust-lang/crates.io-index"9181checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9182dependencies = [9183 "crypto-bigint",9184 "hmac 0.11.0",9185 "zeroize",9186]91879188[[package]]9189name = "ring"9190version = "0.16.20"9191source = "registry+https://github.com/rust-lang/crates.io-index"9192checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9193dependencies = [9194 "cc",9195 "libc",9196 "once_cell",9197 "spin",9198 "untrusted",9199 "web-sys",9200 "winapi",9201]92029203[[package]]9204name = "rlp"9205version = "0.5.2"9206source = "registry+https://github.com/rust-lang/crates.io-index"9207checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9208dependencies = [9209 "bytes",9210 "rustc-hex",9211]92129213[[package]]9214name = "rlp-derive"9215version = "0.1.0"9216source = "registry+https://github.com/rust-lang/crates.io-index"9217checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9218dependencies = [9219 "proc-macro2",9220 "quote",9221 "syn",9222]92239224[[package]]9225name = "rmrk-rpc"9226version = "0.0.2"9227dependencies = [9228 "parity-scale-codec 2.3.1",9229 "rmrk-traits",9230 "serde",9231 "sp-api",9232 "sp-core",9233 "sp-runtime",9234 "sp-std",9235]92369237[[package]]9238name = "rmrk-traits"9239version = "0.1.0"9240dependencies = [9241 "parity-scale-codec 3.2.1",9242 "scale-info",9243 "serde",9244]92459246[[package]]9247name = "rocksdb"9248version = "0.18.0"9249source = "registry+https://github.com/rust-lang/crates.io-index"9250checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9251dependencies = [9252 "libc",9253 "librocksdb-sys",9254]92559256[[package]]9257name = "rococo-runtime"9258version = "0.9.30"9259source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9260dependencies = [9261 "beefy-merkle-tree",9262 "beefy-primitives",9263 "frame-benchmarking",9264 "frame-executive",9265 "frame-support",9266 "frame-system",9267 "frame-system-benchmarking",9268 "frame-system-rpc-runtime-api",9269 "hex-literal",9270 "log",9271 "pallet-authority-discovery",9272 "pallet-authorship",9273 "pallet-babe",9274 "pallet-balances",9275 "pallet-beefy",9276 "pallet-beefy-mmr",9277 "pallet-bounties",9278 "pallet-child-bounties",9279 "pallet-collective",9280 "pallet-democracy",9281 "pallet-elections-phragmen",9282 "pallet-gilt",9283 "pallet-grandpa",9284 "pallet-identity",9285 "pallet-im-online",9286 "pallet-indices",9287 "pallet-membership",9288 "pallet-mmr",9289 "pallet-multisig",9290 "pallet-offences",9291 "pallet-preimage",9292 "pallet-proxy",9293 "pallet-recovery",9294 "pallet-scheduler",9295 "pallet-session",9296 "pallet-society",9297 "pallet-staking",9298 "pallet-sudo",9299 "pallet-timestamp",9300 "pallet-tips",9301 "pallet-transaction-payment",9302 "pallet-transaction-payment-rpc-runtime-api",9303 "pallet-treasury",9304 "pallet-utility",9305 "pallet-vesting",9306 "pallet-xcm",9307 "pallet-xcm-benchmarks",9308 "parity-scale-codec 3.2.1",9309 "polkadot-parachain",9310 "polkadot-primitives",9311 "polkadot-runtime-common",9312 "polkadot-runtime-parachains",9313 "rococo-runtime-constants",9314 "scale-info",9315 "serde",9316 "serde_derive",9317 "smallvec",9318 "sp-api",9319 "sp-authority-discovery",9320 "sp-block-builder",9321 "sp-consensus-babe",9322 "sp-core",9323 "sp-inherents",9324 "sp-io",9325 "sp-mmr-primitives",9326 "sp-offchain",9327 "sp-runtime",9328 "sp-session",9329 "sp-staking",9330 "sp-std",9331 "sp-transaction-pool",9332 "sp-version",9333 "static_assertions",9334 "substrate-wasm-builder",9335 "xcm",9336 "xcm-builder",9337 "xcm-executor",9338]93399340[[package]]9341name = "rococo-runtime-constants"9342version = "0.9.30"9343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9344dependencies = [9345 "frame-support",9346 "polkadot-primitives",9347 "polkadot-runtime-common",9348 "smallvec",9349 "sp-runtime",9350]93519352[[package]]9353name = "rpassword"9354version = "7.1.0"9355source = "registry+https://github.com/rust-lang/crates.io-index"9356checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9357dependencies = [9358 "libc",9359 "winapi",9360]93619362[[package]]9363name = "rtnetlink"9364version = "0.10.1"9365source = "registry+https://github.com/rust-lang/crates.io-index"9366checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9367dependencies = [9368 "async-global-executor",9369 "futures 0.3.25",9370 "log",9371 "netlink-packet-route",9372 "netlink-proto",9373 "nix",9374 "thiserror",9375]93769377[[package]]9378name = "rustc-demangle"9379version = "0.1.21"9380source = "registry+https://github.com/rust-lang/crates.io-index"9381checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93829383[[package]]9384name = "rustc-hash"9385version = "1.1.0"9386source = "registry+https://github.com/rust-lang/crates.io-index"9387checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"93889389[[package]]9390name = "rustc-hex"9391version = "2.1.0"9392source = "registry+https://github.com/rust-lang/crates.io-index"9393checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"93949395[[package]]9396name = "rustc_version"9397version = "0.2.3"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9400dependencies = [9401 "semver 0.9.0",9402]94039404[[package]]9405name = "rustc_version"9406version = "0.4.0"9407source = "registry+https://github.com/rust-lang/crates.io-index"9408checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9409dependencies = [9410 "semver 1.0.14",9411]94129413[[package]]9414name = "rustix"9415version = "0.35.12"9416source = "registry+https://github.com/rust-lang/crates.io-index"9417checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9418dependencies = [9419 "bitflags",9420 "errno",9421 "io-lifetimes",9422 "libc",9423 "linux-raw-sys",9424 "windows-sys 0.36.1",9425]94269427[[package]]9428name = "rustls"9429version = "0.20.7"9430source = "registry+https://github.com/rust-lang/crates.io-index"9431checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9432dependencies = [9433 "log",9434 "ring",9435 "sct",9436 "webpki",9437]94389439[[package]]9440name = "rustls-native-certs"9441version = "0.6.2"9442source = "registry+https://github.com/rust-lang/crates.io-index"9443checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9444dependencies = [9445 "openssl-probe",9446 "rustls-pemfile",9447 "schannel",9448 "security-framework",9449]94509451[[package]]9452name = "rustls-pemfile"9453version = "1.0.1"9454source = "registry+https://github.com/rust-lang/crates.io-index"9455checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9456dependencies = [9457 "base64",9458]94599460[[package]]9461name = "rustversion"9462version = "1.0.9"9463source = "registry+https://github.com/rust-lang/crates.io-index"9464checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94659466[[package]]9467name = "rw-stream-sink"9468version = "0.3.0"9469source = "registry+https://github.com/rust-lang/crates.io-index"9470checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9471dependencies = [9472 "futures 0.3.25",9473 "pin-project",9474 "static_assertions",9475]94769477[[package]]9478name = "ryu"9479version = "1.0.11"9480source = "registry+https://github.com/rust-lang/crates.io-index"9481checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94829483[[package]]9484name = "safe-mix"9485version = "1.0.1"9486source = "registry+https://github.com/rust-lang/crates.io-index"9487checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9488dependencies = [9489 "rustc_version 0.2.3",9490]94919492[[package]]9493name = "salsa20"9494version = "0.10.2"9495source = "registry+https://github.com/rust-lang/crates.io-index"9496checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9497dependencies = [9498 "cipher 0.4.3",9499]95009501[[package]]9502name = "same-file"9503version = "1.0.6"9504source = "registry+https://github.com/rust-lang/crates.io-index"9505checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9506dependencies = [9507 "winapi-util",9508]95099510[[package]]9511name = "sc-allocator"9512version = "4.1.0-dev"9513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9514dependencies = [9515 "log",9516 "sp-core",9517 "sp-wasm-interface",9518 "thiserror",9519]95209521[[package]]9522name = "sc-authority-discovery"9523version = "0.10.0-dev"9524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9525dependencies = [9526 "async-trait",9527 "futures 0.3.25",9528 "futures-timer",9529 "ip_network",9530 "libp2p",9531 "log",9532 "parity-scale-codec 3.2.1",9533 "prost 0.10.4",9534 "prost-build 0.10.4",9535 "rand 0.7.3",9536 "sc-client-api",9537 "sc-network-common",9538 "sp-api",9539 "sp-authority-discovery",9540 "sp-blockchain",9541 "sp-core",9542 "sp-keystore",9543 "sp-runtime",9544 "substrate-prometheus-endpoint",9545 "thiserror",9546]95479548[[package]]9549name = "sc-basic-authorship"9550version = "0.10.0-dev"9551source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9552dependencies = [9553 "futures 0.3.25",9554 "futures-timer",9555 "log",9556 "parity-scale-codec 3.2.1",9557 "sc-block-builder",9558 "sc-client-api",9559 "sc-proposer-metrics",9560 "sc-telemetry",9561 "sc-transaction-pool-api",9562 "sp-api",9563 "sp-blockchain",9564 "sp-consensus",9565 "sp-core",9566 "sp-inherents",9567 "sp-runtime",9568 "substrate-prometheus-endpoint",9569]95709571[[package]]9572name = "sc-block-builder"9573version = "0.10.0-dev"9574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9575dependencies = [9576 "parity-scale-codec 3.2.1",9577 "sc-client-api",9578 "sp-api",9579 "sp-block-builder",9580 "sp-blockchain",9581 "sp-core",9582 "sp-inherents",9583 "sp-runtime",9584 "sp-state-machine",9585]95869587[[package]]9588name = "sc-chain-spec"9589version = "4.0.0-dev"9590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9591dependencies = [9592 "impl-trait-for-tuples",9593 "memmap2",9594 "parity-scale-codec 3.2.1",9595 "sc-chain-spec-derive",9596 "sc-network-common",9597 "sc-telemetry",9598 "serde",9599 "serde_json",9600 "sp-core",9601 "sp-runtime",9602]96039604[[package]]9605name = "sc-chain-spec-derive"9606version = "4.0.0-dev"9607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9608dependencies = [9609 "proc-macro-crate",9610 "proc-macro2",9611 "quote",9612 "syn",9613]96149615[[package]]9616name = "sc-cli"9617version = "0.10.0-dev"9618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9619dependencies = [9620 "array-bytes",9621 "chrono",9622 "clap",9623 "fdlimit",9624 "futures 0.3.25",9625 "libp2p",9626 "log",9627 "names",9628 "parity-scale-codec 3.2.1",9629 "rand 0.7.3",9630 "regex",9631 "rpassword",9632 "sc-client-api",9633 "sc-client-db",9634 "sc-keystore",9635 "sc-network",9636 "sc-network-common",9637 "sc-service",9638 "sc-telemetry",9639 "sc-tracing",9640 "sc-utils",9641 "serde",9642 "serde_json",9643 "sp-blockchain",9644 "sp-core",9645 "sp-keyring",9646 "sp-keystore",9647 "sp-panic-handler",9648 "sp-runtime",9649 "sp-version",9650 "thiserror",9651 "tiny-bip39",9652 "tokio",9653]96549655[[package]]9656name = "sc-client-api"9657version = "4.0.0-dev"9658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9659dependencies = [9660 "fnv",9661 "futures 0.3.25",9662 "hash-db",9663 "log",9664 "parity-scale-codec 3.2.1",9665 "parking_lot 0.12.1",9666 "sc-executor",9667 "sc-transaction-pool-api",9668 "sc-utils",9669 "sp-api",9670 "sp-blockchain",9671 "sp-consensus",9672 "sp-core",9673 "sp-database",9674 "sp-externalities",9675 "sp-keystore",9676 "sp-runtime",9677 "sp-state-machine",9678 "sp-storage",9679 "sp-trie",9680 "substrate-prometheus-endpoint",9681]96829683[[package]]9684name = "sc-client-db"9685version = "0.10.0-dev"9686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9687dependencies = [9688 "hash-db",9689 "kvdb",9690 "kvdb-memorydb",9691 "kvdb-rocksdb",9692 "linked-hash-map",9693 "log",9694 "parity-db",9695 "parity-scale-codec 3.2.1",9696 "parking_lot 0.12.1",9697 "sc-client-api",9698 "sc-state-db",9699 "sp-arithmetic",9700 "sp-blockchain",9701 "sp-core",9702 "sp-database",9703 "sp-runtime",9704 "sp-state-machine",9705 "sp-trie",9706]97079708[[package]]9709name = "sc-consensus"9710version = "0.10.0-dev"9711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9712dependencies = [9713 "async-trait",9714 "futures 0.3.25",9715 "futures-timer",9716 "libp2p",9717 "log",9718 "parking_lot 0.12.1",9719 "sc-client-api",9720 "sc-utils",9721 "serde",9722 "sp-api",9723 "sp-blockchain",9724 "sp-consensus",9725 "sp-core",9726 "sp-runtime",9727 "sp-state-machine",9728 "substrate-prometheus-endpoint",9729 "thiserror",9730]97319732[[package]]9733name = "sc-consensus-aura"9734version = "0.10.0-dev"9735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9736dependencies = [9737 "async-trait",9738 "futures 0.3.25",9739 "log",9740 "parity-scale-codec 3.2.1",9741 "sc-block-builder",9742 "sc-client-api",9743 "sc-consensus",9744 "sc-consensus-slots",9745 "sc-telemetry",9746 "sp-api",9747 "sp-application-crypto",9748 "sp-block-builder",9749 "sp-blockchain",9750 "sp-consensus",9751 "sp-consensus-aura",9752 "sp-consensus-slots",9753 "sp-core",9754 "sp-inherents",9755 "sp-keystore",9756 "sp-runtime",9757 "substrate-prometheus-endpoint",9758 "thiserror",9759]97609761[[package]]9762name = "sc-consensus-babe"9763version = "0.10.0-dev"9764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9765dependencies = [9766 "async-trait",9767 "fork-tree",9768 "futures 0.3.25",9769 "log",9770 "merlin",9771 "num-bigint 0.2.6",9772 "num-rational 0.2.4",9773 "num-traits",9774 "parity-scale-codec 3.2.1",9775 "parking_lot 0.12.1",9776 "rand 0.7.3",9777 "sc-client-api",9778 "sc-consensus",9779 "sc-consensus-epochs",9780 "sc-consensus-slots",9781 "sc-keystore",9782 "sc-telemetry",9783 "schnorrkel",9784 "serde",9785 "sp-api",9786 "sp-application-crypto",9787 "sp-block-builder",9788 "sp-blockchain",9789 "sp-consensus",9790 "sp-consensus-babe",9791 "sp-consensus-slots",9792 "sp-consensus-vrf",9793 "sp-core",9794 "sp-inherents",9795 "sp-io",9796 "sp-keystore",9797 "sp-runtime",9798 "sp-version",9799 "substrate-prometheus-endpoint",9800 "thiserror",9801]98029803[[package]]9804name = "sc-consensus-babe-rpc"9805version = "0.10.0-dev"9806source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9807dependencies = [9808 "futures 0.3.25",9809 "jsonrpsee",9810 "sc-consensus-babe",9811 "sc-consensus-epochs",9812 "sc-rpc-api",9813 "serde",9814 "sp-api",9815 "sp-application-crypto",9816 "sp-blockchain",9817 "sp-consensus",9818 "sp-consensus-babe",9819 "sp-core",9820 "sp-keystore",9821 "sp-runtime",9822 "thiserror",9823]98249825[[package]]9826name = "sc-consensus-epochs"9827version = "0.10.0-dev"9828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9829dependencies = [9830 "fork-tree",9831 "parity-scale-codec 3.2.1",9832 "sc-client-api",9833 "sc-consensus",9834 "sp-blockchain",9835 "sp-runtime",9836]98379838[[package]]9839name = "sc-consensus-manual-seal"9840version = "0.10.0-dev"9841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9842dependencies = [9843 "assert_matches",9844 "async-trait",9845 "futures 0.3.25",9846 "jsonrpsee",9847 "log",9848 "parity-scale-codec 3.2.1",9849 "sc-client-api",9850 "sc-consensus",9851 "sc-consensus-aura",9852 "sc-consensus-babe",9853 "sc-consensus-epochs",9854 "sc-transaction-pool",9855 "sc-transaction-pool-api",9856 "serde",9857 "sp-api",9858 "sp-blockchain",9859 "sp-consensus",9860 "sp-consensus-aura",9861 "sp-consensus-babe",9862 "sp-consensus-slots",9863 "sp-core",9864 "sp-inherents",9865 "sp-keystore",9866 "sp-runtime",9867 "sp-timestamp",9868 "substrate-prometheus-endpoint",9869 "thiserror",9870]98719872[[package]]9873name = "sc-consensus-slots"9874version = "0.10.0-dev"9875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9876dependencies = [9877 "async-trait",9878 "futures 0.3.25",9879 "futures-timer",9880 "log",9881 "parity-scale-codec 3.2.1",9882 "sc-client-api",9883 "sc-consensus",9884 "sc-telemetry",9885 "sp-arithmetic",9886 "sp-blockchain",9887 "sp-consensus",9888 "sp-consensus-slots",9889 "sp-core",9890 "sp-inherents",9891 "sp-runtime",9892 "sp-state-machine",9893 "thiserror",9894]98959896[[package]]9897name = "sc-executor"9898version = "0.10.0-dev"9899source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9900dependencies = [9901 "lazy_static",9902 "lru 0.7.8",9903 "parity-scale-codec 3.2.1",9904 "parking_lot 0.12.1",9905 "sc-executor-common",9906 "sc-executor-wasmi",9907 "sc-executor-wasmtime",9908 "sp-api",9909 "sp-core",9910 "sp-core-hashing-proc-macro",9911 "sp-externalities",9912 "sp-io",9913 "sp-panic-handler",9914 "sp-runtime-interface",9915 "sp-tasks",9916 "sp-trie",9917 "sp-version",9918 "sp-wasm-interface",9919 "tracing",9920 "wasmi",9921]99229923[[package]]9924name = "sc-executor-common"9925version = "0.10.0-dev"9926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9927dependencies = [9928 "environmental",9929 "parity-scale-codec 3.2.1",9930 "sc-allocator",9931 "sp-maybe-compressed-blob",9932 "sp-sandbox",9933 "sp-wasm-interface",9934 "thiserror",9935 "wasm-instrument",9936 "wasmi",9937]99389939[[package]]9940name = "sc-executor-wasmi"9941version = "0.10.0-dev"9942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9943dependencies = [9944 "log",9945 "parity-scale-codec 3.2.1",9946 "sc-allocator",9947 "sc-executor-common",9948 "sp-runtime-interface",9949 "sp-sandbox",9950 "sp-wasm-interface",9951 "wasmi",9952]99539954[[package]]9955name = "sc-executor-wasmtime"9956version = "0.10.0-dev"9957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9958dependencies = [9959 "cfg-if 1.0.0",9960 "libc",9961 "log",9962 "once_cell",9963 "parity-scale-codec 3.2.1",9964 "parity-wasm 0.45.0",9965 "rustix",9966 "sc-allocator",9967 "sc-executor-common",9968 "sp-runtime-interface",9969 "sp-sandbox",9970 "sp-wasm-interface",9971 "wasmtime",9972]99739974[[package]]9975name = "sc-finality-grandpa"9976version = "0.10.0-dev"9977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9978dependencies = [9979 "ahash",9980 "array-bytes",9981 "async-trait",9982 "dyn-clone",9983 "finality-grandpa",9984 "fork-tree",9985 "futures 0.3.25",9986 "futures-timer",9987 "log",9988 "parity-scale-codec 3.2.1",9989 "parking_lot 0.12.1",9990 "rand 0.8.5",9991 "sc-block-builder",9992 "sc-chain-spec",9993 "sc-client-api",9994 "sc-consensus",9995 "sc-keystore",9996 "sc-network",9997 "sc-network-common",9998 "sc-network-gossip",9999 "sc-telemetry",10000 "sc-utils",10001 "serde_json",10002 "sp-api",10003 "sp-application-crypto",10004 "sp-arithmetic",10005 "sp-blockchain",10006 "sp-consensus",10007 "sp-core",10008 "sp-finality-grandpa",10009 "sp-keystore",10010 "sp-runtime",10011 "substrate-prometheus-endpoint",10012 "thiserror",10013]1001410015[[package]]10016name = "sc-finality-grandpa-rpc"10017version = "0.10.0-dev"10018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10019dependencies = [10020 "finality-grandpa",10021 "futures 0.3.25",10022 "jsonrpsee",10023 "log",10024 "parity-scale-codec 3.2.1",10025 "sc-client-api",10026 "sc-finality-grandpa",10027 "sc-rpc",10028 "serde",10029 "serde_json",10030 "sp-blockchain",10031 "sp-core",10032 "sp-runtime",10033 "thiserror",10034]1003510036[[package]]10037name = "sc-informant"10038version = "0.10.0-dev"10039source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10040dependencies = [10041 "ansi_term",10042 "futures 0.3.25",10043 "futures-timer",10044 "log",10045 "parity-util-mem",10046 "sc-client-api",10047 "sc-network-common",10048 "sc-transaction-pool-api",10049 "sp-blockchain",10050 "sp-runtime",10051]1005210053[[package]]10054name = "sc-keystore"10055version = "4.0.0-dev"10056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10057dependencies = [10058 "array-bytes",10059 "async-trait",10060 "parking_lot 0.12.1",10061 "serde_json",10062 "sp-application-crypto",10063 "sp-core",10064 "sp-keystore",10065 "thiserror",10066]1006710068[[package]]10069name = "sc-network"10070version = "0.10.0-dev"10071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10072dependencies = [10073 "array-bytes",10074 "async-trait",10075 "asynchronous-codec",10076 "bitflags",10077 "bytes",10078 "cid",10079 "either",10080 "fnv",10081 "fork-tree",10082 "futures 0.3.25",10083 "futures-timer",10084 "ip_network",10085 "libp2p",10086 "linked-hash-map",10087 "linked_hash_set",10088 "log",10089 "lru 0.7.8",10090 "parity-scale-codec 3.2.1",10091 "parking_lot 0.12.1",10092 "pin-project",10093 "prost 0.10.4",10094 "rand 0.7.3",10095 "sc-block-builder",10096 "sc-client-api",10097 "sc-consensus",10098 "sc-network-common",10099 "sc-peerset",10100 "sc-utils",10101 "serde",10102 "serde_json",10103 "smallvec",10104 "sp-arithmetic",10105 "sp-blockchain",10106 "sp-consensus",10107 "sp-core",10108 "sp-runtime",10109 "substrate-prometheus-endpoint",10110 "thiserror",10111 "unsigned-varint",10112 "zeroize",10113]1011410115[[package]]10116name = "sc-network-bitswap"10117version = "0.10.0-dev"10118source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10119dependencies = [10120 "cid",10121 "futures 0.3.25",10122 "libp2p",10123 "log",10124 "prost 0.11.0",10125 "prost-build 0.11.1",10126 "sc-client-api",10127 "sc-network-common",10128 "sp-blockchain",10129 "sp-runtime",10130 "thiserror",10131 "unsigned-varint",10132 "void",10133]1013410135[[package]]10136name = "sc-network-common"10137version = "0.10.0-dev"10138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10139dependencies = [10140 "async-trait",10141 "bitflags",10142 "bytes",10143 "futures 0.3.25",10144 "futures-timer",10145 "libp2p",10146 "linked_hash_set",10147 "parity-scale-codec 3.2.1",10148 "prost-build 0.10.4",10149 "sc-consensus",10150 "sc-peerset",10151 "serde",10152 "smallvec",10153 "sp-blockchain",10154 "sp-consensus",10155 "sp-finality-grandpa",10156 "sp-runtime",10157 "substrate-prometheus-endpoint",10158 "thiserror",10159]1016010161[[package]]10162name = "sc-network-gossip"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10165dependencies = [10166 "ahash",10167 "futures 0.3.25",10168 "futures-timer",10169 "libp2p",10170 "log",10171 "lru 0.7.8",10172 "sc-network-common",10173 "sc-peerset",10174 "sp-runtime",10175 "substrate-prometheus-endpoint",10176 "tracing",10177]1017810179[[package]]10180name = "sc-network-light"10181version = "0.10.0-dev"10182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10183dependencies = [10184 "array-bytes",10185 "futures 0.3.25",10186 "libp2p",10187 "log",10188 "parity-scale-codec 3.2.1",10189 "prost 0.10.4",10190 "prost-build 0.10.4",10191 "sc-client-api",10192 "sc-network-common",10193 "sc-peerset",10194 "sp-blockchain",10195 "sp-core",10196 "sp-runtime",10197 "thiserror",10198]1019910200[[package]]10201name = "sc-network-sync"10202version = "0.10.0-dev"10203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10204dependencies = [10205 "array-bytes",10206 "fork-tree",10207 "futures 0.3.25",10208 "libp2p",10209 "log",10210 "lru 0.7.8",10211 "parity-scale-codec 3.2.1",10212 "prost 0.10.4",10213 "prost-build 0.10.4",10214 "sc-client-api",10215 "sc-consensus",10216 "sc-network-common",10217 "sc-peerset",10218 "smallvec",10219 "sp-arithmetic",10220 "sp-blockchain",10221 "sp-consensus",10222 "sp-core",10223 "sp-finality-grandpa",10224 "sp-runtime",10225 "thiserror",10226]1022710228[[package]]10229name = "sc-network-transactions"10230version = "0.10.0-dev"10231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10232dependencies = [10233 "array-bytes",10234 "futures 0.3.25",10235 "hex",10236 "libp2p",10237 "log",10238 "parity-scale-codec 3.2.1",10239 "pin-project",10240 "sc-network-common",10241 "sc-peerset",10242 "sp-consensus",10243 "sp-runtime",10244 "substrate-prometheus-endpoint",10245]1024610247[[package]]10248name = "sc-offchain"10249version = "4.0.0-dev"10250source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10251dependencies = [10252 "array-bytes",10253 "bytes",10254 "fnv",10255 "futures 0.3.25",10256 "futures-timer",10257 "hyper",10258 "hyper-rustls",10259 "libp2p",10260 "num_cpus",10261 "once_cell",10262 "parity-scale-codec 3.2.1",10263 "parking_lot 0.12.1",10264 "rand 0.7.3",10265 "sc-client-api",10266 "sc-network-common",10267 "sc-peerset",10268 "sc-utils",10269 "sp-api",10270 "sp-core",10271 "sp-offchain",10272 "sp-runtime",10273 "threadpool",10274 "tracing",10275]1027610277[[package]]10278name = "sc-peerset"10279version = "4.0.0-dev"10280source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10281dependencies = [10282 "futures 0.3.25",10283 "libp2p",10284 "log",10285 "sc-utils",10286 "serde_json",10287 "wasm-timer",10288]1028910290[[package]]10291name = "sc-proposer-metrics"10292version = "0.10.0-dev"10293source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10294dependencies = [10295 "log",10296 "substrate-prometheus-endpoint",10297]1029810299[[package]]10300name = "sc-rpc"10301version = "4.0.0-dev"10302source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10303dependencies = [10304 "futures 0.3.25",10305 "hash-db",10306 "jsonrpsee",10307 "log",10308 "parity-scale-codec 3.2.1",10309 "parking_lot 0.12.1",10310 "sc-block-builder",10311 "sc-chain-spec",10312 "sc-client-api",10313 "sc-rpc-api",10314 "sc-tracing",10315 "sc-transaction-pool-api",10316 "sc-utils",10317 "serde_json",10318 "sp-api",10319 "sp-blockchain",10320 "sp-core",10321 "sp-keystore",10322 "sp-offchain",10323 "sp-rpc",10324 "sp-runtime",10325 "sp-session",10326 "sp-version",10327]1032810329[[package]]10330name = "sc-rpc-api"10331version = "0.10.0-dev"10332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10333dependencies = [10334 "futures 0.3.25",10335 "jsonrpsee",10336 "log",10337 "parity-scale-codec 3.2.1",10338 "parking_lot 0.12.1",10339 "sc-chain-spec",10340 "sc-transaction-pool-api",10341 "scale-info",10342 "serde",10343 "serde_json",10344 "sp-core",10345 "sp-rpc",10346 "sp-runtime",10347 "sp-tracing",10348 "sp-version",10349 "thiserror",10350]1035110352[[package]]10353name = "sc-rpc-server"10354version = "4.0.0-dev"10355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10356dependencies = [10357 "futures 0.3.25",10358 "jsonrpsee",10359 "log",10360 "serde_json",10361 "substrate-prometheus-endpoint",10362 "tokio",10363]1036410365[[package]]10366name = "sc-service"10367version = "0.10.0-dev"10368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10369dependencies = [10370 "async-trait",10371 "directories",10372 "exit-future",10373 "futures 0.3.25",10374 "futures-timer",10375 "hash-db",10376 "jsonrpsee",10377 "log",10378 "parity-scale-codec 3.2.1",10379 "parity-util-mem",10380 "parking_lot 0.12.1",10381 "pin-project",10382 "rand 0.7.3",10383 "sc-block-builder",10384 "sc-chain-spec",10385 "sc-client-api",10386 "sc-client-db",10387 "sc-consensus",10388 "sc-executor",10389 "sc-informant",10390 "sc-keystore",10391 "sc-network",10392 "sc-network-bitswap",10393 "sc-network-common",10394 "sc-network-light",10395 "sc-network-sync",10396 "sc-network-transactions",10397 "sc-offchain",10398 "sc-rpc",10399 "sc-rpc-server",10400 "sc-sysinfo",10401 "sc-telemetry",10402 "sc-tracing",10403 "sc-transaction-pool",10404 "sc-transaction-pool-api",10405 "sc-utils",10406 "serde",10407 "serde_json",10408 "sp-api",10409 "sp-application-crypto",10410 "sp-block-builder",10411 "sp-blockchain",10412 "sp-consensus",10413 "sp-core",10414 "sp-externalities",10415 "sp-inherents",10416 "sp-keystore",10417 "sp-runtime",10418 "sp-session",10419 "sp-state-machine",10420 "sp-storage",10421 "sp-tracing",10422 "sp-transaction-pool",10423 "sp-transaction-storage-proof",10424 "sp-trie",10425 "sp-version",10426 "static_init 1.0.3",10427 "substrate-prometheus-endpoint",10428 "tempfile",10429 "thiserror",10430 "tokio",10431 "tracing",10432 "tracing-futures",10433]1043410435[[package]]10436name = "sc-state-db"10437version = "0.10.0-dev"10438source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10439dependencies = [10440 "log",10441 "parity-scale-codec 3.2.1",10442 "parity-util-mem",10443 "parity-util-mem-derive",10444 "parking_lot 0.12.1",10445 "sc-client-api",10446 "sp-core",10447]1044810449[[package]]10450name = "sc-sync-state-rpc"10451version = "0.10.0-dev"10452source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10453dependencies = [10454 "jsonrpsee",10455 "parity-scale-codec 3.2.1",10456 "sc-chain-spec",10457 "sc-client-api",10458 "sc-consensus-babe",10459 "sc-consensus-epochs",10460 "sc-finality-grandpa",10461 "serde",10462 "serde_json",10463 "sp-blockchain",10464 "sp-runtime",10465 "thiserror",10466]1046710468[[package]]10469name = "sc-sysinfo"10470version = "6.0.0-dev"10471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10472dependencies = [10473 "futures 0.3.25",10474 "libc",10475 "log",10476 "rand 0.7.3",10477 "rand_pcg 0.2.1",10478 "regex",10479 "sc-telemetry",10480 "serde",10481 "serde_json",10482 "sp-core",10483 "sp-io",10484 "sp-std",10485]1048610487[[package]]10488name = "sc-telemetry"10489version = "4.0.0-dev"10490source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10491dependencies = [10492 "chrono",10493 "futures 0.3.25",10494 "libp2p",10495 "log",10496 "parking_lot 0.12.1",10497 "pin-project",10498 "rand 0.7.3",10499 "serde",10500 "serde_json",10501 "thiserror",10502 "wasm-timer",10503]1050410505[[package]]10506name = "sc-tracing"10507version = "4.0.0-dev"10508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10509dependencies = [10510 "ansi_term",10511 "atty",10512 "chrono",10513 "lazy_static",10514 "libc",10515 "log",10516 "once_cell",10517 "parking_lot 0.12.1",10518 "regex",10519 "rustc-hash",10520 "sc-client-api",10521 "sc-rpc-server",10522 "sc-tracing-proc-macro",10523 "serde",10524 "sp-api",10525 "sp-blockchain",10526 "sp-core",10527 "sp-rpc",10528 "sp-runtime",10529 "sp-tracing",10530 "thiserror",10531 "tracing",10532 "tracing-log",10533 "tracing-subscriber",10534]1053510536[[package]]10537name = "sc-tracing-proc-macro"10538version = "4.0.0-dev"10539source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10540dependencies = [10541 "proc-macro-crate",10542 "proc-macro2",10543 "quote",10544 "syn",10545]1054610547[[package]]10548name = "sc-transaction-pool"10549version = "4.0.0-dev"10550source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10551dependencies = [10552 "futures 0.3.25",10553 "futures-timer",10554 "linked-hash-map",10555 "log",10556 "parity-scale-codec 3.2.1",10557 "parity-util-mem",10558 "parking_lot 0.12.1",10559 "sc-client-api",10560 "sc-transaction-pool-api",10561 "sc-utils",10562 "serde",10563 "sp-api",10564 "sp-blockchain",10565 "sp-core",10566 "sp-runtime",10567 "sp-tracing",10568 "sp-transaction-pool",10569 "substrate-prometheus-endpoint",10570 "thiserror",10571]1057210573[[package]]10574name = "sc-transaction-pool-api"10575version = "4.0.0-dev"10576source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10577dependencies = [10578 "futures 0.3.25",10579 "log",10580 "serde",10581 "sp-blockchain",10582 "sp-runtime",10583 "thiserror",10584]1058510586[[package]]10587name = "sc-utils"10588version = "4.0.0-dev"10589source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10590dependencies = [10591 "futures 0.3.25",10592 "futures-timer",10593 "lazy_static",10594 "log",10595 "parking_lot 0.12.1",10596 "prometheus",10597]1059810599[[package]]10600name = "scale-info"10601version = "2.2.0"10602source = "registry+https://github.com/rust-lang/crates.io-index"10603checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10604dependencies = [10605 "bitvec 1.0.1",10606 "cfg-if 1.0.0",10607 "derive_more",10608 "parity-scale-codec 3.2.1",10609 "scale-info-derive",10610 "serde",10611]1061210613[[package]]10614name = "scale-info-derive"10615version = "2.2.0"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10618dependencies = [10619 "proc-macro-crate",10620 "proc-macro2",10621 "quote",10622 "syn",10623]1062410625[[package]]10626name = "schannel"10627version = "0.1.20"10628source = "registry+https://github.com/rust-lang/crates.io-index"10629checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10630dependencies = [10631 "lazy_static",10632 "windows-sys 0.36.1",10633]1063410635[[package]]10636name = "schnorrkel"10637version = "0.9.1"10638source = "registry+https://github.com/rust-lang/crates.io-index"10639checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10640dependencies = [10641 "arrayref",10642 "arrayvec 0.5.2",10643 "curve25519-dalek 2.1.3",10644 "getrandom 0.1.16",10645 "merlin",10646 "rand 0.7.3",10647 "rand_core 0.5.1",10648 "sha2 0.8.2",10649 "subtle",10650 "zeroize",10651]1065210653[[package]]10654name = "scopeguard"10655version = "1.1.0"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1065810659[[package]]10660name = "scratch"10661version = "1.0.2"10662source = "registry+https://github.com/rust-lang/crates.io-index"10663checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1066410665[[package]]10666name = "sct"10667version = "0.7.0"10668source = "registry+https://github.com/rust-lang/crates.io-index"10669checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10670dependencies = [10671 "ring",10672 "untrusted",10673]1067410675[[package]]10676name = "sec1"10677version = "0.2.1"10678source = "registry+https://github.com/rust-lang/crates.io-index"10679checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10680dependencies = [10681 "der",10682 "generic-array 0.14.6",10683 "pkcs8",10684 "subtle",10685 "zeroize",10686]1068710688[[package]]10689name = "secp256k1"10690version = "0.24.1"10691source = "registry+https://github.com/rust-lang/crates.io-index"10692checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10693dependencies = [10694 "secp256k1-sys",10695]1069610697[[package]]10698name = "secp256k1-sys"10699version = "0.6.1"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10702dependencies = [10703 "cc",10704]1070510706[[package]]10707name = "secrecy"10708version = "0.8.0"10709source = "registry+https://github.com/rust-lang/crates.io-index"10710checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10711dependencies = [10712 "zeroize",10713]1071410715[[package]]10716name = "security-framework"10717version = "2.7.0"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10720dependencies = [10721 "bitflags",10722 "core-foundation",10723 "core-foundation-sys",10724 "libc",10725 "security-framework-sys",10726]1072710728[[package]]10729name = "security-framework-sys"10730version = "2.6.1"10731source = "registry+https://github.com/rust-lang/crates.io-index"10732checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10733dependencies = [10734 "core-foundation-sys",10735 "libc",10736]1073710738[[package]]10739name = "semver"10740version = "0.6.0"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10743dependencies = [10744 "semver-parser",10745]1074610747[[package]]10748name = "semver"10749version = "0.9.0"10750source = "registry+https://github.com/rust-lang/crates.io-index"10751checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10752dependencies = [10753 "semver-parser",10754]1075510756[[package]]10757name = "semver"10758version = "1.0.14"10759source = "registry+https://github.com/rust-lang/crates.io-index"10760checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10761dependencies = [10762 "serde",10763]1076410765[[package]]10766name = "semver-parser"10767version = "0.7.0"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1077010771[[package]]10772name = "serde"10773version = "1.0.147"10774source = "registry+https://github.com/rust-lang/crates.io-index"10775checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10776dependencies = [10777 "serde_derive",10778]1077910780[[package]]10781name = "serde_derive"10782version = "1.0.147"10783source = "registry+https://github.com/rust-lang/crates.io-index"10784checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10785dependencies = [10786 "proc-macro2",10787 "quote",10788 "syn",10789]1079010791[[package]]10792name = "serde_json"10793version = "1.0.87"10794source = "registry+https://github.com/rust-lang/crates.io-index"10795checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10796dependencies = [10797 "itoa",10798 "ryu",10799 "serde",10800]1080110802[[package]]10803name = "serde_nanos"10804version = "0.1.2"10805source = "registry+https://github.com/rust-lang/crates.io-index"10806checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10807dependencies = [10808 "serde",10809]1081010811[[package]]10812name = "sha-1"10813version = "0.9.8"10814source = "registry+https://github.com/rust-lang/crates.io-index"10815checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10816dependencies = [10817 "block-buffer 0.9.0",10818 "cfg-if 1.0.0",10819 "cpufeatures",10820 "digest 0.9.0",10821 "opaque-debug 0.3.0",10822]1082310824[[package]]10825name = "sha1"10826version = "0.10.5"10827source = "registry+https://github.com/rust-lang/crates.io-index"10828checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10829dependencies = [10830 "cfg-if 1.0.0",10831 "cpufeatures",10832 "digest 0.10.5",10833]1083410835[[package]]10836name = "sha2"10837version = "0.8.2"10838source = "registry+https://github.com/rust-lang/crates.io-index"10839checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10840dependencies = [10841 "block-buffer 0.7.3",10842 "digest 0.8.1",10843 "fake-simd",10844 "opaque-debug 0.2.3",10845]1084610847[[package]]10848name = "sha2"10849version = "0.9.9"10850source = "registry+https://github.com/rust-lang/crates.io-index"10851checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10852dependencies = [10853 "block-buffer 0.9.0",10854 "cfg-if 1.0.0",10855 "cpufeatures",10856 "digest 0.9.0",10857 "opaque-debug 0.3.0",10858]1085910860[[package]]10861name = "sha2"10862version = "0.10.6"10863source = "registry+https://github.com/rust-lang/crates.io-index"10864checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10865dependencies = [10866 "cfg-if 1.0.0",10867 "cpufeatures",10868 "digest 0.10.5",10869]1087010871[[package]]10872name = "sha3"10873version = "0.10.6"10874source = "registry+https://github.com/rust-lang/crates.io-index"10875checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10876dependencies = [10877 "digest 0.10.5",10878 "keccak",10879]1088010881[[package]]10882name = "sha3-const"10883version = "0.1.1"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1088610887[[package]]10888name = "sharded-slab"10889version = "0.1.4"10890source = "registry+https://github.com/rust-lang/crates.io-index"10891checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10892dependencies = [10893 "lazy_static",10894]1089510896[[package]]10897name = "shlex"10898version = "1.1.0"10899source = "registry+https://github.com/rust-lang/crates.io-index"10900checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1090110902[[package]]10903name = "signal-hook"10904version = "0.3.14"10905source = "registry+https://github.com/rust-lang/crates.io-index"10906checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10907dependencies = [10908 "libc",10909 "signal-hook-registry",10910]1091110912[[package]]10913name = "signal-hook-registry"10914version = "1.4.0"10915source = "registry+https://github.com/rust-lang/crates.io-index"10916checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10917dependencies = [10918 "libc",10919]1092010921[[package]]10922name = "signature"10923version = "1.4.0"10924source = "registry+https://github.com/rust-lang/crates.io-index"10925checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10926dependencies = [10927 "digest 0.9.0",10928 "rand_core 0.6.4",10929]1093010931[[package]]10932name = "simba"10933version = "0.5.1"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10936dependencies = [10937 "approx",10938 "num-complex",10939 "num-traits",10940 "paste",10941]1094210943[[package]]10944name = "similar"10945version = "2.2.0"10946source = "registry+https://github.com/rust-lang/crates.io-index"10947checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10948dependencies = [10949 "bstr",10950 "unicode-segmentation",10951]1095210953[[package]]10954name = "similar-asserts"10955version = "1.4.2"10956source = "registry+https://github.com/rust-lang/crates.io-index"10957checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10958dependencies = [10959 "console",10960 "similar",10961]1096210963[[package]]10964name = "slab"10965version = "0.4.7"10966source = "registry+https://github.com/rust-lang/crates.io-index"10967checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10968dependencies = [10969 "autocfg",10970]1097110972[[package]]10973name = "slice-group-by"10974version = "0.3.0"10975source = "registry+https://github.com/rust-lang/crates.io-index"10976checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1097710978[[package]]10979name = "slot-range-helper"10980version = "0.9.30"10981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10982dependencies = [10983 "enumn",10984 "parity-scale-codec 3.2.1",10985 "paste",10986 "sp-runtime",10987 "sp-std",10988]1098910990[[package]]10991name = "slotmap"10992version = "1.0.6"10993source = "registry+https://github.com/rust-lang/crates.io-index"10994checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10995dependencies = [10996 "version_check",10997]1099810999[[package]]11000name = "smallvec"11001version = "1.10.0"11002source = "registry+https://github.com/rust-lang/crates.io-index"11003checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1100411005[[package]]11006name = "snap"11007version = "1.0.5"11008source = "registry+https://github.com/rust-lang/crates.io-index"11009checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1101011011[[package]]11012name = "snow"11013version = "0.9.0"11014source = "registry+https://github.com/rust-lang/crates.io-index"11015checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11016dependencies = [11017 "aes-gcm",11018 "blake2",11019 "chacha20poly1305",11020 "curve25519-dalek 4.0.0-pre.1",11021 "rand_core 0.6.4",11022 "ring",11023 "rustc_version 0.4.0",11024 "sha2 0.10.6",11025 "subtle",11026]1102711028[[package]]11029name = "socket2"11030version = "0.4.7"11031source = "registry+https://github.com/rust-lang/crates.io-index"11032checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11033dependencies = [11034 "libc",11035 "winapi",11036]1103711038[[package]]11039name = "soketto"11040version = "0.7.1"11041source = "registry+https://github.com/rust-lang/crates.io-index"11042checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11043dependencies = [11044 "base64",11045 "bytes",11046 "flate2",11047 "futures 0.3.25",11048 "httparse",11049 "log",11050 "rand 0.8.5",11051 "sha-1",11052]1105311054[[package]]11055name = "sp-api"11056version = "4.0.0-dev"11057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11058dependencies = [11059 "hash-db",11060 "log",11061 "parity-scale-codec 3.2.1",11062 "sp-api-proc-macro",11063 "sp-core",11064 "sp-runtime",11065 "sp-state-machine",11066 "sp-std",11067 "sp-trie",11068 "sp-version",11069 "thiserror",11070]1107111072[[package]]11073name = "sp-api-proc-macro"11074version = "4.0.0-dev"11075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11076dependencies = [11077 "blake2",11078 "proc-macro-crate",11079 "proc-macro2",11080 "quote",11081 "syn",11082]1108311084[[package]]11085name = "sp-application-crypto"11086version = "6.0.0"11087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11088dependencies = [11089 "parity-scale-codec 3.2.1",11090 "scale-info",11091 "serde",11092 "sp-core",11093 "sp-io",11094 "sp-std",11095]1109611097[[package]]11098name = "sp-arithmetic"11099version = "5.0.0"11100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11101dependencies = [11102 "integer-sqrt",11103 "num-traits",11104 "parity-scale-codec 3.2.1",11105 "scale-info",11106 "serde",11107 "sp-debug-derive",11108 "sp-std",11109 "static_assertions",11110]1111111112[[package]]11113name = "sp-authority-discovery"11114version = "4.0.0-dev"11115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11116dependencies = [11117 "parity-scale-codec 3.2.1",11118 "scale-info",11119 "sp-api",11120 "sp-application-crypto",11121 "sp-runtime",11122 "sp-std",11123]1112411125[[package]]11126name = "sp-authorship"11127version = "4.0.0-dev"11128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11129dependencies = [11130 "async-trait",11131 "parity-scale-codec 3.2.1",11132 "sp-inherents",11133 "sp-runtime",11134 "sp-std",11135]1113611137[[package]]11138name = "sp-block-builder"11139version = "4.0.0-dev"11140source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11141dependencies = [11142 "parity-scale-codec 3.2.1",11143 "sp-api",11144 "sp-inherents",11145 "sp-runtime",11146 "sp-std",11147]1114811149[[package]]11150name = "sp-blockchain"11151version = "4.0.0-dev"11152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11153dependencies = [11154 "futures 0.3.25",11155 "log",11156 "lru 0.7.8",11157 "parity-scale-codec 3.2.1",11158 "parking_lot 0.12.1",11159 "sp-api",11160 "sp-consensus",11161 "sp-database",11162 "sp-runtime",11163 "sp-state-machine",11164 "thiserror",11165]1116611167[[package]]11168name = "sp-consensus"11169version = "0.10.0-dev"11170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11171dependencies = [11172 "async-trait",11173 "futures 0.3.25",11174 "futures-timer",11175 "log",11176 "parity-scale-codec 3.2.1",11177 "sp-core",11178 "sp-inherents",11179 "sp-runtime",11180 "sp-state-machine",11181 "sp-std",11182 "sp-version",11183 "thiserror",11184]1118511186[[package]]11187name = "sp-consensus-aura"11188version = "0.10.0-dev"11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11190dependencies = [11191 "async-trait",11192 "parity-scale-codec 3.2.1",11193 "scale-info",11194 "sp-api",11195 "sp-application-crypto",11196 "sp-consensus",11197 "sp-consensus-slots",11198 "sp-inherents",11199 "sp-runtime",11200 "sp-std",11201 "sp-timestamp",11202]1120311204[[package]]11205name = "sp-consensus-babe"11206version = "0.10.0-dev"11207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11208dependencies = [11209 "async-trait",11210 "merlin",11211 "parity-scale-codec 3.2.1",11212 "scale-info",11213 "serde",11214 "sp-api",11215 "sp-application-crypto",11216 "sp-consensus",11217 "sp-consensus-slots",11218 "sp-consensus-vrf",11219 "sp-core",11220 "sp-inherents",11221 "sp-keystore",11222 "sp-runtime",11223 "sp-std",11224 "sp-timestamp",11225]1122611227[[package]]11228name = "sp-consensus-slots"11229version = "0.10.0-dev"11230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11231dependencies = [11232 "parity-scale-codec 3.2.1",11233 "scale-info",11234 "serde",11235 "sp-arithmetic",11236 "sp-runtime",11237 "sp-std",11238 "sp-timestamp",11239]1124011241[[package]]11242name = "sp-consensus-vrf"11243version = "0.10.0-dev"11244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11245dependencies = [11246 "parity-scale-codec 3.2.1",11247 "scale-info",11248 "schnorrkel",11249 "sp-core",11250 "sp-runtime",11251 "sp-std",11252]1125311254[[package]]11255name = "sp-core"11256version = "6.0.0"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11258dependencies = [11259 "array-bytes",11260 "base58",11261 "bitflags",11262 "blake2",11263 "byteorder",11264 "dyn-clonable",11265 "ed25519-zebra",11266 "futures 0.3.25",11267 "hash-db",11268 "hash256-std-hasher",11269 "impl-serde",11270 "lazy_static",11271 "libsecp256k1",11272 "log",11273 "merlin",11274 "num-traits",11275 "parity-scale-codec 3.2.1",11276 "parity-util-mem",11277 "parking_lot 0.12.1",11278 "primitive-types",11279 "rand 0.7.3",11280 "regex",11281 "scale-info",11282 "schnorrkel",11283 "secp256k1",11284 "secrecy",11285 "serde",11286 "sp-core-hashing",11287 "sp-debug-derive",11288 "sp-externalities",11289 "sp-runtime-interface",11290 "sp-std",11291 "sp-storage",11292 "ss58-registry",11293 "substrate-bip39",11294 "thiserror",11295 "tiny-bip39",11296 "wasmi",11297 "zeroize",11298]1129911300[[package]]11301name = "sp-core-hashing"11302version = "4.0.0"11303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11304dependencies = [11305 "blake2",11306 "byteorder",11307 "digest 0.10.5",11308 "sha2 0.10.6",11309 "sha3",11310 "sp-std",11311 "twox-hash",11312]1131311314[[package]]11315name = "sp-core-hashing-proc-macro"11316version = "5.0.0"11317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11318dependencies = [11319 "proc-macro2",11320 "quote",11321 "sp-core-hashing",11322 "syn",11323]1132411325[[package]]11326name = "sp-database"11327version = "4.0.0-dev"11328source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11329dependencies = [11330 "kvdb",11331 "parking_lot 0.12.1",11332]1133311334[[package]]11335name = "sp-debug-derive"11336version = "4.0.0"11337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11338dependencies = [11339 "proc-macro2",11340 "quote",11341 "syn",11342]1134311344[[package]]11345name = "sp-externalities"11346version = "0.12.0"11347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11348dependencies = [11349 "environmental",11350 "parity-scale-codec 3.2.1",11351 "sp-std",11352 "sp-storage",11353]1135411355[[package]]11356name = "sp-finality-grandpa"11357version = "4.0.0-dev"11358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11359dependencies = [11360 "finality-grandpa",11361 "log",11362 "parity-scale-codec 3.2.1",11363 "scale-info",11364 "serde",11365 "sp-api",11366 "sp-application-crypto",11367 "sp-core",11368 "sp-keystore",11369 "sp-runtime",11370 "sp-std",11371]1137211373[[package]]11374name = "sp-inherents"11375version = "4.0.0-dev"11376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11377dependencies = [11378 "async-trait",11379 "impl-trait-for-tuples",11380 "parity-scale-codec 3.2.1",11381 "sp-core",11382 "sp-runtime",11383 "sp-std",11384 "thiserror",11385]1138611387[[package]]11388name = "sp-io"11389version = "6.0.0"11390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11391dependencies = [11392 "bytes",11393 "futures 0.3.25",11394 "hash-db",11395 "libsecp256k1",11396 "log",11397 "parity-scale-codec 3.2.1",11398 "parking_lot 0.12.1",11399 "secp256k1",11400 "sp-core",11401 "sp-externalities",11402 "sp-keystore",11403 "sp-runtime-interface",11404 "sp-state-machine",11405 "sp-std",11406 "sp-tracing",11407 "sp-trie",11408 "sp-wasm-interface",11409 "tracing",11410 "tracing-core",11411]1141211413[[package]]11414name = "sp-keyring"11415version = "6.0.0"11416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11417dependencies = [11418 "lazy_static",11419 "sp-core",11420 "sp-runtime",11421 "strum",11422]1142311424[[package]]11425name = "sp-keystore"11426version = "0.12.0"11427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11428dependencies = [11429 "async-trait",11430 "futures 0.3.25",11431 "merlin",11432 "parity-scale-codec 3.2.1",11433 "parking_lot 0.12.1",11434 "schnorrkel",11435 "serde",11436 "sp-core",11437 "sp-externalities",11438 "thiserror",11439]1144011441[[package]]11442name = "sp-maybe-compressed-blob"11443version = "4.1.0-dev"11444source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11445dependencies = [11446 "thiserror",11447 "zstd",11448]1144911450[[package]]11451name = "sp-mmr-primitives"11452version = "4.0.0-dev"11453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11454dependencies = [11455 "log",11456 "parity-scale-codec 3.2.1",11457 "serde",11458 "sp-api",11459 "sp-core",11460 "sp-debug-derive",11461 "sp-runtime",11462 "sp-std",11463]1146411465[[package]]11466name = "sp-npos-elections"11467version = "4.0.0-dev"11468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11469dependencies = [11470 "parity-scale-codec 3.2.1",11471 "scale-info",11472 "serde",11473 "sp-arithmetic",11474 "sp-core",11475 "sp-runtime",11476 "sp-std",11477]1147811479[[package]]11480name = "sp-offchain"11481version = "4.0.0-dev"11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11483dependencies = [11484 "sp-api",11485 "sp-core",11486 "sp-runtime",11487]1148811489[[package]]11490name = "sp-panic-handler"11491version = "4.0.0"11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11493dependencies = [11494 "backtrace",11495 "lazy_static",11496 "regex",11497]1149811499[[package]]11500name = "sp-rpc"11501version = "6.0.0"11502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11503dependencies = [11504 "rustc-hash",11505 "serde",11506 "sp-core",11507]1150811509[[package]]11510name = "sp-runtime"11511version = "6.0.0"11512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11513dependencies = [11514 "either",11515 "hash256-std-hasher",11516 "impl-trait-for-tuples",11517 "log",11518 "parity-scale-codec 3.2.1",11519 "parity-util-mem",11520 "paste",11521 "rand 0.7.3",11522 "scale-info",11523 "serde",11524 "sp-application-crypto",11525 "sp-arithmetic",11526 "sp-core",11527 "sp-io",11528 "sp-std",11529 "sp-weights",11530]1153111532[[package]]11533name = "sp-runtime-interface"11534version = "6.0.0"11535source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11536dependencies = [11537 "bytes",11538 "impl-trait-for-tuples",11539 "parity-scale-codec 3.2.1",11540 "primitive-types",11541 "sp-externalities",11542 "sp-runtime-interface-proc-macro",11543 "sp-std",11544 "sp-storage",11545 "sp-tracing",11546 "sp-wasm-interface",11547 "static_assertions",11548]1154911550[[package]]11551name = "sp-runtime-interface-proc-macro"11552version = "5.0.0"11553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11554dependencies = [11555 "Inflector",11556 "proc-macro-crate",11557 "proc-macro2",11558 "quote",11559 "syn",11560]1156111562[[package]]11563name = "sp-sandbox"11564version = "0.10.0-dev"11565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11566dependencies = [11567 "log",11568 "parity-scale-codec 3.2.1",11569 "sp-core",11570 "sp-io",11571 "sp-std",11572 "sp-wasm-interface",11573 "wasmi",11574]1157511576[[package]]11577name = "sp-session"11578version = "4.0.0-dev"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11580dependencies = [11581 "parity-scale-codec 3.2.1",11582 "scale-info",11583 "sp-api",11584 "sp-core",11585 "sp-runtime",11586 "sp-staking",11587 "sp-std",11588]1158911590[[package]]11591name = "sp-staking"11592version = "4.0.0-dev"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11594dependencies = [11595 "parity-scale-codec 3.2.1",11596 "scale-info",11597 "sp-runtime",11598 "sp-std",11599]1160011601[[package]]11602name = "sp-state-machine"11603version = "0.12.0"11604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11605dependencies = [11606 "hash-db",11607 "log",11608 "num-traits",11609 "parity-scale-codec 3.2.1",11610 "parking_lot 0.12.1",11611 "rand 0.7.3",11612 "smallvec",11613 "sp-core",11614 "sp-externalities",11615 "sp-panic-handler",11616 "sp-std",11617 "sp-trie",11618 "thiserror",11619 "tracing",11620 "trie-root",11621]1162211623[[package]]11624name = "sp-std"11625version = "4.0.0"11626source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1162711628[[package]]11629name = "sp-storage"11630version = "6.0.0"11631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11632dependencies = [11633 "impl-serde",11634 "parity-scale-codec 3.2.1",11635 "ref-cast",11636 "serde",11637 "sp-debug-derive",11638 "sp-std",11639]1164011641[[package]]11642name = "sp-tasks"11643version = "4.0.0-dev"11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11645dependencies = [11646 "log",11647 "sp-core",11648 "sp-externalities",11649 "sp-io",11650 "sp-runtime-interface",11651 "sp-std",11652]1165311654[[package]]11655name = "sp-timestamp"11656version = "4.0.0-dev"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11658dependencies = [11659 "async-trait",11660 "futures-timer",11661 "log",11662 "parity-scale-codec 3.2.1",11663 "sp-api",11664 "sp-inherents",11665 "sp-runtime",11666 "sp-std",11667 "thiserror",11668]1166911670[[package]]11671name = "sp-tracing"11672version = "5.0.0"11673source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11674dependencies = [11675 "parity-scale-codec 3.2.1",11676 "sp-std",11677 "tracing",11678 "tracing-core",11679 "tracing-subscriber",11680]1168111682[[package]]11683name = "sp-transaction-pool"11684version = "4.0.0-dev"11685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11686dependencies = [11687 "sp-api",11688 "sp-runtime",11689]1169011691[[package]]11692name = "sp-transaction-storage-proof"11693version = "4.0.0-dev"11694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11695dependencies = [11696 "async-trait",11697 "log",11698 "parity-scale-codec 3.2.1",11699 "scale-info",11700 "sp-core",11701 "sp-inherents",11702 "sp-runtime",11703 "sp-std",11704 "sp-trie",11705]1170611707[[package]]11708name = "sp-trie"11709version = "6.0.0"11710source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11711dependencies = [11712 "ahash",11713 "hash-db",11714 "hashbrown",11715 "lazy_static",11716 "lru 0.7.8",11717 "memory-db",11718 "nohash-hasher",11719 "parity-scale-codec 3.2.1",11720 "parking_lot 0.12.1",11721 "scale-info",11722 "sp-core",11723 "sp-std",11724 "thiserror",11725 "tracing",11726 "trie-db",11727 "trie-root",11728]1172911730[[package]]11731name = "sp-version"11732version = "5.0.0"11733source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11734dependencies = [11735 "impl-serde",11736 "parity-scale-codec 3.2.1",11737 "parity-wasm 0.45.0",11738 "scale-info",11739 "serde",11740 "sp-core-hashing-proc-macro",11741 "sp-runtime",11742 "sp-std",11743 "sp-version-proc-macro",11744 "thiserror",11745]1174611747[[package]]11748name = "sp-version-proc-macro"11749version = "4.0.0-dev"11750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11751dependencies = [11752 "parity-scale-codec 3.2.1",11753 "proc-macro2",11754 "quote",11755 "syn",11756]1175711758[[package]]11759name = "sp-wasm-interface"11760version = "6.0.0"11761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11762dependencies = [11763 "impl-trait-for-tuples",11764 "log",11765 "parity-scale-codec 3.2.1",11766 "sp-std",11767 "wasmi",11768 "wasmtime",11769]1177011771[[package]]11772name = "sp-weights"11773version = "4.0.0"11774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11775dependencies = [11776 "impl-trait-for-tuples",11777 "parity-scale-codec 3.2.1",11778 "scale-info",11779 "serde",11780 "smallvec",11781 "sp-arithmetic",11782 "sp-core",11783 "sp-debug-derive",11784 "sp-std",11785]1178611787[[package]]11788name = "spin"11789version = "0.5.2"11790source = "registry+https://github.com/rust-lang/crates.io-index"11791checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1179211793[[package]]11794name = "spki"11795version = "0.5.4"11796source = "registry+https://github.com/rust-lang/crates.io-index"11797checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11798dependencies = [11799 "base64ct",11800 "der",11801]1180211803[[package]]11804name = "ss58-registry"11805version = "1.33.0"11806source = "registry+https://github.com/rust-lang/crates.io-index"11807checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11808dependencies = [11809 "Inflector",11810 "num-format",11811 "proc-macro2",11812 "quote",11813 "serde",11814 "serde_json",11815 "unicode-xid",11816]1181711818[[package]]11819name = "stable_deref_trait"11820version = "1.2.0"11821source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1182311824[[package]]11825name = "static_assertions"11826version = "1.1.0"11827source = "registry+https://github.com/rust-lang/crates.io-index"11828checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1182911830[[package]]11831name = "static_init"11832version = "0.5.2"11833source = "registry+https://github.com/rust-lang/crates.io-index"11834checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11835dependencies = [11836 "cfg_aliases",11837 "libc",11838 "parking_lot 0.11.2",11839 "static_init_macro 0.5.0",11840]1184111842[[package]]11843name = "static_init"11844version = "1.0.3"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11847dependencies = [11848 "bitflags",11849 "cfg_aliases",11850 "libc",11851 "parking_lot 0.11.2",11852 "parking_lot_core 0.8.5",11853 "static_init_macro 1.0.2",11854 "winapi",11855]1185611857[[package]]11858name = "static_init_macro"11859version = "0.5.0"11860source = "registry+https://github.com/rust-lang/crates.io-index"11861checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11862dependencies = [11863 "cfg_aliases",11864 "memchr",11865 "proc-macro2",11866 "quote",11867 "syn",11868]1186911870[[package]]11871name = "static_init_macro"11872version = "1.0.2"11873source = "registry+https://github.com/rust-lang/crates.io-index"11874checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11875dependencies = [11876 "cfg_aliases",11877 "memchr",11878 "proc-macro2",11879 "quote",11880 "syn",11881]1188211883[[package]]11884name = "statrs"11885version = "0.15.0"11886source = "registry+https://github.com/rust-lang/crates.io-index"11887checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11888dependencies = [11889 "approx",11890 "lazy_static",11891 "nalgebra",11892 "num-traits",11893 "rand 0.8.5",11894]1189511896[[package]]11897name = "strsim"11898version = "0.10.0"11899source = "registry+https://github.com/rust-lang/crates.io-index"11900checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1190111902[[package]]11903name = "struct-versioning"11904version = "0.1.0"11905dependencies = [11906 "quote",11907 "syn",11908]1190911910[[package]]11911name = "strum"11912version = "0.24.1"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11915dependencies = [11916 "strum_macros",11917]1191811919[[package]]11920name = "strum_macros"11921version = "0.24.3"11922source = "registry+https://github.com/rust-lang/crates.io-index"11923checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11924dependencies = [11925 "heck",11926 "proc-macro2",11927 "quote",11928 "rustversion",11929 "syn",11930]1193111932[[package]]11933name = "substrate-bip39"11934version = "0.4.4"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11937dependencies = [11938 "hmac 0.11.0",11939 "pbkdf2 0.8.0",11940 "schnorrkel",11941 "sha2 0.9.9",11942 "zeroize",11943]1194411945[[package]]11946name = "substrate-build-script-utils"11947version = "3.0.0"11948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11949dependencies = [11950 "platforms",11951]1195211953[[package]]11954name = "substrate-frame-rpc-system"11955version = "4.0.0-dev"11956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11957dependencies = [11958 "frame-system-rpc-runtime-api",11959 "futures 0.3.25",11960 "jsonrpsee",11961 "log",11962 "parity-scale-codec 3.2.1",11963 "sc-client-api",11964 "sc-rpc-api",11965 "sc-transaction-pool-api",11966 "serde_json",11967 "sp-api",11968 "sp-block-builder",11969 "sp-blockchain",11970 "sp-core",11971 "sp-runtime",11972]1197311974[[package]]11975name = "substrate-prometheus-endpoint"11976version = "0.10.0-dev"11977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11978dependencies = [11979 "futures-util",11980 "hyper",11981 "log",11982 "prometheus",11983 "thiserror",11984 "tokio",11985]1198611987[[package]]11988name = "substrate-state-trie-migration-rpc"11989version = "4.0.0-dev"11990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11991dependencies = [11992 "jsonrpsee",11993 "log",11994 "parity-scale-codec 3.2.1",11995 "sc-client-api",11996 "sc-rpc-api",11997 "scale-info",11998 "serde",11999 "sp-core",12000 "sp-io",12001 "sp-runtime",12002 "sp-state-machine",12003 "sp-std",12004 "sp-trie",12005 "trie-db",12006]1200712008[[package]]12009name = "substrate-test-client"12010version = "2.0.1"12011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12012dependencies = [12013 "array-bytes",12014 "async-trait",12015 "futures 0.3.25",12016 "parity-scale-codec 3.2.1",12017 "sc-client-api",12018 "sc-client-db",12019 "sc-consensus",12020 "sc-executor",12021 "sc-offchain",12022 "sc-service",12023 "serde",12024 "serde_json",12025 "sp-blockchain",12026 "sp-consensus",12027 "sp-core",12028 "sp-keyring",12029 "sp-keystore",12030 "sp-runtime",12031 "sp-state-machine",12032]1203312034[[package]]12035name = "substrate-test-utils"12036version = "4.0.0-dev"12037source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12038dependencies = [12039 "futures 0.3.25",12040 "substrate-test-utils-derive",12041 "tokio",12042]1204312044[[package]]12045name = "substrate-test-utils-derive"12046version = "0.10.0-dev"12047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12048dependencies = [12049 "proc-macro-crate",12050 "proc-macro2",12051 "quote",12052 "syn",12053]1205412055[[package]]12056name = "substrate-wasm-builder"12057version = "5.0.0-dev"12058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12059dependencies = [12060 "ansi_term",12061 "build-helper",12062 "cargo_metadata",12063 "filetime",12064 "sp-maybe-compressed-blob",12065 "strum",12066 "tempfile",12067 "toml",12068 "walkdir",12069 "wasm-gc-api",12070]1207112072[[package]]12073name = "subtle"12074version = "2.4.1"12075source = "registry+https://github.com/rust-lang/crates.io-index"12076checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1207712078[[package]]12079name = "syn"12080version = "1.0.103"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12083dependencies = [12084 "proc-macro2",12085 "quote",12086 "unicode-ident",12087]1208812089[[package]]12090name = "synstructure"12091version = "0.12.6"12092source = "registry+https://github.com/rust-lang/crates.io-index"12093checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12094dependencies = [12095 "proc-macro2",12096 "quote",12097 "syn",12098 "unicode-xid",12099]1210012101[[package]]12102name = "system-configuration"12103version = "0.5.0"12104source = "registry+https://github.com/rust-lang/crates.io-index"12105checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12106dependencies = [12107 "bitflags",12108 "core-foundation",12109 "system-configuration-sys",12110]1211112112[[package]]12113name = "system-configuration-sys"12114version = "0.5.0"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12117dependencies = [12118 "core-foundation-sys",12119 "libc",12120]1212112122[[package]]12123name = "tap"12124version = "1.0.1"12125source = "registry+https://github.com/rust-lang/crates.io-index"12126checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1212712128[[package]]12129name = "target-lexicon"12130version = "0.12.4"12131source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1213312134[[package]]12135name = "tempfile"12136version = "3.3.0"12137source = "registry+https://github.com/rust-lang/crates.io-index"12138checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12139dependencies = [12140 "cfg-if 1.0.0",12141 "fastrand",12142 "libc",12143 "redox_syscall",12144 "remove_dir_all",12145 "winapi",12146]1214712148[[package]]12149name = "termcolor"12150version = "1.1.3"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12153dependencies = [12154 "winapi-util",12155]1215612157[[package]]12158name = "terminal_size"12159version = "0.1.17"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12162dependencies = [12163 "libc",12164 "winapi",12165]1216612167[[package]]12168name = "test-runtime-constants"12169version = "0.9.30"12170source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12171dependencies = [12172 "frame-support",12173 "polkadot-primitives",12174 "polkadot-runtime-common",12175 "smallvec",12176 "sp-runtime",12177]1217812179[[package]]12180name = "tests"12181version = "0.1.1"12182dependencies = [12183 "evm-coder",12184 "fp-evm-mapping",12185 "frame-support",12186 "frame-system",12187 "pallet-balances",12188 "pallet-common",12189 "pallet-ethereum",12190 "pallet-evm",12191 "pallet-evm-coder-substrate",12192 "pallet-fungible",12193 "pallet-nonfungible",12194 "pallet-refungible",12195 "pallet-structure",12196 "pallet-timestamp",12197 "pallet-transaction-payment",12198 "pallet-unique",12199 "parity-scale-codec 3.2.1",12200 "scale-info",12201 "sp-core",12202 "sp-io",12203 "sp-runtime",12204 "sp-std",12205 "up-data-structs",12206 "up-sponsorship",12207]1220812209[[package]]12210name = "textwrap"12211version = "0.16.0"12212source = "registry+https://github.com/rust-lang/crates.io-index"12213checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1221412215[[package]]12216name = "thiserror"12217version = "1.0.37"12218source = "registry+https://github.com/rust-lang/crates.io-index"12219checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12220dependencies = [12221 "thiserror-impl",12222]1222312224[[package]]12225name = "thiserror-impl"12226version = "1.0.37"12227source = "registry+https://github.com/rust-lang/crates.io-index"12228checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12229dependencies = [12230 "proc-macro2",12231 "quote",12232 "syn",12233]1223412235[[package]]12236name = "thousands"12237version = "0.2.0"12238source = "registry+https://github.com/rust-lang/crates.io-index"12239checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1224012241[[package]]12242name = "thread_local"12243version = "1.1.4"12244source = "registry+https://github.com/rust-lang/crates.io-index"12245checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12246dependencies = [12247 "once_cell",12248]1224912250[[package]]12251name = "threadpool"12252version = "1.8.1"12253source = "registry+https://github.com/rust-lang/crates.io-index"12254checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12255dependencies = [12256 "num_cpus",12257]1225812259[[package]]12260name = "thrift"12261version = "0.15.0"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12264dependencies = [12265 "byteorder",12266 "integer-encoding",12267 "log",12268 "ordered-float",12269 "threadpool",12270]1227112272[[package]]12273name = "tikv-jemalloc-sys"12274version = "0.4.3+5.2.1-patched.2"12275source = "registry+https://github.com/rust-lang/crates.io-index"12276checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12277dependencies = [12278 "cc",12279 "fs_extra",12280 "libc",12281]1228212283[[package]]12284name = "time"12285version = "0.1.44"12286source = "registry+https://github.com/rust-lang/crates.io-index"12287checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12288dependencies = [12289 "libc",12290 "wasi 0.10.0+wasi-snapshot-preview1",12291 "winapi",12292]1229312294[[package]]12295name = "time"12296version = "0.3.9"12297source = "registry+https://github.com/rust-lang/crates.io-index"12298checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12299dependencies = [12300 "itoa",12301 "libc",12302 "num_threads",12303 "time-macros",12304]1230512306[[package]]12307name = "time-macros"12308version = "0.2.4"12309source = "registry+https://github.com/rust-lang/crates.io-index"12310checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1231112312[[package]]12313name = "tiny-bip39"12314version = "0.8.2"12315source = "registry+https://github.com/rust-lang/crates.io-index"12316checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12317dependencies = [12318 "anyhow",12319 "hmac 0.8.1",12320 "once_cell",12321 "pbkdf2 0.4.0",12322 "rand 0.7.3",12323 "rustc-hash",12324 "sha2 0.9.9",12325 "thiserror",12326 "unicode-normalization",12327 "wasm-bindgen",12328 "zeroize",12329]1233012331[[package]]12332name = "tiny-keccak"12333version = "2.0.2"12334source = "registry+https://github.com/rust-lang/crates.io-index"12335checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12336dependencies = [12337 "crunchy",12338]1233912340[[package]]12341name = "tinyvec"12342version = "1.6.0"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12345dependencies = [12346 "tinyvec_macros",12347]1234812349[[package]]12350name = "tinyvec_macros"12351version = "0.1.0"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1235412355[[package]]12356name = "tokio"12357version = "1.21.2"12358source = "registry+https://github.com/rust-lang/crates.io-index"12359checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12360dependencies = [12361 "autocfg",12362 "bytes",12363 "libc",12364 "memchr",12365 "mio",12366 "num_cpus",12367 "parking_lot 0.12.1",12368 "pin-project-lite 0.2.9",12369 "signal-hook-registry",12370 "socket2",12371 "tokio-macros",12372 "winapi",12373]1237412375[[package]]12376name = "tokio-macros"12377version = "1.8.0"12378source = "registry+https://github.com/rust-lang/crates.io-index"12379checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12380dependencies = [12381 "proc-macro2",12382 "quote",12383 "syn",12384]1238512386[[package]]12387name = "tokio-rustls"12388version = "0.23.4"12389source = "registry+https://github.com/rust-lang/crates.io-index"12390checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12391dependencies = [12392 "rustls",12393 "tokio",12394 "webpki",12395]1239612397[[package]]12398name = "tokio-stream"12399version = "0.1.11"12400source = "registry+https://github.com/rust-lang/crates.io-index"12401checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12402dependencies = [12403 "futures-core",12404 "pin-project-lite 0.2.9",12405 "tokio",12406]1240712408[[package]]12409name = "tokio-util"12410version = "0.7.4"12411source = "registry+https://github.com/rust-lang/crates.io-index"12412checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12413dependencies = [12414 "bytes",12415 "futures-core",12416 "futures-io",12417 "futures-sink",12418 "pin-project-lite 0.2.9",12419 "tokio",12420 "tracing",12421]1242212423[[package]]12424name = "toml"12425version = "0.5.9"12426source = "registry+https://github.com/rust-lang/crates.io-index"12427checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12428dependencies = [12429 "serde",12430]1243112432[[package]]12433name = "tower-service"12434version = "0.3.2"12435source = "registry+https://github.com/rust-lang/crates.io-index"12436checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1243712438[[package]]12439name = "tracing"12440version = "0.1.37"12441source = "registry+https://github.com/rust-lang/crates.io-index"12442checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12443dependencies = [12444 "cfg-if 1.0.0",12445 "pin-project-lite 0.2.9",12446 "tracing-attributes",12447 "tracing-core",12448]1244912450[[package]]12451name = "tracing-attributes"12452version = "0.1.23"12453source = "registry+https://github.com/rust-lang/crates.io-index"12454checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12455dependencies = [12456 "proc-macro2",12457 "quote",12458 "syn",12459]1246012461[[package]]12462name = "tracing-core"12463version = "0.1.30"12464source = "registry+https://github.com/rust-lang/crates.io-index"12465checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12466dependencies = [12467 "once_cell",12468 "valuable",12469]1247012471[[package]]12472name = "tracing-futures"12473version = "0.2.5"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12476dependencies = [12477 "pin-project",12478 "tracing",12479]1248012481[[package]]12482name = "tracing-gum"12483version = "0.9.30"12484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12485dependencies = [12486 "polkadot-node-jaeger",12487 "polkadot-primitives",12488 "tracing",12489 "tracing-gum-proc-macro",12490]1249112492[[package]]12493name = "tracing-gum-proc-macro"12494version = "0.9.30"12495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12496dependencies = [12497 "expander 0.0.6",12498 "proc-macro-crate",12499 "proc-macro2",12500 "quote",12501 "syn",12502]1250312504[[package]]12505name = "tracing-log"12506version = "0.1.3"12507source = "registry+https://github.com/rust-lang/crates.io-index"12508checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12509dependencies = [12510 "lazy_static",12511 "log",12512 "tracing-core",12513]1251412515[[package]]12516name = "tracing-serde"12517version = "0.1.3"12518source = "registry+https://github.com/rust-lang/crates.io-index"12519checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12520dependencies = [12521 "serde",12522 "tracing-core",12523]1252412525[[package]]12526name = "tracing-subscriber"12527version = "0.2.25"12528source = "registry+https://github.com/rust-lang/crates.io-index"12529checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12530dependencies = [12531 "ansi_term",12532 "chrono",12533 "lazy_static",12534 "matchers",12535 "parking_lot 0.11.2",12536 "regex",12537 "serde",12538 "serde_json",12539 "sharded-slab",12540 "smallvec",12541 "thread_local",12542 "tracing",12543 "tracing-core",12544 "tracing-log",12545 "tracing-serde",12546]1254712548[[package]]12549name = "trie-db"12550version = "0.24.0"12551source = "registry+https://github.com/rust-lang/crates.io-index"12552checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12553dependencies = [12554 "hash-db",12555 "hashbrown",12556 "log",12557 "rustc-hex",12558 "smallvec",12559]1256012561[[package]]12562name = "trie-root"12563version = "0.17.0"12564source = "registry+https://github.com/rust-lang/crates.io-index"12565checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12566dependencies = [12567 "hash-db",12568]1256912570[[package]]12571name = "triehash"12572version = "0.8.4"12573source = "registry+https://github.com/rust-lang/crates.io-index"12574checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12575dependencies = [12576 "hash-db",12577 "rlp",12578]1257912580[[package]]12581name = "trust-dns-proto"12582version = "0.21.2"12583source = "registry+https://github.com/rust-lang/crates.io-index"12584checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12585dependencies = [12586 "async-trait",12587 "cfg-if 1.0.0",12588 "data-encoding",12589 "enum-as-inner",12590 "futures-channel",12591 "futures-io",12592 "futures-util",12593 "idna 0.2.3",12594 "ipnet",12595 "lazy_static",12596 "log",12597 "rand 0.8.5",12598 "smallvec",12599 "thiserror",12600 "tinyvec",12601 "url",12602]1260312604[[package]]12605name = "trust-dns-resolver"12606version = "0.21.2"12607source = "registry+https://github.com/rust-lang/crates.io-index"12608checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12609dependencies = [12610 "cfg-if 1.0.0",12611 "futures-util",12612 "ipconfig",12613 "lazy_static",12614 "log",12615 "lru-cache",12616 "parking_lot 0.12.1",12617 "resolv-conf",12618 "smallvec",12619 "thiserror",12620 "trust-dns-proto",12621]1262212623[[package]]12624name = "try-lock"12625version = "0.2.3"12626source = "registry+https://github.com/rust-lang/crates.io-index"12627checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1262812629[[package]]12630name = "try-runtime-cli"12631version = "0.10.0-dev"12632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12633dependencies = [12634 "clap",12635 "frame-try-runtime",12636 "jsonrpsee",12637 "log",12638 "parity-scale-codec 3.2.1",12639 "remote-externalities",12640 "sc-chain-spec",12641 "sc-cli",12642 "sc-executor",12643 "sc-service",12644 "serde",12645 "sp-core",12646 "sp-externalities",12647 "sp-io",12648 "sp-keystore",12649 "sp-runtime",12650 "sp-state-machine",12651 "sp-version",12652 "zstd",12653]1265412655[[package]]12656name = "trybuild"12657version = "1.0.71"12658source = "registry+https://github.com/rust-lang/crates.io-index"12659checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12660dependencies = [12661 "glob",12662 "once_cell",12663 "serde",12664 "serde_derive",12665 "serde_json",12666 "termcolor",12667 "toml",12668]1266912670[[package]]12671name = "tt-call"12672version = "1.0.8"12673source = "registry+https://github.com/rust-lang/crates.io-index"12674checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1267512676[[package]]12677name = "twox-hash"12678version = "1.6.3"12679source = "registry+https://github.com/rust-lang/crates.io-index"12680checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12681dependencies = [12682 "cfg-if 1.0.0",12683 "digest 0.10.5",12684 "rand 0.8.5",12685 "static_assertions",12686]1268712688[[package]]12689name = "typenum"12690version = "1.15.0"12691source = "registry+https://github.com/rust-lang/crates.io-index"12692checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1269312694[[package]]12695name = "uc-rpc"12696version = "0.1.4"12697dependencies = [12698 "anyhow",12699 "app-promotion-rpc",12700 "jsonrpsee",12701 "pallet-common",12702 "pallet-evm",12703 "parity-scale-codec 3.2.1",12704 "rmrk-rpc",12705 "sp-api",12706 "sp-blockchain",12707 "sp-core",12708 "sp-rpc",12709 "sp-runtime",12710 "up-data-structs",12711 "up-rpc",12712]1271312714[[package]]12715name = "ucd-trie"12716version = "0.1.5"12717source = "registry+https://github.com/rust-lang/crates.io-index"12718checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1271912720[[package]]12721name = "uint"12722version = "0.9.4"12723source = "registry+https://github.com/rust-lang/crates.io-index"12724checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12725dependencies = [12726 "byteorder",12727 "crunchy",12728 "hex",12729 "static_assertions",12730]1273112732[[package]]12733name = "unicase"12734version = "2.6.0"12735source = "registry+https://github.com/rust-lang/crates.io-index"12736checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12737dependencies = [12738 "version_check",12739]1274012741[[package]]12742name = "unicode-bidi"12743version = "0.3.8"12744source = "registry+https://github.com/rust-lang/crates.io-index"12745checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1274612747[[package]]12748name = "unicode-ident"12749version = "1.0.5"12750source = "registry+https://github.com/rust-lang/crates.io-index"12751checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1275212753[[package]]12754name = "unicode-normalization"12755version = "0.1.22"12756source = "registry+https://github.com/rust-lang/crates.io-index"12757checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12758dependencies = [12759 "tinyvec",12760]1276112762[[package]]12763name = "unicode-segmentation"12764version = "1.10.0"12765source = "registry+https://github.com/rust-lang/crates.io-index"12766checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1276712768[[package]]12769name = "unicode-width"12770version = "0.1.10"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1277312774[[package]]12775name = "unicode-xid"12776version = "0.2.4"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1277912780[[package]]12781name = "unique-node"12782version = "0.9.30"12783dependencies = [12784 "app-promotion-rpc",12785 "clap",12786 "cumulus-client-cli",12787 "cumulus-client-collator",12788 "cumulus-client-consensus-aura",12789 "cumulus-client-consensus-common",12790 "cumulus-client-network",12791 "cumulus-client-service",12792 "cumulus-primitives-core",12793 "cumulus-primitives-parachain-inherent",12794 "cumulus-relay-chain-inprocess-interface",12795 "cumulus-relay-chain-interface",12796 "cumulus-relay-chain-rpc-interface",12797 "fc-consensus",12798 "fc-db",12799 "fc-mapping-sync",12800 "fc-rpc",12801 "fc-rpc-core",12802 "flexi_logger",12803 "fp-rpc",12804 "frame-benchmarking",12805 "frame-benchmarking-cli",12806 "futures 0.3.25",12807 "jsonrpsee",12808 "log",12809 "opal-runtime",12810 "pallet-ethereum",12811 "pallet-transaction-payment-rpc",12812 "pallet-transaction-payment-rpc-runtime-api",12813 "parity-scale-codec 3.2.1",12814 "parking_lot 0.12.1",12815 "polkadot-cli",12816 "polkadot-parachain",12817 "polkadot-primitives",12818 "polkadot-service",12819 "polkadot-test-service",12820 "quartz-runtime",12821 "rmrk-rpc",12822 "sc-basic-authorship",12823 "sc-chain-spec",12824 "sc-cli",12825 "sc-client-api",12826 "sc-consensus",12827 "sc-consensus-aura",12828 "sc-consensus-manual-seal",12829 "sc-executor",12830 "sc-finality-grandpa",12831 "sc-keystore",12832 "sc-network",12833 "sc-rpc",12834 "sc-rpc-api",12835 "sc-service",12836 "sc-sysinfo",12837 "sc-telemetry",12838 "sc-tracing",12839 "sc-transaction-pool",12840 "serde",12841 "serde_json",12842 "sp-api",12843 "sp-block-builder",12844 "sp-blockchain",12845 "sp-consensus",12846 "sp-consensus-aura",12847 "sp-core",12848 "sp-finality-grandpa",12849 "sp-inherents",12850 "sp-keystore",12851 "sp-offchain",12852 "sp-runtime",12853 "sp-session",12854 "sp-timestamp",12855 "sp-transaction-pool",12856 "sp-trie",12857 "substrate-build-script-utils",12858 "substrate-frame-rpc-system",12859 "substrate-prometheus-endpoint",12860 "tokio",12861 "try-runtime-cli",12862 "unique-rpc",12863 "unique-runtime",12864 "up-common",12865 "up-data-structs",12866 "up-rpc",12867]1286812869[[package]]12870name = "unique-rpc"12871version = "0.1.2"12872dependencies = [12873 "app-promotion-rpc",12874 "fc-db",12875 "fc-mapping-sync",12876 "fc-rpc",12877 "fc-rpc-core",12878 "fp-rpc",12879 "fp-storage",12880 "futures 0.3.25",12881 "jsonrpsee",12882 "pallet-common",12883 "pallet-ethereum",12884 "pallet-transaction-payment-rpc",12885 "pallet-transaction-payment-rpc-runtime-api",12886 "pallet-unique",12887 "rmrk-rpc",12888 "sc-client-api",12889 "sc-consensus-aura",12890 "sc-consensus-epochs",12891 "sc-finality-grandpa",12892 "sc-finality-grandpa-rpc",12893 "sc-keystore",12894 "sc-network",12895 "sc-rpc",12896 "sc-rpc-api",12897 "sc-service",12898 "sc-transaction-pool",12899 "serde",12900 "sp-api",12901 "sp-block-builder",12902 "sp-blockchain",12903 "sp-consensus",12904 "sp-consensus-aura",12905 "sp-core",12906 "sp-offchain",12907 "sp-runtime",12908 "sp-session",12909 "sp-storage",12910 "sp-transaction-pool",12911 "substrate-frame-rpc-system",12912 "tokio",12913 "uc-rpc",12914 "up-common",12915 "up-data-structs",12916 "up-rpc",12917]1291812919[[package]]12920name = "unique-runtime"12921version = "0.9.30"12922dependencies = [12923 "app-promotion-rpc",12924 "cumulus-pallet-aura-ext",12925 "cumulus-pallet-dmp-queue",12926 "cumulus-pallet-parachain-system",12927 "cumulus-pallet-xcm",12928 "cumulus-pallet-xcmp-queue",12929 "cumulus-primitives-core",12930 "cumulus-primitives-timestamp",12931 "cumulus-primitives-utility",12932 "derivative",12933 "evm-coder",12934 "fp-evm-mapping",12935 "fp-rpc",12936 "fp-self-contained",12937 "frame-benchmarking",12938 "frame-executive",12939 "frame-support",12940 "frame-system",12941 "frame-system-benchmarking",12942 "frame-system-rpc-runtime-api",12943 "frame-try-runtime",12944 "hex-literal",12945 "impl-trait-for-tuples",12946 "log",12947 "logtest",12948 "orml-tokens",12949 "orml-traits",12950 "orml-vesting",12951 "orml-xtokens",12952 "pallet-app-promotion",12953 "pallet-aura",12954 "pallet-balances",12955 "pallet-base-fee",12956 "pallet-common",12957 "pallet-configuration",12958 "pallet-ethereum",12959 "pallet-evm",12960 "pallet-evm-coder-substrate",12961 "pallet-evm-contract-helpers",12962 "pallet-evm-migration",12963 "pallet-evm-transaction-payment",12964 "pallet-foreign-assets",12965 "pallet-fungible",12966 "pallet-inflation",12967 "pallet-nonfungible",12968 "pallet-randomness-collective-flip",12969 "pallet-refungible",12970 "pallet-rmrk-core",12971 "pallet-rmrk-equip",12972 "pallet-structure",12973 "pallet-sudo",12974 "pallet-template-transaction-payment",12975 "pallet-timestamp",12976 "pallet-transaction-payment",12977 "pallet-transaction-payment-rpc-runtime-api",12978 "pallet-treasury",12979 "pallet-unique",12980 "pallet-unique-scheduler",12981 "pallet-xcm",12982 "parachain-info",12983 "parity-scale-codec 3.2.1",12984 "polkadot-parachain",12985 "rmrk-rpc",12986 "scale-info",12987 "serde",12988 "smallvec",12989 "sp-api",12990 "sp-arithmetic",12991 "sp-block-builder",12992 "sp-consensus-aura",12993 "sp-core",12994 "sp-inherents",12995 "sp-io",12996 "sp-offchain",12997 "sp-runtime",12998 "sp-session",12999 "sp-std",13000 "sp-transaction-pool",13001 "sp-version",13002 "substrate-wasm-builder",13003 "up-common",13004 "up-data-structs",13005 "up-rpc",13006 "up-sponsorship",13007 "xcm",13008 "xcm-builder",13009 "xcm-executor",13010]1301113012[[package]]13013name = "universal-hash"13014version = "0.4.1"13015source = "registry+https://github.com/rust-lang/crates.io-index"13016checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13017dependencies = [13018 "generic-array 0.14.6",13019 "subtle",13020]1302113022[[package]]13023name = "unsigned-varint"13024version = "0.7.1"13025source = "registry+https://github.com/rust-lang/crates.io-index"13026checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13027dependencies = [13028 "asynchronous-codec",13029 "bytes",13030 "futures-io",13031 "futures-util",13032]1303313034[[package]]13035name = "untrusted"13036version = "0.7.1"13037source = "registry+https://github.com/rust-lang/crates.io-index"13038checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1303913040[[package]]13041name = "up-common"13042version = "0.9.30"13043dependencies = [13044 "fp-rpc",13045 "frame-support",13046 "pallet-evm",13047 "sp-consensus-aura",13048 "sp-core",13049 "sp-runtime",13050 "sp-std",13051]1305213053[[package]]13054name = "up-data-structs"13055version = "0.2.2"13056dependencies = [13057 "bondrewd",13058 "derivative",13059 "frame-support",13060 "frame-system",13061 "pallet-evm",13062 "parity-scale-codec 3.2.1",13063 "rmrk-traits",13064 "scale-info",13065 "serde",13066 "sp-core",13067 "sp-runtime",13068 "sp-std",13069 "struct-versioning",13070]1307113072[[package]]13073name = "up-rpc"13074version = "0.1.3"13075dependencies = [13076 "pallet-common",13077 "pallet-evm",13078 "parity-scale-codec 3.2.1",13079 "sp-api",13080 "sp-core",13081 "sp-runtime",13082 "sp-std",13083 "up-data-structs",13084]1308513086[[package]]13087name = "up-sponsorship"13088version = "0.1.0"13089source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13090dependencies = [13091 "impl-trait-for-tuples",13092]1309313094[[package]]13095name = "url"13096version = "2.3.1"13097source = "registry+https://github.com/rust-lang/crates.io-index"13098checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13099dependencies = [13100 "form_urlencoded",13101 "idna 0.3.0",13102 "percent-encoding",13103]1310413105[[package]]13106name = "valuable"13107version = "0.1.0"13108source = "registry+https://github.com/rust-lang/crates.io-index"13109checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1311013111[[package]]13112name = "value-bag"13113version = "1.0.0-alpha.9"13114source = "registry+https://github.com/rust-lang/crates.io-index"13115checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13116dependencies = [13117 "ctor",13118 "version_check",13119]1312013121[[package]]13122name = "vcpkg"13123version = "0.2.15"13124source = "registry+https://github.com/rust-lang/crates.io-index"13125checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1312613127[[package]]13128name = "version_check"13129version = "0.9.4"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1313213133[[package]]13134name = "void"13135version = "1.0.2"13136source = "registry+https://github.com/rust-lang/crates.io-index"13137checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1313813139[[package]]13140name = "waker-fn"13141version = "1.1.0"13142source = "registry+https://github.com/rust-lang/crates.io-index"13143checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1314413145[[package]]13146name = "walkdir"13147version = "2.3.2"13148source = "registry+https://github.com/rust-lang/crates.io-index"13149checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13150dependencies = [13151 "same-file",13152 "winapi",13153 "winapi-util",13154]1315513156[[package]]13157name = "want"13158version = "0.3.0"13159source = "registry+https://github.com/rust-lang/crates.io-index"13160checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13161dependencies = [13162 "log",13163 "try-lock",13164]1316513166[[package]]13167name = "wasi"13168version = "0.9.0+wasi-snapshot-preview1"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1317113172[[package]]13173name = "wasi"13174version = "0.10.0+wasi-snapshot-preview1"13175source = "registry+https://github.com/rust-lang/crates.io-index"13176checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1317713178[[package]]13179name = "wasi"13180version = "0.11.0+wasi-snapshot-preview1"13181source = "registry+https://github.com/rust-lang/crates.io-index"13182checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1318313184[[package]]13185name = "wasm-bindgen"13186version = "0.2.83"13187source = "registry+https://github.com/rust-lang/crates.io-index"13188checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13189dependencies = [13190 "cfg-if 1.0.0",13191 "wasm-bindgen-macro",13192]1319313194[[package]]13195name = "wasm-bindgen-backend"13196version = "0.2.83"13197source = "registry+https://github.com/rust-lang/crates.io-index"13198checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13199dependencies = [13200 "bumpalo",13201 "log",13202 "once_cell",13203 "proc-macro2",13204 "quote",13205 "syn",13206 "wasm-bindgen-shared",13207]1320813209[[package]]13210name = "wasm-bindgen-futures"13211version = "0.4.33"13212source = "registry+https://github.com/rust-lang/crates.io-index"13213checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13214dependencies = [13215 "cfg-if 1.0.0",13216 "js-sys",13217 "wasm-bindgen",13218 "web-sys",13219]1322013221[[package]]13222name = "wasm-bindgen-macro"13223version = "0.2.83"13224source = "registry+https://github.com/rust-lang/crates.io-index"13225checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13226dependencies = [13227 "quote",13228 "wasm-bindgen-macro-support",13229]1323013231[[package]]13232name = "wasm-bindgen-macro-support"13233version = "0.2.83"13234source = "registry+https://github.com/rust-lang/crates.io-index"13235checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13236dependencies = [13237 "proc-macro2",13238 "quote",13239 "syn",13240 "wasm-bindgen-backend",13241 "wasm-bindgen-shared",13242]1324313244[[package]]13245name = "wasm-bindgen-shared"13246version = "0.2.83"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1324913250[[package]]13251name = "wasm-gc-api"13252version = "0.1.11"13253source = "registry+https://github.com/rust-lang/crates.io-index"13254checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13255dependencies = [13256 "log",13257 "parity-wasm 0.32.0",13258 "rustc-demangle",13259]1326013261[[package]]13262name = "wasm-instrument"13263version = "0.3.0"13264source = "registry+https://github.com/rust-lang/crates.io-index"13265checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13266dependencies = [13267 "parity-wasm 0.45.0",13268]1326913270[[package]]13271name = "wasm-timer"13272version = "0.2.5"13273source = "registry+https://github.com/rust-lang/crates.io-index"13274checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13275dependencies = [13276 "futures 0.3.25",13277 "js-sys",13278 "parking_lot 0.11.2",13279 "pin-utils",13280 "wasm-bindgen",13281 "wasm-bindgen-futures",13282 "web-sys",13283]1328413285[[package]]13286name = "wasmi"13287version = "0.13.2"13288source = "registry+https://github.com/rust-lang/crates.io-index"13289checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13290dependencies = [13291 "parity-wasm 0.45.0",13292 "wasmi-validation",13293 "wasmi_core",13294]1329513296[[package]]13297name = "wasmi-validation"13298version = "0.5.0"13299source = "registry+https://github.com/rust-lang/crates.io-index"13300checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13301dependencies = [13302 "parity-wasm 0.45.0",13303]1330413305[[package]]13306name = "wasmi_core"13307version = "0.2.1"13308source = "registry+https://github.com/rust-lang/crates.io-index"13309checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13310dependencies = [13311 "downcast-rs",13312 "libm",13313 "memory_units",13314 "num-rational 0.4.1",13315 "num-traits",13316]1331713318[[package]]13319name = "wasmparser"13320version = "0.89.1"13321source = "registry+https://github.com/rust-lang/crates.io-index"13322checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13323dependencies = [13324 "indexmap",13325]1332613327[[package]]13328name = "wasmtime"13329version = "1.0.1"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13332dependencies = [13333 "anyhow",13334 "bincode",13335 "cfg-if 1.0.0",13336 "indexmap",13337 "libc",13338 "log",13339 "object",13340 "once_cell",13341 "paste",13342 "psm",13343 "rayon",13344 "serde",13345 "target-lexicon",13346 "wasmparser",13347 "wasmtime-cache",13348 "wasmtime-cranelift",13349 "wasmtime-environ",13350 "wasmtime-jit",13351 "wasmtime-runtime",13352 "windows-sys 0.36.1",13353]1335413355[[package]]13356name = "wasmtime-asm-macros"13357version = "1.0.1"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13360dependencies = [13361 "cfg-if 1.0.0",13362]1336313364[[package]]13365name = "wasmtime-cache"13366version = "1.0.1"13367source = "registry+https://github.com/rust-lang/crates.io-index"13368checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13369dependencies = [13370 "anyhow",13371 "base64",13372 "bincode",13373 "directories-next",13374 "file-per-thread-logger",13375 "log",13376 "rustix",13377 "serde",13378 "sha2 0.9.9",13379 "toml",13380 "windows-sys 0.36.1",13381 "zstd",13382]1338313384[[package]]13385name = "wasmtime-cranelift"13386version = "1.0.1"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13389dependencies = [13390 "anyhow",13391 "cranelift-codegen",13392 "cranelift-entity",13393 "cranelift-frontend",13394 "cranelift-native",13395 "cranelift-wasm",13396 "gimli",13397 "log",13398 "object",13399 "target-lexicon",13400 "thiserror",13401 "wasmparser",13402 "wasmtime-environ",13403]1340413405[[package]]13406name = "wasmtime-environ"13407version = "1.0.1"13408source = "registry+https://github.com/rust-lang/crates.io-index"13409checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13410dependencies = [13411 "anyhow",13412 "cranelift-entity",13413 "gimli",13414 "indexmap",13415 "log",13416 "object",13417 "serde",13418 "target-lexicon",13419 "thiserror",13420 "wasmparser",13421 "wasmtime-types",13422]1342313424[[package]]13425name = "wasmtime-jit"13426version = "1.0.1"13427source = "registry+https://github.com/rust-lang/crates.io-index"13428checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13429dependencies = [13430 "addr2line",13431 "anyhow",13432 "bincode",13433 "cfg-if 1.0.0",13434 "cpp_demangle",13435 "gimli",13436 "log",13437 "object",13438 "rustc-demangle",13439 "rustix",13440 "serde",13441 "target-lexicon",13442 "thiserror",13443 "wasmtime-environ",13444 "wasmtime-jit-debug",13445 "wasmtime-runtime",13446 "windows-sys 0.36.1",13447]1344813449[[package]]13450name = "wasmtime-jit-debug"13451version = "1.0.1"13452source = "registry+https://github.com/rust-lang/crates.io-index"13453checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13454dependencies = [13455 "object",13456 "once_cell",13457 "rustix",13458]1345913460[[package]]13461name = "wasmtime-runtime"13462version = "1.0.1"13463source = "registry+https://github.com/rust-lang/crates.io-index"13464checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13465dependencies = [13466 "anyhow",13467 "cc",13468 "cfg-if 1.0.0",13469 "indexmap",13470 "libc",13471 "log",13472 "mach",13473 "memfd",13474 "memoffset",13475 "paste",13476 "rand 0.8.5",13477 "rustix",13478 "thiserror",13479 "wasmtime-asm-macros",13480 "wasmtime-environ",13481 "wasmtime-jit-debug",13482 "windows-sys 0.36.1",13483]1348413485[[package]]13486name = "wasmtime-types"13487version = "1.0.1"13488source = "registry+https://github.com/rust-lang/crates.io-index"13489checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13490dependencies = [13491 "cranelift-entity",13492 "serde",13493 "thiserror",13494 "wasmparser",13495]1349613497[[package]]13498name = "web-sys"13499version = "0.3.60"13500source = "registry+https://github.com/rust-lang/crates.io-index"13501checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13502dependencies = [13503 "js-sys",13504 "wasm-bindgen",13505]1350613507[[package]]13508name = "webpki"13509version = "0.22.0"13510source = "registry+https://github.com/rust-lang/crates.io-index"13511checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13512dependencies = [13513 "ring",13514 "untrusted",13515]1351613517[[package]]13518name = "webpki-roots"13519version = "0.22.5"13520source = "registry+https://github.com/rust-lang/crates.io-index"13521checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13522dependencies = [13523 "webpki",13524]1352513526[[package]]13527name = "wepoll-ffi"13528version = "0.1.2"13529source = "registry+https://github.com/rust-lang/crates.io-index"13530checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13531dependencies = [13532 "cc",13533]1353413535[[package]]13536name = "westend-runtime"13537version = "0.9.30"13538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13539dependencies = [13540 "beefy-primitives",13541 "bitvec 1.0.1",13542 "frame-benchmarking",13543 "frame-election-provider-support",13544 "frame-executive",13545 "frame-support",13546 "frame-system",13547 "frame-system-benchmarking",13548 "frame-system-rpc-runtime-api",13549 "frame-try-runtime",13550 "hex-literal",13551 "log",13552 "pallet-authority-discovery",13553 "pallet-authorship",13554 "pallet-babe",13555 "pallet-bags-list",13556 "pallet-balances",13557 "pallet-collective",13558 "pallet-democracy",13559 "pallet-election-provider-multi-phase",13560 "pallet-election-provider-support-benchmarking",13561 "pallet-elections-phragmen",13562 "pallet-fast-unstake",13563 "pallet-grandpa",13564 "pallet-identity",13565 "pallet-im-online",13566 "pallet-indices",13567 "pallet-membership",13568 "pallet-multisig",13569 "pallet-nomination-pools",13570 "pallet-nomination-pools-benchmarking",13571 "pallet-nomination-pools-runtime-api",13572 "pallet-offences",13573 "pallet-offences-benchmarking",13574 "pallet-preimage",13575 "pallet-proxy",13576 "pallet-recovery",13577 "pallet-scheduler",13578 "pallet-session",13579 "pallet-session-benchmarking",13580 "pallet-society",13581 "pallet-staking",13582 "pallet-staking-reward-curve",13583 "pallet-sudo",13584 "pallet-timestamp",13585 "pallet-transaction-payment",13586 "pallet-transaction-payment-rpc-runtime-api",13587 "pallet-treasury",13588 "pallet-utility",13589 "pallet-vesting",13590 "pallet-xcm",13591 "pallet-xcm-benchmarks",13592 "parity-scale-codec 3.2.1",13593 "polkadot-parachain",13594 "polkadot-primitives",13595 "polkadot-runtime-common",13596 "polkadot-runtime-parachains",13597 "rustc-hex",13598 "scale-info",13599 "serde",13600 "serde_derive",13601 "smallvec",13602 "sp-api",13603 "sp-authority-discovery",13604 "sp-block-builder",13605 "sp-consensus-babe",13606 "sp-core",13607 "sp-inherents",13608 "sp-io",13609 "sp-mmr-primitives",13610 "sp-npos-elections",13611 "sp-offchain",13612 "sp-runtime",13613 "sp-session",13614 "sp-staking",13615 "sp-std",13616 "sp-transaction-pool",13617 "sp-version",13618 "substrate-wasm-builder",13619 "westend-runtime-constants",13620 "xcm",13621 "xcm-builder",13622 "xcm-executor",13623]1362413625[[package]]13626name = "westend-runtime-constants"13627version = "0.9.30"13628source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13629dependencies = [13630 "frame-support",13631 "polkadot-primitives",13632 "polkadot-runtime-common",13633 "smallvec",13634 "sp-runtime",13635]1363613637[[package]]13638name = "which"13639version = "4.3.0"13640source = "registry+https://github.com/rust-lang/crates.io-index"13641checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13642dependencies = [13643 "either",13644 "libc",13645 "once_cell",13646]1364713648[[package]]13649name = "widestring"13650version = "0.5.1"13651source = "registry+https://github.com/rust-lang/crates.io-index"13652checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1365313654[[package]]13655name = "winapi"13656version = "0.3.9"13657source = "registry+https://github.com/rust-lang/crates.io-index"13658checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13659dependencies = [13660 "winapi-i686-pc-windows-gnu",13661 "winapi-x86_64-pc-windows-gnu",13662]1366313664[[package]]13665name = "winapi-i686-pc-windows-gnu"13666version = "0.4.0"13667source = "registry+https://github.com/rust-lang/crates.io-index"13668checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1366913670[[package]]13671name = "winapi-util"13672version = "0.1.5"13673source = "registry+https://github.com/rust-lang/crates.io-index"13674checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13675dependencies = [13676 "winapi",13677]1367813679[[package]]13680name = "winapi-x86_64-pc-windows-gnu"13681version = "0.4.0"13682source = "registry+https://github.com/rust-lang/crates.io-index"13683checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1368413685[[package]]13686name = "windows"13687version = "0.34.0"13688source = "registry+https://github.com/rust-lang/crates.io-index"13689checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13690dependencies = [13691 "windows_aarch64_msvc 0.34.0",13692 "windows_i686_gnu 0.34.0",13693 "windows_i686_msvc 0.34.0",13694 "windows_x86_64_gnu 0.34.0",13695 "windows_x86_64_msvc 0.34.0",13696]1369713698[[package]]13699name = "windows-sys"13700version = "0.36.1"13701source = "registry+https://github.com/rust-lang/crates.io-index"13702checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13703dependencies = [13704 "windows_aarch64_msvc 0.36.1",13705 "windows_i686_gnu 0.36.1",13706 "windows_i686_msvc 0.36.1",13707 "windows_x86_64_gnu 0.36.1",13708 "windows_x86_64_msvc 0.36.1",13709]1371013711[[package]]13712name = "windows-sys"13713version = "0.42.0"13714source = "registry+https://github.com/rust-lang/crates.io-index"13715checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13716dependencies = [13717 "windows_aarch64_gnullvm",13718 "windows_aarch64_msvc 0.42.0",13719 "windows_i686_gnu 0.42.0",13720 "windows_i686_msvc 0.42.0",13721 "windows_x86_64_gnu 0.42.0",13722 "windows_x86_64_gnullvm",13723 "windows_x86_64_msvc 0.42.0",13724]1372513726[[package]]13727name = "windows_aarch64_gnullvm"13728version = "0.42.0"13729source = "registry+https://github.com/rust-lang/crates.io-index"13730checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1373113732[[package]]13733name = "windows_aarch64_msvc"13734version = "0.34.0"13735source = "registry+https://github.com/rust-lang/crates.io-index"13736checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1373713738[[package]]13739name = "windows_aarch64_msvc"13740version = "0.36.1"13741source = "registry+https://github.com/rust-lang/crates.io-index"13742checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1374313744[[package]]13745name = "windows_aarch64_msvc"13746version = "0.42.0"13747source = "registry+https://github.com/rust-lang/crates.io-index"13748checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1374913750[[package]]13751name = "windows_i686_gnu"13752version = "0.34.0"13753source = "registry+https://github.com/rust-lang/crates.io-index"13754checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1375513756[[package]]13757name = "windows_i686_gnu"13758version = "0.36.1"13759source = "registry+https://github.com/rust-lang/crates.io-index"13760checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1376113762[[package]]13763name = "windows_i686_gnu"13764version = "0.42.0"13765source = "registry+https://github.com/rust-lang/crates.io-index"13766checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1376713768[[package]]13769name = "windows_i686_msvc"13770version = "0.34.0"13771source = "registry+https://github.com/rust-lang/crates.io-index"13772checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1377313774[[package]]13775name = "windows_i686_msvc"13776version = "0.36.1"13777source = "registry+https://github.com/rust-lang/crates.io-index"13778checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1377913780[[package]]13781name = "windows_i686_msvc"13782version = "0.42.0"13783source = "registry+https://github.com/rust-lang/crates.io-index"13784checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1378513786[[package]]13787name = "windows_x86_64_gnu"13788version = "0.34.0"13789source = "registry+https://github.com/rust-lang/crates.io-index"13790checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1379113792[[package]]13793name = "windows_x86_64_gnu"13794version = "0.36.1"13795source = "registry+https://github.com/rust-lang/crates.io-index"13796checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1379713798[[package]]13799name = "windows_x86_64_gnu"13800version = "0.42.0"13801source = "registry+https://github.com/rust-lang/crates.io-index"13802checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1380313804[[package]]13805name = "windows_x86_64_gnullvm"13806version = "0.42.0"13807source = "registry+https://github.com/rust-lang/crates.io-index"13808checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1380913810[[package]]13811name = "windows_x86_64_msvc"13812version = "0.34.0"13813source = "registry+https://github.com/rust-lang/crates.io-index"13814checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1381513816[[package]]13817name = "windows_x86_64_msvc"13818version = "0.36.1"13819source = "registry+https://github.com/rust-lang/crates.io-index"13820checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1382113822[[package]]13823name = "windows_x86_64_msvc"13824version = "0.42.0"13825source = "registry+https://github.com/rust-lang/crates.io-index"13826checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1382713828[[package]]13829name = "winreg"13830version = "0.7.0"13831source = "registry+https://github.com/rust-lang/crates.io-index"13832checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13833dependencies = [13834 "winapi",13835]1383613837[[package]]13838name = "wyz"13839version = "0.2.0"13840source = "registry+https://github.com/rust-lang/crates.io-index"13841checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1384213843[[package]]13844name = "wyz"13845version = "0.5.0"13846source = "registry+https://github.com/rust-lang/crates.io-index"13847checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13848dependencies = [13849 "tap",13850]1385113852[[package]]13853name = "x25519-dalek"13854version = "1.1.1"13855source = "registry+https://github.com/rust-lang/crates.io-index"13856checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13857dependencies = [13858 "curve25519-dalek 3.2.0",13859 "rand_core 0.5.1",13860 "zeroize",13861]1386213863[[package]]13864name = "xcm"13865version = "0.9.30"13866source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13867dependencies = [13868 "derivative",13869 "impl-trait-for-tuples",13870 "log",13871 "parity-scale-codec 3.2.1",13872 "scale-info",13873 "sp-runtime",13874 "xcm-procedural",13875]1387613877[[package]]13878name = "xcm-builder"13879version = "0.9.30"13880source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13881dependencies = [13882 "frame-support",13883 "frame-system",13884 "log",13885 "pallet-transaction-payment",13886 "parity-scale-codec 3.2.1",13887 "polkadot-parachain",13888 "scale-info",13889 "sp-arithmetic",13890 "sp-io",13891 "sp-runtime",13892 "sp-std",13893 "xcm",13894 "xcm-executor",13895]1389613897[[package]]13898name = "xcm-executor"13899version = "0.9.30"13900source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13901dependencies = [13902 "frame-benchmarking",13903 "frame-support",13904 "impl-trait-for-tuples",13905 "log",13906 "parity-scale-codec 3.2.1",13907 "sp-arithmetic",13908 "sp-core",13909 "sp-io",13910 "sp-runtime",13911 "sp-std",13912 "xcm",13913]1391413915[[package]]13916name = "xcm-procedural"13917version = "0.9.30"13918source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13919dependencies = [13920 "Inflector",13921 "proc-macro2",13922 "quote",13923 "syn",13924]1392513926[[package]]13927name = "yamux"13928version = "0.10.2"13929source = "registry+https://github.com/rust-lang/crates.io-index"13930checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13931dependencies = [13932 "futures 0.3.25",13933 "log",13934 "nohash-hasher",13935 "parking_lot 0.12.1",13936 "rand 0.8.5",13937 "static_assertions",13938]1393913940[[package]]13941name = "zeroize"13942version = "1.5.7"13943source = "registry+https://github.com/rust-lang/crates.io-index"13944checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13945dependencies = [13946 "zeroize_derive",13947]1394813949[[package]]13950name = "zeroize_derive"13951version = "1.3.2"13952source = "registry+https://github.com/rust-lang/crates.io-index"13953checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13954dependencies = [13955 "proc-macro2",13956 "quote",13957 "syn",13958 "synstructure",13959]1396013961[[package]]13962name = "zstd"13963version = "0.11.2+zstd.1.5.2"13964source = "registry+https://github.com/rust-lang/crates.io-index"13965checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13966dependencies = [13967 "zstd-safe",13968]1396913970[[package]]13971name = "zstd-safe"13972version = "5.0.2+zstd.1.5.2"13973source = "registry+https://github.com/rust-lang/crates.io-index"13974checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13975dependencies = [13976 "libc",13977 "zstd-sys",13978]1397913980[[package]]13981name = "zstd-sys"13982version = "2.0.1+zstd.1.5.2"13983source = "registry+https://github.com/rust-lang/crates.io-index"13984checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13985dependencies = [13986 "cc",13987 "libc",13988]