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

difftreelog

source

Cargo.lock312.6 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher 0.3.0",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher 0.3.0",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.1.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.7.1"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.4.1"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"209dependencies = [210 "async-task",211 "concurrent-queue",212 "fastrand",213 "futures-lite",214 "once_cell",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.0"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.9.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"238dependencies = [239 "autocfg",240 "concurrent-queue",241 "futures-lite",242 "libc",243 "log",244 "once_cell",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "winapi",251]252253[[package]]254name = "async-lock"255version = "2.6.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"258dependencies = [259 "event-listener",260 "futures-lite",261]262263[[package]]264name = "async-process"265version = "1.5.0"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"268dependencies = [269 "async-io",270 "autocfg",271 "blocking",272 "cfg-if 1.0.0",273 "event-listener",274 "futures-lite",275 "libc",276 "once_cell",277 "signal-hook",278 "winapi",279]280281[[package]]282name = "async-std"283version = "1.12.0"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"286dependencies = [287 "async-attributes",288 "async-channel",289 "async-global-executor",290 "async-io",291 "async-lock",292 "async-process",293 "crossbeam-utils",294 "futures-channel",295 "futures-core",296 "futures-io",297 "futures-lite",298 "gloo-timers",299 "kv-log-macro",300 "log",301 "memchr",302 "once_cell",303 "pin-project-lite 0.2.9",304 "pin-utils",305 "slab",306 "wasm-bindgen-futures",307]308309[[package]]310name = "async-std-resolver"311version = "0.21.2"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"314dependencies = [315 "async-std",316 "async-trait",317 "futures-io",318 "futures-util",319 "pin-utils",320 "socket2",321 "trust-dns-resolver",322]323324[[package]]325name = "async-task"326version = "4.3.0"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"329330[[package]]331name = "async-trait"332version = "0.1.58"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"335dependencies = [336 "proc-macro2",337 "quote",338 "syn",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"346dependencies = [347 "bytes",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.9",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi",367 "libc",368 "winapi",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backoff"391version = "0.4.0"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"394dependencies = [395 "futures-core",396 "getrandom 0.2.8",397 "instant",398 "pin-project-lite 0.2.9",399 "rand 0.8.5",400 "tokio",401]402403[[package]]404name = "backtrace"405version = "0.3.66"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"408dependencies = [409 "addr2line",410 "cc",411 "cfg-if 1.0.0",412 "libc",413 "miniz_oxide",414 "object",415 "rustc-demangle",416]417418[[package]]419name = "base-x"420version = "0.2.11"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"423424[[package]]425name = "base16ct"426version = "0.1.1"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"429430[[package]]431name = "base58"432version = "0.2.0"433source = "registry+https://github.com/rust-lang/crates.io-index"434checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"435436[[package]]437name = "base64"438version = "0.13.1"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"441442[[package]]443name = "base64ct"444version = "1.5.3"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"447448[[package]]449name = "beef"450version = "0.5.2"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"453dependencies = [454 "serde",455]456457[[package]]458name = "beefy-gadget"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"461dependencies = [462 "array-bytes",463 "async-trait",464 "beefy-primitives",465 "fnv",466 "futures 0.3.25",467 "futures-timer",468 "log",469 "parity-scale-codec 3.2.1",470 "parking_lot 0.12.1",471 "sc-chain-spec",472 "sc-client-api",473 "sc-consensus",474 "sc-finality-grandpa",475 "sc-keystore",476 "sc-network",477 "sc-network-common",478 "sc-network-gossip",479 "sc-utils",480 "sp-api",481 "sp-application-crypto",482 "sp-arithmetic",483 "sp-blockchain",484 "sp-consensus",485 "sp-core",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime",489 "substrate-prometheus-endpoint",490 "thiserror",491 "wasm-timer",492]493494[[package]]495name = "beefy-gadget-rpc"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"498dependencies = [499 "beefy-gadget",500 "beefy-primitives",501 "futures 0.3.25",502 "jsonrpsee",503 "log",504 "parity-scale-codec 3.2.1",505 "parking_lot 0.12.1",506 "sc-rpc",507 "sc-utils",508 "serde",509 "sp-core",510 "sp-runtime",511 "thiserror",512]513514[[package]]515name = "beefy-merkle-tree"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"518dependencies = [519 "beefy-primitives",520 "sp-api",521]522523[[package]]524name = "beefy-primitives"525version = "4.0.0-dev"526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"527dependencies = [528 "parity-scale-codec 3.2.1",529 "scale-info",530 "sp-api",531 "sp-application-crypto",532 "sp-core",533 "sp-runtime",534 "sp-std",535]536537[[package]]538name = "bimap"539version = "0.6.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"542543[[package]]544name = "bincode"545version = "1.3.3"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"548dependencies = [549 "serde",550]551552[[package]]553name = "bindgen"554version = "0.59.2"555source = "registry+https://github.com/rust-lang/crates.io-index"556checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"557dependencies = [558 "bitflags",559 "cexpr",560 "clang-sys",561 "lazy_static",562 "lazycell",563 "peeking_take_while",564 "proc-macro2",565 "quote",566 "regex",567 "rustc-hash",568 "shlex",569]570571[[package]]572name = "bitflags"573version = "1.3.2"574source = "registry+https://github.com/rust-lang/crates.io-index"575checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"576577[[package]]578name = "bitvec"579version = "0.20.4"580source = "registry+https://github.com/rust-lang/crates.io-index"581checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"582dependencies = [583 "funty 1.1.0",584 "radium 0.6.2",585 "tap",586 "wyz 0.2.0",587]588589[[package]]590name = "bitvec"591version = "1.0.1"592source = "registry+https://github.com/rust-lang/crates.io-index"593checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"594dependencies = [595 "funty 2.0.0",596 "radium 0.7.0",597 "tap",598 "wyz 0.5.0",599]600601[[package]]602name = "blake2"603version = "0.10.4"604source = "registry+https://github.com/rust-lang/crates.io-index"605checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"606dependencies = [607 "digest 0.10.5",608]609610[[package]]611name = "blake2-rfc"612version = "0.2.18"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"615dependencies = [616 "arrayvec 0.4.12",617 "constant_time_eq",618]619620[[package]]621name = "blake2b_simd"622version = "1.0.0"623source = "registry+https://github.com/rust-lang/crates.io-index"624checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"625dependencies = [626 "arrayref",627 "arrayvec 0.7.2",628 "constant_time_eq",629]630631[[package]]632name = "blake2s_simd"633version = "1.0.0"634source = "registry+https://github.com/rust-lang/crates.io-index"635checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"636dependencies = [637 "arrayref",638 "arrayvec 0.7.2",639 "constant_time_eq",640]641642[[package]]643name = "blake3"644version = "1.3.1"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"647dependencies = [648 "arrayref",649 "arrayvec 0.7.2",650 "cc",651 "cfg-if 1.0.0",652 "constant_time_eq",653 "digest 0.10.5",654]655656[[package]]657name = "block-buffer"658version = "0.7.3"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"661dependencies = [662 "block-padding",663 "byte-tools",664 "byteorder",665 "generic-array 0.12.4",666]667668[[package]]669name = "block-buffer"670version = "0.9.0"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"673dependencies = [674 "generic-array 0.14.6",675]676677[[package]]678name = "block-buffer"679version = "0.10.3"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"682dependencies = [683 "generic-array 0.14.6",684]685686[[package]]687name = "block-padding"688version = "0.1.5"689source = "registry+https://github.com/rust-lang/crates.io-index"690checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"691dependencies = [692 "byte-tools",693]694695[[package]]696name = "blocking"697version = "1.2.0"698source = "registry+https://github.com/rust-lang/crates.io-index"699checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"700dependencies = [701 "async-channel",702 "async-task",703 "atomic-waker",704 "fastrand",705 "futures-lite",706 "once_cell",707]708709[[package]]710name = "bondrewd"711version = "0.1.14"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"714dependencies = [715 "bondrewd-derive",716]717718[[package]]719name = "bondrewd-derive"720version = "0.3.18"721source = "registry+https://github.com/rust-lang/crates.io-index"722checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"723dependencies = [724 "proc-macro2",725 "quote",726 "syn",727]728729[[package]]730name = "bounded-vec"731version = "0.6.0"732source = "registry+https://github.com/rust-lang/crates.io-index"733checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"734dependencies = [735 "thiserror",736]737738[[package]]739name = "bs58"740version = "0.4.0"741source = "registry+https://github.com/rust-lang/crates.io-index"742checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"743744[[package]]745name = "bstr"746version = "0.2.17"747source = "registry+https://github.com/rust-lang/crates.io-index"748checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"749dependencies = [750 "lazy_static",751 "memchr",752 "regex-automata",753]754755[[package]]756name = "build-helper"757version = "0.1.1"758source = "registry+https://github.com/rust-lang/crates.io-index"759checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"760dependencies = [761 "semver 0.6.0",762]763764[[package]]765name = "bumpalo"766version = "3.11.1"767source = "registry+https://github.com/rust-lang/crates.io-index"768checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"769770[[package]]771name = "byte-slice-cast"772version = "1.2.1"773source = "registry+https://github.com/rust-lang/crates.io-index"774checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"775776[[package]]777name = "byte-tools"778version = "0.3.1"779source = "registry+https://github.com/rust-lang/crates.io-index"780checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"781782[[package]]783name = "byteorder"784version = "1.4.3"785source = "registry+https://github.com/rust-lang/crates.io-index"786checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"787788[[package]]789name = "bytes"790version = "1.2.1"791source = "registry+https://github.com/rust-lang/crates.io-index"792checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"793794[[package]]795name = "bzip2-sys"796version = "0.1.11+1.0.8"797source = "registry+https://github.com/rust-lang/crates.io-index"798checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"799dependencies = [800 "cc",801 "libc",802 "pkg-config",803]804805[[package]]806name = "cache-padded"807version = "1.2.0"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"810811[[package]]812name = "camino"813version = "1.1.1"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"816dependencies = [817 "serde",818]819820[[package]]821name = "cargo-platform"822version = "0.1.2"823source = "registry+https://github.com/rust-lang/crates.io-index"824checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"825dependencies = [826 "serde",827]828829[[package]]830name = "cargo_metadata"831version = "0.14.2"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"834dependencies = [835 "camino",836 "cargo-platform",837 "semver 1.0.14",838 "serde",839 "serde_json",840]841842[[package]]843name = "cc"844version = "1.0.73"845source = "registry+https://github.com/rust-lang/crates.io-index"846checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"847dependencies = [848 "jobserver",849]850851[[package]]852name = "cexpr"853version = "0.6.0"854source = "registry+https://github.com/rust-lang/crates.io-index"855checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"856dependencies = [857 "nom",858]859860[[package]]861name = "cfg-expr"862version = "0.10.3"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"865dependencies = [866 "smallvec",867]868869[[package]]870name = "cfg-if"871version = "0.1.10"872source = "registry+https://github.com/rust-lang/crates.io-index"873checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"874875[[package]]876name = "cfg-if"877version = "1.0.0"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"880881[[package]]882name = "cfg_aliases"883version = "0.1.1"884source = "registry+https://github.com/rust-lang/crates.io-index"885checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"886887[[package]]888name = "chacha20"889version = "0.8.2"890source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"892dependencies = [893 "cfg-if 1.0.0",894 "cipher 0.3.0",895 "cpufeatures",896 "zeroize",897]898899[[package]]900name = "chacha20poly1305"901version = "0.9.1"902source = "registry+https://github.com/rust-lang/crates.io-index"903checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"904dependencies = [905 "aead",906 "chacha20",907 "cipher 0.3.0",908 "poly1305",909 "zeroize",910]911912[[package]]913name = "chrono"914version = "0.4.22"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"917dependencies = [918 "iana-time-zone",919 "js-sys",920 "num-integer",921 "num-traits",922 "time 0.1.44",923 "wasm-bindgen",924 "winapi",925]926927[[package]]928name = "cid"929version = "0.8.6"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"932dependencies = [933 "core2",934 "multibase",935 "multihash",936 "serde",937 "unsigned-varint",938]939940[[package]]941name = "cipher"942version = "0.3.0"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"945dependencies = [946 "generic-array 0.14.6",947]948949[[package]]950name = "cipher"951version = "0.4.3"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"954dependencies = [955 "crypto-common",956 "inout",957]958959[[package]]960name = "ckb-merkle-mountain-range"961version = "0.3.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"964dependencies = [965 "cfg-if 0.1.10",966]967968[[package]]969name = "clang-sys"970version = "1.4.0"971source = "registry+https://github.com/rust-lang/crates.io-index"972checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"973dependencies = [974 "glob",975 "libc",976 "libloading 0.7.3",977]978979[[package]]980name = "clap"981version = "3.2.23"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"984dependencies = [985 "atty",986 "bitflags",987 "clap_derive",988 "clap_lex",989 "indexmap",990 "once_cell",991 "strsim",992 "termcolor",993 "textwrap",994]995996[[package]]997name = "clap_derive"998version = "3.2.18"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"1001dependencies = [1002 "heck",1003 "proc-macro-error",1004 "proc-macro2",1005 "quote",1006 "syn",1007]10081009[[package]]1010name = "clap_lex"1011version = "0.2.4"1012source = "registry+https://github.com/rust-lang/crates.io-index"1013checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"1014dependencies = [1015 "os_str_bytes",1016]10171018[[package]]1019name = "cmake"1020version = "0.1.48"1021source = "registry+https://github.com/rust-lang/crates.io-index"1022checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1023dependencies = [1024 "cc",1025]10261027[[package]]1028name = "coarsetime"1029version = "0.1.22"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1032dependencies = [1033 "libc",1034 "once_cell",1035 "wasi 0.11.0+wasi-snapshot-preview1",1036 "wasm-bindgen",1037]10381039[[package]]1040name = "codespan-reporting"1041version = "0.11.1"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1044dependencies = [1045 "termcolor",1046 "unicode-width",1047]10481049[[package]]1050name = "comfy-table"1051version = "6.1.1"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"1054dependencies = [1055 "strum",1056 "strum_macros",1057 "unicode-width",1058]10591060[[package]]1061name = "concat-idents"1062version = "1.1.3"1063source = "registry+https://github.com/rust-lang/crates.io-index"1064checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"1065dependencies = [1066 "quote",1067 "syn",1068]10691070[[package]]1071name = "concurrent-queue"1072version = "1.2.4"1073source = "registry+https://github.com/rust-lang/crates.io-index"1074checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1075dependencies = [1076 "cache-padded",1077]10781079[[package]]1080name = "console"1081version = "0.15.2"1082source = "registry+https://github.com/rust-lang/crates.io-index"1083checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1084dependencies = [1085 "encode_unicode",1086 "lazy_static",1087 "libc",1088 "terminal_size",1089 "winapi",1090]10911092[[package]]1093name = "const-oid"1094version = "0.7.1"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10971098[[package]]1099name = "constant_time_eq"1100version = "0.1.5"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11031104[[package]]1105name = "convert_case"1106version = "0.4.0"1107source = "registry+https://github.com/rust-lang/crates.io-index"1108checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11091110[[package]]1111name = "core-foundation"1112version = "0.9.3"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1115dependencies = [1116 "core-foundation-sys",1117 "libc",1118]11191120[[package]]1121name = "core-foundation-sys"1122version = "0.8.3"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11251126[[package]]1127name = "core2"1128version = "0.4.0"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1131dependencies = [1132 "memchr",1133]11341135[[package]]1136name = "cpp_demangle"1137version = "0.3.5"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1140dependencies = [1141 "cfg-if 1.0.0",1142]11431144[[package]]1145name = "cpufeatures"1146version = "0.2.5"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1149dependencies = [1150 "libc",1151]11521153[[package]]1154name = "cranelift-bforest"1155version = "0.88.1"1156source = "registry+https://github.com/rust-lang/crates.io-index"1157checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1158dependencies = [1159 "cranelift-entity",1160]11611162[[package]]1163name = "cranelift-codegen"1164version = "0.88.1"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1167dependencies = [1168 "arrayvec 0.7.2",1169 "bumpalo",1170 "cranelift-bforest",1171 "cranelift-codegen-meta",1172 "cranelift-codegen-shared",1173 "cranelift-entity",1174 "cranelift-isle",1175 "gimli",1176 "log",1177 "regalloc2",1178 "smallvec",1179 "target-lexicon",1180]11811182[[package]]1183name = "cranelift-codegen-meta"1184version = "0.88.1"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1187dependencies = [1188 "cranelift-codegen-shared",1189]11901191[[package]]1192name = "cranelift-codegen-shared"1193version = "0.88.1"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11961197[[package]]1198name = "cranelift-entity"1199version = "0.88.1"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1202dependencies = [1203 "serde",1204]12051206[[package]]1207name = "cranelift-frontend"1208version = "0.88.1"1209source = "registry+https://github.com/rust-lang/crates.io-index"1210checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1211dependencies = [1212 "cranelift-codegen",1213 "log",1214 "smallvec",1215 "target-lexicon",1216]12171218[[package]]1219name = "cranelift-isle"1220version = "0.88.1"1221source = "registry+https://github.com/rust-lang/crates.io-index"1222checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12231224[[package]]1225name = "cranelift-native"1226version = "0.88.1"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1229dependencies = [1230 "cranelift-codegen",1231 "libc",1232 "target-lexicon",1233]12341235[[package]]1236name = "cranelift-wasm"1237version = "0.88.1"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1240dependencies = [1241 "cranelift-codegen",1242 "cranelift-entity",1243 "cranelift-frontend",1244 "itertools",1245 "log",1246 "smallvec",1247 "wasmparser",1248 "wasmtime-types",1249]12501251[[package]]1252name = "crc32fast"1253version = "1.3.2"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1256dependencies = [1257 "cfg-if 1.0.0",1258]12591260[[package]]1261name = "crossbeam-channel"1262version = "0.5.6"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1265dependencies = [1266 "cfg-if 1.0.0",1267 "crossbeam-utils",1268]12691270[[package]]1271name = "crossbeam-deque"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1275dependencies = [1276 "cfg-if 1.0.0",1277 "crossbeam-epoch",1278 "crossbeam-utils",1279]12801281[[package]]1282name = "crossbeam-epoch"1283version = "0.9.11"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1286dependencies = [1287 "autocfg",1288 "cfg-if 1.0.0",1289 "crossbeam-utils",1290 "memoffset",1291 "scopeguard",1292]12931294[[package]]1295name = "crossbeam-queue"1296version = "0.3.6"1297source = "registry+https://github.com/rust-lang/crates.io-index"1298checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1299dependencies = [1300 "cfg-if 1.0.0",1301 "crossbeam-utils",1302]13031304[[package]]1305name = "crossbeam-utils"1306version = "0.8.12"1307source = "registry+https://github.com/rust-lang/crates.io-index"1308checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1309dependencies = [1310 "cfg-if 1.0.0",1311]13121313[[package]]1314name = "crunchy"1315version = "0.2.2"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13181319[[package]]1320name = "crypto-bigint"1321version = "0.3.2"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1324dependencies = [1325 "generic-array 0.14.6",1326 "rand_core 0.6.4",1327 "subtle",1328 "zeroize",1329]13301331[[package]]1332name = "crypto-common"1333version = "0.1.6"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1336dependencies = [1337 "generic-array 0.14.6",1338 "typenum",1339]13401341[[package]]1342name = "crypto-mac"1343version = "0.8.0"1344source = "registry+https://github.com/rust-lang/crates.io-index"1345checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1346dependencies = [1347 "generic-array 0.14.6",1348 "subtle",1349]13501351[[package]]1352name = "crypto-mac"1353version = "0.11.1"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1356dependencies = [1357 "generic-array 0.14.6",1358 "subtle",1359]13601361[[package]]1362name = "ctor"1363version = "0.1.26"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1366dependencies = [1367 "quote",1368 "syn",1369]13701371[[package]]1372name = "ctr"1373version = "0.8.0"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1376dependencies = [1377 "cipher 0.3.0",1378]13791380[[package]]1381name = "cuckoofilter"1382version = "0.5.0"1383source = "registry+https://github.com/rust-lang/crates.io-index"1384checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1385dependencies = [1386 "byteorder",1387 "fnv",1388 "rand 0.7.3",1389]13901391[[package]]1392name = "cumulus-client-cli"1393version = "0.1.0"1394source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1395dependencies = [1396 "clap",1397 "parity-scale-codec 3.2.1",1398 "sc-chain-spec",1399 "sc-cli",1400 "sc-service",1401 "sp-core",1402 "sp-runtime",1403 "url",1404]14051406[[package]]1407name = "cumulus-client-collator"1408version = "0.1.0"1409source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1410dependencies = [1411 "cumulus-client-consensus-common",1412 "cumulus-client-network",1413 "cumulus-primitives-core",1414 "cumulus-relay-chain-interface",1415 "futures 0.3.25",1416 "parity-scale-codec 3.2.1",1417 "parking_lot 0.12.1",1418 "polkadot-node-primitives",1419 "polkadot-node-subsystem",1420 "polkadot-overseer",1421 "polkadot-primitives",1422 "sc-client-api",1423 "sp-api",1424 "sp-consensus",1425 "sp-core",1426 "sp-runtime",1427 "tracing",1428]14291430[[package]]1431name = "cumulus-client-consensus-aura"1432version = "0.1.0"1433source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1434dependencies = [1435 "async-trait",1436 "cumulus-client-consensus-common",1437 "cumulus-primitives-core",1438 "futures 0.3.25",1439 "parity-scale-codec 3.2.1",1440 "sc-client-api",1441 "sc-consensus",1442 "sc-consensus-aura",1443 "sc-consensus-slots",1444 "sc-telemetry",1445 "sp-api",1446 "sp-application-crypto",1447 "sp-block-builder",1448 "sp-blockchain",1449 "sp-consensus",1450 "sp-consensus-aura",1451 "sp-core",1452 "sp-inherents",1453 "sp-keystore",1454 "sp-runtime",1455 "substrate-prometheus-endpoint",1456 "tracing",1457]14581459[[package]]1460name = "cumulus-client-consensus-common"1461version = "0.1.0"1462source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1463dependencies = [1464 "async-trait",1465 "cumulus-relay-chain-interface",1466 "dyn-clone",1467 "futures 0.3.25",1468 "parity-scale-codec 3.2.1",1469 "polkadot-primitives",1470 "sc-client-api",1471 "sc-consensus",1472 "sp-api",1473 "sp-blockchain",1474 "sp-consensus",1475 "sp-runtime",1476 "sp-trie",1477 "tracing",1478]14791480[[package]]1481name = "cumulus-client-network"1482version = "0.1.0"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1484dependencies = [1485 "async-trait",1486 "cumulus-relay-chain-interface",1487 "derive_more",1488 "futures 0.3.25",1489 "futures-timer",1490 "parity-scale-codec 3.2.1",1491 "parking_lot 0.12.1",1492 "polkadot-node-primitives",1493 "polkadot-parachain",1494 "polkadot-primitives",1495 "sc-client-api",1496 "sp-api",1497 "sp-blockchain",1498 "sp-consensus",1499 "sp-core",1500 "sp-runtime",1501 "sp-state-machine",1502 "tracing",1503]15041505[[package]]1506name = "cumulus-client-pov-recovery"1507version = "0.1.0"1508source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1509dependencies = [1510 "cumulus-primitives-core",1511 "cumulus-relay-chain-interface",1512 "futures 0.3.25",1513 "futures-timer",1514 "parity-scale-codec 3.2.1",1515 "polkadot-node-primitives",1516 "polkadot-node-subsystem",1517 "polkadot-overseer",1518 "polkadot-primitives",1519 "rand 0.8.5",1520 "sc-client-api",1521 "sc-consensus",1522 "sp-api",1523 "sp-consensus",1524 "sp-maybe-compressed-blob",1525 "sp-runtime",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-client-service"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533dependencies = [1534 "cumulus-client-cli",1535 "cumulus-client-collator",1536 "cumulus-client-consensus-common",1537 "cumulus-client-pov-recovery",1538 "cumulus-primitives-core",1539 "cumulus-relay-chain-interface",1540 "parking_lot 0.12.1",1541 "polkadot-overseer",1542 "polkadot-primitives",1543 "sc-client-api",1544 "sc-consensus",1545 "sc-consensus-babe",1546 "sc-service",1547 "sc-telemetry",1548 "sc-tracing",1549 "sp-api",1550 "sp-blockchain",1551 "sp-consensus",1552 "sp-core",1553 "sp-runtime",1554 "tracing",1555]15561557[[package]]1558name = "cumulus-pallet-aura-ext"1559version = "0.1.0"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561dependencies = [1562 "frame-executive",1563 "frame-support",1564 "frame-system",1565 "pallet-aura",1566 "parity-scale-codec 3.2.1",1567 "scale-info",1568 "serde",1569 "sp-application-crypto",1570 "sp-consensus-aura",1571 "sp-runtime",1572 "sp-std",1573]15741575[[package]]1576name = "cumulus-pallet-dmp-queue"1577version = "0.1.0"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1579dependencies = [1580 "cumulus-primitives-core",1581 "frame-support",1582 "frame-system",1583 "log",1584 "parity-scale-codec 3.2.1",1585 "scale-info",1586 "sp-io",1587 "sp-runtime",1588 "sp-std",1589 "xcm",1590 "xcm-executor",1591]15921593[[package]]1594name = "cumulus-pallet-parachain-system"1595version = "0.1.0"1596source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1597dependencies = [1598 "bytes",1599 "cumulus-pallet-parachain-system-proc-macro",1600 "cumulus-primitives-core",1601 "cumulus-primitives-parachain-inherent",1602 "environmental",1603 "frame-support",1604 "frame-system",1605 "impl-trait-for-tuples",1606 "log",1607 "pallet-balances",1608 "parity-scale-codec 3.2.1",1609 "polkadot-parachain",1610 "scale-info",1611 "serde",1612 "sp-core",1613 "sp-externalities",1614 "sp-inherents",1615 "sp-io",1616 "sp-runtime",1617 "sp-state-machine",1618 "sp-std",1619 "sp-trie",1620 "sp-version",1621 "xcm",1622]16231624[[package]]1625name = "cumulus-pallet-parachain-system-proc-macro"1626version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1628dependencies = [1629 "proc-macro-crate",1630 "proc-macro2",1631 "quote",1632 "syn",1633]16341635[[package]]1636name = "cumulus-pallet-xcm"1637version = "0.1.0"1638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1639dependencies = [1640 "cumulus-primitives-core",1641 "frame-support",1642 "frame-system",1643 "parity-scale-codec 3.2.1",1644 "scale-info",1645 "serde",1646 "sp-io",1647 "sp-runtime",1648 "sp-std",1649 "xcm",1650]16511652[[package]]1653name = "cumulus-pallet-xcmp-queue"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1656dependencies = [1657 "cumulus-primitives-core",1658 "frame-support",1659 "frame-system",1660 "log",1661 "parity-scale-codec 3.2.1",1662 "rand_chacha 0.3.1",1663 "scale-info",1664 "sp-runtime",1665 "sp-std",1666 "xcm",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-primitives-core"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1674dependencies = [1675 "frame-support",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1679 "polkadot-primitives",1680 "sp-api",1681 "sp-runtime",1682 "sp-std",1683 "sp-trie",1684]16851686[[package]]1687name = "cumulus-primitives-parachain-inherent"1688version = "0.1.0"1689source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1690dependencies = [1691 "async-trait",1692 "cumulus-primitives-core",1693 "cumulus-relay-chain-interface",1694 "cumulus-test-relay-sproof-builder",1695 "parity-scale-codec 3.2.1",1696 "sc-client-api",1697 "scale-info",1698 "sp-api",1699 "sp-core",1700 "sp-inherents",1701 "sp-runtime",1702 "sp-state-machine",1703 "sp-std",1704 "sp-storage",1705 "sp-trie",1706 "tracing",1707]17081709[[package]]1710name = "cumulus-primitives-timestamp"1711version = "0.1.0"1712source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1713dependencies = [1714 "cumulus-primitives-core",1715 "futures 0.3.25",1716 "parity-scale-codec 3.2.1",1717 "sp-inherents",1718 "sp-std",1719 "sp-timestamp",1720]17211722[[package]]1723name = "cumulus-primitives-utility"1724version = "0.1.0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1726dependencies = [1727 "cumulus-primitives-core",1728 "frame-support",1729 "log",1730 "parity-scale-codec 3.2.1",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1733 "polkadot-primitives",1734 "sp-runtime",1735 "sp-std",1736 "sp-trie",1737 "xcm",1738 "xcm-builder",1739 "xcm-executor",1740]17411742[[package]]1743name = "cumulus-relay-chain-inprocess-interface"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1746dependencies = [1747 "async-trait",1748 "cumulus-primitives-core",1749 "cumulus-relay-chain-interface",1750 "futures 0.3.25",1751 "futures-timer",1752 "polkadot-cli",1753 "polkadot-client",1754 "polkadot-service",1755 "sc-cli",1756 "sc-client-api",1757 "sc-consensus-babe",1758 "sc-network",1759 "sc-sysinfo",1760 "sc-telemetry",1761 "sc-tracing",1762 "sp-api",1763 "sp-blockchain",1764 "sp-consensus",1765 "sp-core",1766 "sp-runtime",1767 "sp-state-machine",1768 "tracing",1769]17701771[[package]]1772name = "cumulus-relay-chain-interface"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1775dependencies = [1776 "async-trait",1777 "cumulus-primitives-core",1778 "derive_more",1779 "futures 0.3.25",1780 "jsonrpsee-core",1781 "parity-scale-codec 3.2.1",1782 "parking_lot 0.12.1",1783 "polkadot-overseer",1784 "polkadot-service",1785 "sc-client-api",1786 "sp-api",1787 "sp-blockchain",1788 "sp-core",1789 "sp-runtime",1790 "sp-state-machine",1791 "thiserror",1792]17931794[[package]]1795name = "cumulus-relay-chain-rpc-interface"1796version = "0.1.0"1797source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1798dependencies = [1799 "async-trait",1800 "backoff",1801 "cumulus-primitives-core",1802 "cumulus-relay-chain-interface",1803 "futures 0.3.25",1804 "futures-timer",1805 "jsonrpsee",1806 "parity-scale-codec 3.2.1",1807 "parking_lot 0.12.1",1808 "polkadot-service",1809 "sc-client-api",1810 "sc-rpc-api",1811 "sp-api",1812 "sp-core",1813 "sp-runtime",1814 "sp-state-machine",1815 "sp-storage",1816 "tokio",1817 "tracing",1818 "url",1819]18201821[[package]]1822name = "cumulus-test-relay-sproof-builder"1823version = "0.1.0"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1825dependencies = [1826 "cumulus-primitives-core",1827 "parity-scale-codec 3.2.1",1828 "polkadot-primitives",1829 "sp-runtime",1830 "sp-state-machine",1831 "sp-std",1832]18331834[[package]]1835name = "curve25519-dalek"1836version = "2.1.3"1837source = "registry+https://github.com/rust-lang/crates.io-index"1838checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1839dependencies = [1840 "byteorder",1841 "digest 0.8.1",1842 "rand_core 0.5.1",1843 "subtle",1844 "zeroize",1845]18461847[[package]]1848name = "curve25519-dalek"1849version = "3.2.0"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1852dependencies = [1853 "byteorder",1854 "digest 0.9.0",1855 "rand_core 0.5.1",1856 "subtle",1857 "zeroize",1858]18591860[[package]]1861name = "curve25519-dalek"1862version = "4.0.0-pre.1"1863source = "registry+https://github.com/rust-lang/crates.io-index"1864checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1865dependencies = [1866 "byteorder",1867 "digest 0.9.0",1868 "rand_core 0.6.4",1869 "subtle",1870 "zeroize",1871]18721873[[package]]1874name = "cxx"1875version = "1.0.80"1876source = "registry+https://github.com/rust-lang/crates.io-index"1877checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"1878dependencies = [1879 "cc",1880 "cxxbridge-flags",1881 "cxxbridge-macro",1882 "link-cplusplus",1883]18841885[[package]]1886name = "cxx-build"1887version = "1.0.80"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"1890dependencies = [1891 "cc",1892 "codespan-reporting",1893 "once_cell",1894 "proc-macro2",1895 "quote",1896 "scratch",1897 "syn",1898]18991900[[package]]1901name = "cxxbridge-flags"1902version = "1.0.80"1903source = "registry+https://github.com/rust-lang/crates.io-index"1904checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"19051906[[package]]1907name = "cxxbridge-macro"1908version = "1.0.80"1909source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"1911dependencies = [1912 "proc-macro2",1913 "quote",1914 "syn",1915]19161917[[package]]1918name = "data-encoding"1919version = "2.3.2"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19221923[[package]]1924name = "data-encoding-macro"1925version = "0.1.12"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1928dependencies = [1929 "data-encoding",1930 "data-encoding-macro-internal",1931]19321933[[package]]1934name = "data-encoding-macro-internal"1935version = "0.1.10"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1938dependencies = [1939 "data-encoding",1940 "syn",1941]19421943[[package]]1944name = "der"1945version = "0.5.1"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1948dependencies = [1949 "const-oid",1950]19511952[[package]]1953name = "derivative"1954version = "2.2.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1957dependencies = [1958 "proc-macro2",1959 "quote",1960 "syn",1961]19621963[[package]]1964name = "derive_more"1965version = "0.99.17"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1968dependencies = [1969 "convert_case",1970 "proc-macro2",1971 "quote",1972 "rustc_version 0.4.0",1973 "syn",1974]19751976[[package]]1977name = "digest"1978version = "0.8.1"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1981dependencies = [1982 "generic-array 0.12.4",1983]19841985[[package]]1986name = "digest"1987version = "0.9.0"1988source = "registry+https://github.com/rust-lang/crates.io-index"1989checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1990dependencies = [1991 "generic-array 0.14.6",1992]19931994[[package]]1995name = "digest"1996version = "0.10.5"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1999dependencies = [2000 "block-buffer 0.10.3",2001 "crypto-common",2002 "subtle",2003]20042005[[package]]2006name = "directories"2007version = "4.0.1"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2010dependencies = [2011 "dirs-sys",2012]20132014[[package]]2015name = "directories-next"2016version = "2.0.0"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2019dependencies = [2020 "cfg-if 1.0.0",2021 "dirs-sys-next",2022]20232024[[package]]2025name = "dirs-sys"2026version = "0.3.7"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2029dependencies = [2030 "libc",2031 "redox_users",2032 "winapi",2033]20342035[[package]]2036name = "dirs-sys-next"2037version = "0.1.2"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2040dependencies = [2041 "libc",2042 "redox_users",2043 "winapi",2044]20452046[[package]]2047name = "dns-parser"2048version = "0.8.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2051dependencies = [2052 "byteorder",2053 "quick-error",2054]20552056[[package]]2057name = "downcast-rs"2058version = "1.2.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20612062[[package]]2063name = "dtoa"2064version = "1.0.4"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20672068[[package]]2069name = "dyn-clonable"2070version = "0.9.0"2071source = "registry+https://github.com/rust-lang/crates.io-index"2072checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2073dependencies = [2074 "dyn-clonable-impl",2075 "dyn-clone",2076]20772078[[package]]2079name = "dyn-clonable-impl"2080version = "0.9.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2083dependencies = [2084 "proc-macro2",2085 "quote",2086 "syn",2087]20882089[[package]]2090name = "dyn-clone"2091version = "1.0.9"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20942095[[package]]2096name = "ecdsa"2097version = "0.13.4"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2100dependencies = [2101 "der",2102 "elliptic-curve",2103 "rfc6979",2104 "signature",2105]21062107[[package]]2108name = "ed25519"2109version = "1.5.2"2110source = "registry+https://github.com/rust-lang/crates.io-index"2111checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2112dependencies = [2113 "signature",2114]21152116[[package]]2117name = "ed25519-dalek"2118version = "1.0.1"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2121dependencies = [2122 "curve25519-dalek 3.2.0",2123 "ed25519",2124 "rand 0.7.3",2125 "serde",2126 "sha2 0.9.9",2127 "zeroize",2128]21292130[[package]]2131name = "ed25519-zebra"2132version = "3.1.0"2133source = "registry+https://github.com/rust-lang/crates.io-index"2134checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2135dependencies = [2136 "curve25519-dalek 3.2.0",2137 "hashbrown",2138 "hex",2139 "rand_core 0.6.4",2140 "sha2 0.9.9",2141 "zeroize",2142]21432144[[package]]2145name = "either"2146version = "1.8.0"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21492150[[package]]2151name = "elliptic-curve"2152version = "0.11.12"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2155dependencies = [2156 "base16ct",2157 "crypto-bigint",2158 "der",2159 "ff",2160 "generic-array 0.14.6",2161 "group",2162 "rand_core 0.6.4",2163 "sec1",2164 "subtle",2165 "zeroize",2166]21672168[[package]]2169name = "encode_unicode"2170version = "0.3.6"2171source = "registry+https://github.com/rust-lang/crates.io-index"2172checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21732174[[package]]2175name = "enum-as-inner"2176version = "0.4.0"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2179dependencies = [2180 "heck",2181 "proc-macro2",2182 "quote",2183 "syn",2184]21852186[[package]]2187name = "enumflags2"2188version = "0.7.5"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2191dependencies = [2192 "enumflags2_derive",2193]21942195[[package]]2196name = "enumflags2_derive"2197version = "0.7.4"2198source = "registry+https://github.com/rust-lang/crates.io-index"2199checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2200dependencies = [2201 "proc-macro2",2202 "quote",2203 "syn",2204]22052206[[package]]2207name = "enumn"2208version = "0.1.5"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "env_logger"2219version = "0.9.1"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2222dependencies = [2223 "atty",2224 "humantime",2225 "log",2226 "regex",2227 "termcolor",2228]22292230[[package]]2231name = "environmental"2232version = "1.1.3"2233source = "registry+https://github.com/rust-lang/crates.io-index"2234checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22352236[[package]]2237name = "errno"2238version = "0.2.8"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2241dependencies = [2242 "errno-dragonfly",2243 "libc",2244 "winapi",2245]22462247[[package]]2248name = "errno-dragonfly"2249version = "0.1.2"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2252dependencies = [2253 "cc",2254 "libc",2255]22562257[[package]]2258name = "ethbloom"2259version = "0.12.1"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2262dependencies = [2263 "crunchy",2264 "fixed-hash",2265 "impl-codec",2266 "impl-rlp",2267 "impl-serde",2268 "scale-info",2269 "tiny-keccak",2270]22712272[[package]]2273name = "ethereum"2274version = "0.12.0"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2277dependencies = [2278 "bytes",2279 "ethereum-types",2280 "hash-db",2281 "hash256-std-hasher",2282 "parity-scale-codec 3.2.1",2283 "rlp",2284 "rlp-derive",2285 "scale-info",2286 "serde",2287 "sha3",2288 "triehash",2289]22902291[[package]]2292name = "ethereum-types"2293version = "0.13.1"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2296dependencies = [2297 "ethbloom",2298 "fixed-hash",2299 "impl-codec",2300 "impl-rlp",2301 "impl-serde",2302 "primitive-types",2303 "scale-info",2304 "uint",2305]23062307[[package]]2308name = "event-listener"2309version = "2.5.3"2310source = "registry+https://github.com/rust-lang/crates.io-index"2311checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23122313[[package]]2314name = "evm"2315version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2318 "auto_impl",2319 "environmental",2320 "ethereum",2321 "evm-core",2322 "evm-gasometer",2323 "evm-runtime",2324 "log",2325 "parity-scale-codec 3.2.1",2326 "primitive-types",2327 "rlp",2328 "scale-info",2329 "serde",2330 "sha3",2331]23322333[[package]]2334name = "evm-coder"2335version = "0.1.4"2336dependencies = [2337 "concat-idents",2338 "ethereum",2339 "evm-coder-procedural",2340 "evm-core",2341 "frame-support",2342 "hex",2343 "hex-literal",2344 "impl-trait-for-tuples",2345 "pallet-evm",2346 "primitive-types",2347 "sha3-const",2348 "similar-asserts",2349 "sp-std",2350 "trybuild",2351]23522353[[package]]2354name = "evm-coder-procedural"2355version = "0.2.1"2356dependencies = [2357 "Inflector",2358 "hex",2359 "proc-macro2",2360 "quote",2361 "sha3",2362 "syn",2363]23642365[[package]]2366name = "evm-core"2367version = "0.35.0"2368source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2369dependencies = [2370 "parity-scale-codec 3.2.1",2371 "primitive-types",2372 "scale-info",2373 "serde",2374]23752376[[package]]2377name = "evm-gasometer"2378version = "0.35.0"2379source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2380dependencies = [2381 "environmental",2382 "evm-core",2383 "evm-runtime",2384 "primitive-types",2385]23862387[[package]]2388name = "evm-runtime"2389version = "0.35.0"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2391dependencies = [2392 "auto_impl",2393 "environmental",2394 "evm-core",2395 "primitive-types",2396 "sha3",2397]23982399[[package]]2400name = "exit-future"2401version = "0.2.0"2402source = "registry+https://github.com/rust-lang/crates.io-index"2403checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2404dependencies = [2405 "futures 0.3.25",2406]24072408[[package]]2409name = "expander"2410version = "0.0.4"2411source = "registry+https://github.com/rust-lang/crates.io-index"2412checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2413dependencies = [2414 "blake3",2415 "fs-err",2416 "proc-macro2",2417 "quote",2418]24192420[[package]]2421name = "expander"2422version = "0.0.6"2423source = "registry+https://github.com/rust-lang/crates.io-index"2424checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2425dependencies = [2426 "blake2",2427 "fs-err",2428 "proc-macro2",2429 "quote",2430 "syn",2431]24322433[[package]]2434name = "fake-simd"2435version = "0.1.2"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24382439[[package]]2440name = "fallible-iterator"2441version = "0.2.0"2442source = "registry+https://github.com/rust-lang/crates.io-index"2443checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24442445[[package]]2446name = "fastrand"2447version = "1.8.0"2448source = "registry+https://github.com/rust-lang/crates.io-index"2449checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2450dependencies = [2451 "instant",2452]24532454[[package]]2455name = "fatality"2456version = "0.0.6"2457source = "registry+https://github.com/rust-lang/crates.io-index"2458checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2459dependencies = [2460 "fatality-proc-macro",2461 "thiserror",2462]24632464[[package]]2465name = "fatality-proc-macro"2466version = "0.0.6"2467source = "registry+https://github.com/rust-lang/crates.io-index"2468checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2469dependencies = [2470 "expander 0.0.4",2471 "indexmap",2472 "proc-macro-crate",2473 "proc-macro2",2474 "quote",2475 "syn",2476 "thiserror",2477]24782479[[package]]2480name = "fc-consensus"2481version = "2.0.0-dev"2482source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2483dependencies = [2484 "async-trait",2485 "fc-db",2486 "fp-consensus",2487 "fp-rpc",2488 "sc-client-api",2489 "sc-consensus",2490 "sp-api",2491 "sp-block-builder",2492 "sp-blockchain",2493 "sp-consensus",2494 "sp-runtime",2495 "thiserror",2496]24972498[[package]]2499name = "fc-db"2500version = "2.0.0-dev"2501source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2502dependencies = [2503 "fp-storage",2504 "kvdb-rocksdb",2505 "parity-db",2506 "parity-scale-codec 3.2.1",2507 "parking_lot 0.12.1",2508 "sc-client-db",2509 "sp-core",2510 "sp-database",2511 "sp-runtime",2512]25132514[[package]]2515name = "fc-mapping-sync"2516version = "2.0.0-dev"2517source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2518dependencies = [2519 "fc-db",2520 "fp-consensus",2521 "fp-rpc",2522 "futures 0.3.25",2523 "futures-timer",2524 "log",2525 "sc-client-api",2526 "sp-api",2527 "sp-blockchain",2528 "sp-runtime",2529]25302531[[package]]2532name = "fc-rpc"2533version = "2.0.0-dev"2534source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2535dependencies = [2536 "ethereum",2537 "ethereum-types",2538 "evm",2539 "fc-db",2540 "fc-rpc-core",2541 "fp-rpc",2542 "fp-storage",2543 "futures 0.3.25",2544 "hex",2545 "jsonrpsee",2546 "libsecp256k1",2547 "log",2548 "lru 0.7.8",2549 "parity-scale-codec 3.2.1",2550 "prometheus",2551 "rand 0.8.5",2552 "rlp",2553 "rustc-hex",2554 "sc-client-api",2555 "sc-network",2556 "sc-network-common",2557 "sc-rpc",2558 "sc-service",2559 "sc-transaction-pool",2560 "sc-transaction-pool-api",2561 "sp-api",2562 "sp-block-builder",2563 "sp-blockchain",2564 "sp-consensus",2565 "sp-core",2566 "sp-io",2567 "sp-runtime",2568 "sp-storage",2569 "substrate-prometheus-endpoint",2570 "tokio",2571]25722573[[package]]2574name = "fc-rpc-core"2575version = "1.1.0-dev"2576source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2577dependencies = [2578 "ethereum",2579 "ethereum-types",2580 "jsonrpsee",2581 "rlp",2582 "rustc-hex",2583 "serde",2584 "serde_json",2585]25862587[[package]]2588name = "fdlimit"2589version = "0.2.1"2590source = "registry+https://github.com/rust-lang/crates.io-index"2591checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2592dependencies = [2593 "libc",2594]25952596[[package]]2597name = "ff"2598version = "0.11.1"2599source = "registry+https://github.com/rust-lang/crates.io-index"2600checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2601dependencies = [2602 "rand_core 0.6.4",2603 "subtle",2604]26052606[[package]]2607name = "file-per-thread-logger"2608version = "0.1.5"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2611dependencies = [2612 "env_logger",2613 "log",2614]26152616[[package]]2617name = "filetime"2618version = "0.2.18"2619source = "registry+https://github.com/rust-lang/crates.io-index"2620checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2621dependencies = [2622 "cfg-if 1.0.0",2623 "libc",2624 "redox_syscall",2625 "windows-sys 0.42.0",2626]26272628[[package]]2629name = "finality-grandpa"2630version = "0.16.0"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2633dependencies = [2634 "either",2635 "futures 0.3.25",2636 "futures-timer",2637 "log",2638 "num-traits",2639 "parity-scale-codec 3.2.1",2640 "parking_lot 0.12.1",2641 "scale-info",2642]26432644[[package]]2645name = "fixed-hash"2646version = "0.7.0"2647source = "registry+https://github.com/rust-lang/crates.io-index"2648checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2649dependencies = [2650 "byteorder",2651 "rand 0.8.5",2652 "rustc-hex",2653 "static_assertions",2654]26552656[[package]]2657name = "fixedbitset"2658version = "0.4.2"2659source = "registry+https://github.com/rust-lang/crates.io-index"2660checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26612662[[package]]2663name = "flate2"2664version = "1.0.24"2665source = "registry+https://github.com/rust-lang/crates.io-index"2666checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2667dependencies = [2668 "crc32fast",2669 "libz-sys",2670 "miniz_oxide",2671]26722673[[package]]2674name = "flexi_logger"2675version = "0.22.6"2676source = "registry+https://github.com/rust-lang/crates.io-index"2677checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2678dependencies = [2679 "ansi_term",2680 "atty",2681 "glob",2682 "lazy_static",2683 "log",2684 "regex",2685 "rustversion",2686 "thiserror",2687 "time 0.3.9",2688]26892690[[package]]2691name = "fnv"2692version = "1.0.7"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26952696[[package]]2697name = "fork-tree"2698version = "3.0.0"2699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2700dependencies = [2701 "parity-scale-codec 3.2.1",2702]27032704[[package]]2705name = "form_urlencoded"2706version = "1.1.0"2707source = "registry+https://github.com/rust-lang/crates.io-index"2708checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2709dependencies = [2710 "percent-encoding",2711]27122713[[package]]2714name = "fp-consensus"2715version = "2.0.0-dev"2716source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2717dependencies = [2718 "ethereum",2719 "parity-scale-codec 3.2.1",2720 "sp-core",2721 "sp-runtime",2722 "sp-std",2723]27242725[[package]]2726name = "fp-evm"2727version = "3.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2729dependencies = [2730 "evm",2731 "frame-support",2732 "impl-trait-for-tuples",2733 "parity-scale-codec 3.2.1",2734 "serde",2735 "sp-core",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm-mapping"2741version = "0.1.0"2742source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2743dependencies = [2744 "frame-support",2745 "sp-core",2746]27472748[[package]]2749name = "fp-rpc"2750version = "3.0.0-dev"2751source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2752dependencies = [2753 "ethereum",2754 "ethereum-types",2755 "fp-evm",2756 "parity-scale-codec 3.2.1",2757 "scale-info",2758 "sp-api",2759 "sp-core",2760 "sp-io",2761 "sp-runtime",2762 "sp-std",2763]27642765[[package]]2766name = "fp-self-contained"2767version = "1.0.0-dev"2768source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2769dependencies = [2770 "ethereum",2771 "frame-support",2772 "parity-scale-codec 3.2.1",2773 "parity-util-mem",2774 "scale-info",2775 "serde",2776 "sp-debug-derive",2777 "sp-io",2778 "sp-runtime",2779]27802781[[package]]2782name = "fp-storage"2783version = "2.0.0"2784source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2785dependencies = [2786 "parity-scale-codec 3.2.1",2787]27882789[[package]]2790name = "frame-benchmarking"2791version = "4.0.0-dev"2792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2793dependencies = [2794 "frame-support",2795 "frame-system",2796 "linregress",2797 "log",2798 "parity-scale-codec 3.2.1",2799 "paste",2800 "scale-info",2801 "serde",2802 "sp-api",2803 "sp-application-crypto",2804 "sp-core",2805 "sp-io",2806 "sp-runtime",2807 "sp-runtime-interface",2808 "sp-std",2809 "sp-storage",2810]28112812[[package]]2813name = "frame-benchmarking-cli"2814version = "4.0.0-dev"2815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2816dependencies = [2817 "Inflector",2818 "array-bytes",2819 "chrono",2820 "clap",2821 "comfy-table",2822 "frame-benchmarking",2823 "frame-support",2824 "frame-system",2825 "gethostname",2826 "handlebars",2827 "hash-db",2828 "itertools",2829 "kvdb",2830 "lazy_static",2831 "linked-hash-map",2832 "log",2833 "memory-db",2834 "parity-scale-codec 3.2.1",2835 "rand 0.8.5",2836 "rand_pcg 0.3.1",2837 "sc-block-builder",2838 "sc-cli",2839 "sc-client-api",2840 "sc-client-db",2841 "sc-executor",2842 "sc-service",2843 "sc-sysinfo",2844 "serde",2845 "serde_json",2846 "serde_nanos",2847 "sp-api",2848 "sp-blockchain",2849 "sp-core",2850 "sp-database",2851 "sp-externalities",2852 "sp-inherents",2853 "sp-keystore",2854 "sp-runtime",2855 "sp-state-machine",2856 "sp-storage",2857 "sp-trie",2858 "tempfile",2859 "thiserror",2860 "thousands",2861]28622863[[package]]2864name = "frame-election-provider-solution-type"2865version = "4.0.0-dev"2866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2867dependencies = [2868 "proc-macro-crate",2869 "proc-macro2",2870 "quote",2871 "syn",2872]28732874[[package]]2875name = "frame-election-provider-support"2876version = "4.0.0-dev"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2878dependencies = [2879 "frame-election-provider-solution-type",2880 "frame-support",2881 "frame-system",2882 "parity-scale-codec 3.2.1",2883 "scale-info",2884 "sp-arithmetic",2885 "sp-npos-elections",2886 "sp-runtime",2887 "sp-std",2888]28892890[[package]]2891name = "frame-executive"2892version = "4.0.0-dev"2893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2894dependencies = [2895 "frame-support",2896 "frame-system",2897 "frame-try-runtime",2898 "parity-scale-codec 3.2.1",2899 "scale-info",2900 "sp-core",2901 "sp-io",2902 "sp-runtime",2903 "sp-std",2904 "sp-tracing",2905]29062907[[package]]2908name = "frame-metadata"2909version = "15.0.0"2910source = "registry+https://github.com/rust-lang/crates.io-index"2911checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2912dependencies = [2913 "cfg-if 1.0.0",2914 "parity-scale-codec 3.2.1",2915 "scale-info",2916 "serde",2917]29182919[[package]]2920name = "frame-support"2921version = "4.0.0-dev"2922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2923dependencies = [2924 "bitflags",2925 "frame-metadata",2926 "frame-support-procedural",2927 "impl-trait-for-tuples",2928 "k256",2929 "log",2930 "once_cell",2931 "parity-scale-codec 3.2.1",2932 "paste",2933 "scale-info",2934 "serde",2935 "smallvec",2936 "sp-api",2937 "sp-arithmetic",2938 "sp-core",2939 "sp-core-hashing-proc-macro",2940 "sp-inherents",2941 "sp-io",2942 "sp-runtime",2943 "sp-staking",2944 "sp-state-machine",2945 "sp-std",2946 "sp-tracing",2947 "sp-weights",2948 "tt-call",2949]29502951[[package]]2952name = "frame-support-procedural"2953version = "4.0.0-dev"2954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2955dependencies = [2956 "Inflector",2957 "cfg-expr",2958 "frame-support-procedural-tools",2959 "itertools",2960 "proc-macro2",2961 "quote",2962 "syn",2963]29642965[[package]]2966name = "frame-support-procedural-tools"2967version = "4.0.0-dev"2968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2969dependencies = [2970 "frame-support-procedural-tools-derive",2971 "proc-macro-crate",2972 "proc-macro2",2973 "quote",2974 "syn",2975]29762977[[package]]2978name = "frame-support-procedural-tools-derive"2979version = "3.0.0"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2981dependencies = [2982 "proc-macro2",2983 "quote",2984 "syn",2985]29862987[[package]]2988name = "frame-system"2989version = "4.0.0-dev"2990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2991dependencies = [2992 "frame-support",2993 "log",2994 "parity-scale-codec 3.2.1",2995 "scale-info",2996 "serde",2997 "sp-core",2998 "sp-io",2999 "sp-runtime",3000 "sp-std",3001 "sp-version",3002 "sp-weights",3003]30043005[[package]]3006name = "frame-system-benchmarking"3007version = "4.0.0-dev"3008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3009dependencies = [3010 "frame-benchmarking",3011 "frame-support",3012 "frame-system",3013 "parity-scale-codec 3.2.1",3014 "scale-info",3015 "sp-core",3016 "sp-runtime",3017 "sp-std",3018]30193020[[package]]3021name = "frame-system-rpc-runtime-api"3022version = "4.0.0-dev"3023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3024dependencies = [3025 "parity-scale-codec 3.2.1",3026 "sp-api",3027]30283029[[package]]3030name = "frame-try-runtime"3031version = "0.10.0-dev"3032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3033dependencies = [3034 "frame-support",3035 "parity-scale-codec 3.2.1",3036 "sp-api",3037 "sp-runtime",3038 "sp-std",3039]30403041[[package]]3042name = "fs-err"3043version = "2.8.1"3044source = "registry+https://github.com/rust-lang/crates.io-index"3045checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30463047[[package]]3048name = "fs-swap"3049version = "0.2.6"3050source = "registry+https://github.com/rust-lang/crates.io-index"3051checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3052dependencies = [3053 "lazy_static",3054 "libc",3055 "libloading 0.5.2",3056 "winapi",3057]30583059[[package]]3060name = "fs2"3061version = "0.4.3"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3064dependencies = [3065 "libc",3066 "winapi",3067]30683069[[package]]3070name = "fs_extra"3071version = "1.2.0"3072source = "registry+https://github.com/rust-lang/crates.io-index"3073checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30743075[[package]]3076name = "funty"3077version = "1.1.0"3078source = "registry+https://github.com/rust-lang/crates.io-index"3079checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30803081[[package]]3082name = "funty"3083version = "2.0.0"3084source = "registry+https://github.com/rust-lang/crates.io-index"3085checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30863087[[package]]3088name = "futures"3089version = "0.1.31"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30923093[[package]]3094name = "futures"3095version = "0.3.25"3096source = "registry+https://github.com/rust-lang/crates.io-index"3097checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3098dependencies = [3099 "futures-channel",3100 "futures-core",3101 "futures-executor",3102 "futures-io",3103 "futures-sink",3104 "futures-task",3105 "futures-util",3106]31073108[[package]]3109name = "futures-channel"3110version = "0.3.25"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3113dependencies = [3114 "futures-core",3115 "futures-sink",3116]31173118[[package]]3119name = "futures-core"3120version = "0.3.25"3121source = "registry+https://github.com/rust-lang/crates.io-index"3122checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31233124[[package]]3125name = "futures-executor"3126version = "0.3.25"3127source = "registry+https://github.com/rust-lang/crates.io-index"3128checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3129dependencies = [3130 "futures-core",3131 "futures-task",3132 "futures-util",3133 "num_cpus",3134]31353136[[package]]3137name = "futures-io"3138version = "0.3.25"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31413142[[package]]3143name = "futures-lite"3144version = "1.12.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3147dependencies = [3148 "fastrand",3149 "futures-core",3150 "futures-io",3151 "memchr",3152 "parking",3153 "pin-project-lite 0.2.9",3154 "waker-fn",3155]31563157[[package]]3158name = "futures-macro"3159version = "0.3.25"3160source = "registry+https://github.com/rust-lang/crates.io-index"3161checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3162dependencies = [3163 "proc-macro2",3164 "quote",3165 "syn",3166]31673168[[package]]3169name = "futures-rustls"3170version = "0.22.2"3171source = "registry+https://github.com/rust-lang/crates.io-index"3172checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3173dependencies = [3174 "futures-io",3175 "rustls",3176 "webpki",3177]31783179[[package]]3180name = "futures-sink"3181version = "0.3.25"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31843185[[package]]3186name = "futures-task"3187version = "0.3.25"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31903191[[package]]3192name = "futures-timer"3193version = "3.0.2"3194source = "registry+https://github.com/rust-lang/crates.io-index"3195checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31963197[[package]]3198name = "futures-util"3199version = "0.3.25"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3202dependencies = [3203 "futures 0.1.31",3204 "futures-channel",3205 "futures-core",3206 "futures-io",3207 "futures-macro",3208 "futures-sink",3209 "futures-task",3210 "memchr",3211 "pin-project-lite 0.2.9",3212 "pin-utils",3213 "slab",3214]32153216[[package]]3217name = "fxhash"3218version = "0.2.1"3219source = "registry+https://github.com/rust-lang/crates.io-index"3220checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3221dependencies = [3222 "byteorder",3223]32243225[[package]]3226name = "generic-array"3227version = "0.12.4"3228source = "registry+https://github.com/rust-lang/crates.io-index"3229checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3230dependencies = [3231 "typenum",3232]32333234[[package]]3235name = "generic-array"3236version = "0.14.6"3237source = "registry+https://github.com/rust-lang/crates.io-index"3238checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3239dependencies = [3240 "typenum",3241 "version_check",3242]32433244[[package]]3245name = "gethostname"3246version = "0.2.3"3247source = "registry+https://github.com/rust-lang/crates.io-index"3248checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3249dependencies = [3250 "libc",3251 "winapi",3252]32533254[[package]]3255name = "getrandom"3256version = "0.1.16"3257source = "registry+https://github.com/rust-lang/crates.io-index"3258checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3259dependencies = [3260 "cfg-if 1.0.0",3261 "js-sys",3262 "libc",3263 "wasi 0.9.0+wasi-snapshot-preview1",3264 "wasm-bindgen",3265]32663267[[package]]3268name = "getrandom"3269version = "0.2.8"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3272dependencies = [3273 "cfg-if 1.0.0",3274 "libc",3275 "wasi 0.11.0+wasi-snapshot-preview1",3276]32773278[[package]]3279name = "ghash"3280version = "0.4.4"3281source = "registry+https://github.com/rust-lang/crates.io-index"3282checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3283dependencies = [3284 "opaque-debug 0.3.0",3285 "polyval",3286]32873288[[package]]3289name = "gimli"3290version = "0.26.2"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3293dependencies = [3294 "fallible-iterator",3295 "indexmap",3296 "stable_deref_trait",3297]32983299[[package]]3300name = "glob"3301version = "0.3.0"3302source = "registry+https://github.com/rust-lang/crates.io-index"3303checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33043305[[package]]3306name = "globset"3307version = "0.4.9"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3310dependencies = [3311 "aho-corasick",3312 "bstr",3313 "fnv",3314 "log",3315 "regex",3316]33173318[[package]]3319name = "gloo-timers"3320version = "0.2.4"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3323dependencies = [3324 "futures-channel",3325 "futures-core",3326 "js-sys",3327 "wasm-bindgen",3328]33293330[[package]]3331name = "group"3332version = "0.11.0"3333source = "registry+https://github.com/rust-lang/crates.io-index"3334checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3335dependencies = [3336 "ff",3337 "rand_core 0.6.4",3338 "subtle",3339]33403341[[package]]3342name = "h2"3343version = "0.3.15"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3346dependencies = [3347 "bytes",3348 "fnv",3349 "futures-core",3350 "futures-sink",3351 "futures-util",3352 "http",3353 "indexmap",3354 "slab",3355 "tokio",3356 "tokio-util",3357 "tracing",3358]33593360[[package]]3361name = "handlebars"3362version = "4.3.5"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3365dependencies = [3366 "log",3367 "pest",3368 "pest_derive",3369 "serde",3370 "serde_json",3371 "thiserror",3372]33733374[[package]]3375name = "hash-db"3376version = "0.15.2"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33793380[[package]]3381name = "hash256-std-hasher"3382version = "0.15.2"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3385dependencies = [3386 "crunchy",3387]33883389[[package]]3390name = "hashbrown"3391version = "0.12.3"3392source = "registry+https://github.com/rust-lang/crates.io-index"3393checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3394dependencies = [3395 "ahash",3396]33973398[[package]]3399name = "heck"3400version = "0.4.0"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34033404[[package]]3405name = "hermit-abi"3406version = "0.1.19"3407source = "registry+https://github.com/rust-lang/crates.io-index"3408checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3409dependencies = [3410 "libc",3411]34123413[[package]]3414name = "hex"3415version = "0.4.3"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34183419[[package]]3420name = "hex-literal"3421version = "0.3.4"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34243425[[package]]3426name = "hex_fmt"3427version = "0.3.0"3428source = "registry+https://github.com/rust-lang/crates.io-index"3429checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34303431[[package]]3432name = "hmac"3433version = "0.8.1"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3436dependencies = [3437 "crypto-mac 0.8.0",3438 "digest 0.9.0",3439]34403441[[package]]3442name = "hmac"3443version = "0.11.0"3444source = "registry+https://github.com/rust-lang/crates.io-index"3445checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3446dependencies = [3447 "crypto-mac 0.11.1",3448 "digest 0.9.0",3449]34503451[[package]]3452name = "hmac-drbg"3453version = "0.3.0"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3456dependencies = [3457 "digest 0.9.0",3458 "generic-array 0.14.6",3459 "hmac 0.8.1",3460]34613462[[package]]3463name = "hostname"3464version = "0.3.1"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3467dependencies = [3468 "libc",3469 "match_cfg",3470 "winapi",3471]34723473[[package]]3474name = "http"3475version = "0.2.8"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3478dependencies = [3479 "bytes",3480 "fnv",3481 "itoa",3482]34833484[[package]]3485name = "http-body"3486version = "0.4.5"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3489dependencies = [3490 "bytes",3491 "http",3492 "pin-project-lite 0.2.9",3493]34943495[[package]]3496name = "httparse"3497version = "1.8.0"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35003501[[package]]3502name = "httpdate"3503version = "1.0.2"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35063507[[package]]3508name = "humantime"3509version = "2.1.0"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35123513[[package]]3514name = "hyper"3515version = "0.14.20"3516source = "registry+https://github.com/rust-lang/crates.io-index"3517checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3518dependencies = [3519 "bytes",3520 "futures-channel",3521 "futures-core",3522 "futures-util",3523 "h2",3524 "http",3525 "http-body",3526 "httparse",3527 "httpdate",3528 "itoa",3529 "pin-project-lite 0.2.9",3530 "socket2",3531 "tokio",3532 "tower-service",3533 "tracing",3534 "want",3535]35363537[[package]]3538name = "hyper-rustls"3539version = "0.23.0"3540source = "registry+https://github.com/rust-lang/crates.io-index"3541checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3542dependencies = [3543 "http",3544 "hyper",3545 "log",3546 "rustls",3547 "rustls-native-certs",3548 "tokio",3549 "tokio-rustls",3550]35513552[[package]]3553name = "iana-time-zone"3554version = "0.1.51"3555source = "registry+https://github.com/rust-lang/crates.io-index"3556checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3557dependencies = [3558 "android_system_properties",3559 "core-foundation-sys",3560 "iana-time-zone-haiku",3561 "js-sys",3562 "wasm-bindgen",3563 "winapi",3564]35653566[[package]]3567name = "iana-time-zone-haiku"3568version = "0.1.1"3569source = "registry+https://github.com/rust-lang/crates.io-index"3570checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3571dependencies = [3572 "cxx",3573 "cxx-build",3574]35753576[[package]]3577name = "idna"3578version = "0.2.3"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3581dependencies = [3582 "matches",3583 "unicode-bidi",3584 "unicode-normalization",3585]35863587[[package]]3588name = "idna"3589version = "0.3.0"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3592dependencies = [3593 "unicode-bidi",3594 "unicode-normalization",3595]35963597[[package]]3598name = "if-addrs"3599version = "0.7.0"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3602dependencies = [3603 "libc",3604 "winapi",3605]36063607[[package]]3608name = "if-watch"3609version = "1.1.1"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3612dependencies = [3613 "async-io",3614 "core-foundation",3615 "fnv",3616 "futures 0.3.25",3617 "if-addrs",3618 "ipnet",3619 "log",3620 "rtnetlink",3621 "system-configuration",3622 "windows",3623]36243625[[package]]3626name = "impl-codec"3627version = "0.6.0"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3630dependencies = [3631 "parity-scale-codec 3.2.1",3632]36333634[[package]]3635name = "impl-rlp"3636version = "0.3.0"3637source = "registry+https://github.com/rust-lang/crates.io-index"3638checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3639dependencies = [3640 "rlp",3641]36423643[[package]]3644name = "impl-serde"3645version = "0.3.2"3646source = "registry+https://github.com/rust-lang/crates.io-index"3647checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3648dependencies = [3649 "serde",3650]36513652[[package]]3653name = "impl-trait-for-tuples"3654version = "0.2.2"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3657dependencies = [3658 "proc-macro2",3659 "quote",3660 "syn",3661]36623663[[package]]3664name = "indexmap"3665version = "1.9.1"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3668dependencies = [3669 "autocfg",3670 "hashbrown",3671 "serde",3672]36733674[[package]]3675name = "inout"3676version = "0.1.3"3677source = "registry+https://github.com/rust-lang/crates.io-index"3678checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3679dependencies = [3680 "generic-array 0.14.6",3681]36823683[[package]]3684name = "instant"3685version = "0.1.12"3686source = "registry+https://github.com/rust-lang/crates.io-index"3687checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3688dependencies = [3689 "cfg-if 1.0.0",3690]36913692[[package]]3693name = "integer-encoding"3694version = "3.0.4"3695source = "registry+https://github.com/rust-lang/crates.io-index"3696checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36973698[[package]]3699name = "integer-sqrt"3700version = "0.1.5"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3703dependencies = [3704 "num-traits",3705]37063707[[package]]3708name = "io-lifetimes"3709version = "0.7.4"3710source = "registry+https://github.com/rust-lang/crates.io-index"3711checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"37123713[[package]]3714name = "ip_network"3715version = "0.4.1"3716source = "registry+https://github.com/rust-lang/crates.io-index"3717checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37183719[[package]]3720name = "ipconfig"3721version = "0.3.0"3722source = "registry+https://github.com/rust-lang/crates.io-index"3723checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3724dependencies = [3725 "socket2",3726 "widestring",3727 "winapi",3728 "winreg",3729]37303731[[package]]3732name = "ipnet"3733version = "2.5.0"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37363737[[package]]3738name = "itertools"3739version = "0.10.5"3740source = "registry+https://github.com/rust-lang/crates.io-index"3741checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3742dependencies = [3743 "either",3744]37453746[[package]]3747name = "itoa"3748version = "1.0.4"3749source = "registry+https://github.com/rust-lang/crates.io-index"3750checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37513752[[package]]3753name = "jobserver"3754version = "0.1.25"3755source = "registry+https://github.com/rust-lang/crates.io-index"3756checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3757dependencies = [3758 "libc",3759]37603761[[package]]3762name = "js-sys"3763version = "0.3.60"3764source = "registry+https://github.com/rust-lang/crates.io-index"3765checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3766dependencies = [3767 "wasm-bindgen",3768]37693770[[package]]3771name = "jsonrpsee"3772version = "0.15.1"3773source = "registry+https://github.com/rust-lang/crates.io-index"3774checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3775dependencies = [3776 "jsonrpsee-core",3777 "jsonrpsee-http-server",3778 "jsonrpsee-proc-macros",3779 "jsonrpsee-types",3780 "jsonrpsee-ws-client",3781 "jsonrpsee-ws-server",3782 "tracing",3783]37843785[[package]]3786name = "jsonrpsee-client-transport"3787version = "0.15.1"3788source = "registry+https://github.com/rust-lang/crates.io-index"3789checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3790dependencies = [3791 "futures-util",3792 "http",3793 "jsonrpsee-core",3794 "jsonrpsee-types",3795 "pin-project",3796 "rustls-native-certs",3797 "soketto",3798 "thiserror",3799 "tokio",3800 "tokio-rustls",3801 "tokio-util",3802 "tracing",3803 "webpki-roots",3804]38053806[[package]]3807name = "jsonrpsee-core"3808version = "0.15.1"3809source = "registry+https://github.com/rust-lang/crates.io-index"3810checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3811dependencies = [3812 "anyhow",3813 "arrayvec 0.7.2",3814 "async-lock",3815 "async-trait",3816 "beef",3817 "futures-channel",3818 "futures-timer",3819 "futures-util",3820 "globset",3821 "http",3822 "hyper",3823 "jsonrpsee-types",3824 "lazy_static",3825 "parking_lot 0.12.1",3826 "rand 0.8.5",3827 "rustc-hash",3828 "serde",3829 "serde_json",3830 "soketto",3831 "thiserror",3832 "tokio",3833 "tracing",3834 "tracing-futures",3835 "unicase",3836]38373838[[package]]3839name = "jsonrpsee-http-server"3840version = "0.15.1"3841source = "registry+https://github.com/rust-lang/crates.io-index"3842checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3843dependencies = [3844 "futures-channel",3845 "futures-util",3846 "hyper",3847 "jsonrpsee-core",3848 "jsonrpsee-types",3849 "serde",3850 "serde_json",3851 "tokio",3852 "tracing",3853 "tracing-futures",3854]38553856[[package]]3857name = "jsonrpsee-proc-macros"3858version = "0.15.1"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3861dependencies = [3862 "proc-macro-crate",3863 "proc-macro2",3864 "quote",3865 "syn",3866]38673868[[package]]3869name = "jsonrpsee-types"3870version = "0.15.1"3871source = "registry+https://github.com/rust-lang/crates.io-index"3872checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3873dependencies = [3874 "anyhow",3875 "beef",3876 "serde",3877 "serde_json",3878 "thiserror",3879 "tracing",3880]38813882[[package]]3883name = "jsonrpsee-ws-client"3884version = "0.15.1"3885source = "registry+https://github.com/rust-lang/crates.io-index"3886checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3887dependencies = [3888 "http",3889 "jsonrpsee-client-transport",3890 "jsonrpsee-core",3891 "jsonrpsee-types",3892]38933894[[package]]3895name = "jsonrpsee-ws-server"3896version = "0.15.1"3897source = "registry+https://github.com/rust-lang/crates.io-index"3898checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3899dependencies = [3900 "futures-channel",3901 "futures-util",3902 "http",3903 "jsonrpsee-core",3904 "jsonrpsee-types",3905 "serde_json",3906 "soketto",3907 "tokio",3908 "tokio-stream",3909 "tokio-util",3910 "tracing",3911 "tracing-futures",3912]39133914[[package]]3915name = "k256"3916version = "0.10.4"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3919dependencies = [3920 "cfg-if 1.0.0",3921 "ecdsa",3922 "elliptic-curve",3923 "sec1",3924]39253926[[package]]3927name = "keccak"3928version = "0.1.2"3929source = "registry+https://github.com/rust-lang/crates.io-index"3930checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39313932[[package]]3933name = "kusama-runtime"3934version = "0.9.30"3935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3936dependencies = [3937 "beefy-primitives",3938 "bitvec 1.0.1",3939 "frame-benchmarking",3940 "frame-election-provider-support",3941 "frame-executive",3942 "frame-support",3943 "frame-system",3944 "frame-system-benchmarking",3945 "frame-system-rpc-runtime-api",3946 "frame-try-runtime",3947 "hex-literal",3948 "kusama-runtime-constants",3949 "log",3950 "pallet-authority-discovery",3951 "pallet-authorship",3952 "pallet-babe",3953 "pallet-bags-list",3954 "pallet-balances",3955 "pallet-bounties",3956 "pallet-child-bounties",3957 "pallet-collective",3958 "pallet-democracy",3959 "pallet-election-provider-multi-phase",3960 "pallet-election-provider-support-benchmarking",3961 "pallet-elections-phragmen",3962 "pallet-fast-unstake",3963 "pallet-gilt",3964 "pallet-grandpa",3965 "pallet-identity",3966 "pallet-im-online",3967 "pallet-indices",3968 "pallet-membership",3969 "pallet-multisig",3970 "pallet-nomination-pools",3971 "pallet-nomination-pools-benchmarking",3972 "pallet-nomination-pools-runtime-api",3973 "pallet-offences",3974 "pallet-offences-benchmarking",3975 "pallet-preimage",3976 "pallet-proxy",3977 "pallet-recovery",3978 "pallet-scheduler",3979 "pallet-session",3980 "pallet-session-benchmarking",3981 "pallet-society",3982 "pallet-staking",3983 "pallet-staking-reward-fn",3984 "pallet-timestamp",3985 "pallet-tips",3986 "pallet-transaction-payment",3987 "pallet-transaction-payment-rpc-runtime-api",3988 "pallet-treasury",3989 "pallet-utility",3990 "pallet-vesting",3991 "pallet-xcm",3992 "pallet-xcm-benchmarks",3993 "parity-scale-codec 3.2.1",3994 "polkadot-primitives",3995 "polkadot-runtime-common",3996 "polkadot-runtime-parachains",3997 "rustc-hex",3998 "scale-info",3999 "serde",4000 "serde_derive",4001 "smallvec",4002 "sp-api",4003 "sp-arithmetic",4004 "sp-authority-discovery",4005 "sp-block-builder",4006 "sp-consensus-babe",4007 "sp-core",4008 "sp-inherents",4009 "sp-io",4010 "sp-mmr-primitives",4011 "sp-npos-elections",4012 "sp-offchain",4013 "sp-runtime",4014 "sp-session",4015 "sp-staking",4016 "sp-std",4017 "sp-transaction-pool",4018 "sp-version",4019 "static_assertions",4020 "substrate-wasm-builder",4021 "xcm",4022 "xcm-builder",4023 "xcm-executor",4024]40254026[[package]]4027name = "kusama-runtime-constants"4028version = "0.9.30"4029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4030dependencies = [4031 "frame-support",4032 "polkadot-primitives",4033 "polkadot-runtime-common",4034 "smallvec",4035 "sp-runtime",4036]40374038[[package]]4039name = "kv-log-macro"4040version = "1.0.7"4041source = "registry+https://github.com/rust-lang/crates.io-index"4042checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4043dependencies = [4044 "log",4045]40464047[[package]]4048name = "kvdb"4049version = "0.11.0"4050source = "registry+https://github.com/rust-lang/crates.io-index"4051checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4052dependencies = [4053 "parity-util-mem",4054 "smallvec",4055]40564057[[package]]4058name = "kvdb-memorydb"4059version = "0.11.0"4060source = "registry+https://github.com/rust-lang/crates.io-index"4061checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4062dependencies = [4063 "kvdb",4064 "parity-util-mem",4065 "parking_lot 0.12.1",4066]40674068[[package]]4069name = "kvdb-rocksdb"4070version = "0.15.2"4071source = "registry+https://github.com/rust-lang/crates.io-index"4072checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4073dependencies = [4074 "fs-swap",4075 "kvdb",4076 "log",4077 "num_cpus",4078 "owning_ref",4079 "parity-util-mem",4080 "parking_lot 0.12.1",4081 "regex",4082 "rocksdb",4083 "smallvec",4084]40854086[[package]]4087name = "lazy_static"4088version = "1.4.0"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40914092[[package]]4093name = "lazycell"4094version = "1.3.0"4095source = "registry+https://github.com/rust-lang/crates.io-index"4096checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40974098[[package]]4099name = "libc"4100version = "0.2.137"4101source = "registry+https://github.com/rust-lang/crates.io-index"4102checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"41034104[[package]]4105name = "libloading"4106version = "0.5.2"4107source = "registry+https://github.com/rust-lang/crates.io-index"4108checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4109dependencies = [4110 "cc",4111 "winapi",4112]41134114[[package]]4115name = "libloading"4116version = "0.7.3"4117source = "registry+https://github.com/rust-lang/crates.io-index"4118checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4119dependencies = [4120 "cfg-if 1.0.0",4121 "winapi",4122]41234124[[package]]4125name = "libm"4126version = "0.2.5"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"41294130[[package]]4131name = "libp2p"4132version = "0.46.1"4133source = "registry+https://github.com/rust-lang/crates.io-index"4134checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4135dependencies = [4136 "bytes",4137 "futures 0.3.25",4138 "futures-timer",4139 "getrandom 0.2.8",4140 "instant",4141 "lazy_static",4142 "libp2p-autonat",4143 "libp2p-core",4144 "libp2p-deflate",4145 "libp2p-dns",4146 "libp2p-floodsub",4147 "libp2p-gossipsub",4148 "libp2p-identify",4149 "libp2p-kad",4150 "libp2p-mdns",4151 "libp2p-metrics",4152 "libp2p-mplex",4153 "libp2p-noise",4154 "libp2p-ping",4155 "libp2p-plaintext",4156 "libp2p-pnet",4157 "libp2p-relay",4158 "libp2p-rendezvous",4159 "libp2p-request-response",4160 "libp2p-swarm",4161 "libp2p-swarm-derive",4162 "libp2p-tcp",4163 "libp2p-uds",4164 "libp2p-wasm-ext",4165 "libp2p-websocket",4166 "libp2p-yamux",4167 "multiaddr",4168 "parking_lot 0.12.1",4169 "pin-project",4170 "rand 0.7.3",4171 "smallvec",4172]41734174[[package]]4175name = "libp2p-autonat"4176version = "0.5.0"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4179dependencies = [4180 "async-trait",4181 "futures 0.3.25",4182 "futures-timer",4183 "instant",4184 "libp2p-core",4185 "libp2p-request-response",4186 "libp2p-swarm",4187 "log",4188 "prost 0.10.4",4189 "prost-build 0.10.4",4190 "rand 0.8.5",4191]41924193[[package]]4194name = "libp2p-core"4195version = "0.34.0"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4198dependencies = [4199 "asn1_der",4200 "bs58",4201 "ed25519-dalek",4202 "either",4203 "fnv",4204 "futures 0.3.25",4205 "futures-timer",4206 "instant",4207 "lazy_static",4208 "libsecp256k1",4209 "log",4210 "multiaddr",4211 "multihash",4212 "multistream-select",4213 "parking_lot 0.12.1",4214 "pin-project",4215 "prost 0.10.4",4216 "prost-build 0.10.4",4217 "rand 0.8.5",4218 "ring",4219 "rw-stream-sink",4220 "sha2 0.10.6",4221 "smallvec",4222 "thiserror",4223 "unsigned-varint",4224 "void",4225 "zeroize",4226]42274228[[package]]4229name = "libp2p-deflate"4230version = "0.34.0"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4233dependencies = [4234 "flate2",4235 "futures 0.3.25",4236 "libp2p-core",4237]42384239[[package]]4240name = "libp2p-dns"4241version = "0.34.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4244dependencies = [4245 "async-std-resolver",4246 "futures 0.3.25",4247 "libp2p-core",4248 "log",4249 "parking_lot 0.12.1",4250 "smallvec",4251 "trust-dns-resolver",4252]42534254[[package]]4255name = "libp2p-floodsub"4256version = "0.37.0"4257source = "registry+https://github.com/rust-lang/crates.io-index"4258checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4259dependencies = [4260 "cuckoofilter",4261 "fnv",4262 "futures 0.3.25",4263 "libp2p-core",4264 "libp2p-swarm",4265 "log",4266 "prost 0.10.4",4267 "prost-build 0.10.4",4268 "rand 0.7.3",4269 "smallvec",4270]42714272[[package]]4273name = "libp2p-gossipsub"4274version = "0.39.0"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4277dependencies = [4278 "asynchronous-codec",4279 "base64",4280 "byteorder",4281 "bytes",4282 "fnv",4283 "futures 0.3.25",4284 "hex_fmt",4285 "instant",4286 "libp2p-core",4287 "libp2p-swarm",4288 "log",4289 "prometheus-client",4290 "prost 0.10.4",4291 "prost-build 0.10.4",4292 "rand 0.7.3",4293 "regex",4294 "sha2 0.10.6",4295 "smallvec",4296 "unsigned-varint",4297 "wasm-timer",4298]42994300[[package]]4301name = "libp2p-identify"4302version = "0.37.0"4303source = "registry+https://github.com/rust-lang/crates.io-index"4304checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4305dependencies = [4306 "asynchronous-codec",4307 "futures 0.3.25",4308 "futures-timer",4309 "libp2p-core",4310 "libp2p-swarm",4311 "log",4312 "lru 0.7.8",4313 "prost 0.10.4",4314 "prost-build 0.10.4",4315 "prost-codec",4316 "smallvec",4317 "thiserror",4318 "void",4319]43204321[[package]]4322name = "libp2p-kad"4323version = "0.38.0"4324source = "registry+https://github.com/rust-lang/crates.io-index"4325checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4326dependencies = [4327 "arrayvec 0.7.2",4328 "asynchronous-codec",4329 "bytes",4330 "either",4331 "fnv",4332 "futures 0.3.25",4333 "futures-timer",4334 "instant",4335 "libp2p-core",4336 "libp2p-swarm",4337 "log",4338 "prost 0.10.4",4339 "prost-build 0.10.4",4340 "rand 0.7.3",4341 "sha2 0.10.6",4342 "smallvec",4343 "thiserror",4344 "uint",4345 "unsigned-varint",4346 "void",4347]43484349[[package]]4350name = "libp2p-mdns"4351version = "0.38.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4354dependencies = [4355 "async-io",4356 "data-encoding",4357 "dns-parser",4358 "futures 0.3.25",4359 "if-watch",4360 "lazy_static",4361 "libp2p-core",4362 "libp2p-swarm",4363 "log",4364 "rand 0.8.5",4365 "smallvec",4366 "socket2",4367 "void",4368]43694370[[package]]4371name = "libp2p-metrics"4372version = "0.7.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4375dependencies = [4376 "libp2p-core",4377 "libp2p-gossipsub",4378 "libp2p-identify",4379 "libp2p-kad",4380 "libp2p-ping",4381 "libp2p-relay",4382 "libp2p-swarm",4383 "prometheus-client",4384]43854386[[package]]4387name = "libp2p-mplex"4388version = "0.34.0"4389source = "registry+https://github.com/rust-lang/crates.io-index"4390checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4391dependencies = [4392 "asynchronous-codec",4393 "bytes",4394 "futures 0.3.25",4395 "libp2p-core",4396 "log",4397 "nohash-hasher",4398 "parking_lot 0.12.1",4399 "rand 0.7.3",4400 "smallvec",4401 "unsigned-varint",4402]44034404[[package]]4405name = "libp2p-noise"4406version = "0.37.0"4407source = "registry+https://github.com/rust-lang/crates.io-index"4408checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4409dependencies = [4410 "bytes",4411 "curve25519-dalek 3.2.0",4412 "futures 0.3.25",4413 "lazy_static",4414 "libp2p-core",4415 "log",4416 "prost 0.10.4",4417 "prost-build 0.10.4",4418 "rand 0.8.5",4419 "sha2 0.10.6",4420 "snow",4421 "static_assertions",4422 "x25519-dalek",4423 "zeroize",4424]44254426[[package]]4427name = "libp2p-ping"4428version = "0.37.0"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4431dependencies = [4432 "futures 0.3.25",4433 "futures-timer",4434 "instant",4435 "libp2p-core",4436 "libp2p-swarm",4437 "log",4438 "rand 0.7.3",4439 "void",4440]44414442[[package]]4443name = "libp2p-plaintext"4444version = "0.34.0"4445source = "registry+https://github.com/rust-lang/crates.io-index"4446checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4447dependencies = [4448 "asynchronous-codec",4449 "bytes",4450 "futures 0.3.25",4451 "libp2p-core",4452 "log",4453 "prost 0.10.4",4454 "prost-build 0.10.4",4455 "unsigned-varint",4456 "void",4457]44584459[[package]]4460name = "libp2p-pnet"4461version = "0.22.1"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4464dependencies = [4465 "futures 0.3.25",4466 "log",4467 "pin-project",4468 "rand 0.8.5",4469 "salsa20",4470 "sha3",4471]44724473[[package]]4474name = "libp2p-relay"4475version = "0.10.0"4476source = "registry+https://github.com/rust-lang/crates.io-index"4477checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4478dependencies = [4479 "asynchronous-codec",4480 "bytes",4481 "either",4482 "futures 0.3.25",4483 "futures-timer",4484 "instant",4485 "libp2p-core",4486 "libp2p-swarm",4487 "log",4488 "pin-project",4489 "prost 0.10.4",4490 "prost-build 0.10.4",4491 "prost-codec",4492 "rand 0.8.5",4493 "smallvec",4494 "static_assertions",4495 "thiserror",4496 "void",4497]44984499[[package]]4500name = "libp2p-rendezvous"4501version = "0.7.0"4502source = "registry+https://github.com/rust-lang/crates.io-index"4503checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4504dependencies = [4505 "asynchronous-codec",4506 "bimap",4507 "futures 0.3.25",4508 "futures-timer",4509 "instant",4510 "libp2p-core",4511 "libp2p-swarm",4512 "log",4513 "prost 0.10.4",4514 "prost-build 0.10.4",4515 "rand 0.8.5",4516 "sha2 0.10.6",4517 "thiserror",4518 "unsigned-varint",4519 "void",4520]45214522[[package]]4523name = "libp2p-request-response"4524version = "0.19.0"4525source = "registry+https://github.com/rust-lang/crates.io-index"4526checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4527dependencies = [4528 "async-trait",4529 "bytes",4530 "futures 0.3.25",4531 "instant",4532 "libp2p-core",4533 "libp2p-swarm",4534 "log",4535 "rand 0.7.3",4536 "smallvec",4537 "unsigned-varint",4538]45394540[[package]]4541name = "libp2p-swarm"4542version = "0.37.0"4543source = "registry+https://github.com/rust-lang/crates.io-index"4544checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4545dependencies = [4546 "either",4547 "fnv",4548 "futures 0.3.25",4549 "futures-timer",4550 "instant",4551 "libp2p-core",4552 "log",4553 "pin-project",4554 "rand 0.7.3",4555 "smallvec",4556 "thiserror",4557 "void",4558]45594560[[package]]4561name = "libp2p-swarm-derive"4562version = "0.28.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4565dependencies = [4566 "quote",4567 "syn",4568]45694570[[package]]4571name = "libp2p-tcp"4572version = "0.34.0"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4575dependencies = [4576 "async-io",4577 "futures 0.3.25",4578 "futures-timer",4579 "if-watch",4580 "ipnet",4581 "libc",4582 "libp2p-core",4583 "log",4584 "socket2",4585]45864587[[package]]4588name = "libp2p-uds"4589version = "0.33.0"4590source = "registry+https://github.com/rust-lang/crates.io-index"4591checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4592dependencies = [4593 "async-std",4594 "futures 0.3.25",4595 "libp2p-core",4596 "log",4597]45984599[[package]]4600name = "libp2p-wasm-ext"4601version = "0.34.0"4602source = "registry+https://github.com/rust-lang/crates.io-index"4603checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4604dependencies = [4605 "futures 0.3.25",4606 "js-sys",4607 "libp2p-core",4608 "parity-send-wrapper",4609 "wasm-bindgen",4610 "wasm-bindgen-futures",4611]46124613[[package]]4614name = "libp2p-websocket"4615version = "0.36.0"4616source = "registry+https://github.com/rust-lang/crates.io-index"4617checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4618dependencies = [4619 "either",4620 "futures 0.3.25",4621 "futures-rustls",4622 "libp2p-core",4623 "log",4624 "parking_lot 0.12.1",4625 "quicksink",4626 "rw-stream-sink",4627 "soketto",4628 "url",4629 "webpki-roots",4630]46314632[[package]]4633name = "libp2p-yamux"4634version = "0.38.0"4635source = "registry+https://github.com/rust-lang/crates.io-index"4636checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4637dependencies = [4638 "futures 0.3.25",4639 "libp2p-core",4640 "parking_lot 0.12.1",4641 "thiserror",4642 "yamux",4643]46444645[[package]]4646name = "librocksdb-sys"4647version = "0.6.1+6.28.2"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4650dependencies = [4651 "bindgen",4652 "bzip2-sys",4653 "cc",4654 "glob",4655 "libc",4656 "libz-sys",4657 "tikv-jemalloc-sys",4658]46594660[[package]]4661name = "libsecp256k1"4662version = "0.7.1"4663source = "registry+https://github.com/rust-lang/crates.io-index"4664checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4665dependencies = [4666 "arrayref",4667 "base64",4668 "digest 0.9.0",4669 "hmac-drbg",4670 "libsecp256k1-core",4671 "libsecp256k1-gen-ecmult",4672 "libsecp256k1-gen-genmult",4673 "rand 0.8.5",4674 "serde",4675 "sha2 0.9.9",4676 "typenum",4677]46784679[[package]]4680name = "libsecp256k1-core"4681version = "0.3.0"4682source = "registry+https://github.com/rust-lang/crates.io-index"4683checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4684dependencies = [4685 "crunchy",4686 "digest 0.9.0",4687 "subtle",4688]46894690[[package]]4691name = "libsecp256k1-gen-ecmult"4692version = "0.3.0"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4695dependencies = [4696 "libsecp256k1-core",4697]46984699[[package]]4700name = "libsecp256k1-gen-genmult"4701version = "0.3.0"4702source = "registry+https://github.com/rust-lang/crates.io-index"4703checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4704dependencies = [4705 "libsecp256k1-core",4706]47074708[[package]]4709name = "libz-sys"4710version = "1.1.8"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4713dependencies = [4714 "cc",4715 "pkg-config",4716 "vcpkg",4717]47184719[[package]]4720name = "link-cplusplus"4721version = "1.0.7"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4724dependencies = [4725 "cc",4726]47274728[[package]]4729name = "linked-hash-map"4730version = "0.5.6"4731source = "registry+https://github.com/rust-lang/crates.io-index"4732checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"47334734[[package]]4735name = "linked_hash_set"4736version = "0.1.4"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4739dependencies = [4740 "linked-hash-map",4741]47424743[[package]]4744name = "linregress"4745version = "0.4.4"4746source = "registry+https://github.com/rust-lang/crates.io-index"4747checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4748dependencies = [4749 "nalgebra",4750 "statrs",4751]47524753[[package]]4754name = "linux-raw-sys"4755version = "0.0.46"4756source = "registry+https://github.com/rust-lang/crates.io-index"4757checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47584759[[package]]4760name = "lock_api"4761version = "0.4.9"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4764dependencies = [4765 "autocfg",4766 "scopeguard",4767]47684769[[package]]4770name = "log"4771version = "0.4.17"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4774dependencies = [4775 "cfg-if 1.0.0",4776 "value-bag",4777]47784779[[package]]4780name = "logtest"4781version = "2.0.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4784dependencies = [4785 "lazy_static",4786 "log",4787]47884789[[package]]4790name = "lru"4791version = "0.7.8"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4794dependencies = [4795 "hashbrown",4796]47974798[[package]]4799name = "lru"4800version = "0.8.1"4801source = "registry+https://github.com/rust-lang/crates.io-index"4802checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4803dependencies = [4804 "hashbrown",4805]48064807[[package]]4808name = "lru-cache"4809version = "0.1.2"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4812dependencies = [4813 "linked-hash-map",4814]48154816[[package]]4817name = "lz4"4818version = "1.24.0"4819source = "registry+https://github.com/rust-lang/crates.io-index"4820checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4821dependencies = [4822 "libc",4823 "lz4-sys",4824]48254826[[package]]4827name = "lz4-sys"4828version = "1.9.4"4829source = "registry+https://github.com/rust-lang/crates.io-index"4830checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4831dependencies = [4832 "cc",4833 "libc",4834]48354836[[package]]4837name = "mach"4838version = "0.3.2"4839source = "registry+https://github.com/rust-lang/crates.io-index"4840checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4841dependencies = [4842 "libc",4843]48444845[[package]]4846name = "match_cfg"4847version = "0.1.0"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48504851[[package]]4852name = "matchers"4853version = "0.0.1"4854source = "registry+https://github.com/rust-lang/crates.io-index"4855checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4856dependencies = [4857 "regex-automata",4858]48594860[[package]]4861name = "matches"4862version = "0.1.9"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48654866[[package]]4867name = "matrixmultiply"4868version = "0.3.2"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4871dependencies = [4872 "rawpointer",4873]48744875[[package]]4876name = "memchr"4877version = "2.5.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48804881[[package]]4882name = "memfd"4883version = "0.6.1"4884source = "registry+https://github.com/rust-lang/crates.io-index"4885checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4886dependencies = [4887 "rustix",4888]48894890[[package]]4891name = "memmap2"4892version = "0.5.7"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4895dependencies = [4896 "libc",4897]48984899[[package]]4900name = "memoffset"4901version = "0.6.5"4902source = "registry+https://github.com/rust-lang/crates.io-index"4903checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4904dependencies = [4905 "autocfg",4906]49074908[[package]]4909name = "memory-db"4910version = "0.29.0"4911source = "registry+https://github.com/rust-lang/crates.io-index"4912checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4913dependencies = [4914 "hash-db",4915 "hashbrown",4916 "parity-util-mem",4917]49184919[[package]]4920name = "memory-lru"4921version = "0.1.1"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4924dependencies = [4925 "lru 0.8.1",4926]49274928[[package]]4929name = "memory_units"4930version = "0.4.0"4931source = "registry+https://github.com/rust-lang/crates.io-index"4932checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"49334934[[package]]4935name = "merlin"4936version = "2.0.1"4937source = "registry+https://github.com/rust-lang/crates.io-index"4938checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4939dependencies = [4940 "byteorder",4941 "keccak",4942 "rand_core 0.5.1",4943 "zeroize",4944]49454946[[package]]4947name = "mick-jaeger"4948version = "0.1.8"4949source = "registry+https://github.com/rust-lang/crates.io-index"4950checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4951dependencies = [4952 "futures 0.3.25",4953 "rand 0.8.5",4954 "thrift",4955]49564957[[package]]4958name = "minimal-lexical"4959version = "0.2.1"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49624963[[package]]4964name = "miniz_oxide"4965version = "0.5.4"4966source = "registry+https://github.com/rust-lang/crates.io-index"4967checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4968dependencies = [4969 "adler",4970]49714972[[package]]4973name = "mio"4974version = "0.8.5"4975source = "registry+https://github.com/rust-lang/crates.io-index"4976checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4977dependencies = [4978 "libc",4979 "log",4980 "wasi 0.11.0+wasi-snapshot-preview1",4981 "windows-sys 0.42.0",4982]49834984[[package]]4985name = "multiaddr"4986version = "0.14.0"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4989dependencies = [4990 "arrayref",4991 "bs58",4992 "byteorder",4993 "data-encoding",4994 "multihash",4995 "percent-encoding",4996 "serde",4997 "static_assertions",4998 "unsigned-varint",4999 "url",5000]50015002[[package]]5003name = "multibase"5004version = "0.9.1"5005source = "registry+https://github.com/rust-lang/crates.io-index"5006checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5007dependencies = [5008 "base-x",5009 "data-encoding",5010 "data-encoding-macro",5011]50125013[[package]]5014name = "multihash"5015version = "0.16.3"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5018dependencies = [5019 "blake2b_simd",5020 "blake2s_simd",5021 "blake3",5022 "core2",5023 "digest 0.10.5",5024 "multihash-derive",5025 "sha2 0.10.6",5026 "sha3",5027 "unsigned-varint",5028]50295030[[package]]5031name = "multihash-derive"5032version = "0.8.0"5033source = "registry+https://github.com/rust-lang/crates.io-index"5034checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5035dependencies = [5036 "proc-macro-crate",5037 "proc-macro-error",5038 "proc-macro2",5039 "quote",5040 "syn",5041 "synstructure",5042]50435044[[package]]5045name = "multimap"5046version = "0.8.3"5047source = "registry+https://github.com/rust-lang/crates.io-index"5048checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50495050[[package]]5051name = "multistream-select"5052version = "0.11.0"5053source = "registry+https://github.com/rust-lang/crates.io-index"5054checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5055dependencies = [5056 "bytes",5057 "futures 0.3.25",5058 "log",5059 "pin-project",5060 "smallvec",5061 "unsigned-varint",5062]50635064[[package]]5065name = "nalgebra"5066version = "0.27.1"5067source = "registry+https://github.com/rust-lang/crates.io-index"5068checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5069dependencies = [5070 "approx",5071 "matrixmultiply",5072 "nalgebra-macros",5073 "num-complex",5074 "num-rational 0.4.1",5075 "num-traits",5076 "rand 0.8.5",5077 "rand_distr",5078 "simba",5079 "typenum",5080]50815082[[package]]5083name = "nalgebra-macros"5084version = "0.1.0"5085source = "registry+https://github.com/rust-lang/crates.io-index"5086checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5087dependencies = [5088 "proc-macro2",5089 "quote",5090 "syn",5091]50925093[[package]]5094name = "names"5095version = "0.13.0"5096source = "registry+https://github.com/rust-lang/crates.io-index"5097checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5098dependencies = [5099 "rand 0.8.5",5100]51015102[[package]]5103name = "nanorand"5104version = "0.7.0"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"51075108[[package]]5109name = "netlink-packet-core"5110version = "0.4.2"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5113dependencies = [5114 "anyhow",5115 "byteorder",5116 "libc",5117 "netlink-packet-utils",5118]51195120[[package]]5121name = "netlink-packet-route"5122version = "0.12.0"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5125dependencies = [5126 "anyhow",5127 "bitflags",5128 "byteorder",5129 "libc",5130 "netlink-packet-core",5131 "netlink-packet-utils",5132]51335134[[package]]5135name = "netlink-packet-utils"5136version = "0.5.1"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5139dependencies = [5140 "anyhow",5141 "byteorder",5142 "paste",5143 "thiserror",5144]51455146[[package]]5147name = "netlink-proto"5148version = "0.10.0"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5151dependencies = [5152 "bytes",5153 "futures 0.3.25",5154 "log",5155 "netlink-packet-core",5156 "netlink-sys",5157 "thiserror",5158 "tokio",5159]51605161[[package]]5162name = "netlink-sys"5163version = "0.8.3"5164source = "registry+https://github.com/rust-lang/crates.io-index"5165checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5166dependencies = [5167 "async-io",5168 "bytes",5169 "futures 0.3.25",5170 "libc",5171 "log",5172]51735174[[package]]5175name = "nix"5176version = "0.24.2"5177source = "registry+https://github.com/rust-lang/crates.io-index"5178checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5179dependencies = [5180 "bitflags",5181 "cfg-if 1.0.0",5182 "libc",5183]51845185[[package]]5186name = "nodrop"5187version = "0.1.14"5188source = "registry+https://github.com/rust-lang/crates.io-index"5189checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51905191[[package]]5192name = "nohash-hasher"5193version = "0.2.0"5194source = "registry+https://github.com/rust-lang/crates.io-index"5195checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51965197[[package]]5198name = "nom"5199version = "7.1.1"5200source = "registry+https://github.com/rust-lang/crates.io-index"5201checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5202dependencies = [5203 "memchr",5204 "minimal-lexical",5205]52065207[[package]]5208name = "num-bigint"5209version = "0.2.6"5210source = "registry+https://github.com/rust-lang/crates.io-index"5211checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5212dependencies = [5213 "autocfg",5214 "num-integer",5215 "num-traits",5216]52175218[[package]]5219name = "num-bigint"5220version = "0.4.3"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5223dependencies = [5224 "autocfg",5225 "num-integer",5226 "num-traits",5227]52285229[[package]]5230name = "num-complex"5231version = "0.4.2"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5234dependencies = [5235 "num-traits",5236]52375238[[package]]5239name = "num-format"5240version = "0.4.3"5241source = "registry+https://github.com/rust-lang/crates.io-index"5242checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5243dependencies = [5244 "arrayvec 0.7.2",5245 "itoa",5246]52475248[[package]]5249name = "num-integer"5250version = "0.1.45"5251source = "registry+https://github.com/rust-lang/crates.io-index"5252checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5253dependencies = [5254 "autocfg",5255 "num-traits",5256]52575258[[package]]5259name = "num-rational"5260version = "0.2.4"5261source = "registry+https://github.com/rust-lang/crates.io-index"5262checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5263dependencies = [5264 "autocfg",5265 "num-bigint 0.2.6",5266 "num-integer",5267 "num-traits",5268]52695270[[package]]5271name = "num-rational"5272version = "0.4.1"5273source = "registry+https://github.com/rust-lang/crates.io-index"5274checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5275dependencies = [5276 "autocfg",5277 "num-bigint 0.4.3",5278 "num-integer",5279 "num-traits",5280]52815282[[package]]5283name = "num-traits"5284version = "0.2.15"5285source = "registry+https://github.com/rust-lang/crates.io-index"5286checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5287dependencies = [5288 "autocfg",5289 "libm",5290]52915292[[package]]5293name = "num_cpus"5294version = "1.13.1"5295source = "registry+https://github.com/rust-lang/crates.io-index"5296checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5297dependencies = [5298 "hermit-abi",5299 "libc",5300]53015302[[package]]5303name = "num_threads"5304version = "0.1.6"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5307dependencies = [5308 "libc",5309]53105311[[package]]5312name = "object"5313version = "0.29.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5316dependencies = [5317 "crc32fast",5318 "hashbrown",5319 "indexmap",5320 "memchr",5321]53225323[[package]]5324name = "once_cell"5325version = "1.15.0"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"53285329[[package]]5330name = "opal-runtime"5331version = "0.9.30"5332dependencies = [5333 "app-promotion-rpc",5334 "cumulus-pallet-aura-ext",5335 "cumulus-pallet-dmp-queue",5336 "cumulus-pallet-parachain-system",5337 "cumulus-pallet-xcm",5338 "cumulus-pallet-xcmp-queue",5339 "cumulus-primitives-core",5340 "cumulus-primitives-timestamp",5341 "cumulus-primitives-utility",5342 "derivative",5343 "evm-coder",5344 "fp-evm-mapping",5345 "fp-rpc",5346 "fp-self-contained",5347 "frame-benchmarking",5348 "frame-executive",5349 "frame-support",5350 "frame-system",5351 "frame-system-benchmarking",5352 "frame-system-rpc-runtime-api",5353 "frame-try-runtime",5354 "hex-literal",5355 "impl-trait-for-tuples",5356 "log",5357 "logtest",5358 "orml-tokens",5359 "orml-traits",5360 "orml-vesting",5361 "orml-xtokens",5362 "pallet-app-promotion",5363 "pallet-aura",5364 "pallet-balances",5365 "pallet-base-fee",5366 "pallet-common",5367 "pallet-configuration",5368 "pallet-ethereum",5369 "pallet-evm",5370 "pallet-evm-coder-substrate",5371 "pallet-evm-contract-helpers",5372 "pallet-evm-migration",5373 "pallet-evm-transaction-payment",5374 "pallet-foreign-assets",5375 "pallet-fungible",5376 "pallet-inflation",5377 "pallet-maintenance",5378 "pallet-nonfungible",5379 "pallet-randomness-collective-flip",5380 "pallet-refungible",5381 "pallet-rmrk-core",5382 "pallet-rmrk-equip",5383 "pallet-structure",5384 "pallet-sudo",5385 "pallet-template-transaction-payment",5386 "pallet-test-utils",5387 "pallet-timestamp",5388 "pallet-transaction-payment",5389 "pallet-transaction-payment-rpc-runtime-api",5390 "pallet-treasury",5391 "pallet-unique",5392 "pallet-unique-scheduler",5393 "pallet-unique-scheduler-v2",5394 "pallet-xcm",5395 "parachain-info",5396 "parity-scale-codec 3.2.1",5397 "polkadot-parachain",5398 "rmrk-rpc",5399 "scale-info",5400 "serde",5401 "smallvec",5402 "sp-api",5403 "sp-arithmetic",5404 "sp-block-builder",5405 "sp-consensus-aura",5406 "sp-core",5407 "sp-inherents",5408 "sp-io",5409 "sp-offchain",5410 "sp-runtime",5411 "sp-session",5412 "sp-std",5413 "sp-transaction-pool",5414 "sp-version",5415 "substrate-wasm-builder",5416 "up-common",5417 "up-data-structs",5418 "up-rpc",5419 "up-sponsorship",5420 "xcm",5421 "xcm-builder",5422 "xcm-executor",5423]54245425[[package]]5426name = "opaque-debug"5427version = "0.2.3"5428source = "registry+https://github.com/rust-lang/crates.io-index"5429checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54305431[[package]]5432name = "opaque-debug"5433version = "0.3.0"5434source = "registry+https://github.com/rust-lang/crates.io-index"5435checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54365437[[package]]5438name = "openssl-probe"5439version = "0.1.5"5440source = "registry+https://github.com/rust-lang/crates.io-index"5441checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54425443[[package]]5444name = "orchestra"5445version = "0.0.1"5446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5447dependencies = [5448 "async-trait",5449 "dyn-clonable",5450 "futures 0.3.25",5451 "futures-timer",5452 "orchestra-proc-macro",5453 "pin-project",5454 "prioritized-metered-channel",5455 "thiserror",5456 "tracing",5457]54585459[[package]]5460name = "orchestra-proc-macro"5461version = "0.0.1"5462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5463dependencies = [5464 "expander 0.0.6",5465 "itertools",5466 "petgraph",5467 "proc-macro-crate",5468 "proc-macro2",5469 "quote",5470 "syn",5471]54725473[[package]]5474name = "ordered-float"5475version = "1.1.1"5476source = "registry+https://github.com/rust-lang/crates.io-index"5477checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5478dependencies = [5479 "num-traits",5480]54815482[[package]]5483name = "orml-tokens"5484version = "0.4.1-dev"5485source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5486dependencies = [5487 "frame-support",5488 "frame-system",5489 "orml-traits",5490 "parity-scale-codec 3.2.1",5491 "scale-info",5492 "serde",5493 "sp-runtime",5494 "sp-std",5495]54965497[[package]]5498name = "orml-traits"5499version = "0.4.1-dev"5500source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5501dependencies = [5502 "frame-support",5503 "impl-trait-for-tuples",5504 "num-traits",5505 "orml-utilities",5506 "parity-scale-codec 3.2.1",5507 "scale-info",5508 "serde",5509 "sp-io",5510 "sp-runtime",5511 "sp-std",5512 "xcm",5513]55145515[[package]]5516name = "orml-utilities"5517version = "0.4.1-dev"5518source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5519dependencies = [5520 "frame-support",5521 "parity-scale-codec 3.2.1",5522 "scale-info",5523 "serde",5524 "sp-io",5525 "sp-runtime",5526 "sp-std",5527]55285529[[package]]5530name = "orml-vesting"5531version = "0.4.1-dev"5532source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5533dependencies = [5534 "frame-support",5535 "frame-system",5536 "parity-scale-codec 3.2.1",5537 "scale-info",5538 "serde",5539 "sp-io",5540 "sp-runtime",5541 "sp-std",5542]55435544[[package]]5545name = "orml-xcm-support"5546version = "0.4.1-dev"5547source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5548dependencies = [5549 "frame-support",5550 "orml-traits",5551 "parity-scale-codec 3.2.1",5552 "sp-runtime",5553 "sp-std",5554 "xcm",5555 "xcm-executor",5556]55575558[[package]]5559name = "orml-xtokens"5560version = "0.4.1-dev"5561source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5562dependencies = [5563 "cumulus-primitives-core",5564 "frame-support",5565 "frame-system",5566 "orml-traits",5567 "orml-xcm-support",5568 "pallet-xcm",5569 "parity-scale-codec 3.2.1",5570 "scale-info",5571 "serde",5572 "sp-io",5573 "sp-runtime",5574 "sp-std",5575 "xcm",5576 "xcm-executor",5577]55785579[[package]]5580name = "os_str_bytes"5581version = "6.3.0"5582source = "registry+https://github.com/rust-lang/crates.io-index"5583checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55845585[[package]]5586name = "owning_ref"5587version = "0.4.1"5588source = "registry+https://github.com/rust-lang/crates.io-index"5589checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5590dependencies = [5591 "stable_deref_trait",5592]55935594[[package]]5595name = "pallet-app-promotion"5596version = "0.1.0"5597dependencies = [5598 "frame-benchmarking",5599 "frame-support",5600 "frame-system",5601 "pallet-balances",5602 "pallet-common",5603 "pallet-evm",5604 "pallet-evm-contract-helpers",5605 "pallet-evm-migration",5606 "pallet-randomness-collective-flip",5607 "pallet-timestamp",5608 "pallet-unique",5609 "parity-scale-codec 3.2.1",5610 "scale-info",5611 "serde",5612 "sp-core",5613 "sp-io",5614 "sp-runtime",5615 "sp-std",5616 "up-data-structs",5617]56185619[[package]]5620name = "pallet-aura"5621version = "4.0.0-dev"5622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5623dependencies = [5624 "frame-support",5625 "frame-system",5626 "pallet-timestamp",5627 "parity-scale-codec 3.2.1",5628 "scale-info",5629 "sp-application-crypto",5630 "sp-consensus-aura",5631 "sp-runtime",5632 "sp-std",5633]56345635[[package]]5636name = "pallet-authority-discovery"5637version = "4.0.0-dev"5638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5639dependencies = [5640 "frame-support",5641 "frame-system",5642 "pallet-session",5643 "parity-scale-codec 3.2.1",5644 "scale-info",5645 "sp-application-crypto",5646 "sp-authority-discovery",5647 "sp-runtime",5648 "sp-std",5649]56505651[[package]]5652name = "pallet-authorship"5653version = "4.0.0-dev"5654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5655dependencies = [5656 "frame-support",5657 "frame-system",5658 "impl-trait-for-tuples",5659 "parity-scale-codec 3.2.1",5660 "scale-info",5661 "sp-authorship",5662 "sp-runtime",5663 "sp-std",5664]56655666[[package]]5667name = "pallet-babe"5668version = "4.0.0-dev"5669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5670dependencies = [5671 "frame-benchmarking",5672 "frame-support",5673 "frame-system",5674 "log",5675 "pallet-authorship",5676 "pallet-session",5677 "pallet-timestamp",5678 "parity-scale-codec 3.2.1",5679 "scale-info",5680 "sp-application-crypto",5681 "sp-consensus-babe",5682 "sp-consensus-vrf",5683 "sp-io",5684 "sp-runtime",5685 "sp-session",5686 "sp-staking",5687 "sp-std",5688]56895690[[package]]5691name = "pallet-bags-list"5692version = "4.0.0-dev"5693source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5694dependencies = [5695 "frame-benchmarking",5696 "frame-election-provider-support",5697 "frame-support",5698 "frame-system",5699 "log",5700 "pallet-balances",5701 "parity-scale-codec 3.2.1",5702 "scale-info",5703 "sp-core",5704 "sp-io",5705 "sp-runtime",5706 "sp-std",5707 "sp-tracing",5708]57095710[[package]]5711name = "pallet-balances"5712version = "4.0.0-dev"5713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5714dependencies = [5715 "frame-benchmarking",5716 "frame-support",5717 "frame-system",5718 "log",5719 "parity-scale-codec 3.2.1",5720 "scale-info",5721 "sp-runtime",5722 "sp-std",5723]57245725[[package]]5726name = "pallet-base-fee"5727version = "1.0.0"5728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5729dependencies = [5730 "fp-evm",5731 "frame-support",5732 "frame-system",5733 "parity-scale-codec 3.2.1",5734 "scale-info",5735 "serde",5736 "sp-core",5737 "sp-runtime",5738]57395740[[package]]5741name = "pallet-beefy"5742version = "4.0.0-dev"5743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5744dependencies = [5745 "beefy-primitives",5746 "frame-support",5747 "frame-system",5748 "pallet-session",5749 "parity-scale-codec 3.2.1",5750 "scale-info",5751 "serde",5752 "sp-runtime",5753 "sp-std",5754]57555756[[package]]5757name = "pallet-beefy-mmr"5758version = "4.0.0-dev"5759source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5760dependencies = [5761 "array-bytes",5762 "beefy-merkle-tree",5763 "beefy-primitives",5764 "frame-support",5765 "frame-system",5766 "log",5767 "pallet-beefy",5768 "pallet-mmr",5769 "pallet-session",5770 "parity-scale-codec 3.2.1",5771 "scale-info",5772 "serde",5773 "sp-core",5774 "sp-io",5775 "sp-runtime",5776 "sp-std",5777]57785779[[package]]5780name = "pallet-bounties"5781version = "4.0.0-dev"5782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5783dependencies = [5784 "frame-benchmarking",5785 "frame-support",5786 "frame-system",5787 "log",5788 "pallet-treasury",5789 "parity-scale-codec 3.2.1",5790 "scale-info",5791 "sp-core",5792 "sp-io",5793 "sp-runtime",5794 "sp-std",5795]57965797[[package]]5798name = "pallet-child-bounties"5799version = "4.0.0-dev"5800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5801dependencies = [5802 "frame-benchmarking",5803 "frame-support",5804 "frame-system",5805 "log",5806 "pallet-bounties",5807 "pallet-treasury",5808 "parity-scale-codec 3.2.1",5809 "scale-info",5810 "sp-core",5811 "sp-io",5812 "sp-runtime",5813 "sp-std",5814]58155816[[package]]5817name = "pallet-collective"5818version = "4.0.0-dev"5819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5820dependencies = [5821 "frame-benchmarking",5822 "frame-support",5823 "frame-system",5824 "log",5825 "parity-scale-codec 3.2.1",5826 "scale-info",5827 "sp-core",5828 "sp-io",5829 "sp-runtime",5830 "sp-std",5831]58325833[[package]]5834name = "pallet-common"5835version = "0.1.10"5836dependencies = [5837 "ethereum",5838 "evm-coder",5839 "fp-evm-mapping",5840 "frame-benchmarking",5841 "frame-support",5842 "frame-system",5843 "pallet-evm",5844 "pallet-evm-coder-substrate",5845 "parity-scale-codec 3.2.1",5846 "scale-info",5847 "serde",5848 "sp-core",5849 "sp-runtime",5850 "sp-std",5851 "up-data-structs",5852]58535854[[package]]5855name = "pallet-configuration"5856version = "0.1.1"5857dependencies = [5858 "fp-evm",5859 "frame-support",5860 "frame-system",5861 "parity-scale-codec 3.2.1",5862 "scale-info",5863 "smallvec",5864 "sp-arithmetic",5865 "sp-core",5866 "sp-runtime",5867 "sp-std",5868]58695870[[package]]5871name = "pallet-democracy"5872version = "4.0.0-dev"5873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5874dependencies = [5875 "frame-benchmarking",5876 "frame-support",5877 "frame-system",5878 "parity-scale-codec 3.2.1",5879 "scale-info",5880 "serde",5881 "sp-io",5882 "sp-runtime",5883 "sp-std",5884]58855886[[package]]5887name = "pallet-election-provider-multi-phase"5888version = "4.0.0-dev"5889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5890dependencies = [5891 "frame-benchmarking",5892 "frame-election-provider-support",5893 "frame-support",5894 "frame-system",5895 "log",5896 "pallet-election-provider-support-benchmarking",5897 "parity-scale-codec 3.2.1",5898 "rand 0.7.3",5899 "scale-info",5900 "sp-arithmetic",5901 "sp-core",5902 "sp-io",5903 "sp-npos-elections",5904 "sp-runtime",5905 "sp-std",5906 "static_assertions",5907 "strum",5908]59095910[[package]]5911name = "pallet-election-provider-support-benchmarking"5912version = "4.0.0-dev"5913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5914dependencies = [5915 "frame-benchmarking",5916 "frame-election-provider-support",5917 "frame-system",5918 "parity-scale-codec 3.2.1",5919 "sp-npos-elections",5920 "sp-runtime",5921]59225923[[package]]5924name = "pallet-elections-phragmen"5925version = "5.0.0-dev"5926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5927dependencies = [5928 "frame-benchmarking",5929 "frame-support",5930 "frame-system",5931 "log",5932 "parity-scale-codec 3.2.1",5933 "scale-info",5934 "sp-core",5935 "sp-io",5936 "sp-npos-elections",5937 "sp-runtime",5938 "sp-std",5939]59405941[[package]]5942name = "pallet-ethereum"5943version = "4.0.0-dev"5944source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5945dependencies = [5946 "ethereum",5947 "ethereum-types",5948 "evm",5949 "fp-consensus",5950 "fp-evm",5951 "fp-evm-mapping",5952 "fp-rpc",5953 "fp-self-contained",5954 "fp-storage",5955 "frame-support",5956 "frame-system",5957 "log",5958 "pallet-evm",5959 "pallet-timestamp",5960 "parity-scale-codec 3.2.1",5961 "rlp",5962 "scale-info",5963 "serde",5964 "sha3",5965 "sp-io",5966 "sp-runtime",5967 "sp-std",5968]59695970[[package]]5971name = "pallet-evm"5972version = "6.0.0-dev"5973source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5974dependencies = [5975 "evm",5976 "fp-evm",5977 "fp-evm-mapping",5978 "frame-benchmarking",5979 "frame-support",5980 "frame-system",5981 "hex",5982 "impl-trait-for-tuples",5983 "log",5984 "pallet-timestamp",5985 "parity-scale-codec 3.2.1",5986 "primitive-types",5987 "rlp",5988 "scale-info",5989 "serde",5990 "sha3",5991 "sp-core",5992 "sp-io",5993 "sp-runtime",5994 "sp-std",5995]59965997[[package]]5998name = "pallet-evm-coder-substrate"5999version = "0.1.3"6000dependencies = [6001 "ethereum",6002 "evm-coder",6003 "frame-benchmarking",6004 "frame-support",6005 "frame-system",6006 "pallet-ethereum",6007 "pallet-evm",6008 "parity-scale-codec 3.2.1",6009 "scale-info",6010 "sp-core",6011 "sp-std",6012 "up-data-structs",6013]60146015[[package]]6016name = "pallet-evm-contract-helpers"6017version = "0.3.0"6018dependencies = [6019 "ethereum",6020 "evm-coder",6021 "fp-evm-mapping",6022 "frame-support",6023 "frame-system",6024 "log",6025 "pallet-common",6026 "pallet-evm",6027 "pallet-evm-coder-substrate",6028 "pallet-evm-transaction-payment",6029 "parity-scale-codec 3.2.1",6030 "scale-info",6031 "sp-core",6032 "sp-runtime",6033 "sp-std",6034 "up-data-structs",6035 "up-sponsorship",6036]60376038[[package]]6039name = "pallet-evm-migration"6040version = "0.1.1"6041dependencies = [6042 "fp-evm",6043 "frame-benchmarking",6044 "frame-support",6045 "frame-system",6046 "pallet-evm",6047 "parity-scale-codec 3.2.1",6048 "scale-info",6049 "sp-core",6050 "sp-io",6051 "sp-runtime",6052 "sp-std",6053]60546055[[package]]6056name = "pallet-evm-transaction-payment"6057version = "0.1.1"6058dependencies = [6059 "fp-evm",6060 "fp-evm-mapping",6061 "frame-support",6062 "frame-system",6063 "pallet-ethereum",6064 "pallet-evm",6065 "parity-scale-codec 3.2.1",6066 "scale-info",6067 "sp-core",6068 "sp-io",6069 "sp-runtime",6070 "sp-std",6071 "up-sponsorship",6072]60736074[[package]]6075name = "pallet-fast-unstake"6076version = "4.0.0-dev"6077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6078dependencies = [6079 "frame-benchmarking",6080 "frame-election-provider-support",6081 "frame-support",6082 "frame-system",6083 "log",6084 "pallet-balances",6085 "pallet-staking",6086 "pallet-timestamp",6087 "parity-scale-codec 3.2.1",6088 "scale-info",6089 "sp-io",6090 "sp-runtime",6091 "sp-staking",6092 "sp-std",6093]60946095[[package]]6096name = "pallet-foreign-assets"6097version = "0.1.0"6098dependencies = [6099 "frame-benchmarking",6100 "frame-support",6101 "frame-system",6102 "hex",6103 "log",6104 "orml-tokens",6105 "pallet-balances",6106 "pallet-common",6107 "pallet-fungible",6108 "pallet-timestamp",6109 "parity-scale-codec 3.2.1",6110 "scale-info",6111 "serde",6112 "serde_json",6113 "sp-core",6114 "sp-io",6115 "sp-runtime",6116 "sp-std",6117 "up-data-structs",6118 "xcm",6119 "xcm-builder",6120 "xcm-executor",6121]61226123[[package]]6124name = "pallet-fungible"6125version = "0.1.6"6126dependencies = [6127 "ethereum",6128 "evm-coder",6129 "frame-benchmarking",6130 "frame-support",6131 "frame-system",6132 "pallet-common",6133 "pallet-evm",6134 "pallet-evm-coder-substrate",6135 "pallet-structure",6136 "parity-scale-codec 3.2.1",6137 "scale-info",6138 "sp-core",6139 "sp-runtime",6140 "sp-std",6141 "up-data-structs",6142]61436144[[package]]6145name = "pallet-gilt"6146version = "4.0.0-dev"6147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6148dependencies = [6149 "frame-benchmarking",6150 "frame-support",6151 "frame-system",6152 "parity-scale-codec 3.2.1",6153 "scale-info",6154 "sp-arithmetic",6155 "sp-runtime",6156 "sp-std",6157]61586159[[package]]6160name = "pallet-grandpa"6161version = "4.0.0-dev"6162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6163dependencies = [6164 "frame-benchmarking",6165 "frame-support",6166 "frame-system",6167 "log",6168 "pallet-authorship",6169 "pallet-session",6170 "parity-scale-codec 3.2.1",6171 "scale-info",6172 "sp-application-crypto",6173 "sp-core",6174 "sp-finality-grandpa",6175 "sp-io",6176 "sp-runtime",6177 "sp-session",6178 "sp-staking",6179 "sp-std",6180]61816182[[package]]6183name = "pallet-identity"6184version = "4.0.0-dev"6185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6186dependencies = [6187 "enumflags2",6188 "frame-benchmarking",6189 "frame-support",6190 "frame-system",6191 "parity-scale-codec 3.2.1",6192 "scale-info",6193 "sp-io",6194 "sp-runtime",6195 "sp-std",6196]61976198[[package]]6199name = "pallet-im-online"6200version = "4.0.0-dev"6201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6202dependencies = [6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "log",6207 "pallet-authorship",6208 "parity-scale-codec 3.2.1",6209 "scale-info",6210 "sp-application-crypto",6211 "sp-core",6212 "sp-io",6213 "sp-runtime",6214 "sp-staking",6215 "sp-std",6216]62176218[[package]]6219name = "pallet-indices"6220version = "4.0.0-dev"6221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6222dependencies = [6223 "frame-benchmarking",6224 "frame-support",6225 "frame-system",6226 "parity-scale-codec 3.2.1",6227 "scale-info",6228 "sp-core",6229 "sp-io",6230 "sp-keyring",6231 "sp-runtime",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-inflation"6237version = "0.1.1"6238dependencies = [6239 "frame-benchmarking",6240 "frame-support",6241 "frame-system",6242 "pallet-balances",6243 "pallet-randomness-collective-flip",6244 "pallet-timestamp",6245 "parity-scale-codec 3.2.1",6246 "scale-info",6247 "serde",6248 "sp-core",6249 "sp-io",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-maintenance"6256version = "0.1.0"6257dependencies = [6258 "frame-benchmarking",6259 "frame-support",6260 "frame-system",6261 "parity-scale-codec 3.2.1",6262 "scale-info",6263 "sp-std",6264]62656266[[package]]6267name = "pallet-membership"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6270dependencies = [6271 "frame-benchmarking",6272 "frame-support",6273 "frame-system",6274 "log",6275 "parity-scale-codec 3.2.1",6276 "scale-info",6277 "sp-core",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-mmr"6285version = "4.0.0-dev"6286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6287dependencies = [6288 "ckb-merkle-mountain-range",6289 "frame-benchmarking",6290 "frame-support",6291 "frame-system",6292 "parity-scale-codec 3.2.1",6293 "scale-info",6294 "sp-core",6295 "sp-io",6296 "sp-mmr-primitives",6297 "sp-runtime",6298 "sp-std",6299]63006301[[package]]6302name = "pallet-mmr-rpc"6303version = "3.0.0"6304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6305dependencies = [6306 "jsonrpsee",6307 "parity-scale-codec 3.2.1",6308 "serde",6309 "sp-api",6310 "sp-blockchain",6311 "sp-core",6312 "sp-mmr-primitives",6313 "sp-runtime",6314]63156316[[package]]6317name = "pallet-multisig"6318version = "4.0.0-dev"6319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6320dependencies = [6321 "frame-benchmarking",6322 "frame-support",6323 "frame-system",6324 "parity-scale-codec 3.2.1",6325 "scale-info",6326 "sp-io",6327 "sp-runtime",6328 "sp-std",6329]63306331[[package]]6332name = "pallet-nomination-pools"6333version = "1.0.0"6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6335dependencies = [6336 "frame-support",6337 "frame-system",6338 "log",6339 "parity-scale-codec 3.2.1",6340 "scale-info",6341 "sp-core",6342 "sp-io",6343 "sp-runtime",6344 "sp-staking",6345 "sp-std",6346]63476348[[package]]6349name = "pallet-nomination-pools-benchmarking"6350version = "1.0.0"6351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6352dependencies = [6353 "frame-benchmarking",6354 "frame-election-provider-support",6355 "frame-support",6356 "frame-system",6357 "pallet-bags-list",6358 "pallet-nomination-pools",6359 "pallet-staking",6360 "parity-scale-codec 3.2.1",6361 "scale-info",6362 "sp-runtime",6363 "sp-runtime-interface",6364 "sp-staking",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-nomination-pools-runtime-api"6370version = "1.0.0-dev"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6372dependencies = [6373 "parity-scale-codec 3.2.1",6374 "sp-api",6375 "sp-std",6376]63776378[[package]]6379name = "pallet-nonfungible"6380version = "0.1.7"6381dependencies = [6382 "ethereum",6383 "evm-coder",6384 "frame-benchmarking",6385 "frame-support",6386 "frame-system",6387 "pallet-common",6388 "pallet-evm",6389 "pallet-evm-coder-substrate",6390 "pallet-structure",6391 "parity-scale-codec 3.2.1",6392 "scale-info",6393 "sp-core",6394 "sp-runtime",6395 "sp-std",6396 "struct-versioning",6397 "up-data-structs",6398]63996400[[package]]6401name = "pallet-offences"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6404dependencies = [6405 "frame-support",6406 "frame-system",6407 "log",6408 "pallet-balances",6409 "parity-scale-codec 3.2.1",6410 "scale-info",6411 "serde",6412 "sp-runtime",6413 "sp-staking",6414 "sp-std",6415]64166417[[package]]6418name = "pallet-offences-benchmarking"6419version = "4.0.0-dev"6420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6421dependencies = [6422 "frame-benchmarking",6423 "frame-election-provider-support",6424 "frame-support",6425 "frame-system",6426 "pallet-babe",6427 "pallet-balances",6428 "pallet-grandpa",6429 "pallet-im-online",6430 "pallet-offences",6431 "pallet-session",6432 "pallet-staking",6433 "parity-scale-codec 3.2.1",6434 "scale-info",6435 "sp-runtime",6436 "sp-staking",6437 "sp-std",6438]64396440[[package]]6441name = "pallet-preimage"6442version = "4.0.0-dev"6443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6444dependencies = [6445 "frame-benchmarking",6446 "frame-support",6447 "frame-system",6448 "parity-scale-codec 3.2.1",6449 "scale-info",6450 "sp-core",6451 "sp-io",6452 "sp-runtime",6453 "sp-std",6454]64556456[[package]]6457name = "pallet-proxy"6458version = "4.0.0-dev"6459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6460dependencies = [6461 "frame-benchmarking",6462 "frame-support",6463 "frame-system",6464 "parity-scale-codec 3.2.1",6465 "scale-info",6466 "sp-io",6467 "sp-runtime",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-randomness-collective-flip"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6475dependencies = [6476 "frame-support",6477 "frame-system",6478 "parity-scale-codec 3.2.1",6479 "safe-mix",6480 "scale-info",6481 "sp-runtime",6482 "sp-std",6483]64846485[[package]]6486name = "pallet-recovery"6487version = "4.0.0-dev"6488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6489dependencies = [6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "parity-scale-codec 3.2.1",6494 "scale-info",6495 "sp-io",6496 "sp-runtime",6497 "sp-std",6498]64996500[[package]]6501name = "pallet-refungible"6502version = "0.2.6"6503dependencies = [6504 "derivative",6505 "ethereum",6506 "evm-coder",6507 "frame-benchmarking",6508 "frame-support",6509 "frame-system",6510 "pallet-common",6511 "pallet-evm",6512 "pallet-evm-coder-substrate",6513 "pallet-structure",6514 "parity-scale-codec 3.2.1",6515 "scale-info",6516 "sp-core",6517 "sp-runtime",6518 "sp-std",6519 "struct-versioning",6520 "up-data-structs",6521]65226523[[package]]6524name = "pallet-rmrk-core"6525version = "0.1.2"6526dependencies = [6527 "derivative",6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "pallet-common",6532 "pallet-evm",6533 "pallet-nonfungible",6534 "pallet-structure",6535 "parity-scale-codec 3.2.1",6536 "rmrk-traits",6537 "scale-info",6538 "sp-core",6539 "sp-runtime",6540 "sp-std",6541 "up-data-structs",6542]65436544[[package]]6545name = "pallet-rmrk-equip"6546version = "0.1.2"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "pallet-common",6552 "pallet-evm",6553 "pallet-nonfungible",6554 "pallet-rmrk-core",6555 "parity-scale-codec 3.2.1",6556 "rmrk-traits",6557 "scale-info",6558 "sp-core",6559 "sp-runtime",6560 "sp-std",6561 "up-data-structs",6562]65636564[[package]]6565name = "pallet-scheduler"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6568dependencies = [6569 "frame-benchmarking",6570 "frame-support",6571 "frame-system",6572 "log",6573 "parity-scale-codec 3.2.1",6574 "scale-info",6575 "sp-io",6576 "sp-runtime",6577 "sp-std",6578]65796580[[package]]6581name = "pallet-session"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6584dependencies = [6585 "frame-support",6586 "frame-system",6587 "impl-trait-for-tuples",6588 "log",6589 "pallet-timestamp",6590 "parity-scale-codec 3.2.1",6591 "scale-info",6592 "sp-core",6593 "sp-io",6594 "sp-runtime",6595 "sp-session",6596 "sp-staking",6597 "sp-std",6598 "sp-trie",6599]66006601[[package]]6602name = "pallet-session-benchmarking"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6605dependencies = [6606 "frame-benchmarking",6607 "frame-support",6608 "frame-system",6609 "pallet-session",6610 "pallet-staking",6611 "rand 0.7.3",6612 "sp-runtime",6613 "sp-session",6614 "sp-std",6615]66166617[[package]]6618name = "pallet-society"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6621dependencies = [6622 "frame-support",6623 "frame-system",6624 "parity-scale-codec 3.2.1",6625 "rand_chacha 0.2.2",6626 "scale-info",6627 "sp-runtime",6628 "sp-std",6629]66306631[[package]]6632name = "pallet-staking"6633version = "4.0.0-dev"6634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6635dependencies = [6636 "frame-benchmarking",6637 "frame-election-provider-support",6638 "frame-support",6639 "frame-system",6640 "log",6641 "pallet-authorship",6642 "pallet-session",6643 "parity-scale-codec 3.2.1",6644 "rand_chacha 0.2.2",6645 "scale-info",6646 "serde",6647 "sp-application-crypto",6648 "sp-io",6649 "sp-runtime",6650 "sp-staking",6651 "sp-std",6652]66536654[[package]]6655name = "pallet-staking-reward-curve"6656version = "4.0.0-dev"6657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6658dependencies = [6659 "proc-macro-crate",6660 "proc-macro2",6661 "quote",6662 "syn",6663]66646665[[package]]6666name = "pallet-staking-reward-fn"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6669dependencies = [6670 "log",6671 "sp-arithmetic",6672]66736674[[package]]6675name = "pallet-structure"6676version = "0.1.2"6677dependencies = [6678 "frame-benchmarking",6679 "frame-support",6680 "frame-system",6681 "pallet-common",6682 "pallet-evm",6683 "parity-scale-codec 3.2.1",6684 "scale-info",6685 "sp-std",6686 "up-data-structs",6687]66886689[[package]]6690name = "pallet-sudo"6691version = "4.0.0-dev"6692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6693dependencies = [6694 "frame-support",6695 "frame-system",6696 "parity-scale-codec 3.2.1",6697 "scale-info",6698 "sp-io",6699 "sp-runtime",6700 "sp-std",6701]67026703[[package]]6704name = "pallet-template-transaction-payment"6705version = "3.0.0"6706source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6707dependencies = [6708 "frame-benchmarking",6709 "frame-support",6710 "frame-system",6711 "pallet-balances",6712 "pallet-transaction-payment",6713 "parity-scale-codec 3.2.1",6714 "scale-info",6715 "serde",6716 "sp-core",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720 "up-sponsorship",6721]67226723[[package]]6724name = "pallet-test-utils"6725version = "0.1.0"6726dependencies = [6727 "frame-support",6728 "frame-system",6729 "pallet-unique-scheduler-v2",6730 "parity-scale-codec 3.2.1",6731 "scale-info",6732 "sp-std",6733]67346735[[package]]6736name = "pallet-timestamp"6737version = "4.0.0-dev"6738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6739dependencies = [6740 "frame-benchmarking",6741 "frame-support",6742 "frame-system",6743 "log",6744 "parity-scale-codec 3.2.1",6745 "scale-info",6746 "sp-inherents",6747 "sp-io",6748 "sp-runtime",6749 "sp-std",6750 "sp-timestamp",6751]67526753[[package]]6754name = "pallet-tips"6755version = "4.0.0-dev"6756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6757dependencies = [6758 "frame-benchmarking",6759 "frame-support",6760 "frame-system",6761 "log",6762 "pallet-treasury",6763 "parity-scale-codec 3.2.1",6764 "scale-info",6765 "serde",6766 "sp-core",6767 "sp-io",6768 "sp-runtime",6769 "sp-std",6770]67716772[[package]]6773name = "pallet-transaction-payment"6774version = "4.0.0-dev"6775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6776dependencies = [6777 "frame-support",6778 "frame-system",6779 "parity-scale-codec 3.2.1",6780 "scale-info",6781 "serde",6782 "sp-core",6783 "sp-io",6784 "sp-runtime",6785 "sp-std",6786]67876788[[package]]6789name = "pallet-transaction-payment-rpc"6790version = "4.0.0-dev"6791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6792dependencies = [6793 "jsonrpsee",6794 "pallet-transaction-payment-rpc-runtime-api",6795 "parity-scale-codec 3.2.1",6796 "sp-api",6797 "sp-blockchain",6798 "sp-core",6799 "sp-rpc",6800 "sp-runtime",6801]68026803[[package]]6804name = "pallet-transaction-payment-rpc-runtime-api"6805version = "4.0.0-dev"6806source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6807dependencies = [6808 "pallet-transaction-payment",6809 "parity-scale-codec 3.2.1",6810 "sp-api",6811 "sp-runtime",6812]68136814[[package]]6815name = "pallet-treasury"6816version = "4.0.0-dev"6817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6818dependencies = [6819 "frame-benchmarking",6820 "frame-support",6821 "frame-system",6822 "impl-trait-for-tuples",6823 "pallet-balances",6824 "parity-scale-codec 3.2.1",6825 "scale-info",6826 "serde",6827 "sp-runtime",6828 "sp-std",6829]68306831[[package]]6832name = "pallet-unique"6833version = "0.2.1"6834dependencies = [6835 "ethereum",6836 "evm-coder",6837 "frame-benchmarking",6838 "frame-support",6839 "frame-system",6840 "pallet-common",6841 "pallet-evm",6842 "pallet-evm-coder-substrate",6843 "pallet-nonfungible",6844 "pallet-refungible",6845 "parity-scale-codec 3.2.1",6846 "scale-info",6847 "serde",6848 "sp-core",6849 "sp-io",6850 "sp-runtime",6851 "sp-std",6852 "up-data-structs",6853]68546855[[package]]6856name = "pallet-unique-scheduler"6857version = "0.1.1"6858dependencies = [6859 "frame-benchmarking",6860 "frame-support",6861 "frame-system",6862 "log",6863 "parity-scale-codec 3.2.1",6864 "scale-info",6865 "serde",6866 "sp-core",6867 "sp-io",6868 "sp-runtime",6869 "sp-std",6870 "substrate-test-utils",6871 "up-sponsorship",6872]68736874[[package]]6875name = "pallet-unique-scheduler-v2"6876version = "0.1.0"6877dependencies = [6878 "frame-benchmarking",6879 "frame-support",6880 "frame-system",6881 "log",6882 "pallet-preimage",6883 "parity-scale-codec 3.2.1",6884 "scale-info",6885 "sp-core",6886 "sp-io",6887 "sp-runtime",6888 "sp-std",6889 "substrate-test-utils",6890]68916892[[package]]6893name = "pallet-utility"6894version = "4.0.0-dev"6895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6896dependencies = [6897 "frame-benchmarking",6898 "frame-support",6899 "frame-system",6900 "parity-scale-codec 3.2.1",6901 "scale-info",6902 "sp-core",6903 "sp-io",6904 "sp-runtime",6905 "sp-std",6906]69076908[[package]]6909name = "pallet-vesting"6910version = "4.0.0-dev"6911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"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]69226923[[package]]6924name = "pallet-xcm"6925version = "0.9.30"6926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6927dependencies = [6928 "frame-support",6929 "frame-system",6930 "log",6931 "parity-scale-codec 3.2.1",6932 "scale-info",6933 "serde",6934 "sp-core",6935 "sp-runtime",6936 "sp-std",6937 "xcm",6938 "xcm-executor",6939]69406941[[package]]6942name = "pallet-xcm-benchmarks"6943version = "0.9.30"6944source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6945dependencies = [6946 "frame-benchmarking",6947 "frame-support",6948 "frame-system",6949 "log",6950 "parity-scale-codec 3.2.1",6951 "scale-info",6952 "sp-runtime",6953 "sp-std",6954 "xcm",6955 "xcm-executor",6956]69576958[[package]]6959name = "parachain-info"6960version = "0.1.0"6961source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6962dependencies = [6963 "cumulus-primitives-core",6964 "frame-support",6965 "frame-system",6966 "parity-scale-codec 3.2.1",6967 "scale-info",6968 "serde",6969]69706971[[package]]6972name = "parity-db"6973version = "0.3.17"6974source = "registry+https://github.com/rust-lang/crates.io-index"6975checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6976dependencies = [6977 "blake2-rfc",6978 "crc32fast",6979 "fs2",6980 "hex",6981 "libc",6982 "log",6983 "lz4",6984 "memmap2",6985 "parking_lot 0.12.1",6986 "rand 0.8.5",6987 "snap",6988]69896990[[package]]6991name = "parity-scale-codec"6992version = "2.3.1"6993source = "registry+https://github.com/rust-lang/crates.io-index"6994checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6995dependencies = [6996 "arrayvec 0.7.2",6997 "bitvec 0.20.4",6998 "byte-slice-cast",6999 "impl-trait-for-tuples",7000 "parity-scale-codec-derive 2.3.1",7001 "serde",7002]70037004[[package]]7005name = "parity-scale-codec"7006version = "3.2.1"7007source = "registry+https://github.com/rust-lang/crates.io-index"7008checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7009dependencies = [7010 "arrayvec 0.7.2",7011 "bitvec 1.0.1",7012 "byte-slice-cast",7013 "bytes",7014 "impl-trait-for-tuples",7015 "parity-scale-codec-derive 3.1.3",7016 "serde",7017]70187019[[package]]7020name = "parity-scale-codec-derive"7021version = "2.3.1"7022source = "registry+https://github.com/rust-lang/crates.io-index"7023checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7024dependencies = [7025 "proc-macro-crate",7026 "proc-macro2",7027 "quote",7028 "syn",7029]70307031[[package]]7032name = "parity-scale-codec-derive"7033version = "3.1.3"7034source = "registry+https://github.com/rust-lang/crates.io-index"7035checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7036dependencies = [7037 "proc-macro-crate",7038 "proc-macro2",7039 "quote",7040 "syn",7041]70427043[[package]]7044name = "parity-send-wrapper"7045version = "0.1.0"7046source = "registry+https://github.com/rust-lang/crates.io-index"7047checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70487049[[package]]7050name = "parity-util-mem"7051version = "0.11.0"7052source = "registry+https://github.com/rust-lang/crates.io-index"7053checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7054dependencies = [7055 "cfg-if 1.0.0",7056 "ethereum-types",7057 "hashbrown",7058 "impl-trait-for-tuples",7059 "lru 0.7.8",7060 "parity-util-mem-derive",7061 "parking_lot 0.12.1",7062 "primitive-types",7063 "smallvec",7064 "winapi",7065]70667067[[package]]7068name = "parity-util-mem-derive"7069version = "0.1.0"7070source = "registry+https://github.com/rust-lang/crates.io-index"7071checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7072dependencies = [7073 "proc-macro2",7074 "syn",7075 "synstructure",7076]70777078[[package]]7079name = "parity-wasm"7080version = "0.32.0"7081source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7083dependencies = [7084 "byteorder",7085]70867087[[package]]7088name = "parity-wasm"7089version = "0.45.0"7090source = "registry+https://github.com/rust-lang/crates.io-index"7091checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70927093[[package]]7094name = "parking"7095version = "2.0.0"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70987099[[package]]7100name = "parking_lot"7101version = "0.11.2"7102source = "registry+https://github.com/rust-lang/crates.io-index"7103checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7104dependencies = [7105 "instant",7106 "lock_api",7107 "parking_lot_core 0.8.5",7108]71097110[[package]]7111name = "parking_lot"7112version = "0.12.1"7113source = "registry+https://github.com/rust-lang/crates.io-index"7114checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7115dependencies = [7116 "lock_api",7117 "parking_lot_core 0.9.4",7118]71197120[[package]]7121name = "parking_lot_core"7122version = "0.8.5"7123source = "registry+https://github.com/rust-lang/crates.io-index"7124checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7125dependencies = [7126 "cfg-if 1.0.0",7127 "instant",7128 "libc",7129 "redox_syscall",7130 "smallvec",7131 "winapi",7132]71337134[[package]]7135name = "parking_lot_core"7136version = "0.9.4"7137source = "registry+https://github.com/rust-lang/crates.io-index"7138checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7139dependencies = [7140 "cfg-if 1.0.0",7141 "libc",7142 "redox_syscall",7143 "smallvec",7144 "windows-sys 0.42.0",7145]71467147[[package]]7148name = "paste"7149version = "1.0.9"7150source = "registry+https://github.com/rust-lang/crates.io-index"7151checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71527153[[package]]7154name = "pbkdf2"7155version = "0.4.0"7156source = "registry+https://github.com/rust-lang/crates.io-index"7157checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7158dependencies = [7159 "crypto-mac 0.8.0",7160]71617162[[package]]7163name = "pbkdf2"7164version = "0.8.0"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7167dependencies = [7168 "crypto-mac 0.11.1",7169]71707171[[package]]7172name = "peeking_take_while"7173version = "0.1.2"7174source = "registry+https://github.com/rust-lang/crates.io-index"7175checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71767177[[package]]7178name = "percent-encoding"7179version = "2.2.0"7180source = "registry+https://github.com/rust-lang/crates.io-index"7181checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71827183[[package]]7184name = "pest"7185version = "2.4.0"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7188dependencies = [7189 "thiserror",7190 "ucd-trie",7191]71927193[[package]]7194name = "pest_derive"7195version = "2.4.0"7196source = "registry+https://github.com/rust-lang/crates.io-index"7197checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7198dependencies = [7199 "pest",7200 "pest_generator",7201]72027203[[package]]7204name = "pest_generator"7205version = "2.4.0"7206source = "registry+https://github.com/rust-lang/crates.io-index"7207checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7208dependencies = [7209 "pest",7210 "pest_meta",7211 "proc-macro2",7212 "quote",7213 "syn",7214]72157216[[package]]7217name = "pest_meta"7218version = "2.4.0"7219source = "registry+https://github.com/rust-lang/crates.io-index"7220checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7221dependencies = [7222 "once_cell",7223 "pest",7224 "sha1",7225]72267227[[package]]7228name = "petgraph"7229version = "0.6.2"7230source = "registry+https://github.com/rust-lang/crates.io-index"7231checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7232dependencies = [7233 "fixedbitset",7234 "indexmap",7235]72367237[[package]]7238name = "pin-project"7239version = "1.0.12"7240source = "registry+https://github.com/rust-lang/crates.io-index"7241checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7242dependencies = [7243 "pin-project-internal",7244]72457246[[package]]7247name = "pin-project-internal"7248version = "1.0.12"7249source = "registry+https://github.com/rust-lang/crates.io-index"7250checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7251dependencies = [7252 "proc-macro2",7253 "quote",7254 "syn",7255]72567257[[package]]7258name = "pin-project-lite"7259version = "0.1.12"7260source = "registry+https://github.com/rust-lang/crates.io-index"7261checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72627263[[package]]7264name = "pin-project-lite"7265version = "0.2.9"7266source = "registry+https://github.com/rust-lang/crates.io-index"7267checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72687269[[package]]7270name = "pin-utils"7271version = "0.1.0"7272source = "registry+https://github.com/rust-lang/crates.io-index"7273checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72747275[[package]]7276name = "pkcs8"7277version = "0.8.0"7278source = "registry+https://github.com/rust-lang/crates.io-index"7279checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7280dependencies = [7281 "der",7282 "spki",7283 "zeroize",7284]72857286[[package]]7287name = "pkg-config"7288version = "0.3.26"7289source = "registry+https://github.com/rust-lang/crates.io-index"7290checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72917292[[package]]7293name = "platforms"7294version = "2.0.0"7295source = "registry+https://github.com/rust-lang/crates.io-index"7296checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72977298[[package]]7299name = "polkadot-approval-distribution"7300version = "0.9.30"7301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7302dependencies = [7303 "futures 0.3.25",7304 "polkadot-node-network-protocol",7305 "polkadot-node-primitives",7306 "polkadot-node-subsystem",7307 "polkadot-node-subsystem-util",7308 "polkadot-primitives",7309 "rand 0.8.5",7310 "tracing-gum",7311]73127313[[package]]7314name = "polkadot-availability-bitfield-distribution"7315version = "0.9.30"7316source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7317dependencies = [7318 "futures 0.3.25",7319 "polkadot-node-network-protocol",7320 "polkadot-node-subsystem",7321 "polkadot-node-subsystem-util",7322 "polkadot-primitives",7323 "rand 0.8.5",7324 "tracing-gum",7325]73267327[[package]]7328name = "polkadot-availability-distribution"7329version = "0.9.30"7330source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7331dependencies = [7332 "derive_more",7333 "fatality",7334 "futures 0.3.25",7335 "lru 0.7.8",7336 "parity-scale-codec 3.2.1",7337 "polkadot-erasure-coding",7338 "polkadot-node-network-protocol",7339 "polkadot-node-primitives",7340 "polkadot-node-subsystem",7341 "polkadot-node-subsystem-util",7342 "polkadot-primitives",7343 "rand 0.8.5",7344 "sp-core",7345 "sp-keystore",7346 "thiserror",7347 "tracing-gum",7348]73497350[[package]]7351name = "polkadot-availability-recovery"7352version = "0.9.30"7353source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7354dependencies = [7355 "fatality",7356 "futures 0.3.25",7357 "lru 0.7.8",7358 "parity-scale-codec 3.2.1",7359 "polkadot-erasure-coding",7360 "polkadot-node-network-protocol",7361 "polkadot-node-primitives",7362 "polkadot-node-subsystem",7363 "polkadot-node-subsystem-util",7364 "polkadot-primitives",7365 "rand 0.8.5",7366 "sc-network",7367 "thiserror",7368 "tracing-gum",7369]73707371[[package]]7372name = "polkadot-cli"7373version = "0.9.30"7374source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7375dependencies = [7376 "clap",7377 "frame-benchmarking-cli",7378 "futures 0.3.25",7379 "log",7380 "polkadot-client",7381 "polkadot-node-core-pvf",7382 "polkadot-node-metrics",7383 "polkadot-performance-test",7384 "polkadot-service",7385 "sc-cli",7386 "sc-service",7387 "sc-sysinfo",7388 "sc-tracing",7389 "sp-core",7390 "sp-keyring",7391 "sp-trie",7392 "substrate-build-script-utils",7393 "thiserror",7394 "try-runtime-cli",7395]73967397[[package]]7398name = "polkadot-client"7399version = "0.9.30"7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7401dependencies = [7402 "beefy-primitives",7403 "frame-benchmarking",7404 "frame-benchmarking-cli",7405 "frame-system",7406 "frame-system-rpc-runtime-api",7407 "pallet-transaction-payment",7408 "pallet-transaction-payment-rpc-runtime-api",7409 "polkadot-core-primitives",7410 "polkadot-node-core-parachains-inherent",7411 "polkadot-primitives",7412 "polkadot-runtime",7413 "polkadot-runtime-common",7414 "sc-client-api",7415 "sc-consensus",7416 "sc-executor",7417 "sc-service",7418 "sp-api",7419 "sp-authority-discovery",7420 "sp-block-builder",7421 "sp-blockchain",7422 "sp-consensus",7423 "sp-consensus-babe",7424 "sp-core",7425 "sp-finality-grandpa",7426 "sp-inherents",7427 "sp-keyring",7428 "sp-mmr-primitives",7429 "sp-offchain",7430 "sp-runtime",7431 "sp-session",7432 "sp-storage",7433 "sp-timestamp",7434 "sp-transaction-pool",7435]74367437[[package]]7438name = "polkadot-collator-protocol"7439version = "0.9.30"7440source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7441dependencies = [7442 "always-assert",7443 "fatality",7444 "futures 0.3.25",7445 "futures-timer",7446 "polkadot-node-network-protocol",7447 "polkadot-node-primitives",7448 "polkadot-node-subsystem",7449 "polkadot-node-subsystem-util",7450 "polkadot-primitives",7451 "sp-core",7452 "sp-keystore",7453 "sp-runtime",7454 "thiserror",7455 "tracing-gum",7456]74577458[[package]]7459name = "polkadot-core-primitives"7460version = "0.9.30"7461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7462dependencies = [7463 "parity-scale-codec 3.2.1",7464 "parity-util-mem",7465 "scale-info",7466 "sp-core",7467 "sp-runtime",7468 "sp-std",7469]74707471[[package]]7472name = "polkadot-dispute-distribution"7473version = "0.9.30"7474source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7475dependencies = [7476 "derive_more",7477 "fatality",7478 "futures 0.3.25",7479 "lru 0.7.8",7480 "parity-scale-codec 3.2.1",7481 "polkadot-erasure-coding",7482 "polkadot-node-network-protocol",7483 "polkadot-node-primitives",7484 "polkadot-node-subsystem",7485 "polkadot-node-subsystem-util",7486 "polkadot-primitives",7487 "sc-network",7488 "sp-application-crypto",7489 "sp-keystore",7490 "thiserror",7491 "tracing-gum",7492]74937494[[package]]7495name = "polkadot-erasure-coding"7496version = "0.9.30"7497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7498dependencies = [7499 "parity-scale-codec 3.2.1",7500 "polkadot-node-primitives",7501 "polkadot-primitives",7502 "reed-solomon-novelpoly",7503 "sp-core",7504 "sp-trie",7505 "thiserror",7506]75077508[[package]]7509name = "polkadot-gossip-support"7510version = "0.9.30"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7512dependencies = [7513 "futures 0.3.25",7514 "futures-timer",7515 "polkadot-node-network-protocol",7516 "polkadot-node-subsystem",7517 "polkadot-node-subsystem-util",7518 "polkadot-primitives",7519 "rand 0.8.5",7520 "rand_chacha 0.3.1",7521 "sc-network",7522 "sp-application-crypto",7523 "sp-core",7524 "sp-keystore",7525 "tracing-gum",7526]75277528[[package]]7529name = "polkadot-network-bridge"7530version = "0.9.30"7531source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7532dependencies = [7533 "always-assert",7534 "async-trait",7535 "bytes",7536 "fatality",7537 "futures 0.3.25",7538 "parity-scale-codec 3.2.1",7539 "parking_lot 0.12.1",7540 "polkadot-node-network-protocol",7541 "polkadot-node-subsystem",7542 "polkadot-node-subsystem-util",7543 "polkadot-overseer",7544 "polkadot-primitives",7545 "sc-network",7546 "sc-network-common",7547 "sp-consensus",7548 "thiserror",7549 "tracing-gum",7550]75517552[[package]]7553name = "polkadot-node-collation-generation"7554version = "0.9.30"7555source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7556dependencies = [7557 "futures 0.3.25",7558 "parity-scale-codec 3.2.1",7559 "polkadot-erasure-coding",7560 "polkadot-node-primitives",7561 "polkadot-node-subsystem",7562 "polkadot-node-subsystem-util",7563 "polkadot-primitives",7564 "sp-core",7565 "sp-maybe-compressed-blob",7566 "thiserror",7567 "tracing-gum",7568]75697570[[package]]7571name = "polkadot-node-core-approval-voting"7572version = "0.9.30"7573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7574dependencies = [7575 "bitvec 1.0.1",7576 "derive_more",7577 "futures 0.3.25",7578 "futures-timer",7579 "kvdb",7580 "lru 0.7.8",7581 "merlin",7582 "parity-scale-codec 3.2.1",7583 "polkadot-node-jaeger",7584 "polkadot-node-primitives",7585 "polkadot-node-subsystem",7586 "polkadot-node-subsystem-util",7587 "polkadot-overseer",7588 "polkadot-primitives",7589 "sc-keystore",7590 "schnorrkel",7591 "sp-application-crypto",7592 "sp-consensus",7593 "sp-consensus-slots",7594 "sp-runtime",7595 "thiserror",7596 "tracing-gum",7597]75987599[[package]]7600name = "polkadot-node-core-av-store"7601version = "0.9.30"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7603dependencies = [7604 "bitvec 1.0.1",7605 "futures 0.3.25",7606 "futures-timer",7607 "kvdb",7608 "parity-scale-codec 3.2.1",7609 "polkadot-erasure-coding",7610 "polkadot-node-primitives",7611 "polkadot-node-subsystem",7612 "polkadot-node-subsystem-util",7613 "polkadot-overseer",7614 "polkadot-primitives",7615 "thiserror",7616 "tracing-gum",7617]76187619[[package]]7620name = "polkadot-node-core-backing"7621version = "0.9.30"7622source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7623dependencies = [7624 "bitvec 1.0.1",7625 "fatality",7626 "futures 0.3.25",7627 "polkadot-erasure-coding",7628 "polkadot-node-primitives",7629 "polkadot-node-subsystem",7630 "polkadot-node-subsystem-util",7631 "polkadot-primitives",7632 "polkadot-statement-table",7633 "sp-keystore",7634 "thiserror",7635 "tracing-gum",7636]76377638[[package]]7639name = "polkadot-node-core-bitfield-signing"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 "sp-keystore",7648 "thiserror",7649 "tracing-gum",7650 "wasm-timer",7651]76527653[[package]]7654name = "polkadot-node-core-candidate-validation"7655version = "0.9.30"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7657dependencies = [7658 "async-trait",7659 "futures 0.3.25",7660 "parity-scale-codec 3.2.1",7661 "polkadot-node-core-pvf",7662 "polkadot-node-primitives",7663 "polkadot-node-subsystem",7664 "polkadot-node-subsystem-util",7665 "polkadot-parachain",7666 "polkadot-primitives",7667 "sp-maybe-compressed-blob",7668 "tracing-gum",7669]76707671[[package]]7672name = "polkadot-node-core-chain-api"7673version = "0.9.30"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7675dependencies = [7676 "futures 0.3.25",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "sc-client-api",7681 "sc-consensus-babe",7682 "sp-blockchain",7683 "tracing-gum",7684]76857686[[package]]7687name = "polkadot-node-core-chain-selection"7688version = "0.9.30"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7690dependencies = [7691 "futures 0.3.25",7692 "futures-timer",7693 "kvdb",7694 "parity-scale-codec 3.2.1",7695 "polkadot-node-primitives",7696 "polkadot-node-subsystem",7697 "polkadot-node-subsystem-util",7698 "polkadot-primitives",7699 "thiserror",7700 "tracing-gum",7701]77027703[[package]]7704name = "polkadot-node-core-dispute-coordinator"7705version = "0.9.30"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7707dependencies = [7708 "fatality",7709 "futures 0.3.25",7710 "kvdb",7711 "lru 0.7.8",7712 "parity-scale-codec 3.2.1",7713 "polkadot-node-primitives",7714 "polkadot-node-subsystem",7715 "polkadot-node-subsystem-util",7716 "polkadot-primitives",7717 "sc-keystore",7718 "thiserror",7719 "tracing-gum",7720]77217722[[package]]7723name = "polkadot-node-core-parachains-inherent"7724version = "0.9.30"7725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7726dependencies = [7727 "async-trait",7728 "futures 0.3.25",7729 "futures-timer",7730 "polkadot-node-subsystem",7731 "polkadot-primitives",7732 "sp-blockchain",7733 "sp-inherents",7734 "sp-runtime",7735 "thiserror",7736 "tracing-gum",7737]77387739[[package]]7740name = "polkadot-node-core-provisioner"7741version = "0.9.30"7742source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7743dependencies = [7744 "bitvec 1.0.1",7745 "fatality",7746 "futures 0.3.25",7747 "futures-timer",7748 "polkadot-node-primitives",7749 "polkadot-node-subsystem",7750 "polkadot-node-subsystem-util",7751 "polkadot-primitives",7752 "rand 0.8.5",7753 "thiserror",7754 "tracing-gum",7755]77567757[[package]]7758name = "polkadot-node-core-pvf"7759version = "0.9.30"7760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7761dependencies = [7762 "always-assert",7763 "assert_matches",7764 "async-process",7765 "async-std",7766 "futures 0.3.25",7767 "futures-timer",7768 "parity-scale-codec 3.2.1",7769 "pin-project",7770 "polkadot-core-primitives",7771 "polkadot-node-metrics",7772 "polkadot-parachain",7773 "rand 0.8.5",7774 "rayon",7775 "sc-executor",7776 "sc-executor-common",7777 "sc-executor-wasmtime",7778 "slotmap",7779 "sp-core",7780 "sp-externalities",7781 "sp-io",7782 "sp-maybe-compressed-blob",7783 "sp-tracing",7784 "sp-wasm-interface",7785 "tempfile",7786 "tracing-gum",7787]77887789[[package]]7790name = "polkadot-node-core-pvf-checker"7791version = "0.9.30"7792source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7793dependencies = [7794 "futures 0.3.25",7795 "polkadot-node-primitives",7796 "polkadot-node-subsystem",7797 "polkadot-node-subsystem-util",7798 "polkadot-overseer",7799 "polkadot-primitives",7800 "sp-keystore",7801 "thiserror",7802 "tracing-gum",7803]78047805[[package]]7806name = "polkadot-node-core-runtime-api"7807version = "0.9.30"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7809dependencies = [7810 "futures 0.3.25",7811 "memory-lru",7812 "parity-util-mem",7813 "polkadot-node-subsystem",7814 "polkadot-node-subsystem-types",7815 "polkadot-node-subsystem-util",7816 "polkadot-primitives",7817 "sp-consensus-babe",7818 "tracing-gum",7819]78207821[[package]]7822name = "polkadot-node-jaeger"7823version = "0.9.30"7824source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7825dependencies = [7826 "async-std",7827 "lazy_static",7828 "log",7829 "mick-jaeger",7830 "parity-scale-codec 3.2.1",7831 "parking_lot 0.12.1",7832 "polkadot-node-primitives",7833 "polkadot-primitives",7834 "sc-network",7835 "sp-core",7836 "thiserror",7837]78387839[[package]]7840name = "polkadot-node-metrics"7841version = "0.9.30"7842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7843dependencies = [7844 "bs58",7845 "futures 0.3.25",7846 "futures-timer",7847 "log",7848 "parity-scale-codec 3.2.1",7849 "polkadot-primitives",7850 "prioritized-metered-channel",7851 "sc-cli",7852 "sc-service",7853 "sc-tracing",7854 "substrate-prometheus-endpoint",7855 "tracing-gum",7856]78577858[[package]]7859name = "polkadot-node-network-protocol"7860version = "0.9.30"7861source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7862dependencies = [7863 "async-trait",7864 "derive_more",7865 "fatality",7866 "futures 0.3.25",7867 "hex",7868 "parity-scale-codec 3.2.1",7869 "polkadot-node-jaeger",7870 "polkadot-node-primitives",7871 "polkadot-primitives",7872 "rand 0.8.5",7873 "sc-authority-discovery",7874 "sc-network",7875 "sc-network-common",7876 "strum",7877 "thiserror",7878 "tracing-gum",7879]78807881[[package]]7882name = "polkadot-node-primitives"7883version = "0.9.30"7884source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7885dependencies = [7886 "bounded-vec",7887 "futures 0.3.25",7888 "parity-scale-codec 3.2.1",7889 "polkadot-parachain",7890 "polkadot-primitives",7891 "schnorrkel",7892 "serde",7893 "sp-application-crypto",7894 "sp-consensus-babe",7895 "sp-consensus-vrf",7896 "sp-core",7897 "sp-keystore",7898 "sp-maybe-compressed-blob",7899 "thiserror",7900 "zstd",7901]79027903[[package]]7904name = "polkadot-node-subsystem"7905version = "0.9.30"7906source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7907dependencies = [7908 "polkadot-node-jaeger",7909 "polkadot-node-subsystem-types",7910 "polkadot-overseer",7911]79127913[[package]]7914name = "polkadot-node-subsystem-types"7915version = "0.9.30"7916source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7917dependencies = [7918 "async-trait",7919 "derive_more",7920 "futures 0.3.25",7921 "orchestra",7922 "polkadot-node-jaeger",7923 "polkadot-node-network-protocol",7924 "polkadot-node-primitives",7925 "polkadot-primitives",7926 "polkadot-statement-table",7927 "sc-network",7928 "smallvec",7929 "sp-api",7930 "sp-authority-discovery",7931 "sp-consensus-babe",7932 "substrate-prometheus-endpoint",7933 "thiserror",7934]79357936[[package]]7937name = "polkadot-node-subsystem-util"7938version = "0.9.30"7939source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7940dependencies = [7941 "async-trait",7942 "derive_more",7943 "fatality",7944 "futures 0.3.25",7945 "itertools",7946 "kvdb",7947 "lru 0.7.8",7948 "parity-db",7949 "parity-scale-codec 3.2.1",7950 "parity-util-mem",7951 "parking_lot 0.11.2",7952 "pin-project",7953 "polkadot-node-jaeger",7954 "polkadot-node-metrics",7955 "polkadot-node-network-protocol",7956 "polkadot-node-primitives",7957 "polkadot-node-subsystem",7958 "polkadot-overseer",7959 "polkadot-primitives",7960 "prioritized-metered-channel",7961 "rand 0.8.5",7962 "sp-application-crypto",7963 "sp-core",7964 "sp-keystore",7965 "thiserror",7966 "tracing-gum",7967]79687969[[package]]7970name = "polkadot-overseer"7971version = "0.9.30"7972source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7973dependencies = [7974 "async-trait",7975 "futures 0.3.25",7976 "futures-timer",7977 "lru 0.7.8",7978 "orchestra",7979 "parity-util-mem",7980 "parking_lot 0.12.1",7981 "polkadot-node-metrics",7982 "polkadot-node-network-protocol",7983 "polkadot-node-primitives",7984 "polkadot-node-subsystem-types",7985 "polkadot-primitives",7986 "sc-client-api",7987 "sp-api",7988 "sp-core",7989 "tracing-gum",7990]79917992[[package]]7993name = "polkadot-parachain"7994version = "0.9.30"7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7996dependencies = [7997 "derive_more",7998 "frame-support",7999 "parity-scale-codec 3.2.1",8000 "parity-util-mem",8001 "polkadot-core-primitives",8002 "scale-info",8003 "serde",8004 "sp-core",8005 "sp-runtime",8006 "sp-std",8007]80088009[[package]]8010name = "polkadot-performance-test"8011version = "0.9.30"8012source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8013dependencies = [8014 "env_logger",8015 "kusama-runtime",8016 "log",8017 "polkadot-erasure-coding",8018 "polkadot-node-core-pvf",8019 "polkadot-node-primitives",8020 "quote",8021 "thiserror",8022]80238024[[package]]8025name = "polkadot-primitives"8026version = "0.9.30"8027source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8028dependencies = [8029 "bitvec 1.0.1",8030 "frame-system",8031 "hex-literal",8032 "parity-scale-codec 3.2.1",8033 "parity-util-mem",8034 "polkadot-core-primitives",8035 "polkadot-parachain",8036 "scale-info",8037 "serde",8038 "sp-api",8039 "sp-application-crypto",8040 "sp-arithmetic",8041 "sp-authority-discovery",8042 "sp-consensus-slots",8043 "sp-core",8044 "sp-inherents",8045 "sp-io",8046 "sp-keystore",8047 "sp-runtime",8048 "sp-staking",8049 "sp-std",8050 "sp-trie",8051 "sp-version",8052]80538054[[package]]8055name = "polkadot-rpc"8056version = "0.9.30"8057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8058dependencies = [8059 "beefy-gadget",8060 "beefy-gadget-rpc",8061 "jsonrpsee",8062 "pallet-mmr-rpc",8063 "pallet-transaction-payment-rpc",8064 "polkadot-primitives",8065 "sc-chain-spec",8066 "sc-client-api",8067 "sc-consensus-babe",8068 "sc-consensus-babe-rpc",8069 "sc-consensus-epochs",8070 "sc-finality-grandpa",8071 "sc-finality-grandpa-rpc",8072 "sc-rpc",8073 "sc-sync-state-rpc",8074 "sc-transaction-pool-api",8075 "sp-api",8076 "sp-block-builder",8077 "sp-blockchain",8078 "sp-consensus",8079 "sp-consensus-babe",8080 "sp-keystore",8081 "sp-runtime",8082 "substrate-frame-rpc-system",8083 "substrate-state-trie-migration-rpc",8084]80858086[[package]]8087name = "polkadot-runtime"8088version = "0.9.30"8089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8090dependencies = [8091 "beefy-primitives",8092 "bitvec 1.0.1",8093 "frame-benchmarking",8094 "frame-election-provider-support",8095 "frame-executive",8096 "frame-support",8097 "frame-system",8098 "frame-system-benchmarking",8099 "frame-system-rpc-runtime-api",8100 "frame-try-runtime",8101 "hex-literal",8102 "log",8103 "pallet-authority-discovery",8104 "pallet-authorship",8105 "pallet-babe",8106 "pallet-bags-list",8107 "pallet-balances",8108 "pallet-bounties",8109 "pallet-child-bounties",8110 "pallet-collective",8111 "pallet-democracy",8112 "pallet-election-provider-multi-phase",8113 "pallet-election-provider-support-benchmarking",8114 "pallet-elections-phragmen",8115 "pallet-fast-unstake",8116 "pallet-grandpa",8117 "pallet-identity",8118 "pallet-im-online",8119 "pallet-indices",8120 "pallet-membership",8121 "pallet-multisig",8122 "pallet-nomination-pools",8123 "pallet-nomination-pools-benchmarking",8124 "pallet-nomination-pools-runtime-api",8125 "pallet-offences",8126 "pallet-offences-benchmarking",8127 "pallet-preimage",8128 "pallet-proxy",8129 "pallet-scheduler",8130 "pallet-session",8131 "pallet-session-benchmarking",8132 "pallet-staking",8133 "pallet-staking-reward-curve",8134 "pallet-timestamp",8135 "pallet-tips",8136 "pallet-transaction-payment",8137 "pallet-transaction-payment-rpc-runtime-api",8138 "pallet-treasury",8139 "pallet-utility",8140 "pallet-vesting",8141 "pallet-xcm",8142 "parity-scale-codec 3.2.1",8143 "polkadot-primitives",8144 "polkadot-runtime-common",8145 "polkadot-runtime-constants",8146 "polkadot-runtime-parachains",8147 "rustc-hex",8148 "scale-info",8149 "serde",8150 "serde_derive",8151 "smallvec",8152 "sp-api",8153 "sp-authority-discovery",8154 "sp-block-builder",8155 "sp-consensus-babe",8156 "sp-core",8157 "sp-inherents",8158 "sp-io",8159 "sp-mmr-primitives",8160 "sp-npos-elections",8161 "sp-offchain",8162 "sp-runtime",8163 "sp-session",8164 "sp-staking",8165 "sp-std",8166 "sp-transaction-pool",8167 "sp-version",8168 "static_assertions",8169 "substrate-wasm-builder",8170 "xcm",8171 "xcm-builder",8172 "xcm-executor",8173]81748175[[package]]8176name = "polkadot-runtime-common"8177version = "0.9.30"8178source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8179dependencies = [8180 "beefy-primitives",8181 "bitvec 1.0.1",8182 "frame-benchmarking",8183 "frame-election-provider-support",8184 "frame-support",8185 "frame-system",8186 "impl-trait-for-tuples",8187 "libsecp256k1",8188 "log",8189 "pallet-authorship",8190 "pallet-babe",8191 "pallet-bags-list",8192 "pallet-balances",8193 "pallet-beefy-mmr",8194 "pallet-election-provider-multi-phase",8195 "pallet-session",8196 "pallet-staking",8197 "pallet-timestamp",8198 "pallet-transaction-payment",8199 "pallet-treasury",8200 "pallet-vesting",8201 "parity-scale-codec 3.2.1",8202 "polkadot-primitives",8203 "polkadot-runtime-parachains",8204 "rustc-hex",8205 "scale-info",8206 "serde",8207 "serde_derive",8208 "slot-range-helper",8209 "sp-api",8210 "sp-core",8211 "sp-inherents",8212 "sp-io",8213 "sp-npos-elections",8214 "sp-runtime",8215 "sp-session",8216 "sp-staking",8217 "sp-std",8218 "static_assertions",8219 "xcm",8220]82218222[[package]]8223name = "polkadot-runtime-constants"8224version = "0.9.30"8225source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8226dependencies = [8227 "frame-support",8228 "polkadot-primitives",8229 "polkadot-runtime-common",8230 "smallvec",8231 "sp-runtime",8232]82338234[[package]]8235name = "polkadot-runtime-metrics"8236version = "0.9.30"8237source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8238dependencies = [8239 "bs58",8240 "parity-scale-codec 3.2.1",8241 "polkadot-primitives",8242 "sp-std",8243 "sp-tracing",8244]82458246[[package]]8247name = "polkadot-runtime-parachains"8248version = "0.9.30"8249source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8250dependencies = [8251 "bitflags",8252 "bitvec 1.0.1",8253 "derive_more",8254 "frame-benchmarking",8255 "frame-support",8256 "frame-system",8257 "log",8258 "pallet-authority-discovery",8259 "pallet-authorship",8260 "pallet-babe",8261 "pallet-balances",8262 "pallet-session",8263 "pallet-staking",8264 "pallet-timestamp",8265 "pallet-vesting",8266 "parity-scale-codec 3.2.1",8267 "polkadot-primitives",8268 "polkadot-runtime-metrics",8269 "rand 0.8.5",8270 "rand_chacha 0.3.1",8271 "rustc-hex",8272 "scale-info",8273 "serde",8274 "sp-api",8275 "sp-application-crypto",8276 "sp-core",8277 "sp-inherents",8278 "sp-io",8279 "sp-keystore",8280 "sp-runtime",8281 "sp-session",8282 "sp-staking",8283 "sp-std",8284 "static_assertions",8285 "xcm",8286 "xcm-executor",8287]82888289[[package]]8290name = "polkadot-service"8291version = "0.9.30"8292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8293dependencies = [8294 "async-trait",8295 "beefy-gadget",8296 "beefy-primitives",8297 "frame-support",8298 "frame-system-rpc-runtime-api",8299 "futures 0.3.25",8300 "hex-literal",8301 "kusama-runtime",8302 "kvdb",8303 "kvdb-rocksdb",8304 "lru 0.7.8",8305 "pallet-babe",8306 "pallet-im-online",8307 "pallet-staking",8308 "pallet-transaction-payment-rpc-runtime-api",8309 "parity-db",8310 "polkadot-approval-distribution",8311 "polkadot-availability-bitfield-distribution",8312 "polkadot-availability-distribution",8313 "polkadot-availability-recovery",8314 "polkadot-client",8315 "polkadot-collator-protocol",8316 "polkadot-dispute-distribution",8317 "polkadot-gossip-support",8318 "polkadot-network-bridge",8319 "polkadot-node-collation-generation",8320 "polkadot-node-core-approval-voting",8321 "polkadot-node-core-av-store",8322 "polkadot-node-core-backing",8323 "polkadot-node-core-bitfield-signing",8324 "polkadot-node-core-candidate-validation",8325 "polkadot-node-core-chain-api",8326 "polkadot-node-core-chain-selection",8327 "polkadot-node-core-dispute-coordinator",8328 "polkadot-node-core-parachains-inherent",8329 "polkadot-node-core-provisioner",8330 "polkadot-node-core-pvf-checker",8331 "polkadot-node-core-runtime-api",8332 "polkadot-node-network-protocol",8333 "polkadot-node-primitives",8334 "polkadot-node-subsystem",8335 "polkadot-node-subsystem-types",8336 "polkadot-node-subsystem-util",8337 "polkadot-overseer",8338 "polkadot-parachain",8339 "polkadot-primitives",8340 "polkadot-rpc",8341 "polkadot-runtime",8342 "polkadot-runtime-constants",8343 "polkadot-runtime-parachains",8344 "polkadot-statement-distribution",8345 "rococo-runtime",8346 "sc-authority-discovery",8347 "sc-basic-authorship",8348 "sc-block-builder",8349 "sc-chain-spec",8350 "sc-client-api",8351 "sc-client-db",8352 "sc-consensus",8353 "sc-consensus-babe",8354 "sc-consensus-slots",8355 "sc-executor",8356 "sc-finality-grandpa",8357 "sc-keystore",8358 "sc-network",8359 "sc-network-common",8360 "sc-offchain",8361 "sc-service",8362 "sc-sync-state-rpc",8363 "sc-sysinfo",8364 "sc-telemetry",8365 "sc-transaction-pool",8366 "serde",8367 "serde_json",8368 "sp-api",8369 "sp-authority-discovery",8370 "sp-block-builder",8371 "sp-blockchain",8372 "sp-consensus",8373 "sp-consensus-babe",8374 "sp-core",8375 "sp-finality-grandpa",8376 "sp-inherents",8377 "sp-io",8378 "sp-keystore",8379 "sp-offchain",8380 "sp-runtime",8381 "sp-session",8382 "sp-state-machine",8383 "sp-storage",8384 "sp-timestamp",8385 "sp-transaction-pool",8386 "sp-trie",8387 "substrate-prometheus-endpoint",8388 "thiserror",8389 "tracing-gum",8390 "westend-runtime",8391]83928393[[package]]8394name = "polkadot-statement-distribution"8395version = "0.9.30"8396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8397dependencies = [8398 "arrayvec 0.5.2",8399 "fatality",8400 "futures 0.3.25",8401 "indexmap",8402 "parity-scale-codec 3.2.1",8403 "polkadot-node-network-protocol",8404 "polkadot-node-primitives",8405 "polkadot-node-subsystem",8406 "polkadot-node-subsystem-util",8407 "polkadot-primitives",8408 "sp-keystore",8409 "sp-staking",8410 "thiserror",8411 "tracing-gum",8412]84138414[[package]]8415name = "polkadot-statement-table"8416version = "0.9.30"8417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8418dependencies = [8419 "parity-scale-codec 3.2.1",8420 "polkadot-primitives",8421 "sp-core",8422]84238424[[package]]8425name = "polkadot-test-runtime"8426version = "0.9.30"8427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8428dependencies = [8429 "beefy-primitives",8430 "bitvec 1.0.1",8431 "frame-election-provider-support",8432 "frame-executive",8433 "frame-support",8434 "frame-system",8435 "frame-system-rpc-runtime-api",8436 "log",8437 "pallet-authority-discovery",8438 "pallet-authorship",8439 "pallet-babe",8440 "pallet-balances",8441 "pallet-grandpa",8442 "pallet-indices",8443 "pallet-offences",8444 "pallet-session",8445 "pallet-staking",8446 "pallet-staking-reward-curve",8447 "pallet-sudo",8448 "pallet-timestamp",8449 "pallet-transaction-payment",8450 "pallet-transaction-payment-rpc-runtime-api",8451 "pallet-vesting",8452 "pallet-xcm",8453 "parity-scale-codec 3.2.1",8454 "polkadot-parachain",8455 "polkadot-primitives",8456 "polkadot-runtime-common",8457 "polkadot-runtime-parachains",8458 "rustc-hex",8459 "scale-info",8460 "serde",8461 "serde_derive",8462 "smallvec",8463 "sp-api",8464 "sp-authority-discovery",8465 "sp-block-builder",8466 "sp-consensus-babe",8467 "sp-core",8468 "sp-inherents",8469 "sp-io",8470 "sp-mmr-primitives",8471 "sp-offchain",8472 "sp-runtime",8473 "sp-session",8474 "sp-staking",8475 "sp-std",8476 "sp-transaction-pool",8477 "sp-version",8478 "substrate-wasm-builder",8479 "test-runtime-constants",8480 "xcm",8481 "xcm-builder",8482 "xcm-executor",8483]84848485[[package]]8486name = "polkadot-test-service"8487version = "0.9.30"8488source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8489dependencies = [8490 "frame-benchmarking",8491 "frame-system",8492 "futures 0.3.25",8493 "hex",8494 "pallet-balances",8495 "pallet-staking",8496 "pallet-transaction-payment",8497 "polkadot-node-primitives",8498 "polkadot-node-subsystem",8499 "polkadot-overseer",8500 "polkadot-parachain",8501 "polkadot-primitives",8502 "polkadot-rpc",8503 "polkadot-runtime-common",8504 "polkadot-runtime-parachains",8505 "polkadot-service",8506 "polkadot-test-runtime",8507 "rand 0.8.5",8508 "sc-authority-discovery",8509 "sc-chain-spec",8510 "sc-cli",8511 "sc-client-api",8512 "sc-consensus",8513 "sc-consensus-babe",8514 "sc-executor",8515 "sc-finality-grandpa",8516 "sc-network",8517 "sc-network-common",8518 "sc-service",8519 "sc-tracing",8520 "sc-transaction-pool",8521 "sp-arithmetic",8522 "sp-authority-discovery",8523 "sp-blockchain",8524 "sp-consensus",8525 "sp-consensus-babe",8526 "sp-core",8527 "sp-finality-grandpa",8528 "sp-inherents",8529 "sp-keyring",8530 "sp-runtime",8531 "sp-state-machine",8532 "substrate-test-client",8533 "tempfile",8534 "test-runtime-constants",8535 "tokio",8536 "tracing-gum",8537]85388539[[package]]8540name = "polling"8541version = "2.4.0"8542source = "registry+https://github.com/rust-lang/crates.io-index"8543checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8544dependencies = [8545 "autocfg",8546 "cfg-if 1.0.0",8547 "libc",8548 "log",8549 "wepoll-ffi",8550 "winapi",8551]85528553[[package]]8554name = "poly1305"8555version = "0.7.2"8556source = "registry+https://github.com/rust-lang/crates.io-index"8557checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8558dependencies = [8559 "cpufeatures",8560 "opaque-debug 0.3.0",8561 "universal-hash",8562]85638564[[package]]8565name = "polyval"8566version = "0.5.3"8567source = "registry+https://github.com/rust-lang/crates.io-index"8568checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8569dependencies = [8570 "cfg-if 1.0.0",8571 "cpufeatures",8572 "opaque-debug 0.3.0",8573 "universal-hash",8574]85758576[[package]]8577name = "ppv-lite86"8578version = "0.2.16"8579source = "registry+https://github.com/rust-lang/crates.io-index"8580checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85818582[[package]]8583name = "primitive-types"8584version = "0.11.1"8585source = "registry+https://github.com/rust-lang/crates.io-index"8586checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8587dependencies = [8588 "fixed-hash",8589 "impl-codec",8590 "impl-rlp",8591 "impl-serde",8592 "scale-info",8593 "uint",8594]85958596[[package]]8597name = "prioritized-metered-channel"8598version = "0.2.0"8599source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8600dependencies = [8601 "coarsetime",8602 "crossbeam-queue",8603 "derive_more",8604 "futures 0.3.25",8605 "futures-timer",8606 "nanorand",8607 "thiserror",8608 "tracing",8609]86108611[[package]]8612name = "proc-macro-crate"8613version = "1.2.1"8614source = "registry+https://github.com/rust-lang/crates.io-index"8615checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8616dependencies = [8617 "once_cell",8618 "thiserror",8619 "toml",8620]86218622[[package]]8623name = "proc-macro-error"8624version = "1.0.4"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8627dependencies = [8628 "proc-macro-error-attr",8629 "proc-macro2",8630 "quote",8631 "syn",8632 "version_check",8633]86348635[[package]]8636name = "proc-macro-error-attr"8637version = "1.0.4"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8640dependencies = [8641 "proc-macro2",8642 "quote",8643 "version_check",8644]86458646[[package]]8647name = "proc-macro2"8648version = "1.0.47"8649source = "registry+https://github.com/rust-lang/crates.io-index"8650checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8651dependencies = [8652 "unicode-ident",8653]86548655[[package]]8656name = "prometheus"8657version = "0.13.3"8658source = "registry+https://github.com/rust-lang/crates.io-index"8659checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8660dependencies = [8661 "cfg-if 1.0.0",8662 "fnv",8663 "lazy_static",8664 "memchr",8665 "parking_lot 0.12.1",8666 "thiserror",8667]86688669[[package]]8670name = "prometheus-client"8671version = "0.16.0"8672source = "registry+https://github.com/rust-lang/crates.io-index"8673checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8674dependencies = [8675 "dtoa",8676 "itoa",8677 "owning_ref",8678 "prometheus-client-derive-text-encode",8679]86808681[[package]]8682name = "prometheus-client-derive-text-encode"8683version = "0.2.0"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8686dependencies = [8687 "proc-macro2",8688 "quote",8689 "syn",8690]86918692[[package]]8693name = "prost"8694version = "0.10.4"8695source = "registry+https://github.com/rust-lang/crates.io-index"8696checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8697dependencies = [8698 "bytes",8699 "prost-derive 0.10.1",8700]87018702[[package]]8703name = "prost"8704version = "0.11.0"8705source = "registry+https://github.com/rust-lang/crates.io-index"8706checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8707dependencies = [8708 "bytes",8709 "prost-derive 0.11.0",8710]87118712[[package]]8713name = "prost-build"8714version = "0.10.4"8715source = "registry+https://github.com/rust-lang/crates.io-index"8716checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8717dependencies = [8718 "bytes",8719 "cfg-if 1.0.0",8720 "cmake",8721 "heck",8722 "itertools",8723 "lazy_static",8724 "log",8725 "multimap",8726 "petgraph",8727 "prost 0.10.4",8728 "prost-types 0.10.1",8729 "regex",8730 "tempfile",8731 "which",8732]87338734[[package]]8735name = "prost-build"8736version = "0.11.1"8737source = "registry+https://github.com/rust-lang/crates.io-index"8738checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8739dependencies = [8740 "bytes",8741 "heck",8742 "itertools",8743 "lazy_static",8744 "log",8745 "multimap",8746 "petgraph",8747 "prost 0.11.0",8748 "prost-types 0.11.1",8749 "regex",8750 "tempfile",8751 "which",8752]87538754[[package]]8755name = "prost-codec"8756version = "0.1.0"8757source = "registry+https://github.com/rust-lang/crates.io-index"8758checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8759dependencies = [8760 "asynchronous-codec",8761 "bytes",8762 "prost 0.10.4",8763 "thiserror",8764 "unsigned-varint",8765]87668767[[package]]8768name = "prost-derive"8769version = "0.10.1"8770source = "registry+https://github.com/rust-lang/crates.io-index"8771checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8772dependencies = [8773 "anyhow",8774 "itertools",8775 "proc-macro2",8776 "quote",8777 "syn",8778]87798780[[package]]8781name = "prost-derive"8782version = "0.11.0"8783source = "registry+https://github.com/rust-lang/crates.io-index"8784checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8785dependencies = [8786 "anyhow",8787 "itertools",8788 "proc-macro2",8789 "quote",8790 "syn",8791]87928793[[package]]8794name = "prost-types"8795version = "0.10.1"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8798dependencies = [8799 "bytes",8800 "prost 0.10.4",8801]88028803[[package]]8804name = "prost-types"8805version = "0.11.1"8806source = "registry+https://github.com/rust-lang/crates.io-index"8807checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8808dependencies = [8809 "bytes",8810 "prost 0.11.0",8811]88128813[[package]]8814name = "psm"8815version = "0.1.21"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8818dependencies = [8819 "cc",8820]88218822[[package]]8823name = "quartz-runtime"8824version = "0.9.30"8825dependencies = [8826 "app-promotion-rpc",8827 "cumulus-pallet-aura-ext",8828 "cumulus-pallet-dmp-queue",8829 "cumulus-pallet-parachain-system",8830 "cumulus-pallet-xcm",8831 "cumulus-pallet-xcmp-queue",8832 "cumulus-primitives-core",8833 "cumulus-primitives-timestamp",8834 "cumulus-primitives-utility",8835 "derivative",8836 "evm-coder",8837 "fp-evm-mapping",8838 "fp-rpc",8839 "fp-self-contained",8840 "frame-benchmarking",8841 "frame-executive",8842 "frame-support",8843 "frame-system",8844 "frame-system-benchmarking",8845 "frame-system-rpc-runtime-api",8846 "frame-try-runtime",8847 "hex-literal",8848 "impl-trait-for-tuples",8849 "log",8850 "logtest",8851 "orml-tokens",8852 "orml-traits",8853 "orml-vesting",8854 "orml-xtokens",8855 "pallet-app-promotion",8856 "pallet-aura",8857 "pallet-balances",8858 "pallet-base-fee",8859 "pallet-common",8860 "pallet-configuration",8861 "pallet-ethereum",8862 "pallet-evm",8863 "pallet-evm-coder-substrate",8864 "pallet-evm-contract-helpers",8865 "pallet-evm-migration",8866 "pallet-evm-transaction-payment",8867 "pallet-foreign-assets",8868 "pallet-fungible",8869 "pallet-inflation",8870 "pallet-maintenance",8871 "pallet-nonfungible",8872 "pallet-randomness-collective-flip",8873 "pallet-refungible",8874 "pallet-rmrk-core",8875 "pallet-rmrk-equip",8876 "pallet-structure",8877 "pallet-sudo",8878 "pallet-template-transaction-payment",8879 "pallet-timestamp",8880 "pallet-transaction-payment",8881 "pallet-transaction-payment-rpc-runtime-api",8882 "pallet-treasury",8883 "pallet-unique",8884 "pallet-unique-scheduler",8885 "pallet-xcm",8886 "parachain-info",8887 "parity-scale-codec 3.2.1",8888 "polkadot-parachain",8889 "rmrk-rpc",8890 "scale-info",8891 "serde",8892 "smallvec",8893 "sp-api",8894 "sp-arithmetic",8895 "sp-block-builder",8896 "sp-consensus-aura",8897 "sp-core",8898 "sp-inherents",8899 "sp-io",8900 "sp-offchain",8901 "sp-runtime",8902 "sp-session",8903 "sp-std",8904 "sp-transaction-pool",8905 "sp-version",8906 "substrate-wasm-builder",8907 "up-common",8908 "up-data-structs",8909 "up-rpc",8910 "up-sponsorship",8911 "xcm",8912 "xcm-builder",8913 "xcm-executor",8914]89158916[[package]]8917name = "quick-error"8918version = "1.2.3"8919source = "registry+https://github.com/rust-lang/crates.io-index"8920checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89218922[[package]]8923name = "quicksink"8924version = "0.1.2"8925source = "registry+https://github.com/rust-lang/crates.io-index"8926checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8927dependencies = [8928 "futures-core",8929 "futures-sink",8930 "pin-project-lite 0.1.12",8931]89328933[[package]]8934name = "quote"8935version = "1.0.21"8936source = "registry+https://github.com/rust-lang/crates.io-index"8937checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8938dependencies = [8939 "proc-macro2",8940]89418942[[package]]8943name = "radium"8944version = "0.6.2"8945source = "registry+https://github.com/rust-lang/crates.io-index"8946checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89478948[[package]]8949name = "radium"8950version = "0.7.0"8951source = "registry+https://github.com/rust-lang/crates.io-index"8952checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89538954[[package]]8955name = "rand"8956version = "0.7.3"8957source = "registry+https://github.com/rust-lang/crates.io-index"8958checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8959dependencies = [8960 "getrandom 0.1.16",8961 "libc",8962 "rand_chacha 0.2.2",8963 "rand_core 0.5.1",8964 "rand_hc",8965 "rand_pcg 0.2.1",8966]89678968[[package]]8969name = "rand"8970version = "0.8.5"8971source = "registry+https://github.com/rust-lang/crates.io-index"8972checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8973dependencies = [8974 "libc",8975 "rand_chacha 0.3.1",8976 "rand_core 0.6.4",8977]89788979[[package]]8980name = "rand_chacha"8981version = "0.2.2"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8984dependencies = [8985 "ppv-lite86",8986 "rand_core 0.5.1",8987]89888989[[package]]8990name = "rand_chacha"8991version = "0.3.1"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8994dependencies = [8995 "ppv-lite86",8996 "rand_core 0.6.4",8997]89988999[[package]]9000name = "rand_core"9001version = "0.5.1"9002source = "registry+https://github.com/rust-lang/crates.io-index"9003checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9004dependencies = [9005 "getrandom 0.1.16",9006]90079008[[package]]9009name = "rand_core"9010version = "0.6.4"9011source = "registry+https://github.com/rust-lang/crates.io-index"9012checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9013dependencies = [9014 "getrandom 0.2.8",9015]90169017[[package]]9018name = "rand_distr"9019version = "0.4.3"9020source = "registry+https://github.com/rust-lang/crates.io-index"9021checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9022dependencies = [9023 "num-traits",9024 "rand 0.8.5",9025]90269027[[package]]9028name = "rand_hc"9029version = "0.2.0"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9032dependencies = [9033 "rand_core 0.5.1",9034]90359036[[package]]9037name = "rand_pcg"9038version = "0.2.1"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9041dependencies = [9042 "rand_core 0.5.1",9043]90449045[[package]]9046name = "rand_pcg"9047version = "0.3.1"9048source = "registry+https://github.com/rust-lang/crates.io-index"9049checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9050dependencies = [9051 "rand_core 0.6.4",9052]90539054[[package]]9055name = "rawpointer"9056version = "0.2.1"9057source = "registry+https://github.com/rust-lang/crates.io-index"9058checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90599060[[package]]9061name = "rayon"9062version = "1.5.3"9063source = "registry+https://github.com/rust-lang/crates.io-index"9064checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9065dependencies = [9066 "autocfg",9067 "crossbeam-deque",9068 "either",9069 "rayon-core",9070]90719072[[package]]9073name = "rayon-core"9074version = "1.9.3"9075source = "registry+https://github.com/rust-lang/crates.io-index"9076checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9077dependencies = [9078 "crossbeam-channel",9079 "crossbeam-deque",9080 "crossbeam-utils",9081 "num_cpus",9082]90839084[[package]]9085name = "redox_syscall"9086version = "0.2.16"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9089dependencies = [9090 "bitflags",9091]90929093[[package]]9094name = "redox_users"9095version = "0.4.3"9096source = "registry+https://github.com/rust-lang/crates.io-index"9097checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9098dependencies = [9099 "getrandom 0.2.8",9100 "redox_syscall",9101 "thiserror",9102]91039104[[package]]9105name = "reed-solomon-novelpoly"9106version = "1.0.0"9107source = "registry+https://github.com/rust-lang/crates.io-index"9108checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9109dependencies = [9110 "derive_more",9111 "fs-err",9112 "itertools",9113 "static_init 0.5.2",9114 "thiserror",9115]91169117[[package]]9118name = "ref-cast"9119version = "1.0.12"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9122dependencies = [9123 "ref-cast-impl",9124]91259126[[package]]9127name = "ref-cast-impl"9128version = "1.0.12"9129source = "registry+https://github.com/rust-lang/crates.io-index"9130checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9131dependencies = [9132 "proc-macro2",9133 "quote",9134 "syn",9135]91369137[[package]]9138name = "regalloc2"9139version = "0.3.2"9140source = "registry+https://github.com/rust-lang/crates.io-index"9141checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9142dependencies = [9143 "fxhash",9144 "log",9145 "slice-group-by",9146 "smallvec",9147]91489149[[package]]9150name = "regex"9151version = "1.6.0"9152source = "registry+https://github.com/rust-lang/crates.io-index"9153checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9154dependencies = [9155 "aho-corasick",9156 "memchr",9157 "regex-syntax",9158]91599160[[package]]9161name = "regex-automata"9162version = "0.1.10"9163source = "registry+https://github.com/rust-lang/crates.io-index"9164checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9165dependencies = [9166 "regex-syntax",9167]91689169[[package]]9170name = "regex-syntax"9171version = "0.6.27"9172source = "registry+https://github.com/rust-lang/crates.io-index"9173checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91749175[[package]]9176name = "remote-externalities"9177version = "0.10.0-dev"9178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9179dependencies = [9180 "env_logger",9181 "jsonrpsee",9182 "log",9183 "parity-scale-codec 3.2.1",9184 "serde",9185 "serde_json",9186 "sp-core",9187 "sp-io",9188 "sp-runtime",9189 "sp-version",9190]91919192[[package]]9193name = "remove_dir_all"9194version = "0.5.3"9195source = "registry+https://github.com/rust-lang/crates.io-index"9196checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9197dependencies = [9198 "winapi",9199]92009201[[package]]9202name = "resolv-conf"9203version = "0.7.0"9204source = "registry+https://github.com/rust-lang/crates.io-index"9205checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9206dependencies = [9207 "hostname",9208 "quick-error",9209]92109211[[package]]9212name = "rfc6979"9213version = "0.1.0"9214source = "registry+https://github.com/rust-lang/crates.io-index"9215checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9216dependencies = [9217 "crypto-bigint",9218 "hmac 0.11.0",9219 "zeroize",9220]92219222[[package]]9223name = "ring"9224version = "0.16.20"9225source = "registry+https://github.com/rust-lang/crates.io-index"9226checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9227dependencies = [9228 "cc",9229 "libc",9230 "once_cell",9231 "spin",9232 "untrusted",9233 "web-sys",9234 "winapi",9235]92369237[[package]]9238name = "rlp"9239version = "0.5.2"9240source = "registry+https://github.com/rust-lang/crates.io-index"9241checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9242dependencies = [9243 "bytes",9244 "rustc-hex",9245]92469247[[package]]9248name = "rlp-derive"9249version = "0.1.0"9250source = "registry+https://github.com/rust-lang/crates.io-index"9251checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9252dependencies = [9253 "proc-macro2",9254 "quote",9255 "syn",9256]92579258[[package]]9259name = "rmrk-rpc"9260version = "0.0.2"9261dependencies = [9262 "parity-scale-codec 2.3.1",9263 "rmrk-traits",9264 "serde",9265 "sp-api",9266 "sp-core",9267 "sp-runtime",9268 "sp-std",9269]92709271[[package]]9272name = "rmrk-traits"9273version = "0.1.0"9274dependencies = [9275 "parity-scale-codec 3.2.1",9276 "scale-info",9277 "serde",9278]92799280[[package]]9281name = "rocksdb"9282version = "0.18.0"9283source = "registry+https://github.com/rust-lang/crates.io-index"9284checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9285dependencies = [9286 "libc",9287 "librocksdb-sys",9288]92899290[[package]]9291name = "rococo-runtime"9292version = "0.9.30"9293source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9294dependencies = [9295 "beefy-merkle-tree",9296 "beefy-primitives",9297 "frame-benchmarking",9298 "frame-executive",9299 "frame-support",9300 "frame-system",9301 "frame-system-benchmarking",9302 "frame-system-rpc-runtime-api",9303 "hex-literal",9304 "log",9305 "pallet-authority-discovery",9306 "pallet-authorship",9307 "pallet-babe",9308 "pallet-balances",9309 "pallet-beefy",9310 "pallet-beefy-mmr",9311 "pallet-bounties",9312 "pallet-child-bounties",9313 "pallet-collective",9314 "pallet-democracy",9315 "pallet-elections-phragmen",9316 "pallet-gilt",9317 "pallet-grandpa",9318 "pallet-identity",9319 "pallet-im-online",9320 "pallet-indices",9321 "pallet-membership",9322 "pallet-mmr",9323 "pallet-multisig",9324 "pallet-offences",9325 "pallet-preimage",9326 "pallet-proxy",9327 "pallet-recovery",9328 "pallet-scheduler",9329 "pallet-session",9330 "pallet-society",9331 "pallet-staking",9332 "pallet-sudo",9333 "pallet-timestamp",9334 "pallet-tips",9335 "pallet-transaction-payment",9336 "pallet-transaction-payment-rpc-runtime-api",9337 "pallet-treasury",9338 "pallet-utility",9339 "pallet-vesting",9340 "pallet-xcm",9341 "pallet-xcm-benchmarks",9342 "parity-scale-codec 3.2.1",9343 "polkadot-parachain",9344 "polkadot-primitives",9345 "polkadot-runtime-common",9346 "polkadot-runtime-parachains",9347 "rococo-runtime-constants",9348 "scale-info",9349 "serde",9350 "serde_derive",9351 "smallvec",9352 "sp-api",9353 "sp-authority-discovery",9354 "sp-block-builder",9355 "sp-consensus-babe",9356 "sp-core",9357 "sp-inherents",9358 "sp-io",9359 "sp-mmr-primitives",9360 "sp-offchain",9361 "sp-runtime",9362 "sp-session",9363 "sp-staking",9364 "sp-std",9365 "sp-transaction-pool",9366 "sp-version",9367 "static_assertions",9368 "substrate-wasm-builder",9369 "xcm",9370 "xcm-builder",9371 "xcm-executor",9372]93739374[[package]]9375name = "rococo-runtime-constants"9376version = "0.9.30"9377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9378dependencies = [9379 "frame-support",9380 "polkadot-primitives",9381 "polkadot-runtime-common",9382 "smallvec",9383 "sp-runtime",9384]93859386[[package]]9387name = "rpassword"9388version = "7.1.0"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9391dependencies = [9392 "libc",9393 "winapi",9394]93959396[[package]]9397name = "rtnetlink"9398version = "0.10.1"9399source = "registry+https://github.com/rust-lang/crates.io-index"9400checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9401dependencies = [9402 "async-global-executor",9403 "futures 0.3.25",9404 "log",9405 "netlink-packet-route",9406 "netlink-proto",9407 "nix",9408 "thiserror",9409]94109411[[package]]9412name = "rustc-demangle"9413version = "0.1.21"9414source = "registry+https://github.com/rust-lang/crates.io-index"9415checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94169417[[package]]9418name = "rustc-hash"9419version = "1.1.0"9420source = "registry+https://github.com/rust-lang/crates.io-index"9421checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94229423[[package]]9424name = "rustc-hex"9425version = "2.1.0"9426source = "registry+https://github.com/rust-lang/crates.io-index"9427checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94289429[[package]]9430name = "rustc_version"9431version = "0.2.3"9432source = "registry+https://github.com/rust-lang/crates.io-index"9433checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9434dependencies = [9435 "semver 0.9.0",9436]94379438[[package]]9439name = "rustc_version"9440version = "0.4.0"9441source = "registry+https://github.com/rust-lang/crates.io-index"9442checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9443dependencies = [9444 "semver 1.0.14",9445]94469447[[package]]9448name = "rustix"9449version = "0.35.12"9450source = "registry+https://github.com/rust-lang/crates.io-index"9451checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9452dependencies = [9453 "bitflags",9454 "errno",9455 "io-lifetimes",9456 "libc",9457 "linux-raw-sys",9458 "windows-sys 0.36.1",9459]94609461[[package]]9462name = "rustls"9463version = "0.20.7"9464source = "registry+https://github.com/rust-lang/crates.io-index"9465checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9466dependencies = [9467 "log",9468 "ring",9469 "sct",9470 "webpki",9471]94729473[[package]]9474name = "rustls-native-certs"9475version = "0.6.2"9476source = "registry+https://github.com/rust-lang/crates.io-index"9477checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9478dependencies = [9479 "openssl-probe",9480 "rustls-pemfile",9481 "schannel",9482 "security-framework",9483]94849485[[package]]9486name = "rustls-pemfile"9487version = "1.0.1"9488source = "registry+https://github.com/rust-lang/crates.io-index"9489checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9490dependencies = [9491 "base64",9492]94939494[[package]]9495name = "rustversion"9496version = "1.0.9"9497source = "registry+https://github.com/rust-lang/crates.io-index"9498checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94999500[[package]]9501name = "rw-stream-sink"9502version = "0.3.0"9503source = "registry+https://github.com/rust-lang/crates.io-index"9504checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9505dependencies = [9506 "futures 0.3.25",9507 "pin-project",9508 "static_assertions",9509]95109511[[package]]9512name = "ryu"9513version = "1.0.11"9514source = "registry+https://github.com/rust-lang/crates.io-index"9515checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"95169517[[package]]9518name = "safe-mix"9519version = "1.0.1"9520source = "registry+https://github.com/rust-lang/crates.io-index"9521checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9522dependencies = [9523 "rustc_version 0.2.3",9524]95259526[[package]]9527name = "salsa20"9528version = "0.10.2"9529source = "registry+https://github.com/rust-lang/crates.io-index"9530checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9531dependencies = [9532 "cipher 0.4.3",9533]95349535[[package]]9536name = "same-file"9537version = "1.0.6"9538source = "registry+https://github.com/rust-lang/crates.io-index"9539checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9540dependencies = [9541 "winapi-util",9542]95439544[[package]]9545name = "sc-allocator"9546version = "4.1.0-dev"9547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9548dependencies = [9549 "log",9550 "sp-core",9551 "sp-wasm-interface",9552 "thiserror",9553]95549555[[package]]9556name = "sc-authority-discovery"9557version = "0.10.0-dev"9558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9559dependencies = [9560 "async-trait",9561 "futures 0.3.25",9562 "futures-timer",9563 "ip_network",9564 "libp2p",9565 "log",9566 "parity-scale-codec 3.2.1",9567 "prost 0.10.4",9568 "prost-build 0.10.4",9569 "rand 0.7.3",9570 "sc-client-api",9571 "sc-network-common",9572 "sp-api",9573 "sp-authority-discovery",9574 "sp-blockchain",9575 "sp-core",9576 "sp-keystore",9577 "sp-runtime",9578 "substrate-prometheus-endpoint",9579 "thiserror",9580]95819582[[package]]9583name = "sc-basic-authorship"9584version = "0.10.0-dev"9585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9586dependencies = [9587 "futures 0.3.25",9588 "futures-timer",9589 "log",9590 "parity-scale-codec 3.2.1",9591 "sc-block-builder",9592 "sc-client-api",9593 "sc-proposer-metrics",9594 "sc-telemetry",9595 "sc-transaction-pool-api",9596 "sp-api",9597 "sp-blockchain",9598 "sp-consensus",9599 "sp-core",9600 "sp-inherents",9601 "sp-runtime",9602 "substrate-prometheus-endpoint",9603]96049605[[package]]9606name = "sc-block-builder"9607version = "0.10.0-dev"9608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9609dependencies = [9610 "parity-scale-codec 3.2.1",9611 "sc-client-api",9612 "sp-api",9613 "sp-block-builder",9614 "sp-blockchain",9615 "sp-core",9616 "sp-inherents",9617 "sp-runtime",9618 "sp-state-machine",9619]96209621[[package]]9622name = "sc-chain-spec"9623version = "4.0.0-dev"9624source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9625dependencies = [9626 "impl-trait-for-tuples",9627 "memmap2",9628 "parity-scale-codec 3.2.1",9629 "sc-chain-spec-derive",9630 "sc-network-common",9631 "sc-telemetry",9632 "serde",9633 "serde_json",9634 "sp-core",9635 "sp-runtime",9636]96379638[[package]]9639name = "sc-chain-spec-derive"9640version = "4.0.0-dev"9641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9642dependencies = [9643 "proc-macro-crate",9644 "proc-macro2",9645 "quote",9646 "syn",9647]96489649[[package]]9650name = "sc-cli"9651version = "0.10.0-dev"9652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9653dependencies = [9654 "array-bytes",9655 "chrono",9656 "clap",9657 "fdlimit",9658 "futures 0.3.25",9659 "libp2p",9660 "log",9661 "names",9662 "parity-scale-codec 3.2.1",9663 "rand 0.7.3",9664 "regex",9665 "rpassword",9666 "sc-client-api",9667 "sc-client-db",9668 "sc-keystore",9669 "sc-network",9670 "sc-network-common",9671 "sc-service",9672 "sc-telemetry",9673 "sc-tracing",9674 "sc-utils",9675 "serde",9676 "serde_json",9677 "sp-blockchain",9678 "sp-core",9679 "sp-keyring",9680 "sp-keystore",9681 "sp-panic-handler",9682 "sp-runtime",9683 "sp-version",9684 "thiserror",9685 "tiny-bip39",9686 "tokio",9687]96889689[[package]]9690name = "sc-client-api"9691version = "4.0.0-dev"9692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9693dependencies = [9694 "fnv",9695 "futures 0.3.25",9696 "hash-db",9697 "log",9698 "parity-scale-codec 3.2.1",9699 "parking_lot 0.12.1",9700 "sc-executor",9701 "sc-transaction-pool-api",9702 "sc-utils",9703 "sp-api",9704 "sp-blockchain",9705 "sp-consensus",9706 "sp-core",9707 "sp-database",9708 "sp-externalities",9709 "sp-keystore",9710 "sp-runtime",9711 "sp-state-machine",9712 "sp-storage",9713 "sp-trie",9714 "substrate-prometheus-endpoint",9715]97169717[[package]]9718name = "sc-client-db"9719version = "0.10.0-dev"9720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9721dependencies = [9722 "hash-db",9723 "kvdb",9724 "kvdb-memorydb",9725 "kvdb-rocksdb",9726 "linked-hash-map",9727 "log",9728 "parity-db",9729 "parity-scale-codec 3.2.1",9730 "parking_lot 0.12.1",9731 "sc-client-api",9732 "sc-state-db",9733 "sp-arithmetic",9734 "sp-blockchain",9735 "sp-core",9736 "sp-database",9737 "sp-runtime",9738 "sp-state-machine",9739 "sp-trie",9740]97419742[[package]]9743name = "sc-consensus"9744version = "0.10.0-dev"9745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9746dependencies = [9747 "async-trait",9748 "futures 0.3.25",9749 "futures-timer",9750 "libp2p",9751 "log",9752 "parking_lot 0.12.1",9753 "sc-client-api",9754 "sc-utils",9755 "serde",9756 "sp-api",9757 "sp-blockchain",9758 "sp-consensus",9759 "sp-core",9760 "sp-runtime",9761 "sp-state-machine",9762 "substrate-prometheus-endpoint",9763 "thiserror",9764]97659766[[package]]9767name = "sc-consensus-aura"9768version = "0.10.0-dev"9769source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9770dependencies = [9771 "async-trait",9772 "futures 0.3.25",9773 "log",9774 "parity-scale-codec 3.2.1",9775 "sc-block-builder",9776 "sc-client-api",9777 "sc-consensus",9778 "sc-consensus-slots",9779 "sc-telemetry",9780 "sp-api",9781 "sp-application-crypto",9782 "sp-block-builder",9783 "sp-blockchain",9784 "sp-consensus",9785 "sp-consensus-aura",9786 "sp-consensus-slots",9787 "sp-core",9788 "sp-inherents",9789 "sp-keystore",9790 "sp-runtime",9791 "substrate-prometheus-endpoint",9792 "thiserror",9793]97949795[[package]]9796name = "sc-consensus-babe"9797version = "0.10.0-dev"9798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9799dependencies = [9800 "async-trait",9801 "fork-tree",9802 "futures 0.3.25",9803 "log",9804 "merlin",9805 "num-bigint 0.2.6",9806 "num-rational 0.2.4",9807 "num-traits",9808 "parity-scale-codec 3.2.1",9809 "parking_lot 0.12.1",9810 "rand 0.7.3",9811 "sc-client-api",9812 "sc-consensus",9813 "sc-consensus-epochs",9814 "sc-consensus-slots",9815 "sc-keystore",9816 "sc-telemetry",9817 "schnorrkel",9818 "serde",9819 "sp-api",9820 "sp-application-crypto",9821 "sp-block-builder",9822 "sp-blockchain",9823 "sp-consensus",9824 "sp-consensus-babe",9825 "sp-consensus-slots",9826 "sp-consensus-vrf",9827 "sp-core",9828 "sp-inherents",9829 "sp-io",9830 "sp-keystore",9831 "sp-runtime",9832 "sp-version",9833 "substrate-prometheus-endpoint",9834 "thiserror",9835]98369837[[package]]9838name = "sc-consensus-babe-rpc"9839version = "0.10.0-dev"9840source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9841dependencies = [9842 "futures 0.3.25",9843 "jsonrpsee",9844 "sc-consensus-babe",9845 "sc-consensus-epochs",9846 "sc-rpc-api",9847 "serde",9848 "sp-api",9849 "sp-application-crypto",9850 "sp-blockchain",9851 "sp-consensus",9852 "sp-consensus-babe",9853 "sp-core",9854 "sp-keystore",9855 "sp-runtime",9856 "thiserror",9857]98589859[[package]]9860name = "sc-consensus-epochs"9861version = "0.10.0-dev"9862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9863dependencies = [9864 "fork-tree",9865 "parity-scale-codec 3.2.1",9866 "sc-client-api",9867 "sc-consensus",9868 "sp-blockchain",9869 "sp-runtime",9870]98719872[[package]]9873name = "sc-consensus-manual-seal"9874version = "0.10.0-dev"9875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9876dependencies = [9877 "assert_matches",9878 "async-trait",9879 "futures 0.3.25",9880 "jsonrpsee",9881 "log",9882 "parity-scale-codec 3.2.1",9883 "sc-client-api",9884 "sc-consensus",9885 "sc-consensus-aura",9886 "sc-consensus-babe",9887 "sc-consensus-epochs",9888 "sc-transaction-pool",9889 "sc-transaction-pool-api",9890 "serde",9891 "sp-api",9892 "sp-blockchain",9893 "sp-consensus",9894 "sp-consensus-aura",9895 "sp-consensus-babe",9896 "sp-consensus-slots",9897 "sp-core",9898 "sp-inherents",9899 "sp-keystore",9900 "sp-runtime",9901 "sp-timestamp",9902 "substrate-prometheus-endpoint",9903 "thiserror",9904]99059906[[package]]9907name = "sc-consensus-slots"9908version = "0.10.0-dev"9909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9910dependencies = [9911 "async-trait",9912 "futures 0.3.25",9913 "futures-timer",9914 "log",9915 "parity-scale-codec 3.2.1",9916 "sc-client-api",9917 "sc-consensus",9918 "sc-telemetry",9919 "sp-arithmetic",9920 "sp-blockchain",9921 "sp-consensus",9922 "sp-consensus-slots",9923 "sp-core",9924 "sp-inherents",9925 "sp-runtime",9926 "sp-state-machine",9927 "thiserror",9928]99299930[[package]]9931name = "sc-executor"9932version = "0.10.0-dev"9933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9934dependencies = [9935 "lazy_static",9936 "lru 0.7.8",9937 "parity-scale-codec 3.2.1",9938 "parking_lot 0.12.1",9939 "sc-executor-common",9940 "sc-executor-wasmi",9941 "sc-executor-wasmtime",9942 "sp-api",9943 "sp-core",9944 "sp-core-hashing-proc-macro",9945 "sp-externalities",9946 "sp-io",9947 "sp-panic-handler",9948 "sp-runtime-interface",9949 "sp-tasks",9950 "sp-trie",9951 "sp-version",9952 "sp-wasm-interface",9953 "tracing",9954 "wasmi",9955]99569957[[package]]9958name = "sc-executor-common"9959version = "0.10.0-dev"9960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9961dependencies = [9962 "environmental",9963 "parity-scale-codec 3.2.1",9964 "sc-allocator",9965 "sp-maybe-compressed-blob",9966 "sp-sandbox",9967 "sp-wasm-interface",9968 "thiserror",9969 "wasm-instrument",9970 "wasmi",9971]99729973[[package]]9974name = "sc-executor-wasmi"9975version = "0.10.0-dev"9976source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9977dependencies = [9978 "log",9979 "parity-scale-codec 3.2.1",9980 "sc-allocator",9981 "sc-executor-common",9982 "sp-runtime-interface",9983 "sp-sandbox",9984 "sp-wasm-interface",9985 "wasmi",9986]99879988[[package]]9989name = "sc-executor-wasmtime"9990version = "0.10.0-dev"9991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9992dependencies = [9993 "cfg-if 1.0.0",9994 "libc",9995 "log",9996 "once_cell",9997 "parity-scale-codec 3.2.1",9998 "parity-wasm 0.45.0",9999 "rustix",10000 "sc-allocator",10001 "sc-executor-common",10002 "sp-runtime-interface",10003 "sp-sandbox",10004 "sp-wasm-interface",10005 "wasmtime",10006]1000710008[[package]]10009name = "sc-finality-grandpa"10010version = "0.10.0-dev"10011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10012dependencies = [10013 "ahash",10014 "array-bytes",10015 "async-trait",10016 "dyn-clone",10017 "finality-grandpa",10018 "fork-tree",10019 "futures 0.3.25",10020 "futures-timer",10021 "log",10022 "parity-scale-codec 3.2.1",10023 "parking_lot 0.12.1",10024 "rand 0.8.5",10025 "sc-block-builder",10026 "sc-chain-spec",10027 "sc-client-api",10028 "sc-consensus",10029 "sc-keystore",10030 "sc-network",10031 "sc-network-common",10032 "sc-network-gossip",10033 "sc-telemetry",10034 "sc-utils",10035 "serde_json",10036 "sp-api",10037 "sp-application-crypto",10038 "sp-arithmetic",10039 "sp-blockchain",10040 "sp-consensus",10041 "sp-core",10042 "sp-finality-grandpa",10043 "sp-keystore",10044 "sp-runtime",10045 "substrate-prometheus-endpoint",10046 "thiserror",10047]1004810049[[package]]10050name = "sc-finality-grandpa-rpc"10051version = "0.10.0-dev"10052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10053dependencies = [10054 "finality-grandpa",10055 "futures 0.3.25",10056 "jsonrpsee",10057 "log",10058 "parity-scale-codec 3.2.1",10059 "sc-client-api",10060 "sc-finality-grandpa",10061 "sc-rpc",10062 "serde",10063 "serde_json",10064 "sp-blockchain",10065 "sp-core",10066 "sp-runtime",10067 "thiserror",10068]1006910070[[package]]10071name = "sc-informant"10072version = "0.10.0-dev"10073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10074dependencies = [10075 "ansi_term",10076 "futures 0.3.25",10077 "futures-timer",10078 "log",10079 "parity-util-mem",10080 "sc-client-api",10081 "sc-network-common",10082 "sc-transaction-pool-api",10083 "sp-blockchain",10084 "sp-runtime",10085]1008610087[[package]]10088name = "sc-keystore"10089version = "4.0.0-dev"10090source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10091dependencies = [10092 "array-bytes",10093 "async-trait",10094 "parking_lot 0.12.1",10095 "serde_json",10096 "sp-application-crypto",10097 "sp-core",10098 "sp-keystore",10099 "thiserror",10100]1010110102[[package]]10103name = "sc-network"10104version = "0.10.0-dev"10105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10106dependencies = [10107 "array-bytes",10108 "async-trait",10109 "asynchronous-codec",10110 "bitflags",10111 "bytes",10112 "cid",10113 "either",10114 "fnv",10115 "fork-tree",10116 "futures 0.3.25",10117 "futures-timer",10118 "ip_network",10119 "libp2p",10120 "linked-hash-map",10121 "linked_hash_set",10122 "log",10123 "lru 0.7.8",10124 "parity-scale-codec 3.2.1",10125 "parking_lot 0.12.1",10126 "pin-project",10127 "prost 0.10.4",10128 "rand 0.7.3",10129 "sc-block-builder",10130 "sc-client-api",10131 "sc-consensus",10132 "sc-network-common",10133 "sc-peerset",10134 "sc-utils",10135 "serde",10136 "serde_json",10137 "smallvec",10138 "sp-arithmetic",10139 "sp-blockchain",10140 "sp-consensus",10141 "sp-core",10142 "sp-runtime",10143 "substrate-prometheus-endpoint",10144 "thiserror",10145 "unsigned-varint",10146 "zeroize",10147]1014810149[[package]]10150name = "sc-network-bitswap"10151version = "0.10.0-dev"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10153dependencies = [10154 "cid",10155 "futures 0.3.25",10156 "libp2p",10157 "log",10158 "prost 0.11.0",10159 "prost-build 0.11.1",10160 "sc-client-api",10161 "sc-network-common",10162 "sp-blockchain",10163 "sp-runtime",10164 "thiserror",10165 "unsigned-varint",10166 "void",10167]1016810169[[package]]10170name = "sc-network-common"10171version = "0.10.0-dev"10172source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10173dependencies = [10174 "async-trait",10175 "bitflags",10176 "bytes",10177 "futures 0.3.25",10178 "futures-timer",10179 "libp2p",10180 "linked_hash_set",10181 "parity-scale-codec 3.2.1",10182 "prost-build 0.10.4",10183 "sc-consensus",10184 "sc-peerset",10185 "serde",10186 "smallvec",10187 "sp-blockchain",10188 "sp-consensus",10189 "sp-finality-grandpa",10190 "sp-runtime",10191 "substrate-prometheus-endpoint",10192 "thiserror",10193]1019410195[[package]]10196name = "sc-network-gossip"10197version = "0.10.0-dev"10198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10199dependencies = [10200 "ahash",10201 "futures 0.3.25",10202 "futures-timer",10203 "libp2p",10204 "log",10205 "lru 0.7.8",10206 "sc-network-common",10207 "sc-peerset",10208 "sp-runtime",10209 "substrate-prometheus-endpoint",10210 "tracing",10211]1021210213[[package]]10214name = "sc-network-light"10215version = "0.10.0-dev"10216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10217dependencies = [10218 "array-bytes",10219 "futures 0.3.25",10220 "libp2p",10221 "log",10222 "parity-scale-codec 3.2.1",10223 "prost 0.10.4",10224 "prost-build 0.10.4",10225 "sc-client-api",10226 "sc-network-common",10227 "sc-peerset",10228 "sp-blockchain",10229 "sp-core",10230 "sp-runtime",10231 "thiserror",10232]1023310234[[package]]10235name = "sc-network-sync"10236version = "0.10.0-dev"10237source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10238dependencies = [10239 "array-bytes",10240 "fork-tree",10241 "futures 0.3.25",10242 "libp2p",10243 "log",10244 "lru 0.7.8",10245 "parity-scale-codec 3.2.1",10246 "prost 0.10.4",10247 "prost-build 0.10.4",10248 "sc-client-api",10249 "sc-consensus",10250 "sc-network-common",10251 "sc-peerset",10252 "smallvec",10253 "sp-arithmetic",10254 "sp-blockchain",10255 "sp-consensus",10256 "sp-core",10257 "sp-finality-grandpa",10258 "sp-runtime",10259 "thiserror",10260]1026110262[[package]]10263name = "sc-network-transactions"10264version = "0.10.0-dev"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10266dependencies = [10267 "array-bytes",10268 "futures 0.3.25",10269 "hex",10270 "libp2p",10271 "log",10272 "parity-scale-codec 3.2.1",10273 "pin-project",10274 "sc-network-common",10275 "sc-peerset",10276 "sp-consensus",10277 "sp-runtime",10278 "substrate-prometheus-endpoint",10279]1028010281[[package]]10282name = "sc-offchain"10283version = "4.0.0-dev"10284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10285dependencies = [10286 "array-bytes",10287 "bytes",10288 "fnv",10289 "futures 0.3.25",10290 "futures-timer",10291 "hyper",10292 "hyper-rustls",10293 "libp2p",10294 "num_cpus",10295 "once_cell",10296 "parity-scale-codec 3.2.1",10297 "parking_lot 0.12.1",10298 "rand 0.7.3",10299 "sc-client-api",10300 "sc-network-common",10301 "sc-peerset",10302 "sc-utils",10303 "sp-api",10304 "sp-core",10305 "sp-offchain",10306 "sp-runtime",10307 "threadpool",10308 "tracing",10309]1031010311[[package]]10312name = "sc-peerset"10313version = "4.0.0-dev"10314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10315dependencies = [10316 "futures 0.3.25",10317 "libp2p",10318 "log",10319 "sc-utils",10320 "serde_json",10321 "wasm-timer",10322]1032310324[[package]]10325name = "sc-proposer-metrics"10326version = "0.10.0-dev"10327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10328dependencies = [10329 "log",10330 "substrate-prometheus-endpoint",10331]1033210333[[package]]10334name = "sc-rpc"10335version = "4.0.0-dev"10336source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10337dependencies = [10338 "futures 0.3.25",10339 "hash-db",10340 "jsonrpsee",10341 "log",10342 "parity-scale-codec 3.2.1",10343 "parking_lot 0.12.1",10344 "sc-block-builder",10345 "sc-chain-spec",10346 "sc-client-api",10347 "sc-rpc-api",10348 "sc-tracing",10349 "sc-transaction-pool-api",10350 "sc-utils",10351 "serde_json",10352 "sp-api",10353 "sp-blockchain",10354 "sp-core",10355 "sp-keystore",10356 "sp-offchain",10357 "sp-rpc",10358 "sp-runtime",10359 "sp-session",10360 "sp-version",10361]1036210363[[package]]10364name = "sc-rpc-api"10365version = "0.10.0-dev"10366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10367dependencies = [10368 "futures 0.3.25",10369 "jsonrpsee",10370 "log",10371 "parity-scale-codec 3.2.1",10372 "parking_lot 0.12.1",10373 "sc-chain-spec",10374 "sc-transaction-pool-api",10375 "scale-info",10376 "serde",10377 "serde_json",10378 "sp-core",10379 "sp-rpc",10380 "sp-runtime",10381 "sp-tracing",10382 "sp-version",10383 "thiserror",10384]1038510386[[package]]10387name = "sc-rpc-server"10388version = "4.0.0-dev"10389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10390dependencies = [10391 "futures 0.3.25",10392 "jsonrpsee",10393 "log",10394 "serde_json",10395 "substrate-prometheus-endpoint",10396 "tokio",10397]1039810399[[package]]10400name = "sc-service"10401version = "0.10.0-dev"10402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10403dependencies = [10404 "async-trait",10405 "directories",10406 "exit-future",10407 "futures 0.3.25",10408 "futures-timer",10409 "hash-db",10410 "jsonrpsee",10411 "log",10412 "parity-scale-codec 3.2.1",10413 "parity-util-mem",10414 "parking_lot 0.12.1",10415 "pin-project",10416 "rand 0.7.3",10417 "sc-block-builder",10418 "sc-chain-spec",10419 "sc-client-api",10420 "sc-client-db",10421 "sc-consensus",10422 "sc-executor",10423 "sc-informant",10424 "sc-keystore",10425 "sc-network",10426 "sc-network-bitswap",10427 "sc-network-common",10428 "sc-network-light",10429 "sc-network-sync",10430 "sc-network-transactions",10431 "sc-offchain",10432 "sc-rpc",10433 "sc-rpc-server",10434 "sc-sysinfo",10435 "sc-telemetry",10436 "sc-tracing",10437 "sc-transaction-pool",10438 "sc-transaction-pool-api",10439 "sc-utils",10440 "serde",10441 "serde_json",10442 "sp-api",10443 "sp-application-crypto",10444 "sp-block-builder",10445 "sp-blockchain",10446 "sp-consensus",10447 "sp-core",10448 "sp-externalities",10449 "sp-inherents",10450 "sp-keystore",10451 "sp-runtime",10452 "sp-session",10453 "sp-state-machine",10454 "sp-storage",10455 "sp-tracing",10456 "sp-transaction-pool",10457 "sp-transaction-storage-proof",10458 "sp-trie",10459 "sp-version",10460 "static_init 1.0.3",10461 "substrate-prometheus-endpoint",10462 "tempfile",10463 "thiserror",10464 "tokio",10465 "tracing",10466 "tracing-futures",10467]1046810469[[package]]10470name = "sc-state-db"10471version = "0.10.0-dev"10472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10473dependencies = [10474 "log",10475 "parity-scale-codec 3.2.1",10476 "parity-util-mem",10477 "parity-util-mem-derive",10478 "parking_lot 0.12.1",10479 "sc-client-api",10480 "sp-core",10481]1048210483[[package]]10484name = "sc-sync-state-rpc"10485version = "0.10.0-dev"10486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10487dependencies = [10488 "jsonrpsee",10489 "parity-scale-codec 3.2.1",10490 "sc-chain-spec",10491 "sc-client-api",10492 "sc-consensus-babe",10493 "sc-consensus-epochs",10494 "sc-finality-grandpa",10495 "serde",10496 "serde_json",10497 "sp-blockchain",10498 "sp-runtime",10499 "thiserror",10500]1050110502[[package]]10503name = "sc-sysinfo"10504version = "6.0.0-dev"10505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10506dependencies = [10507 "futures 0.3.25",10508 "libc",10509 "log",10510 "rand 0.7.3",10511 "rand_pcg 0.2.1",10512 "regex",10513 "sc-telemetry",10514 "serde",10515 "serde_json",10516 "sp-core",10517 "sp-io",10518 "sp-std",10519]1052010521[[package]]10522name = "sc-telemetry"10523version = "4.0.0-dev"10524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10525dependencies = [10526 "chrono",10527 "futures 0.3.25",10528 "libp2p",10529 "log",10530 "parking_lot 0.12.1",10531 "pin-project",10532 "rand 0.7.3",10533 "serde",10534 "serde_json",10535 "thiserror",10536 "wasm-timer",10537]1053810539[[package]]10540name = "sc-tracing"10541version = "4.0.0-dev"10542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10543dependencies = [10544 "ansi_term",10545 "atty",10546 "chrono",10547 "lazy_static",10548 "libc",10549 "log",10550 "once_cell",10551 "parking_lot 0.12.1",10552 "regex",10553 "rustc-hash",10554 "sc-client-api",10555 "sc-rpc-server",10556 "sc-tracing-proc-macro",10557 "serde",10558 "sp-api",10559 "sp-blockchain",10560 "sp-core",10561 "sp-rpc",10562 "sp-runtime",10563 "sp-tracing",10564 "thiserror",10565 "tracing",10566 "tracing-log",10567 "tracing-subscriber",10568]1056910570[[package]]10571name = "sc-tracing-proc-macro"10572version = "4.0.0-dev"10573source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10574dependencies = [10575 "proc-macro-crate",10576 "proc-macro2",10577 "quote",10578 "syn",10579]1058010581[[package]]10582name = "sc-transaction-pool"10583version = "4.0.0-dev"10584source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10585dependencies = [10586 "futures 0.3.25",10587 "futures-timer",10588 "linked-hash-map",10589 "log",10590 "parity-scale-codec 3.2.1",10591 "parity-util-mem",10592 "parking_lot 0.12.1",10593 "sc-client-api",10594 "sc-transaction-pool-api",10595 "sc-utils",10596 "serde",10597 "sp-api",10598 "sp-blockchain",10599 "sp-core",10600 "sp-runtime",10601 "sp-tracing",10602 "sp-transaction-pool",10603 "substrate-prometheus-endpoint",10604 "thiserror",10605]1060610607[[package]]10608name = "sc-transaction-pool-api"10609version = "4.0.0-dev"10610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10611dependencies = [10612 "futures 0.3.25",10613 "log",10614 "serde",10615 "sp-blockchain",10616 "sp-runtime",10617 "thiserror",10618]1061910620[[package]]10621name = "sc-utils"10622version = "4.0.0-dev"10623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10624dependencies = [10625 "futures 0.3.25",10626 "futures-timer",10627 "lazy_static",10628 "log",10629 "parking_lot 0.12.1",10630 "prometheus",10631]1063210633[[package]]10634name = "scale-info"10635version = "2.2.0"10636source = "registry+https://github.com/rust-lang/crates.io-index"10637checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10638dependencies = [10639 "bitvec 1.0.1",10640 "cfg-if 1.0.0",10641 "derive_more",10642 "parity-scale-codec 3.2.1",10643 "scale-info-derive",10644 "serde",10645]1064610647[[package]]10648name = "scale-info-derive"10649version = "2.2.0"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10652dependencies = [10653 "proc-macro-crate",10654 "proc-macro2",10655 "quote",10656 "syn",10657]1065810659[[package]]10660name = "schannel"10661version = "0.1.20"10662source = "registry+https://github.com/rust-lang/crates.io-index"10663checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10664dependencies = [10665 "lazy_static",10666 "windows-sys 0.36.1",10667]1066810669[[package]]10670name = "schnorrkel"10671version = "0.9.1"10672source = "registry+https://github.com/rust-lang/crates.io-index"10673checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10674dependencies = [10675 "arrayref",10676 "arrayvec 0.5.2",10677 "curve25519-dalek 2.1.3",10678 "getrandom 0.1.16",10679 "merlin",10680 "rand 0.7.3",10681 "rand_core 0.5.1",10682 "sha2 0.8.2",10683 "subtle",10684 "zeroize",10685]1068610687[[package]]10688name = "scopeguard"10689version = "1.1.0"10690source = "registry+https://github.com/rust-lang/crates.io-index"10691checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1069210693[[package]]10694name = "scratch"10695version = "1.0.2"10696source = "registry+https://github.com/rust-lang/crates.io-index"10697checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1069810699[[package]]10700name = "sct"10701version = "0.7.0"10702source = "registry+https://github.com/rust-lang/crates.io-index"10703checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10704dependencies = [10705 "ring",10706 "untrusted",10707]1070810709[[package]]10710name = "sec1"10711version = "0.2.1"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10714dependencies = [10715 "der",10716 "generic-array 0.14.6",10717 "pkcs8",10718 "subtle",10719 "zeroize",10720]1072110722[[package]]10723name = "secp256k1"10724version = "0.24.1"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10727dependencies = [10728 "secp256k1-sys",10729]1073010731[[package]]10732name = "secp256k1-sys"10733version = "0.6.1"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10736dependencies = [10737 "cc",10738]1073910740[[package]]10741name = "secrecy"10742version = "0.8.0"10743source = "registry+https://github.com/rust-lang/crates.io-index"10744checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10745dependencies = [10746 "zeroize",10747]1074810749[[package]]10750name = "security-framework"10751version = "2.7.0"10752source = "registry+https://github.com/rust-lang/crates.io-index"10753checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10754dependencies = [10755 "bitflags",10756 "core-foundation",10757 "core-foundation-sys",10758 "libc",10759 "security-framework-sys",10760]1076110762[[package]]10763name = "security-framework-sys"10764version = "2.6.1"10765source = "registry+https://github.com/rust-lang/crates.io-index"10766checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10767dependencies = [10768 "core-foundation-sys",10769 "libc",10770]1077110772[[package]]10773name = "semver"10774version = "0.6.0"10775source = "registry+https://github.com/rust-lang/crates.io-index"10776checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10777dependencies = [10778 "semver-parser",10779]1078010781[[package]]10782name = "semver"10783version = "0.9.0"10784source = "registry+https://github.com/rust-lang/crates.io-index"10785checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10786dependencies = [10787 "semver-parser",10788]1078910790[[package]]10791name = "semver"10792version = "1.0.14"10793source = "registry+https://github.com/rust-lang/crates.io-index"10794checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10795dependencies = [10796 "serde",10797]1079810799[[package]]10800name = "semver-parser"10801version = "0.7.0"10802source = "registry+https://github.com/rust-lang/crates.io-index"10803checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1080410805[[package]]10806name = "serde"10807version = "1.0.147"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10810dependencies = [10811 "serde_derive",10812]1081310814[[package]]10815name = "serde_derive"10816version = "1.0.147"10817source = "registry+https://github.com/rust-lang/crates.io-index"10818checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10819dependencies = [10820 "proc-macro2",10821 "quote",10822 "syn",10823]1082410825[[package]]10826name = "serde_json"10827version = "1.0.87"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10830dependencies = [10831 "itoa",10832 "ryu",10833 "serde",10834]1083510836[[package]]10837name = "serde_nanos"10838version = "0.1.2"10839source = "registry+https://github.com/rust-lang/crates.io-index"10840checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10841dependencies = [10842 "serde",10843]1084410845[[package]]10846name = "sha-1"10847version = "0.9.8"10848source = "registry+https://github.com/rust-lang/crates.io-index"10849checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10850dependencies = [10851 "block-buffer 0.9.0",10852 "cfg-if 1.0.0",10853 "cpufeatures",10854 "digest 0.9.0",10855 "opaque-debug 0.3.0",10856]1085710858[[package]]10859name = "sha1"10860version = "0.10.5"10861source = "registry+https://github.com/rust-lang/crates.io-index"10862checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10863dependencies = [10864 "cfg-if 1.0.0",10865 "cpufeatures",10866 "digest 0.10.5",10867]1086810869[[package]]10870name = "sha2"10871version = "0.8.2"10872source = "registry+https://github.com/rust-lang/crates.io-index"10873checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10874dependencies = [10875 "block-buffer 0.7.3",10876 "digest 0.8.1",10877 "fake-simd",10878 "opaque-debug 0.2.3",10879]1088010881[[package]]10882name = "sha2"10883version = "0.9.9"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10886dependencies = [10887 "block-buffer 0.9.0",10888 "cfg-if 1.0.0",10889 "cpufeatures",10890 "digest 0.9.0",10891 "opaque-debug 0.3.0",10892]1089310894[[package]]10895name = "sha2"10896version = "0.10.6"10897source = "registry+https://github.com/rust-lang/crates.io-index"10898checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10899dependencies = [10900 "cfg-if 1.0.0",10901 "cpufeatures",10902 "digest 0.10.5",10903]1090410905[[package]]10906name = "sha3"10907version = "0.10.6"10908source = "registry+https://github.com/rust-lang/crates.io-index"10909checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10910dependencies = [10911 "digest 0.10.5",10912 "keccak",10913]1091410915[[package]]10916name = "sha3-const"10917version = "0.1.1"10918source = "registry+https://github.com/rust-lang/crates.io-index"10919checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1092010921[[package]]10922name = "sharded-slab"10923version = "0.1.4"10924source = "registry+https://github.com/rust-lang/crates.io-index"10925checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10926dependencies = [10927 "lazy_static",10928]1092910930[[package]]10931name = "shlex"10932version = "1.1.0"10933source = "registry+https://github.com/rust-lang/crates.io-index"10934checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1093510936[[package]]10937name = "signal-hook"10938version = "0.3.14"10939source = "registry+https://github.com/rust-lang/crates.io-index"10940checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10941dependencies = [10942 "libc",10943 "signal-hook-registry",10944]1094510946[[package]]10947name = "signal-hook-registry"10948version = "1.4.0"10949source = "registry+https://github.com/rust-lang/crates.io-index"10950checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10951dependencies = [10952 "libc",10953]1095410955[[package]]10956name = "signature"10957version = "1.4.0"10958source = "registry+https://github.com/rust-lang/crates.io-index"10959checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10960dependencies = [10961 "digest 0.9.0",10962 "rand_core 0.6.4",10963]1096410965[[package]]10966name = "simba"10967version = "0.5.1"10968source = "registry+https://github.com/rust-lang/crates.io-index"10969checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10970dependencies = [10971 "approx",10972 "num-complex",10973 "num-traits",10974 "paste",10975]1097610977[[package]]10978name = "similar"10979version = "2.2.0"10980source = "registry+https://github.com/rust-lang/crates.io-index"10981checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10982dependencies = [10983 "bstr",10984 "unicode-segmentation",10985]1098610987[[package]]10988name = "similar-asserts"10989version = "1.4.2"10990source = "registry+https://github.com/rust-lang/crates.io-index"10991checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10992dependencies = [10993 "console",10994 "similar",10995]1099610997[[package]]10998name = "slab"10999version = "0.4.7"11000source = "registry+https://github.com/rust-lang/crates.io-index"11001checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11002dependencies = [11003 "autocfg",11004]1100511006[[package]]11007name = "slice-group-by"11008version = "0.3.0"11009source = "registry+https://github.com/rust-lang/crates.io-index"11010checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1101111012[[package]]11013name = "slot-range-helper"11014version = "0.9.30"11015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11016dependencies = [11017 "enumn",11018 "parity-scale-codec 3.2.1",11019 "paste",11020 "sp-runtime",11021 "sp-std",11022]1102311024[[package]]11025name = "slotmap"11026version = "1.0.6"11027source = "registry+https://github.com/rust-lang/crates.io-index"11028checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11029dependencies = [11030 "version_check",11031]1103211033[[package]]11034name = "smallvec"11035version = "1.10.0"11036source = "registry+https://github.com/rust-lang/crates.io-index"11037checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1103811039[[package]]11040name = "snap"11041version = "1.0.5"11042source = "registry+https://github.com/rust-lang/crates.io-index"11043checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1104411045[[package]]11046name = "snow"11047version = "0.9.0"11048source = "registry+https://github.com/rust-lang/crates.io-index"11049checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11050dependencies = [11051 "aes-gcm",11052 "blake2",11053 "chacha20poly1305",11054 "curve25519-dalek 4.0.0-pre.1",11055 "rand_core 0.6.4",11056 "ring",11057 "rustc_version 0.4.0",11058 "sha2 0.10.6",11059 "subtle",11060]1106111062[[package]]11063name = "socket2"11064version = "0.4.7"11065source = "registry+https://github.com/rust-lang/crates.io-index"11066checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11067dependencies = [11068 "libc",11069 "winapi",11070]1107111072[[package]]11073name = "soketto"11074version = "0.7.1"11075source = "registry+https://github.com/rust-lang/crates.io-index"11076checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11077dependencies = [11078 "base64",11079 "bytes",11080 "flate2",11081 "futures 0.3.25",11082 "httparse",11083 "log",11084 "rand 0.8.5",11085 "sha-1",11086]1108711088[[package]]11089name = "sp-api"11090version = "4.0.0-dev"11091source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11092dependencies = [11093 "hash-db",11094 "log",11095 "parity-scale-codec 3.2.1",11096 "sp-api-proc-macro",11097 "sp-core",11098 "sp-runtime",11099 "sp-state-machine",11100 "sp-std",11101 "sp-trie",11102 "sp-version",11103 "thiserror",11104]1110511106[[package]]11107name = "sp-api-proc-macro"11108version = "4.0.0-dev"11109source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11110dependencies = [11111 "blake2",11112 "proc-macro-crate",11113 "proc-macro2",11114 "quote",11115 "syn",11116]1111711118[[package]]11119name = "sp-application-crypto"11120version = "6.0.0"11121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11122dependencies = [11123 "parity-scale-codec 3.2.1",11124 "scale-info",11125 "serde",11126 "sp-core",11127 "sp-io",11128 "sp-std",11129]1113011131[[package]]11132name = "sp-arithmetic"11133version = "5.0.0"11134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11135dependencies = [11136 "integer-sqrt",11137 "num-traits",11138 "parity-scale-codec 3.2.1",11139 "scale-info",11140 "serde",11141 "sp-debug-derive",11142 "sp-std",11143 "static_assertions",11144]1114511146[[package]]11147name = "sp-authority-discovery"11148version = "4.0.0-dev"11149source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11150dependencies = [11151 "parity-scale-codec 3.2.1",11152 "scale-info",11153 "sp-api",11154 "sp-application-crypto",11155 "sp-runtime",11156 "sp-std",11157]1115811159[[package]]11160name = "sp-authorship"11161version = "4.0.0-dev"11162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11163dependencies = [11164 "async-trait",11165 "parity-scale-codec 3.2.1",11166 "sp-inherents",11167 "sp-runtime",11168 "sp-std",11169]1117011171[[package]]11172name = "sp-block-builder"11173version = "4.0.0-dev"11174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11175dependencies = [11176 "parity-scale-codec 3.2.1",11177 "sp-api",11178 "sp-inherents",11179 "sp-runtime",11180 "sp-std",11181]1118211183[[package]]11184name = "sp-blockchain"11185version = "4.0.0-dev"11186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11187dependencies = [11188 "futures 0.3.25",11189 "log",11190 "lru 0.7.8",11191 "parity-scale-codec 3.2.1",11192 "parking_lot 0.12.1",11193 "sp-api",11194 "sp-consensus",11195 "sp-database",11196 "sp-runtime",11197 "sp-state-machine",11198 "thiserror",11199]1120011201[[package]]11202name = "sp-consensus"11203version = "0.10.0-dev"11204source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11205dependencies = [11206 "async-trait",11207 "futures 0.3.25",11208 "futures-timer",11209 "log",11210 "parity-scale-codec 3.2.1",11211 "sp-core",11212 "sp-inherents",11213 "sp-runtime",11214 "sp-state-machine",11215 "sp-std",11216 "sp-version",11217 "thiserror",11218]1121911220[[package]]11221name = "sp-consensus-aura"11222version = "0.10.0-dev"11223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11224dependencies = [11225 "async-trait",11226 "parity-scale-codec 3.2.1",11227 "scale-info",11228 "sp-api",11229 "sp-application-crypto",11230 "sp-consensus",11231 "sp-consensus-slots",11232 "sp-inherents",11233 "sp-runtime",11234 "sp-std",11235 "sp-timestamp",11236]1123711238[[package]]11239name = "sp-consensus-babe"11240version = "0.10.0-dev"11241source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11242dependencies = [11243 "async-trait",11244 "merlin",11245 "parity-scale-codec 3.2.1",11246 "scale-info",11247 "serde",11248 "sp-api",11249 "sp-application-crypto",11250 "sp-consensus",11251 "sp-consensus-slots",11252 "sp-consensus-vrf",11253 "sp-core",11254 "sp-inherents",11255 "sp-keystore",11256 "sp-runtime",11257 "sp-std",11258 "sp-timestamp",11259]1126011261[[package]]11262name = "sp-consensus-slots"11263version = "0.10.0-dev"11264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11265dependencies = [11266 "parity-scale-codec 3.2.1",11267 "scale-info",11268 "serde",11269 "sp-arithmetic",11270 "sp-runtime",11271 "sp-std",11272 "sp-timestamp",11273]1127411275[[package]]11276name = "sp-consensus-vrf"11277version = "0.10.0-dev"11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11279dependencies = [11280 "parity-scale-codec 3.2.1",11281 "scale-info",11282 "schnorrkel",11283 "sp-core",11284 "sp-runtime",11285 "sp-std",11286]1128711288[[package]]11289name = "sp-core"11290version = "6.0.0"11291source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11292dependencies = [11293 "array-bytes",11294 "base58",11295 "bitflags",11296 "blake2",11297 "byteorder",11298 "dyn-clonable",11299 "ed25519-zebra",11300 "futures 0.3.25",11301 "hash-db",11302 "hash256-std-hasher",11303 "impl-serde",11304 "lazy_static",11305 "libsecp256k1",11306 "log",11307 "merlin",11308 "num-traits",11309 "parity-scale-codec 3.2.1",11310 "parity-util-mem",11311 "parking_lot 0.12.1",11312 "primitive-types",11313 "rand 0.7.3",11314 "regex",11315 "scale-info",11316 "schnorrkel",11317 "secp256k1",11318 "secrecy",11319 "serde",11320 "sp-core-hashing",11321 "sp-debug-derive",11322 "sp-externalities",11323 "sp-runtime-interface",11324 "sp-std",11325 "sp-storage",11326 "ss58-registry",11327 "substrate-bip39",11328 "thiserror",11329 "tiny-bip39",11330 "wasmi",11331 "zeroize",11332]1133311334[[package]]11335name = "sp-core-hashing"11336version = "4.0.0"11337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11338dependencies = [11339 "blake2",11340 "byteorder",11341 "digest 0.10.5",11342 "sha2 0.10.6",11343 "sha3",11344 "sp-std",11345 "twox-hash",11346]1134711348[[package]]11349name = "sp-core-hashing-proc-macro"11350version = "5.0.0"11351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11352dependencies = [11353 "proc-macro2",11354 "quote",11355 "sp-core-hashing",11356 "syn",11357]1135811359[[package]]11360name = "sp-database"11361version = "4.0.0-dev"11362source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11363dependencies = [11364 "kvdb",11365 "parking_lot 0.12.1",11366]1136711368[[package]]11369name = "sp-debug-derive"11370version = "4.0.0"11371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11372dependencies = [11373 "proc-macro2",11374 "quote",11375 "syn",11376]1137711378[[package]]11379name = "sp-externalities"11380version = "0.12.0"11381source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11382dependencies = [11383 "environmental",11384 "parity-scale-codec 3.2.1",11385 "sp-std",11386 "sp-storage",11387]1138811389[[package]]11390name = "sp-finality-grandpa"11391version = "4.0.0-dev"11392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11393dependencies = [11394 "finality-grandpa",11395 "log",11396 "parity-scale-codec 3.2.1",11397 "scale-info",11398 "serde",11399 "sp-api",11400 "sp-application-crypto",11401 "sp-core",11402 "sp-keystore",11403 "sp-runtime",11404 "sp-std",11405]1140611407[[package]]11408name = "sp-inherents"11409version = "4.0.0-dev"11410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11411dependencies = [11412 "async-trait",11413 "impl-trait-for-tuples",11414 "parity-scale-codec 3.2.1",11415 "sp-core",11416 "sp-runtime",11417 "sp-std",11418 "thiserror",11419]1142011421[[package]]11422name = "sp-io"11423version = "6.0.0"11424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11425dependencies = [11426 "bytes",11427 "futures 0.3.25",11428 "hash-db",11429 "libsecp256k1",11430 "log",11431 "parity-scale-codec 3.2.1",11432 "parking_lot 0.12.1",11433 "secp256k1",11434 "sp-core",11435 "sp-externalities",11436 "sp-keystore",11437 "sp-runtime-interface",11438 "sp-state-machine",11439 "sp-std",11440 "sp-tracing",11441 "sp-trie",11442 "sp-wasm-interface",11443 "tracing",11444 "tracing-core",11445]1144611447[[package]]11448name = "sp-keyring"11449version = "6.0.0"11450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11451dependencies = [11452 "lazy_static",11453 "sp-core",11454 "sp-runtime",11455 "strum",11456]1145711458[[package]]11459name = "sp-keystore"11460version = "0.12.0"11461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11462dependencies = [11463 "async-trait",11464 "futures 0.3.25",11465 "merlin",11466 "parity-scale-codec 3.2.1",11467 "parking_lot 0.12.1",11468 "schnorrkel",11469 "serde",11470 "sp-core",11471 "sp-externalities",11472 "thiserror",11473]1147411475[[package]]11476name = "sp-maybe-compressed-blob"11477version = "4.1.0-dev"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11479dependencies = [11480 "thiserror",11481 "zstd",11482]1148311484[[package]]11485name = "sp-mmr-primitives"11486version = "4.0.0-dev"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11488dependencies = [11489 "log",11490 "parity-scale-codec 3.2.1",11491 "serde",11492 "sp-api",11493 "sp-core",11494 "sp-debug-derive",11495 "sp-runtime",11496 "sp-std",11497]1149811499[[package]]11500name = "sp-npos-elections"11501version = "4.0.0-dev"11502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11503dependencies = [11504 "parity-scale-codec 3.2.1",11505 "scale-info",11506 "serde",11507 "sp-arithmetic",11508 "sp-core",11509 "sp-runtime",11510 "sp-std",11511]1151211513[[package]]11514name = "sp-offchain"11515version = "4.0.0-dev"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11517dependencies = [11518 "sp-api",11519 "sp-core",11520 "sp-runtime",11521]1152211523[[package]]11524name = "sp-panic-handler"11525version = "4.0.0"11526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11527dependencies = [11528 "backtrace",11529 "lazy_static",11530 "regex",11531]1153211533[[package]]11534name = "sp-rpc"11535version = "6.0.0"11536source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11537dependencies = [11538 "rustc-hash",11539 "serde",11540 "sp-core",11541]1154211543[[package]]11544name = "sp-runtime"11545version = "6.0.0"11546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11547dependencies = [11548 "either",11549 "hash256-std-hasher",11550 "impl-trait-for-tuples",11551 "log",11552 "parity-scale-codec 3.2.1",11553 "parity-util-mem",11554 "paste",11555 "rand 0.7.3",11556 "scale-info",11557 "serde",11558 "sp-application-crypto",11559 "sp-arithmetic",11560 "sp-core",11561 "sp-io",11562 "sp-std",11563 "sp-weights",11564]1156511566[[package]]11567name = "sp-runtime-interface"11568version = "6.0.0"11569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11570dependencies = [11571 "bytes",11572 "impl-trait-for-tuples",11573 "parity-scale-codec 3.2.1",11574 "primitive-types",11575 "sp-externalities",11576 "sp-runtime-interface-proc-macro",11577 "sp-std",11578 "sp-storage",11579 "sp-tracing",11580 "sp-wasm-interface",11581 "static_assertions",11582]1158311584[[package]]11585name = "sp-runtime-interface-proc-macro"11586version = "5.0.0"11587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11588dependencies = [11589 "Inflector",11590 "proc-macro-crate",11591 "proc-macro2",11592 "quote",11593 "syn",11594]1159511596[[package]]11597name = "sp-sandbox"11598version = "0.10.0-dev"11599source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11600dependencies = [11601 "log",11602 "parity-scale-codec 3.2.1",11603 "sp-core",11604 "sp-io",11605 "sp-std",11606 "sp-wasm-interface",11607 "wasmi",11608]1160911610[[package]]11611name = "sp-session"11612version = "4.0.0-dev"11613source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11614dependencies = [11615 "parity-scale-codec 3.2.1",11616 "scale-info",11617 "sp-api",11618 "sp-core",11619 "sp-runtime",11620 "sp-staking",11621 "sp-std",11622]1162311624[[package]]11625name = "sp-staking"11626version = "4.0.0-dev"11627source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11628dependencies = [11629 "parity-scale-codec 3.2.1",11630 "scale-info",11631 "sp-runtime",11632 "sp-std",11633]1163411635[[package]]11636name = "sp-state-machine"11637version = "0.12.0"11638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11639dependencies = [11640 "hash-db",11641 "log",11642 "num-traits",11643 "parity-scale-codec 3.2.1",11644 "parking_lot 0.12.1",11645 "rand 0.7.3",11646 "smallvec",11647 "sp-core",11648 "sp-externalities",11649 "sp-panic-handler",11650 "sp-std",11651 "sp-trie",11652 "thiserror",11653 "tracing",11654 "trie-root",11655]1165611657[[package]]11658name = "sp-std"11659version = "4.0.0"11660source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1166111662[[package]]11663name = "sp-storage"11664version = "6.0.0"11665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11666dependencies = [11667 "impl-serde",11668 "parity-scale-codec 3.2.1",11669 "ref-cast",11670 "serde",11671 "sp-debug-derive",11672 "sp-std",11673]1167411675[[package]]11676name = "sp-tasks"11677version = "4.0.0-dev"11678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11679dependencies = [11680 "log",11681 "sp-core",11682 "sp-externalities",11683 "sp-io",11684 "sp-runtime-interface",11685 "sp-std",11686]1168711688[[package]]11689name = "sp-timestamp"11690version = "4.0.0-dev"11691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11692dependencies = [11693 "async-trait",11694 "futures-timer",11695 "log",11696 "parity-scale-codec 3.2.1",11697 "sp-api",11698 "sp-inherents",11699 "sp-runtime",11700 "sp-std",11701 "thiserror",11702]1170311704[[package]]11705name = "sp-tracing"11706version = "5.0.0"11707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11708dependencies = [11709 "parity-scale-codec 3.2.1",11710 "sp-std",11711 "tracing",11712 "tracing-core",11713 "tracing-subscriber",11714]1171511716[[package]]11717name = "sp-transaction-pool"11718version = "4.0.0-dev"11719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11720dependencies = [11721 "sp-api",11722 "sp-runtime",11723]1172411725[[package]]11726name = "sp-transaction-storage-proof"11727version = "4.0.0-dev"11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11729dependencies = [11730 "async-trait",11731 "log",11732 "parity-scale-codec 3.2.1",11733 "scale-info",11734 "sp-core",11735 "sp-inherents",11736 "sp-runtime",11737 "sp-std",11738 "sp-trie",11739]1174011741[[package]]11742name = "sp-trie"11743version = "6.0.0"11744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11745dependencies = [11746 "ahash",11747 "hash-db",11748 "hashbrown",11749 "lazy_static",11750 "lru 0.7.8",11751 "memory-db",11752 "nohash-hasher",11753 "parity-scale-codec 3.2.1",11754 "parking_lot 0.12.1",11755 "scale-info",11756 "sp-core",11757 "sp-std",11758 "thiserror",11759 "tracing",11760 "trie-db",11761 "trie-root",11762]1176311764[[package]]11765name = "sp-version"11766version = "5.0.0"11767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11768dependencies = [11769 "impl-serde",11770 "parity-scale-codec 3.2.1",11771 "parity-wasm 0.45.0",11772 "scale-info",11773 "serde",11774 "sp-core-hashing-proc-macro",11775 "sp-runtime",11776 "sp-std",11777 "sp-version-proc-macro",11778 "thiserror",11779]1178011781[[package]]11782name = "sp-version-proc-macro"11783version = "4.0.0-dev"11784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11785dependencies = [11786 "parity-scale-codec 3.2.1",11787 "proc-macro2",11788 "quote",11789 "syn",11790]1179111792[[package]]11793name = "sp-wasm-interface"11794version = "6.0.0"11795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11796dependencies = [11797 "impl-trait-for-tuples",11798 "log",11799 "parity-scale-codec 3.2.1",11800 "sp-std",11801 "wasmi",11802 "wasmtime",11803]1180411805[[package]]11806name = "sp-weights"11807version = "4.0.0"11808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11809dependencies = [11810 "impl-trait-for-tuples",11811 "parity-scale-codec 3.2.1",11812 "scale-info",11813 "serde",11814 "smallvec",11815 "sp-arithmetic",11816 "sp-core",11817 "sp-debug-derive",11818 "sp-std",11819]1182011821[[package]]11822name = "spin"11823version = "0.5.2"11824source = "registry+https://github.com/rust-lang/crates.io-index"11825checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1182611827[[package]]11828name = "spki"11829version = "0.5.4"11830source = "registry+https://github.com/rust-lang/crates.io-index"11831checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11832dependencies = [11833 "base64ct",11834 "der",11835]1183611837[[package]]11838name = "ss58-registry"11839version = "1.33.0"11840source = "registry+https://github.com/rust-lang/crates.io-index"11841checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11842dependencies = [11843 "Inflector",11844 "num-format",11845 "proc-macro2",11846 "quote",11847 "serde",11848 "serde_json",11849 "unicode-xid",11850]1185111852[[package]]11853name = "stable_deref_trait"11854version = "1.2.0"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1185711858[[package]]11859name = "static_assertions"11860version = "1.1.0"11861source = "registry+https://github.com/rust-lang/crates.io-index"11862checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1186311864[[package]]11865name = "static_init"11866version = "0.5.2"11867source = "registry+https://github.com/rust-lang/crates.io-index"11868checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11869dependencies = [11870 "cfg_aliases",11871 "libc",11872 "parking_lot 0.11.2",11873 "static_init_macro 0.5.0",11874]1187511876[[package]]11877name = "static_init"11878version = "1.0.3"11879source = "registry+https://github.com/rust-lang/crates.io-index"11880checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11881dependencies = [11882 "bitflags",11883 "cfg_aliases",11884 "libc",11885 "parking_lot 0.11.2",11886 "parking_lot_core 0.8.5",11887 "static_init_macro 1.0.2",11888 "winapi",11889]1189011891[[package]]11892name = "static_init_macro"11893version = "0.5.0"11894source = "registry+https://github.com/rust-lang/crates.io-index"11895checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11896dependencies = [11897 "cfg_aliases",11898 "memchr",11899 "proc-macro2",11900 "quote",11901 "syn",11902]1190311904[[package]]11905name = "static_init_macro"11906version = "1.0.2"11907source = "registry+https://github.com/rust-lang/crates.io-index"11908checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11909dependencies = [11910 "cfg_aliases",11911 "memchr",11912 "proc-macro2",11913 "quote",11914 "syn",11915]1191611917[[package]]11918name = "statrs"11919version = "0.15.0"11920source = "registry+https://github.com/rust-lang/crates.io-index"11921checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11922dependencies = [11923 "approx",11924 "lazy_static",11925 "nalgebra",11926 "num-traits",11927 "rand 0.8.5",11928]1192911930[[package]]11931name = "strsim"11932version = "0.10.0"11933source = "registry+https://github.com/rust-lang/crates.io-index"11934checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1193511936[[package]]11937name = "struct-versioning"11938version = "0.1.0"11939dependencies = [11940 "quote",11941 "syn",11942]1194311944[[package]]11945name = "strum"11946version = "0.24.1"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11949dependencies = [11950 "strum_macros",11951]1195211953[[package]]11954name = "strum_macros"11955version = "0.24.3"11956source = "registry+https://github.com/rust-lang/crates.io-index"11957checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11958dependencies = [11959 "heck",11960 "proc-macro2",11961 "quote",11962 "rustversion",11963 "syn",11964]1196511966[[package]]11967name = "substrate-bip39"11968version = "0.4.4"11969source = "registry+https://github.com/rust-lang/crates.io-index"11970checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11971dependencies = [11972 "hmac 0.11.0",11973 "pbkdf2 0.8.0",11974 "schnorrkel",11975 "sha2 0.9.9",11976 "zeroize",11977]1197811979[[package]]11980name = "substrate-build-script-utils"11981version = "3.0.0"11982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11983dependencies = [11984 "platforms",11985]1198611987[[package]]11988name = "substrate-frame-rpc-system"11989version = "4.0.0-dev"11990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11991dependencies = [11992 "frame-system-rpc-runtime-api",11993 "futures 0.3.25",11994 "jsonrpsee",11995 "log",11996 "parity-scale-codec 3.2.1",11997 "sc-client-api",11998 "sc-rpc-api",11999 "sc-transaction-pool-api",12000 "serde_json",12001 "sp-api",12002 "sp-block-builder",12003 "sp-blockchain",12004 "sp-core",12005 "sp-runtime",12006]1200712008[[package]]12009name = "substrate-prometheus-endpoint"12010version = "0.10.0-dev"12011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12012dependencies = [12013 "futures-util",12014 "hyper",12015 "log",12016 "prometheus",12017 "thiserror",12018 "tokio",12019]1202012021[[package]]12022name = "substrate-state-trie-migration-rpc"12023version = "4.0.0-dev"12024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12025dependencies = [12026 "jsonrpsee",12027 "log",12028 "parity-scale-codec 3.2.1",12029 "sc-client-api",12030 "sc-rpc-api",12031 "scale-info",12032 "serde",12033 "sp-core",12034 "sp-io",12035 "sp-runtime",12036 "sp-state-machine",12037 "sp-std",12038 "sp-trie",12039 "trie-db",12040]1204112042[[package]]12043name = "substrate-test-client"12044version = "2.0.1"12045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12046dependencies = [12047 "array-bytes",12048 "async-trait",12049 "futures 0.3.25",12050 "parity-scale-codec 3.2.1",12051 "sc-client-api",12052 "sc-client-db",12053 "sc-consensus",12054 "sc-executor",12055 "sc-offchain",12056 "sc-service",12057 "serde",12058 "serde_json",12059 "sp-blockchain",12060 "sp-consensus",12061 "sp-core",12062 "sp-keyring",12063 "sp-keystore",12064 "sp-runtime",12065 "sp-state-machine",12066]1206712068[[package]]12069name = "substrate-test-utils"12070version = "4.0.0-dev"12071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12072dependencies = [12073 "futures 0.3.25",12074 "substrate-test-utils-derive",12075 "tokio",12076]1207712078[[package]]12079name = "substrate-test-utils-derive"12080version = "0.10.0-dev"12081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12082dependencies = [12083 "proc-macro-crate",12084 "proc-macro2",12085 "quote",12086 "syn",12087]1208812089[[package]]12090name = "substrate-wasm-builder"12091version = "5.0.0-dev"12092source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12093dependencies = [12094 "ansi_term",12095 "build-helper",12096 "cargo_metadata",12097 "filetime",12098 "sp-maybe-compressed-blob",12099 "strum",12100 "tempfile",12101 "toml",12102 "walkdir",12103 "wasm-gc-api",12104]1210512106[[package]]12107name = "subtle"12108version = "2.4.1"12109source = "registry+https://github.com/rust-lang/crates.io-index"12110checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1211112112[[package]]12113name = "syn"12114version = "1.0.103"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12117dependencies = [12118 "proc-macro2",12119 "quote",12120 "unicode-ident",12121]1212212123[[package]]12124name = "synstructure"12125version = "0.12.6"12126source = "registry+https://github.com/rust-lang/crates.io-index"12127checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12128dependencies = [12129 "proc-macro2",12130 "quote",12131 "syn",12132 "unicode-xid",12133]1213412135[[package]]12136name = "system-configuration"12137version = "0.5.0"12138source = "registry+https://github.com/rust-lang/crates.io-index"12139checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12140dependencies = [12141 "bitflags",12142 "core-foundation",12143 "system-configuration-sys",12144]1214512146[[package]]12147name = "system-configuration-sys"12148version = "0.5.0"12149source = "registry+https://github.com/rust-lang/crates.io-index"12150checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12151dependencies = [12152 "core-foundation-sys",12153 "libc",12154]1215512156[[package]]12157name = "tap"12158version = "1.0.1"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1216112162[[package]]12163name = "target-lexicon"12164version = "0.12.4"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1216712168[[package]]12169name = "tempfile"12170version = "3.3.0"12171source = "registry+https://github.com/rust-lang/crates.io-index"12172checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12173dependencies = [12174 "cfg-if 1.0.0",12175 "fastrand",12176 "libc",12177 "redox_syscall",12178 "remove_dir_all",12179 "winapi",12180]1218112182[[package]]12183name = "termcolor"12184version = "1.1.3"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12187dependencies = [12188 "winapi-util",12189]1219012191[[package]]12192name = "terminal_size"12193version = "0.1.17"12194source = "registry+https://github.com/rust-lang/crates.io-index"12195checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12196dependencies = [12197 "libc",12198 "winapi",12199]1220012201[[package]]12202name = "test-runtime-constants"12203version = "0.9.30"12204source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12205dependencies = [12206 "frame-support",12207 "polkadot-primitives",12208 "polkadot-runtime-common",12209 "smallvec",12210 "sp-runtime",12211]1221212213[[package]]12214name = "tests"12215version = "0.1.1"12216dependencies = [12217 "evm-coder",12218 "fp-evm-mapping",12219 "frame-support",12220 "frame-system",12221 "pallet-balances",12222 "pallet-common",12223 "pallet-ethereum",12224 "pallet-evm",12225 "pallet-evm-coder-substrate",12226 "pallet-fungible",12227 "pallet-nonfungible",12228 "pallet-refungible",12229 "pallet-structure",12230 "pallet-timestamp",12231 "pallet-transaction-payment",12232 "pallet-unique",12233 "parity-scale-codec 3.2.1",12234 "scale-info",12235 "sp-core",12236 "sp-io",12237 "sp-runtime",12238 "sp-std",12239 "up-data-structs",12240 "up-sponsorship",12241]1224212243[[package]]12244name = "textwrap"12245version = "0.16.0"12246source = "registry+https://github.com/rust-lang/crates.io-index"12247checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1224812249[[package]]12250name = "thiserror"12251version = "1.0.37"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12254dependencies = [12255 "thiserror-impl",12256]1225712258[[package]]12259name = "thiserror-impl"12260version = "1.0.37"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12263dependencies = [12264 "proc-macro2",12265 "quote",12266 "syn",12267]1226812269[[package]]12270name = "thousands"12271version = "0.2.0"12272source = "registry+https://github.com/rust-lang/crates.io-index"12273checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1227412275[[package]]12276name = "thread_local"12277version = "1.1.4"12278source = "registry+https://github.com/rust-lang/crates.io-index"12279checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12280dependencies = [12281 "once_cell",12282]1228312284[[package]]12285name = "threadpool"12286version = "1.8.1"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12289dependencies = [12290 "num_cpus",12291]1229212293[[package]]12294name = "thrift"12295version = "0.15.0"12296source = "registry+https://github.com/rust-lang/crates.io-index"12297checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12298dependencies = [12299 "byteorder",12300 "integer-encoding",12301 "log",12302 "ordered-float",12303 "threadpool",12304]1230512306[[package]]12307name = "tikv-jemalloc-sys"12308version = "0.4.3+5.2.1-patched.2"12309source = "registry+https://github.com/rust-lang/crates.io-index"12310checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12311dependencies = [12312 "cc",12313 "fs_extra",12314 "libc",12315]1231612317[[package]]12318name = "time"12319version = "0.1.44"12320source = "registry+https://github.com/rust-lang/crates.io-index"12321checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12322dependencies = [12323 "libc",12324 "wasi 0.10.0+wasi-snapshot-preview1",12325 "winapi",12326]1232712328[[package]]12329name = "time"12330version = "0.3.9"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12333dependencies = [12334 "itoa",12335 "libc",12336 "num_threads",12337 "time-macros",12338]1233912340[[package]]12341name = "time-macros"12342version = "0.2.4"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1234512346[[package]]12347name = "tiny-bip39"12348version = "0.8.2"12349source = "registry+https://github.com/rust-lang/crates.io-index"12350checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12351dependencies = [12352 "anyhow",12353 "hmac 0.8.1",12354 "once_cell",12355 "pbkdf2 0.4.0",12356 "rand 0.7.3",12357 "rustc-hash",12358 "sha2 0.9.9",12359 "thiserror",12360 "unicode-normalization",12361 "wasm-bindgen",12362 "zeroize",12363]1236412365[[package]]12366name = "tiny-keccak"12367version = "2.0.2"12368source = "registry+https://github.com/rust-lang/crates.io-index"12369checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12370dependencies = [12371 "crunchy",12372]1237312374[[package]]12375name = "tinyvec"12376version = "1.6.0"12377source = "registry+https://github.com/rust-lang/crates.io-index"12378checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12379dependencies = [12380 "tinyvec_macros",12381]1238212383[[package]]12384name = "tinyvec_macros"12385version = "0.1.0"12386source = "registry+https://github.com/rust-lang/crates.io-index"12387checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1238812389[[package]]12390name = "tokio"12391version = "1.21.2"12392source = "registry+https://github.com/rust-lang/crates.io-index"12393checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12394dependencies = [12395 "autocfg",12396 "bytes",12397 "libc",12398 "memchr",12399 "mio",12400 "num_cpus",12401 "parking_lot 0.12.1",12402 "pin-project-lite 0.2.9",12403 "signal-hook-registry",12404 "socket2",12405 "tokio-macros",12406 "winapi",12407]1240812409[[package]]12410name = "tokio-macros"12411version = "1.8.0"12412source = "registry+https://github.com/rust-lang/crates.io-index"12413checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12414dependencies = [12415 "proc-macro2",12416 "quote",12417 "syn",12418]1241912420[[package]]12421name = "tokio-rustls"12422version = "0.23.4"12423source = "registry+https://github.com/rust-lang/crates.io-index"12424checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12425dependencies = [12426 "rustls",12427 "tokio",12428 "webpki",12429]1243012431[[package]]12432name = "tokio-stream"12433version = "0.1.11"12434source = "registry+https://github.com/rust-lang/crates.io-index"12435checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12436dependencies = [12437 "futures-core",12438 "pin-project-lite 0.2.9",12439 "tokio",12440]1244112442[[package]]12443name = "tokio-util"12444version = "0.7.4"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12447dependencies = [12448 "bytes",12449 "futures-core",12450 "futures-io",12451 "futures-sink",12452 "pin-project-lite 0.2.9",12453 "tokio",12454 "tracing",12455]1245612457[[package]]12458name = "toml"12459version = "0.5.9"12460source = "registry+https://github.com/rust-lang/crates.io-index"12461checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12462dependencies = [12463 "serde",12464]1246512466[[package]]12467name = "tower-service"12468version = "0.3.2"12469source = "registry+https://github.com/rust-lang/crates.io-index"12470checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1247112472[[package]]12473name = "tracing"12474version = "0.1.37"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12477dependencies = [12478 "cfg-if 1.0.0",12479 "pin-project-lite 0.2.9",12480 "tracing-attributes",12481 "tracing-core",12482]1248312484[[package]]12485name = "tracing-attributes"12486version = "0.1.23"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12489dependencies = [12490 "proc-macro2",12491 "quote",12492 "syn",12493]1249412495[[package]]12496name = "tracing-core"12497version = "0.1.30"12498source = "registry+https://github.com/rust-lang/crates.io-index"12499checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12500dependencies = [12501 "once_cell",12502 "valuable",12503]1250412505[[package]]12506name = "tracing-futures"12507version = "0.2.5"12508source = "registry+https://github.com/rust-lang/crates.io-index"12509checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12510dependencies = [12511 "pin-project",12512 "tracing",12513]1251412515[[package]]12516name = "tracing-gum"12517version = "0.9.30"12518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12519dependencies = [12520 "polkadot-node-jaeger",12521 "polkadot-primitives",12522 "tracing",12523 "tracing-gum-proc-macro",12524]1252512526[[package]]12527name = "tracing-gum-proc-macro"12528version = "0.9.30"12529source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12530dependencies = [12531 "expander 0.0.6",12532 "proc-macro-crate",12533 "proc-macro2",12534 "quote",12535 "syn",12536]1253712538[[package]]12539name = "tracing-log"12540version = "0.1.3"12541source = "registry+https://github.com/rust-lang/crates.io-index"12542checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12543dependencies = [12544 "lazy_static",12545 "log",12546 "tracing-core",12547]1254812549[[package]]12550name = "tracing-serde"12551version = "0.1.3"12552source = "registry+https://github.com/rust-lang/crates.io-index"12553checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12554dependencies = [12555 "serde",12556 "tracing-core",12557]1255812559[[package]]12560name = "tracing-subscriber"12561version = "0.2.25"12562source = "registry+https://github.com/rust-lang/crates.io-index"12563checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12564dependencies = [12565 "ansi_term",12566 "chrono",12567 "lazy_static",12568 "matchers",12569 "parking_lot 0.11.2",12570 "regex",12571 "serde",12572 "serde_json",12573 "sharded-slab",12574 "smallvec",12575 "thread_local",12576 "tracing",12577 "tracing-core",12578 "tracing-log",12579 "tracing-serde",12580]1258112582[[package]]12583name = "trie-db"12584version = "0.24.0"12585source = "registry+https://github.com/rust-lang/crates.io-index"12586checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12587dependencies = [12588 "hash-db",12589 "hashbrown",12590 "log",12591 "rustc-hex",12592 "smallvec",12593]1259412595[[package]]12596name = "trie-root"12597version = "0.17.0"12598source = "registry+https://github.com/rust-lang/crates.io-index"12599checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12600dependencies = [12601 "hash-db",12602]1260312604[[package]]12605name = "triehash"12606version = "0.8.4"12607source = "registry+https://github.com/rust-lang/crates.io-index"12608checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12609dependencies = [12610 "hash-db",12611 "rlp",12612]1261312614[[package]]12615name = "trust-dns-proto"12616version = "0.21.2"12617source = "registry+https://github.com/rust-lang/crates.io-index"12618checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12619dependencies = [12620 "async-trait",12621 "cfg-if 1.0.0",12622 "data-encoding",12623 "enum-as-inner",12624 "futures-channel",12625 "futures-io",12626 "futures-util",12627 "idna 0.2.3",12628 "ipnet",12629 "lazy_static",12630 "log",12631 "rand 0.8.5",12632 "smallvec",12633 "thiserror",12634 "tinyvec",12635 "url",12636]1263712638[[package]]12639name = "trust-dns-resolver"12640version = "0.21.2"12641source = "registry+https://github.com/rust-lang/crates.io-index"12642checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12643dependencies = [12644 "cfg-if 1.0.0",12645 "futures-util",12646 "ipconfig",12647 "lazy_static",12648 "log",12649 "lru-cache",12650 "parking_lot 0.12.1",12651 "resolv-conf",12652 "smallvec",12653 "thiserror",12654 "trust-dns-proto",12655]1265612657[[package]]12658name = "try-lock"12659version = "0.2.3"12660source = "registry+https://github.com/rust-lang/crates.io-index"12661checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1266212663[[package]]12664name = "try-runtime-cli"12665version = "0.10.0-dev"12666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12667dependencies = [12668 "clap",12669 "frame-try-runtime",12670 "jsonrpsee",12671 "log",12672 "parity-scale-codec 3.2.1",12673 "remote-externalities",12674 "sc-chain-spec",12675 "sc-cli",12676 "sc-executor",12677 "sc-service",12678 "serde",12679 "sp-core",12680 "sp-externalities",12681 "sp-io",12682 "sp-keystore",12683 "sp-runtime",12684 "sp-state-machine",12685 "sp-version",12686 "zstd",12687]1268812689[[package]]12690name = "trybuild"12691version = "1.0.71"12692source = "registry+https://github.com/rust-lang/crates.io-index"12693checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12694dependencies = [12695 "glob",12696 "once_cell",12697 "serde",12698 "serde_derive",12699 "serde_json",12700 "termcolor",12701 "toml",12702]1270312704[[package]]12705name = "tt-call"12706version = "1.0.8"12707source = "registry+https://github.com/rust-lang/crates.io-index"12708checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1270912710[[package]]12711name = "twox-hash"12712version = "1.6.3"12713source = "registry+https://github.com/rust-lang/crates.io-index"12714checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12715dependencies = [12716 "cfg-if 1.0.0",12717 "digest 0.10.5",12718 "rand 0.8.5",12719 "static_assertions",12720]1272112722[[package]]12723name = "typenum"12724version = "1.15.0"12725source = "registry+https://github.com/rust-lang/crates.io-index"12726checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1272712728[[package]]12729name = "uc-rpc"12730version = "0.1.4"12731dependencies = [12732 "anyhow",12733 "app-promotion-rpc",12734 "jsonrpsee",12735 "pallet-common",12736 "pallet-evm",12737 "parity-scale-codec 3.2.1",12738 "rmrk-rpc",12739 "sp-api",12740 "sp-blockchain",12741 "sp-core",12742 "sp-rpc",12743 "sp-runtime",12744 "up-data-structs",12745 "up-rpc",12746]1274712748[[package]]12749name = "ucd-trie"12750version = "0.1.5"12751source = "registry+https://github.com/rust-lang/crates.io-index"12752checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1275312754[[package]]12755name = "uint"12756version = "0.9.4"12757source = "registry+https://github.com/rust-lang/crates.io-index"12758checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12759dependencies = [12760 "byteorder",12761 "crunchy",12762 "hex",12763 "static_assertions",12764]1276512766[[package]]12767name = "unicase"12768version = "2.6.0"12769source = "registry+https://github.com/rust-lang/crates.io-index"12770checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12771dependencies = [12772 "version_check",12773]1277412775[[package]]12776name = "unicode-bidi"12777version = "0.3.8"12778source = "registry+https://github.com/rust-lang/crates.io-index"12779checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1278012781[[package]]12782name = "unicode-ident"12783version = "1.0.5"12784source = "registry+https://github.com/rust-lang/crates.io-index"12785checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1278612787[[package]]12788name = "unicode-normalization"12789version = "0.1.22"12790source = "registry+https://github.com/rust-lang/crates.io-index"12791checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12792dependencies = [12793 "tinyvec",12794]1279512796[[package]]12797name = "unicode-segmentation"12798version = "1.10.0"12799source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1280112802[[package]]12803name = "unicode-width"12804version = "0.1.10"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1280712808[[package]]12809name = "unicode-xid"12810version = "0.2.4"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1281312814[[package]]12815name = "unique-node"12816version = "0.9.30"12817dependencies = [12818 "app-promotion-rpc",12819 "clap",12820 "cumulus-client-cli",12821 "cumulus-client-collator",12822 "cumulus-client-consensus-aura",12823 "cumulus-client-consensus-common",12824 "cumulus-client-network",12825 "cumulus-client-service",12826 "cumulus-primitives-core",12827 "cumulus-primitives-parachain-inherent",12828 "cumulus-relay-chain-inprocess-interface",12829 "cumulus-relay-chain-interface",12830 "cumulus-relay-chain-rpc-interface",12831 "fc-consensus",12832 "fc-db",12833 "fc-mapping-sync",12834 "fc-rpc",12835 "fc-rpc-core",12836 "flexi_logger",12837 "fp-rpc",12838 "frame-benchmarking",12839 "frame-benchmarking-cli",12840 "futures 0.3.25",12841 "jsonrpsee",12842 "log",12843 "opal-runtime",12844 "pallet-ethereum",12845 "pallet-transaction-payment-rpc",12846 "pallet-transaction-payment-rpc-runtime-api",12847 "parity-scale-codec 3.2.1",12848 "parking_lot 0.12.1",12849 "polkadot-cli",12850 "polkadot-parachain",12851 "polkadot-primitives",12852 "polkadot-service",12853 "polkadot-test-service",12854 "quartz-runtime",12855 "rmrk-rpc",12856 "sc-basic-authorship",12857 "sc-chain-spec",12858 "sc-cli",12859 "sc-client-api",12860 "sc-consensus",12861 "sc-consensus-aura",12862 "sc-consensus-manual-seal",12863 "sc-executor",12864 "sc-finality-grandpa",12865 "sc-keystore",12866 "sc-network",12867 "sc-rpc",12868 "sc-rpc-api",12869 "sc-service",12870 "sc-sysinfo",12871 "sc-telemetry",12872 "sc-tracing",12873 "sc-transaction-pool",12874 "serde",12875 "serde_json",12876 "sp-api",12877 "sp-block-builder",12878 "sp-blockchain",12879 "sp-consensus",12880 "sp-consensus-aura",12881 "sp-core",12882 "sp-finality-grandpa",12883 "sp-inherents",12884 "sp-keystore",12885 "sp-offchain",12886 "sp-runtime",12887 "sp-session",12888 "sp-timestamp",12889 "sp-transaction-pool",12890 "sp-trie",12891 "substrate-build-script-utils",12892 "substrate-frame-rpc-system",12893 "substrate-prometheus-endpoint",12894 "tokio",12895 "try-runtime-cli",12896 "unique-rpc",12897 "unique-runtime",12898 "up-common",12899 "up-data-structs",12900 "up-rpc",12901]1290212903[[package]]12904name = "unique-rpc"12905version = "0.1.2"12906dependencies = [12907 "app-promotion-rpc",12908 "fc-db",12909 "fc-mapping-sync",12910 "fc-rpc",12911 "fc-rpc-core",12912 "fp-rpc",12913 "fp-storage",12914 "futures 0.3.25",12915 "jsonrpsee",12916 "pallet-common",12917 "pallet-ethereum",12918 "pallet-transaction-payment-rpc",12919 "pallet-transaction-payment-rpc-runtime-api",12920 "pallet-unique",12921 "rmrk-rpc",12922 "sc-client-api",12923 "sc-consensus-aura",12924 "sc-consensus-epochs",12925 "sc-finality-grandpa",12926 "sc-finality-grandpa-rpc",12927 "sc-keystore",12928 "sc-network",12929 "sc-rpc",12930 "sc-rpc-api",12931 "sc-service",12932 "sc-transaction-pool",12933 "serde",12934 "sp-api",12935 "sp-block-builder",12936 "sp-blockchain",12937 "sp-consensus",12938 "sp-consensus-aura",12939 "sp-core",12940 "sp-offchain",12941 "sp-runtime",12942 "sp-session",12943 "sp-storage",12944 "sp-transaction-pool",12945 "substrate-frame-rpc-system",12946 "tokio",12947 "uc-rpc",12948 "up-common",12949 "up-data-structs",12950 "up-rpc",12951]1295212953[[package]]12954name = "unique-runtime"12955version = "0.9.30"12956dependencies = [12957 "app-promotion-rpc",12958 "cumulus-pallet-aura-ext",12959 "cumulus-pallet-dmp-queue",12960 "cumulus-pallet-parachain-system",12961 "cumulus-pallet-xcm",12962 "cumulus-pallet-xcmp-queue",12963 "cumulus-primitives-core",12964 "cumulus-primitives-timestamp",12965 "cumulus-primitives-utility",12966 "derivative",12967 "evm-coder",12968 "fp-evm-mapping",12969 "fp-rpc",12970 "fp-self-contained",12971 "frame-benchmarking",12972 "frame-executive",12973 "frame-support",12974 "frame-system",12975 "frame-system-benchmarking",12976 "frame-system-rpc-runtime-api",12977 "frame-try-runtime",12978 "hex-literal",12979 "impl-trait-for-tuples",12980 "log",12981 "logtest",12982 "orml-tokens",12983 "orml-traits",12984 "orml-vesting",12985 "orml-xtokens",12986 "pallet-app-promotion",12987 "pallet-aura",12988 "pallet-balances",12989 "pallet-base-fee",12990 "pallet-common",12991 "pallet-configuration",12992 "pallet-ethereum",12993 "pallet-evm",12994 "pallet-evm-coder-substrate",12995 "pallet-evm-contract-helpers",12996 "pallet-evm-migration",12997 "pallet-evm-transaction-payment",12998 "pallet-foreign-assets",12999 "pallet-fungible",13000 "pallet-inflation",13001 "pallet-maintenance",13002 "pallet-nonfungible",13003 "pallet-randomness-collective-flip",13004 "pallet-refungible",13005 "pallet-rmrk-core",13006 "pallet-rmrk-equip",13007 "pallet-structure",13008 "pallet-sudo",13009 "pallet-template-transaction-payment",13010 "pallet-timestamp",13011 "pallet-transaction-payment",13012 "pallet-transaction-payment-rpc-runtime-api",13013 "pallet-treasury",13014 "pallet-unique",13015 "pallet-unique-scheduler",13016 "pallet-xcm",13017 "parachain-info",13018 "parity-scale-codec 3.2.1",13019 "polkadot-parachain",13020 "rmrk-rpc",13021 "scale-info",13022 "serde",13023 "smallvec",13024 "sp-api",13025 "sp-arithmetic",13026 "sp-block-builder",13027 "sp-consensus-aura",13028 "sp-core",13029 "sp-inherents",13030 "sp-io",13031 "sp-offchain",13032 "sp-runtime",13033 "sp-session",13034 "sp-std",13035 "sp-transaction-pool",13036 "sp-version",13037 "substrate-wasm-builder",13038 "up-common",13039 "up-data-structs",13040 "up-rpc",13041 "up-sponsorship",13042 "xcm",13043 "xcm-builder",13044 "xcm-executor",13045]1304613047[[package]]13048name = "universal-hash"13049version = "0.4.1"13050source = "registry+https://github.com/rust-lang/crates.io-index"13051checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13052dependencies = [13053 "generic-array 0.14.6",13054 "subtle",13055]1305613057[[package]]13058name = "unsigned-varint"13059version = "0.7.1"13060source = "registry+https://github.com/rust-lang/crates.io-index"13061checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13062dependencies = [13063 "asynchronous-codec",13064 "bytes",13065 "futures-io",13066 "futures-util",13067]1306813069[[package]]13070name = "untrusted"13071version = "0.7.1"13072source = "registry+https://github.com/rust-lang/crates.io-index"13073checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1307413075[[package]]13076name = "up-common"13077version = "0.9.30"13078dependencies = [13079 "fp-rpc",13080 "frame-support",13081 "pallet-evm",13082 "sp-consensus-aura",13083 "sp-core",13084 "sp-runtime",13085 "sp-std",13086]1308713088[[package]]13089name = "up-data-structs"13090version = "0.2.2"13091dependencies = [13092 "bondrewd",13093 "derivative",13094 "frame-support",13095 "frame-system",13096 "pallet-evm",13097 "parity-scale-codec 3.2.1",13098 "rmrk-traits",13099 "scale-info",13100 "serde",13101 "sp-core",13102 "sp-runtime",13103 "sp-std",13104 "struct-versioning",13105]1310613107[[package]]13108name = "up-rpc"13109version = "0.1.3"13110dependencies = [13111 "pallet-common",13112 "pallet-evm",13113 "parity-scale-codec 3.2.1",13114 "sp-api",13115 "sp-core",13116 "sp-runtime",13117 "sp-std",13118 "up-data-structs",13119]1312013121[[package]]13122name = "up-sponsorship"13123version = "0.1.0"13124source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13125dependencies = [13126 "impl-trait-for-tuples",13127]1312813129[[package]]13130name = "url"13131version = "2.3.1"13132source = "registry+https://github.com/rust-lang/crates.io-index"13133checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13134dependencies = [13135 "form_urlencoded",13136 "idna 0.3.0",13137 "percent-encoding",13138]1313913140[[package]]13141name = "valuable"13142version = "0.1.0"13143source = "registry+https://github.com/rust-lang/crates.io-index"13144checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1314513146[[package]]13147name = "value-bag"13148version = "1.0.0-alpha.9"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13151dependencies = [13152 "ctor",13153 "version_check",13154]1315513156[[package]]13157name = "vcpkg"13158version = "0.2.15"13159source = "registry+https://github.com/rust-lang/crates.io-index"13160checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1316113162[[package]]13163name = "version_check"13164version = "0.9.4"13165source = "registry+https://github.com/rust-lang/crates.io-index"13166checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1316713168[[package]]13169name = "void"13170version = "1.0.2"13171source = "registry+https://github.com/rust-lang/crates.io-index"13172checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1317313174[[package]]13175name = "waker-fn"13176version = "1.1.0"13177source = "registry+https://github.com/rust-lang/crates.io-index"13178checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1317913180[[package]]13181name = "walkdir"13182version = "2.3.2"13183source = "registry+https://github.com/rust-lang/crates.io-index"13184checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13185dependencies = [13186 "same-file",13187 "winapi",13188 "winapi-util",13189]1319013191[[package]]13192name = "want"13193version = "0.3.0"13194source = "registry+https://github.com/rust-lang/crates.io-index"13195checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13196dependencies = [13197 "log",13198 "try-lock",13199]1320013201[[package]]13202name = "wasi"13203version = "0.9.0+wasi-snapshot-preview1"13204source = "registry+https://github.com/rust-lang/crates.io-index"13205checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1320613207[[package]]13208name = "wasi"13209version = "0.10.0+wasi-snapshot-preview1"13210source = "registry+https://github.com/rust-lang/crates.io-index"13211checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1321213213[[package]]13214name = "wasi"13215version = "0.11.0+wasi-snapshot-preview1"13216source = "registry+https://github.com/rust-lang/crates.io-index"13217checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1321813219[[package]]13220name = "wasm-bindgen"13221version = "0.2.83"13222source = "registry+https://github.com/rust-lang/crates.io-index"13223checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13224dependencies = [13225 "cfg-if 1.0.0",13226 "wasm-bindgen-macro",13227]1322813229[[package]]13230name = "wasm-bindgen-backend"13231version = "0.2.83"13232source = "registry+https://github.com/rust-lang/crates.io-index"13233checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13234dependencies = [13235 "bumpalo",13236 "log",13237 "once_cell",13238 "proc-macro2",13239 "quote",13240 "syn",13241 "wasm-bindgen-shared",13242]1324313244[[package]]13245name = "wasm-bindgen-futures"13246version = "0.4.33"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13249dependencies = [13250 "cfg-if 1.0.0",13251 "js-sys",13252 "wasm-bindgen",13253 "web-sys",13254]1325513256[[package]]13257name = "wasm-bindgen-macro"13258version = "0.2.83"13259source = "registry+https://github.com/rust-lang/crates.io-index"13260checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13261dependencies = [13262 "quote",13263 "wasm-bindgen-macro-support",13264]1326513266[[package]]13267name = "wasm-bindgen-macro-support"13268version = "0.2.83"13269source = "registry+https://github.com/rust-lang/crates.io-index"13270checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13271dependencies = [13272 "proc-macro2",13273 "quote",13274 "syn",13275 "wasm-bindgen-backend",13276 "wasm-bindgen-shared",13277]1327813279[[package]]13280name = "wasm-bindgen-shared"13281version = "0.2.83"13282source = "registry+https://github.com/rust-lang/crates.io-index"13283checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1328413285[[package]]13286name = "wasm-gc-api"13287version = "0.1.11"13288source = "registry+https://github.com/rust-lang/crates.io-index"13289checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13290dependencies = [13291 "log",13292 "parity-wasm 0.32.0",13293 "rustc-demangle",13294]1329513296[[package]]13297name = "wasm-instrument"13298version = "0.3.0"13299source = "registry+https://github.com/rust-lang/crates.io-index"13300checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13301dependencies = [13302 "parity-wasm 0.45.0",13303]1330413305[[package]]13306name = "wasm-timer"13307version = "0.2.5"13308source = "registry+https://github.com/rust-lang/crates.io-index"13309checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13310dependencies = [13311 "futures 0.3.25",13312 "js-sys",13313 "parking_lot 0.11.2",13314 "pin-utils",13315 "wasm-bindgen",13316 "wasm-bindgen-futures",13317 "web-sys",13318]1331913320[[package]]13321name = "wasmi"13322version = "0.13.2"13323source = "registry+https://github.com/rust-lang/crates.io-index"13324checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13325dependencies = [13326 "parity-wasm 0.45.0",13327 "wasmi-validation",13328 "wasmi_core",13329]1333013331[[package]]13332name = "wasmi-validation"13333version = "0.5.0"13334source = "registry+https://github.com/rust-lang/crates.io-index"13335checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13336dependencies = [13337 "parity-wasm 0.45.0",13338]1333913340[[package]]13341name = "wasmi_core"13342version = "0.2.1"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13345dependencies = [13346 "downcast-rs",13347 "libm",13348 "memory_units",13349 "num-rational 0.4.1",13350 "num-traits",13351]1335213353[[package]]13354name = "wasmparser"13355version = "0.89.1"13356source = "registry+https://github.com/rust-lang/crates.io-index"13357checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13358dependencies = [13359 "indexmap",13360]1336113362[[package]]13363name = "wasmtime"13364version = "1.0.1"13365source = "registry+https://github.com/rust-lang/crates.io-index"13366checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13367dependencies = [13368 "anyhow",13369 "bincode",13370 "cfg-if 1.0.0",13371 "indexmap",13372 "libc",13373 "log",13374 "object",13375 "once_cell",13376 "paste",13377 "psm",13378 "rayon",13379 "serde",13380 "target-lexicon",13381 "wasmparser",13382 "wasmtime-cache",13383 "wasmtime-cranelift",13384 "wasmtime-environ",13385 "wasmtime-jit",13386 "wasmtime-runtime",13387 "windows-sys 0.36.1",13388]1338913390[[package]]13391name = "wasmtime-asm-macros"13392version = "1.0.1"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13395dependencies = [13396 "cfg-if 1.0.0",13397]1339813399[[package]]13400name = "wasmtime-cache"13401version = "1.0.1"13402source = "registry+https://github.com/rust-lang/crates.io-index"13403checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13404dependencies = [13405 "anyhow",13406 "base64",13407 "bincode",13408 "directories-next",13409 "file-per-thread-logger",13410 "log",13411 "rustix",13412 "serde",13413 "sha2 0.9.9",13414 "toml",13415 "windows-sys 0.36.1",13416 "zstd",13417]1341813419[[package]]13420name = "wasmtime-cranelift"13421version = "1.0.1"13422source = "registry+https://github.com/rust-lang/crates.io-index"13423checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13424dependencies = [13425 "anyhow",13426 "cranelift-codegen",13427 "cranelift-entity",13428 "cranelift-frontend",13429 "cranelift-native",13430 "cranelift-wasm",13431 "gimli",13432 "log",13433 "object",13434 "target-lexicon",13435 "thiserror",13436 "wasmparser",13437 "wasmtime-environ",13438]1343913440[[package]]13441name = "wasmtime-environ"13442version = "1.0.1"13443source = "registry+https://github.com/rust-lang/crates.io-index"13444checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13445dependencies = [13446 "anyhow",13447 "cranelift-entity",13448 "gimli",13449 "indexmap",13450 "log",13451 "object",13452 "serde",13453 "target-lexicon",13454 "thiserror",13455 "wasmparser",13456 "wasmtime-types",13457]1345813459[[package]]13460name = "wasmtime-jit"13461version = "1.0.1"13462source = "registry+https://github.com/rust-lang/crates.io-index"13463checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13464dependencies = [13465 "addr2line",13466 "anyhow",13467 "bincode",13468 "cfg-if 1.0.0",13469 "cpp_demangle",13470 "gimli",13471 "log",13472 "object",13473 "rustc-demangle",13474 "rustix",13475 "serde",13476 "target-lexicon",13477 "thiserror",13478 "wasmtime-environ",13479 "wasmtime-jit-debug",13480 "wasmtime-runtime",13481 "windows-sys 0.36.1",13482]1348313484[[package]]13485name = "wasmtime-jit-debug"13486version = "1.0.1"13487source = "registry+https://github.com/rust-lang/crates.io-index"13488checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13489dependencies = [13490 "object",13491 "once_cell",13492 "rustix",13493]1349413495[[package]]13496name = "wasmtime-runtime"13497version = "1.0.1"13498source = "registry+https://github.com/rust-lang/crates.io-index"13499checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13500dependencies = [13501 "anyhow",13502 "cc",13503 "cfg-if 1.0.0",13504 "indexmap",13505 "libc",13506 "log",13507 "mach",13508 "memfd",13509 "memoffset",13510 "paste",13511 "rand 0.8.5",13512 "rustix",13513 "thiserror",13514 "wasmtime-asm-macros",13515 "wasmtime-environ",13516 "wasmtime-jit-debug",13517 "windows-sys 0.36.1",13518]1351913520[[package]]13521name = "wasmtime-types"13522version = "1.0.1"13523source = "registry+https://github.com/rust-lang/crates.io-index"13524checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13525dependencies = [13526 "cranelift-entity",13527 "serde",13528 "thiserror",13529 "wasmparser",13530]1353113532[[package]]13533name = "web-sys"13534version = "0.3.60"13535source = "registry+https://github.com/rust-lang/crates.io-index"13536checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13537dependencies = [13538 "js-sys",13539 "wasm-bindgen",13540]1354113542[[package]]13543name = "webpki"13544version = "0.22.0"13545source = "registry+https://github.com/rust-lang/crates.io-index"13546checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13547dependencies = [13548 "ring",13549 "untrusted",13550]1355113552[[package]]13553name = "webpki-roots"13554version = "0.22.5"13555source = "registry+https://github.com/rust-lang/crates.io-index"13556checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13557dependencies = [13558 "webpki",13559]1356013561[[package]]13562name = "wepoll-ffi"13563version = "0.1.2"13564source = "registry+https://github.com/rust-lang/crates.io-index"13565checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13566dependencies = [13567 "cc",13568]1356913570[[package]]13571name = "westend-runtime"13572version = "0.9.30"13573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13574dependencies = [13575 "beefy-primitives",13576 "bitvec 1.0.1",13577 "frame-benchmarking",13578 "frame-election-provider-support",13579 "frame-executive",13580 "frame-support",13581 "frame-system",13582 "frame-system-benchmarking",13583 "frame-system-rpc-runtime-api",13584 "frame-try-runtime",13585 "hex-literal",13586 "log",13587 "pallet-authority-discovery",13588 "pallet-authorship",13589 "pallet-babe",13590 "pallet-bags-list",13591 "pallet-balances",13592 "pallet-collective",13593 "pallet-democracy",13594 "pallet-election-provider-multi-phase",13595 "pallet-election-provider-support-benchmarking",13596 "pallet-elections-phragmen",13597 "pallet-fast-unstake",13598 "pallet-grandpa",13599 "pallet-identity",13600 "pallet-im-online",13601 "pallet-indices",13602 "pallet-membership",13603 "pallet-multisig",13604 "pallet-nomination-pools",13605 "pallet-nomination-pools-benchmarking",13606 "pallet-nomination-pools-runtime-api",13607 "pallet-offences",13608 "pallet-offences-benchmarking",13609 "pallet-preimage",13610 "pallet-proxy",13611 "pallet-recovery",13612 "pallet-scheduler",13613 "pallet-session",13614 "pallet-session-benchmarking",13615 "pallet-society",13616 "pallet-staking",13617 "pallet-staking-reward-curve",13618 "pallet-sudo",13619 "pallet-timestamp",13620 "pallet-transaction-payment",13621 "pallet-transaction-payment-rpc-runtime-api",13622 "pallet-treasury",13623 "pallet-utility",13624 "pallet-vesting",13625 "pallet-xcm",13626 "pallet-xcm-benchmarks",13627 "parity-scale-codec 3.2.1",13628 "polkadot-parachain",13629 "polkadot-primitives",13630 "polkadot-runtime-common",13631 "polkadot-runtime-parachains",13632 "rustc-hex",13633 "scale-info",13634 "serde",13635 "serde_derive",13636 "smallvec",13637 "sp-api",13638 "sp-authority-discovery",13639 "sp-block-builder",13640 "sp-consensus-babe",13641 "sp-core",13642 "sp-inherents",13643 "sp-io",13644 "sp-mmr-primitives",13645 "sp-npos-elections",13646 "sp-offchain",13647 "sp-runtime",13648 "sp-session",13649 "sp-staking",13650 "sp-std",13651 "sp-transaction-pool",13652 "sp-version",13653 "substrate-wasm-builder",13654 "westend-runtime-constants",13655 "xcm",13656 "xcm-builder",13657 "xcm-executor",13658]1365913660[[package]]13661name = "westend-runtime-constants"13662version = "0.9.30"13663source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13664dependencies = [13665 "frame-support",13666 "polkadot-primitives",13667 "polkadot-runtime-common",13668 "smallvec",13669 "sp-runtime",13670]1367113672[[package]]13673name = "which"13674version = "4.3.0"13675source = "registry+https://github.com/rust-lang/crates.io-index"13676checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13677dependencies = [13678 "either",13679 "libc",13680 "once_cell",13681]1368213683[[package]]13684name = "widestring"13685version = "0.5.1"13686source = "registry+https://github.com/rust-lang/crates.io-index"13687checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1368813689[[package]]13690name = "winapi"13691version = "0.3.9"13692source = "registry+https://github.com/rust-lang/crates.io-index"13693checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13694dependencies = [13695 "winapi-i686-pc-windows-gnu",13696 "winapi-x86_64-pc-windows-gnu",13697]1369813699[[package]]13700name = "winapi-i686-pc-windows-gnu"13701version = "0.4.0"13702source = "registry+https://github.com/rust-lang/crates.io-index"13703checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1370413705[[package]]13706name = "winapi-util"13707version = "0.1.5"13708source = "registry+https://github.com/rust-lang/crates.io-index"13709checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13710dependencies = [13711 "winapi",13712]1371313714[[package]]13715name = "winapi-x86_64-pc-windows-gnu"13716version = "0.4.0"13717source = "registry+https://github.com/rust-lang/crates.io-index"13718checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1371913720[[package]]13721name = "windows"13722version = "0.34.0"13723source = "registry+https://github.com/rust-lang/crates.io-index"13724checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13725dependencies = [13726 "windows_aarch64_msvc 0.34.0",13727 "windows_i686_gnu 0.34.0",13728 "windows_i686_msvc 0.34.0",13729 "windows_x86_64_gnu 0.34.0",13730 "windows_x86_64_msvc 0.34.0",13731]1373213733[[package]]13734name = "windows-sys"13735version = "0.36.1"13736source = "registry+https://github.com/rust-lang/crates.io-index"13737checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13738dependencies = [13739 "windows_aarch64_msvc 0.36.1",13740 "windows_i686_gnu 0.36.1",13741 "windows_i686_msvc 0.36.1",13742 "windows_x86_64_gnu 0.36.1",13743 "windows_x86_64_msvc 0.36.1",13744]1374513746[[package]]13747name = "windows-sys"13748version = "0.42.0"13749source = "registry+https://github.com/rust-lang/crates.io-index"13750checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13751dependencies = [13752 "windows_aarch64_gnullvm",13753 "windows_aarch64_msvc 0.42.0",13754 "windows_i686_gnu 0.42.0",13755 "windows_i686_msvc 0.42.0",13756 "windows_x86_64_gnu 0.42.0",13757 "windows_x86_64_gnullvm",13758 "windows_x86_64_msvc 0.42.0",13759]1376013761[[package]]13762name = "windows_aarch64_gnullvm"13763version = "0.42.0"13764source = "registry+https://github.com/rust-lang/crates.io-index"13765checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1376613767[[package]]13768name = "windows_aarch64_msvc"13769version = "0.34.0"13770source = "registry+https://github.com/rust-lang/crates.io-index"13771checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1377213773[[package]]13774name = "windows_aarch64_msvc"13775version = "0.36.1"13776source = "registry+https://github.com/rust-lang/crates.io-index"13777checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1377813779[[package]]13780name = "windows_aarch64_msvc"13781version = "0.42.0"13782source = "registry+https://github.com/rust-lang/crates.io-index"13783checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1378413785[[package]]13786name = "windows_i686_gnu"13787version = "0.34.0"13788source = "registry+https://github.com/rust-lang/crates.io-index"13789checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1379013791[[package]]13792name = "windows_i686_gnu"13793version = "0.36.1"13794source = "registry+https://github.com/rust-lang/crates.io-index"13795checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1379613797[[package]]13798name = "windows_i686_gnu"13799version = "0.42.0"13800source = "registry+https://github.com/rust-lang/crates.io-index"13801checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1380213803[[package]]13804name = "windows_i686_msvc"13805version = "0.34.0"13806source = "registry+https://github.com/rust-lang/crates.io-index"13807checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1380813809[[package]]13810name = "windows_i686_msvc"13811version = "0.36.1"13812source = "registry+https://github.com/rust-lang/crates.io-index"13813checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1381413815[[package]]13816name = "windows_i686_msvc"13817version = "0.42.0"13818source = "registry+https://github.com/rust-lang/crates.io-index"13819checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1382013821[[package]]13822name = "windows_x86_64_gnu"13823version = "0.34.0"13824source = "registry+https://github.com/rust-lang/crates.io-index"13825checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1382613827[[package]]13828name = "windows_x86_64_gnu"13829version = "0.36.1"13830source = "registry+https://github.com/rust-lang/crates.io-index"13831checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1383213833[[package]]13834name = "windows_x86_64_gnu"13835version = "0.42.0"13836source = "registry+https://github.com/rust-lang/crates.io-index"13837checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1383813839[[package]]13840name = "windows_x86_64_gnullvm"13841version = "0.42.0"13842source = "registry+https://github.com/rust-lang/crates.io-index"13843checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1384413845[[package]]13846name = "windows_x86_64_msvc"13847version = "0.34.0"13848source = "registry+https://github.com/rust-lang/crates.io-index"13849checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1385013851[[package]]13852name = "windows_x86_64_msvc"13853version = "0.36.1"13854source = "registry+https://github.com/rust-lang/crates.io-index"13855checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1385613857[[package]]13858name = "windows_x86_64_msvc"13859version = "0.42.0"13860source = "registry+https://github.com/rust-lang/crates.io-index"13861checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1386213863[[package]]13864name = "winreg"13865version = "0.7.0"13866source = "registry+https://github.com/rust-lang/crates.io-index"13867checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13868dependencies = [13869 "winapi",13870]1387113872[[package]]13873name = "wyz"13874version = "0.2.0"13875source = "registry+https://github.com/rust-lang/crates.io-index"13876checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1387713878[[package]]13879name = "wyz"13880version = "0.5.0"13881source = "registry+https://github.com/rust-lang/crates.io-index"13882checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13883dependencies = [13884 "tap",13885]1388613887[[package]]13888name = "x25519-dalek"13889version = "1.1.1"13890source = "registry+https://github.com/rust-lang/crates.io-index"13891checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13892dependencies = [13893 "curve25519-dalek 3.2.0",13894 "rand_core 0.5.1",13895 "zeroize",13896]1389713898[[package]]13899name = "xcm"13900version = "0.9.30"13901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13902dependencies = [13903 "derivative",13904 "impl-trait-for-tuples",13905 "log",13906 "parity-scale-codec 3.2.1",13907 "scale-info",13908 "sp-runtime",13909 "xcm-procedural",13910]1391113912[[package]]13913name = "xcm-builder"13914version = "0.9.30"13915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13916dependencies = [13917 "frame-support",13918 "frame-system",13919 "log",13920 "pallet-transaction-payment",13921 "parity-scale-codec 3.2.1",13922 "polkadot-parachain",13923 "scale-info",13924 "sp-arithmetic",13925 "sp-io",13926 "sp-runtime",13927 "sp-std",13928 "xcm",13929 "xcm-executor",13930]1393113932[[package]]13933name = "xcm-executor"13934version = "0.9.30"13935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13936dependencies = [13937 "frame-benchmarking",13938 "frame-support",13939 "impl-trait-for-tuples",13940 "log",13941 "parity-scale-codec 3.2.1",13942 "sp-arithmetic",13943 "sp-core",13944 "sp-io",13945 "sp-runtime",13946 "sp-std",13947 "xcm",13948]1394913950[[package]]13951name = "xcm-procedural"13952version = "0.9.30"13953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13954dependencies = [13955 "Inflector",13956 "proc-macro2",13957 "quote",13958 "syn",13959]1396013961[[package]]13962name = "yamux"13963version = "0.10.2"13964source = "registry+https://github.com/rust-lang/crates.io-index"13965checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13966dependencies = [13967 "futures 0.3.25",13968 "log",13969 "nohash-hasher",13970 "parking_lot 0.12.1",13971 "rand 0.8.5",13972 "static_assertions",13973]1397413975[[package]]13976name = "zeroize"13977version = "1.5.7"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13980dependencies = [13981 "zeroize_derive",13982]1398313984[[package]]13985name = "zeroize_derive"13986version = "1.3.2"13987source = "registry+https://github.com/rust-lang/crates.io-index"13988checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13989dependencies = [13990 "proc-macro2",13991 "quote",13992 "syn",13993 "synstructure",13994]1399513996[[package]]13997name = "zstd"13998version = "0.11.2+zstd.1.5.2"13999source = "registry+https://github.com/rust-lang/crates.io-index"14000checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14001dependencies = [14002 "zstd-safe",14003]1400414005[[package]]14006name = "zstd-safe"14007version = "5.0.2+zstd.1.5.2"14008source = "registry+https://github.com/rust-lang/crates.io-index"14009checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14010dependencies = [14011 "libc",14012 "zstd-sys",14013]1401414015[[package]]14016name = "zstd-sys"14017version = "2.0.1+zstd.1.5.2"14018source = "registry+https://github.com/rust-lang/crates.io-index"14019checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14020dependencies = [14021 "cc",14022 "libc",14023]