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

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",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.10"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.6"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.7"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.6"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",6729 "parity-scale-codec 3.2.1",6730 "scale-info",6731]67326733[[package]]6734name = "pallet-timestamp"6735version = "4.0.0-dev"6736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6737dependencies = [6738 "frame-benchmarking",6739 "frame-support",6740 "frame-system",6741 "log",6742 "parity-scale-codec 3.2.1",6743 "scale-info",6744 "sp-inherents",6745 "sp-io",6746 "sp-runtime",6747 "sp-std",6748 "sp-timestamp",6749]67506751[[package]]6752name = "pallet-tips"6753version = "4.0.0-dev"6754source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6755dependencies = [6756 "frame-benchmarking",6757 "frame-support",6758 "frame-system",6759 "log",6760 "pallet-treasury",6761 "parity-scale-codec 3.2.1",6762 "scale-info",6763 "serde",6764 "sp-core",6765 "sp-io",6766 "sp-runtime",6767 "sp-std",6768]67696770[[package]]6771name = "pallet-transaction-payment"6772version = "4.0.0-dev"6773source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6774dependencies = [6775 "frame-support",6776 "frame-system",6777 "parity-scale-codec 3.2.1",6778 "scale-info",6779 "serde",6780 "sp-core",6781 "sp-io",6782 "sp-runtime",6783 "sp-std",6784]67856786[[package]]6787name = "pallet-transaction-payment-rpc"6788version = "4.0.0-dev"6789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6790dependencies = [6791 "jsonrpsee",6792 "pallet-transaction-payment-rpc-runtime-api",6793 "parity-scale-codec 3.2.1",6794 "sp-api",6795 "sp-blockchain",6796 "sp-core",6797 "sp-rpc",6798 "sp-runtime",6799]68006801[[package]]6802name = "pallet-transaction-payment-rpc-runtime-api"6803version = "4.0.0-dev"6804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6805dependencies = [6806 "pallet-transaction-payment",6807 "parity-scale-codec 3.2.1",6808 "sp-api",6809 "sp-runtime",6810]68116812[[package]]6813name = "pallet-treasury"6814version = "4.0.0-dev"6815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6816dependencies = [6817 "frame-benchmarking",6818 "frame-support",6819 "frame-system",6820 "impl-trait-for-tuples",6821 "pallet-balances",6822 "parity-scale-codec 3.2.1",6823 "scale-info",6824 "serde",6825 "sp-runtime",6826 "sp-std",6827]68286829[[package]]6830name = "pallet-unique"6831version = "0.2.1"6832dependencies = [6833 "ethereum",6834 "evm-coder",6835 "frame-benchmarking",6836 "frame-support",6837 "frame-system",6838 "pallet-common",6839 "pallet-evm",6840 "pallet-evm-coder-substrate",6841 "pallet-nonfungible",6842 "pallet-refungible",6843 "parity-scale-codec 3.2.1",6844 "scale-info",6845 "serde",6846 "sp-core",6847 "sp-io",6848 "sp-runtime",6849 "sp-std",6850 "up-data-structs",6851]68526853[[package]]6854name = "pallet-unique-scheduler"6855version = "0.1.1"6856dependencies = [6857 "frame-benchmarking",6858 "frame-support",6859 "frame-system",6860 "log",6861 "parity-scale-codec 3.2.1",6862 "scale-info",6863 "serde",6864 "sp-core",6865 "sp-io",6866 "sp-runtime",6867 "sp-std",6868 "substrate-test-utils",6869 "up-sponsorship",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-unique-scheduler",8865 "pallet-xcm",8866 "parachain-info",8867 "parity-scale-codec 3.2.1",8868 "polkadot-parachain",8869 "rmrk-rpc",8870 "scale-info",8871 "serde",8872 "smallvec",8873 "sp-api",8874 "sp-arithmetic",8875 "sp-block-builder",8876 "sp-consensus-aura",8877 "sp-core",8878 "sp-inherents",8879 "sp-io",8880 "sp-offchain",8881 "sp-runtime",8882 "sp-session",8883 "sp-std",8884 "sp-transaction-pool",8885 "sp-version",8886 "substrate-wasm-builder",8887 "up-common",8888 "up-data-structs",8889 "up-rpc",8890 "up-sponsorship",8891 "xcm",8892 "xcm-builder",8893 "xcm-executor",8894]88958896[[package]]8897name = "quick-error"8898version = "1.2.3"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89018902[[package]]8903name = "quicksink"8904version = "0.1.2"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8907dependencies = [8908 "futures-core",8909 "futures-sink",8910 "pin-project-lite 0.1.12",8911]89128913[[package]]8914name = "quote"8915version = "1.0.21"8916source = "registry+https://github.com/rust-lang/crates.io-index"8917checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8918dependencies = [8919 "proc-macro2",8920]89218922[[package]]8923name = "radium"8924version = "0.6.2"8925source = "registry+https://github.com/rust-lang/crates.io-index"8926checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89278928[[package]]8929name = "radium"8930version = "0.7.0"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89338934[[package]]8935name = "rand"8936version = "0.7.3"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8939dependencies = [8940 "getrandom 0.1.16",8941 "libc",8942 "rand_chacha 0.2.2",8943 "rand_core 0.5.1",8944 "rand_hc",8945 "rand_pcg 0.2.1",8946]89478948[[package]]8949name = "rand"8950version = "0.8.5"8951source = "registry+https://github.com/rust-lang/crates.io-index"8952checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8953dependencies = [8954 "libc",8955 "rand_chacha 0.3.1",8956 "rand_core 0.6.4",8957]89588959[[package]]8960name = "rand_chacha"8961version = "0.2.2"8962source = "registry+https://github.com/rust-lang/crates.io-index"8963checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8964dependencies = [8965 "ppv-lite86",8966 "rand_core 0.5.1",8967]89688969[[package]]8970name = "rand_chacha"8971version = "0.3.1"8972source = "registry+https://github.com/rust-lang/crates.io-index"8973checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8974dependencies = [8975 "ppv-lite86",8976 "rand_core 0.6.4",8977]89788979[[package]]8980name = "rand_core"8981version = "0.5.1"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8984dependencies = [8985 "getrandom 0.1.16",8986]89878988[[package]]8989name = "rand_core"8990version = "0.6.4"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8993dependencies = [8994 "getrandom 0.2.8",8995]89968997[[package]]8998name = "rand_distr"8999version = "0.4.3"9000source = "registry+https://github.com/rust-lang/crates.io-index"9001checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9002dependencies = [9003 "num-traits",9004 "rand 0.8.5",9005]90069007[[package]]9008name = "rand_hc"9009version = "0.2.0"9010source = "registry+https://github.com/rust-lang/crates.io-index"9011checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9012dependencies = [9013 "rand_core 0.5.1",9014]90159016[[package]]9017name = "rand_pcg"9018version = "0.2.1"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9021dependencies = [9022 "rand_core 0.5.1",9023]90249025[[package]]9026name = "rand_pcg"9027version = "0.3.1"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9030dependencies = [9031 "rand_core 0.6.4",9032]90339034[[package]]9035name = "rawpointer"9036version = "0.2.1"9037source = "registry+https://github.com/rust-lang/crates.io-index"9038checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90399040[[package]]9041name = "rayon"9042version = "1.5.3"9043source = "registry+https://github.com/rust-lang/crates.io-index"9044checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9045dependencies = [9046 "autocfg",9047 "crossbeam-deque",9048 "either",9049 "rayon-core",9050]90519052[[package]]9053name = "rayon-core"9054version = "1.9.3"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9057dependencies = [9058 "crossbeam-channel",9059 "crossbeam-deque",9060 "crossbeam-utils",9061 "num_cpus",9062]90639064[[package]]9065name = "redox_syscall"9066version = "0.2.16"9067source = "registry+https://github.com/rust-lang/crates.io-index"9068checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9069dependencies = [9070 "bitflags",9071]90729073[[package]]9074name = "redox_users"9075version = "0.4.3"9076source = "registry+https://github.com/rust-lang/crates.io-index"9077checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9078dependencies = [9079 "getrandom 0.2.8",9080 "redox_syscall",9081 "thiserror",9082]90839084[[package]]9085name = "reed-solomon-novelpoly"9086version = "1.0.0"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9089dependencies = [9090 "derive_more",9091 "fs-err",9092 "itertools",9093 "static_init 0.5.2",9094 "thiserror",9095]90969097[[package]]9098name = "ref-cast"9099version = "1.0.12"9100source = "registry+https://github.com/rust-lang/crates.io-index"9101checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9102dependencies = [9103 "ref-cast-impl",9104]91059106[[package]]9107name = "ref-cast-impl"9108version = "1.0.12"9109source = "registry+https://github.com/rust-lang/crates.io-index"9110checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9111dependencies = [9112 "proc-macro2",9113 "quote",9114 "syn",9115]91169117[[package]]9118name = "regalloc2"9119version = "0.3.2"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9122dependencies = [9123 "fxhash",9124 "log",9125 "slice-group-by",9126 "smallvec",9127]91289129[[package]]9130name = "regex"9131version = "1.6.0"9132source = "registry+https://github.com/rust-lang/crates.io-index"9133checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9134dependencies = [9135 "aho-corasick",9136 "memchr",9137 "regex-syntax",9138]91399140[[package]]9141name = "regex-automata"9142version = "0.1.10"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9145dependencies = [9146 "regex-syntax",9147]91489149[[package]]9150name = "regex-syntax"9151version = "0.6.27"9152source = "registry+https://github.com/rust-lang/crates.io-index"9153checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91549155[[package]]9156name = "remote-externalities"9157version = "0.10.0-dev"9158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9159dependencies = [9160 "env_logger",9161 "jsonrpsee",9162 "log",9163 "parity-scale-codec 3.2.1",9164 "serde",9165 "serde_json",9166 "sp-core",9167 "sp-io",9168 "sp-runtime",9169 "sp-version",9170]91719172[[package]]9173name = "remove_dir_all"9174version = "0.5.3"9175source = "registry+https://github.com/rust-lang/crates.io-index"9176checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9177dependencies = [9178 "winapi",9179]91809181[[package]]9182name = "resolv-conf"9183version = "0.7.0"9184source = "registry+https://github.com/rust-lang/crates.io-index"9185checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9186dependencies = [9187 "hostname",9188 "quick-error",9189]91909191[[package]]9192name = "rfc6979"9193version = "0.1.0"9194source = "registry+https://github.com/rust-lang/crates.io-index"9195checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9196dependencies = [9197 "crypto-bigint",9198 "hmac 0.11.0",9199 "zeroize",9200]92019202[[package]]9203name = "ring"9204version = "0.16.20"9205source = "registry+https://github.com/rust-lang/crates.io-index"9206checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9207dependencies = [9208 "cc",9209 "libc",9210 "once_cell",9211 "spin",9212 "untrusted",9213 "web-sys",9214 "winapi",9215]92169217[[package]]9218name = "rlp"9219version = "0.5.2"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9222dependencies = [9223 "bytes",9224 "rustc-hex",9225]92269227[[package]]9228name = "rlp-derive"9229version = "0.1.0"9230source = "registry+https://github.com/rust-lang/crates.io-index"9231checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9232dependencies = [9233 "proc-macro2",9234 "quote",9235 "syn",9236]92379238[[package]]9239name = "rmrk-rpc"9240version = "0.0.2"9241dependencies = [9242 "parity-scale-codec 2.3.1",9243 "rmrk-traits",9244 "serde",9245 "sp-api",9246 "sp-core",9247 "sp-runtime",9248 "sp-std",9249]92509251[[package]]9252name = "rmrk-traits"9253version = "0.1.0"9254dependencies = [9255 "parity-scale-codec 3.2.1",9256 "scale-info",9257 "serde",9258]92599260[[package]]9261name = "rocksdb"9262version = "0.18.0"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9265dependencies = [9266 "libc",9267 "librocksdb-sys",9268]92699270[[package]]9271name = "rococo-runtime"9272version = "0.9.30"9273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9274dependencies = [9275 "beefy-merkle-tree",9276 "beefy-primitives",9277 "frame-benchmarking",9278 "frame-executive",9279 "frame-support",9280 "frame-system",9281 "frame-system-benchmarking",9282 "frame-system-rpc-runtime-api",9283 "hex-literal",9284 "log",9285 "pallet-authority-discovery",9286 "pallet-authorship",9287 "pallet-babe",9288 "pallet-balances",9289 "pallet-beefy",9290 "pallet-beefy-mmr",9291 "pallet-bounties",9292 "pallet-child-bounties",9293 "pallet-collective",9294 "pallet-democracy",9295 "pallet-elections-phragmen",9296 "pallet-gilt",9297 "pallet-grandpa",9298 "pallet-identity",9299 "pallet-im-online",9300 "pallet-indices",9301 "pallet-membership",9302 "pallet-mmr",9303 "pallet-multisig",9304 "pallet-offences",9305 "pallet-preimage",9306 "pallet-proxy",9307 "pallet-recovery",9308 "pallet-scheduler",9309 "pallet-session",9310 "pallet-society",9311 "pallet-staking",9312 "pallet-sudo",9313 "pallet-timestamp",9314 "pallet-tips",9315 "pallet-transaction-payment",9316 "pallet-transaction-payment-rpc-runtime-api",9317 "pallet-treasury",9318 "pallet-utility",9319 "pallet-vesting",9320 "pallet-xcm",9321 "pallet-xcm-benchmarks",9322 "parity-scale-codec 3.2.1",9323 "polkadot-parachain",9324 "polkadot-primitives",9325 "polkadot-runtime-common",9326 "polkadot-runtime-parachains",9327 "rococo-runtime-constants",9328 "scale-info",9329 "serde",9330 "serde_derive",9331 "smallvec",9332 "sp-api",9333 "sp-authority-discovery",9334 "sp-block-builder",9335 "sp-consensus-babe",9336 "sp-core",9337 "sp-inherents",9338 "sp-io",9339 "sp-mmr-primitives",9340 "sp-offchain",9341 "sp-runtime",9342 "sp-session",9343 "sp-staking",9344 "sp-std",9345 "sp-transaction-pool",9346 "sp-version",9347 "static_assertions",9348 "substrate-wasm-builder",9349 "xcm",9350 "xcm-builder",9351 "xcm-executor",9352]93539354[[package]]9355name = "rococo-runtime-constants"9356version = "0.9.30"9357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9358dependencies = [9359 "frame-support",9360 "polkadot-primitives",9361 "polkadot-runtime-common",9362 "smallvec",9363 "sp-runtime",9364]93659366[[package]]9367name = "rpassword"9368version = "7.1.0"9369source = "registry+https://github.com/rust-lang/crates.io-index"9370checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9371dependencies = [9372 "libc",9373 "winapi",9374]93759376[[package]]9377name = "rtnetlink"9378version = "0.10.1"9379source = "registry+https://github.com/rust-lang/crates.io-index"9380checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9381dependencies = [9382 "async-global-executor",9383 "futures 0.3.25",9384 "log",9385 "netlink-packet-route",9386 "netlink-proto",9387 "nix",9388 "thiserror",9389]93909391[[package]]9392name = "rustc-demangle"9393version = "0.1.21"9394source = "registry+https://github.com/rust-lang/crates.io-index"9395checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93969397[[package]]9398name = "rustc-hash"9399version = "1.1.0"9400source = "registry+https://github.com/rust-lang/crates.io-index"9401checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94029403[[package]]9404name = "rustc-hex"9405version = "2.1.0"9406source = "registry+https://github.com/rust-lang/crates.io-index"9407checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94089409[[package]]9410name = "rustc_version"9411version = "0.2.3"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9414dependencies = [9415 "semver 0.9.0",9416]94179418[[package]]9419name = "rustc_version"9420version = "0.4.0"9421source = "registry+https://github.com/rust-lang/crates.io-index"9422checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9423dependencies = [9424 "semver 1.0.14",9425]94269427[[package]]9428name = "rustix"9429version = "0.35.12"9430source = "registry+https://github.com/rust-lang/crates.io-index"9431checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9432dependencies = [9433 "bitflags",9434 "errno",9435 "io-lifetimes",9436 "libc",9437 "linux-raw-sys",9438 "windows-sys 0.36.1",9439]94409441[[package]]9442name = "rustls"9443version = "0.20.7"9444source = "registry+https://github.com/rust-lang/crates.io-index"9445checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9446dependencies = [9447 "log",9448 "ring",9449 "sct",9450 "webpki",9451]94529453[[package]]9454name = "rustls-native-certs"9455version = "0.6.2"9456source = "registry+https://github.com/rust-lang/crates.io-index"9457checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9458dependencies = [9459 "openssl-probe",9460 "rustls-pemfile",9461 "schannel",9462 "security-framework",9463]94649465[[package]]9466name = "rustls-pemfile"9467version = "1.0.1"9468source = "registry+https://github.com/rust-lang/crates.io-index"9469checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9470dependencies = [9471 "base64",9472]94739474[[package]]9475name = "rustversion"9476version = "1.0.9"9477source = "registry+https://github.com/rust-lang/crates.io-index"9478checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94799480[[package]]9481name = "rw-stream-sink"9482version = "0.3.0"9483source = "registry+https://github.com/rust-lang/crates.io-index"9484checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9485dependencies = [9486 "futures 0.3.25",9487 "pin-project",9488 "static_assertions",9489]94909491[[package]]9492name = "ryu"9493version = "1.0.11"9494source = "registry+https://github.com/rust-lang/crates.io-index"9495checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94969497[[package]]9498name = "safe-mix"9499version = "1.0.1"9500source = "registry+https://github.com/rust-lang/crates.io-index"9501checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9502dependencies = [9503 "rustc_version 0.2.3",9504]95059506[[package]]9507name = "salsa20"9508version = "0.10.2"9509source = "registry+https://github.com/rust-lang/crates.io-index"9510checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9511dependencies = [9512 "cipher 0.4.3",9513]95149515[[package]]9516name = "same-file"9517version = "1.0.6"9518source = "registry+https://github.com/rust-lang/crates.io-index"9519checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9520dependencies = [9521 "winapi-util",9522]95239524[[package]]9525name = "sc-allocator"9526version = "4.1.0-dev"9527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9528dependencies = [9529 "log",9530 "sp-core",9531 "sp-wasm-interface",9532 "thiserror",9533]95349535[[package]]9536name = "sc-authority-discovery"9537version = "0.10.0-dev"9538source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9539dependencies = [9540 "async-trait",9541 "futures 0.3.25",9542 "futures-timer",9543 "ip_network",9544 "libp2p",9545 "log",9546 "parity-scale-codec 3.2.1",9547 "prost 0.10.4",9548 "prost-build 0.10.4",9549 "rand 0.7.3",9550 "sc-client-api",9551 "sc-network-common",9552 "sp-api",9553 "sp-authority-discovery",9554 "sp-blockchain",9555 "sp-core",9556 "sp-keystore",9557 "sp-runtime",9558 "substrate-prometheus-endpoint",9559 "thiserror",9560]95619562[[package]]9563name = "sc-basic-authorship"9564version = "0.10.0-dev"9565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9566dependencies = [9567 "futures 0.3.25",9568 "futures-timer",9569 "log",9570 "parity-scale-codec 3.2.1",9571 "sc-block-builder",9572 "sc-client-api",9573 "sc-proposer-metrics",9574 "sc-telemetry",9575 "sc-transaction-pool-api",9576 "sp-api",9577 "sp-blockchain",9578 "sp-consensus",9579 "sp-core",9580 "sp-inherents",9581 "sp-runtime",9582 "substrate-prometheus-endpoint",9583]95849585[[package]]9586name = "sc-block-builder"9587version = "0.10.0-dev"9588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9589dependencies = [9590 "parity-scale-codec 3.2.1",9591 "sc-client-api",9592 "sp-api",9593 "sp-block-builder",9594 "sp-blockchain",9595 "sp-core",9596 "sp-inherents",9597 "sp-runtime",9598 "sp-state-machine",9599]96009601[[package]]9602name = "sc-chain-spec"9603version = "4.0.0-dev"9604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9605dependencies = [9606 "impl-trait-for-tuples",9607 "memmap2",9608 "parity-scale-codec 3.2.1",9609 "sc-chain-spec-derive",9610 "sc-network-common",9611 "sc-telemetry",9612 "serde",9613 "serde_json",9614 "sp-core",9615 "sp-runtime",9616]96179618[[package]]9619name = "sc-chain-spec-derive"9620version = "4.0.0-dev"9621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9622dependencies = [9623 "proc-macro-crate",9624 "proc-macro2",9625 "quote",9626 "syn",9627]96289629[[package]]9630name = "sc-cli"9631version = "0.10.0-dev"9632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9633dependencies = [9634 "array-bytes",9635 "chrono",9636 "clap",9637 "fdlimit",9638 "futures 0.3.25",9639 "libp2p",9640 "log",9641 "names",9642 "parity-scale-codec 3.2.1",9643 "rand 0.7.3",9644 "regex",9645 "rpassword",9646 "sc-client-api",9647 "sc-client-db",9648 "sc-keystore",9649 "sc-network",9650 "sc-network-common",9651 "sc-service",9652 "sc-telemetry",9653 "sc-tracing",9654 "sc-utils",9655 "serde",9656 "serde_json",9657 "sp-blockchain",9658 "sp-core",9659 "sp-keyring",9660 "sp-keystore",9661 "sp-panic-handler",9662 "sp-runtime",9663 "sp-version",9664 "thiserror",9665 "tiny-bip39",9666 "tokio",9667]96689669[[package]]9670name = "sc-client-api"9671version = "4.0.0-dev"9672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9673dependencies = [9674 "fnv",9675 "futures 0.3.25",9676 "hash-db",9677 "log",9678 "parity-scale-codec 3.2.1",9679 "parking_lot 0.12.1",9680 "sc-executor",9681 "sc-transaction-pool-api",9682 "sc-utils",9683 "sp-api",9684 "sp-blockchain",9685 "sp-consensus",9686 "sp-core",9687 "sp-database",9688 "sp-externalities",9689 "sp-keystore",9690 "sp-runtime",9691 "sp-state-machine",9692 "sp-storage",9693 "sp-trie",9694 "substrate-prometheus-endpoint",9695]96969697[[package]]9698name = "sc-client-db"9699version = "0.10.0-dev"9700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9701dependencies = [9702 "hash-db",9703 "kvdb",9704 "kvdb-memorydb",9705 "kvdb-rocksdb",9706 "linked-hash-map",9707 "log",9708 "parity-db",9709 "parity-scale-codec 3.2.1",9710 "parking_lot 0.12.1",9711 "sc-client-api",9712 "sc-state-db",9713 "sp-arithmetic",9714 "sp-blockchain",9715 "sp-core",9716 "sp-database",9717 "sp-runtime",9718 "sp-state-machine",9719 "sp-trie",9720]97219722[[package]]9723name = "sc-consensus"9724version = "0.10.0-dev"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9726dependencies = [9727 "async-trait",9728 "futures 0.3.25",9729 "futures-timer",9730 "libp2p",9731 "log",9732 "parking_lot 0.12.1",9733 "sc-client-api",9734 "sc-utils",9735 "serde",9736 "sp-api",9737 "sp-blockchain",9738 "sp-consensus",9739 "sp-core",9740 "sp-runtime",9741 "sp-state-machine",9742 "substrate-prometheus-endpoint",9743 "thiserror",9744]97459746[[package]]9747name = "sc-consensus-aura"9748version = "0.10.0-dev"9749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9750dependencies = [9751 "async-trait",9752 "futures 0.3.25",9753 "log",9754 "parity-scale-codec 3.2.1",9755 "sc-block-builder",9756 "sc-client-api",9757 "sc-consensus",9758 "sc-consensus-slots",9759 "sc-telemetry",9760 "sp-api",9761 "sp-application-crypto",9762 "sp-block-builder",9763 "sp-blockchain",9764 "sp-consensus",9765 "sp-consensus-aura",9766 "sp-consensus-slots",9767 "sp-core",9768 "sp-inherents",9769 "sp-keystore",9770 "sp-runtime",9771 "substrate-prometheus-endpoint",9772 "thiserror",9773]97749775[[package]]9776name = "sc-consensus-babe"9777version = "0.10.0-dev"9778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9779dependencies = [9780 "async-trait",9781 "fork-tree",9782 "futures 0.3.25",9783 "log",9784 "merlin",9785 "num-bigint 0.2.6",9786 "num-rational 0.2.4",9787 "num-traits",9788 "parity-scale-codec 3.2.1",9789 "parking_lot 0.12.1",9790 "rand 0.7.3",9791 "sc-client-api",9792 "sc-consensus",9793 "sc-consensus-epochs",9794 "sc-consensus-slots",9795 "sc-keystore",9796 "sc-telemetry",9797 "schnorrkel",9798 "serde",9799 "sp-api",9800 "sp-application-crypto",9801 "sp-block-builder",9802 "sp-blockchain",9803 "sp-consensus",9804 "sp-consensus-babe",9805 "sp-consensus-slots",9806 "sp-consensus-vrf",9807 "sp-core",9808 "sp-inherents",9809 "sp-io",9810 "sp-keystore",9811 "sp-runtime",9812 "sp-version",9813 "substrate-prometheus-endpoint",9814 "thiserror",9815]98169817[[package]]9818name = "sc-consensus-babe-rpc"9819version = "0.10.0-dev"9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9821dependencies = [9822 "futures 0.3.25",9823 "jsonrpsee",9824 "sc-consensus-babe",9825 "sc-consensus-epochs",9826 "sc-rpc-api",9827 "serde",9828 "sp-api",9829 "sp-application-crypto",9830 "sp-blockchain",9831 "sp-consensus",9832 "sp-consensus-babe",9833 "sp-core",9834 "sp-keystore",9835 "sp-runtime",9836 "thiserror",9837]98389839[[package]]9840name = "sc-consensus-epochs"9841version = "0.10.0-dev"9842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9843dependencies = [9844 "fork-tree",9845 "parity-scale-codec 3.2.1",9846 "sc-client-api",9847 "sc-consensus",9848 "sp-blockchain",9849 "sp-runtime",9850]98519852[[package]]9853name = "sc-consensus-manual-seal"9854version = "0.10.0-dev"9855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9856dependencies = [9857 "assert_matches",9858 "async-trait",9859 "futures 0.3.25",9860 "jsonrpsee",9861 "log",9862 "parity-scale-codec 3.2.1",9863 "sc-client-api",9864 "sc-consensus",9865 "sc-consensus-aura",9866 "sc-consensus-babe",9867 "sc-consensus-epochs",9868 "sc-transaction-pool",9869 "sc-transaction-pool-api",9870 "serde",9871 "sp-api",9872 "sp-blockchain",9873 "sp-consensus",9874 "sp-consensus-aura",9875 "sp-consensus-babe",9876 "sp-consensus-slots",9877 "sp-core",9878 "sp-inherents",9879 "sp-keystore",9880 "sp-runtime",9881 "sp-timestamp",9882 "substrate-prometheus-endpoint",9883 "thiserror",9884]98859886[[package]]9887name = "sc-consensus-slots"9888version = "0.10.0-dev"9889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9890dependencies = [9891 "async-trait",9892 "futures 0.3.25",9893 "futures-timer",9894 "log",9895 "parity-scale-codec 3.2.1",9896 "sc-client-api",9897 "sc-consensus",9898 "sc-telemetry",9899 "sp-arithmetic",9900 "sp-blockchain",9901 "sp-consensus",9902 "sp-consensus-slots",9903 "sp-core",9904 "sp-inherents",9905 "sp-runtime",9906 "sp-state-machine",9907 "thiserror",9908]99099910[[package]]9911name = "sc-executor"9912version = "0.10.0-dev"9913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9914dependencies = [9915 "lazy_static",9916 "lru 0.7.8",9917 "parity-scale-codec 3.2.1",9918 "parking_lot 0.12.1",9919 "sc-executor-common",9920 "sc-executor-wasmi",9921 "sc-executor-wasmtime",9922 "sp-api",9923 "sp-core",9924 "sp-core-hashing-proc-macro",9925 "sp-externalities",9926 "sp-io",9927 "sp-panic-handler",9928 "sp-runtime-interface",9929 "sp-tasks",9930 "sp-trie",9931 "sp-version",9932 "sp-wasm-interface",9933 "tracing",9934 "wasmi",9935]99369937[[package]]9938name = "sc-executor-common"9939version = "0.10.0-dev"9940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9941dependencies = [9942 "environmental",9943 "parity-scale-codec 3.2.1",9944 "sc-allocator",9945 "sp-maybe-compressed-blob",9946 "sp-sandbox",9947 "sp-wasm-interface",9948 "thiserror",9949 "wasm-instrument",9950 "wasmi",9951]99529953[[package]]9954name = "sc-executor-wasmi"9955version = "0.10.0-dev"9956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9957dependencies = [9958 "log",9959 "parity-scale-codec 3.2.1",9960 "sc-allocator",9961 "sc-executor-common",9962 "sp-runtime-interface",9963 "sp-sandbox",9964 "sp-wasm-interface",9965 "wasmi",9966]99679968[[package]]9969name = "sc-executor-wasmtime"9970version = "0.10.0-dev"9971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9972dependencies = [9973 "cfg-if 1.0.0",9974 "libc",9975 "log",9976 "once_cell",9977 "parity-scale-codec 3.2.1",9978 "parity-wasm 0.45.0",9979 "rustix",9980 "sc-allocator",9981 "sc-executor-common",9982 "sp-runtime-interface",9983 "sp-sandbox",9984 "sp-wasm-interface",9985 "wasmtime",9986]99879988[[package]]9989name = "sc-finality-grandpa"9990version = "0.10.0-dev"9991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9992dependencies = [9993 "ahash",9994 "array-bytes",9995 "async-trait",9996 "dyn-clone",9997 "finality-grandpa",9998 "fork-tree",9999 "futures 0.3.25",10000 "futures-timer",10001 "log",10002 "parity-scale-codec 3.2.1",10003 "parking_lot 0.12.1",10004 "rand 0.8.5",10005 "sc-block-builder",10006 "sc-chain-spec",10007 "sc-client-api",10008 "sc-consensus",10009 "sc-keystore",10010 "sc-network",10011 "sc-network-common",10012 "sc-network-gossip",10013 "sc-telemetry",10014 "sc-utils",10015 "serde_json",10016 "sp-api",10017 "sp-application-crypto",10018 "sp-arithmetic",10019 "sp-blockchain",10020 "sp-consensus",10021 "sp-core",10022 "sp-finality-grandpa",10023 "sp-keystore",10024 "sp-runtime",10025 "substrate-prometheus-endpoint",10026 "thiserror",10027]1002810029[[package]]10030name = "sc-finality-grandpa-rpc"10031version = "0.10.0-dev"10032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10033dependencies = [10034 "finality-grandpa",10035 "futures 0.3.25",10036 "jsonrpsee",10037 "log",10038 "parity-scale-codec 3.2.1",10039 "sc-client-api",10040 "sc-finality-grandpa",10041 "sc-rpc",10042 "serde",10043 "serde_json",10044 "sp-blockchain",10045 "sp-core",10046 "sp-runtime",10047 "thiserror",10048]1004910050[[package]]10051name = "sc-informant"10052version = "0.10.0-dev"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10054dependencies = [10055 "ansi_term",10056 "futures 0.3.25",10057 "futures-timer",10058 "log",10059 "parity-util-mem",10060 "sc-client-api",10061 "sc-network-common",10062 "sc-transaction-pool-api",10063 "sp-blockchain",10064 "sp-runtime",10065]1006610067[[package]]10068name = "sc-keystore"10069version = "4.0.0-dev"10070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10071dependencies = [10072 "array-bytes",10073 "async-trait",10074 "parking_lot 0.12.1",10075 "serde_json",10076 "sp-application-crypto",10077 "sp-core",10078 "sp-keystore",10079 "thiserror",10080]1008110082[[package]]10083name = "sc-network"10084version = "0.10.0-dev"10085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10086dependencies = [10087 "array-bytes",10088 "async-trait",10089 "asynchronous-codec",10090 "bitflags",10091 "bytes",10092 "cid",10093 "either",10094 "fnv",10095 "fork-tree",10096 "futures 0.3.25",10097 "futures-timer",10098 "ip_network",10099 "libp2p",10100 "linked-hash-map",10101 "linked_hash_set",10102 "log",10103 "lru 0.7.8",10104 "parity-scale-codec 3.2.1",10105 "parking_lot 0.12.1",10106 "pin-project",10107 "prost 0.10.4",10108 "rand 0.7.3",10109 "sc-block-builder",10110 "sc-client-api",10111 "sc-consensus",10112 "sc-network-common",10113 "sc-peerset",10114 "sc-utils",10115 "serde",10116 "serde_json",10117 "smallvec",10118 "sp-arithmetic",10119 "sp-blockchain",10120 "sp-consensus",10121 "sp-core",10122 "sp-runtime",10123 "substrate-prometheus-endpoint",10124 "thiserror",10125 "unsigned-varint",10126 "zeroize",10127]1012810129[[package]]10130name = "sc-network-bitswap"10131version = "0.10.0-dev"10132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10133dependencies = [10134 "cid",10135 "futures 0.3.25",10136 "libp2p",10137 "log",10138 "prost 0.11.0",10139 "prost-build 0.11.1",10140 "sc-client-api",10141 "sc-network-common",10142 "sp-blockchain",10143 "sp-runtime",10144 "thiserror",10145 "unsigned-varint",10146 "void",10147]1014810149[[package]]10150name = "sc-network-common"10151version = "0.10.0-dev"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10153dependencies = [10154 "async-trait",10155 "bitflags",10156 "bytes",10157 "futures 0.3.25",10158 "futures-timer",10159 "libp2p",10160 "linked_hash_set",10161 "parity-scale-codec 3.2.1",10162 "prost-build 0.10.4",10163 "sc-consensus",10164 "sc-peerset",10165 "serde",10166 "smallvec",10167 "sp-blockchain",10168 "sp-consensus",10169 "sp-finality-grandpa",10170 "sp-runtime",10171 "substrate-prometheus-endpoint",10172 "thiserror",10173]1017410175[[package]]10176name = "sc-network-gossip"10177version = "0.10.0-dev"10178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10179dependencies = [10180 "ahash",10181 "futures 0.3.25",10182 "futures-timer",10183 "libp2p",10184 "log",10185 "lru 0.7.8",10186 "sc-network-common",10187 "sc-peerset",10188 "sp-runtime",10189 "substrate-prometheus-endpoint",10190 "tracing",10191]1019210193[[package]]10194name = "sc-network-light"10195version = "0.10.0-dev"10196source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10197dependencies = [10198 "array-bytes",10199 "futures 0.3.25",10200 "libp2p",10201 "log",10202 "parity-scale-codec 3.2.1",10203 "prost 0.10.4",10204 "prost-build 0.10.4",10205 "sc-client-api",10206 "sc-network-common",10207 "sc-peerset",10208 "sp-blockchain",10209 "sp-core",10210 "sp-runtime",10211 "thiserror",10212]1021310214[[package]]10215name = "sc-network-sync"10216version = "0.10.0-dev"10217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10218dependencies = [10219 "array-bytes",10220 "fork-tree",10221 "futures 0.3.25",10222 "libp2p",10223 "log",10224 "lru 0.7.8",10225 "parity-scale-codec 3.2.1",10226 "prost 0.10.4",10227 "prost-build 0.10.4",10228 "sc-client-api",10229 "sc-consensus",10230 "sc-network-common",10231 "sc-peerset",10232 "smallvec",10233 "sp-arithmetic",10234 "sp-blockchain",10235 "sp-consensus",10236 "sp-core",10237 "sp-finality-grandpa",10238 "sp-runtime",10239 "thiserror",10240]1024110242[[package]]10243name = "sc-network-transactions"10244version = "0.10.0-dev"10245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10246dependencies = [10247 "array-bytes",10248 "futures 0.3.25",10249 "hex",10250 "libp2p",10251 "log",10252 "parity-scale-codec 3.2.1",10253 "pin-project",10254 "sc-network-common",10255 "sc-peerset",10256 "sp-consensus",10257 "sp-runtime",10258 "substrate-prometheus-endpoint",10259]1026010261[[package]]10262name = "sc-offchain"10263version = "4.0.0-dev"10264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10265dependencies = [10266 "array-bytes",10267 "bytes",10268 "fnv",10269 "futures 0.3.25",10270 "futures-timer",10271 "hyper",10272 "hyper-rustls",10273 "libp2p",10274 "num_cpus",10275 "once_cell",10276 "parity-scale-codec 3.2.1",10277 "parking_lot 0.12.1",10278 "rand 0.7.3",10279 "sc-client-api",10280 "sc-network-common",10281 "sc-peerset",10282 "sc-utils",10283 "sp-api",10284 "sp-core",10285 "sp-offchain",10286 "sp-runtime",10287 "threadpool",10288 "tracing",10289]1029010291[[package]]10292name = "sc-peerset"10293version = "4.0.0-dev"10294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10295dependencies = [10296 "futures 0.3.25",10297 "libp2p",10298 "log",10299 "sc-utils",10300 "serde_json",10301 "wasm-timer",10302]1030310304[[package]]10305name = "sc-proposer-metrics"10306version = "0.10.0-dev"10307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10308dependencies = [10309 "log",10310 "substrate-prometheus-endpoint",10311]1031210313[[package]]10314name = "sc-rpc"10315version = "4.0.0-dev"10316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10317dependencies = [10318 "futures 0.3.25",10319 "hash-db",10320 "jsonrpsee",10321 "log",10322 "parity-scale-codec 3.2.1",10323 "parking_lot 0.12.1",10324 "sc-block-builder",10325 "sc-chain-spec",10326 "sc-client-api",10327 "sc-rpc-api",10328 "sc-tracing",10329 "sc-transaction-pool-api",10330 "sc-utils",10331 "serde_json",10332 "sp-api",10333 "sp-blockchain",10334 "sp-core",10335 "sp-keystore",10336 "sp-offchain",10337 "sp-rpc",10338 "sp-runtime",10339 "sp-session",10340 "sp-version",10341]1034210343[[package]]10344name = "sc-rpc-api"10345version = "0.10.0-dev"10346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10347dependencies = [10348 "futures 0.3.25",10349 "jsonrpsee",10350 "log",10351 "parity-scale-codec 3.2.1",10352 "parking_lot 0.12.1",10353 "sc-chain-spec",10354 "sc-transaction-pool-api",10355 "scale-info",10356 "serde",10357 "serde_json",10358 "sp-core",10359 "sp-rpc",10360 "sp-runtime",10361 "sp-tracing",10362 "sp-version",10363 "thiserror",10364]1036510366[[package]]10367name = "sc-rpc-server"10368version = "4.0.0-dev"10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10370dependencies = [10371 "futures 0.3.25",10372 "jsonrpsee",10373 "log",10374 "serde_json",10375 "substrate-prometheus-endpoint",10376 "tokio",10377]1037810379[[package]]10380name = "sc-service"10381version = "0.10.0-dev"10382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10383dependencies = [10384 "async-trait",10385 "directories",10386 "exit-future",10387 "futures 0.3.25",10388 "futures-timer",10389 "hash-db",10390 "jsonrpsee",10391 "log",10392 "parity-scale-codec 3.2.1",10393 "parity-util-mem",10394 "parking_lot 0.12.1",10395 "pin-project",10396 "rand 0.7.3",10397 "sc-block-builder",10398 "sc-chain-spec",10399 "sc-client-api",10400 "sc-client-db",10401 "sc-consensus",10402 "sc-executor",10403 "sc-informant",10404 "sc-keystore",10405 "sc-network",10406 "sc-network-bitswap",10407 "sc-network-common",10408 "sc-network-light",10409 "sc-network-sync",10410 "sc-network-transactions",10411 "sc-offchain",10412 "sc-rpc",10413 "sc-rpc-server",10414 "sc-sysinfo",10415 "sc-telemetry",10416 "sc-tracing",10417 "sc-transaction-pool",10418 "sc-transaction-pool-api",10419 "sc-utils",10420 "serde",10421 "serde_json",10422 "sp-api",10423 "sp-application-crypto",10424 "sp-block-builder",10425 "sp-blockchain",10426 "sp-consensus",10427 "sp-core",10428 "sp-externalities",10429 "sp-inherents",10430 "sp-keystore",10431 "sp-runtime",10432 "sp-session",10433 "sp-state-machine",10434 "sp-storage",10435 "sp-tracing",10436 "sp-transaction-pool",10437 "sp-transaction-storage-proof",10438 "sp-trie",10439 "sp-version",10440 "static_init 1.0.3",10441 "substrate-prometheus-endpoint",10442 "tempfile",10443 "thiserror",10444 "tokio",10445 "tracing",10446 "tracing-futures",10447]1044810449[[package]]10450name = "sc-state-db"10451version = "0.10.0-dev"10452source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10453dependencies = [10454 "log",10455 "parity-scale-codec 3.2.1",10456 "parity-util-mem",10457 "parity-util-mem-derive",10458 "parking_lot 0.12.1",10459 "sc-client-api",10460 "sp-core",10461]1046210463[[package]]10464name = "sc-sync-state-rpc"10465version = "0.10.0-dev"10466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10467dependencies = [10468 "jsonrpsee",10469 "parity-scale-codec 3.2.1",10470 "sc-chain-spec",10471 "sc-client-api",10472 "sc-consensus-babe",10473 "sc-consensus-epochs",10474 "sc-finality-grandpa",10475 "serde",10476 "serde_json",10477 "sp-blockchain",10478 "sp-runtime",10479 "thiserror",10480]1048110482[[package]]10483name = "sc-sysinfo"10484version = "6.0.0-dev"10485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10486dependencies = [10487 "futures 0.3.25",10488 "libc",10489 "log",10490 "rand 0.7.3",10491 "rand_pcg 0.2.1",10492 "regex",10493 "sc-telemetry",10494 "serde",10495 "serde_json",10496 "sp-core",10497 "sp-io",10498 "sp-std",10499]1050010501[[package]]10502name = "sc-telemetry"10503version = "4.0.0-dev"10504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10505dependencies = [10506 "chrono",10507 "futures 0.3.25",10508 "libp2p",10509 "log",10510 "parking_lot 0.12.1",10511 "pin-project",10512 "rand 0.7.3",10513 "serde",10514 "serde_json",10515 "thiserror",10516 "wasm-timer",10517]1051810519[[package]]10520name = "sc-tracing"10521version = "4.0.0-dev"10522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10523dependencies = [10524 "ansi_term",10525 "atty",10526 "chrono",10527 "lazy_static",10528 "libc",10529 "log",10530 "once_cell",10531 "parking_lot 0.12.1",10532 "regex",10533 "rustc-hash",10534 "sc-client-api",10535 "sc-rpc-server",10536 "sc-tracing-proc-macro",10537 "serde",10538 "sp-api",10539 "sp-blockchain",10540 "sp-core",10541 "sp-rpc",10542 "sp-runtime",10543 "sp-tracing",10544 "thiserror",10545 "tracing",10546 "tracing-log",10547 "tracing-subscriber",10548]1054910550[[package]]10551name = "sc-tracing-proc-macro"10552version = "4.0.0-dev"10553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10554dependencies = [10555 "proc-macro-crate",10556 "proc-macro2",10557 "quote",10558 "syn",10559]1056010561[[package]]10562name = "sc-transaction-pool"10563version = "4.0.0-dev"10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10565dependencies = [10566 "futures 0.3.25",10567 "futures-timer",10568 "linked-hash-map",10569 "log",10570 "parity-scale-codec 3.2.1",10571 "parity-util-mem",10572 "parking_lot 0.12.1",10573 "sc-client-api",10574 "sc-transaction-pool-api",10575 "sc-utils",10576 "serde",10577 "sp-api",10578 "sp-blockchain",10579 "sp-core",10580 "sp-runtime",10581 "sp-tracing",10582 "sp-transaction-pool",10583 "substrate-prometheus-endpoint",10584 "thiserror",10585]1058610587[[package]]10588name = "sc-transaction-pool-api"10589version = "4.0.0-dev"10590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10591dependencies = [10592 "futures 0.3.25",10593 "log",10594 "serde",10595 "sp-blockchain",10596 "sp-runtime",10597 "thiserror",10598]1059910600[[package]]10601name = "sc-utils"10602version = "4.0.0-dev"10603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10604dependencies = [10605 "futures 0.3.25",10606 "futures-timer",10607 "lazy_static",10608 "log",10609 "parking_lot 0.12.1",10610 "prometheus",10611]1061210613[[package]]10614name = "scale-info"10615version = "2.2.0"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10618dependencies = [10619 "bitvec 1.0.1",10620 "cfg-if 1.0.0",10621 "derive_more",10622 "parity-scale-codec 3.2.1",10623 "scale-info-derive",10624 "serde",10625]1062610627[[package]]10628name = "scale-info-derive"10629version = "2.2.0"10630source = "registry+https://github.com/rust-lang/crates.io-index"10631checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10632dependencies = [10633 "proc-macro-crate",10634 "proc-macro2",10635 "quote",10636 "syn",10637]1063810639[[package]]10640name = "schannel"10641version = "0.1.20"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10644dependencies = [10645 "lazy_static",10646 "windows-sys 0.36.1",10647]1064810649[[package]]10650name = "schnorrkel"10651version = "0.9.1"10652source = "registry+https://github.com/rust-lang/crates.io-index"10653checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10654dependencies = [10655 "arrayref",10656 "arrayvec 0.5.2",10657 "curve25519-dalek 2.1.3",10658 "getrandom 0.1.16",10659 "merlin",10660 "rand 0.7.3",10661 "rand_core 0.5.1",10662 "sha2 0.8.2",10663 "subtle",10664 "zeroize",10665]1066610667[[package]]10668name = "scopeguard"10669version = "1.1.0"10670source = "registry+https://github.com/rust-lang/crates.io-index"10671checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1067210673[[package]]10674name = "scratch"10675version = "1.0.2"10676source = "registry+https://github.com/rust-lang/crates.io-index"10677checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1067810679[[package]]10680name = "sct"10681version = "0.7.0"10682source = "registry+https://github.com/rust-lang/crates.io-index"10683checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10684dependencies = [10685 "ring",10686 "untrusted",10687]1068810689[[package]]10690name = "sec1"10691version = "0.2.1"10692source = "registry+https://github.com/rust-lang/crates.io-index"10693checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10694dependencies = [10695 "der",10696 "generic-array 0.14.6",10697 "pkcs8",10698 "subtle",10699 "zeroize",10700]1070110702[[package]]10703name = "secp256k1"10704version = "0.24.1"10705source = "registry+https://github.com/rust-lang/crates.io-index"10706checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10707dependencies = [10708 "secp256k1-sys",10709]1071010711[[package]]10712name = "secp256k1-sys"10713version = "0.6.1"10714source = "registry+https://github.com/rust-lang/crates.io-index"10715checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10716dependencies = [10717 "cc",10718]1071910720[[package]]10721name = "secrecy"10722version = "0.8.0"10723source = "registry+https://github.com/rust-lang/crates.io-index"10724checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10725dependencies = [10726 "zeroize",10727]1072810729[[package]]10730name = "security-framework"10731version = "2.7.0"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10734dependencies = [10735 "bitflags",10736 "core-foundation",10737 "core-foundation-sys",10738 "libc",10739 "security-framework-sys",10740]1074110742[[package]]10743name = "security-framework-sys"10744version = "2.6.1"10745source = "registry+https://github.com/rust-lang/crates.io-index"10746checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10747dependencies = [10748 "core-foundation-sys",10749 "libc",10750]1075110752[[package]]10753name = "semver"10754version = "0.6.0"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10757dependencies = [10758 "semver-parser",10759]1076010761[[package]]10762name = "semver"10763version = "0.9.0"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10766dependencies = [10767 "semver-parser",10768]1076910770[[package]]10771name = "semver"10772version = "1.0.14"10773source = "registry+https://github.com/rust-lang/crates.io-index"10774checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10775dependencies = [10776 "serde",10777]1077810779[[package]]10780name = "semver-parser"10781version = "0.7.0"10782source = "registry+https://github.com/rust-lang/crates.io-index"10783checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1078410785[[package]]10786name = "serde"10787version = "1.0.147"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10790dependencies = [10791 "serde_derive",10792]1079310794[[package]]10795name = "serde_derive"10796version = "1.0.147"10797source = "registry+https://github.com/rust-lang/crates.io-index"10798checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10799dependencies = [10800 "proc-macro2",10801 "quote",10802 "syn",10803]1080410805[[package]]10806name = "serde_json"10807version = "1.0.87"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10810dependencies = [10811 "itoa",10812 "ryu",10813 "serde",10814]1081510816[[package]]10817name = "serde_nanos"10818version = "0.1.2"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10821dependencies = [10822 "serde",10823]1082410825[[package]]10826name = "sha-1"10827version = "0.9.8"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10830dependencies = [10831 "block-buffer 0.9.0",10832 "cfg-if 1.0.0",10833 "cpufeatures",10834 "digest 0.9.0",10835 "opaque-debug 0.3.0",10836]1083710838[[package]]10839name = "sha1"10840version = "0.10.5"10841source = "registry+https://github.com/rust-lang/crates.io-index"10842checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10843dependencies = [10844 "cfg-if 1.0.0",10845 "cpufeatures",10846 "digest 0.10.5",10847]1084810849[[package]]10850name = "sha2"10851version = "0.8.2"10852source = "registry+https://github.com/rust-lang/crates.io-index"10853checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10854dependencies = [10855 "block-buffer 0.7.3",10856 "digest 0.8.1",10857 "fake-simd",10858 "opaque-debug 0.2.3",10859]1086010861[[package]]10862name = "sha2"10863version = "0.9.9"10864source = "registry+https://github.com/rust-lang/crates.io-index"10865checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10866dependencies = [10867 "block-buffer 0.9.0",10868 "cfg-if 1.0.0",10869 "cpufeatures",10870 "digest 0.9.0",10871 "opaque-debug 0.3.0",10872]1087310874[[package]]10875name = "sha2"10876version = "0.10.6"10877source = "registry+https://github.com/rust-lang/crates.io-index"10878checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10879dependencies = [10880 "cfg-if 1.0.0",10881 "cpufeatures",10882 "digest 0.10.5",10883]1088410885[[package]]10886name = "sha3"10887version = "0.10.6"10888source = "registry+https://github.com/rust-lang/crates.io-index"10889checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10890dependencies = [10891 "digest 0.10.5",10892 "keccak",10893]1089410895[[package]]10896name = "sha3-const"10897version = "0.1.1"10898source = "registry+https://github.com/rust-lang/crates.io-index"10899checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1090010901[[package]]10902name = "sharded-slab"10903version = "0.1.4"10904source = "registry+https://github.com/rust-lang/crates.io-index"10905checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10906dependencies = [10907 "lazy_static",10908]1090910910[[package]]10911name = "shlex"10912version = "1.1.0"10913source = "registry+https://github.com/rust-lang/crates.io-index"10914checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1091510916[[package]]10917name = "signal-hook"10918version = "0.3.14"10919source = "registry+https://github.com/rust-lang/crates.io-index"10920checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10921dependencies = [10922 "libc",10923 "signal-hook-registry",10924]1092510926[[package]]10927name = "signal-hook-registry"10928version = "1.4.0"10929source = "registry+https://github.com/rust-lang/crates.io-index"10930checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10931dependencies = [10932 "libc",10933]1093410935[[package]]10936name = "signature"10937version = "1.4.0"10938source = "registry+https://github.com/rust-lang/crates.io-index"10939checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10940dependencies = [10941 "digest 0.9.0",10942 "rand_core 0.6.4",10943]1094410945[[package]]10946name = "simba"10947version = "0.5.1"10948source = "registry+https://github.com/rust-lang/crates.io-index"10949checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10950dependencies = [10951 "approx",10952 "num-complex",10953 "num-traits",10954 "paste",10955]1095610957[[package]]10958name = "similar"10959version = "2.2.0"10960source = "registry+https://github.com/rust-lang/crates.io-index"10961checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10962dependencies = [10963 "bstr",10964 "unicode-segmentation",10965]1096610967[[package]]10968name = "similar-asserts"10969version = "1.4.2"10970source = "registry+https://github.com/rust-lang/crates.io-index"10971checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10972dependencies = [10973 "console",10974 "similar",10975]1097610977[[package]]10978name = "slab"10979version = "0.4.7"10980source = "registry+https://github.com/rust-lang/crates.io-index"10981checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10982dependencies = [10983 "autocfg",10984]1098510986[[package]]10987name = "slice-group-by"10988version = "0.3.0"10989source = "registry+https://github.com/rust-lang/crates.io-index"10990checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1099110992[[package]]10993name = "slot-range-helper"10994version = "0.9.30"10995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10996dependencies = [10997 "enumn",10998 "parity-scale-codec 3.2.1",10999 "paste",11000 "sp-runtime",11001 "sp-std",11002]1100311004[[package]]11005name = "slotmap"11006version = "1.0.6"11007source = "registry+https://github.com/rust-lang/crates.io-index"11008checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11009dependencies = [11010 "version_check",11011]1101211013[[package]]11014name = "smallvec"11015version = "1.10.0"11016source = "registry+https://github.com/rust-lang/crates.io-index"11017checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1101811019[[package]]11020name = "snap"11021version = "1.0.5"11022source = "registry+https://github.com/rust-lang/crates.io-index"11023checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1102411025[[package]]11026name = "snow"11027version = "0.9.0"11028source = "registry+https://github.com/rust-lang/crates.io-index"11029checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11030dependencies = [11031 "aes-gcm",11032 "blake2",11033 "chacha20poly1305",11034 "curve25519-dalek 4.0.0-pre.1",11035 "rand_core 0.6.4",11036 "ring",11037 "rustc_version 0.4.0",11038 "sha2 0.10.6",11039 "subtle",11040]1104111042[[package]]11043name = "socket2"11044version = "0.4.7"11045source = "registry+https://github.com/rust-lang/crates.io-index"11046checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11047dependencies = [11048 "libc",11049 "winapi",11050]1105111052[[package]]11053name = "soketto"11054version = "0.7.1"11055source = "registry+https://github.com/rust-lang/crates.io-index"11056checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11057dependencies = [11058 "base64",11059 "bytes",11060 "flate2",11061 "futures 0.3.25",11062 "httparse",11063 "log",11064 "rand 0.8.5",11065 "sha-1",11066]1106711068[[package]]11069name = "sp-api"11070version = "4.0.0-dev"11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11072dependencies = [11073 "hash-db",11074 "log",11075 "parity-scale-codec 3.2.1",11076 "sp-api-proc-macro",11077 "sp-core",11078 "sp-runtime",11079 "sp-state-machine",11080 "sp-std",11081 "sp-trie",11082 "sp-version",11083 "thiserror",11084]1108511086[[package]]11087name = "sp-api-proc-macro"11088version = "4.0.0-dev"11089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11090dependencies = [11091 "blake2",11092 "proc-macro-crate",11093 "proc-macro2",11094 "quote",11095 "syn",11096]1109711098[[package]]11099name = "sp-application-crypto"11100version = "6.0.0"11101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11102dependencies = [11103 "parity-scale-codec 3.2.1",11104 "scale-info",11105 "serde",11106 "sp-core",11107 "sp-io",11108 "sp-std",11109]1111011111[[package]]11112name = "sp-arithmetic"11113version = "5.0.0"11114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11115dependencies = [11116 "integer-sqrt",11117 "num-traits",11118 "parity-scale-codec 3.2.1",11119 "scale-info",11120 "serde",11121 "sp-debug-derive",11122 "sp-std",11123 "static_assertions",11124]1112511126[[package]]11127name = "sp-authority-discovery"11128version = "4.0.0-dev"11129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11130dependencies = [11131 "parity-scale-codec 3.2.1",11132 "scale-info",11133 "sp-api",11134 "sp-application-crypto",11135 "sp-runtime",11136 "sp-std",11137]1113811139[[package]]11140name = "sp-authorship"11141version = "4.0.0-dev"11142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11143dependencies = [11144 "async-trait",11145 "parity-scale-codec 3.2.1",11146 "sp-inherents",11147 "sp-runtime",11148 "sp-std",11149]1115011151[[package]]11152name = "sp-block-builder"11153version = "4.0.0-dev"11154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11155dependencies = [11156 "parity-scale-codec 3.2.1",11157 "sp-api",11158 "sp-inherents",11159 "sp-runtime",11160 "sp-std",11161]1116211163[[package]]11164name = "sp-blockchain"11165version = "4.0.0-dev"11166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11167dependencies = [11168 "futures 0.3.25",11169 "log",11170 "lru 0.7.8",11171 "parity-scale-codec 3.2.1",11172 "parking_lot 0.12.1",11173 "sp-api",11174 "sp-consensus",11175 "sp-database",11176 "sp-runtime",11177 "sp-state-machine",11178 "thiserror",11179]1118011181[[package]]11182name = "sp-consensus"11183version = "0.10.0-dev"11184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11185dependencies = [11186 "async-trait",11187 "futures 0.3.25",11188 "futures-timer",11189 "log",11190 "parity-scale-codec 3.2.1",11191 "sp-core",11192 "sp-inherents",11193 "sp-runtime",11194 "sp-state-machine",11195 "sp-std",11196 "sp-version",11197 "thiserror",11198]1119911200[[package]]11201name = "sp-consensus-aura"11202version = "0.10.0-dev"11203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11204dependencies = [11205 "async-trait",11206 "parity-scale-codec 3.2.1",11207 "scale-info",11208 "sp-api",11209 "sp-application-crypto",11210 "sp-consensus",11211 "sp-consensus-slots",11212 "sp-inherents",11213 "sp-runtime",11214 "sp-std",11215 "sp-timestamp",11216]1121711218[[package]]11219name = "sp-consensus-babe"11220version = "0.10.0-dev"11221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11222dependencies = [11223 "async-trait",11224 "merlin",11225 "parity-scale-codec 3.2.1",11226 "scale-info",11227 "serde",11228 "sp-api",11229 "sp-application-crypto",11230 "sp-consensus",11231 "sp-consensus-slots",11232 "sp-consensus-vrf",11233 "sp-core",11234 "sp-inherents",11235 "sp-keystore",11236 "sp-runtime",11237 "sp-std",11238 "sp-timestamp",11239]1124011241[[package]]11242name = "sp-consensus-slots"11243version = "0.10.0-dev"11244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11245dependencies = [11246 "parity-scale-codec 3.2.1",11247 "scale-info",11248 "serde",11249 "sp-arithmetic",11250 "sp-runtime",11251 "sp-std",11252 "sp-timestamp",11253]1125411255[[package]]11256name = "sp-consensus-vrf"11257version = "0.10.0-dev"11258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11259dependencies = [11260 "parity-scale-codec 3.2.1",11261 "scale-info",11262 "schnorrkel",11263 "sp-core",11264 "sp-runtime",11265 "sp-std",11266]1126711268[[package]]11269name = "sp-core"11270version = "6.0.0"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11272dependencies = [11273 "array-bytes",11274 "base58",11275 "bitflags",11276 "blake2",11277 "byteorder",11278 "dyn-clonable",11279 "ed25519-zebra",11280 "futures 0.3.25",11281 "hash-db",11282 "hash256-std-hasher",11283 "impl-serde",11284 "lazy_static",11285 "libsecp256k1",11286 "log",11287 "merlin",11288 "num-traits",11289 "parity-scale-codec 3.2.1",11290 "parity-util-mem",11291 "parking_lot 0.12.1",11292 "primitive-types",11293 "rand 0.7.3",11294 "regex",11295 "scale-info",11296 "schnorrkel",11297 "secp256k1",11298 "secrecy",11299 "serde",11300 "sp-core-hashing",11301 "sp-debug-derive",11302 "sp-externalities",11303 "sp-runtime-interface",11304 "sp-std",11305 "sp-storage",11306 "ss58-registry",11307 "substrate-bip39",11308 "thiserror",11309 "tiny-bip39",11310 "wasmi",11311 "zeroize",11312]1131311314[[package]]11315name = "sp-core-hashing"11316version = "4.0.0"11317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11318dependencies = [11319 "blake2",11320 "byteorder",11321 "digest 0.10.5",11322 "sha2 0.10.6",11323 "sha3",11324 "sp-std",11325 "twox-hash",11326]1132711328[[package]]11329name = "sp-core-hashing-proc-macro"11330version = "5.0.0"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11332dependencies = [11333 "proc-macro2",11334 "quote",11335 "sp-core-hashing",11336 "syn",11337]1133811339[[package]]11340name = "sp-database"11341version = "4.0.0-dev"11342source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11343dependencies = [11344 "kvdb",11345 "parking_lot 0.12.1",11346]1134711348[[package]]11349name = "sp-debug-derive"11350version = "4.0.0"11351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11352dependencies = [11353 "proc-macro2",11354 "quote",11355 "syn",11356]1135711358[[package]]11359name = "sp-externalities"11360version = "0.12.0"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11362dependencies = [11363 "environmental",11364 "parity-scale-codec 3.2.1",11365 "sp-std",11366 "sp-storage",11367]1136811369[[package]]11370name = "sp-finality-grandpa"11371version = "4.0.0-dev"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11373dependencies = [11374 "finality-grandpa",11375 "log",11376 "parity-scale-codec 3.2.1",11377 "scale-info",11378 "serde",11379 "sp-api",11380 "sp-application-crypto",11381 "sp-core",11382 "sp-keystore",11383 "sp-runtime",11384 "sp-std",11385]1138611387[[package]]11388name = "sp-inherents"11389version = "4.0.0-dev"11390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11391dependencies = [11392 "async-trait",11393 "impl-trait-for-tuples",11394 "parity-scale-codec 3.2.1",11395 "sp-core",11396 "sp-runtime",11397 "sp-std",11398 "thiserror",11399]1140011401[[package]]11402name = "sp-io"11403version = "6.0.0"11404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11405dependencies = [11406 "bytes",11407 "futures 0.3.25",11408 "hash-db",11409 "libsecp256k1",11410 "log",11411 "parity-scale-codec 3.2.1",11412 "parking_lot 0.12.1",11413 "secp256k1",11414 "sp-core",11415 "sp-externalities",11416 "sp-keystore",11417 "sp-runtime-interface",11418 "sp-state-machine",11419 "sp-std",11420 "sp-tracing",11421 "sp-trie",11422 "sp-wasm-interface",11423 "tracing",11424 "tracing-core",11425]1142611427[[package]]11428name = "sp-keyring"11429version = "6.0.0"11430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11431dependencies = [11432 "lazy_static",11433 "sp-core",11434 "sp-runtime",11435 "strum",11436]1143711438[[package]]11439name = "sp-keystore"11440version = "0.12.0"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11442dependencies = [11443 "async-trait",11444 "futures 0.3.25",11445 "merlin",11446 "parity-scale-codec 3.2.1",11447 "parking_lot 0.12.1",11448 "schnorrkel",11449 "serde",11450 "sp-core",11451 "sp-externalities",11452 "thiserror",11453]1145411455[[package]]11456name = "sp-maybe-compressed-blob"11457version = "4.1.0-dev"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11459dependencies = [11460 "thiserror",11461 "zstd",11462]1146311464[[package]]11465name = "sp-mmr-primitives"11466version = "4.0.0-dev"11467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11468dependencies = [11469 "log",11470 "parity-scale-codec 3.2.1",11471 "serde",11472 "sp-api",11473 "sp-core",11474 "sp-debug-derive",11475 "sp-runtime",11476 "sp-std",11477]1147811479[[package]]11480name = "sp-npos-elections"11481version = "4.0.0-dev"11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11483dependencies = [11484 "parity-scale-codec 3.2.1",11485 "scale-info",11486 "serde",11487 "sp-arithmetic",11488 "sp-core",11489 "sp-runtime",11490 "sp-std",11491]1149211493[[package]]11494name = "sp-offchain"11495version = "4.0.0-dev"11496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11497dependencies = [11498 "sp-api",11499 "sp-core",11500 "sp-runtime",11501]1150211503[[package]]11504name = "sp-panic-handler"11505version = "4.0.0"11506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11507dependencies = [11508 "backtrace",11509 "lazy_static",11510 "regex",11511]1151211513[[package]]11514name = "sp-rpc"11515version = "6.0.0"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11517dependencies = [11518 "rustc-hash",11519 "serde",11520 "sp-core",11521]1152211523[[package]]11524name = "sp-runtime"11525version = "6.0.0"11526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11527dependencies = [11528 "either",11529 "hash256-std-hasher",11530 "impl-trait-for-tuples",11531 "log",11532 "parity-scale-codec 3.2.1",11533 "parity-util-mem",11534 "paste",11535 "rand 0.7.3",11536 "scale-info",11537 "serde",11538 "sp-application-crypto",11539 "sp-arithmetic",11540 "sp-core",11541 "sp-io",11542 "sp-std",11543 "sp-weights",11544]1154511546[[package]]11547name = "sp-runtime-interface"11548version = "6.0.0"11549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11550dependencies = [11551 "bytes",11552 "impl-trait-for-tuples",11553 "parity-scale-codec 3.2.1",11554 "primitive-types",11555 "sp-externalities",11556 "sp-runtime-interface-proc-macro",11557 "sp-std",11558 "sp-storage",11559 "sp-tracing",11560 "sp-wasm-interface",11561 "static_assertions",11562]1156311564[[package]]11565name = "sp-runtime-interface-proc-macro"11566version = "5.0.0"11567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11568dependencies = [11569 "Inflector",11570 "proc-macro-crate",11571 "proc-macro2",11572 "quote",11573 "syn",11574]1157511576[[package]]11577name = "sp-sandbox"11578version = "0.10.0-dev"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11580dependencies = [11581 "log",11582 "parity-scale-codec 3.2.1",11583 "sp-core",11584 "sp-io",11585 "sp-std",11586 "sp-wasm-interface",11587 "wasmi",11588]1158911590[[package]]11591name = "sp-session"11592version = "4.0.0-dev"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11594dependencies = [11595 "parity-scale-codec 3.2.1",11596 "scale-info",11597 "sp-api",11598 "sp-core",11599 "sp-runtime",11600 "sp-staking",11601 "sp-std",11602]1160311604[[package]]11605name = "sp-staking"11606version = "4.0.0-dev"11607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11608dependencies = [11609 "parity-scale-codec 3.2.1",11610 "scale-info",11611 "sp-runtime",11612 "sp-std",11613]1161411615[[package]]11616name = "sp-state-machine"11617version = "0.12.0"11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11619dependencies = [11620 "hash-db",11621 "log",11622 "num-traits",11623 "parity-scale-codec 3.2.1",11624 "parking_lot 0.12.1",11625 "rand 0.7.3",11626 "smallvec",11627 "sp-core",11628 "sp-externalities",11629 "sp-panic-handler",11630 "sp-std",11631 "sp-trie",11632 "thiserror",11633 "tracing",11634 "trie-root",11635]1163611637[[package]]11638name = "sp-std"11639version = "4.0.0"11640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1164111642[[package]]11643name = "sp-storage"11644version = "6.0.0"11645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11646dependencies = [11647 "impl-serde",11648 "parity-scale-codec 3.2.1",11649 "ref-cast",11650 "serde",11651 "sp-debug-derive",11652 "sp-std",11653]1165411655[[package]]11656name = "sp-tasks"11657version = "4.0.0-dev"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11659dependencies = [11660 "log",11661 "sp-core",11662 "sp-externalities",11663 "sp-io",11664 "sp-runtime-interface",11665 "sp-std",11666]1166711668[[package]]11669name = "sp-timestamp"11670version = "4.0.0-dev"11671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11672dependencies = [11673 "async-trait",11674 "futures-timer",11675 "log",11676 "parity-scale-codec 3.2.1",11677 "sp-api",11678 "sp-inherents",11679 "sp-runtime",11680 "sp-std",11681 "thiserror",11682]1168311684[[package]]11685name = "sp-tracing"11686version = "5.0.0"11687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11688dependencies = [11689 "parity-scale-codec 3.2.1",11690 "sp-std",11691 "tracing",11692 "tracing-core",11693 "tracing-subscriber",11694]1169511696[[package]]11697name = "sp-transaction-pool"11698version = "4.0.0-dev"11699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11700dependencies = [11701 "sp-api",11702 "sp-runtime",11703]1170411705[[package]]11706name = "sp-transaction-storage-proof"11707version = "4.0.0-dev"11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11709dependencies = [11710 "async-trait",11711 "log",11712 "parity-scale-codec 3.2.1",11713 "scale-info",11714 "sp-core",11715 "sp-inherents",11716 "sp-runtime",11717 "sp-std",11718 "sp-trie",11719]1172011721[[package]]11722name = "sp-trie"11723version = "6.0.0"11724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11725dependencies = [11726 "ahash",11727 "hash-db",11728 "hashbrown",11729 "lazy_static",11730 "lru 0.7.8",11731 "memory-db",11732 "nohash-hasher",11733 "parity-scale-codec 3.2.1",11734 "parking_lot 0.12.1",11735 "scale-info",11736 "sp-core",11737 "sp-std",11738 "thiserror",11739 "tracing",11740 "trie-db",11741 "trie-root",11742]1174311744[[package]]11745name = "sp-version"11746version = "5.0.0"11747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11748dependencies = [11749 "impl-serde",11750 "parity-scale-codec 3.2.1",11751 "parity-wasm 0.45.0",11752 "scale-info",11753 "serde",11754 "sp-core-hashing-proc-macro",11755 "sp-runtime",11756 "sp-std",11757 "sp-version-proc-macro",11758 "thiserror",11759]1176011761[[package]]11762name = "sp-version-proc-macro"11763version = "4.0.0-dev"11764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11765dependencies = [11766 "parity-scale-codec 3.2.1",11767 "proc-macro2",11768 "quote",11769 "syn",11770]1177111772[[package]]11773name = "sp-wasm-interface"11774version = "6.0.0"11775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11776dependencies = [11777 "impl-trait-for-tuples",11778 "log",11779 "parity-scale-codec 3.2.1",11780 "sp-std",11781 "wasmi",11782 "wasmtime",11783]1178411785[[package]]11786name = "sp-weights"11787version = "4.0.0"11788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11789dependencies = [11790 "impl-trait-for-tuples",11791 "parity-scale-codec 3.2.1",11792 "scale-info",11793 "serde",11794 "smallvec",11795 "sp-arithmetic",11796 "sp-core",11797 "sp-debug-derive",11798 "sp-std",11799]1180011801[[package]]11802name = "spin"11803version = "0.5.2"11804source = "registry+https://github.com/rust-lang/crates.io-index"11805checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1180611807[[package]]11808name = "spki"11809version = "0.5.4"11810source = "registry+https://github.com/rust-lang/crates.io-index"11811checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11812dependencies = [11813 "base64ct",11814 "der",11815]1181611817[[package]]11818name = "ss58-registry"11819version = "1.33.0"11820source = "registry+https://github.com/rust-lang/crates.io-index"11821checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11822dependencies = [11823 "Inflector",11824 "num-format",11825 "proc-macro2",11826 "quote",11827 "serde",11828 "serde_json",11829 "unicode-xid",11830]1183111832[[package]]11833name = "stable_deref_trait"11834version = "1.2.0"11835source = "registry+https://github.com/rust-lang/crates.io-index"11836checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1183711838[[package]]11839name = "static_assertions"11840version = "1.1.0"11841source = "registry+https://github.com/rust-lang/crates.io-index"11842checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1184311844[[package]]11845name = "static_init"11846version = "0.5.2"11847source = "registry+https://github.com/rust-lang/crates.io-index"11848checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11849dependencies = [11850 "cfg_aliases",11851 "libc",11852 "parking_lot 0.11.2",11853 "static_init_macro 0.5.0",11854]1185511856[[package]]11857name = "static_init"11858version = "1.0.3"11859source = "registry+https://github.com/rust-lang/crates.io-index"11860checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11861dependencies = [11862 "bitflags",11863 "cfg_aliases",11864 "libc",11865 "parking_lot 0.11.2",11866 "parking_lot_core 0.8.5",11867 "static_init_macro 1.0.2",11868 "winapi",11869]1187011871[[package]]11872name = "static_init_macro"11873version = "0.5.0"11874source = "registry+https://github.com/rust-lang/crates.io-index"11875checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11876dependencies = [11877 "cfg_aliases",11878 "memchr",11879 "proc-macro2",11880 "quote",11881 "syn",11882]1188311884[[package]]11885name = "static_init_macro"11886version = "1.0.2"11887source = "registry+https://github.com/rust-lang/crates.io-index"11888checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11889dependencies = [11890 "cfg_aliases",11891 "memchr",11892 "proc-macro2",11893 "quote",11894 "syn",11895]1189611897[[package]]11898name = "statrs"11899version = "0.15.0"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11902dependencies = [11903 "approx",11904 "lazy_static",11905 "nalgebra",11906 "num-traits",11907 "rand 0.8.5",11908]1190911910[[package]]11911name = "strsim"11912version = "0.10.0"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1191511916[[package]]11917name = "struct-versioning"11918version = "0.1.0"11919dependencies = [11920 "quote",11921 "syn",11922]1192311924[[package]]11925name = "strum"11926version = "0.24.1"11927source = "registry+https://github.com/rust-lang/crates.io-index"11928checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11929dependencies = [11930 "strum_macros",11931]1193211933[[package]]11934name = "strum_macros"11935version = "0.24.3"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11938dependencies = [11939 "heck",11940 "proc-macro2",11941 "quote",11942 "rustversion",11943 "syn",11944]1194511946[[package]]11947name = "substrate-bip39"11948version = "0.4.4"11949source = "registry+https://github.com/rust-lang/crates.io-index"11950checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11951dependencies = [11952 "hmac 0.11.0",11953 "pbkdf2 0.8.0",11954 "schnorrkel",11955 "sha2 0.9.9",11956 "zeroize",11957]1195811959[[package]]11960name = "substrate-build-script-utils"11961version = "3.0.0"11962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11963dependencies = [11964 "platforms",11965]1196611967[[package]]11968name = "substrate-frame-rpc-system"11969version = "4.0.0-dev"11970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11971dependencies = [11972 "frame-system-rpc-runtime-api",11973 "futures 0.3.25",11974 "jsonrpsee",11975 "log",11976 "parity-scale-codec 3.2.1",11977 "sc-client-api",11978 "sc-rpc-api",11979 "sc-transaction-pool-api",11980 "serde_json",11981 "sp-api",11982 "sp-block-builder",11983 "sp-blockchain",11984 "sp-core",11985 "sp-runtime",11986]1198711988[[package]]11989name = "substrate-prometheus-endpoint"11990version = "0.10.0-dev"11991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11992dependencies = [11993 "futures-util",11994 "hyper",11995 "log",11996 "prometheus",11997 "thiserror",11998 "tokio",11999]1200012001[[package]]12002name = "substrate-state-trie-migration-rpc"12003version = "4.0.0-dev"12004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12005dependencies = [12006 "jsonrpsee",12007 "log",12008 "parity-scale-codec 3.2.1",12009 "sc-client-api",12010 "sc-rpc-api",12011 "scale-info",12012 "serde",12013 "sp-core",12014 "sp-io",12015 "sp-runtime",12016 "sp-state-machine",12017 "sp-std",12018 "sp-trie",12019 "trie-db",12020]1202112022[[package]]12023name = "substrate-test-client"12024version = "2.0.1"12025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12026dependencies = [12027 "array-bytes",12028 "async-trait",12029 "futures 0.3.25",12030 "parity-scale-codec 3.2.1",12031 "sc-client-api",12032 "sc-client-db",12033 "sc-consensus",12034 "sc-executor",12035 "sc-offchain",12036 "sc-service",12037 "serde",12038 "serde_json",12039 "sp-blockchain",12040 "sp-consensus",12041 "sp-core",12042 "sp-keyring",12043 "sp-keystore",12044 "sp-runtime",12045 "sp-state-machine",12046]1204712048[[package]]12049name = "substrate-test-utils"12050version = "4.0.0-dev"12051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12052dependencies = [12053 "futures 0.3.25",12054 "substrate-test-utils-derive",12055 "tokio",12056]1205712058[[package]]12059name = "substrate-test-utils-derive"12060version = "0.10.0-dev"12061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12062dependencies = [12063 "proc-macro-crate",12064 "proc-macro2",12065 "quote",12066 "syn",12067]1206812069[[package]]12070name = "substrate-wasm-builder"12071version = "5.0.0-dev"12072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12073dependencies = [12074 "ansi_term",12075 "build-helper",12076 "cargo_metadata",12077 "filetime",12078 "sp-maybe-compressed-blob",12079 "strum",12080 "tempfile",12081 "toml",12082 "walkdir",12083 "wasm-gc-api",12084]1208512086[[package]]12087name = "subtle"12088version = "2.4.1"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1209112092[[package]]12093name = "syn"12094version = "1.0.103"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12097dependencies = [12098 "proc-macro2",12099 "quote",12100 "unicode-ident",12101]1210212103[[package]]12104name = "synstructure"12105version = "0.12.6"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12108dependencies = [12109 "proc-macro2",12110 "quote",12111 "syn",12112 "unicode-xid",12113]1211412115[[package]]12116name = "system-configuration"12117version = "0.5.0"12118source = "registry+https://github.com/rust-lang/crates.io-index"12119checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12120dependencies = [12121 "bitflags",12122 "core-foundation",12123 "system-configuration-sys",12124]1212512126[[package]]12127name = "system-configuration-sys"12128version = "0.5.0"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12131dependencies = [12132 "core-foundation-sys",12133 "libc",12134]1213512136[[package]]12137name = "tap"12138version = "1.0.1"12139source = "registry+https://github.com/rust-lang/crates.io-index"12140checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1214112142[[package]]12143name = "target-lexicon"12144version = "0.12.4"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1214712148[[package]]12149name = "tempfile"12150version = "3.3.0"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12153dependencies = [12154 "cfg-if 1.0.0",12155 "fastrand",12156 "libc",12157 "redox_syscall",12158 "remove_dir_all",12159 "winapi",12160]1216112162[[package]]12163name = "termcolor"12164version = "1.1.3"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12167dependencies = [12168 "winapi-util",12169]1217012171[[package]]12172name = "terminal_size"12173version = "0.1.17"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12176dependencies = [12177 "libc",12178 "winapi",12179]1218012181[[package]]12182name = "test-runtime-constants"12183version = "0.9.30"12184source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12185dependencies = [12186 "frame-support",12187 "polkadot-primitives",12188 "polkadot-runtime-common",12189 "smallvec",12190 "sp-runtime",12191]1219212193[[package]]12194name = "tests"12195version = "0.1.1"12196dependencies = [12197 "evm-coder",12198 "fp-evm-mapping",12199 "frame-support",12200 "frame-system",12201 "pallet-balances",12202 "pallet-common",12203 "pallet-ethereum",12204 "pallet-evm",12205 "pallet-evm-coder-substrate",12206 "pallet-fungible",12207 "pallet-nonfungible",12208 "pallet-refungible",12209 "pallet-structure",12210 "pallet-timestamp",12211 "pallet-transaction-payment",12212 "pallet-unique",12213 "parity-scale-codec 3.2.1",12214 "scale-info",12215 "sp-core",12216 "sp-io",12217 "sp-runtime",12218 "sp-std",12219 "up-data-structs",12220 "up-sponsorship",12221]1222212223[[package]]12224name = "textwrap"12225version = "0.16.0"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1222812229[[package]]12230name = "thiserror"12231version = "1.0.37"12232source = "registry+https://github.com/rust-lang/crates.io-index"12233checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12234dependencies = [12235 "thiserror-impl",12236]1223712238[[package]]12239name = "thiserror-impl"12240version = "1.0.37"12241source = "registry+https://github.com/rust-lang/crates.io-index"12242checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12243dependencies = [12244 "proc-macro2",12245 "quote",12246 "syn",12247]1224812249[[package]]12250name = "thousands"12251version = "0.2.0"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1225412255[[package]]12256name = "thread_local"12257version = "1.1.4"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12260dependencies = [12261 "once_cell",12262]1226312264[[package]]12265name = "threadpool"12266version = "1.8.1"12267source = "registry+https://github.com/rust-lang/crates.io-index"12268checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12269dependencies = [12270 "num_cpus",12271]1227212273[[package]]12274name = "thrift"12275version = "0.15.0"12276source = "registry+https://github.com/rust-lang/crates.io-index"12277checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12278dependencies = [12279 "byteorder",12280 "integer-encoding",12281 "log",12282 "ordered-float",12283 "threadpool",12284]1228512286[[package]]12287name = "tikv-jemalloc-sys"12288version = "0.4.3+5.2.1-patched.2"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12291dependencies = [12292 "cc",12293 "fs_extra",12294 "libc",12295]1229612297[[package]]12298name = "time"12299version = "0.1.44"12300source = "registry+https://github.com/rust-lang/crates.io-index"12301checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12302dependencies = [12303 "libc",12304 "wasi 0.10.0+wasi-snapshot-preview1",12305 "winapi",12306]1230712308[[package]]12309name = "time"12310version = "0.3.9"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12313dependencies = [12314 "itoa",12315 "libc",12316 "num_threads",12317 "time-macros",12318]1231912320[[package]]12321name = "time-macros"12322version = "0.2.4"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1232512326[[package]]12327name = "tiny-bip39"12328version = "0.8.2"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12331dependencies = [12332 "anyhow",12333 "hmac 0.8.1",12334 "once_cell",12335 "pbkdf2 0.4.0",12336 "rand 0.7.3",12337 "rustc-hash",12338 "sha2 0.9.9",12339 "thiserror",12340 "unicode-normalization",12341 "wasm-bindgen",12342 "zeroize",12343]1234412345[[package]]12346name = "tiny-keccak"12347version = "2.0.2"12348source = "registry+https://github.com/rust-lang/crates.io-index"12349checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12350dependencies = [12351 "crunchy",12352]1235312354[[package]]12355name = "tinyvec"12356version = "1.6.0"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12359dependencies = [12360 "tinyvec_macros",12361]1236212363[[package]]12364name = "tinyvec_macros"12365version = "0.1.0"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1236812369[[package]]12370name = "tokio"12371version = "1.21.2"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12374dependencies = [12375 "autocfg",12376 "bytes",12377 "libc",12378 "memchr",12379 "mio",12380 "num_cpus",12381 "parking_lot 0.12.1",12382 "pin-project-lite 0.2.9",12383 "signal-hook-registry",12384 "socket2",12385 "tokio-macros",12386 "winapi",12387]1238812389[[package]]12390name = "tokio-macros"12391version = "1.8.0"12392source = "registry+https://github.com/rust-lang/crates.io-index"12393checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12394dependencies = [12395 "proc-macro2",12396 "quote",12397 "syn",12398]1239912400[[package]]12401name = "tokio-rustls"12402version = "0.23.4"12403source = "registry+https://github.com/rust-lang/crates.io-index"12404checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12405dependencies = [12406 "rustls",12407 "tokio",12408 "webpki",12409]1241012411[[package]]12412name = "tokio-stream"12413version = "0.1.11"12414source = "registry+https://github.com/rust-lang/crates.io-index"12415checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12416dependencies = [12417 "futures-core",12418 "pin-project-lite 0.2.9",12419 "tokio",12420]1242112422[[package]]12423name = "tokio-util"12424version = "0.7.4"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12427dependencies = [12428 "bytes",12429 "futures-core",12430 "futures-io",12431 "futures-sink",12432 "pin-project-lite 0.2.9",12433 "tokio",12434 "tracing",12435]1243612437[[package]]12438name = "toml"12439version = "0.5.9"12440source = "registry+https://github.com/rust-lang/crates.io-index"12441checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12442dependencies = [12443 "serde",12444]1244512446[[package]]12447name = "tower-service"12448version = "0.3.2"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1245112452[[package]]12453name = "tracing"12454version = "0.1.37"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12457dependencies = [12458 "cfg-if 1.0.0",12459 "pin-project-lite 0.2.9",12460 "tracing-attributes",12461 "tracing-core",12462]1246312464[[package]]12465name = "tracing-attributes"12466version = "0.1.23"12467source = "registry+https://github.com/rust-lang/crates.io-index"12468checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12469dependencies = [12470 "proc-macro2",12471 "quote",12472 "syn",12473]1247412475[[package]]12476name = "tracing-core"12477version = "0.1.30"12478source = "registry+https://github.com/rust-lang/crates.io-index"12479checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12480dependencies = [12481 "once_cell",12482 "valuable",12483]1248412485[[package]]12486name = "tracing-futures"12487version = "0.2.5"12488source = "registry+https://github.com/rust-lang/crates.io-index"12489checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12490dependencies = [12491 "pin-project",12492 "tracing",12493]1249412495[[package]]12496name = "tracing-gum"12497version = "0.9.30"12498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12499dependencies = [12500 "polkadot-node-jaeger",12501 "polkadot-primitives",12502 "tracing",12503 "tracing-gum-proc-macro",12504]1250512506[[package]]12507name = "tracing-gum-proc-macro"12508version = "0.9.30"12509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12510dependencies = [12511 "expander 0.0.6",12512 "proc-macro-crate",12513 "proc-macro2",12514 "quote",12515 "syn",12516]1251712518[[package]]12519name = "tracing-log"12520version = "0.1.3"12521source = "registry+https://github.com/rust-lang/crates.io-index"12522checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12523dependencies = [12524 "lazy_static",12525 "log",12526 "tracing-core",12527]1252812529[[package]]12530name = "tracing-serde"12531version = "0.1.3"12532source = "registry+https://github.com/rust-lang/crates.io-index"12533checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12534dependencies = [12535 "serde",12536 "tracing-core",12537]1253812539[[package]]12540name = "tracing-subscriber"12541version = "0.2.25"12542source = "registry+https://github.com/rust-lang/crates.io-index"12543checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12544dependencies = [12545 "ansi_term",12546 "chrono",12547 "lazy_static",12548 "matchers",12549 "parking_lot 0.11.2",12550 "regex",12551 "serde",12552 "serde_json",12553 "sharded-slab",12554 "smallvec",12555 "thread_local",12556 "tracing",12557 "tracing-core",12558 "tracing-log",12559 "tracing-serde",12560]1256112562[[package]]12563name = "trie-db"12564version = "0.24.0"12565source = "registry+https://github.com/rust-lang/crates.io-index"12566checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12567dependencies = [12568 "hash-db",12569 "hashbrown",12570 "log",12571 "rustc-hex",12572 "smallvec",12573]1257412575[[package]]12576name = "trie-root"12577version = "0.17.0"12578source = "registry+https://github.com/rust-lang/crates.io-index"12579checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12580dependencies = [12581 "hash-db",12582]1258312584[[package]]12585name = "triehash"12586version = "0.8.4"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12589dependencies = [12590 "hash-db",12591 "rlp",12592]1259312594[[package]]12595name = "trust-dns-proto"12596version = "0.21.2"12597source = "registry+https://github.com/rust-lang/crates.io-index"12598checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12599dependencies = [12600 "async-trait",12601 "cfg-if 1.0.0",12602 "data-encoding",12603 "enum-as-inner",12604 "futures-channel",12605 "futures-io",12606 "futures-util",12607 "idna 0.2.3",12608 "ipnet",12609 "lazy_static",12610 "log",12611 "rand 0.8.5",12612 "smallvec",12613 "thiserror",12614 "tinyvec",12615 "url",12616]1261712618[[package]]12619name = "trust-dns-resolver"12620version = "0.21.2"12621source = "registry+https://github.com/rust-lang/crates.io-index"12622checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12623dependencies = [12624 "cfg-if 1.0.0",12625 "futures-util",12626 "ipconfig",12627 "lazy_static",12628 "log",12629 "lru-cache",12630 "parking_lot 0.12.1",12631 "resolv-conf",12632 "smallvec",12633 "thiserror",12634 "trust-dns-proto",12635]1263612637[[package]]12638name = "try-lock"12639version = "0.2.3"12640source = "registry+https://github.com/rust-lang/crates.io-index"12641checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1264212643[[package]]12644name = "try-runtime-cli"12645version = "0.10.0-dev"12646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12647dependencies = [12648 "clap",12649 "frame-try-runtime",12650 "jsonrpsee",12651 "log",12652 "parity-scale-codec 3.2.1",12653 "remote-externalities",12654 "sc-chain-spec",12655 "sc-cli",12656 "sc-executor",12657 "sc-service",12658 "serde",12659 "sp-core",12660 "sp-externalities",12661 "sp-io",12662 "sp-keystore",12663 "sp-runtime",12664 "sp-state-machine",12665 "sp-version",12666 "zstd",12667]1266812669[[package]]12670name = "trybuild"12671version = "1.0.71"12672source = "registry+https://github.com/rust-lang/crates.io-index"12673checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12674dependencies = [12675 "glob",12676 "once_cell",12677 "serde",12678 "serde_derive",12679 "serde_json",12680 "termcolor",12681 "toml",12682]1268312684[[package]]12685name = "tt-call"12686version = "1.0.8"12687source = "registry+https://github.com/rust-lang/crates.io-index"12688checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1268912690[[package]]12691name = "twox-hash"12692version = "1.6.3"12693source = "registry+https://github.com/rust-lang/crates.io-index"12694checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12695dependencies = [12696 "cfg-if 1.0.0",12697 "digest 0.10.5",12698 "rand 0.8.5",12699 "static_assertions",12700]1270112702[[package]]12703name = "typenum"12704version = "1.15.0"12705source = "registry+https://github.com/rust-lang/crates.io-index"12706checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1270712708[[package]]12709name = "uc-rpc"12710version = "0.1.4"12711dependencies = [12712 "anyhow",12713 "app-promotion-rpc",12714 "jsonrpsee",12715 "pallet-common",12716 "pallet-evm",12717 "parity-scale-codec 3.2.1",12718 "rmrk-rpc",12719 "sp-api",12720 "sp-blockchain",12721 "sp-core",12722 "sp-rpc",12723 "sp-runtime",12724 "up-data-structs",12725 "up-rpc",12726]1272712728[[package]]12729name = "ucd-trie"12730version = "0.1.5"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1273312734[[package]]12735name = "uint"12736version = "0.9.4"12737source = "registry+https://github.com/rust-lang/crates.io-index"12738checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12739dependencies = [12740 "byteorder",12741 "crunchy",12742 "hex",12743 "static_assertions",12744]1274512746[[package]]12747name = "unicase"12748version = "2.6.0"12749source = "registry+https://github.com/rust-lang/crates.io-index"12750checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12751dependencies = [12752 "version_check",12753]1275412755[[package]]12756name = "unicode-bidi"12757version = "0.3.8"12758source = "registry+https://github.com/rust-lang/crates.io-index"12759checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1276012761[[package]]12762name = "unicode-ident"12763version = "1.0.5"12764source = "registry+https://github.com/rust-lang/crates.io-index"12765checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1276612767[[package]]12768name = "unicode-normalization"12769version = "0.1.22"12770source = "registry+https://github.com/rust-lang/crates.io-index"12771checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12772dependencies = [12773 "tinyvec",12774]1277512776[[package]]12777name = "unicode-segmentation"12778version = "1.10.0"12779source = "registry+https://github.com/rust-lang/crates.io-index"12780checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1278112782[[package]]12783name = "unicode-width"12784version = "0.1.10"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1278712788[[package]]12789name = "unicode-xid"12790version = "0.2.4"12791source = "registry+https://github.com/rust-lang/crates.io-index"12792checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1279312794[[package]]12795name = "unique-node"12796version = "0.9.30"12797dependencies = [12798 "app-promotion-rpc",12799 "clap",12800 "cumulus-client-cli",12801 "cumulus-client-collator",12802 "cumulus-client-consensus-aura",12803 "cumulus-client-consensus-common",12804 "cumulus-client-network",12805 "cumulus-client-service",12806 "cumulus-primitives-core",12807 "cumulus-primitives-parachain-inherent",12808 "cumulus-relay-chain-inprocess-interface",12809 "cumulus-relay-chain-interface",12810 "cumulus-relay-chain-rpc-interface",12811 "fc-consensus",12812 "fc-db",12813 "fc-mapping-sync",12814 "fc-rpc",12815 "fc-rpc-core",12816 "flexi_logger",12817 "fp-rpc",12818 "frame-benchmarking",12819 "frame-benchmarking-cli",12820 "futures 0.3.25",12821 "jsonrpsee",12822 "log",12823 "opal-runtime",12824 "pallet-ethereum",12825 "pallet-transaction-payment-rpc",12826 "pallet-transaction-payment-rpc-runtime-api",12827 "parity-scale-codec 3.2.1",12828 "parking_lot 0.12.1",12829 "polkadot-cli",12830 "polkadot-parachain",12831 "polkadot-primitives",12832 "polkadot-service",12833 "polkadot-test-service",12834 "quartz-runtime",12835 "rmrk-rpc",12836 "sc-basic-authorship",12837 "sc-chain-spec",12838 "sc-cli",12839 "sc-client-api",12840 "sc-consensus",12841 "sc-consensus-aura",12842 "sc-consensus-manual-seal",12843 "sc-executor",12844 "sc-finality-grandpa",12845 "sc-keystore",12846 "sc-network",12847 "sc-rpc",12848 "sc-rpc-api",12849 "sc-service",12850 "sc-sysinfo",12851 "sc-telemetry",12852 "sc-tracing",12853 "sc-transaction-pool",12854 "serde",12855 "serde_json",12856 "sp-api",12857 "sp-block-builder",12858 "sp-blockchain",12859 "sp-consensus",12860 "sp-consensus-aura",12861 "sp-core",12862 "sp-finality-grandpa",12863 "sp-inherents",12864 "sp-keystore",12865 "sp-offchain",12866 "sp-runtime",12867 "sp-session",12868 "sp-timestamp",12869 "sp-transaction-pool",12870 "sp-trie",12871 "substrate-build-script-utils",12872 "substrate-frame-rpc-system",12873 "substrate-prometheus-endpoint",12874 "tokio",12875 "try-runtime-cli",12876 "unique-rpc",12877 "unique-runtime",12878 "up-common",12879 "up-data-structs",12880 "up-rpc",12881]1288212883[[package]]12884name = "unique-rpc"12885version = "0.1.2"12886dependencies = [12887 "app-promotion-rpc",12888 "fc-db",12889 "fc-mapping-sync",12890 "fc-rpc",12891 "fc-rpc-core",12892 "fp-rpc",12893 "fp-storage",12894 "futures 0.3.25",12895 "jsonrpsee",12896 "pallet-common",12897 "pallet-ethereum",12898 "pallet-transaction-payment-rpc",12899 "pallet-transaction-payment-rpc-runtime-api",12900 "pallet-unique",12901 "rmrk-rpc",12902 "sc-client-api",12903 "sc-consensus-aura",12904 "sc-consensus-epochs",12905 "sc-finality-grandpa",12906 "sc-finality-grandpa-rpc",12907 "sc-keystore",12908 "sc-network",12909 "sc-rpc",12910 "sc-rpc-api",12911 "sc-service",12912 "sc-transaction-pool",12913 "serde",12914 "sp-api",12915 "sp-block-builder",12916 "sp-blockchain",12917 "sp-consensus",12918 "sp-consensus-aura",12919 "sp-core",12920 "sp-offchain",12921 "sp-runtime",12922 "sp-session",12923 "sp-storage",12924 "sp-transaction-pool",12925 "substrate-frame-rpc-system",12926 "tokio",12927 "uc-rpc",12928 "up-common",12929 "up-data-structs",12930 "up-rpc",12931]1293212933[[package]]12934name = "unique-runtime"12935version = "0.9.30"12936dependencies = [12937 "app-promotion-rpc",12938 "cumulus-pallet-aura-ext",12939 "cumulus-pallet-dmp-queue",12940 "cumulus-pallet-parachain-system",12941 "cumulus-pallet-xcm",12942 "cumulus-pallet-xcmp-queue",12943 "cumulus-primitives-core",12944 "cumulus-primitives-timestamp",12945 "cumulus-primitives-utility",12946 "derivative",12947 "evm-coder",12948 "fp-evm-mapping",12949 "fp-rpc",12950 "fp-self-contained",12951 "frame-benchmarking",12952 "frame-executive",12953 "frame-support",12954 "frame-system",12955 "frame-system-benchmarking",12956 "frame-system-rpc-runtime-api",12957 "frame-try-runtime",12958 "hex-literal",12959 "impl-trait-for-tuples",12960 "log",12961 "logtest",12962 "orml-tokens",12963 "orml-traits",12964 "orml-vesting",12965 "orml-xtokens",12966 "pallet-app-promotion",12967 "pallet-aura",12968 "pallet-balances",12969 "pallet-base-fee",12970 "pallet-common",12971 "pallet-configuration",12972 "pallet-ethereum",12973 "pallet-evm",12974 "pallet-evm-coder-substrate",12975 "pallet-evm-contract-helpers",12976 "pallet-evm-migration",12977 "pallet-evm-transaction-payment",12978 "pallet-foreign-assets",12979 "pallet-fungible",12980 "pallet-inflation",12981 "pallet-maintenance",12982 "pallet-nonfungible",12983 "pallet-randomness-collective-flip",12984 "pallet-refungible",12985 "pallet-rmrk-core",12986 "pallet-rmrk-equip",12987 "pallet-structure",12988 "pallet-sudo",12989 "pallet-template-transaction-payment",12990 "pallet-timestamp",12991 "pallet-transaction-payment",12992 "pallet-transaction-payment-rpc-runtime-api",12993 "pallet-treasury",12994 "pallet-unique",12995 "pallet-unique-scheduler",12996 "pallet-xcm",12997 "parachain-info",12998 "parity-scale-codec 3.2.1",12999 "polkadot-parachain",13000 "rmrk-rpc",13001 "scale-info",13002 "serde",13003 "smallvec",13004 "sp-api",13005 "sp-arithmetic",13006 "sp-block-builder",13007 "sp-consensus-aura",13008 "sp-core",13009 "sp-inherents",13010 "sp-io",13011 "sp-offchain",13012 "sp-runtime",13013 "sp-session",13014 "sp-std",13015 "sp-transaction-pool",13016 "sp-version",13017 "substrate-wasm-builder",13018 "up-common",13019 "up-data-structs",13020 "up-rpc",13021 "up-sponsorship",13022 "xcm",13023 "xcm-builder",13024 "xcm-executor",13025]1302613027[[package]]13028name = "universal-hash"13029version = "0.4.1"13030source = "registry+https://github.com/rust-lang/crates.io-index"13031checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13032dependencies = [13033 "generic-array 0.14.6",13034 "subtle",13035]1303613037[[package]]13038name = "unsigned-varint"13039version = "0.7.1"13040source = "registry+https://github.com/rust-lang/crates.io-index"13041checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13042dependencies = [13043 "asynchronous-codec",13044 "bytes",13045 "futures-io",13046 "futures-util",13047]1304813049[[package]]13050name = "untrusted"13051version = "0.7.1"13052source = "registry+https://github.com/rust-lang/crates.io-index"13053checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1305413055[[package]]13056name = "up-common"13057version = "0.9.30"13058dependencies = [13059 "fp-rpc",13060 "frame-support",13061 "pallet-evm",13062 "sp-consensus-aura",13063 "sp-core",13064 "sp-runtime",13065 "sp-std",13066]1306713068[[package]]13069name = "up-data-structs"13070version = "0.2.2"13071dependencies = [13072 "bondrewd",13073 "derivative",13074 "frame-support",13075 "frame-system",13076 "pallet-evm",13077 "parity-scale-codec 3.2.1",13078 "rmrk-traits",13079 "scale-info",13080 "serde",13081 "sp-core",13082 "sp-runtime",13083 "sp-std",13084 "struct-versioning",13085]1308613087[[package]]13088name = "up-rpc"13089version = "0.1.3"13090dependencies = [13091 "pallet-common",13092 "pallet-evm",13093 "parity-scale-codec 3.2.1",13094 "sp-api",13095 "sp-core",13096 "sp-runtime",13097 "sp-std",13098 "up-data-structs",13099]1310013101[[package]]13102name = "up-sponsorship"13103version = "0.1.0"13104source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13105dependencies = [13106 "impl-trait-for-tuples",13107]1310813109[[package]]13110name = "url"13111version = "2.3.1"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13114dependencies = [13115 "form_urlencoded",13116 "idna 0.3.0",13117 "percent-encoding",13118]1311913120[[package]]13121name = "valuable"13122version = "0.1.0"13123source = "registry+https://github.com/rust-lang/crates.io-index"13124checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1312513126[[package]]13127name = "value-bag"13128version = "1.0.0-alpha.9"13129source = "registry+https://github.com/rust-lang/crates.io-index"13130checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13131dependencies = [13132 "ctor",13133 "version_check",13134]1313513136[[package]]13137name = "vcpkg"13138version = "0.2.15"13139source = "registry+https://github.com/rust-lang/crates.io-index"13140checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1314113142[[package]]13143name = "version_check"13144version = "0.9.4"13145source = "registry+https://github.com/rust-lang/crates.io-index"13146checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1314713148[[package]]13149name = "void"13150version = "1.0.2"13151source = "registry+https://github.com/rust-lang/crates.io-index"13152checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1315313154[[package]]13155name = "waker-fn"13156version = "1.1.0"13157source = "registry+https://github.com/rust-lang/crates.io-index"13158checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1315913160[[package]]13161name = "walkdir"13162version = "2.3.2"13163source = "registry+https://github.com/rust-lang/crates.io-index"13164checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13165dependencies = [13166 "same-file",13167 "winapi",13168 "winapi-util",13169]1317013171[[package]]13172name = "want"13173version = "0.3.0"13174source = "registry+https://github.com/rust-lang/crates.io-index"13175checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13176dependencies = [13177 "log",13178 "try-lock",13179]1318013181[[package]]13182name = "wasi"13183version = "0.9.0+wasi-snapshot-preview1"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1318613187[[package]]13188name = "wasi"13189version = "0.10.0+wasi-snapshot-preview1"13190source = "registry+https://github.com/rust-lang/crates.io-index"13191checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1319213193[[package]]13194name = "wasi"13195version = "0.11.0+wasi-snapshot-preview1"13196source = "registry+https://github.com/rust-lang/crates.io-index"13197checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1319813199[[package]]13200name = "wasm-bindgen"13201version = "0.2.83"13202source = "registry+https://github.com/rust-lang/crates.io-index"13203checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13204dependencies = [13205 "cfg-if 1.0.0",13206 "wasm-bindgen-macro",13207]1320813209[[package]]13210name = "wasm-bindgen-backend"13211version = "0.2.83"13212source = "registry+https://github.com/rust-lang/crates.io-index"13213checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13214dependencies = [13215 "bumpalo",13216 "log",13217 "once_cell",13218 "proc-macro2",13219 "quote",13220 "syn",13221 "wasm-bindgen-shared",13222]1322313224[[package]]13225name = "wasm-bindgen-futures"13226version = "0.4.33"13227source = "registry+https://github.com/rust-lang/crates.io-index"13228checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13229dependencies = [13230 "cfg-if 1.0.0",13231 "js-sys",13232 "wasm-bindgen",13233 "web-sys",13234]1323513236[[package]]13237name = "wasm-bindgen-macro"13238version = "0.2.83"13239source = "registry+https://github.com/rust-lang/crates.io-index"13240checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13241dependencies = [13242 "quote",13243 "wasm-bindgen-macro-support",13244]1324513246[[package]]13247name = "wasm-bindgen-macro-support"13248version = "0.2.83"13249source = "registry+https://github.com/rust-lang/crates.io-index"13250checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13251dependencies = [13252 "proc-macro2",13253 "quote",13254 "syn",13255 "wasm-bindgen-backend",13256 "wasm-bindgen-shared",13257]1325813259[[package]]13260name = "wasm-bindgen-shared"13261version = "0.2.83"13262source = "registry+https://github.com/rust-lang/crates.io-index"13263checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1326413265[[package]]13266name = "wasm-gc-api"13267version = "0.1.11"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13270dependencies = [13271 "log",13272 "parity-wasm 0.32.0",13273 "rustc-demangle",13274]1327513276[[package]]13277name = "wasm-instrument"13278version = "0.3.0"13279source = "registry+https://github.com/rust-lang/crates.io-index"13280checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13281dependencies = [13282 "parity-wasm 0.45.0",13283]1328413285[[package]]13286name = "wasm-timer"13287version = "0.2.5"13288source = "registry+https://github.com/rust-lang/crates.io-index"13289checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13290dependencies = [13291 "futures 0.3.25",13292 "js-sys",13293 "parking_lot 0.11.2",13294 "pin-utils",13295 "wasm-bindgen",13296 "wasm-bindgen-futures",13297 "web-sys",13298]1329913300[[package]]13301name = "wasmi"13302version = "0.13.2"13303source = "registry+https://github.com/rust-lang/crates.io-index"13304checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13305dependencies = [13306 "parity-wasm 0.45.0",13307 "wasmi-validation",13308 "wasmi_core",13309]1331013311[[package]]13312name = "wasmi-validation"13313version = "0.5.0"13314source = "registry+https://github.com/rust-lang/crates.io-index"13315checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13316dependencies = [13317 "parity-wasm 0.45.0",13318]1331913320[[package]]13321name = "wasmi_core"13322version = "0.2.1"13323source = "registry+https://github.com/rust-lang/crates.io-index"13324checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13325dependencies = [13326 "downcast-rs",13327 "libm",13328 "memory_units",13329 "num-rational 0.4.1",13330 "num-traits",13331]1333213333[[package]]13334name = "wasmparser"13335version = "0.89.1"13336source = "registry+https://github.com/rust-lang/crates.io-index"13337checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13338dependencies = [13339 "indexmap",13340]1334113342[[package]]13343name = "wasmtime"13344version = "1.0.1"13345source = "registry+https://github.com/rust-lang/crates.io-index"13346checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13347dependencies = [13348 "anyhow",13349 "bincode",13350 "cfg-if 1.0.0",13351 "indexmap",13352 "libc",13353 "log",13354 "object",13355 "once_cell",13356 "paste",13357 "psm",13358 "rayon",13359 "serde",13360 "target-lexicon",13361 "wasmparser",13362 "wasmtime-cache",13363 "wasmtime-cranelift",13364 "wasmtime-environ",13365 "wasmtime-jit",13366 "wasmtime-runtime",13367 "windows-sys 0.36.1",13368]1336913370[[package]]13371name = "wasmtime-asm-macros"13372version = "1.0.1"13373source = "registry+https://github.com/rust-lang/crates.io-index"13374checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13375dependencies = [13376 "cfg-if 1.0.0",13377]1337813379[[package]]13380name = "wasmtime-cache"13381version = "1.0.1"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13384dependencies = [13385 "anyhow",13386 "base64",13387 "bincode",13388 "directories-next",13389 "file-per-thread-logger",13390 "log",13391 "rustix",13392 "serde",13393 "sha2 0.9.9",13394 "toml",13395 "windows-sys 0.36.1",13396 "zstd",13397]1339813399[[package]]13400name = "wasmtime-cranelift"13401version = "1.0.1"13402source = "registry+https://github.com/rust-lang/crates.io-index"13403checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13404dependencies = [13405 "anyhow",13406 "cranelift-codegen",13407 "cranelift-entity",13408 "cranelift-frontend",13409 "cranelift-native",13410 "cranelift-wasm",13411 "gimli",13412 "log",13413 "object",13414 "target-lexicon",13415 "thiserror",13416 "wasmparser",13417 "wasmtime-environ",13418]1341913420[[package]]13421name = "wasmtime-environ"13422version = "1.0.1"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13425dependencies = [13426 "anyhow",13427 "cranelift-entity",13428 "gimli",13429 "indexmap",13430 "log",13431 "object",13432 "serde",13433 "target-lexicon",13434 "thiserror",13435 "wasmparser",13436 "wasmtime-types",13437]1343813439[[package]]13440name = "wasmtime-jit"13441version = "1.0.1"13442source = "registry+https://github.com/rust-lang/crates.io-index"13443checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13444dependencies = [13445 "addr2line",13446 "anyhow",13447 "bincode",13448 "cfg-if 1.0.0",13449 "cpp_demangle",13450 "gimli",13451 "log",13452 "object",13453 "rustc-demangle",13454 "rustix",13455 "serde",13456 "target-lexicon",13457 "thiserror",13458 "wasmtime-environ",13459 "wasmtime-jit-debug",13460 "wasmtime-runtime",13461 "windows-sys 0.36.1",13462]1346313464[[package]]13465name = "wasmtime-jit-debug"13466version = "1.0.1"13467source = "registry+https://github.com/rust-lang/crates.io-index"13468checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13469dependencies = [13470 "object",13471 "once_cell",13472 "rustix",13473]1347413475[[package]]13476name = "wasmtime-runtime"13477version = "1.0.1"13478source = "registry+https://github.com/rust-lang/crates.io-index"13479checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13480dependencies = [13481 "anyhow",13482 "cc",13483 "cfg-if 1.0.0",13484 "indexmap",13485 "libc",13486 "log",13487 "mach",13488 "memfd",13489 "memoffset",13490 "paste",13491 "rand 0.8.5",13492 "rustix",13493 "thiserror",13494 "wasmtime-asm-macros",13495 "wasmtime-environ",13496 "wasmtime-jit-debug",13497 "windows-sys 0.36.1",13498]1349913500[[package]]13501name = "wasmtime-types"13502version = "1.0.1"13503source = "registry+https://github.com/rust-lang/crates.io-index"13504checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13505dependencies = [13506 "cranelift-entity",13507 "serde",13508 "thiserror",13509 "wasmparser",13510]1351113512[[package]]13513name = "web-sys"13514version = "0.3.60"13515source = "registry+https://github.com/rust-lang/crates.io-index"13516checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13517dependencies = [13518 "js-sys",13519 "wasm-bindgen",13520]1352113522[[package]]13523name = "webpki"13524version = "0.22.0"13525source = "registry+https://github.com/rust-lang/crates.io-index"13526checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13527dependencies = [13528 "ring",13529 "untrusted",13530]1353113532[[package]]13533name = "webpki-roots"13534version = "0.22.5"13535source = "registry+https://github.com/rust-lang/crates.io-index"13536checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13537dependencies = [13538 "webpki",13539]1354013541[[package]]13542name = "wepoll-ffi"13543version = "0.1.2"13544source = "registry+https://github.com/rust-lang/crates.io-index"13545checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13546dependencies = [13547 "cc",13548]1354913550[[package]]13551name = "westend-runtime"13552version = "0.9.30"13553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13554dependencies = [13555 "beefy-primitives",13556 "bitvec 1.0.1",13557 "frame-benchmarking",13558 "frame-election-provider-support",13559 "frame-executive",13560 "frame-support",13561 "frame-system",13562 "frame-system-benchmarking",13563 "frame-system-rpc-runtime-api",13564 "frame-try-runtime",13565 "hex-literal",13566 "log",13567 "pallet-authority-discovery",13568 "pallet-authorship",13569 "pallet-babe",13570 "pallet-bags-list",13571 "pallet-balances",13572 "pallet-collective",13573 "pallet-democracy",13574 "pallet-election-provider-multi-phase",13575 "pallet-election-provider-support-benchmarking",13576 "pallet-elections-phragmen",13577 "pallet-fast-unstake",13578 "pallet-grandpa",13579 "pallet-identity",13580 "pallet-im-online",13581 "pallet-indices",13582 "pallet-membership",13583 "pallet-multisig",13584 "pallet-nomination-pools",13585 "pallet-nomination-pools-benchmarking",13586 "pallet-nomination-pools-runtime-api",13587 "pallet-offences",13588 "pallet-offences-benchmarking",13589 "pallet-preimage",13590 "pallet-proxy",13591 "pallet-recovery",13592 "pallet-scheduler",13593 "pallet-session",13594 "pallet-session-benchmarking",13595 "pallet-society",13596 "pallet-staking",13597 "pallet-staking-reward-curve",13598 "pallet-sudo",13599 "pallet-timestamp",13600 "pallet-transaction-payment",13601 "pallet-transaction-payment-rpc-runtime-api",13602 "pallet-treasury",13603 "pallet-utility",13604 "pallet-vesting",13605 "pallet-xcm",13606 "pallet-xcm-benchmarks",13607 "parity-scale-codec 3.2.1",13608 "polkadot-parachain",13609 "polkadot-primitives",13610 "polkadot-runtime-common",13611 "polkadot-runtime-parachains",13612 "rustc-hex",13613 "scale-info",13614 "serde",13615 "serde_derive",13616 "smallvec",13617 "sp-api",13618 "sp-authority-discovery",13619 "sp-block-builder",13620 "sp-consensus-babe",13621 "sp-core",13622 "sp-inherents",13623 "sp-io",13624 "sp-mmr-primitives",13625 "sp-npos-elections",13626 "sp-offchain",13627 "sp-runtime",13628 "sp-session",13629 "sp-staking",13630 "sp-std",13631 "sp-transaction-pool",13632 "sp-version",13633 "substrate-wasm-builder",13634 "westend-runtime-constants",13635 "xcm",13636 "xcm-builder",13637 "xcm-executor",13638]1363913640[[package]]13641name = "westend-runtime-constants"13642version = "0.9.30"13643source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13644dependencies = [13645 "frame-support",13646 "polkadot-primitives",13647 "polkadot-runtime-common",13648 "smallvec",13649 "sp-runtime",13650]1365113652[[package]]13653name = "which"13654version = "4.3.0"13655source = "registry+https://github.com/rust-lang/crates.io-index"13656checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13657dependencies = [13658 "either",13659 "libc",13660 "once_cell",13661]1366213663[[package]]13664name = "widestring"13665version = "0.5.1"13666source = "registry+https://github.com/rust-lang/crates.io-index"13667checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1366813669[[package]]13670name = "winapi"13671version = "0.3.9"13672source = "registry+https://github.com/rust-lang/crates.io-index"13673checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13674dependencies = [13675 "winapi-i686-pc-windows-gnu",13676 "winapi-x86_64-pc-windows-gnu",13677]1367813679[[package]]13680name = "winapi-i686-pc-windows-gnu"13681version = "0.4.0"13682source = "registry+https://github.com/rust-lang/crates.io-index"13683checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1368413685[[package]]13686name = "winapi-util"13687version = "0.1.5"13688source = "registry+https://github.com/rust-lang/crates.io-index"13689checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13690dependencies = [13691 "winapi",13692]1369313694[[package]]13695name = "winapi-x86_64-pc-windows-gnu"13696version = "0.4.0"13697source = "registry+https://github.com/rust-lang/crates.io-index"13698checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1369913700[[package]]13701name = "windows"13702version = "0.34.0"13703source = "registry+https://github.com/rust-lang/crates.io-index"13704checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13705dependencies = [13706 "windows_aarch64_msvc 0.34.0",13707 "windows_i686_gnu 0.34.0",13708 "windows_i686_msvc 0.34.0",13709 "windows_x86_64_gnu 0.34.0",13710 "windows_x86_64_msvc 0.34.0",13711]1371213713[[package]]13714name = "windows-sys"13715version = "0.36.1"13716source = "registry+https://github.com/rust-lang/crates.io-index"13717checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13718dependencies = [13719 "windows_aarch64_msvc 0.36.1",13720 "windows_i686_gnu 0.36.1",13721 "windows_i686_msvc 0.36.1",13722 "windows_x86_64_gnu 0.36.1",13723 "windows_x86_64_msvc 0.36.1",13724]1372513726[[package]]13727name = "windows-sys"13728version = "0.42.0"13729source = "registry+https://github.com/rust-lang/crates.io-index"13730checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13731dependencies = [13732 "windows_aarch64_gnullvm",13733 "windows_aarch64_msvc 0.42.0",13734 "windows_i686_gnu 0.42.0",13735 "windows_i686_msvc 0.42.0",13736 "windows_x86_64_gnu 0.42.0",13737 "windows_x86_64_gnullvm",13738 "windows_x86_64_msvc 0.42.0",13739]1374013741[[package]]13742name = "windows_aarch64_gnullvm"13743version = "0.42.0"13744source = "registry+https://github.com/rust-lang/crates.io-index"13745checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1374613747[[package]]13748name = "windows_aarch64_msvc"13749version = "0.34.0"13750source = "registry+https://github.com/rust-lang/crates.io-index"13751checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1375213753[[package]]13754name = "windows_aarch64_msvc"13755version = "0.36.1"13756source = "registry+https://github.com/rust-lang/crates.io-index"13757checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1375813759[[package]]13760name = "windows_aarch64_msvc"13761version = "0.42.0"13762source = "registry+https://github.com/rust-lang/crates.io-index"13763checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1376413765[[package]]13766name = "windows_i686_gnu"13767version = "0.34.0"13768source = "registry+https://github.com/rust-lang/crates.io-index"13769checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1377013771[[package]]13772name = "windows_i686_gnu"13773version = "0.36.1"13774source = "registry+https://github.com/rust-lang/crates.io-index"13775checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1377613777[[package]]13778name = "windows_i686_gnu"13779version = "0.42.0"13780source = "registry+https://github.com/rust-lang/crates.io-index"13781checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1378213783[[package]]13784name = "windows_i686_msvc"13785version = "0.34.0"13786source = "registry+https://github.com/rust-lang/crates.io-index"13787checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1378813789[[package]]13790name = "windows_i686_msvc"13791version = "0.36.1"13792source = "registry+https://github.com/rust-lang/crates.io-index"13793checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1379413795[[package]]13796name = "windows_i686_msvc"13797version = "0.42.0"13798source = "registry+https://github.com/rust-lang/crates.io-index"13799checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1380013801[[package]]13802name = "windows_x86_64_gnu"13803version = "0.34.0"13804source = "registry+https://github.com/rust-lang/crates.io-index"13805checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1380613807[[package]]13808name = "windows_x86_64_gnu"13809version = "0.36.1"13810source = "registry+https://github.com/rust-lang/crates.io-index"13811checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1381213813[[package]]13814name = "windows_x86_64_gnu"13815version = "0.42.0"13816source = "registry+https://github.com/rust-lang/crates.io-index"13817checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1381813819[[package]]13820name = "windows_x86_64_gnullvm"13821version = "0.42.0"13822source = "registry+https://github.com/rust-lang/crates.io-index"13823checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1382413825[[package]]13826name = "windows_x86_64_msvc"13827version = "0.34.0"13828source = "registry+https://github.com/rust-lang/crates.io-index"13829checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1383013831[[package]]13832name = "windows_x86_64_msvc"13833version = "0.36.1"13834source = "registry+https://github.com/rust-lang/crates.io-index"13835checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1383613837[[package]]13838name = "windows_x86_64_msvc"13839version = "0.42.0"13840source = "registry+https://github.com/rust-lang/crates.io-index"13841checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1384213843[[package]]13844name = "winreg"13845version = "0.7.0"13846source = "registry+https://github.com/rust-lang/crates.io-index"13847checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13848dependencies = [13849 "winapi",13850]1385113852[[package]]13853name = "wyz"13854version = "0.2.0"13855source = "registry+https://github.com/rust-lang/crates.io-index"13856checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1385713858[[package]]13859name = "wyz"13860version = "0.5.0"13861source = "registry+https://github.com/rust-lang/crates.io-index"13862checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13863dependencies = [13864 "tap",13865]1386613867[[package]]13868name = "x25519-dalek"13869version = "1.1.1"13870source = "registry+https://github.com/rust-lang/crates.io-index"13871checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13872dependencies = [13873 "curve25519-dalek 3.2.0",13874 "rand_core 0.5.1",13875 "zeroize",13876]1387713878[[package]]13879name = "xcm"13880version = "0.9.30"13881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13882dependencies = [13883 "derivative",13884 "impl-trait-for-tuples",13885 "log",13886 "parity-scale-codec 3.2.1",13887 "scale-info",13888 "sp-runtime",13889 "xcm-procedural",13890]1389113892[[package]]13893name = "xcm-builder"13894version = "0.9.30"13895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13896dependencies = [13897 "frame-support",13898 "frame-system",13899 "log",13900 "pallet-transaction-payment",13901 "parity-scale-codec 3.2.1",13902 "polkadot-parachain",13903 "scale-info",13904 "sp-arithmetic",13905 "sp-io",13906 "sp-runtime",13907 "sp-std",13908 "xcm",13909 "xcm-executor",13910]1391113912[[package]]13913name = "xcm-executor"13914version = "0.9.30"13915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13916dependencies = [13917 "frame-benchmarking",13918 "frame-support",13919 "impl-trait-for-tuples",13920 "log",13921 "parity-scale-codec 3.2.1",13922 "sp-arithmetic",13923 "sp-core",13924 "sp-io",13925 "sp-runtime",13926 "sp-std",13927 "xcm",13928]1392913930[[package]]13931name = "xcm-procedural"13932version = "0.9.30"13933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13934dependencies = [13935 "Inflector",13936 "proc-macro2",13937 "quote",13938 "syn",13939]1394013941[[package]]13942name = "yamux"13943version = "0.10.2"13944source = "registry+https://github.com/rust-lang/crates.io-index"13945checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13946dependencies = [13947 "futures 0.3.25",13948 "log",13949 "nohash-hasher",13950 "parking_lot 0.12.1",13951 "rand 0.8.5",13952 "static_assertions",13953]1395413955[[package]]13956name = "zeroize"13957version = "1.5.7"13958source = "registry+https://github.com/rust-lang/crates.io-index"13959checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13960dependencies = [13961 "zeroize_derive",13962]1396313964[[package]]13965name = "zeroize_derive"13966version = "1.3.2"13967source = "registry+https://github.com/rust-lang/crates.io-index"13968checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13969dependencies = [13970 "proc-macro2",13971 "quote",13972 "syn",13973 "synstructure",13974]1397513976[[package]]13977name = "zstd"13978version = "0.11.2+zstd.1.5.2"13979source = "registry+https://github.com/rust-lang/crates.io-index"13980checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13981dependencies = [13982 "zstd-safe",13983]1398413985[[package]]13986name = "zstd-safe"13987version = "5.0.2+zstd.1.5.2"13988source = "registry+https://github.com/rust-lang/crates.io-index"13989checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13990dependencies = [13991 "libc",13992 "zstd-sys",13993]1399413995[[package]]13996name = "zstd-sys"13997version = "2.0.1+zstd.1.5.2"13998source = "registry+https://github.com/rust-lang/crates.io-index"13999checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14000dependencies = [14001 "cc",14002 "libc",14003]