git.delta.rocks / unique-network / refs/commits / 1d4e56c36dc5

difftreelog

source

Cargo.lock312.3 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-v2",5393 "pallet-xcm",5394 "parachain-info",5395 "parity-scale-codec 3.2.1",5396 "polkadot-parachain",5397 "rmrk-rpc",5398 "scale-info",5399 "serde",5400 "smallvec",5401 "sp-api",5402 "sp-arithmetic",5403 "sp-block-builder",5404 "sp-consensus-aura",5405 "sp-core",5406 "sp-inherents",5407 "sp-io",5408 "sp-offchain",5409 "sp-runtime",5410 "sp-session",5411 "sp-std",5412 "sp-transaction-pool",5413 "sp-version",5414 "substrate-wasm-builder",5415 "up-common",5416 "up-data-structs",5417 "up-rpc",5418 "up-sponsorship",5419 "xcm",5420 "xcm-builder",5421 "xcm-executor",5422]54235424[[package]]5425name = "opaque-debug"5426version = "0.2.3"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54295430[[package]]5431name = "opaque-debug"5432version = "0.3.0"5433source = "registry+https://github.com/rust-lang/crates.io-index"5434checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54355436[[package]]5437name = "openssl-probe"5438version = "0.1.5"5439source = "registry+https://github.com/rust-lang/crates.io-index"5440checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54415442[[package]]5443name = "orchestra"5444version = "0.0.1"5445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5446dependencies = [5447 "async-trait",5448 "dyn-clonable",5449 "futures 0.3.25",5450 "futures-timer",5451 "orchestra-proc-macro",5452 "pin-project",5453 "prioritized-metered-channel",5454 "thiserror",5455 "tracing",5456]54575458[[package]]5459name = "orchestra-proc-macro"5460version = "0.0.1"5461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5462dependencies = [5463 "expander 0.0.6",5464 "itertools",5465 "petgraph",5466 "proc-macro-crate",5467 "proc-macro2",5468 "quote",5469 "syn",5470]54715472[[package]]5473name = "ordered-float"5474version = "1.1.1"5475source = "registry+https://github.com/rust-lang/crates.io-index"5476checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5477dependencies = [5478 "num-traits",5479]54805481[[package]]5482name = "orml-tokens"5483version = "0.4.1-dev"5484source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5485dependencies = [5486 "frame-support",5487 "frame-system",5488 "orml-traits",5489 "parity-scale-codec 3.2.1",5490 "scale-info",5491 "serde",5492 "sp-runtime",5493 "sp-std",5494]54955496[[package]]5497name = "orml-traits"5498version = "0.4.1-dev"5499source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5500dependencies = [5501 "frame-support",5502 "impl-trait-for-tuples",5503 "num-traits",5504 "orml-utilities",5505 "parity-scale-codec 3.2.1",5506 "scale-info",5507 "serde",5508 "sp-io",5509 "sp-runtime",5510 "sp-std",5511 "xcm",5512]55135514[[package]]5515name = "orml-utilities"5516version = "0.4.1-dev"5517source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5518dependencies = [5519 "frame-support",5520 "parity-scale-codec 3.2.1",5521 "scale-info",5522 "serde",5523 "sp-io",5524 "sp-runtime",5525 "sp-std",5526]55275528[[package]]5529name = "orml-vesting"5530version = "0.4.1-dev"5531source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5532dependencies = [5533 "frame-support",5534 "frame-system",5535 "parity-scale-codec 3.2.1",5536 "scale-info",5537 "serde",5538 "sp-io",5539 "sp-runtime",5540 "sp-std",5541]55425543[[package]]5544name = "orml-xcm-support"5545version = "0.4.1-dev"5546source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5547dependencies = [5548 "frame-support",5549 "orml-traits",5550 "parity-scale-codec 3.2.1",5551 "sp-runtime",5552 "sp-std",5553 "xcm",5554 "xcm-executor",5555]55565557[[package]]5558name = "orml-xtokens"5559version = "0.4.1-dev"5560source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5561dependencies = [5562 "cumulus-primitives-core",5563 "frame-support",5564 "frame-system",5565 "orml-traits",5566 "orml-xcm-support",5567 "pallet-xcm",5568 "parity-scale-codec 3.2.1",5569 "scale-info",5570 "serde",5571 "sp-io",5572 "sp-runtime",5573 "sp-std",5574 "xcm",5575 "xcm-executor",5576]55775578[[package]]5579name = "os_str_bytes"5580version = "6.3.0"5581source = "registry+https://github.com/rust-lang/crates.io-index"5582checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55835584[[package]]5585name = "owning_ref"5586version = "0.4.1"5587source = "registry+https://github.com/rust-lang/crates.io-index"5588checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5589dependencies = [5590 "stable_deref_trait",5591]55925593[[package]]5594name = "pallet-app-promotion"5595version = "0.1.0"5596dependencies = [5597 "frame-benchmarking",5598 "frame-support",5599 "frame-system",5600 "pallet-balances",5601 "pallet-common",5602 "pallet-evm",5603 "pallet-evm-contract-helpers",5604 "pallet-evm-migration",5605 "pallet-randomness-collective-flip",5606 "pallet-timestamp",5607 "pallet-unique",5608 "parity-scale-codec 3.2.1",5609 "scale-info",5610 "serde",5611 "sp-core",5612 "sp-io",5613 "sp-runtime",5614 "sp-std",5615 "up-data-structs",5616]56175618[[package]]5619name = "pallet-aura"5620version = "4.0.0-dev"5621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5622dependencies = [5623 "frame-support",5624 "frame-system",5625 "pallet-timestamp",5626 "parity-scale-codec 3.2.1",5627 "scale-info",5628 "sp-application-crypto",5629 "sp-consensus-aura",5630 "sp-runtime",5631 "sp-std",5632]56335634[[package]]5635name = "pallet-authority-discovery"5636version = "4.0.0-dev"5637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5638dependencies = [5639 "frame-support",5640 "frame-system",5641 "pallet-session",5642 "parity-scale-codec 3.2.1",5643 "scale-info",5644 "sp-application-crypto",5645 "sp-authority-discovery",5646 "sp-runtime",5647 "sp-std",5648]56495650[[package]]5651name = "pallet-authorship"5652version = "4.0.0-dev"5653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5654dependencies = [5655 "frame-support",5656 "frame-system",5657 "impl-trait-for-tuples",5658 "parity-scale-codec 3.2.1",5659 "scale-info",5660 "sp-authorship",5661 "sp-runtime",5662 "sp-std",5663]56645665[[package]]5666name = "pallet-babe"5667version = "4.0.0-dev"5668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5669dependencies = [5670 "frame-benchmarking",5671 "frame-support",5672 "frame-system",5673 "log",5674 "pallet-authorship",5675 "pallet-session",5676 "pallet-timestamp",5677 "parity-scale-codec 3.2.1",5678 "scale-info",5679 "sp-application-crypto",5680 "sp-consensus-babe",5681 "sp-consensus-vrf",5682 "sp-io",5683 "sp-runtime",5684 "sp-session",5685 "sp-staking",5686 "sp-std",5687]56885689[[package]]5690name = "pallet-bags-list"5691version = "4.0.0-dev"5692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5693dependencies = [5694 "frame-benchmarking",5695 "frame-election-provider-support",5696 "frame-support",5697 "frame-system",5698 "log",5699 "pallet-balances",5700 "parity-scale-codec 3.2.1",5701 "scale-info",5702 "sp-core",5703 "sp-io",5704 "sp-runtime",5705 "sp-std",5706 "sp-tracing",5707]57085709[[package]]5710name = "pallet-balances"5711version = "4.0.0-dev"5712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5713dependencies = [5714 "frame-benchmarking",5715 "frame-support",5716 "frame-system",5717 "log",5718 "parity-scale-codec 3.2.1",5719 "scale-info",5720 "sp-runtime",5721 "sp-std",5722]57235724[[package]]5725name = "pallet-base-fee"5726version = "1.0.0"5727source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5728dependencies = [5729 "fp-evm",5730 "frame-support",5731 "frame-system",5732 "parity-scale-codec 3.2.1",5733 "scale-info",5734 "serde",5735 "sp-core",5736 "sp-runtime",5737]57385739[[package]]5740name = "pallet-beefy"5741version = "4.0.0-dev"5742source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5743dependencies = [5744 "beefy-primitives",5745 "frame-support",5746 "frame-system",5747 "pallet-session",5748 "parity-scale-codec 3.2.1",5749 "scale-info",5750 "serde",5751 "sp-runtime",5752 "sp-std",5753]57545755[[package]]5756name = "pallet-beefy-mmr"5757version = "4.0.0-dev"5758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5759dependencies = [5760 "array-bytes",5761 "beefy-merkle-tree",5762 "beefy-primitives",5763 "frame-support",5764 "frame-system",5765 "log",5766 "pallet-beefy",5767 "pallet-mmr",5768 "pallet-session",5769 "parity-scale-codec 3.2.1",5770 "scale-info",5771 "serde",5772 "sp-core",5773 "sp-io",5774 "sp-runtime",5775 "sp-std",5776]57775778[[package]]5779name = "pallet-bounties"5780version = "4.0.0-dev"5781source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5782dependencies = [5783 "frame-benchmarking",5784 "frame-support",5785 "frame-system",5786 "log",5787 "pallet-treasury",5788 "parity-scale-codec 3.2.1",5789 "scale-info",5790 "sp-core",5791 "sp-io",5792 "sp-runtime",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-child-bounties"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5800dependencies = [5801 "frame-benchmarking",5802 "frame-support",5803 "frame-system",5804 "log",5805 "pallet-bounties",5806 "pallet-treasury",5807 "parity-scale-codec 3.2.1",5808 "scale-info",5809 "sp-core",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813]58145815[[package]]5816name = "pallet-collective"5817version = "4.0.0-dev"5818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5819dependencies = [5820 "frame-benchmarking",5821 "frame-support",5822 "frame-system",5823 "log",5824 "parity-scale-codec 3.2.1",5825 "scale-info",5826 "sp-core",5827 "sp-io",5828 "sp-runtime",5829 "sp-std",5830]58315832[[package]]5833name = "pallet-common"5834version = "0.1.11"5835dependencies = [5836 "ethereum",5837 "evm-coder",5838 "fp-evm-mapping",5839 "frame-benchmarking",5840 "frame-support",5841 "frame-system",5842 "pallet-evm",5843 "pallet-evm-coder-substrate",5844 "parity-scale-codec 3.2.1",5845 "scale-info",5846 "serde",5847 "sp-core",5848 "sp-runtime",5849 "sp-std",5850 "up-data-structs",5851]58525853[[package]]5854name = "pallet-configuration"5855version = "0.1.1"5856dependencies = [5857 "fp-evm",5858 "frame-support",5859 "frame-system",5860 "parity-scale-codec 3.2.1",5861 "scale-info",5862 "smallvec",5863 "sp-arithmetic",5864 "sp-core",5865 "sp-runtime",5866 "sp-std",5867]58685869[[package]]5870name = "pallet-democracy"5871version = "4.0.0-dev"5872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5873dependencies = [5874 "frame-benchmarking",5875 "frame-support",5876 "frame-system",5877 "parity-scale-codec 3.2.1",5878 "scale-info",5879 "serde",5880 "sp-io",5881 "sp-runtime",5882 "sp-std",5883]58845885[[package]]5886name = "pallet-election-provider-multi-phase"5887version = "4.0.0-dev"5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5889dependencies = [5890 "frame-benchmarking",5891 "frame-election-provider-support",5892 "frame-support",5893 "frame-system",5894 "log",5895 "pallet-election-provider-support-benchmarking",5896 "parity-scale-codec 3.2.1",5897 "rand 0.7.3",5898 "scale-info",5899 "sp-arithmetic",5900 "sp-core",5901 "sp-io",5902 "sp-npos-elections",5903 "sp-runtime",5904 "sp-std",5905 "static_assertions",5906 "strum",5907]59085909[[package]]5910name = "pallet-election-provider-support-benchmarking"5911version = "4.0.0-dev"5912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5913dependencies = [5914 "frame-benchmarking",5915 "frame-election-provider-support",5916 "frame-system",5917 "parity-scale-codec 3.2.1",5918 "sp-npos-elections",5919 "sp-runtime",5920]59215922[[package]]5923name = "pallet-elections-phragmen"5924version = "5.0.0-dev"5925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5926dependencies = [5927 "frame-benchmarking",5928 "frame-support",5929 "frame-system",5930 "log",5931 "parity-scale-codec 3.2.1",5932 "scale-info",5933 "sp-core",5934 "sp-io",5935 "sp-npos-elections",5936 "sp-runtime",5937 "sp-std",5938]59395940[[package]]5941name = "pallet-ethereum"5942version = "4.0.0-dev"5943source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5944dependencies = [5945 "ethereum",5946 "ethereum-types",5947 "evm",5948 "fp-consensus",5949 "fp-evm",5950 "fp-evm-mapping",5951 "fp-rpc",5952 "fp-self-contained",5953 "fp-storage",5954 "frame-support",5955 "frame-system",5956 "log",5957 "pallet-evm",5958 "pallet-timestamp",5959 "parity-scale-codec 3.2.1",5960 "rlp",5961 "scale-info",5962 "serde",5963 "sha3",5964 "sp-io",5965 "sp-runtime",5966 "sp-std",5967]59685969[[package]]5970name = "pallet-evm"5971version = "6.0.0-dev"5972source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5973dependencies = [5974 "evm",5975 "fp-evm",5976 "fp-evm-mapping",5977 "frame-benchmarking",5978 "frame-support",5979 "frame-system",5980 "hex",5981 "impl-trait-for-tuples",5982 "log",5983 "pallet-timestamp",5984 "parity-scale-codec 3.2.1",5985 "primitive-types",5986 "rlp",5987 "scale-info",5988 "serde",5989 "sha3",5990 "sp-core",5991 "sp-io",5992 "sp-runtime",5993 "sp-std",5994]59955996[[package]]5997name = "pallet-evm-coder-substrate"5998version = "0.1.3"5999dependencies = [6000 "ethereum",6001 "evm-coder",6002 "frame-benchmarking",6003 "frame-support",6004 "frame-system",6005 "pallet-ethereum",6006 "pallet-evm",6007 "parity-scale-codec 3.2.1",6008 "scale-info",6009 "sp-core",6010 "sp-std",6011 "up-data-structs",6012]60136014[[package]]6015name = "pallet-evm-contract-helpers"6016version = "0.3.0"6017dependencies = [6018 "ethereum",6019 "evm-coder",6020 "fp-evm-mapping",6021 "frame-support",6022 "frame-system",6023 "log",6024 "pallet-common",6025 "pallet-evm",6026 "pallet-evm-coder-substrate",6027 "pallet-evm-transaction-payment",6028 "parity-scale-codec 3.2.1",6029 "scale-info",6030 "sp-core",6031 "sp-runtime",6032 "sp-std",6033 "up-data-structs",6034 "up-sponsorship",6035]60366037[[package]]6038name = "pallet-evm-migration"6039version = "0.1.1"6040dependencies = [6041 "fp-evm",6042 "frame-benchmarking",6043 "frame-support",6044 "frame-system",6045 "pallet-evm",6046 "parity-scale-codec 3.2.1",6047 "scale-info",6048 "sp-core",6049 "sp-io",6050 "sp-runtime",6051 "sp-std",6052]60536054[[package]]6055name = "pallet-evm-transaction-payment"6056version = "0.1.1"6057dependencies = [6058 "fp-evm",6059 "fp-evm-mapping",6060 "frame-support",6061 "frame-system",6062 "pallet-ethereum",6063 "pallet-evm",6064 "parity-scale-codec 3.2.1",6065 "scale-info",6066 "sp-core",6067 "sp-io",6068 "sp-runtime",6069 "sp-std",6070 "up-sponsorship",6071]60726073[[package]]6074name = "pallet-fast-unstake"6075version = "4.0.0-dev"6076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6077dependencies = [6078 "frame-benchmarking",6079 "frame-election-provider-support",6080 "frame-support",6081 "frame-system",6082 "log",6083 "pallet-balances",6084 "pallet-staking",6085 "pallet-timestamp",6086 "parity-scale-codec 3.2.1",6087 "scale-info",6088 "sp-io",6089 "sp-runtime",6090 "sp-staking",6091 "sp-std",6092]60936094[[package]]6095name = "pallet-foreign-assets"6096version = "0.1.0"6097dependencies = [6098 "frame-benchmarking",6099 "frame-support",6100 "frame-system",6101 "hex",6102 "log",6103 "orml-tokens",6104 "pallet-balances",6105 "pallet-common",6106 "pallet-fungible",6107 "pallet-timestamp",6108 "parity-scale-codec 3.2.1",6109 "scale-info",6110 "serde",6111 "serde_json",6112 "sp-core",6113 "sp-io",6114 "sp-runtime",6115 "sp-std",6116 "up-data-structs",6117 "xcm",6118 "xcm-builder",6119 "xcm-executor",6120]61216122[[package]]6123name = "pallet-fungible"6124version = "0.1.7"6125dependencies = [6126 "ethereum",6127 "evm-coder",6128 "frame-benchmarking",6129 "frame-support",6130 "frame-system",6131 "pallet-common",6132 "pallet-evm",6133 "pallet-evm-coder-substrate",6134 "pallet-structure",6135 "parity-scale-codec 3.2.1",6136 "scale-info",6137 "sp-core",6138 "sp-runtime",6139 "sp-std",6140 "up-data-structs",6141]61426143[[package]]6144name = "pallet-gilt"6145version = "4.0.0-dev"6146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6147dependencies = [6148 "frame-benchmarking",6149 "frame-support",6150 "frame-system",6151 "parity-scale-codec 3.2.1",6152 "scale-info",6153 "sp-arithmetic",6154 "sp-runtime",6155 "sp-std",6156]61576158[[package]]6159name = "pallet-grandpa"6160version = "4.0.0-dev"6161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6162dependencies = [6163 "frame-benchmarking",6164 "frame-support",6165 "frame-system",6166 "log",6167 "pallet-authorship",6168 "pallet-session",6169 "parity-scale-codec 3.2.1",6170 "scale-info",6171 "sp-application-crypto",6172 "sp-core",6173 "sp-finality-grandpa",6174 "sp-io",6175 "sp-runtime",6176 "sp-session",6177 "sp-staking",6178 "sp-std",6179]61806181[[package]]6182name = "pallet-identity"6183version = "4.0.0-dev"6184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6185dependencies = [6186 "enumflags2",6187 "frame-benchmarking",6188 "frame-support",6189 "frame-system",6190 "parity-scale-codec 3.2.1",6191 "scale-info",6192 "sp-io",6193 "sp-runtime",6194 "sp-std",6195]61966197[[package]]6198name = "pallet-im-online"6199version = "4.0.0-dev"6200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6201dependencies = [6202 "frame-benchmarking",6203 "frame-support",6204 "frame-system",6205 "log",6206 "pallet-authorship",6207 "parity-scale-codec 3.2.1",6208 "scale-info",6209 "sp-application-crypto",6210 "sp-core",6211 "sp-io",6212 "sp-runtime",6213 "sp-staking",6214 "sp-std",6215]62166217[[package]]6218name = "pallet-indices"6219version = "4.0.0-dev"6220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6221dependencies = [6222 "frame-benchmarking",6223 "frame-support",6224 "frame-system",6225 "parity-scale-codec 3.2.1",6226 "scale-info",6227 "sp-core",6228 "sp-io",6229 "sp-keyring",6230 "sp-runtime",6231 "sp-std",6232]62336234[[package]]6235name = "pallet-inflation"6236version = "0.1.1"6237dependencies = [6238 "frame-benchmarking",6239 "frame-support",6240 "frame-system",6241 "pallet-balances",6242 "pallet-randomness-collective-flip",6243 "pallet-timestamp",6244 "parity-scale-codec 3.2.1",6245 "scale-info",6246 "serde",6247 "sp-core",6248 "sp-io",6249 "sp-runtime",6250 "sp-std",6251]62526253[[package]]6254name = "pallet-maintenance"6255version = "0.1.0"6256dependencies = [6257 "frame-benchmarking",6258 "frame-support",6259 "frame-system",6260 "parity-scale-codec 3.2.1",6261 "scale-info",6262 "sp-std",6263]62646265[[package]]6266name = "pallet-membership"6267version = "4.0.0-dev"6268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6269dependencies = [6270 "frame-benchmarking",6271 "frame-support",6272 "frame-system",6273 "log",6274 "parity-scale-codec 3.2.1",6275 "scale-info",6276 "sp-core",6277 "sp-io",6278 "sp-runtime",6279 "sp-std",6280]62816282[[package]]6283name = "pallet-mmr"6284version = "4.0.0-dev"6285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6286dependencies = [6287 "ckb-merkle-mountain-range",6288 "frame-benchmarking",6289 "frame-support",6290 "frame-system",6291 "parity-scale-codec 3.2.1",6292 "scale-info",6293 "sp-core",6294 "sp-io",6295 "sp-mmr-primitives",6296 "sp-runtime",6297 "sp-std",6298]62996300[[package]]6301name = "pallet-mmr-rpc"6302version = "3.0.0"6303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6304dependencies = [6305 "jsonrpsee",6306 "parity-scale-codec 3.2.1",6307 "serde",6308 "sp-api",6309 "sp-blockchain",6310 "sp-core",6311 "sp-mmr-primitives",6312 "sp-runtime",6313]63146315[[package]]6316name = "pallet-multisig"6317version = "4.0.0-dev"6318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6319dependencies = [6320 "frame-benchmarking",6321 "frame-support",6322 "frame-system",6323 "parity-scale-codec 3.2.1",6324 "scale-info",6325 "sp-io",6326 "sp-runtime",6327 "sp-std",6328]63296330[[package]]6331name = "pallet-nomination-pools"6332version = "1.0.0"6333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6334dependencies = [6335 "frame-support",6336 "frame-system",6337 "log",6338 "parity-scale-codec 3.2.1",6339 "scale-info",6340 "sp-core",6341 "sp-io",6342 "sp-runtime",6343 "sp-staking",6344 "sp-std",6345]63466347[[package]]6348name = "pallet-nomination-pools-benchmarking"6349version = "1.0.0"6350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6351dependencies = [6352 "frame-benchmarking",6353 "frame-election-provider-support",6354 "frame-support",6355 "frame-system",6356 "pallet-bags-list",6357 "pallet-nomination-pools",6358 "pallet-staking",6359 "parity-scale-codec 3.2.1",6360 "scale-info",6361 "sp-runtime",6362 "sp-runtime-interface",6363 "sp-staking",6364 "sp-std",6365]63666367[[package]]6368name = "pallet-nomination-pools-runtime-api"6369version = "1.0.0-dev"6370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6371dependencies = [6372 "parity-scale-codec 3.2.1",6373 "sp-api",6374 "sp-std",6375]63766377[[package]]6378name = "pallet-nonfungible"6379version = "0.1.9"6380dependencies = [6381 "ethereum",6382 "evm-coder",6383 "frame-benchmarking",6384 "frame-support",6385 "frame-system",6386 "pallet-common",6387 "pallet-evm",6388 "pallet-evm-coder-substrate",6389 "pallet-structure",6390 "parity-scale-codec 3.2.1",6391 "scale-info",6392 "sp-core",6393 "sp-runtime",6394 "sp-std",6395 "struct-versioning",6396 "up-data-structs",6397]63986399[[package]]6400name = "pallet-offences"6401version = "4.0.0-dev"6402source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6403dependencies = [6404 "frame-support",6405 "frame-system",6406 "log",6407 "pallet-balances",6408 "parity-scale-codec 3.2.1",6409 "scale-info",6410 "serde",6411 "sp-runtime",6412 "sp-staking",6413 "sp-std",6414]64156416[[package]]6417name = "pallet-offences-benchmarking"6418version = "4.0.0-dev"6419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6420dependencies = [6421 "frame-benchmarking",6422 "frame-election-provider-support",6423 "frame-support",6424 "frame-system",6425 "pallet-babe",6426 "pallet-balances",6427 "pallet-grandpa",6428 "pallet-im-online",6429 "pallet-offences",6430 "pallet-session",6431 "pallet-staking",6432 "parity-scale-codec 3.2.1",6433 "scale-info",6434 "sp-runtime",6435 "sp-staking",6436 "sp-std",6437]64386439[[package]]6440name = "pallet-preimage"6441version = "4.0.0-dev"6442source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6443dependencies = [6444 "frame-benchmarking",6445 "frame-support",6446 "frame-system",6447 "parity-scale-codec 3.2.1",6448 "scale-info",6449 "sp-core",6450 "sp-io",6451 "sp-runtime",6452 "sp-std",6453]64546455[[package]]6456name = "pallet-proxy"6457version = "4.0.0-dev"6458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6459dependencies = [6460 "frame-benchmarking",6461 "frame-support",6462 "frame-system",6463 "parity-scale-codec 3.2.1",6464 "scale-info",6465 "sp-io",6466 "sp-runtime",6467 "sp-std",6468]64696470[[package]]6471name = "pallet-randomness-collective-flip"6472version = "4.0.0-dev"6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6474dependencies = [6475 "frame-support",6476 "frame-system",6477 "parity-scale-codec 3.2.1",6478 "safe-mix",6479 "scale-info",6480 "sp-runtime",6481 "sp-std",6482]64836484[[package]]6485name = "pallet-recovery"6486version = "4.0.0-dev"6487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6488dependencies = [6489 "frame-benchmarking",6490 "frame-support",6491 "frame-system",6492 "parity-scale-codec 3.2.1",6493 "scale-info",6494 "sp-io",6495 "sp-runtime",6496 "sp-std",6497]64986499[[package]]6500name = "pallet-refungible"6501version = "0.2.8"6502dependencies = [6503 "derivative",6504 "ethereum",6505 "evm-coder",6506 "frame-benchmarking",6507 "frame-support",6508 "frame-system",6509 "pallet-common",6510 "pallet-evm",6511 "pallet-evm-coder-substrate",6512 "pallet-structure",6513 "parity-scale-codec 3.2.1",6514 "scale-info",6515 "sp-core",6516 "sp-runtime",6517 "sp-std",6518 "struct-versioning",6519 "up-data-structs",6520]65216522[[package]]6523name = "pallet-rmrk-core"6524version = "0.1.2"6525dependencies = [6526 "derivative",6527 "frame-benchmarking",6528 "frame-support",6529 "frame-system",6530 "pallet-common",6531 "pallet-evm",6532 "pallet-nonfungible",6533 "pallet-structure",6534 "parity-scale-codec 3.2.1",6535 "rmrk-traits",6536 "scale-info",6537 "sp-core",6538 "sp-runtime",6539 "sp-std",6540 "up-data-structs",6541]65426543[[package]]6544name = "pallet-rmrk-equip"6545version = "0.1.2"6546dependencies = [6547 "frame-benchmarking",6548 "frame-support",6549 "frame-system",6550 "pallet-common",6551 "pallet-evm",6552 "pallet-nonfungible",6553 "pallet-rmrk-core",6554 "parity-scale-codec 3.2.1",6555 "rmrk-traits",6556 "scale-info",6557 "sp-core",6558 "sp-runtime",6559 "sp-std",6560 "up-data-structs",6561]65626563[[package]]6564name = "pallet-scheduler"6565version = "4.0.0-dev"6566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6567dependencies = [6568 "frame-benchmarking",6569 "frame-support",6570 "frame-system",6571 "log",6572 "parity-scale-codec 3.2.1",6573 "scale-info",6574 "sp-io",6575 "sp-runtime",6576 "sp-std",6577]65786579[[package]]6580name = "pallet-session"6581version = "4.0.0-dev"6582source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6583dependencies = [6584 "frame-support",6585 "frame-system",6586 "impl-trait-for-tuples",6587 "log",6588 "pallet-timestamp",6589 "parity-scale-codec 3.2.1",6590 "scale-info",6591 "sp-core",6592 "sp-io",6593 "sp-runtime",6594 "sp-session",6595 "sp-staking",6596 "sp-std",6597 "sp-trie",6598]65996600[[package]]6601name = "pallet-session-benchmarking"6602version = "4.0.0-dev"6603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6604dependencies = [6605 "frame-benchmarking",6606 "frame-support",6607 "frame-system",6608 "pallet-session",6609 "pallet-staking",6610 "rand 0.7.3",6611 "sp-runtime",6612 "sp-session",6613 "sp-std",6614]66156616[[package]]6617name = "pallet-society"6618version = "4.0.0-dev"6619source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6620dependencies = [6621 "frame-support",6622 "frame-system",6623 "parity-scale-codec 3.2.1",6624 "rand_chacha 0.2.2",6625 "scale-info",6626 "sp-runtime",6627 "sp-std",6628]66296630[[package]]6631name = "pallet-staking"6632version = "4.0.0-dev"6633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6634dependencies = [6635 "frame-benchmarking",6636 "frame-election-provider-support",6637 "frame-support",6638 "frame-system",6639 "log",6640 "pallet-authorship",6641 "pallet-session",6642 "parity-scale-codec 3.2.1",6643 "rand_chacha 0.2.2",6644 "scale-info",6645 "serde",6646 "sp-application-crypto",6647 "sp-io",6648 "sp-runtime",6649 "sp-staking",6650 "sp-std",6651]66526653[[package]]6654name = "pallet-staking-reward-curve"6655version = "4.0.0-dev"6656source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6657dependencies = [6658 "proc-macro-crate",6659 "proc-macro2",6660 "quote",6661 "syn",6662]66636664[[package]]6665name = "pallet-staking-reward-fn"6666version = "4.0.0-dev"6667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6668dependencies = [6669 "log",6670 "sp-arithmetic",6671]66726673[[package]]6674name = "pallet-structure"6675version = "0.1.2"6676dependencies = [6677 "frame-benchmarking",6678 "frame-support",6679 "frame-system",6680 "pallet-common",6681 "pallet-evm",6682 "parity-scale-codec 3.2.1",6683 "scale-info",6684 "sp-std",6685 "up-data-structs",6686]66876688[[package]]6689name = "pallet-sudo"6690version = "4.0.0-dev"6691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6692dependencies = [6693 "frame-support",6694 "frame-system",6695 "parity-scale-codec 3.2.1",6696 "scale-info",6697 "sp-io",6698 "sp-runtime",6699 "sp-std",6700]67016702[[package]]6703name = "pallet-template-transaction-payment"6704version = "3.0.0"6705source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6706dependencies = [6707 "frame-benchmarking",6708 "frame-support",6709 "frame-system",6710 "pallet-balances",6711 "pallet-transaction-payment",6712 "parity-scale-codec 3.2.1",6713 "scale-info",6714 "serde",6715 "sp-core",6716 "sp-io",6717 "sp-runtime",6718 "sp-std",6719 "up-sponsorship",6720]67216722[[package]]6723name = "pallet-test-utils"6724version = "0.1.0"6725dependencies = [6726 "frame-support",6727 "frame-system",6728 "pallet-unique-scheduler-v2",6729 "parity-scale-codec 3.2.1",6730 "scale-info",6731 "sp-std",6732]67336734[[package]]6735name = "pallet-timestamp"6736version = "4.0.0-dev"6737source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6738dependencies = [6739 "frame-benchmarking",6740 "frame-support",6741 "frame-system",6742 "log",6743 "parity-scale-codec 3.2.1",6744 "scale-info",6745 "sp-inherents",6746 "sp-io",6747 "sp-runtime",6748 "sp-std",6749 "sp-timestamp",6750]67516752[[package]]6753name = "pallet-tips"6754version = "4.0.0-dev"6755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6756dependencies = [6757 "frame-benchmarking",6758 "frame-support",6759 "frame-system",6760 "log",6761 "pallet-treasury",6762 "parity-scale-codec 3.2.1",6763 "scale-info",6764 "serde",6765 "sp-core",6766 "sp-io",6767 "sp-runtime",6768 "sp-std",6769]67706771[[package]]6772name = "pallet-transaction-payment"6773version = "4.0.0-dev"6774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6775dependencies = [6776 "frame-support",6777 "frame-system",6778 "parity-scale-codec 3.2.1",6779 "scale-info",6780 "serde",6781 "sp-core",6782 "sp-io",6783 "sp-runtime",6784 "sp-std",6785]67866787[[package]]6788name = "pallet-transaction-payment-rpc"6789version = "4.0.0-dev"6790source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6791dependencies = [6792 "jsonrpsee",6793 "pallet-transaction-payment-rpc-runtime-api",6794 "parity-scale-codec 3.2.1",6795 "sp-api",6796 "sp-blockchain",6797 "sp-core",6798 "sp-rpc",6799 "sp-runtime",6800]68016802[[package]]6803name = "pallet-transaction-payment-rpc-runtime-api"6804version = "4.0.0-dev"6805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6806dependencies = [6807 "pallet-transaction-payment",6808 "parity-scale-codec 3.2.1",6809 "sp-api",6810 "sp-runtime",6811]68126813[[package]]6814name = "pallet-treasury"6815version = "4.0.0-dev"6816source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6817dependencies = [6818 "frame-benchmarking",6819 "frame-support",6820 "frame-system",6821 "impl-trait-for-tuples",6822 "pallet-balances",6823 "parity-scale-codec 3.2.1",6824 "scale-info",6825 "serde",6826 "sp-runtime",6827 "sp-std",6828]68296830[[package]]6831name = "pallet-unique"6832version = "0.2.1"6833dependencies = [6834 "ethereum",6835 "evm-coder",6836 "frame-benchmarking",6837 "frame-support",6838 "frame-system",6839 "pallet-common",6840 "pallet-evm",6841 "pallet-evm-coder-substrate",6842 "pallet-nonfungible",6843 "pallet-refungible",6844 "parity-scale-codec 3.2.1",6845 "scale-info",6846 "serde",6847 "sp-core",6848 "sp-io",6849 "sp-runtime",6850 "sp-std",6851 "up-data-structs",6852]68536854[[package]]6855name = "pallet-unique-scheduler-v2"6856version = "0.1.0"6857dependencies = [6858 "frame-benchmarking",6859 "frame-support",6860 "frame-system",6861 "log",6862 "pallet-preimage",6863 "parity-scale-codec 3.2.1",6864 "scale-info",6865 "sp-core",6866 "sp-io",6867 "sp-runtime",6868 "sp-std",6869 "substrate-test-utils",6870]68716872[[package]]6873name = "pallet-utility"6874version = "4.0.0-dev"6875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6876dependencies = [6877 "frame-benchmarking",6878 "frame-support",6879 "frame-system",6880 "parity-scale-codec 3.2.1",6881 "scale-info",6882 "sp-core",6883 "sp-io",6884 "sp-runtime",6885 "sp-std",6886]68876888[[package]]6889name = "pallet-vesting"6890version = "4.0.0-dev"6891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6892dependencies = [6893 "frame-benchmarking",6894 "frame-support",6895 "frame-system",6896 "log",6897 "parity-scale-codec 3.2.1",6898 "scale-info",6899 "sp-runtime",6900 "sp-std",6901]69026903[[package]]6904name = "pallet-xcm"6905version = "0.9.30"6906source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6907dependencies = [6908 "frame-support",6909 "frame-system",6910 "log",6911 "parity-scale-codec 3.2.1",6912 "scale-info",6913 "serde",6914 "sp-core",6915 "sp-runtime",6916 "sp-std",6917 "xcm",6918 "xcm-executor",6919]69206921[[package]]6922name = "pallet-xcm-benchmarks"6923version = "0.9.30"6924source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6925dependencies = [6926 "frame-benchmarking",6927 "frame-support",6928 "frame-system",6929 "log",6930 "parity-scale-codec 3.2.1",6931 "scale-info",6932 "sp-runtime",6933 "sp-std",6934 "xcm",6935 "xcm-executor",6936]69376938[[package]]6939name = "parachain-info"6940version = "0.1.0"6941source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6942dependencies = [6943 "cumulus-primitives-core",6944 "frame-support",6945 "frame-system",6946 "parity-scale-codec 3.2.1",6947 "scale-info",6948 "serde",6949]69506951[[package]]6952name = "parity-db"6953version = "0.3.17"6954source = "registry+https://github.com/rust-lang/crates.io-index"6955checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6956dependencies = [6957 "blake2-rfc",6958 "crc32fast",6959 "fs2",6960 "hex",6961 "libc",6962 "log",6963 "lz4",6964 "memmap2",6965 "parking_lot 0.12.1",6966 "rand 0.8.5",6967 "snap",6968]69696970[[package]]6971name = "parity-scale-codec"6972version = "2.3.1"6973source = "registry+https://github.com/rust-lang/crates.io-index"6974checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6975dependencies = [6976 "arrayvec 0.7.2",6977 "bitvec 0.20.4",6978 "byte-slice-cast",6979 "impl-trait-for-tuples",6980 "parity-scale-codec-derive 2.3.1",6981 "serde",6982]69836984[[package]]6985name = "parity-scale-codec"6986version = "3.2.1"6987source = "registry+https://github.com/rust-lang/crates.io-index"6988checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6989dependencies = [6990 "arrayvec 0.7.2",6991 "bitvec 1.0.1",6992 "byte-slice-cast",6993 "bytes",6994 "impl-trait-for-tuples",6995 "parity-scale-codec-derive 3.1.3",6996 "serde",6997]69986999[[package]]7000name = "parity-scale-codec-derive"7001version = "2.3.1"7002source = "registry+https://github.com/rust-lang/crates.io-index"7003checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7004dependencies = [7005 "proc-macro-crate",7006 "proc-macro2",7007 "quote",7008 "syn",7009]70107011[[package]]7012name = "parity-scale-codec-derive"7013version = "3.1.3"7014source = "registry+https://github.com/rust-lang/crates.io-index"7015checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7016dependencies = [7017 "proc-macro-crate",7018 "proc-macro2",7019 "quote",7020 "syn",7021]70227023[[package]]7024name = "parity-send-wrapper"7025version = "0.1.0"7026source = "registry+https://github.com/rust-lang/crates.io-index"7027checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70287029[[package]]7030name = "parity-util-mem"7031version = "0.11.0"7032source = "registry+https://github.com/rust-lang/crates.io-index"7033checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7034dependencies = [7035 "cfg-if 1.0.0",7036 "ethereum-types",7037 "hashbrown",7038 "impl-trait-for-tuples",7039 "lru 0.7.8",7040 "parity-util-mem-derive",7041 "parking_lot 0.12.1",7042 "primitive-types",7043 "smallvec",7044 "winapi",7045]70467047[[package]]7048name = "parity-util-mem-derive"7049version = "0.1.0"7050source = "registry+https://github.com/rust-lang/crates.io-index"7051checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7052dependencies = [7053 "proc-macro2",7054 "syn",7055 "synstructure",7056]70577058[[package]]7059name = "parity-wasm"7060version = "0.32.0"7061source = "registry+https://github.com/rust-lang/crates.io-index"7062checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7063dependencies = [7064 "byteorder",7065]70667067[[package]]7068name = "parity-wasm"7069version = "0.45.0"7070source = "registry+https://github.com/rust-lang/crates.io-index"7071checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70727073[[package]]7074name = "parking"7075version = "2.0.0"7076source = "registry+https://github.com/rust-lang/crates.io-index"7077checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70787079[[package]]7080name = "parking_lot"7081version = "0.11.2"7082source = "registry+https://github.com/rust-lang/crates.io-index"7083checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7084dependencies = [7085 "instant",7086 "lock_api",7087 "parking_lot_core 0.8.5",7088]70897090[[package]]7091name = "parking_lot"7092version = "0.12.1"7093source = "registry+https://github.com/rust-lang/crates.io-index"7094checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7095dependencies = [7096 "lock_api",7097 "parking_lot_core 0.9.4",7098]70997100[[package]]7101name = "parking_lot_core"7102version = "0.8.5"7103source = "registry+https://github.com/rust-lang/crates.io-index"7104checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7105dependencies = [7106 "cfg-if 1.0.0",7107 "instant",7108 "libc",7109 "redox_syscall",7110 "smallvec",7111 "winapi",7112]71137114[[package]]7115name = "parking_lot_core"7116version = "0.9.4"7117source = "registry+https://github.com/rust-lang/crates.io-index"7118checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7119dependencies = [7120 "cfg-if 1.0.0",7121 "libc",7122 "redox_syscall",7123 "smallvec",7124 "windows-sys 0.42.0",7125]71267127[[package]]7128name = "paste"7129version = "1.0.9"7130source = "registry+https://github.com/rust-lang/crates.io-index"7131checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71327133[[package]]7134name = "pbkdf2"7135version = "0.4.0"7136source = "registry+https://github.com/rust-lang/crates.io-index"7137checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7138dependencies = [7139 "crypto-mac 0.8.0",7140]71417142[[package]]7143name = "pbkdf2"7144version = "0.8.0"7145source = "registry+https://github.com/rust-lang/crates.io-index"7146checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7147dependencies = [7148 "crypto-mac 0.11.1",7149]71507151[[package]]7152name = "peeking_take_while"7153version = "0.1.2"7154source = "registry+https://github.com/rust-lang/crates.io-index"7155checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71567157[[package]]7158name = "percent-encoding"7159version = "2.2.0"7160source = "registry+https://github.com/rust-lang/crates.io-index"7161checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71627163[[package]]7164name = "pest"7165version = "2.4.0"7166source = "registry+https://github.com/rust-lang/crates.io-index"7167checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7168dependencies = [7169 "thiserror",7170 "ucd-trie",7171]71727173[[package]]7174name = "pest_derive"7175version = "2.4.0"7176source = "registry+https://github.com/rust-lang/crates.io-index"7177checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7178dependencies = [7179 "pest",7180 "pest_generator",7181]71827183[[package]]7184name = "pest_generator"7185version = "2.4.0"7186source = "registry+https://github.com/rust-lang/crates.io-index"7187checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7188dependencies = [7189 "pest",7190 "pest_meta",7191 "proc-macro2",7192 "quote",7193 "syn",7194]71957196[[package]]7197name = "pest_meta"7198version = "2.4.0"7199source = "registry+https://github.com/rust-lang/crates.io-index"7200checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7201dependencies = [7202 "once_cell",7203 "pest",7204 "sha1",7205]72067207[[package]]7208name = "petgraph"7209version = "0.6.2"7210source = "registry+https://github.com/rust-lang/crates.io-index"7211checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7212dependencies = [7213 "fixedbitset",7214 "indexmap",7215]72167217[[package]]7218name = "pin-project"7219version = "1.0.12"7220source = "registry+https://github.com/rust-lang/crates.io-index"7221checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7222dependencies = [7223 "pin-project-internal",7224]72257226[[package]]7227name = "pin-project-internal"7228version = "1.0.12"7229source = "registry+https://github.com/rust-lang/crates.io-index"7230checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7231dependencies = [7232 "proc-macro2",7233 "quote",7234 "syn",7235]72367237[[package]]7238name = "pin-project-lite"7239version = "0.1.12"7240source = "registry+https://github.com/rust-lang/crates.io-index"7241checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72427243[[package]]7244name = "pin-project-lite"7245version = "0.2.9"7246source = "registry+https://github.com/rust-lang/crates.io-index"7247checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72487249[[package]]7250name = "pin-utils"7251version = "0.1.0"7252source = "registry+https://github.com/rust-lang/crates.io-index"7253checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72547255[[package]]7256name = "pkcs8"7257version = "0.8.0"7258source = "registry+https://github.com/rust-lang/crates.io-index"7259checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7260dependencies = [7261 "der",7262 "spki",7263 "zeroize",7264]72657266[[package]]7267name = "pkg-config"7268version = "0.3.26"7269source = "registry+https://github.com/rust-lang/crates.io-index"7270checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72717272[[package]]7273name = "platforms"7274version = "2.0.0"7275source = "registry+https://github.com/rust-lang/crates.io-index"7276checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72777278[[package]]7279name = "polkadot-approval-distribution"7280version = "0.9.30"7281source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7282dependencies = [7283 "futures 0.3.25",7284 "polkadot-node-network-protocol",7285 "polkadot-node-primitives",7286 "polkadot-node-subsystem",7287 "polkadot-node-subsystem-util",7288 "polkadot-primitives",7289 "rand 0.8.5",7290 "tracing-gum",7291]72927293[[package]]7294name = "polkadot-availability-bitfield-distribution"7295version = "0.9.30"7296source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7297dependencies = [7298 "futures 0.3.25",7299 "polkadot-node-network-protocol",7300 "polkadot-node-subsystem",7301 "polkadot-node-subsystem-util",7302 "polkadot-primitives",7303 "rand 0.8.5",7304 "tracing-gum",7305]73067307[[package]]7308name = "polkadot-availability-distribution"7309version = "0.9.30"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7311dependencies = [7312 "derive_more",7313 "fatality",7314 "futures 0.3.25",7315 "lru 0.7.8",7316 "parity-scale-codec 3.2.1",7317 "polkadot-erasure-coding",7318 "polkadot-node-network-protocol",7319 "polkadot-node-primitives",7320 "polkadot-node-subsystem",7321 "polkadot-node-subsystem-util",7322 "polkadot-primitives",7323 "rand 0.8.5",7324 "sp-core",7325 "sp-keystore",7326 "thiserror",7327 "tracing-gum",7328]73297330[[package]]7331name = "polkadot-availability-recovery"7332version = "0.9.30"7333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7334dependencies = [7335 "fatality",7336 "futures 0.3.25",7337 "lru 0.7.8",7338 "parity-scale-codec 3.2.1",7339 "polkadot-erasure-coding",7340 "polkadot-node-network-protocol",7341 "polkadot-node-primitives",7342 "polkadot-node-subsystem",7343 "polkadot-node-subsystem-util",7344 "polkadot-primitives",7345 "rand 0.8.5",7346 "sc-network",7347 "thiserror",7348 "tracing-gum",7349]73507351[[package]]7352name = "polkadot-cli"7353version = "0.9.30"7354source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7355dependencies = [7356 "clap",7357 "frame-benchmarking-cli",7358 "futures 0.3.25",7359 "log",7360 "polkadot-client",7361 "polkadot-node-core-pvf",7362 "polkadot-node-metrics",7363 "polkadot-performance-test",7364 "polkadot-service",7365 "sc-cli",7366 "sc-service",7367 "sc-sysinfo",7368 "sc-tracing",7369 "sp-core",7370 "sp-keyring",7371 "sp-trie",7372 "substrate-build-script-utils",7373 "thiserror",7374 "try-runtime-cli",7375]73767377[[package]]7378name = "polkadot-client"7379version = "0.9.30"7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7381dependencies = [7382 "beefy-primitives",7383 "frame-benchmarking",7384 "frame-benchmarking-cli",7385 "frame-system",7386 "frame-system-rpc-runtime-api",7387 "pallet-transaction-payment",7388 "pallet-transaction-payment-rpc-runtime-api",7389 "polkadot-core-primitives",7390 "polkadot-node-core-parachains-inherent",7391 "polkadot-primitives",7392 "polkadot-runtime",7393 "polkadot-runtime-common",7394 "sc-client-api",7395 "sc-consensus",7396 "sc-executor",7397 "sc-service",7398 "sp-api",7399 "sp-authority-discovery",7400 "sp-block-builder",7401 "sp-blockchain",7402 "sp-consensus",7403 "sp-consensus-babe",7404 "sp-core",7405 "sp-finality-grandpa",7406 "sp-inherents",7407 "sp-keyring",7408 "sp-mmr-primitives",7409 "sp-offchain",7410 "sp-runtime",7411 "sp-session",7412 "sp-storage",7413 "sp-timestamp",7414 "sp-transaction-pool",7415]74167417[[package]]7418name = "polkadot-collator-protocol"7419version = "0.9.30"7420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7421dependencies = [7422 "always-assert",7423 "fatality",7424 "futures 0.3.25",7425 "futures-timer",7426 "polkadot-node-network-protocol",7427 "polkadot-node-primitives",7428 "polkadot-node-subsystem",7429 "polkadot-node-subsystem-util",7430 "polkadot-primitives",7431 "sp-core",7432 "sp-keystore",7433 "sp-runtime",7434 "thiserror",7435 "tracing-gum",7436]74377438[[package]]7439name = "polkadot-core-primitives"7440version = "0.9.30"7441source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7442dependencies = [7443 "parity-scale-codec 3.2.1",7444 "parity-util-mem",7445 "scale-info",7446 "sp-core",7447 "sp-runtime",7448 "sp-std",7449]74507451[[package]]7452name = "polkadot-dispute-distribution"7453version = "0.9.30"7454source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7455dependencies = [7456 "derive_more",7457 "fatality",7458 "futures 0.3.25",7459 "lru 0.7.8",7460 "parity-scale-codec 3.2.1",7461 "polkadot-erasure-coding",7462 "polkadot-node-network-protocol",7463 "polkadot-node-primitives",7464 "polkadot-node-subsystem",7465 "polkadot-node-subsystem-util",7466 "polkadot-primitives",7467 "sc-network",7468 "sp-application-crypto",7469 "sp-keystore",7470 "thiserror",7471 "tracing-gum",7472]74737474[[package]]7475name = "polkadot-erasure-coding"7476version = "0.9.30"7477source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7478dependencies = [7479 "parity-scale-codec 3.2.1",7480 "polkadot-node-primitives",7481 "polkadot-primitives",7482 "reed-solomon-novelpoly",7483 "sp-core",7484 "sp-trie",7485 "thiserror",7486]74877488[[package]]7489name = "polkadot-gossip-support"7490version = "0.9.30"7491source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7492dependencies = [7493 "futures 0.3.25",7494 "futures-timer",7495 "polkadot-node-network-protocol",7496 "polkadot-node-subsystem",7497 "polkadot-node-subsystem-util",7498 "polkadot-primitives",7499 "rand 0.8.5",7500 "rand_chacha 0.3.1",7501 "sc-network",7502 "sp-application-crypto",7503 "sp-core",7504 "sp-keystore",7505 "tracing-gum",7506]75077508[[package]]7509name = "polkadot-network-bridge"7510version = "0.9.30"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7512dependencies = [7513 "always-assert",7514 "async-trait",7515 "bytes",7516 "fatality",7517 "futures 0.3.25",7518 "parity-scale-codec 3.2.1",7519 "parking_lot 0.12.1",7520 "polkadot-node-network-protocol",7521 "polkadot-node-subsystem",7522 "polkadot-node-subsystem-util",7523 "polkadot-overseer",7524 "polkadot-primitives",7525 "sc-network",7526 "sc-network-common",7527 "sp-consensus",7528 "thiserror",7529 "tracing-gum",7530]75317532[[package]]7533name = "polkadot-node-collation-generation"7534version = "0.9.30"7535source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7536dependencies = [7537 "futures 0.3.25",7538 "parity-scale-codec 3.2.1",7539 "polkadot-erasure-coding",7540 "polkadot-node-primitives",7541 "polkadot-node-subsystem",7542 "polkadot-node-subsystem-util",7543 "polkadot-primitives",7544 "sp-core",7545 "sp-maybe-compressed-blob",7546 "thiserror",7547 "tracing-gum",7548]75497550[[package]]7551name = "polkadot-node-core-approval-voting"7552version = "0.9.30"7553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7554dependencies = [7555 "bitvec 1.0.1",7556 "derive_more",7557 "futures 0.3.25",7558 "futures-timer",7559 "kvdb",7560 "lru 0.7.8",7561 "merlin",7562 "parity-scale-codec 3.2.1",7563 "polkadot-node-jaeger",7564 "polkadot-node-primitives",7565 "polkadot-node-subsystem",7566 "polkadot-node-subsystem-util",7567 "polkadot-overseer",7568 "polkadot-primitives",7569 "sc-keystore",7570 "schnorrkel",7571 "sp-application-crypto",7572 "sp-consensus",7573 "sp-consensus-slots",7574 "sp-runtime",7575 "thiserror",7576 "tracing-gum",7577]75787579[[package]]7580name = "polkadot-node-core-av-store"7581version = "0.9.30"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7583dependencies = [7584 "bitvec 1.0.1",7585 "futures 0.3.25",7586 "futures-timer",7587 "kvdb",7588 "parity-scale-codec 3.2.1",7589 "polkadot-erasure-coding",7590 "polkadot-node-primitives",7591 "polkadot-node-subsystem",7592 "polkadot-node-subsystem-util",7593 "polkadot-overseer",7594 "polkadot-primitives",7595 "thiserror",7596 "tracing-gum",7597]75987599[[package]]7600name = "polkadot-node-core-backing"7601version = "0.9.30"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7603dependencies = [7604 "bitvec 1.0.1",7605 "fatality",7606 "futures 0.3.25",7607 "polkadot-erasure-coding",7608 "polkadot-node-primitives",7609 "polkadot-node-subsystem",7610 "polkadot-node-subsystem-util",7611 "polkadot-primitives",7612 "polkadot-statement-table",7613 "sp-keystore",7614 "thiserror",7615 "tracing-gum",7616]76177618[[package]]7619name = "polkadot-node-core-bitfield-signing"7620version = "0.9.30"7621source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7622dependencies = [7623 "futures 0.3.25",7624 "polkadot-node-subsystem",7625 "polkadot-node-subsystem-util",7626 "polkadot-primitives",7627 "sp-keystore",7628 "thiserror",7629 "tracing-gum",7630 "wasm-timer",7631]76327633[[package]]7634name = "polkadot-node-core-candidate-validation"7635version = "0.9.30"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7637dependencies = [7638 "async-trait",7639 "futures 0.3.25",7640 "parity-scale-codec 3.2.1",7641 "polkadot-node-core-pvf",7642 "polkadot-node-primitives",7643 "polkadot-node-subsystem",7644 "polkadot-node-subsystem-util",7645 "polkadot-parachain",7646 "polkadot-primitives",7647 "sp-maybe-compressed-blob",7648 "tracing-gum",7649]76507651[[package]]7652name = "polkadot-node-core-chain-api"7653version = "0.9.30"7654source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7655dependencies = [7656 "futures 0.3.25",7657 "polkadot-node-subsystem",7658 "polkadot-node-subsystem-util",7659 "polkadot-primitives",7660 "sc-client-api",7661 "sc-consensus-babe",7662 "sp-blockchain",7663 "tracing-gum",7664]76657666[[package]]7667name = "polkadot-node-core-chain-selection"7668version = "0.9.30"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7670dependencies = [7671 "futures 0.3.25",7672 "futures-timer",7673 "kvdb",7674 "parity-scale-codec 3.2.1",7675 "polkadot-node-primitives",7676 "polkadot-node-subsystem",7677 "polkadot-node-subsystem-util",7678 "polkadot-primitives",7679 "thiserror",7680 "tracing-gum",7681]76827683[[package]]7684name = "polkadot-node-core-dispute-coordinator"7685version = "0.9.30"7686source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7687dependencies = [7688 "fatality",7689 "futures 0.3.25",7690 "kvdb",7691 "lru 0.7.8",7692 "parity-scale-codec 3.2.1",7693 "polkadot-node-primitives",7694 "polkadot-node-subsystem",7695 "polkadot-node-subsystem-util",7696 "polkadot-primitives",7697 "sc-keystore",7698 "thiserror",7699 "tracing-gum",7700]77017702[[package]]7703name = "polkadot-node-core-parachains-inherent"7704version = "0.9.30"7705source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7706dependencies = [7707 "async-trait",7708 "futures 0.3.25",7709 "futures-timer",7710 "polkadot-node-subsystem",7711 "polkadot-primitives",7712 "sp-blockchain",7713 "sp-inherents",7714 "sp-runtime",7715 "thiserror",7716 "tracing-gum",7717]77187719[[package]]7720name = "polkadot-node-core-provisioner"7721version = "0.9.30"7722source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7723dependencies = [7724 "bitvec 1.0.1",7725 "fatality",7726 "futures 0.3.25",7727 "futures-timer",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-node-subsystem-util",7731 "polkadot-primitives",7732 "rand 0.8.5",7733 "thiserror",7734 "tracing-gum",7735]77367737[[package]]7738name = "polkadot-node-core-pvf"7739version = "0.9.30"7740source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7741dependencies = [7742 "always-assert",7743 "assert_matches",7744 "async-process",7745 "async-std",7746 "futures 0.3.25",7747 "futures-timer",7748 "parity-scale-codec 3.2.1",7749 "pin-project",7750 "polkadot-core-primitives",7751 "polkadot-node-metrics",7752 "polkadot-parachain",7753 "rand 0.8.5",7754 "rayon",7755 "sc-executor",7756 "sc-executor-common",7757 "sc-executor-wasmtime",7758 "slotmap",7759 "sp-core",7760 "sp-externalities",7761 "sp-io",7762 "sp-maybe-compressed-blob",7763 "sp-tracing",7764 "sp-wasm-interface",7765 "tempfile",7766 "tracing-gum",7767]77687769[[package]]7770name = "polkadot-node-core-pvf-checker"7771version = "0.9.30"7772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7773dependencies = [7774 "futures 0.3.25",7775 "polkadot-node-primitives",7776 "polkadot-node-subsystem",7777 "polkadot-node-subsystem-util",7778 "polkadot-overseer",7779 "polkadot-primitives",7780 "sp-keystore",7781 "thiserror",7782 "tracing-gum",7783]77847785[[package]]7786name = "polkadot-node-core-runtime-api"7787version = "0.9.30"7788source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7789dependencies = [7790 "futures 0.3.25",7791 "memory-lru",7792 "parity-util-mem",7793 "polkadot-node-subsystem",7794 "polkadot-node-subsystem-types",7795 "polkadot-node-subsystem-util",7796 "polkadot-primitives",7797 "sp-consensus-babe",7798 "tracing-gum",7799]78007801[[package]]7802name = "polkadot-node-jaeger"7803version = "0.9.30"7804source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7805dependencies = [7806 "async-std",7807 "lazy_static",7808 "log",7809 "mick-jaeger",7810 "parity-scale-codec 3.2.1",7811 "parking_lot 0.12.1",7812 "polkadot-node-primitives",7813 "polkadot-primitives",7814 "sc-network",7815 "sp-core",7816 "thiserror",7817]78187819[[package]]7820name = "polkadot-node-metrics"7821version = "0.9.30"7822source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7823dependencies = [7824 "bs58",7825 "futures 0.3.25",7826 "futures-timer",7827 "log",7828 "parity-scale-codec 3.2.1",7829 "polkadot-primitives",7830 "prioritized-metered-channel",7831 "sc-cli",7832 "sc-service",7833 "sc-tracing",7834 "substrate-prometheus-endpoint",7835 "tracing-gum",7836]78377838[[package]]7839name = "polkadot-node-network-protocol"7840version = "0.9.30"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7842dependencies = [7843 "async-trait",7844 "derive_more",7845 "fatality",7846 "futures 0.3.25",7847 "hex",7848 "parity-scale-codec 3.2.1",7849 "polkadot-node-jaeger",7850 "polkadot-node-primitives",7851 "polkadot-primitives",7852 "rand 0.8.5",7853 "sc-authority-discovery",7854 "sc-network",7855 "sc-network-common",7856 "strum",7857 "thiserror",7858 "tracing-gum",7859]78607861[[package]]7862name = "polkadot-node-primitives"7863version = "0.9.30"7864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7865dependencies = [7866 "bounded-vec",7867 "futures 0.3.25",7868 "parity-scale-codec 3.2.1",7869 "polkadot-parachain",7870 "polkadot-primitives",7871 "schnorrkel",7872 "serde",7873 "sp-application-crypto",7874 "sp-consensus-babe",7875 "sp-consensus-vrf",7876 "sp-core",7877 "sp-keystore",7878 "sp-maybe-compressed-blob",7879 "thiserror",7880 "zstd",7881]78827883[[package]]7884name = "polkadot-node-subsystem"7885version = "0.9.30"7886source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7887dependencies = [7888 "polkadot-node-jaeger",7889 "polkadot-node-subsystem-types",7890 "polkadot-overseer",7891]78927893[[package]]7894name = "polkadot-node-subsystem-types"7895version = "0.9.30"7896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7897dependencies = [7898 "async-trait",7899 "derive_more",7900 "futures 0.3.25",7901 "orchestra",7902 "polkadot-node-jaeger",7903 "polkadot-node-network-protocol",7904 "polkadot-node-primitives",7905 "polkadot-primitives",7906 "polkadot-statement-table",7907 "sc-network",7908 "smallvec",7909 "sp-api",7910 "sp-authority-discovery",7911 "sp-consensus-babe",7912 "substrate-prometheus-endpoint",7913 "thiserror",7914]79157916[[package]]7917name = "polkadot-node-subsystem-util"7918version = "0.9.30"7919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7920dependencies = [7921 "async-trait",7922 "derive_more",7923 "fatality",7924 "futures 0.3.25",7925 "itertools",7926 "kvdb",7927 "lru 0.7.8",7928 "parity-db",7929 "parity-scale-codec 3.2.1",7930 "parity-util-mem",7931 "parking_lot 0.11.2",7932 "pin-project",7933 "polkadot-node-jaeger",7934 "polkadot-node-metrics",7935 "polkadot-node-network-protocol",7936 "polkadot-node-primitives",7937 "polkadot-node-subsystem",7938 "polkadot-overseer",7939 "polkadot-primitives",7940 "prioritized-metered-channel",7941 "rand 0.8.5",7942 "sp-application-crypto",7943 "sp-core",7944 "sp-keystore",7945 "thiserror",7946 "tracing-gum",7947]79487949[[package]]7950name = "polkadot-overseer"7951version = "0.9.30"7952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7953dependencies = [7954 "async-trait",7955 "futures 0.3.25",7956 "futures-timer",7957 "lru 0.7.8",7958 "orchestra",7959 "parity-util-mem",7960 "parking_lot 0.12.1",7961 "polkadot-node-metrics",7962 "polkadot-node-network-protocol",7963 "polkadot-node-primitives",7964 "polkadot-node-subsystem-types",7965 "polkadot-primitives",7966 "sc-client-api",7967 "sp-api",7968 "sp-core",7969 "tracing-gum",7970]79717972[[package]]7973name = "polkadot-parachain"7974version = "0.9.30"7975source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7976dependencies = [7977 "derive_more",7978 "frame-support",7979 "parity-scale-codec 3.2.1",7980 "parity-util-mem",7981 "polkadot-core-primitives",7982 "scale-info",7983 "serde",7984 "sp-core",7985 "sp-runtime",7986 "sp-std",7987]79887989[[package]]7990name = "polkadot-performance-test"7991version = "0.9.30"7992source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7993dependencies = [7994 "env_logger",7995 "kusama-runtime",7996 "log",7997 "polkadot-erasure-coding",7998 "polkadot-node-core-pvf",7999 "polkadot-node-primitives",8000 "quote",8001 "thiserror",8002]80038004[[package]]8005name = "polkadot-primitives"8006version = "0.9.30"8007source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8008dependencies = [8009 "bitvec 1.0.1",8010 "frame-system",8011 "hex-literal",8012 "parity-scale-codec 3.2.1",8013 "parity-util-mem",8014 "polkadot-core-primitives",8015 "polkadot-parachain",8016 "scale-info",8017 "serde",8018 "sp-api",8019 "sp-application-crypto",8020 "sp-arithmetic",8021 "sp-authority-discovery",8022 "sp-consensus-slots",8023 "sp-core",8024 "sp-inherents",8025 "sp-io",8026 "sp-keystore",8027 "sp-runtime",8028 "sp-staking",8029 "sp-std",8030 "sp-trie",8031 "sp-version",8032]80338034[[package]]8035name = "polkadot-rpc"8036version = "0.9.30"8037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8038dependencies = [8039 "beefy-gadget",8040 "beefy-gadget-rpc",8041 "jsonrpsee",8042 "pallet-mmr-rpc",8043 "pallet-transaction-payment-rpc",8044 "polkadot-primitives",8045 "sc-chain-spec",8046 "sc-client-api",8047 "sc-consensus-babe",8048 "sc-consensus-babe-rpc",8049 "sc-consensus-epochs",8050 "sc-finality-grandpa",8051 "sc-finality-grandpa-rpc",8052 "sc-rpc",8053 "sc-sync-state-rpc",8054 "sc-transaction-pool-api",8055 "sp-api",8056 "sp-block-builder",8057 "sp-blockchain",8058 "sp-consensus",8059 "sp-consensus-babe",8060 "sp-keystore",8061 "sp-runtime",8062 "substrate-frame-rpc-system",8063 "substrate-state-trie-migration-rpc",8064]80658066[[package]]8067name = "polkadot-runtime"8068version = "0.9.30"8069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8070dependencies = [8071 "beefy-primitives",8072 "bitvec 1.0.1",8073 "frame-benchmarking",8074 "frame-election-provider-support",8075 "frame-executive",8076 "frame-support",8077 "frame-system",8078 "frame-system-benchmarking",8079 "frame-system-rpc-runtime-api",8080 "frame-try-runtime",8081 "hex-literal",8082 "log",8083 "pallet-authority-discovery",8084 "pallet-authorship",8085 "pallet-babe",8086 "pallet-bags-list",8087 "pallet-balances",8088 "pallet-bounties",8089 "pallet-child-bounties",8090 "pallet-collective",8091 "pallet-democracy",8092 "pallet-election-provider-multi-phase",8093 "pallet-election-provider-support-benchmarking",8094 "pallet-elections-phragmen",8095 "pallet-fast-unstake",8096 "pallet-grandpa",8097 "pallet-identity",8098 "pallet-im-online",8099 "pallet-indices",8100 "pallet-membership",8101 "pallet-multisig",8102 "pallet-nomination-pools",8103 "pallet-nomination-pools-benchmarking",8104 "pallet-nomination-pools-runtime-api",8105 "pallet-offences",8106 "pallet-offences-benchmarking",8107 "pallet-preimage",8108 "pallet-proxy",8109 "pallet-scheduler",8110 "pallet-session",8111 "pallet-session-benchmarking",8112 "pallet-staking",8113 "pallet-staking-reward-curve",8114 "pallet-timestamp",8115 "pallet-tips",8116 "pallet-transaction-payment",8117 "pallet-transaction-payment-rpc-runtime-api",8118 "pallet-treasury",8119 "pallet-utility",8120 "pallet-vesting",8121 "pallet-xcm",8122 "parity-scale-codec 3.2.1",8123 "polkadot-primitives",8124 "polkadot-runtime-common",8125 "polkadot-runtime-constants",8126 "polkadot-runtime-parachains",8127 "rustc-hex",8128 "scale-info",8129 "serde",8130 "serde_derive",8131 "smallvec",8132 "sp-api",8133 "sp-authority-discovery",8134 "sp-block-builder",8135 "sp-consensus-babe",8136 "sp-core",8137 "sp-inherents",8138 "sp-io",8139 "sp-mmr-primitives",8140 "sp-npos-elections",8141 "sp-offchain",8142 "sp-runtime",8143 "sp-session",8144 "sp-staking",8145 "sp-std",8146 "sp-transaction-pool",8147 "sp-version",8148 "static_assertions",8149 "substrate-wasm-builder",8150 "xcm",8151 "xcm-builder",8152 "xcm-executor",8153]81548155[[package]]8156name = "polkadot-runtime-common"8157version = "0.9.30"8158source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8159dependencies = [8160 "beefy-primitives",8161 "bitvec 1.0.1",8162 "frame-benchmarking",8163 "frame-election-provider-support",8164 "frame-support",8165 "frame-system",8166 "impl-trait-for-tuples",8167 "libsecp256k1",8168 "log",8169 "pallet-authorship",8170 "pallet-babe",8171 "pallet-bags-list",8172 "pallet-balances",8173 "pallet-beefy-mmr",8174 "pallet-election-provider-multi-phase",8175 "pallet-session",8176 "pallet-staking",8177 "pallet-timestamp",8178 "pallet-transaction-payment",8179 "pallet-treasury",8180 "pallet-vesting",8181 "parity-scale-codec 3.2.1",8182 "polkadot-primitives",8183 "polkadot-runtime-parachains",8184 "rustc-hex",8185 "scale-info",8186 "serde",8187 "serde_derive",8188 "slot-range-helper",8189 "sp-api",8190 "sp-core",8191 "sp-inherents",8192 "sp-io",8193 "sp-npos-elections",8194 "sp-runtime",8195 "sp-session",8196 "sp-staking",8197 "sp-std",8198 "static_assertions",8199 "xcm",8200]82018202[[package]]8203name = "polkadot-runtime-constants"8204version = "0.9.30"8205source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8206dependencies = [8207 "frame-support",8208 "polkadot-primitives",8209 "polkadot-runtime-common",8210 "smallvec",8211 "sp-runtime",8212]82138214[[package]]8215name = "polkadot-runtime-metrics"8216version = "0.9.30"8217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8218dependencies = [8219 "bs58",8220 "parity-scale-codec 3.2.1",8221 "polkadot-primitives",8222 "sp-std",8223 "sp-tracing",8224]82258226[[package]]8227name = "polkadot-runtime-parachains"8228version = "0.9.30"8229source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8230dependencies = [8231 "bitflags",8232 "bitvec 1.0.1",8233 "derive_more",8234 "frame-benchmarking",8235 "frame-support",8236 "frame-system",8237 "log",8238 "pallet-authority-discovery",8239 "pallet-authorship",8240 "pallet-babe",8241 "pallet-balances",8242 "pallet-session",8243 "pallet-staking",8244 "pallet-timestamp",8245 "pallet-vesting",8246 "parity-scale-codec 3.2.1",8247 "polkadot-primitives",8248 "polkadot-runtime-metrics",8249 "rand 0.8.5",8250 "rand_chacha 0.3.1",8251 "rustc-hex",8252 "scale-info",8253 "serde",8254 "sp-api",8255 "sp-application-crypto",8256 "sp-core",8257 "sp-inherents",8258 "sp-io",8259 "sp-keystore",8260 "sp-runtime",8261 "sp-session",8262 "sp-staking",8263 "sp-std",8264 "static_assertions",8265 "xcm",8266 "xcm-executor",8267]82688269[[package]]8270name = "polkadot-service"8271version = "0.9.30"8272source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8273dependencies = [8274 "async-trait",8275 "beefy-gadget",8276 "beefy-primitives",8277 "frame-support",8278 "frame-system-rpc-runtime-api",8279 "futures 0.3.25",8280 "hex-literal",8281 "kusama-runtime",8282 "kvdb",8283 "kvdb-rocksdb",8284 "lru 0.7.8",8285 "pallet-babe",8286 "pallet-im-online",8287 "pallet-staking",8288 "pallet-transaction-payment-rpc-runtime-api",8289 "parity-db",8290 "polkadot-approval-distribution",8291 "polkadot-availability-bitfield-distribution",8292 "polkadot-availability-distribution",8293 "polkadot-availability-recovery",8294 "polkadot-client",8295 "polkadot-collator-protocol",8296 "polkadot-dispute-distribution",8297 "polkadot-gossip-support",8298 "polkadot-network-bridge",8299 "polkadot-node-collation-generation",8300 "polkadot-node-core-approval-voting",8301 "polkadot-node-core-av-store",8302 "polkadot-node-core-backing",8303 "polkadot-node-core-bitfield-signing",8304 "polkadot-node-core-candidate-validation",8305 "polkadot-node-core-chain-api",8306 "polkadot-node-core-chain-selection",8307 "polkadot-node-core-dispute-coordinator",8308 "polkadot-node-core-parachains-inherent",8309 "polkadot-node-core-provisioner",8310 "polkadot-node-core-pvf-checker",8311 "polkadot-node-core-runtime-api",8312 "polkadot-node-network-protocol",8313 "polkadot-node-primitives",8314 "polkadot-node-subsystem",8315 "polkadot-node-subsystem-types",8316 "polkadot-node-subsystem-util",8317 "polkadot-overseer",8318 "polkadot-parachain",8319 "polkadot-primitives",8320 "polkadot-rpc",8321 "polkadot-runtime",8322 "polkadot-runtime-constants",8323 "polkadot-runtime-parachains",8324 "polkadot-statement-distribution",8325 "rococo-runtime",8326 "sc-authority-discovery",8327 "sc-basic-authorship",8328 "sc-block-builder",8329 "sc-chain-spec",8330 "sc-client-api",8331 "sc-client-db",8332 "sc-consensus",8333 "sc-consensus-babe",8334 "sc-consensus-slots",8335 "sc-executor",8336 "sc-finality-grandpa",8337 "sc-keystore",8338 "sc-network",8339 "sc-network-common",8340 "sc-offchain",8341 "sc-service",8342 "sc-sync-state-rpc",8343 "sc-sysinfo",8344 "sc-telemetry",8345 "sc-transaction-pool",8346 "serde",8347 "serde_json",8348 "sp-api",8349 "sp-authority-discovery",8350 "sp-block-builder",8351 "sp-blockchain",8352 "sp-consensus",8353 "sp-consensus-babe",8354 "sp-core",8355 "sp-finality-grandpa",8356 "sp-inherents",8357 "sp-io",8358 "sp-keystore",8359 "sp-offchain",8360 "sp-runtime",8361 "sp-session",8362 "sp-state-machine",8363 "sp-storage",8364 "sp-timestamp",8365 "sp-transaction-pool",8366 "sp-trie",8367 "substrate-prometheus-endpoint",8368 "thiserror",8369 "tracing-gum",8370 "westend-runtime",8371]83728373[[package]]8374name = "polkadot-statement-distribution"8375version = "0.9.30"8376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8377dependencies = [8378 "arrayvec 0.5.2",8379 "fatality",8380 "futures 0.3.25",8381 "indexmap",8382 "parity-scale-codec 3.2.1",8383 "polkadot-node-network-protocol",8384 "polkadot-node-primitives",8385 "polkadot-node-subsystem",8386 "polkadot-node-subsystem-util",8387 "polkadot-primitives",8388 "sp-keystore",8389 "sp-staking",8390 "thiserror",8391 "tracing-gum",8392]83938394[[package]]8395name = "polkadot-statement-table"8396version = "0.9.30"8397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8398dependencies = [8399 "parity-scale-codec 3.2.1",8400 "polkadot-primitives",8401 "sp-core",8402]84038404[[package]]8405name = "polkadot-test-runtime"8406version = "0.9.30"8407source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8408dependencies = [8409 "beefy-primitives",8410 "bitvec 1.0.1",8411 "frame-election-provider-support",8412 "frame-executive",8413 "frame-support",8414 "frame-system",8415 "frame-system-rpc-runtime-api",8416 "log",8417 "pallet-authority-discovery",8418 "pallet-authorship",8419 "pallet-babe",8420 "pallet-balances",8421 "pallet-grandpa",8422 "pallet-indices",8423 "pallet-offences",8424 "pallet-session",8425 "pallet-staking",8426 "pallet-staking-reward-curve",8427 "pallet-sudo",8428 "pallet-timestamp",8429 "pallet-transaction-payment",8430 "pallet-transaction-payment-rpc-runtime-api",8431 "pallet-vesting",8432 "pallet-xcm",8433 "parity-scale-codec 3.2.1",8434 "polkadot-parachain",8435 "polkadot-primitives",8436 "polkadot-runtime-common",8437 "polkadot-runtime-parachains",8438 "rustc-hex",8439 "scale-info",8440 "serde",8441 "serde_derive",8442 "smallvec",8443 "sp-api",8444 "sp-authority-discovery",8445 "sp-block-builder",8446 "sp-consensus-babe",8447 "sp-core",8448 "sp-inherents",8449 "sp-io",8450 "sp-mmr-primitives",8451 "sp-offchain",8452 "sp-runtime",8453 "sp-session",8454 "sp-staking",8455 "sp-std",8456 "sp-transaction-pool",8457 "sp-version",8458 "substrate-wasm-builder",8459 "test-runtime-constants",8460 "xcm",8461 "xcm-builder",8462 "xcm-executor",8463]84648465[[package]]8466name = "polkadot-test-service"8467version = "0.9.30"8468source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8469dependencies = [8470 "frame-benchmarking",8471 "frame-system",8472 "futures 0.3.25",8473 "hex",8474 "pallet-balances",8475 "pallet-staking",8476 "pallet-transaction-payment",8477 "polkadot-node-primitives",8478 "polkadot-node-subsystem",8479 "polkadot-overseer",8480 "polkadot-parachain",8481 "polkadot-primitives",8482 "polkadot-rpc",8483 "polkadot-runtime-common",8484 "polkadot-runtime-parachains",8485 "polkadot-service",8486 "polkadot-test-runtime",8487 "rand 0.8.5",8488 "sc-authority-discovery",8489 "sc-chain-spec",8490 "sc-cli",8491 "sc-client-api",8492 "sc-consensus",8493 "sc-consensus-babe",8494 "sc-executor",8495 "sc-finality-grandpa",8496 "sc-network",8497 "sc-network-common",8498 "sc-service",8499 "sc-tracing",8500 "sc-transaction-pool",8501 "sp-arithmetic",8502 "sp-authority-discovery",8503 "sp-blockchain",8504 "sp-consensus",8505 "sp-consensus-babe",8506 "sp-core",8507 "sp-finality-grandpa",8508 "sp-inherents",8509 "sp-keyring",8510 "sp-runtime",8511 "sp-state-machine",8512 "substrate-test-client",8513 "tempfile",8514 "test-runtime-constants",8515 "tokio",8516 "tracing-gum",8517]85188519[[package]]8520name = "polling"8521version = "2.4.0"8522source = "registry+https://github.com/rust-lang/crates.io-index"8523checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8524dependencies = [8525 "autocfg",8526 "cfg-if 1.0.0",8527 "libc",8528 "log",8529 "wepoll-ffi",8530 "winapi",8531]85328533[[package]]8534name = "poly1305"8535version = "0.7.2"8536source = "registry+https://github.com/rust-lang/crates.io-index"8537checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8538dependencies = [8539 "cpufeatures",8540 "opaque-debug 0.3.0",8541 "universal-hash",8542]85438544[[package]]8545name = "polyval"8546version = "0.5.3"8547source = "registry+https://github.com/rust-lang/crates.io-index"8548checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8549dependencies = [8550 "cfg-if 1.0.0",8551 "cpufeatures",8552 "opaque-debug 0.3.0",8553 "universal-hash",8554]85558556[[package]]8557name = "ppv-lite86"8558version = "0.2.16"8559source = "registry+https://github.com/rust-lang/crates.io-index"8560checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85618562[[package]]8563name = "primitive-types"8564version = "0.11.1"8565source = "registry+https://github.com/rust-lang/crates.io-index"8566checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8567dependencies = [8568 "fixed-hash",8569 "impl-codec",8570 "impl-rlp",8571 "impl-serde",8572 "scale-info",8573 "uint",8574]85758576[[package]]8577name = "prioritized-metered-channel"8578version = "0.2.0"8579source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8580dependencies = [8581 "coarsetime",8582 "crossbeam-queue",8583 "derive_more",8584 "futures 0.3.25",8585 "futures-timer",8586 "nanorand",8587 "thiserror",8588 "tracing",8589]85908591[[package]]8592name = "proc-macro-crate"8593version = "1.2.1"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8596dependencies = [8597 "once_cell",8598 "thiserror",8599 "toml",8600]86018602[[package]]8603name = "proc-macro-error"8604version = "1.0.4"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8607dependencies = [8608 "proc-macro-error-attr",8609 "proc-macro2",8610 "quote",8611 "syn",8612 "version_check",8613]86148615[[package]]8616name = "proc-macro-error-attr"8617version = "1.0.4"8618source = "registry+https://github.com/rust-lang/crates.io-index"8619checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8620dependencies = [8621 "proc-macro2",8622 "quote",8623 "version_check",8624]86258626[[package]]8627name = "proc-macro2"8628version = "1.0.47"8629source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8631dependencies = [8632 "unicode-ident",8633]86348635[[package]]8636name = "prometheus"8637version = "0.13.3"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8640dependencies = [8641 "cfg-if 1.0.0",8642 "fnv",8643 "lazy_static",8644 "memchr",8645 "parking_lot 0.12.1",8646 "thiserror",8647]86488649[[package]]8650name = "prometheus-client"8651version = "0.16.0"8652source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8654dependencies = [8655 "dtoa",8656 "itoa",8657 "owning_ref",8658 "prometheus-client-derive-text-encode",8659]86608661[[package]]8662name = "prometheus-client-derive-text-encode"8663version = "0.2.0"8664source = "registry+https://github.com/rust-lang/crates.io-index"8665checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8666dependencies = [8667 "proc-macro2",8668 "quote",8669 "syn",8670]86718672[[package]]8673name = "prost"8674version = "0.10.4"8675source = "registry+https://github.com/rust-lang/crates.io-index"8676checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8677dependencies = [8678 "bytes",8679 "prost-derive 0.10.1",8680]86818682[[package]]8683name = "prost"8684version = "0.11.0"8685source = "registry+https://github.com/rust-lang/crates.io-index"8686checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8687dependencies = [8688 "bytes",8689 "prost-derive 0.11.0",8690]86918692[[package]]8693name = "prost-build"8694version = "0.10.4"8695source = "registry+https://github.com/rust-lang/crates.io-index"8696checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8697dependencies = [8698 "bytes",8699 "cfg-if 1.0.0",8700 "cmake",8701 "heck",8702 "itertools",8703 "lazy_static",8704 "log",8705 "multimap",8706 "petgraph",8707 "prost 0.10.4",8708 "prost-types 0.10.1",8709 "regex",8710 "tempfile",8711 "which",8712]87138714[[package]]8715name = "prost-build"8716version = "0.11.1"8717source = "registry+https://github.com/rust-lang/crates.io-index"8718checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8719dependencies = [8720 "bytes",8721 "heck",8722 "itertools",8723 "lazy_static",8724 "log",8725 "multimap",8726 "petgraph",8727 "prost 0.11.0",8728 "prost-types 0.11.1",8729 "regex",8730 "tempfile",8731 "which",8732]87338734[[package]]8735name = "prost-codec"8736version = "0.1.0"8737source = "registry+https://github.com/rust-lang/crates.io-index"8738checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8739dependencies = [8740 "asynchronous-codec",8741 "bytes",8742 "prost 0.10.4",8743 "thiserror",8744 "unsigned-varint",8745]87468747[[package]]8748name = "prost-derive"8749version = "0.10.1"8750source = "registry+https://github.com/rust-lang/crates.io-index"8751checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8752dependencies = [8753 "anyhow",8754 "itertools",8755 "proc-macro2",8756 "quote",8757 "syn",8758]87598760[[package]]8761name = "prost-derive"8762version = "0.11.0"8763source = "registry+https://github.com/rust-lang/crates.io-index"8764checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8765dependencies = [8766 "anyhow",8767 "itertools",8768 "proc-macro2",8769 "quote",8770 "syn",8771]87728773[[package]]8774name = "prost-types"8775version = "0.10.1"8776source = "registry+https://github.com/rust-lang/crates.io-index"8777checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8778dependencies = [8779 "bytes",8780 "prost 0.10.4",8781]87828783[[package]]8784name = "prost-types"8785version = "0.11.1"8786source = "registry+https://github.com/rust-lang/crates.io-index"8787checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8788dependencies = [8789 "bytes",8790 "prost 0.11.0",8791]87928793[[package]]8794name = "psm"8795version = "0.1.21"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8798dependencies = [8799 "cc",8800]88018802[[package]]8803name = "quartz-runtime"8804version = "0.9.30"8805dependencies = [8806 "app-promotion-rpc",8807 "cumulus-pallet-aura-ext",8808 "cumulus-pallet-dmp-queue",8809 "cumulus-pallet-parachain-system",8810 "cumulus-pallet-xcm",8811 "cumulus-pallet-xcmp-queue",8812 "cumulus-primitives-core",8813 "cumulus-primitives-timestamp",8814 "cumulus-primitives-utility",8815 "derivative",8816 "evm-coder",8817 "fp-evm-mapping",8818 "fp-rpc",8819 "fp-self-contained",8820 "frame-benchmarking",8821 "frame-executive",8822 "frame-support",8823 "frame-system",8824 "frame-system-benchmarking",8825 "frame-system-rpc-runtime-api",8826 "frame-try-runtime",8827 "hex-literal",8828 "impl-trait-for-tuples",8829 "log",8830 "logtest",8831 "orml-tokens",8832 "orml-traits",8833 "orml-vesting",8834 "orml-xtokens",8835 "pallet-app-promotion",8836 "pallet-aura",8837 "pallet-balances",8838 "pallet-base-fee",8839 "pallet-common",8840 "pallet-configuration",8841 "pallet-ethereum",8842 "pallet-evm",8843 "pallet-evm-coder-substrate",8844 "pallet-evm-contract-helpers",8845 "pallet-evm-migration",8846 "pallet-evm-transaction-payment",8847 "pallet-foreign-assets",8848 "pallet-fungible",8849 "pallet-inflation",8850 "pallet-maintenance",8851 "pallet-nonfungible",8852 "pallet-randomness-collective-flip",8853 "pallet-refungible",8854 "pallet-rmrk-core",8855 "pallet-rmrk-equip",8856 "pallet-structure",8857 "pallet-sudo",8858 "pallet-template-transaction-payment",8859 "pallet-timestamp",8860 "pallet-transaction-payment",8861 "pallet-transaction-payment-rpc-runtime-api",8862 "pallet-treasury",8863 "pallet-unique",8864 "pallet-xcm",8865 "parachain-info",8866 "parity-scale-codec 3.2.1",8867 "polkadot-parachain",8868 "rmrk-rpc",8869 "scale-info",8870 "serde",8871 "smallvec",8872 "sp-api",8873 "sp-arithmetic",8874 "sp-block-builder",8875 "sp-consensus-aura",8876 "sp-core",8877 "sp-inherents",8878 "sp-io",8879 "sp-offchain",8880 "sp-runtime",8881 "sp-session",8882 "sp-std",8883 "sp-transaction-pool",8884 "sp-version",8885 "substrate-wasm-builder",8886 "up-common",8887 "up-data-structs",8888 "up-rpc",8889 "up-sponsorship",8890 "xcm",8891 "xcm-builder",8892 "xcm-executor",8893]88948895[[package]]8896name = "quick-error"8897version = "1.2.3"8898source = "registry+https://github.com/rust-lang/crates.io-index"8899checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89008901[[package]]8902name = "quicksink"8903version = "0.1.2"8904source = "registry+https://github.com/rust-lang/crates.io-index"8905checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8906dependencies = [8907 "futures-core",8908 "futures-sink",8909 "pin-project-lite 0.1.12",8910]89118912[[package]]8913name = "quote"8914version = "1.0.21"8915source = "registry+https://github.com/rust-lang/crates.io-index"8916checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8917dependencies = [8918 "proc-macro2",8919]89208921[[package]]8922name = "radium"8923version = "0.6.2"8924source = "registry+https://github.com/rust-lang/crates.io-index"8925checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89268927[[package]]8928name = "radium"8929version = "0.7.0"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89328933[[package]]8934name = "rand"8935version = "0.7.3"8936source = "registry+https://github.com/rust-lang/crates.io-index"8937checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8938dependencies = [8939 "getrandom 0.1.16",8940 "libc",8941 "rand_chacha 0.2.2",8942 "rand_core 0.5.1",8943 "rand_hc",8944 "rand_pcg 0.2.1",8945]89468947[[package]]8948name = "rand"8949version = "0.8.5"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8952dependencies = [8953 "libc",8954 "rand_chacha 0.3.1",8955 "rand_core 0.6.4",8956]89578958[[package]]8959name = "rand_chacha"8960version = "0.2.2"8961source = "registry+https://github.com/rust-lang/crates.io-index"8962checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8963dependencies = [8964 "ppv-lite86",8965 "rand_core 0.5.1",8966]89678968[[package]]8969name = "rand_chacha"8970version = "0.3.1"8971source = "registry+https://github.com/rust-lang/crates.io-index"8972checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8973dependencies = [8974 "ppv-lite86",8975 "rand_core 0.6.4",8976]89778978[[package]]8979name = "rand_core"8980version = "0.5.1"8981source = "registry+https://github.com/rust-lang/crates.io-index"8982checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8983dependencies = [8984 "getrandom 0.1.16",8985]89868987[[package]]8988name = "rand_core"8989version = "0.6.4"8990source = "registry+https://github.com/rust-lang/crates.io-index"8991checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8992dependencies = [8993 "getrandom 0.2.8",8994]89958996[[package]]8997name = "rand_distr"8998version = "0.4.3"8999source = "registry+https://github.com/rust-lang/crates.io-index"9000checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9001dependencies = [9002 "num-traits",9003 "rand 0.8.5",9004]90059006[[package]]9007name = "rand_hc"9008version = "0.2.0"9009source = "registry+https://github.com/rust-lang/crates.io-index"9010checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9011dependencies = [9012 "rand_core 0.5.1",9013]90149015[[package]]9016name = "rand_pcg"9017version = "0.2.1"9018source = "registry+https://github.com/rust-lang/crates.io-index"9019checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9020dependencies = [9021 "rand_core 0.5.1",9022]90239024[[package]]9025name = "rand_pcg"9026version = "0.3.1"9027source = "registry+https://github.com/rust-lang/crates.io-index"9028checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9029dependencies = [9030 "rand_core 0.6.4",9031]90329033[[package]]9034name = "rawpointer"9035version = "0.2.1"9036source = "registry+https://github.com/rust-lang/crates.io-index"9037checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90389039[[package]]9040name = "rayon"9041version = "1.5.3"9042source = "registry+https://github.com/rust-lang/crates.io-index"9043checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9044dependencies = [9045 "autocfg",9046 "crossbeam-deque",9047 "either",9048 "rayon-core",9049]90509051[[package]]9052name = "rayon-core"9053version = "1.9.3"9054source = "registry+https://github.com/rust-lang/crates.io-index"9055checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9056dependencies = [9057 "crossbeam-channel",9058 "crossbeam-deque",9059 "crossbeam-utils",9060 "num_cpus",9061]90629063[[package]]9064name = "redox_syscall"9065version = "0.2.16"9066source = "registry+https://github.com/rust-lang/crates.io-index"9067checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9068dependencies = [9069 "bitflags",9070]90719072[[package]]9073name = "redox_users"9074version = "0.4.3"9075source = "registry+https://github.com/rust-lang/crates.io-index"9076checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9077dependencies = [9078 "getrandom 0.2.8",9079 "redox_syscall",9080 "thiserror",9081]90829083[[package]]9084name = "reed-solomon-novelpoly"9085version = "1.0.0"9086source = "registry+https://github.com/rust-lang/crates.io-index"9087checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9088dependencies = [9089 "derive_more",9090 "fs-err",9091 "itertools",9092 "static_init 0.5.2",9093 "thiserror",9094]90959096[[package]]9097name = "ref-cast"9098version = "1.0.12"9099source = "registry+https://github.com/rust-lang/crates.io-index"9100checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9101dependencies = [9102 "ref-cast-impl",9103]91049105[[package]]9106name = "ref-cast-impl"9107version = "1.0.12"9108source = "registry+https://github.com/rust-lang/crates.io-index"9109checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9110dependencies = [9111 "proc-macro2",9112 "quote",9113 "syn",9114]91159116[[package]]9117name = "regalloc2"9118version = "0.3.2"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9121dependencies = [9122 "fxhash",9123 "log",9124 "slice-group-by",9125 "smallvec",9126]91279128[[package]]9129name = "regex"9130version = "1.6.0"9131source = "registry+https://github.com/rust-lang/crates.io-index"9132checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9133dependencies = [9134 "aho-corasick",9135 "memchr",9136 "regex-syntax",9137]91389139[[package]]9140name = "regex-automata"9141version = "0.1.10"9142source = "registry+https://github.com/rust-lang/crates.io-index"9143checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9144dependencies = [9145 "regex-syntax",9146]91479148[[package]]9149name = "regex-syntax"9150version = "0.6.27"9151source = "registry+https://github.com/rust-lang/crates.io-index"9152checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91539154[[package]]9155name = "remote-externalities"9156version = "0.10.0-dev"9157source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9158dependencies = [9159 "env_logger",9160 "jsonrpsee",9161 "log",9162 "parity-scale-codec 3.2.1",9163 "serde",9164 "serde_json",9165 "sp-core",9166 "sp-io",9167 "sp-runtime",9168 "sp-version",9169]91709171[[package]]9172name = "remove_dir_all"9173version = "0.5.3"9174source = "registry+https://github.com/rust-lang/crates.io-index"9175checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9176dependencies = [9177 "winapi",9178]91799180[[package]]9181name = "resolv-conf"9182version = "0.7.0"9183source = "registry+https://github.com/rust-lang/crates.io-index"9184checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9185dependencies = [9186 "hostname",9187 "quick-error",9188]91899190[[package]]9191name = "rfc6979"9192version = "0.1.0"9193source = "registry+https://github.com/rust-lang/crates.io-index"9194checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9195dependencies = [9196 "crypto-bigint",9197 "hmac 0.11.0",9198 "zeroize",9199]92009201[[package]]9202name = "ring"9203version = "0.16.20"9204source = "registry+https://github.com/rust-lang/crates.io-index"9205checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9206dependencies = [9207 "cc",9208 "libc",9209 "once_cell",9210 "spin",9211 "untrusted",9212 "web-sys",9213 "winapi",9214]92159216[[package]]9217name = "rlp"9218version = "0.5.2"9219source = "registry+https://github.com/rust-lang/crates.io-index"9220checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9221dependencies = [9222 "bytes",9223 "rustc-hex",9224]92259226[[package]]9227name = "rlp-derive"9228version = "0.1.0"9229source = "registry+https://github.com/rust-lang/crates.io-index"9230checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9231dependencies = [9232 "proc-macro2",9233 "quote",9234 "syn",9235]92369237[[package]]9238name = "rmrk-rpc"9239version = "0.0.2"9240dependencies = [9241 "parity-scale-codec 2.3.1",9242 "rmrk-traits",9243 "serde",9244 "sp-api",9245 "sp-core",9246 "sp-runtime",9247 "sp-std",9248]92499250[[package]]9251name = "rmrk-traits"9252version = "0.1.0"9253dependencies = [9254 "parity-scale-codec 3.2.1",9255 "scale-info",9256 "serde",9257]92589259[[package]]9260name = "rocksdb"9261version = "0.18.0"9262source = "registry+https://github.com/rust-lang/crates.io-index"9263checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9264dependencies = [9265 "libc",9266 "librocksdb-sys",9267]92689269[[package]]9270name = "rococo-runtime"9271version = "0.9.30"9272source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9273dependencies = [9274 "beefy-merkle-tree",9275 "beefy-primitives",9276 "frame-benchmarking",9277 "frame-executive",9278 "frame-support",9279 "frame-system",9280 "frame-system-benchmarking",9281 "frame-system-rpc-runtime-api",9282 "hex-literal",9283 "log",9284 "pallet-authority-discovery",9285 "pallet-authorship",9286 "pallet-babe",9287 "pallet-balances",9288 "pallet-beefy",9289 "pallet-beefy-mmr",9290 "pallet-bounties",9291 "pallet-child-bounties",9292 "pallet-collective",9293 "pallet-democracy",9294 "pallet-elections-phragmen",9295 "pallet-gilt",9296 "pallet-grandpa",9297 "pallet-identity",9298 "pallet-im-online",9299 "pallet-indices",9300 "pallet-membership",9301 "pallet-mmr",9302 "pallet-multisig",9303 "pallet-offences",9304 "pallet-preimage",9305 "pallet-proxy",9306 "pallet-recovery",9307 "pallet-scheduler",9308 "pallet-session",9309 "pallet-society",9310 "pallet-staking",9311 "pallet-sudo",9312 "pallet-timestamp",9313 "pallet-tips",9314 "pallet-transaction-payment",9315 "pallet-transaction-payment-rpc-runtime-api",9316 "pallet-treasury",9317 "pallet-utility",9318 "pallet-vesting",9319 "pallet-xcm",9320 "pallet-xcm-benchmarks",9321 "parity-scale-codec 3.2.1",9322 "polkadot-parachain",9323 "polkadot-primitives",9324 "polkadot-runtime-common",9325 "polkadot-runtime-parachains",9326 "rococo-runtime-constants",9327 "scale-info",9328 "serde",9329 "serde_derive",9330 "smallvec",9331 "sp-api",9332 "sp-authority-discovery",9333 "sp-block-builder",9334 "sp-consensus-babe",9335 "sp-core",9336 "sp-inherents",9337 "sp-io",9338 "sp-mmr-primitives",9339 "sp-offchain",9340 "sp-runtime",9341 "sp-session",9342 "sp-staking",9343 "sp-std",9344 "sp-transaction-pool",9345 "sp-version",9346 "static_assertions",9347 "substrate-wasm-builder",9348 "xcm",9349 "xcm-builder",9350 "xcm-executor",9351]93529353[[package]]9354name = "rococo-runtime-constants"9355version = "0.9.30"9356source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9357dependencies = [9358 "frame-support",9359 "polkadot-primitives",9360 "polkadot-runtime-common",9361 "smallvec",9362 "sp-runtime",9363]93649365[[package]]9366name = "rpassword"9367version = "7.1.0"9368source = "registry+https://github.com/rust-lang/crates.io-index"9369checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9370dependencies = [9371 "libc",9372 "winapi",9373]93749375[[package]]9376name = "rtnetlink"9377version = "0.10.1"9378source = "registry+https://github.com/rust-lang/crates.io-index"9379checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9380dependencies = [9381 "async-global-executor",9382 "futures 0.3.25",9383 "log",9384 "netlink-packet-route",9385 "netlink-proto",9386 "nix",9387 "thiserror",9388]93899390[[package]]9391name = "rustc-demangle"9392version = "0.1.21"9393source = "registry+https://github.com/rust-lang/crates.io-index"9394checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93959396[[package]]9397name = "rustc-hash"9398version = "1.1.0"9399source = "registry+https://github.com/rust-lang/crates.io-index"9400checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94019402[[package]]9403name = "rustc-hex"9404version = "2.1.0"9405source = "registry+https://github.com/rust-lang/crates.io-index"9406checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94079408[[package]]9409name = "rustc_version"9410version = "0.2.3"9411source = "registry+https://github.com/rust-lang/crates.io-index"9412checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9413dependencies = [9414 "semver 0.9.0",9415]94169417[[package]]9418name = "rustc_version"9419version = "0.4.0"9420source = "registry+https://github.com/rust-lang/crates.io-index"9421checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9422dependencies = [9423 "semver 1.0.14",9424]94259426[[package]]9427name = "rustix"9428version = "0.35.12"9429source = "registry+https://github.com/rust-lang/crates.io-index"9430checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9431dependencies = [9432 "bitflags",9433 "errno",9434 "io-lifetimes",9435 "libc",9436 "linux-raw-sys",9437 "windows-sys 0.36.1",9438]94399440[[package]]9441name = "rustls"9442version = "0.20.7"9443source = "registry+https://github.com/rust-lang/crates.io-index"9444checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9445dependencies = [9446 "log",9447 "ring",9448 "sct",9449 "webpki",9450]94519452[[package]]9453name = "rustls-native-certs"9454version = "0.6.2"9455source = "registry+https://github.com/rust-lang/crates.io-index"9456checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9457dependencies = [9458 "openssl-probe",9459 "rustls-pemfile",9460 "schannel",9461 "security-framework",9462]94639464[[package]]9465name = "rustls-pemfile"9466version = "1.0.1"9467source = "registry+https://github.com/rust-lang/crates.io-index"9468checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9469dependencies = [9470 "base64",9471]94729473[[package]]9474name = "rustversion"9475version = "1.0.9"9476source = "registry+https://github.com/rust-lang/crates.io-index"9477checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94789479[[package]]9480name = "rw-stream-sink"9481version = "0.3.0"9482source = "registry+https://github.com/rust-lang/crates.io-index"9483checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9484dependencies = [9485 "futures 0.3.25",9486 "pin-project",9487 "static_assertions",9488]94899490[[package]]9491name = "ryu"9492version = "1.0.11"9493source = "registry+https://github.com/rust-lang/crates.io-index"9494checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94959496[[package]]9497name = "safe-mix"9498version = "1.0.1"9499source = "registry+https://github.com/rust-lang/crates.io-index"9500checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9501dependencies = [9502 "rustc_version 0.2.3",9503]95049505[[package]]9506name = "salsa20"9507version = "0.10.2"9508source = "registry+https://github.com/rust-lang/crates.io-index"9509checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9510dependencies = [9511 "cipher 0.4.3",9512]95139514[[package]]9515name = "same-file"9516version = "1.0.6"9517source = "registry+https://github.com/rust-lang/crates.io-index"9518checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9519dependencies = [9520 "winapi-util",9521]95229523[[package]]9524name = "sc-allocator"9525version = "4.1.0-dev"9526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9527dependencies = [9528 "log",9529 "sp-core",9530 "sp-wasm-interface",9531 "thiserror",9532]95339534[[package]]9535name = "sc-authority-discovery"9536version = "0.10.0-dev"9537source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9538dependencies = [9539 "async-trait",9540 "futures 0.3.25",9541 "futures-timer",9542 "ip_network",9543 "libp2p",9544 "log",9545 "parity-scale-codec 3.2.1",9546 "prost 0.10.4",9547 "prost-build 0.10.4",9548 "rand 0.7.3",9549 "sc-client-api",9550 "sc-network-common",9551 "sp-api",9552 "sp-authority-discovery",9553 "sp-blockchain",9554 "sp-core",9555 "sp-keystore",9556 "sp-runtime",9557 "substrate-prometheus-endpoint",9558 "thiserror",9559]95609561[[package]]9562name = "sc-basic-authorship"9563version = "0.10.0-dev"9564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9565dependencies = [9566 "futures 0.3.25",9567 "futures-timer",9568 "log",9569 "parity-scale-codec 3.2.1",9570 "sc-block-builder",9571 "sc-client-api",9572 "sc-proposer-metrics",9573 "sc-telemetry",9574 "sc-transaction-pool-api",9575 "sp-api",9576 "sp-blockchain",9577 "sp-consensus",9578 "sp-core",9579 "sp-inherents",9580 "sp-runtime",9581 "substrate-prometheus-endpoint",9582]95839584[[package]]9585name = "sc-block-builder"9586version = "0.10.0-dev"9587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9588dependencies = [9589 "parity-scale-codec 3.2.1",9590 "sc-client-api",9591 "sp-api",9592 "sp-block-builder",9593 "sp-blockchain",9594 "sp-core",9595 "sp-inherents",9596 "sp-runtime",9597 "sp-state-machine",9598]95999600[[package]]9601name = "sc-chain-spec"9602version = "4.0.0-dev"9603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9604dependencies = [9605 "impl-trait-for-tuples",9606 "memmap2",9607 "parity-scale-codec 3.2.1",9608 "sc-chain-spec-derive",9609 "sc-network-common",9610 "sc-telemetry",9611 "serde",9612 "serde_json",9613 "sp-core",9614 "sp-runtime",9615]96169617[[package]]9618name = "sc-chain-spec-derive"9619version = "4.0.0-dev"9620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9621dependencies = [9622 "proc-macro-crate",9623 "proc-macro2",9624 "quote",9625 "syn",9626]96279628[[package]]9629name = "sc-cli"9630version = "0.10.0-dev"9631source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9632dependencies = [9633 "array-bytes",9634 "chrono",9635 "clap",9636 "fdlimit",9637 "futures 0.3.25",9638 "libp2p",9639 "log",9640 "names",9641 "parity-scale-codec 3.2.1",9642 "rand 0.7.3",9643 "regex",9644 "rpassword",9645 "sc-client-api",9646 "sc-client-db",9647 "sc-keystore",9648 "sc-network",9649 "sc-network-common",9650 "sc-service",9651 "sc-telemetry",9652 "sc-tracing",9653 "sc-utils",9654 "serde",9655 "serde_json",9656 "sp-blockchain",9657 "sp-core",9658 "sp-keyring",9659 "sp-keystore",9660 "sp-panic-handler",9661 "sp-runtime",9662 "sp-version",9663 "thiserror",9664 "tiny-bip39",9665 "tokio",9666]96679668[[package]]9669name = "sc-client-api"9670version = "4.0.0-dev"9671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9672dependencies = [9673 "fnv",9674 "futures 0.3.25",9675 "hash-db",9676 "log",9677 "parity-scale-codec 3.2.1",9678 "parking_lot 0.12.1",9679 "sc-executor",9680 "sc-transaction-pool-api",9681 "sc-utils",9682 "sp-api",9683 "sp-blockchain",9684 "sp-consensus",9685 "sp-core",9686 "sp-database",9687 "sp-externalities",9688 "sp-keystore",9689 "sp-runtime",9690 "sp-state-machine",9691 "sp-storage",9692 "sp-trie",9693 "substrate-prometheus-endpoint",9694]96959696[[package]]9697name = "sc-client-db"9698version = "0.10.0-dev"9699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9700dependencies = [9701 "hash-db",9702 "kvdb",9703 "kvdb-memorydb",9704 "kvdb-rocksdb",9705 "linked-hash-map",9706 "log",9707 "parity-db",9708 "parity-scale-codec 3.2.1",9709 "parking_lot 0.12.1",9710 "sc-client-api",9711 "sc-state-db",9712 "sp-arithmetic",9713 "sp-blockchain",9714 "sp-core",9715 "sp-database",9716 "sp-runtime",9717 "sp-state-machine",9718 "sp-trie",9719]97209721[[package]]9722name = "sc-consensus"9723version = "0.10.0-dev"9724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9725dependencies = [9726 "async-trait",9727 "futures 0.3.25",9728 "futures-timer",9729 "libp2p",9730 "log",9731 "parking_lot 0.12.1",9732 "sc-client-api",9733 "sc-utils",9734 "serde",9735 "sp-api",9736 "sp-blockchain",9737 "sp-consensus",9738 "sp-core",9739 "sp-runtime",9740 "sp-state-machine",9741 "substrate-prometheus-endpoint",9742 "thiserror",9743]97449745[[package]]9746name = "sc-consensus-aura"9747version = "0.10.0-dev"9748source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9749dependencies = [9750 "async-trait",9751 "futures 0.3.25",9752 "log",9753 "parity-scale-codec 3.2.1",9754 "sc-block-builder",9755 "sc-client-api",9756 "sc-consensus",9757 "sc-consensus-slots",9758 "sc-telemetry",9759 "sp-api",9760 "sp-application-crypto",9761 "sp-block-builder",9762 "sp-blockchain",9763 "sp-consensus",9764 "sp-consensus-aura",9765 "sp-consensus-slots",9766 "sp-core",9767 "sp-inherents",9768 "sp-keystore",9769 "sp-runtime",9770 "substrate-prometheus-endpoint",9771 "thiserror",9772]97739774[[package]]9775name = "sc-consensus-babe"9776version = "0.10.0-dev"9777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9778dependencies = [9779 "async-trait",9780 "fork-tree",9781 "futures 0.3.25",9782 "log",9783 "merlin",9784 "num-bigint 0.2.6",9785 "num-rational 0.2.4",9786 "num-traits",9787 "parity-scale-codec 3.2.1",9788 "parking_lot 0.12.1",9789 "rand 0.7.3",9790 "sc-client-api",9791 "sc-consensus",9792 "sc-consensus-epochs",9793 "sc-consensus-slots",9794 "sc-keystore",9795 "sc-telemetry",9796 "schnorrkel",9797 "serde",9798 "sp-api",9799 "sp-application-crypto",9800 "sp-block-builder",9801 "sp-blockchain",9802 "sp-consensus",9803 "sp-consensus-babe",9804 "sp-consensus-slots",9805 "sp-consensus-vrf",9806 "sp-core",9807 "sp-inherents",9808 "sp-io",9809 "sp-keystore",9810 "sp-runtime",9811 "sp-version",9812 "substrate-prometheus-endpoint",9813 "thiserror",9814]98159816[[package]]9817name = "sc-consensus-babe-rpc"9818version = "0.10.0-dev"9819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9820dependencies = [9821 "futures 0.3.25",9822 "jsonrpsee",9823 "sc-consensus-babe",9824 "sc-consensus-epochs",9825 "sc-rpc-api",9826 "serde",9827 "sp-api",9828 "sp-application-crypto",9829 "sp-blockchain",9830 "sp-consensus",9831 "sp-consensus-babe",9832 "sp-core",9833 "sp-keystore",9834 "sp-runtime",9835 "thiserror",9836]98379838[[package]]9839name = "sc-consensus-epochs"9840version = "0.10.0-dev"9841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9842dependencies = [9843 "fork-tree",9844 "parity-scale-codec 3.2.1",9845 "sc-client-api",9846 "sc-consensus",9847 "sp-blockchain",9848 "sp-runtime",9849]98509851[[package]]9852name = "sc-consensus-manual-seal"9853version = "0.10.0-dev"9854source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9855dependencies = [9856 "assert_matches",9857 "async-trait",9858 "futures 0.3.25",9859 "jsonrpsee",9860 "log",9861 "parity-scale-codec 3.2.1",9862 "sc-client-api",9863 "sc-consensus",9864 "sc-consensus-aura",9865 "sc-consensus-babe",9866 "sc-consensus-epochs",9867 "sc-transaction-pool",9868 "sc-transaction-pool-api",9869 "serde",9870 "sp-api",9871 "sp-blockchain",9872 "sp-consensus",9873 "sp-consensus-aura",9874 "sp-consensus-babe",9875 "sp-consensus-slots",9876 "sp-core",9877 "sp-inherents",9878 "sp-keystore",9879 "sp-runtime",9880 "sp-timestamp",9881 "substrate-prometheus-endpoint",9882 "thiserror",9883]98849885[[package]]9886name = "sc-consensus-slots"9887version = "0.10.0-dev"9888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9889dependencies = [9890 "async-trait",9891 "futures 0.3.25",9892 "futures-timer",9893 "log",9894 "parity-scale-codec 3.2.1",9895 "sc-client-api",9896 "sc-consensus",9897 "sc-telemetry",9898 "sp-arithmetic",9899 "sp-blockchain",9900 "sp-consensus",9901 "sp-consensus-slots",9902 "sp-core",9903 "sp-inherents",9904 "sp-runtime",9905 "sp-state-machine",9906 "thiserror",9907]99089909[[package]]9910name = "sc-executor"9911version = "0.10.0-dev"9912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9913dependencies = [9914 "lazy_static",9915 "lru 0.7.8",9916 "parity-scale-codec 3.2.1",9917 "parking_lot 0.12.1",9918 "sc-executor-common",9919 "sc-executor-wasmi",9920 "sc-executor-wasmtime",9921 "sp-api",9922 "sp-core",9923 "sp-core-hashing-proc-macro",9924 "sp-externalities",9925 "sp-io",9926 "sp-panic-handler",9927 "sp-runtime-interface",9928 "sp-tasks",9929 "sp-trie",9930 "sp-version",9931 "sp-wasm-interface",9932 "tracing",9933 "wasmi",9934]99359936[[package]]9937name = "sc-executor-common"9938version = "0.10.0-dev"9939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9940dependencies = [9941 "environmental",9942 "parity-scale-codec 3.2.1",9943 "sc-allocator",9944 "sp-maybe-compressed-blob",9945 "sp-sandbox",9946 "sp-wasm-interface",9947 "thiserror",9948 "wasm-instrument",9949 "wasmi",9950]99519952[[package]]9953name = "sc-executor-wasmi"9954version = "0.10.0-dev"9955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9956dependencies = [9957 "log",9958 "parity-scale-codec 3.2.1",9959 "sc-allocator",9960 "sc-executor-common",9961 "sp-runtime-interface",9962 "sp-sandbox",9963 "sp-wasm-interface",9964 "wasmi",9965]99669967[[package]]9968name = "sc-executor-wasmtime"9969version = "0.10.0-dev"9970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9971dependencies = [9972 "cfg-if 1.0.0",9973 "libc",9974 "log",9975 "once_cell",9976 "parity-scale-codec 3.2.1",9977 "parity-wasm 0.45.0",9978 "rustix",9979 "sc-allocator",9980 "sc-executor-common",9981 "sp-runtime-interface",9982 "sp-sandbox",9983 "sp-wasm-interface",9984 "wasmtime",9985]99869987[[package]]9988name = "sc-finality-grandpa"9989version = "0.10.0-dev"9990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9991dependencies = [9992 "ahash",9993 "array-bytes",9994 "async-trait",9995 "dyn-clone",9996 "finality-grandpa",9997 "fork-tree",9998 "futures 0.3.25",9999 "futures-timer",10000 "log",10001 "parity-scale-codec 3.2.1",10002 "parking_lot 0.12.1",10003 "rand 0.8.5",10004 "sc-block-builder",10005 "sc-chain-spec",10006 "sc-client-api",10007 "sc-consensus",10008 "sc-keystore",10009 "sc-network",10010 "sc-network-common",10011 "sc-network-gossip",10012 "sc-telemetry",10013 "sc-utils",10014 "serde_json",10015 "sp-api",10016 "sp-application-crypto",10017 "sp-arithmetic",10018 "sp-blockchain",10019 "sp-consensus",10020 "sp-core",10021 "sp-finality-grandpa",10022 "sp-keystore",10023 "sp-runtime",10024 "substrate-prometheus-endpoint",10025 "thiserror",10026]1002710028[[package]]10029name = "sc-finality-grandpa-rpc"10030version = "0.10.0-dev"10031source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10032dependencies = [10033 "finality-grandpa",10034 "futures 0.3.25",10035 "jsonrpsee",10036 "log",10037 "parity-scale-codec 3.2.1",10038 "sc-client-api",10039 "sc-finality-grandpa",10040 "sc-rpc",10041 "serde",10042 "serde_json",10043 "sp-blockchain",10044 "sp-core",10045 "sp-runtime",10046 "thiserror",10047]1004810049[[package]]10050name = "sc-informant"10051version = "0.10.0-dev"10052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10053dependencies = [10054 "ansi_term",10055 "futures 0.3.25",10056 "futures-timer",10057 "log",10058 "parity-util-mem",10059 "sc-client-api",10060 "sc-network-common",10061 "sc-transaction-pool-api",10062 "sp-blockchain",10063 "sp-runtime",10064]1006510066[[package]]10067name = "sc-keystore"10068version = "4.0.0-dev"10069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10070dependencies = [10071 "array-bytes",10072 "async-trait",10073 "parking_lot 0.12.1",10074 "serde_json",10075 "sp-application-crypto",10076 "sp-core",10077 "sp-keystore",10078 "thiserror",10079]1008010081[[package]]10082name = "sc-network"10083version = "0.10.0-dev"10084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10085dependencies = [10086 "array-bytes",10087 "async-trait",10088 "asynchronous-codec",10089 "bitflags",10090 "bytes",10091 "cid",10092 "either",10093 "fnv",10094 "fork-tree",10095 "futures 0.3.25",10096 "futures-timer",10097 "ip_network",10098 "libp2p",10099 "linked-hash-map",10100 "linked_hash_set",10101 "log",10102 "lru 0.7.8",10103 "parity-scale-codec 3.2.1",10104 "parking_lot 0.12.1",10105 "pin-project",10106 "prost 0.10.4",10107 "rand 0.7.3",10108 "sc-block-builder",10109 "sc-client-api",10110 "sc-consensus",10111 "sc-network-common",10112 "sc-peerset",10113 "sc-utils",10114 "serde",10115 "serde_json",10116 "smallvec",10117 "sp-arithmetic",10118 "sp-blockchain",10119 "sp-consensus",10120 "sp-core",10121 "sp-runtime",10122 "substrate-prometheus-endpoint",10123 "thiserror",10124 "unsigned-varint",10125 "zeroize",10126]1012710128[[package]]10129name = "sc-network-bitswap"10130version = "0.10.0-dev"10131source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10132dependencies = [10133 "cid",10134 "futures 0.3.25",10135 "libp2p",10136 "log",10137 "prost 0.11.0",10138 "prost-build 0.11.1",10139 "sc-client-api",10140 "sc-network-common",10141 "sp-blockchain",10142 "sp-runtime",10143 "thiserror",10144 "unsigned-varint",10145 "void",10146]1014710148[[package]]10149name = "sc-network-common"10150version = "0.10.0-dev"10151source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10152dependencies = [10153 "async-trait",10154 "bitflags",10155 "bytes",10156 "futures 0.3.25",10157 "futures-timer",10158 "libp2p",10159 "linked_hash_set",10160 "parity-scale-codec 3.2.1",10161 "prost-build 0.10.4",10162 "sc-consensus",10163 "sc-peerset",10164 "serde",10165 "smallvec",10166 "sp-blockchain",10167 "sp-consensus",10168 "sp-finality-grandpa",10169 "sp-runtime",10170 "substrate-prometheus-endpoint",10171 "thiserror",10172]1017310174[[package]]10175name = "sc-network-gossip"10176version = "0.10.0-dev"10177source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10178dependencies = [10179 "ahash",10180 "futures 0.3.25",10181 "futures-timer",10182 "libp2p",10183 "log",10184 "lru 0.7.8",10185 "sc-network-common",10186 "sc-peerset",10187 "sp-runtime",10188 "substrate-prometheus-endpoint",10189 "tracing",10190]1019110192[[package]]10193name = "sc-network-light"10194version = "0.10.0-dev"10195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10196dependencies = [10197 "array-bytes",10198 "futures 0.3.25",10199 "libp2p",10200 "log",10201 "parity-scale-codec 3.2.1",10202 "prost 0.10.4",10203 "prost-build 0.10.4",10204 "sc-client-api",10205 "sc-network-common",10206 "sc-peerset",10207 "sp-blockchain",10208 "sp-core",10209 "sp-runtime",10210 "thiserror",10211]1021210213[[package]]10214name = "sc-network-sync"10215version = "0.10.0-dev"10216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10217dependencies = [10218 "array-bytes",10219 "fork-tree",10220 "futures 0.3.25",10221 "libp2p",10222 "log",10223 "lru 0.7.8",10224 "parity-scale-codec 3.2.1",10225 "prost 0.10.4",10226 "prost-build 0.10.4",10227 "sc-client-api",10228 "sc-consensus",10229 "sc-network-common",10230 "sc-peerset",10231 "smallvec",10232 "sp-arithmetic",10233 "sp-blockchain",10234 "sp-consensus",10235 "sp-core",10236 "sp-finality-grandpa",10237 "sp-runtime",10238 "thiserror",10239]1024010241[[package]]10242name = "sc-network-transactions"10243version = "0.10.0-dev"10244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10245dependencies = [10246 "array-bytes",10247 "futures 0.3.25",10248 "hex",10249 "libp2p",10250 "log",10251 "parity-scale-codec 3.2.1",10252 "pin-project",10253 "sc-network-common",10254 "sc-peerset",10255 "sp-consensus",10256 "sp-runtime",10257 "substrate-prometheus-endpoint",10258]1025910260[[package]]10261name = "sc-offchain"10262version = "4.0.0-dev"10263source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10264dependencies = [10265 "array-bytes",10266 "bytes",10267 "fnv",10268 "futures 0.3.25",10269 "futures-timer",10270 "hyper",10271 "hyper-rustls",10272 "libp2p",10273 "num_cpus",10274 "once_cell",10275 "parity-scale-codec 3.2.1",10276 "parking_lot 0.12.1",10277 "rand 0.7.3",10278 "sc-client-api",10279 "sc-network-common",10280 "sc-peerset",10281 "sc-utils",10282 "sp-api",10283 "sp-core",10284 "sp-offchain",10285 "sp-runtime",10286 "threadpool",10287 "tracing",10288]1028910290[[package]]10291name = "sc-peerset"10292version = "4.0.0-dev"10293source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10294dependencies = [10295 "futures 0.3.25",10296 "libp2p",10297 "log",10298 "sc-utils",10299 "serde_json",10300 "wasm-timer",10301]1030210303[[package]]10304name = "sc-proposer-metrics"10305version = "0.10.0-dev"10306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10307dependencies = [10308 "log",10309 "substrate-prometheus-endpoint",10310]1031110312[[package]]10313name = "sc-rpc"10314version = "4.0.0-dev"10315source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10316dependencies = [10317 "futures 0.3.25",10318 "hash-db",10319 "jsonrpsee",10320 "log",10321 "parity-scale-codec 3.2.1",10322 "parking_lot 0.12.1",10323 "sc-block-builder",10324 "sc-chain-spec",10325 "sc-client-api",10326 "sc-rpc-api",10327 "sc-tracing",10328 "sc-transaction-pool-api",10329 "sc-utils",10330 "serde_json",10331 "sp-api",10332 "sp-blockchain",10333 "sp-core",10334 "sp-keystore",10335 "sp-offchain",10336 "sp-rpc",10337 "sp-runtime",10338 "sp-session",10339 "sp-version",10340]1034110342[[package]]10343name = "sc-rpc-api"10344version = "0.10.0-dev"10345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10346dependencies = [10347 "futures 0.3.25",10348 "jsonrpsee",10349 "log",10350 "parity-scale-codec 3.2.1",10351 "parking_lot 0.12.1",10352 "sc-chain-spec",10353 "sc-transaction-pool-api",10354 "scale-info",10355 "serde",10356 "serde_json",10357 "sp-core",10358 "sp-rpc",10359 "sp-runtime",10360 "sp-tracing",10361 "sp-version",10362 "thiserror",10363]1036410365[[package]]10366name = "sc-rpc-server"10367version = "4.0.0-dev"10368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10369dependencies = [10370 "futures 0.3.25",10371 "jsonrpsee",10372 "log",10373 "serde_json",10374 "substrate-prometheus-endpoint",10375 "tokio",10376]1037710378[[package]]10379name = "sc-service"10380version = "0.10.0-dev"10381source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10382dependencies = [10383 "async-trait",10384 "directories",10385 "exit-future",10386 "futures 0.3.25",10387 "futures-timer",10388 "hash-db",10389 "jsonrpsee",10390 "log",10391 "parity-scale-codec 3.2.1",10392 "parity-util-mem",10393 "parking_lot 0.12.1",10394 "pin-project",10395 "rand 0.7.3",10396 "sc-block-builder",10397 "sc-chain-spec",10398 "sc-client-api",10399 "sc-client-db",10400 "sc-consensus",10401 "sc-executor",10402 "sc-informant",10403 "sc-keystore",10404 "sc-network",10405 "sc-network-bitswap",10406 "sc-network-common",10407 "sc-network-light",10408 "sc-network-sync",10409 "sc-network-transactions",10410 "sc-offchain",10411 "sc-rpc",10412 "sc-rpc-server",10413 "sc-sysinfo",10414 "sc-telemetry",10415 "sc-tracing",10416 "sc-transaction-pool",10417 "sc-transaction-pool-api",10418 "sc-utils",10419 "serde",10420 "serde_json",10421 "sp-api",10422 "sp-application-crypto",10423 "sp-block-builder",10424 "sp-blockchain",10425 "sp-consensus",10426 "sp-core",10427 "sp-externalities",10428 "sp-inherents",10429 "sp-keystore",10430 "sp-runtime",10431 "sp-session",10432 "sp-state-machine",10433 "sp-storage",10434 "sp-tracing",10435 "sp-transaction-pool",10436 "sp-transaction-storage-proof",10437 "sp-trie",10438 "sp-version",10439 "static_init 1.0.3",10440 "substrate-prometheus-endpoint",10441 "tempfile",10442 "thiserror",10443 "tokio",10444 "tracing",10445 "tracing-futures",10446]1044710448[[package]]10449name = "sc-state-db"10450version = "0.10.0-dev"10451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10452dependencies = [10453 "log",10454 "parity-scale-codec 3.2.1",10455 "parity-util-mem",10456 "parity-util-mem-derive",10457 "parking_lot 0.12.1",10458 "sc-client-api",10459 "sp-core",10460]1046110462[[package]]10463name = "sc-sync-state-rpc"10464version = "0.10.0-dev"10465source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10466dependencies = [10467 "jsonrpsee",10468 "parity-scale-codec 3.2.1",10469 "sc-chain-spec",10470 "sc-client-api",10471 "sc-consensus-babe",10472 "sc-consensus-epochs",10473 "sc-finality-grandpa",10474 "serde",10475 "serde_json",10476 "sp-blockchain",10477 "sp-runtime",10478 "thiserror",10479]1048010481[[package]]10482name = "sc-sysinfo"10483version = "6.0.0-dev"10484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10485dependencies = [10486 "futures 0.3.25",10487 "libc",10488 "log",10489 "rand 0.7.3",10490 "rand_pcg 0.2.1",10491 "regex",10492 "sc-telemetry",10493 "serde",10494 "serde_json",10495 "sp-core",10496 "sp-io",10497 "sp-std",10498]1049910500[[package]]10501name = "sc-telemetry"10502version = "4.0.0-dev"10503source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10504dependencies = [10505 "chrono",10506 "futures 0.3.25",10507 "libp2p",10508 "log",10509 "parking_lot 0.12.1",10510 "pin-project",10511 "rand 0.7.3",10512 "serde",10513 "serde_json",10514 "thiserror",10515 "wasm-timer",10516]1051710518[[package]]10519name = "sc-tracing"10520version = "4.0.0-dev"10521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10522dependencies = [10523 "ansi_term",10524 "atty",10525 "chrono",10526 "lazy_static",10527 "libc",10528 "log",10529 "once_cell",10530 "parking_lot 0.12.1",10531 "regex",10532 "rustc-hash",10533 "sc-client-api",10534 "sc-rpc-server",10535 "sc-tracing-proc-macro",10536 "serde",10537 "sp-api",10538 "sp-blockchain",10539 "sp-core",10540 "sp-rpc",10541 "sp-runtime",10542 "sp-tracing",10543 "thiserror",10544 "tracing",10545 "tracing-log",10546 "tracing-subscriber",10547]1054810549[[package]]10550name = "sc-tracing-proc-macro"10551version = "4.0.0-dev"10552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10553dependencies = [10554 "proc-macro-crate",10555 "proc-macro2",10556 "quote",10557 "syn",10558]1055910560[[package]]10561name = "sc-transaction-pool"10562version = "4.0.0-dev"10563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10564dependencies = [10565 "futures 0.3.25",10566 "futures-timer",10567 "linked-hash-map",10568 "log",10569 "parity-scale-codec 3.2.1",10570 "parity-util-mem",10571 "parking_lot 0.12.1",10572 "sc-client-api",10573 "sc-transaction-pool-api",10574 "sc-utils",10575 "serde",10576 "sp-api",10577 "sp-blockchain",10578 "sp-core",10579 "sp-runtime",10580 "sp-tracing",10581 "sp-transaction-pool",10582 "substrate-prometheus-endpoint",10583 "thiserror",10584]1058510586[[package]]10587name = "sc-transaction-pool-api"10588version = "4.0.0-dev"10589source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10590dependencies = [10591 "futures 0.3.25",10592 "log",10593 "serde",10594 "sp-blockchain",10595 "sp-runtime",10596 "thiserror",10597]1059810599[[package]]10600name = "sc-utils"10601version = "4.0.0-dev"10602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10603dependencies = [10604 "futures 0.3.25",10605 "futures-timer",10606 "lazy_static",10607 "log",10608 "parking_lot 0.12.1",10609 "prometheus",10610]1061110612[[package]]10613name = "scale-info"10614version = "2.2.0"10615source = "registry+https://github.com/rust-lang/crates.io-index"10616checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10617dependencies = [10618 "bitvec 1.0.1",10619 "cfg-if 1.0.0",10620 "derive_more",10621 "parity-scale-codec 3.2.1",10622 "scale-info-derive",10623 "serde",10624]1062510626[[package]]10627name = "scale-info-derive"10628version = "2.2.0"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10631dependencies = [10632 "proc-macro-crate",10633 "proc-macro2",10634 "quote",10635 "syn",10636]1063710638[[package]]10639name = "schannel"10640version = "0.1.20"10641source = "registry+https://github.com/rust-lang/crates.io-index"10642checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10643dependencies = [10644 "lazy_static",10645 "windows-sys 0.36.1",10646]1064710648[[package]]10649name = "schnorrkel"10650version = "0.9.1"10651source = "registry+https://github.com/rust-lang/crates.io-index"10652checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10653dependencies = [10654 "arrayref",10655 "arrayvec 0.5.2",10656 "curve25519-dalek 2.1.3",10657 "getrandom 0.1.16",10658 "merlin",10659 "rand 0.7.3",10660 "rand_core 0.5.1",10661 "sha2 0.8.2",10662 "subtle",10663 "zeroize",10664]1066510666[[package]]10667name = "scopeguard"10668version = "1.1.0"10669source = "registry+https://github.com/rust-lang/crates.io-index"10670checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1067110672[[package]]10673name = "scratch"10674version = "1.0.2"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1067710678[[package]]10679name = "sct"10680version = "0.7.0"10681source = "registry+https://github.com/rust-lang/crates.io-index"10682checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10683dependencies = [10684 "ring",10685 "untrusted",10686]1068710688[[package]]10689name = "sec1"10690version = "0.2.1"10691source = "registry+https://github.com/rust-lang/crates.io-index"10692checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10693dependencies = [10694 "der",10695 "generic-array 0.14.6",10696 "pkcs8",10697 "subtle",10698 "zeroize",10699]1070010701[[package]]10702name = "secp256k1"10703version = "0.24.1"10704source = "registry+https://github.com/rust-lang/crates.io-index"10705checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10706dependencies = [10707 "secp256k1-sys",10708]1070910710[[package]]10711name = "secp256k1-sys"10712version = "0.6.1"10713source = "registry+https://github.com/rust-lang/crates.io-index"10714checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10715dependencies = [10716 "cc",10717]1071810719[[package]]10720name = "secrecy"10721version = "0.8.0"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10724dependencies = [10725 "zeroize",10726]1072710728[[package]]10729name = "security-framework"10730version = "2.7.0"10731source = "registry+https://github.com/rust-lang/crates.io-index"10732checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10733dependencies = [10734 "bitflags",10735 "core-foundation",10736 "core-foundation-sys",10737 "libc",10738 "security-framework-sys",10739]1074010741[[package]]10742name = "security-framework-sys"10743version = "2.6.1"10744source = "registry+https://github.com/rust-lang/crates.io-index"10745checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10746dependencies = [10747 "core-foundation-sys",10748 "libc",10749]1075010751[[package]]10752name = "semver"10753version = "0.6.0"10754source = "registry+https://github.com/rust-lang/crates.io-index"10755checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10756dependencies = [10757 "semver-parser",10758]1075910760[[package]]10761name = "semver"10762version = "0.9.0"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10765dependencies = [10766 "semver-parser",10767]1076810769[[package]]10770name = "semver"10771version = "1.0.14"10772source = "registry+https://github.com/rust-lang/crates.io-index"10773checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10774dependencies = [10775 "serde",10776]1077710778[[package]]10779name = "semver-parser"10780version = "0.7.0"10781source = "registry+https://github.com/rust-lang/crates.io-index"10782checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1078310784[[package]]10785name = "serde"10786version = "1.0.147"10787source = "registry+https://github.com/rust-lang/crates.io-index"10788checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10789dependencies = [10790 "serde_derive",10791]1079210793[[package]]10794name = "serde_derive"10795version = "1.0.147"10796source = "registry+https://github.com/rust-lang/crates.io-index"10797checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10798dependencies = [10799 "proc-macro2",10800 "quote",10801 "syn",10802]1080310804[[package]]10805name = "serde_json"10806version = "1.0.87"10807source = "registry+https://github.com/rust-lang/crates.io-index"10808checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10809dependencies = [10810 "itoa",10811 "ryu",10812 "serde",10813]1081410815[[package]]10816name = "serde_nanos"10817version = "0.1.2"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10820dependencies = [10821 "serde",10822]1082310824[[package]]10825name = "sha-1"10826version = "0.9.8"10827source = "registry+https://github.com/rust-lang/crates.io-index"10828checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10829dependencies = [10830 "block-buffer 0.9.0",10831 "cfg-if 1.0.0",10832 "cpufeatures",10833 "digest 0.9.0",10834 "opaque-debug 0.3.0",10835]1083610837[[package]]10838name = "sha1"10839version = "0.10.5"10840source = "registry+https://github.com/rust-lang/crates.io-index"10841checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10842dependencies = [10843 "cfg-if 1.0.0",10844 "cpufeatures",10845 "digest 0.10.5",10846]1084710848[[package]]10849name = "sha2"10850version = "0.8.2"10851source = "registry+https://github.com/rust-lang/crates.io-index"10852checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10853dependencies = [10854 "block-buffer 0.7.3",10855 "digest 0.8.1",10856 "fake-simd",10857 "opaque-debug 0.2.3",10858]1085910860[[package]]10861name = "sha2"10862version = "0.9.9"10863source = "registry+https://github.com/rust-lang/crates.io-index"10864checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10865dependencies = [10866 "block-buffer 0.9.0",10867 "cfg-if 1.0.0",10868 "cpufeatures",10869 "digest 0.9.0",10870 "opaque-debug 0.3.0",10871]1087210873[[package]]10874name = "sha2"10875version = "0.10.6"10876source = "registry+https://github.com/rust-lang/crates.io-index"10877checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10878dependencies = [10879 "cfg-if 1.0.0",10880 "cpufeatures",10881 "digest 0.10.5",10882]1088310884[[package]]10885name = "sha3"10886version = "0.10.6"10887source = "registry+https://github.com/rust-lang/crates.io-index"10888checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10889dependencies = [10890 "digest 0.10.5",10891 "keccak",10892]1089310894[[package]]10895name = "sha3-const"10896version = "0.1.1"10897source = "registry+https://github.com/rust-lang/crates.io-index"10898checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1089910900[[package]]10901name = "sharded-slab"10902version = "0.1.4"10903source = "registry+https://github.com/rust-lang/crates.io-index"10904checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10905dependencies = [10906 "lazy_static",10907]1090810909[[package]]10910name = "shlex"10911version = "1.1.0"10912source = "registry+https://github.com/rust-lang/crates.io-index"10913checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1091410915[[package]]10916name = "signal-hook"10917version = "0.3.14"10918source = "registry+https://github.com/rust-lang/crates.io-index"10919checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10920dependencies = [10921 "libc",10922 "signal-hook-registry",10923]1092410925[[package]]10926name = "signal-hook-registry"10927version = "1.4.0"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10930dependencies = [10931 "libc",10932]1093310934[[package]]10935name = "signature"10936version = "1.4.0"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10939dependencies = [10940 "digest 0.9.0",10941 "rand_core 0.6.4",10942]1094310944[[package]]10945name = "simba"10946version = "0.5.1"10947source = "registry+https://github.com/rust-lang/crates.io-index"10948checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10949dependencies = [10950 "approx",10951 "num-complex",10952 "num-traits",10953 "paste",10954]1095510956[[package]]10957name = "similar"10958version = "2.2.0"10959source = "registry+https://github.com/rust-lang/crates.io-index"10960checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10961dependencies = [10962 "bstr",10963 "unicode-segmentation",10964]1096510966[[package]]10967name = "similar-asserts"10968version = "1.4.2"10969source = "registry+https://github.com/rust-lang/crates.io-index"10970checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10971dependencies = [10972 "console",10973 "similar",10974]1097510976[[package]]10977name = "slab"10978version = "0.4.7"10979source = "registry+https://github.com/rust-lang/crates.io-index"10980checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10981dependencies = [10982 "autocfg",10983]1098410985[[package]]10986name = "slice-group-by"10987version = "0.3.0"10988source = "registry+https://github.com/rust-lang/crates.io-index"10989checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1099010991[[package]]10992name = "slot-range-helper"10993version = "0.9.30"10994source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10995dependencies = [10996 "enumn",10997 "parity-scale-codec 3.2.1",10998 "paste",10999 "sp-runtime",11000 "sp-std",11001]1100211003[[package]]11004name = "slotmap"11005version = "1.0.6"11006source = "registry+https://github.com/rust-lang/crates.io-index"11007checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11008dependencies = [11009 "version_check",11010]1101111012[[package]]11013name = "smallvec"11014version = "1.10.0"11015source = "registry+https://github.com/rust-lang/crates.io-index"11016checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1101711018[[package]]11019name = "snap"11020version = "1.0.5"11021source = "registry+https://github.com/rust-lang/crates.io-index"11022checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1102311024[[package]]11025name = "snow"11026version = "0.9.0"11027source = "registry+https://github.com/rust-lang/crates.io-index"11028checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11029dependencies = [11030 "aes-gcm",11031 "blake2",11032 "chacha20poly1305",11033 "curve25519-dalek 4.0.0-pre.1",11034 "rand_core 0.6.4",11035 "ring",11036 "rustc_version 0.4.0",11037 "sha2 0.10.6",11038 "subtle",11039]1104011041[[package]]11042name = "socket2"11043version = "0.4.7"11044source = "registry+https://github.com/rust-lang/crates.io-index"11045checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11046dependencies = [11047 "libc",11048 "winapi",11049]1105011051[[package]]11052name = "soketto"11053version = "0.7.1"11054source = "registry+https://github.com/rust-lang/crates.io-index"11055checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11056dependencies = [11057 "base64",11058 "bytes",11059 "flate2",11060 "futures 0.3.25",11061 "httparse",11062 "log",11063 "rand 0.8.5",11064 "sha-1",11065]1106611067[[package]]11068name = "sp-api"11069version = "4.0.0-dev"11070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11071dependencies = [11072 "hash-db",11073 "log",11074 "parity-scale-codec 3.2.1",11075 "sp-api-proc-macro",11076 "sp-core",11077 "sp-runtime",11078 "sp-state-machine",11079 "sp-std",11080 "sp-trie",11081 "sp-version",11082 "thiserror",11083]1108411085[[package]]11086name = "sp-api-proc-macro"11087version = "4.0.0-dev"11088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11089dependencies = [11090 "blake2",11091 "proc-macro-crate",11092 "proc-macro2",11093 "quote",11094 "syn",11095]1109611097[[package]]11098name = "sp-application-crypto"11099version = "6.0.0"11100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11101dependencies = [11102 "parity-scale-codec 3.2.1",11103 "scale-info",11104 "serde",11105 "sp-core",11106 "sp-io",11107 "sp-std",11108]1110911110[[package]]11111name = "sp-arithmetic"11112version = "5.0.0"11113source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11114dependencies = [11115 "integer-sqrt",11116 "num-traits",11117 "parity-scale-codec 3.2.1",11118 "scale-info",11119 "serde",11120 "sp-debug-derive",11121 "sp-std",11122 "static_assertions",11123]1112411125[[package]]11126name = "sp-authority-discovery"11127version = "4.0.0-dev"11128source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11129dependencies = [11130 "parity-scale-codec 3.2.1",11131 "scale-info",11132 "sp-api",11133 "sp-application-crypto",11134 "sp-runtime",11135 "sp-std",11136]1113711138[[package]]11139name = "sp-authorship"11140version = "4.0.0-dev"11141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11142dependencies = [11143 "async-trait",11144 "parity-scale-codec 3.2.1",11145 "sp-inherents",11146 "sp-runtime",11147 "sp-std",11148]1114911150[[package]]11151name = "sp-block-builder"11152version = "4.0.0-dev"11153source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11154dependencies = [11155 "parity-scale-codec 3.2.1",11156 "sp-api",11157 "sp-inherents",11158 "sp-runtime",11159 "sp-std",11160]1116111162[[package]]11163name = "sp-blockchain"11164version = "4.0.0-dev"11165source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11166dependencies = [11167 "futures 0.3.25",11168 "log",11169 "lru 0.7.8",11170 "parity-scale-codec 3.2.1",11171 "parking_lot 0.12.1",11172 "sp-api",11173 "sp-consensus",11174 "sp-database",11175 "sp-runtime",11176 "sp-state-machine",11177 "thiserror",11178]1117911180[[package]]11181name = "sp-consensus"11182version = "0.10.0-dev"11183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11184dependencies = [11185 "async-trait",11186 "futures 0.3.25",11187 "futures-timer",11188 "log",11189 "parity-scale-codec 3.2.1",11190 "sp-core",11191 "sp-inherents",11192 "sp-runtime",11193 "sp-state-machine",11194 "sp-std",11195 "sp-version",11196 "thiserror",11197]1119811199[[package]]11200name = "sp-consensus-aura"11201version = "0.10.0-dev"11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11203dependencies = [11204 "async-trait",11205 "parity-scale-codec 3.2.1",11206 "scale-info",11207 "sp-api",11208 "sp-application-crypto",11209 "sp-consensus",11210 "sp-consensus-slots",11211 "sp-inherents",11212 "sp-runtime",11213 "sp-std",11214 "sp-timestamp",11215]1121611217[[package]]11218name = "sp-consensus-babe"11219version = "0.10.0-dev"11220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11221dependencies = [11222 "async-trait",11223 "merlin",11224 "parity-scale-codec 3.2.1",11225 "scale-info",11226 "serde",11227 "sp-api",11228 "sp-application-crypto",11229 "sp-consensus",11230 "sp-consensus-slots",11231 "sp-consensus-vrf",11232 "sp-core",11233 "sp-inherents",11234 "sp-keystore",11235 "sp-runtime",11236 "sp-std",11237 "sp-timestamp",11238]1123911240[[package]]11241name = "sp-consensus-slots"11242version = "0.10.0-dev"11243source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11244dependencies = [11245 "parity-scale-codec 3.2.1",11246 "scale-info",11247 "serde",11248 "sp-arithmetic",11249 "sp-runtime",11250 "sp-std",11251 "sp-timestamp",11252]1125311254[[package]]11255name = "sp-consensus-vrf"11256version = "0.10.0-dev"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11258dependencies = [11259 "parity-scale-codec 3.2.1",11260 "scale-info",11261 "schnorrkel",11262 "sp-core",11263 "sp-runtime",11264 "sp-std",11265]1126611267[[package]]11268name = "sp-core"11269version = "6.0.0"11270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11271dependencies = [11272 "array-bytes",11273 "base58",11274 "bitflags",11275 "blake2",11276 "byteorder",11277 "dyn-clonable",11278 "ed25519-zebra",11279 "futures 0.3.25",11280 "hash-db",11281 "hash256-std-hasher",11282 "impl-serde",11283 "lazy_static",11284 "libsecp256k1",11285 "log",11286 "merlin",11287 "num-traits",11288 "parity-scale-codec 3.2.1",11289 "parity-util-mem",11290 "parking_lot 0.12.1",11291 "primitive-types",11292 "rand 0.7.3",11293 "regex",11294 "scale-info",11295 "schnorrkel",11296 "secp256k1",11297 "secrecy",11298 "serde",11299 "sp-core-hashing",11300 "sp-debug-derive",11301 "sp-externalities",11302 "sp-runtime-interface",11303 "sp-std",11304 "sp-storage",11305 "ss58-registry",11306 "substrate-bip39",11307 "thiserror",11308 "tiny-bip39",11309 "wasmi",11310 "zeroize",11311]1131211313[[package]]11314name = "sp-core-hashing"11315version = "4.0.0"11316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11317dependencies = [11318 "blake2",11319 "byteorder",11320 "digest 0.10.5",11321 "sha2 0.10.6",11322 "sha3",11323 "sp-std",11324 "twox-hash",11325]1132611327[[package]]11328name = "sp-core-hashing-proc-macro"11329version = "5.0.0"11330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11331dependencies = [11332 "proc-macro2",11333 "quote",11334 "sp-core-hashing",11335 "syn",11336]1133711338[[package]]11339name = "sp-database"11340version = "4.0.0-dev"11341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11342dependencies = [11343 "kvdb",11344 "parking_lot 0.12.1",11345]1134611347[[package]]11348name = "sp-debug-derive"11349version = "4.0.0"11350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11351dependencies = [11352 "proc-macro2",11353 "quote",11354 "syn",11355]1135611357[[package]]11358name = "sp-externalities"11359version = "0.12.0"11360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11361dependencies = [11362 "environmental",11363 "parity-scale-codec 3.2.1",11364 "sp-std",11365 "sp-storage",11366]1136711368[[package]]11369name = "sp-finality-grandpa"11370version = "4.0.0-dev"11371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11372dependencies = [11373 "finality-grandpa",11374 "log",11375 "parity-scale-codec 3.2.1",11376 "scale-info",11377 "serde",11378 "sp-api",11379 "sp-application-crypto",11380 "sp-core",11381 "sp-keystore",11382 "sp-runtime",11383 "sp-std",11384]1138511386[[package]]11387name = "sp-inherents"11388version = "4.0.0-dev"11389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11390dependencies = [11391 "async-trait",11392 "impl-trait-for-tuples",11393 "parity-scale-codec 3.2.1",11394 "sp-core",11395 "sp-runtime",11396 "sp-std",11397 "thiserror",11398]1139911400[[package]]11401name = "sp-io"11402version = "6.0.0"11403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11404dependencies = [11405 "bytes",11406 "futures 0.3.25",11407 "hash-db",11408 "libsecp256k1",11409 "log",11410 "parity-scale-codec 3.2.1",11411 "parking_lot 0.12.1",11412 "secp256k1",11413 "sp-core",11414 "sp-externalities",11415 "sp-keystore",11416 "sp-runtime-interface",11417 "sp-state-machine",11418 "sp-std",11419 "sp-tracing",11420 "sp-trie",11421 "sp-wasm-interface",11422 "tracing",11423 "tracing-core",11424]1142511426[[package]]11427name = "sp-keyring"11428version = "6.0.0"11429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11430dependencies = [11431 "lazy_static",11432 "sp-core",11433 "sp-runtime",11434 "strum",11435]1143611437[[package]]11438name = "sp-keystore"11439version = "0.12.0"11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11441dependencies = [11442 "async-trait",11443 "futures 0.3.25",11444 "merlin",11445 "parity-scale-codec 3.2.1",11446 "parking_lot 0.12.1",11447 "schnorrkel",11448 "serde",11449 "sp-core",11450 "sp-externalities",11451 "thiserror",11452]1145311454[[package]]11455name = "sp-maybe-compressed-blob"11456version = "4.1.0-dev"11457source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11458dependencies = [11459 "thiserror",11460 "zstd",11461]1146211463[[package]]11464name = "sp-mmr-primitives"11465version = "4.0.0-dev"11466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11467dependencies = [11468 "log",11469 "parity-scale-codec 3.2.1",11470 "serde",11471 "sp-api",11472 "sp-core",11473 "sp-debug-derive",11474 "sp-runtime",11475 "sp-std",11476]1147711478[[package]]11479name = "sp-npos-elections"11480version = "4.0.0-dev"11481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11482dependencies = [11483 "parity-scale-codec 3.2.1",11484 "scale-info",11485 "serde",11486 "sp-arithmetic",11487 "sp-core",11488 "sp-runtime",11489 "sp-std",11490]1149111492[[package]]11493name = "sp-offchain"11494version = "4.0.0-dev"11495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11496dependencies = [11497 "sp-api",11498 "sp-core",11499 "sp-runtime",11500]1150111502[[package]]11503name = "sp-panic-handler"11504version = "4.0.0"11505source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11506dependencies = [11507 "backtrace",11508 "lazy_static",11509 "regex",11510]1151111512[[package]]11513name = "sp-rpc"11514version = "6.0.0"11515source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11516dependencies = [11517 "rustc-hash",11518 "serde",11519 "sp-core",11520]1152111522[[package]]11523name = "sp-runtime"11524version = "6.0.0"11525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11526dependencies = [11527 "either",11528 "hash256-std-hasher",11529 "impl-trait-for-tuples",11530 "log",11531 "parity-scale-codec 3.2.1",11532 "parity-util-mem",11533 "paste",11534 "rand 0.7.3",11535 "scale-info",11536 "serde",11537 "sp-application-crypto",11538 "sp-arithmetic",11539 "sp-core",11540 "sp-io",11541 "sp-std",11542 "sp-weights",11543]1154411545[[package]]11546name = "sp-runtime-interface"11547version = "6.0.0"11548source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11549dependencies = [11550 "bytes",11551 "impl-trait-for-tuples",11552 "parity-scale-codec 3.2.1",11553 "primitive-types",11554 "sp-externalities",11555 "sp-runtime-interface-proc-macro",11556 "sp-std",11557 "sp-storage",11558 "sp-tracing",11559 "sp-wasm-interface",11560 "static_assertions",11561]1156211563[[package]]11564name = "sp-runtime-interface-proc-macro"11565version = "5.0.0"11566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11567dependencies = [11568 "Inflector",11569 "proc-macro-crate",11570 "proc-macro2",11571 "quote",11572 "syn",11573]1157411575[[package]]11576name = "sp-sandbox"11577version = "0.10.0-dev"11578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11579dependencies = [11580 "log",11581 "parity-scale-codec 3.2.1",11582 "sp-core",11583 "sp-io",11584 "sp-std",11585 "sp-wasm-interface",11586 "wasmi",11587]1158811589[[package]]11590name = "sp-session"11591version = "4.0.0-dev"11592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11593dependencies = [11594 "parity-scale-codec 3.2.1",11595 "scale-info",11596 "sp-api",11597 "sp-core",11598 "sp-runtime",11599 "sp-staking",11600 "sp-std",11601]1160211603[[package]]11604name = "sp-staking"11605version = "4.0.0-dev"11606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11607dependencies = [11608 "parity-scale-codec 3.2.1",11609 "scale-info",11610 "sp-runtime",11611 "sp-std",11612]1161311614[[package]]11615name = "sp-state-machine"11616version = "0.12.0"11617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11618dependencies = [11619 "hash-db",11620 "log",11621 "num-traits",11622 "parity-scale-codec 3.2.1",11623 "parking_lot 0.12.1",11624 "rand 0.7.3",11625 "smallvec",11626 "sp-core",11627 "sp-externalities",11628 "sp-panic-handler",11629 "sp-std",11630 "sp-trie",11631 "thiserror",11632 "tracing",11633 "trie-root",11634]1163511636[[package]]11637name = "sp-std"11638version = "4.0.0"11639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1164011641[[package]]11642name = "sp-storage"11643version = "6.0.0"11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11645dependencies = [11646 "impl-serde",11647 "parity-scale-codec 3.2.1",11648 "ref-cast",11649 "serde",11650 "sp-debug-derive",11651 "sp-std",11652]1165311654[[package]]11655name = "sp-tasks"11656version = "4.0.0-dev"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11658dependencies = [11659 "log",11660 "sp-core",11661 "sp-externalities",11662 "sp-io",11663 "sp-runtime-interface",11664 "sp-std",11665]1166611667[[package]]11668name = "sp-timestamp"11669version = "4.0.0-dev"11670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11671dependencies = [11672 "async-trait",11673 "futures-timer",11674 "log",11675 "parity-scale-codec 3.2.1",11676 "sp-api",11677 "sp-inherents",11678 "sp-runtime",11679 "sp-std",11680 "thiserror",11681]1168211683[[package]]11684name = "sp-tracing"11685version = "5.0.0"11686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11687dependencies = [11688 "parity-scale-codec 3.2.1",11689 "sp-std",11690 "tracing",11691 "tracing-core",11692 "tracing-subscriber",11693]1169411695[[package]]11696name = "sp-transaction-pool"11697version = "4.0.0-dev"11698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11699dependencies = [11700 "sp-api",11701 "sp-runtime",11702]1170311704[[package]]11705name = "sp-transaction-storage-proof"11706version = "4.0.0-dev"11707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11708dependencies = [11709 "async-trait",11710 "log",11711 "parity-scale-codec 3.2.1",11712 "scale-info",11713 "sp-core",11714 "sp-inherents",11715 "sp-runtime",11716 "sp-std",11717 "sp-trie",11718]1171911720[[package]]11721name = "sp-trie"11722version = "6.0.0"11723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11724dependencies = [11725 "ahash",11726 "hash-db",11727 "hashbrown",11728 "lazy_static",11729 "lru 0.7.8",11730 "memory-db",11731 "nohash-hasher",11732 "parity-scale-codec 3.2.1",11733 "parking_lot 0.12.1",11734 "scale-info",11735 "sp-core",11736 "sp-std",11737 "thiserror",11738 "tracing",11739 "trie-db",11740 "trie-root",11741]1174211743[[package]]11744name = "sp-version"11745version = "5.0.0"11746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11747dependencies = [11748 "impl-serde",11749 "parity-scale-codec 3.2.1",11750 "parity-wasm 0.45.0",11751 "scale-info",11752 "serde",11753 "sp-core-hashing-proc-macro",11754 "sp-runtime",11755 "sp-std",11756 "sp-version-proc-macro",11757 "thiserror",11758]1175911760[[package]]11761name = "sp-version-proc-macro"11762version = "4.0.0-dev"11763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11764dependencies = [11765 "parity-scale-codec 3.2.1",11766 "proc-macro2",11767 "quote",11768 "syn",11769]1177011771[[package]]11772name = "sp-wasm-interface"11773version = "6.0.0"11774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11775dependencies = [11776 "impl-trait-for-tuples",11777 "log",11778 "parity-scale-codec 3.2.1",11779 "sp-std",11780 "wasmi",11781 "wasmtime",11782]1178311784[[package]]11785name = "sp-weights"11786version = "4.0.0"11787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11788dependencies = [11789 "impl-trait-for-tuples",11790 "parity-scale-codec 3.2.1",11791 "scale-info",11792 "serde",11793 "smallvec",11794 "sp-arithmetic",11795 "sp-core",11796 "sp-debug-derive",11797 "sp-std",11798]1179911800[[package]]11801name = "spin"11802version = "0.5.2"11803source = "registry+https://github.com/rust-lang/crates.io-index"11804checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1180511806[[package]]11807name = "spki"11808version = "0.5.4"11809source = "registry+https://github.com/rust-lang/crates.io-index"11810checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11811dependencies = [11812 "base64ct",11813 "der",11814]1181511816[[package]]11817name = "ss58-registry"11818version = "1.33.0"11819source = "registry+https://github.com/rust-lang/crates.io-index"11820checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11821dependencies = [11822 "Inflector",11823 "num-format",11824 "proc-macro2",11825 "quote",11826 "serde",11827 "serde_json",11828 "unicode-xid",11829]1183011831[[package]]11832name = "stable_deref_trait"11833version = "1.2.0"11834source = "registry+https://github.com/rust-lang/crates.io-index"11835checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1183611837[[package]]11838name = "static_assertions"11839version = "1.1.0"11840source = "registry+https://github.com/rust-lang/crates.io-index"11841checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1184211843[[package]]11844name = "static_init"11845version = "0.5.2"11846source = "registry+https://github.com/rust-lang/crates.io-index"11847checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11848dependencies = [11849 "cfg_aliases",11850 "libc",11851 "parking_lot 0.11.2",11852 "static_init_macro 0.5.0",11853]1185411855[[package]]11856name = "static_init"11857version = "1.0.3"11858source = "registry+https://github.com/rust-lang/crates.io-index"11859checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11860dependencies = [11861 "bitflags",11862 "cfg_aliases",11863 "libc",11864 "parking_lot 0.11.2",11865 "parking_lot_core 0.8.5",11866 "static_init_macro 1.0.2",11867 "winapi",11868]1186911870[[package]]11871name = "static_init_macro"11872version = "0.5.0"11873source = "registry+https://github.com/rust-lang/crates.io-index"11874checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11875dependencies = [11876 "cfg_aliases",11877 "memchr",11878 "proc-macro2",11879 "quote",11880 "syn",11881]1188211883[[package]]11884name = "static_init_macro"11885version = "1.0.2"11886source = "registry+https://github.com/rust-lang/crates.io-index"11887checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11888dependencies = [11889 "cfg_aliases",11890 "memchr",11891 "proc-macro2",11892 "quote",11893 "syn",11894]1189511896[[package]]11897name = "statrs"11898version = "0.15.0"11899source = "registry+https://github.com/rust-lang/crates.io-index"11900checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11901dependencies = [11902 "approx",11903 "lazy_static",11904 "nalgebra",11905 "num-traits",11906 "rand 0.8.5",11907]1190811909[[package]]11910name = "strsim"11911version = "0.10.0"11912source = "registry+https://github.com/rust-lang/crates.io-index"11913checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1191411915[[package]]11916name = "struct-versioning"11917version = "0.1.0"11918dependencies = [11919 "quote",11920 "syn",11921]1192211923[[package]]11924name = "strum"11925version = "0.24.1"11926source = "registry+https://github.com/rust-lang/crates.io-index"11927checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11928dependencies = [11929 "strum_macros",11930]1193111932[[package]]11933name = "strum_macros"11934version = "0.24.3"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11937dependencies = [11938 "heck",11939 "proc-macro2",11940 "quote",11941 "rustversion",11942 "syn",11943]1194411945[[package]]11946name = "substrate-bip39"11947version = "0.4.4"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11950dependencies = [11951 "hmac 0.11.0",11952 "pbkdf2 0.8.0",11953 "schnorrkel",11954 "sha2 0.9.9",11955 "zeroize",11956]1195711958[[package]]11959name = "substrate-build-script-utils"11960version = "3.0.0"11961source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11962dependencies = [11963 "platforms",11964]1196511966[[package]]11967name = "substrate-frame-rpc-system"11968version = "4.0.0-dev"11969source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11970dependencies = [11971 "frame-system-rpc-runtime-api",11972 "futures 0.3.25",11973 "jsonrpsee",11974 "log",11975 "parity-scale-codec 3.2.1",11976 "sc-client-api",11977 "sc-rpc-api",11978 "sc-transaction-pool-api",11979 "serde_json",11980 "sp-api",11981 "sp-block-builder",11982 "sp-blockchain",11983 "sp-core",11984 "sp-runtime",11985]1198611987[[package]]11988name = "substrate-prometheus-endpoint"11989version = "0.10.0-dev"11990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11991dependencies = [11992 "futures-util",11993 "hyper",11994 "log",11995 "prometheus",11996 "thiserror",11997 "tokio",11998]1199912000[[package]]12001name = "substrate-state-trie-migration-rpc"12002version = "4.0.0-dev"12003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12004dependencies = [12005 "jsonrpsee",12006 "log",12007 "parity-scale-codec 3.2.1",12008 "sc-client-api",12009 "sc-rpc-api",12010 "scale-info",12011 "serde",12012 "sp-core",12013 "sp-io",12014 "sp-runtime",12015 "sp-state-machine",12016 "sp-std",12017 "sp-trie",12018 "trie-db",12019]1202012021[[package]]12022name = "substrate-test-client"12023version = "2.0.1"12024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12025dependencies = [12026 "array-bytes",12027 "async-trait",12028 "futures 0.3.25",12029 "parity-scale-codec 3.2.1",12030 "sc-client-api",12031 "sc-client-db",12032 "sc-consensus",12033 "sc-executor",12034 "sc-offchain",12035 "sc-service",12036 "serde",12037 "serde_json",12038 "sp-blockchain",12039 "sp-consensus",12040 "sp-core",12041 "sp-keyring",12042 "sp-keystore",12043 "sp-runtime",12044 "sp-state-machine",12045]1204612047[[package]]12048name = "substrate-test-utils"12049version = "4.0.0-dev"12050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12051dependencies = [12052 "futures 0.3.25",12053 "substrate-test-utils-derive",12054 "tokio",12055]1205612057[[package]]12058name = "substrate-test-utils-derive"12059version = "0.10.0-dev"12060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12061dependencies = [12062 "proc-macro-crate",12063 "proc-macro2",12064 "quote",12065 "syn",12066]1206712068[[package]]12069name = "substrate-wasm-builder"12070version = "5.0.0-dev"12071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12072dependencies = [12073 "ansi_term",12074 "build-helper",12075 "cargo_metadata",12076 "filetime",12077 "sp-maybe-compressed-blob",12078 "strum",12079 "tempfile",12080 "toml",12081 "walkdir",12082 "wasm-gc-api",12083]1208412085[[package]]12086name = "subtle"12087version = "2.4.1"12088source = "registry+https://github.com/rust-lang/crates.io-index"12089checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1209012091[[package]]12092name = "syn"12093version = "1.0.103"12094source = "registry+https://github.com/rust-lang/crates.io-index"12095checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12096dependencies = [12097 "proc-macro2",12098 "quote",12099 "unicode-ident",12100]1210112102[[package]]12103name = "synstructure"12104version = "0.12.6"12105source = "registry+https://github.com/rust-lang/crates.io-index"12106checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12107dependencies = [12108 "proc-macro2",12109 "quote",12110 "syn",12111 "unicode-xid",12112]1211312114[[package]]12115name = "system-configuration"12116version = "0.5.0"12117source = "registry+https://github.com/rust-lang/crates.io-index"12118checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12119dependencies = [12120 "bitflags",12121 "core-foundation",12122 "system-configuration-sys",12123]1212412125[[package]]12126name = "system-configuration-sys"12127version = "0.5.0"12128source = "registry+https://github.com/rust-lang/crates.io-index"12129checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12130dependencies = [12131 "core-foundation-sys",12132 "libc",12133]1213412135[[package]]12136name = "tap"12137version = "1.0.1"12138source = "registry+https://github.com/rust-lang/crates.io-index"12139checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1214012141[[package]]12142name = "target-lexicon"12143version = "0.12.4"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1214612147[[package]]12148name = "tempfile"12149version = "3.3.0"12150source = "registry+https://github.com/rust-lang/crates.io-index"12151checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12152dependencies = [12153 "cfg-if 1.0.0",12154 "fastrand",12155 "libc",12156 "redox_syscall",12157 "remove_dir_all",12158 "winapi",12159]1216012161[[package]]12162name = "termcolor"12163version = "1.1.3"12164source = "registry+https://github.com/rust-lang/crates.io-index"12165checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12166dependencies = [12167 "winapi-util",12168]1216912170[[package]]12171name = "terminal_size"12172version = "0.1.17"12173source = "registry+https://github.com/rust-lang/crates.io-index"12174checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12175dependencies = [12176 "libc",12177 "winapi",12178]1217912180[[package]]12181name = "test-runtime-constants"12182version = "0.9.30"12183source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12184dependencies = [12185 "frame-support",12186 "polkadot-primitives",12187 "polkadot-runtime-common",12188 "smallvec",12189 "sp-runtime",12190]1219112192[[package]]12193name = "tests"12194version = "0.1.1"12195dependencies = [12196 "evm-coder",12197 "fp-evm-mapping",12198 "frame-support",12199 "frame-system",12200 "pallet-balances",12201 "pallet-common",12202 "pallet-ethereum",12203 "pallet-evm",12204 "pallet-evm-coder-substrate",12205 "pallet-fungible",12206 "pallet-nonfungible",12207 "pallet-refungible",12208 "pallet-structure",12209 "pallet-timestamp",12210 "pallet-transaction-payment",12211 "pallet-unique",12212 "parity-scale-codec 3.2.1",12213 "scale-info",12214 "sp-core",12215 "sp-io",12216 "sp-runtime",12217 "sp-std",12218 "up-data-structs",12219 "up-sponsorship",12220]1222112222[[package]]12223name = "textwrap"12224version = "0.16.0"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1222712228[[package]]12229name = "thiserror"12230version = "1.0.37"12231source = "registry+https://github.com/rust-lang/crates.io-index"12232checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12233dependencies = [12234 "thiserror-impl",12235]1223612237[[package]]12238name = "thiserror-impl"12239version = "1.0.37"12240source = "registry+https://github.com/rust-lang/crates.io-index"12241checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12242dependencies = [12243 "proc-macro2",12244 "quote",12245 "syn",12246]1224712248[[package]]12249name = "thousands"12250version = "0.2.0"12251source = "registry+https://github.com/rust-lang/crates.io-index"12252checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1225312254[[package]]12255name = "thread_local"12256version = "1.1.4"12257source = "registry+https://github.com/rust-lang/crates.io-index"12258checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12259dependencies = [12260 "once_cell",12261]1226212263[[package]]12264name = "threadpool"12265version = "1.8.1"12266source = "registry+https://github.com/rust-lang/crates.io-index"12267checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12268dependencies = [12269 "num_cpus",12270]1227112272[[package]]12273name = "thrift"12274version = "0.15.0"12275source = "registry+https://github.com/rust-lang/crates.io-index"12276checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12277dependencies = [12278 "byteorder",12279 "integer-encoding",12280 "log",12281 "ordered-float",12282 "threadpool",12283]1228412285[[package]]12286name = "tikv-jemalloc-sys"12287version = "0.4.3+5.2.1-patched.2"12288source = "registry+https://github.com/rust-lang/crates.io-index"12289checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12290dependencies = [12291 "cc",12292 "fs_extra",12293 "libc",12294]1229512296[[package]]12297name = "time"12298version = "0.1.44"12299source = "registry+https://github.com/rust-lang/crates.io-index"12300checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12301dependencies = [12302 "libc",12303 "wasi 0.10.0+wasi-snapshot-preview1",12304 "winapi",12305]1230612307[[package]]12308name = "time"12309version = "0.3.9"12310source = "registry+https://github.com/rust-lang/crates.io-index"12311checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12312dependencies = [12313 "itoa",12314 "libc",12315 "num_threads",12316 "time-macros",12317]1231812319[[package]]12320name = "time-macros"12321version = "0.2.4"12322source = "registry+https://github.com/rust-lang/crates.io-index"12323checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1232412325[[package]]12326name = "tiny-bip39"12327version = "0.8.2"12328source = "registry+https://github.com/rust-lang/crates.io-index"12329checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12330dependencies = [12331 "anyhow",12332 "hmac 0.8.1",12333 "once_cell",12334 "pbkdf2 0.4.0",12335 "rand 0.7.3",12336 "rustc-hash",12337 "sha2 0.9.9",12338 "thiserror",12339 "unicode-normalization",12340 "wasm-bindgen",12341 "zeroize",12342]1234312344[[package]]12345name = "tiny-keccak"12346version = "2.0.2"12347source = "registry+https://github.com/rust-lang/crates.io-index"12348checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12349dependencies = [12350 "crunchy",12351]1235212353[[package]]12354name = "tinyvec"12355version = "1.6.0"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12358dependencies = [12359 "tinyvec_macros",12360]1236112362[[package]]12363name = "tinyvec_macros"12364version = "0.1.0"12365source = "registry+https://github.com/rust-lang/crates.io-index"12366checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1236712368[[package]]12369name = "tokio"12370version = "1.21.2"12371source = "registry+https://github.com/rust-lang/crates.io-index"12372checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12373dependencies = [12374 "autocfg",12375 "bytes",12376 "libc",12377 "memchr",12378 "mio",12379 "num_cpus",12380 "parking_lot 0.12.1",12381 "pin-project-lite 0.2.9",12382 "signal-hook-registry",12383 "socket2",12384 "tokio-macros",12385 "winapi",12386]1238712388[[package]]12389name = "tokio-macros"12390version = "1.8.0"12391source = "registry+https://github.com/rust-lang/crates.io-index"12392checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12393dependencies = [12394 "proc-macro2",12395 "quote",12396 "syn",12397]1239812399[[package]]12400name = "tokio-rustls"12401version = "0.23.4"12402source = "registry+https://github.com/rust-lang/crates.io-index"12403checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12404dependencies = [12405 "rustls",12406 "tokio",12407 "webpki",12408]1240912410[[package]]12411name = "tokio-stream"12412version = "0.1.11"12413source = "registry+https://github.com/rust-lang/crates.io-index"12414checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12415dependencies = [12416 "futures-core",12417 "pin-project-lite 0.2.9",12418 "tokio",12419]1242012421[[package]]12422name = "tokio-util"12423version = "0.7.4"12424source = "registry+https://github.com/rust-lang/crates.io-index"12425checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12426dependencies = [12427 "bytes",12428 "futures-core",12429 "futures-io",12430 "futures-sink",12431 "pin-project-lite 0.2.9",12432 "tokio",12433 "tracing",12434]1243512436[[package]]12437name = "toml"12438version = "0.5.9"12439source = "registry+https://github.com/rust-lang/crates.io-index"12440checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12441dependencies = [12442 "serde",12443]1244412445[[package]]12446name = "tower-service"12447version = "0.3.2"12448source = "registry+https://github.com/rust-lang/crates.io-index"12449checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1245012451[[package]]12452name = "tracing"12453version = "0.1.37"12454source = "registry+https://github.com/rust-lang/crates.io-index"12455checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12456dependencies = [12457 "cfg-if 1.0.0",12458 "pin-project-lite 0.2.9",12459 "tracing-attributes",12460 "tracing-core",12461]1246212463[[package]]12464name = "tracing-attributes"12465version = "0.1.23"12466source = "registry+https://github.com/rust-lang/crates.io-index"12467checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12468dependencies = [12469 "proc-macro2",12470 "quote",12471 "syn",12472]1247312474[[package]]12475name = "tracing-core"12476version = "0.1.30"12477source = "registry+https://github.com/rust-lang/crates.io-index"12478checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12479dependencies = [12480 "once_cell",12481 "valuable",12482]1248312484[[package]]12485name = "tracing-futures"12486version = "0.2.5"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12489dependencies = [12490 "pin-project",12491 "tracing",12492]1249312494[[package]]12495name = "tracing-gum"12496version = "0.9.30"12497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12498dependencies = [12499 "polkadot-node-jaeger",12500 "polkadot-primitives",12501 "tracing",12502 "tracing-gum-proc-macro",12503]1250412505[[package]]12506name = "tracing-gum-proc-macro"12507version = "0.9.30"12508source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12509dependencies = [12510 "expander 0.0.6",12511 "proc-macro-crate",12512 "proc-macro2",12513 "quote",12514 "syn",12515]1251612517[[package]]12518name = "tracing-log"12519version = "0.1.3"12520source = "registry+https://github.com/rust-lang/crates.io-index"12521checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12522dependencies = [12523 "lazy_static",12524 "log",12525 "tracing-core",12526]1252712528[[package]]12529name = "tracing-serde"12530version = "0.1.3"12531source = "registry+https://github.com/rust-lang/crates.io-index"12532checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12533dependencies = [12534 "serde",12535 "tracing-core",12536]1253712538[[package]]12539name = "tracing-subscriber"12540version = "0.2.25"12541source = "registry+https://github.com/rust-lang/crates.io-index"12542checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12543dependencies = [12544 "ansi_term",12545 "chrono",12546 "lazy_static",12547 "matchers",12548 "parking_lot 0.11.2",12549 "regex",12550 "serde",12551 "serde_json",12552 "sharded-slab",12553 "smallvec",12554 "thread_local",12555 "tracing",12556 "tracing-core",12557 "tracing-log",12558 "tracing-serde",12559]1256012561[[package]]12562name = "trie-db"12563version = "0.24.0"12564source = "registry+https://github.com/rust-lang/crates.io-index"12565checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12566dependencies = [12567 "hash-db",12568 "hashbrown",12569 "log",12570 "rustc-hex",12571 "smallvec",12572]1257312574[[package]]12575name = "trie-root"12576version = "0.17.0"12577source = "registry+https://github.com/rust-lang/crates.io-index"12578checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12579dependencies = [12580 "hash-db",12581]1258212583[[package]]12584name = "triehash"12585version = "0.8.4"12586source = "registry+https://github.com/rust-lang/crates.io-index"12587checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12588dependencies = [12589 "hash-db",12590 "rlp",12591]1259212593[[package]]12594name = "trust-dns-proto"12595version = "0.21.2"12596source = "registry+https://github.com/rust-lang/crates.io-index"12597checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12598dependencies = [12599 "async-trait",12600 "cfg-if 1.0.0",12601 "data-encoding",12602 "enum-as-inner",12603 "futures-channel",12604 "futures-io",12605 "futures-util",12606 "idna 0.2.3",12607 "ipnet",12608 "lazy_static",12609 "log",12610 "rand 0.8.5",12611 "smallvec",12612 "thiserror",12613 "tinyvec",12614 "url",12615]1261612617[[package]]12618name = "trust-dns-resolver"12619version = "0.21.2"12620source = "registry+https://github.com/rust-lang/crates.io-index"12621checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12622dependencies = [12623 "cfg-if 1.0.0",12624 "futures-util",12625 "ipconfig",12626 "lazy_static",12627 "log",12628 "lru-cache",12629 "parking_lot 0.12.1",12630 "resolv-conf",12631 "smallvec",12632 "thiserror",12633 "trust-dns-proto",12634]1263512636[[package]]12637name = "try-lock"12638version = "0.2.3"12639source = "registry+https://github.com/rust-lang/crates.io-index"12640checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1264112642[[package]]12643name = "try-runtime-cli"12644version = "0.10.0-dev"12645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12646dependencies = [12647 "clap",12648 "frame-try-runtime",12649 "jsonrpsee",12650 "log",12651 "parity-scale-codec 3.2.1",12652 "remote-externalities",12653 "sc-chain-spec",12654 "sc-cli",12655 "sc-executor",12656 "sc-service",12657 "serde",12658 "sp-core",12659 "sp-externalities",12660 "sp-io",12661 "sp-keystore",12662 "sp-runtime",12663 "sp-state-machine",12664 "sp-version",12665 "zstd",12666]1266712668[[package]]12669name = "trybuild"12670version = "1.0.71"12671source = "registry+https://github.com/rust-lang/crates.io-index"12672checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12673dependencies = [12674 "glob",12675 "once_cell",12676 "serde",12677 "serde_derive",12678 "serde_json",12679 "termcolor",12680 "toml",12681]1268212683[[package]]12684name = "tt-call"12685version = "1.0.8"12686source = "registry+https://github.com/rust-lang/crates.io-index"12687checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1268812689[[package]]12690name = "twox-hash"12691version = "1.6.3"12692source = "registry+https://github.com/rust-lang/crates.io-index"12693checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12694dependencies = [12695 "cfg-if 1.0.0",12696 "digest 0.10.5",12697 "rand 0.8.5",12698 "static_assertions",12699]1270012701[[package]]12702name = "typenum"12703version = "1.15.0"12704source = "registry+https://github.com/rust-lang/crates.io-index"12705checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1270612707[[package]]12708name = "uc-rpc"12709version = "0.1.4"12710dependencies = [12711 "anyhow",12712 "app-promotion-rpc",12713 "jsonrpsee",12714 "pallet-common",12715 "pallet-evm",12716 "parity-scale-codec 3.2.1",12717 "rmrk-rpc",12718 "sp-api",12719 "sp-blockchain",12720 "sp-core",12721 "sp-rpc",12722 "sp-runtime",12723 "up-data-structs",12724 "up-rpc",12725]1272612727[[package]]12728name = "ucd-trie"12729version = "0.1.5"12730source = "registry+https://github.com/rust-lang/crates.io-index"12731checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1273212733[[package]]12734name = "uint"12735version = "0.9.4"12736source = "registry+https://github.com/rust-lang/crates.io-index"12737checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12738dependencies = [12739 "byteorder",12740 "crunchy",12741 "hex",12742 "static_assertions",12743]1274412745[[package]]12746name = "unicase"12747version = "2.6.0"12748source = "registry+https://github.com/rust-lang/crates.io-index"12749checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12750dependencies = [12751 "version_check",12752]1275312754[[package]]12755name = "unicode-bidi"12756version = "0.3.8"12757source = "registry+https://github.com/rust-lang/crates.io-index"12758checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1275912760[[package]]12761name = "unicode-ident"12762version = "1.0.5"12763source = "registry+https://github.com/rust-lang/crates.io-index"12764checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1276512766[[package]]12767name = "unicode-normalization"12768version = "0.1.22"12769source = "registry+https://github.com/rust-lang/crates.io-index"12770checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12771dependencies = [12772 "tinyvec",12773]1277412775[[package]]12776name = "unicode-segmentation"12777version = "1.10.0"12778source = "registry+https://github.com/rust-lang/crates.io-index"12779checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1278012781[[package]]12782name = "unicode-width"12783version = "0.1.10"12784source = "registry+https://github.com/rust-lang/crates.io-index"12785checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1278612787[[package]]12788name = "unicode-xid"12789version = "0.2.4"12790source = "registry+https://github.com/rust-lang/crates.io-index"12791checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1279212793[[package]]12794name = "unique-node"12795version = "0.9.30"12796dependencies = [12797 "app-promotion-rpc",12798 "clap",12799 "cumulus-client-cli",12800 "cumulus-client-collator",12801 "cumulus-client-consensus-aura",12802 "cumulus-client-consensus-common",12803 "cumulus-client-network",12804 "cumulus-client-service",12805 "cumulus-primitives-core",12806 "cumulus-primitives-parachain-inherent",12807 "cumulus-relay-chain-inprocess-interface",12808 "cumulus-relay-chain-interface",12809 "cumulus-relay-chain-rpc-interface",12810 "fc-consensus",12811 "fc-db",12812 "fc-mapping-sync",12813 "fc-rpc",12814 "fc-rpc-core",12815 "flexi_logger",12816 "fp-rpc",12817 "frame-benchmarking",12818 "frame-benchmarking-cli",12819 "futures 0.3.25",12820 "jsonrpsee",12821 "log",12822 "opal-runtime",12823 "pallet-ethereum",12824 "pallet-transaction-payment-rpc",12825 "pallet-transaction-payment-rpc-runtime-api",12826 "parity-scale-codec 3.2.1",12827 "parking_lot 0.12.1",12828 "polkadot-cli",12829 "polkadot-parachain",12830 "polkadot-primitives",12831 "polkadot-service",12832 "polkadot-test-service",12833 "quartz-runtime",12834 "rmrk-rpc",12835 "sc-basic-authorship",12836 "sc-chain-spec",12837 "sc-cli",12838 "sc-client-api",12839 "sc-consensus",12840 "sc-consensus-aura",12841 "sc-consensus-manual-seal",12842 "sc-executor",12843 "sc-finality-grandpa",12844 "sc-keystore",12845 "sc-network",12846 "sc-rpc",12847 "sc-rpc-api",12848 "sc-service",12849 "sc-sysinfo",12850 "sc-telemetry",12851 "sc-tracing",12852 "sc-transaction-pool",12853 "serde",12854 "serde_json",12855 "sp-api",12856 "sp-block-builder",12857 "sp-blockchain",12858 "sp-consensus",12859 "sp-consensus-aura",12860 "sp-core",12861 "sp-finality-grandpa",12862 "sp-inherents",12863 "sp-keystore",12864 "sp-offchain",12865 "sp-runtime",12866 "sp-session",12867 "sp-timestamp",12868 "sp-transaction-pool",12869 "sp-trie",12870 "substrate-build-script-utils",12871 "substrate-frame-rpc-system",12872 "substrate-prometheus-endpoint",12873 "tokio",12874 "try-runtime-cli",12875 "unique-rpc",12876 "unique-runtime",12877 "up-common",12878 "up-data-structs",12879 "up-rpc",12880]1288112882[[package]]12883name = "unique-rpc"12884version = "0.1.2"12885dependencies = [12886 "app-promotion-rpc",12887 "fc-db",12888 "fc-mapping-sync",12889 "fc-rpc",12890 "fc-rpc-core",12891 "fp-rpc",12892 "fp-storage",12893 "futures 0.3.25",12894 "jsonrpsee",12895 "pallet-common",12896 "pallet-ethereum",12897 "pallet-transaction-payment-rpc",12898 "pallet-transaction-payment-rpc-runtime-api",12899 "pallet-unique",12900 "rmrk-rpc",12901 "sc-client-api",12902 "sc-consensus-aura",12903 "sc-consensus-epochs",12904 "sc-finality-grandpa",12905 "sc-finality-grandpa-rpc",12906 "sc-keystore",12907 "sc-network",12908 "sc-rpc",12909 "sc-rpc-api",12910 "sc-service",12911 "sc-transaction-pool",12912 "serde",12913 "sp-api",12914 "sp-block-builder",12915 "sp-blockchain",12916 "sp-consensus",12917 "sp-consensus-aura",12918 "sp-core",12919 "sp-offchain",12920 "sp-runtime",12921 "sp-session",12922 "sp-storage",12923 "sp-transaction-pool",12924 "substrate-frame-rpc-system",12925 "tokio",12926 "uc-rpc",12927 "up-common",12928 "up-data-structs",12929 "up-rpc",12930]1293112932[[package]]12933name = "unique-runtime"12934version = "0.9.30"12935dependencies = [12936 "app-promotion-rpc",12937 "cumulus-pallet-aura-ext",12938 "cumulus-pallet-dmp-queue",12939 "cumulus-pallet-parachain-system",12940 "cumulus-pallet-xcm",12941 "cumulus-pallet-xcmp-queue",12942 "cumulus-primitives-core",12943 "cumulus-primitives-timestamp",12944 "cumulus-primitives-utility",12945 "derivative",12946 "evm-coder",12947 "fp-evm-mapping",12948 "fp-rpc",12949 "fp-self-contained",12950 "frame-benchmarking",12951 "frame-executive",12952 "frame-support",12953 "frame-system",12954 "frame-system-benchmarking",12955 "frame-system-rpc-runtime-api",12956 "frame-try-runtime",12957 "hex-literal",12958 "impl-trait-for-tuples",12959 "log",12960 "logtest",12961 "orml-tokens",12962 "orml-traits",12963 "orml-vesting",12964 "orml-xtokens",12965 "pallet-app-promotion",12966 "pallet-aura",12967 "pallet-balances",12968 "pallet-base-fee",12969 "pallet-common",12970 "pallet-configuration",12971 "pallet-ethereum",12972 "pallet-evm",12973 "pallet-evm-coder-substrate",12974 "pallet-evm-contract-helpers",12975 "pallet-evm-migration",12976 "pallet-evm-transaction-payment",12977 "pallet-foreign-assets",12978 "pallet-fungible",12979 "pallet-inflation",12980 "pallet-maintenance",12981 "pallet-nonfungible",12982 "pallet-randomness-collective-flip",12983 "pallet-refungible",12984 "pallet-rmrk-core",12985 "pallet-rmrk-equip",12986 "pallet-structure",12987 "pallet-sudo",12988 "pallet-template-transaction-payment",12989 "pallet-timestamp",12990 "pallet-transaction-payment",12991 "pallet-transaction-payment-rpc-runtime-api",12992 "pallet-treasury",12993 "pallet-unique",12994 "pallet-xcm",12995 "parachain-info",12996 "parity-scale-codec 3.2.1",12997 "polkadot-parachain",12998 "rmrk-rpc",12999 "scale-info",13000 "serde",13001 "smallvec",13002 "sp-api",13003 "sp-arithmetic",13004 "sp-block-builder",13005 "sp-consensus-aura",13006 "sp-core",13007 "sp-inherents",13008 "sp-io",13009 "sp-offchain",13010 "sp-runtime",13011 "sp-session",13012 "sp-std",13013 "sp-transaction-pool",13014 "sp-version",13015 "substrate-wasm-builder",13016 "up-common",13017 "up-data-structs",13018 "up-rpc",13019 "up-sponsorship",13020 "xcm",13021 "xcm-builder",13022 "xcm-executor",13023]1302413025[[package]]13026name = "universal-hash"13027version = "0.4.1"13028source = "registry+https://github.com/rust-lang/crates.io-index"13029checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13030dependencies = [13031 "generic-array 0.14.6",13032 "subtle",13033]1303413035[[package]]13036name = "unsigned-varint"13037version = "0.7.1"13038source = "registry+https://github.com/rust-lang/crates.io-index"13039checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13040dependencies = [13041 "asynchronous-codec",13042 "bytes",13043 "futures-io",13044 "futures-util",13045]1304613047[[package]]13048name = "untrusted"13049version = "0.7.1"13050source = "registry+https://github.com/rust-lang/crates.io-index"13051checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1305213053[[package]]13054name = "up-common"13055version = "0.9.30"13056dependencies = [13057 "fp-rpc",13058 "frame-support",13059 "pallet-evm",13060 "sp-consensus-aura",13061 "sp-core",13062 "sp-runtime",13063 "sp-std",13064]1306513066[[package]]13067name = "up-data-structs"13068version = "0.2.2"13069dependencies = [13070 "bondrewd",13071 "derivative",13072 "frame-support",13073 "frame-system",13074 "pallet-evm",13075 "parity-scale-codec 3.2.1",13076 "rmrk-traits",13077 "scale-info",13078 "serde",13079 "sp-core",13080 "sp-runtime",13081 "sp-std",13082 "struct-versioning",13083]1308413085[[package]]13086name = "up-rpc"13087version = "0.1.3"13088dependencies = [13089 "pallet-common",13090 "pallet-evm",13091 "parity-scale-codec 3.2.1",13092 "sp-api",13093 "sp-core",13094 "sp-runtime",13095 "sp-std",13096 "up-data-structs",13097]1309813099[[package]]13100name = "up-sponsorship"13101version = "0.1.0"13102source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13103dependencies = [13104 "impl-trait-for-tuples",13105]1310613107[[package]]13108name = "url"13109version = "2.3.1"13110source = "registry+https://github.com/rust-lang/crates.io-index"13111checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13112dependencies = [13113 "form_urlencoded",13114 "idna 0.3.0",13115 "percent-encoding",13116]1311713118[[package]]13119name = "valuable"13120version = "0.1.0"13121source = "registry+https://github.com/rust-lang/crates.io-index"13122checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1312313124[[package]]13125name = "value-bag"13126version = "1.0.0-alpha.9"13127source = "registry+https://github.com/rust-lang/crates.io-index"13128checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13129dependencies = [13130 "ctor",13131 "version_check",13132]1313313134[[package]]13135name = "vcpkg"13136version = "0.2.15"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1313913140[[package]]13141name = "version_check"13142version = "0.9.4"13143source = "registry+https://github.com/rust-lang/crates.io-index"13144checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1314513146[[package]]13147name = "void"13148version = "1.0.2"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1315113152[[package]]13153name = "waker-fn"13154version = "1.1.0"13155source = "registry+https://github.com/rust-lang/crates.io-index"13156checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1315713158[[package]]13159name = "walkdir"13160version = "2.3.2"13161source = "registry+https://github.com/rust-lang/crates.io-index"13162checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13163dependencies = [13164 "same-file",13165 "winapi",13166 "winapi-util",13167]1316813169[[package]]13170name = "want"13171version = "0.3.0"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13174dependencies = [13175 "log",13176 "try-lock",13177]1317813179[[package]]13180name = "wasi"13181version = "0.9.0+wasi-snapshot-preview1"13182source = "registry+https://github.com/rust-lang/crates.io-index"13183checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1318413185[[package]]13186name = "wasi"13187version = "0.10.0+wasi-snapshot-preview1"13188source = "registry+https://github.com/rust-lang/crates.io-index"13189checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1319013191[[package]]13192name = "wasi"13193version = "0.11.0+wasi-snapshot-preview1"13194source = "registry+https://github.com/rust-lang/crates.io-index"13195checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1319613197[[package]]13198name = "wasm-bindgen"13199version = "0.2.83"13200source = "registry+https://github.com/rust-lang/crates.io-index"13201checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13202dependencies = [13203 "cfg-if 1.0.0",13204 "wasm-bindgen-macro",13205]1320613207[[package]]13208name = "wasm-bindgen-backend"13209version = "0.2.83"13210source = "registry+https://github.com/rust-lang/crates.io-index"13211checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13212dependencies = [13213 "bumpalo",13214 "log",13215 "once_cell",13216 "proc-macro2",13217 "quote",13218 "syn",13219 "wasm-bindgen-shared",13220]1322113222[[package]]13223name = "wasm-bindgen-futures"13224version = "0.4.33"13225source = "registry+https://github.com/rust-lang/crates.io-index"13226checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13227dependencies = [13228 "cfg-if 1.0.0",13229 "js-sys",13230 "wasm-bindgen",13231 "web-sys",13232]1323313234[[package]]13235name = "wasm-bindgen-macro"13236version = "0.2.83"13237source = "registry+https://github.com/rust-lang/crates.io-index"13238checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13239dependencies = [13240 "quote",13241 "wasm-bindgen-macro-support",13242]1324313244[[package]]13245name = "wasm-bindgen-macro-support"13246version = "0.2.83"13247source = "registry+https://github.com/rust-lang/crates.io-index"13248checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13249dependencies = [13250 "proc-macro2",13251 "quote",13252 "syn",13253 "wasm-bindgen-backend",13254 "wasm-bindgen-shared",13255]1325613257[[package]]13258name = "wasm-bindgen-shared"13259version = "0.2.83"13260source = "registry+https://github.com/rust-lang/crates.io-index"13261checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1326213263[[package]]13264name = "wasm-gc-api"13265version = "0.1.11"13266source = "registry+https://github.com/rust-lang/crates.io-index"13267checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13268dependencies = [13269 "log",13270 "parity-wasm 0.32.0",13271 "rustc-demangle",13272]1327313274[[package]]13275name = "wasm-instrument"13276version = "0.3.0"13277source = "registry+https://github.com/rust-lang/crates.io-index"13278checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13279dependencies = [13280 "parity-wasm 0.45.0",13281]1328213283[[package]]13284name = "wasm-timer"13285version = "0.2.5"13286source = "registry+https://github.com/rust-lang/crates.io-index"13287checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13288dependencies = [13289 "futures 0.3.25",13290 "js-sys",13291 "parking_lot 0.11.2",13292 "pin-utils",13293 "wasm-bindgen",13294 "wasm-bindgen-futures",13295 "web-sys",13296]1329713298[[package]]13299name = "wasmi"13300version = "0.13.2"13301source = "registry+https://github.com/rust-lang/crates.io-index"13302checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13303dependencies = [13304 "parity-wasm 0.45.0",13305 "wasmi-validation",13306 "wasmi_core",13307]1330813309[[package]]13310name = "wasmi-validation"13311version = "0.5.0"13312source = "registry+https://github.com/rust-lang/crates.io-index"13313checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13314dependencies = [13315 "parity-wasm 0.45.0",13316]1331713318[[package]]13319name = "wasmi_core"13320version = "0.2.1"13321source = "registry+https://github.com/rust-lang/crates.io-index"13322checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13323dependencies = [13324 "downcast-rs",13325 "libm",13326 "memory_units",13327 "num-rational 0.4.1",13328 "num-traits",13329]1333013331[[package]]13332name = "wasmparser"13333version = "0.89.1"13334source = "registry+https://github.com/rust-lang/crates.io-index"13335checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13336dependencies = [13337 "indexmap",13338]1333913340[[package]]13341name = "wasmtime"13342version = "1.0.1"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13345dependencies = [13346 "anyhow",13347 "bincode",13348 "cfg-if 1.0.0",13349 "indexmap",13350 "libc",13351 "log",13352 "object",13353 "once_cell",13354 "paste",13355 "psm",13356 "rayon",13357 "serde",13358 "target-lexicon",13359 "wasmparser",13360 "wasmtime-cache",13361 "wasmtime-cranelift",13362 "wasmtime-environ",13363 "wasmtime-jit",13364 "wasmtime-runtime",13365 "windows-sys 0.36.1",13366]1336713368[[package]]13369name = "wasmtime-asm-macros"13370version = "1.0.1"13371source = "registry+https://github.com/rust-lang/crates.io-index"13372checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13373dependencies = [13374 "cfg-if 1.0.0",13375]1337613377[[package]]13378name = "wasmtime-cache"13379version = "1.0.1"13380source = "registry+https://github.com/rust-lang/crates.io-index"13381checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13382dependencies = [13383 "anyhow",13384 "base64",13385 "bincode",13386 "directories-next",13387 "file-per-thread-logger",13388 "log",13389 "rustix",13390 "serde",13391 "sha2 0.9.9",13392 "toml",13393 "windows-sys 0.36.1",13394 "zstd",13395]1339613397[[package]]13398name = "wasmtime-cranelift"13399version = "1.0.1"13400source = "registry+https://github.com/rust-lang/crates.io-index"13401checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13402dependencies = [13403 "anyhow",13404 "cranelift-codegen",13405 "cranelift-entity",13406 "cranelift-frontend",13407 "cranelift-native",13408 "cranelift-wasm",13409 "gimli",13410 "log",13411 "object",13412 "target-lexicon",13413 "thiserror",13414 "wasmparser",13415 "wasmtime-environ",13416]1341713418[[package]]13419name = "wasmtime-environ"13420version = "1.0.1"13421source = "registry+https://github.com/rust-lang/crates.io-index"13422checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13423dependencies = [13424 "anyhow",13425 "cranelift-entity",13426 "gimli",13427 "indexmap",13428 "log",13429 "object",13430 "serde",13431 "target-lexicon",13432 "thiserror",13433 "wasmparser",13434 "wasmtime-types",13435]1343613437[[package]]13438name = "wasmtime-jit"13439version = "1.0.1"13440source = "registry+https://github.com/rust-lang/crates.io-index"13441checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13442dependencies = [13443 "addr2line",13444 "anyhow",13445 "bincode",13446 "cfg-if 1.0.0",13447 "cpp_demangle",13448 "gimli",13449 "log",13450 "object",13451 "rustc-demangle",13452 "rustix",13453 "serde",13454 "target-lexicon",13455 "thiserror",13456 "wasmtime-environ",13457 "wasmtime-jit-debug",13458 "wasmtime-runtime",13459 "windows-sys 0.36.1",13460]1346113462[[package]]13463name = "wasmtime-jit-debug"13464version = "1.0.1"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13467dependencies = [13468 "object",13469 "once_cell",13470 "rustix",13471]1347213473[[package]]13474name = "wasmtime-runtime"13475version = "1.0.1"13476source = "registry+https://github.com/rust-lang/crates.io-index"13477checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13478dependencies = [13479 "anyhow",13480 "cc",13481 "cfg-if 1.0.0",13482 "indexmap",13483 "libc",13484 "log",13485 "mach",13486 "memfd",13487 "memoffset",13488 "paste",13489 "rand 0.8.5",13490 "rustix",13491 "thiserror",13492 "wasmtime-asm-macros",13493 "wasmtime-environ",13494 "wasmtime-jit-debug",13495 "windows-sys 0.36.1",13496]1349713498[[package]]13499name = "wasmtime-types"13500version = "1.0.1"13501source = "registry+https://github.com/rust-lang/crates.io-index"13502checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13503dependencies = [13504 "cranelift-entity",13505 "serde",13506 "thiserror",13507 "wasmparser",13508]1350913510[[package]]13511name = "web-sys"13512version = "0.3.60"13513source = "registry+https://github.com/rust-lang/crates.io-index"13514checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13515dependencies = [13516 "js-sys",13517 "wasm-bindgen",13518]1351913520[[package]]13521name = "webpki"13522version = "0.22.0"13523source = "registry+https://github.com/rust-lang/crates.io-index"13524checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13525dependencies = [13526 "ring",13527 "untrusted",13528]1352913530[[package]]13531name = "webpki-roots"13532version = "0.22.5"13533source = "registry+https://github.com/rust-lang/crates.io-index"13534checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13535dependencies = [13536 "webpki",13537]1353813539[[package]]13540name = "wepoll-ffi"13541version = "0.1.2"13542source = "registry+https://github.com/rust-lang/crates.io-index"13543checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13544dependencies = [13545 "cc",13546]1354713548[[package]]13549name = "westend-runtime"13550version = "0.9.30"13551source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13552dependencies = [13553 "beefy-primitives",13554 "bitvec 1.0.1",13555 "frame-benchmarking",13556 "frame-election-provider-support",13557 "frame-executive",13558 "frame-support",13559 "frame-system",13560 "frame-system-benchmarking",13561 "frame-system-rpc-runtime-api",13562 "frame-try-runtime",13563 "hex-literal",13564 "log",13565 "pallet-authority-discovery",13566 "pallet-authorship",13567 "pallet-babe",13568 "pallet-bags-list",13569 "pallet-balances",13570 "pallet-collective",13571 "pallet-democracy",13572 "pallet-election-provider-multi-phase",13573 "pallet-election-provider-support-benchmarking",13574 "pallet-elections-phragmen",13575 "pallet-fast-unstake",13576 "pallet-grandpa",13577 "pallet-identity",13578 "pallet-im-online",13579 "pallet-indices",13580 "pallet-membership",13581 "pallet-multisig",13582 "pallet-nomination-pools",13583 "pallet-nomination-pools-benchmarking",13584 "pallet-nomination-pools-runtime-api",13585 "pallet-offences",13586 "pallet-offences-benchmarking",13587 "pallet-preimage",13588 "pallet-proxy",13589 "pallet-recovery",13590 "pallet-scheduler",13591 "pallet-session",13592 "pallet-session-benchmarking",13593 "pallet-society",13594 "pallet-staking",13595 "pallet-staking-reward-curve",13596 "pallet-sudo",13597 "pallet-timestamp",13598 "pallet-transaction-payment",13599 "pallet-transaction-payment-rpc-runtime-api",13600 "pallet-treasury",13601 "pallet-utility",13602 "pallet-vesting",13603 "pallet-xcm",13604 "pallet-xcm-benchmarks",13605 "parity-scale-codec 3.2.1",13606 "polkadot-parachain",13607 "polkadot-primitives",13608 "polkadot-runtime-common",13609 "polkadot-runtime-parachains",13610 "rustc-hex",13611 "scale-info",13612 "serde",13613 "serde_derive",13614 "smallvec",13615 "sp-api",13616 "sp-authority-discovery",13617 "sp-block-builder",13618 "sp-consensus-babe",13619 "sp-core",13620 "sp-inherents",13621 "sp-io",13622 "sp-mmr-primitives",13623 "sp-npos-elections",13624 "sp-offchain",13625 "sp-runtime",13626 "sp-session",13627 "sp-staking",13628 "sp-std",13629 "sp-transaction-pool",13630 "sp-version",13631 "substrate-wasm-builder",13632 "westend-runtime-constants",13633 "xcm",13634 "xcm-builder",13635 "xcm-executor",13636]1363713638[[package]]13639name = "westend-runtime-constants"13640version = "0.9.30"13641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13642dependencies = [13643 "frame-support",13644 "polkadot-primitives",13645 "polkadot-runtime-common",13646 "smallvec",13647 "sp-runtime",13648]1364913650[[package]]13651name = "which"13652version = "4.3.0"13653source = "registry+https://github.com/rust-lang/crates.io-index"13654checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13655dependencies = [13656 "either",13657 "libc",13658 "once_cell",13659]1366013661[[package]]13662name = "widestring"13663version = "0.5.1"13664source = "registry+https://github.com/rust-lang/crates.io-index"13665checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1366613667[[package]]13668name = "winapi"13669version = "0.3.9"13670source = "registry+https://github.com/rust-lang/crates.io-index"13671checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13672dependencies = [13673 "winapi-i686-pc-windows-gnu",13674 "winapi-x86_64-pc-windows-gnu",13675]1367613677[[package]]13678name = "winapi-i686-pc-windows-gnu"13679version = "0.4.0"13680source = "registry+https://github.com/rust-lang/crates.io-index"13681checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1368213683[[package]]13684name = "winapi-util"13685version = "0.1.5"13686source = "registry+https://github.com/rust-lang/crates.io-index"13687checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13688dependencies = [13689 "winapi",13690]1369113692[[package]]13693name = "winapi-x86_64-pc-windows-gnu"13694version = "0.4.0"13695source = "registry+https://github.com/rust-lang/crates.io-index"13696checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1369713698[[package]]13699name = "windows"13700version = "0.34.0"13701source = "registry+https://github.com/rust-lang/crates.io-index"13702checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13703dependencies = [13704 "windows_aarch64_msvc 0.34.0",13705 "windows_i686_gnu 0.34.0",13706 "windows_i686_msvc 0.34.0",13707 "windows_x86_64_gnu 0.34.0",13708 "windows_x86_64_msvc 0.34.0",13709]1371013711[[package]]13712name = "windows-sys"13713version = "0.36.1"13714source = "registry+https://github.com/rust-lang/crates.io-index"13715checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13716dependencies = [13717 "windows_aarch64_msvc 0.36.1",13718 "windows_i686_gnu 0.36.1",13719 "windows_i686_msvc 0.36.1",13720 "windows_x86_64_gnu 0.36.1",13721 "windows_x86_64_msvc 0.36.1",13722]1372313724[[package]]13725name = "windows-sys"13726version = "0.42.0"13727source = "registry+https://github.com/rust-lang/crates.io-index"13728checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13729dependencies = [13730 "windows_aarch64_gnullvm",13731 "windows_aarch64_msvc 0.42.0",13732 "windows_i686_gnu 0.42.0",13733 "windows_i686_msvc 0.42.0",13734 "windows_x86_64_gnu 0.42.0",13735 "windows_x86_64_gnullvm",13736 "windows_x86_64_msvc 0.42.0",13737]1373813739[[package]]13740name = "windows_aarch64_gnullvm"13741version = "0.42.0"13742source = "registry+https://github.com/rust-lang/crates.io-index"13743checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1374413745[[package]]13746name = "windows_aarch64_msvc"13747version = "0.34.0"13748source = "registry+https://github.com/rust-lang/crates.io-index"13749checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1375013751[[package]]13752name = "windows_aarch64_msvc"13753version = "0.36.1"13754source = "registry+https://github.com/rust-lang/crates.io-index"13755checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1375613757[[package]]13758name = "windows_aarch64_msvc"13759version = "0.42.0"13760source = "registry+https://github.com/rust-lang/crates.io-index"13761checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1376213763[[package]]13764name = "windows_i686_gnu"13765version = "0.34.0"13766source = "registry+https://github.com/rust-lang/crates.io-index"13767checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1376813769[[package]]13770name = "windows_i686_gnu"13771version = "0.36.1"13772source = "registry+https://github.com/rust-lang/crates.io-index"13773checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1377413775[[package]]13776name = "windows_i686_gnu"13777version = "0.42.0"13778source = "registry+https://github.com/rust-lang/crates.io-index"13779checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1378013781[[package]]13782name = "windows_i686_msvc"13783version = "0.34.0"13784source = "registry+https://github.com/rust-lang/crates.io-index"13785checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1378613787[[package]]13788name = "windows_i686_msvc"13789version = "0.36.1"13790source = "registry+https://github.com/rust-lang/crates.io-index"13791checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1379213793[[package]]13794name = "windows_i686_msvc"13795version = "0.42.0"13796source = "registry+https://github.com/rust-lang/crates.io-index"13797checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1379813799[[package]]13800name = "windows_x86_64_gnu"13801version = "0.34.0"13802source = "registry+https://github.com/rust-lang/crates.io-index"13803checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1380413805[[package]]13806name = "windows_x86_64_gnu"13807version = "0.36.1"13808source = "registry+https://github.com/rust-lang/crates.io-index"13809checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1381013811[[package]]13812name = "windows_x86_64_gnu"13813version = "0.42.0"13814source = "registry+https://github.com/rust-lang/crates.io-index"13815checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1381613817[[package]]13818name = "windows_x86_64_gnullvm"13819version = "0.42.0"13820source = "registry+https://github.com/rust-lang/crates.io-index"13821checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1382213823[[package]]13824name = "windows_x86_64_msvc"13825version = "0.34.0"13826source = "registry+https://github.com/rust-lang/crates.io-index"13827checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1382813829[[package]]13830name = "windows_x86_64_msvc"13831version = "0.36.1"13832source = "registry+https://github.com/rust-lang/crates.io-index"13833checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1383413835[[package]]13836name = "windows_x86_64_msvc"13837version = "0.42.0"13838source = "registry+https://github.com/rust-lang/crates.io-index"13839checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1384013841[[package]]13842name = "winreg"13843version = "0.7.0"13844source = "registry+https://github.com/rust-lang/crates.io-index"13845checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13846dependencies = [13847 "winapi",13848]1384913850[[package]]13851name = "wyz"13852version = "0.2.0"13853source = "registry+https://github.com/rust-lang/crates.io-index"13854checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1385513856[[package]]13857name = "wyz"13858version = "0.5.0"13859source = "registry+https://github.com/rust-lang/crates.io-index"13860checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13861dependencies = [13862 "tap",13863]1386413865[[package]]13866name = "x25519-dalek"13867version = "1.1.1"13868source = "registry+https://github.com/rust-lang/crates.io-index"13869checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13870dependencies = [13871 "curve25519-dalek 3.2.0",13872 "rand_core 0.5.1",13873 "zeroize",13874]1387513876[[package]]13877name = "xcm"13878version = "0.9.30"13879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13880dependencies = [13881 "derivative",13882 "impl-trait-for-tuples",13883 "log",13884 "parity-scale-codec 3.2.1",13885 "scale-info",13886 "sp-runtime",13887 "xcm-procedural",13888]1388913890[[package]]13891name = "xcm-builder"13892version = "0.9.30"13893source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13894dependencies = [13895 "frame-support",13896 "frame-system",13897 "log",13898 "pallet-transaction-payment",13899 "parity-scale-codec 3.2.1",13900 "polkadot-parachain",13901 "scale-info",13902 "sp-arithmetic",13903 "sp-io",13904 "sp-runtime",13905 "sp-std",13906 "xcm",13907 "xcm-executor",13908]1390913910[[package]]13911name = "xcm-executor"13912version = "0.9.30"13913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13914dependencies = [13915 "frame-benchmarking",13916 "frame-support",13917 "impl-trait-for-tuples",13918 "log",13919 "parity-scale-codec 3.2.1",13920 "sp-arithmetic",13921 "sp-core",13922 "sp-io",13923 "sp-runtime",13924 "sp-std",13925 "xcm",13926]1392713928[[package]]13929name = "xcm-procedural"13930version = "0.9.30"13931source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13932dependencies = [13933 "Inflector",13934 "proc-macro2",13935 "quote",13936 "syn",13937]1393813939[[package]]13940name = "yamux"13941version = "0.10.2"13942source = "registry+https://github.com/rust-lang/crates.io-index"13943checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13944dependencies = [13945 "futures 0.3.25",13946 "log",13947 "nohash-hasher",13948 "parking_lot 0.12.1",13949 "rand 0.8.5",13950 "static_assertions",13951]1395213953[[package]]13954name = "zeroize"13955version = "1.5.7"13956source = "registry+https://github.com/rust-lang/crates.io-index"13957checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13958dependencies = [13959 "zeroize_derive",13960]1396113962[[package]]13963name = "zeroize_derive"13964version = "1.3.2"13965source = "registry+https://github.com/rust-lang/crates.io-index"13966checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13967dependencies = [13968 "proc-macro2",13969 "quote",13970 "syn",13971 "synstructure",13972]1397313974[[package]]13975name = "zstd"13976version = "0.11.2+zstd.1.5.2"13977source = "registry+https://github.com/rust-lang/crates.io-index"13978checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13979dependencies = [13980 "zstd-safe",13981]1398213983[[package]]13984name = "zstd-safe"13985version = "5.0.2+zstd.1.5.2"13986source = "registry+https://github.com/rust-lang/crates.io-index"13987checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13988dependencies = [13989 "libc",13990 "zstd-sys",13991]1399213993[[package]]13994name = "zstd-sys"13995version = "2.0.1+zstd.1.5.2"13996source = "registry+https://github.com/rust-lang/crates.io-index"13997checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13998dependencies = [13999 "cc",14000 "libc",14001]