git.delta.rocks / unique-network / refs/commits / 147da77db13d

difftreelog

source

Cargo.lock311.8 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.3"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 "primitive-types",2346 "similar-asserts",2347 "sp-std",2348]23492350[[package]]2351name = "evm-coder-procedural"2352version = "0.2.0"2353dependencies = [2354 "Inflector",2355 "hex",2356 "proc-macro2",2357 "quote",2358 "sha3",2359 "syn",2360]23612362[[package]]2363name = "evm-core"2364version = "0.35.0"2365source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2366dependencies = [2367 "parity-scale-codec 3.2.1",2368 "primitive-types",2369 "scale-info",2370 "serde",2371]23722373[[package]]2374name = "evm-gasometer"2375version = "0.35.0"2376source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2377dependencies = [2378 "environmental",2379 "evm-core",2380 "evm-runtime",2381 "primitive-types",2382]23832384[[package]]2385name = "evm-runtime"2386version = "0.35.0"2387source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2388dependencies = [2389 "auto_impl",2390 "environmental",2391 "evm-core",2392 "primitive-types",2393 "sha3",2394]23952396[[package]]2397name = "exit-future"2398version = "0.2.0"2399source = "registry+https://github.com/rust-lang/crates.io-index"2400checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2401dependencies = [2402 "futures 0.3.25",2403]24042405[[package]]2406name = "expander"2407version = "0.0.4"2408source = "registry+https://github.com/rust-lang/crates.io-index"2409checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2410dependencies = [2411 "blake3",2412 "fs-err",2413 "proc-macro2",2414 "quote",2415]24162417[[package]]2418name = "expander"2419version = "0.0.6"2420source = "registry+https://github.com/rust-lang/crates.io-index"2421checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2422dependencies = [2423 "blake2",2424 "fs-err",2425 "proc-macro2",2426 "quote",2427 "syn",2428]24292430[[package]]2431name = "fake-simd"2432version = "0.1.2"2433source = "registry+https://github.com/rust-lang/crates.io-index"2434checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24352436[[package]]2437name = "fallible-iterator"2438version = "0.2.0"2439source = "registry+https://github.com/rust-lang/crates.io-index"2440checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24412442[[package]]2443name = "fastrand"2444version = "1.8.0"2445source = "registry+https://github.com/rust-lang/crates.io-index"2446checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2447dependencies = [2448 "instant",2449]24502451[[package]]2452name = "fatality"2453version = "0.0.6"2454source = "registry+https://github.com/rust-lang/crates.io-index"2455checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2456dependencies = [2457 "fatality-proc-macro",2458 "thiserror",2459]24602461[[package]]2462name = "fatality-proc-macro"2463version = "0.0.6"2464source = "registry+https://github.com/rust-lang/crates.io-index"2465checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2466dependencies = [2467 "expander 0.0.4",2468 "indexmap",2469 "proc-macro-crate",2470 "proc-macro2",2471 "quote",2472 "syn",2473 "thiserror",2474]24752476[[package]]2477name = "fc-consensus"2478version = "2.0.0-dev"2479source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2480dependencies = [2481 "async-trait",2482 "fc-db",2483 "fp-consensus",2484 "fp-rpc",2485 "sc-client-api",2486 "sc-consensus",2487 "sp-api",2488 "sp-block-builder",2489 "sp-blockchain",2490 "sp-consensus",2491 "sp-runtime",2492 "thiserror",2493]24942495[[package]]2496name = "fc-db"2497version = "2.0.0-dev"2498source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2499dependencies = [2500 "fp-storage",2501 "kvdb-rocksdb",2502 "parity-db",2503 "parity-scale-codec 3.2.1",2504 "parking_lot 0.12.1",2505 "sc-client-db",2506 "sp-core",2507 "sp-database",2508 "sp-runtime",2509]25102511[[package]]2512name = "fc-mapping-sync"2513version = "2.0.0-dev"2514source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2515dependencies = [2516 "fc-db",2517 "fp-consensus",2518 "fp-rpc",2519 "futures 0.3.25",2520 "futures-timer",2521 "log",2522 "sc-client-api",2523 "sp-api",2524 "sp-blockchain",2525 "sp-runtime",2526]25272528[[package]]2529name = "fc-rpc"2530version = "2.0.0-dev"2531source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2532dependencies = [2533 "ethereum",2534 "ethereum-types",2535 "evm",2536 "fc-db",2537 "fc-rpc-core",2538 "fp-rpc",2539 "fp-storage",2540 "futures 0.3.25",2541 "hex",2542 "jsonrpsee",2543 "libsecp256k1",2544 "log",2545 "lru 0.7.8",2546 "parity-scale-codec 3.2.1",2547 "prometheus",2548 "rand 0.8.5",2549 "rlp",2550 "rustc-hex",2551 "sc-client-api",2552 "sc-network",2553 "sc-network-common",2554 "sc-rpc",2555 "sc-service",2556 "sc-transaction-pool",2557 "sc-transaction-pool-api",2558 "sp-api",2559 "sp-block-builder",2560 "sp-blockchain",2561 "sp-consensus",2562 "sp-core",2563 "sp-io",2564 "sp-runtime",2565 "sp-storage",2566 "substrate-prometheus-endpoint",2567 "tokio",2568]25692570[[package]]2571name = "fc-rpc-core"2572version = "1.1.0-dev"2573source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2574dependencies = [2575 "ethereum",2576 "ethereum-types",2577 "jsonrpsee",2578 "rlp",2579 "rustc-hex",2580 "serde",2581 "serde_json",2582]25832584[[package]]2585name = "fdlimit"2586version = "0.2.1"2587source = "registry+https://github.com/rust-lang/crates.io-index"2588checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2589dependencies = [2590 "libc",2591]25922593[[package]]2594name = "ff"2595version = "0.11.1"2596source = "registry+https://github.com/rust-lang/crates.io-index"2597checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2598dependencies = [2599 "rand_core 0.6.4",2600 "subtle",2601]26022603[[package]]2604name = "file-per-thread-logger"2605version = "0.1.5"2606source = "registry+https://github.com/rust-lang/crates.io-index"2607checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2608dependencies = [2609 "env_logger",2610 "log",2611]26122613[[package]]2614name = "filetime"2615version = "0.2.18"2616source = "registry+https://github.com/rust-lang/crates.io-index"2617checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2618dependencies = [2619 "cfg-if 1.0.0",2620 "libc",2621 "redox_syscall",2622 "windows-sys 0.42.0",2623]26242625[[package]]2626name = "finality-grandpa"2627version = "0.16.0"2628source = "registry+https://github.com/rust-lang/crates.io-index"2629checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2630dependencies = [2631 "either",2632 "futures 0.3.25",2633 "futures-timer",2634 "log",2635 "num-traits",2636 "parity-scale-codec 3.2.1",2637 "parking_lot 0.12.1",2638 "scale-info",2639]26402641[[package]]2642name = "fixed-hash"2643version = "0.7.0"2644source = "registry+https://github.com/rust-lang/crates.io-index"2645checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2646dependencies = [2647 "byteorder",2648 "rand 0.8.5",2649 "rustc-hex",2650 "static_assertions",2651]26522653[[package]]2654name = "fixedbitset"2655version = "0.4.2"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26582659[[package]]2660name = "flate2"2661version = "1.0.24"2662source = "registry+https://github.com/rust-lang/crates.io-index"2663checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2664dependencies = [2665 "crc32fast",2666 "libz-sys",2667 "miniz_oxide",2668]26692670[[package]]2671name = "flexi_logger"2672version = "0.22.6"2673source = "registry+https://github.com/rust-lang/crates.io-index"2674checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2675dependencies = [2676 "ansi_term",2677 "atty",2678 "glob",2679 "lazy_static",2680 "log",2681 "regex",2682 "rustversion",2683 "thiserror",2684 "time 0.3.9",2685]26862687[[package]]2688name = "fnv"2689version = "1.0.7"2690source = "registry+https://github.com/rust-lang/crates.io-index"2691checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26922693[[package]]2694name = "fork-tree"2695version = "3.0.0"2696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2697dependencies = [2698 "parity-scale-codec 3.2.1",2699]27002701[[package]]2702name = "form_urlencoded"2703version = "1.1.0"2704source = "registry+https://github.com/rust-lang/crates.io-index"2705checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2706dependencies = [2707 "percent-encoding",2708]27092710[[package]]2711name = "fp-consensus"2712version = "2.0.0-dev"2713source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2714dependencies = [2715 "ethereum",2716 "parity-scale-codec 3.2.1",2717 "sp-core",2718 "sp-runtime",2719 "sp-std",2720]27212722[[package]]2723name = "fp-evm"2724version = "3.0.0-dev"2725source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2726dependencies = [2727 "evm",2728 "frame-support",2729 "impl-trait-for-tuples",2730 "parity-scale-codec 3.2.1",2731 "serde",2732 "sp-core",2733 "sp-std",2734]27352736[[package]]2737name = "fp-evm-mapping"2738version = "0.1.0"2739source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2740dependencies = [2741 "frame-support",2742 "sp-core",2743]27442745[[package]]2746name = "fp-rpc"2747version = "3.0.0-dev"2748source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2749dependencies = [2750 "ethereum",2751 "ethereum-types",2752 "fp-evm",2753 "parity-scale-codec 3.2.1",2754 "scale-info",2755 "sp-api",2756 "sp-core",2757 "sp-io",2758 "sp-runtime",2759 "sp-std",2760]27612762[[package]]2763name = "fp-self-contained"2764version = "1.0.0-dev"2765source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2766dependencies = [2767 "ethereum",2768 "frame-support",2769 "parity-scale-codec 3.2.1",2770 "parity-util-mem",2771 "scale-info",2772 "serde",2773 "sp-debug-derive",2774 "sp-io",2775 "sp-runtime",2776]27772778[[package]]2779name = "fp-storage"2780version = "2.0.0"2781source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2782dependencies = [2783 "parity-scale-codec 3.2.1",2784]27852786[[package]]2787name = "frame-benchmarking"2788version = "4.0.0-dev"2789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2790dependencies = [2791 "frame-support",2792 "frame-system",2793 "linregress",2794 "log",2795 "parity-scale-codec 3.2.1",2796 "paste",2797 "scale-info",2798 "serde",2799 "sp-api",2800 "sp-application-crypto",2801 "sp-core",2802 "sp-io",2803 "sp-runtime",2804 "sp-runtime-interface",2805 "sp-std",2806 "sp-storage",2807]28082809[[package]]2810name = "frame-benchmarking-cli"2811version = "4.0.0-dev"2812source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2813dependencies = [2814 "Inflector",2815 "array-bytes",2816 "chrono",2817 "clap",2818 "comfy-table",2819 "frame-benchmarking",2820 "frame-support",2821 "frame-system",2822 "gethostname",2823 "handlebars",2824 "hash-db",2825 "itertools",2826 "kvdb",2827 "lazy_static",2828 "linked-hash-map",2829 "log",2830 "memory-db",2831 "parity-scale-codec 3.2.1",2832 "rand 0.8.5",2833 "rand_pcg 0.3.1",2834 "sc-block-builder",2835 "sc-cli",2836 "sc-client-api",2837 "sc-client-db",2838 "sc-executor",2839 "sc-service",2840 "sc-sysinfo",2841 "serde",2842 "serde_json",2843 "serde_nanos",2844 "sp-api",2845 "sp-blockchain",2846 "sp-core",2847 "sp-database",2848 "sp-externalities",2849 "sp-inherents",2850 "sp-keystore",2851 "sp-runtime",2852 "sp-state-machine",2853 "sp-storage",2854 "sp-trie",2855 "tempfile",2856 "thiserror",2857 "thousands",2858]28592860[[package]]2861name = "frame-election-provider-solution-type"2862version = "4.0.0-dev"2863source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2864dependencies = [2865 "proc-macro-crate",2866 "proc-macro2",2867 "quote",2868 "syn",2869]28702871[[package]]2872name = "frame-election-provider-support"2873version = "4.0.0-dev"2874source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2875dependencies = [2876 "frame-election-provider-solution-type",2877 "frame-support",2878 "frame-system",2879 "parity-scale-codec 3.2.1",2880 "scale-info",2881 "sp-arithmetic",2882 "sp-npos-elections",2883 "sp-runtime",2884 "sp-std",2885]28862887[[package]]2888name = "frame-executive"2889version = "4.0.0-dev"2890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2891dependencies = [2892 "frame-support",2893 "frame-system",2894 "frame-try-runtime",2895 "parity-scale-codec 3.2.1",2896 "scale-info",2897 "sp-core",2898 "sp-io",2899 "sp-runtime",2900 "sp-std",2901 "sp-tracing",2902]29032904[[package]]2905name = "frame-metadata"2906version = "15.0.0"2907source = "registry+https://github.com/rust-lang/crates.io-index"2908checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2909dependencies = [2910 "cfg-if 1.0.0",2911 "parity-scale-codec 3.2.1",2912 "scale-info",2913 "serde",2914]29152916[[package]]2917name = "frame-support"2918version = "4.0.0-dev"2919source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2920dependencies = [2921 "bitflags",2922 "frame-metadata",2923 "frame-support-procedural",2924 "impl-trait-for-tuples",2925 "k256",2926 "log",2927 "once_cell",2928 "parity-scale-codec 3.2.1",2929 "paste",2930 "scale-info",2931 "serde",2932 "smallvec",2933 "sp-api",2934 "sp-arithmetic",2935 "sp-core",2936 "sp-core-hashing-proc-macro",2937 "sp-inherents",2938 "sp-io",2939 "sp-runtime",2940 "sp-staking",2941 "sp-state-machine",2942 "sp-std",2943 "sp-tracing",2944 "sp-weights",2945 "tt-call",2946]29472948[[package]]2949name = "frame-support-procedural"2950version = "4.0.0-dev"2951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2952dependencies = [2953 "Inflector",2954 "cfg-expr",2955 "frame-support-procedural-tools",2956 "itertools",2957 "proc-macro2",2958 "quote",2959 "syn",2960]29612962[[package]]2963name = "frame-support-procedural-tools"2964version = "4.0.0-dev"2965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2966dependencies = [2967 "frame-support-procedural-tools-derive",2968 "proc-macro-crate",2969 "proc-macro2",2970 "quote",2971 "syn",2972]29732974[[package]]2975name = "frame-support-procedural-tools-derive"2976version = "3.0.0"2977source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2978dependencies = [2979 "proc-macro2",2980 "quote",2981 "syn",2982]29832984[[package]]2985name = "frame-system"2986version = "4.0.0-dev"2987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2988dependencies = [2989 "frame-support",2990 "log",2991 "parity-scale-codec 3.2.1",2992 "scale-info",2993 "serde",2994 "sp-core",2995 "sp-io",2996 "sp-runtime",2997 "sp-std",2998 "sp-version",2999 "sp-weights",3000]30013002[[package]]3003name = "frame-system-benchmarking"3004version = "4.0.0-dev"3005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3006dependencies = [3007 "frame-benchmarking",3008 "frame-support",3009 "frame-system",3010 "parity-scale-codec 3.2.1",3011 "scale-info",3012 "sp-core",3013 "sp-runtime",3014 "sp-std",3015]30163017[[package]]3018name = "frame-system-rpc-runtime-api"3019version = "4.0.0-dev"3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3021dependencies = [3022 "parity-scale-codec 3.2.1",3023 "sp-api",3024]30253026[[package]]3027name = "frame-try-runtime"3028version = "0.10.0-dev"3029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3030dependencies = [3031 "frame-support",3032 "parity-scale-codec 3.2.1",3033 "sp-api",3034 "sp-runtime",3035 "sp-std",3036]30373038[[package]]3039name = "fs-err"3040version = "2.8.1"3041source = "registry+https://github.com/rust-lang/crates.io-index"3042checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30433044[[package]]3045name = "fs-swap"3046version = "0.2.6"3047source = "registry+https://github.com/rust-lang/crates.io-index"3048checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3049dependencies = [3050 "lazy_static",3051 "libc",3052 "libloading 0.5.2",3053 "winapi",3054]30553056[[package]]3057name = "fs2"3058version = "0.4.3"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3061dependencies = [3062 "libc",3063 "winapi",3064]30653066[[package]]3067name = "fs_extra"3068version = "1.2.0"3069source = "registry+https://github.com/rust-lang/crates.io-index"3070checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30713072[[package]]3073name = "funty"3074version = "1.1.0"3075source = "registry+https://github.com/rust-lang/crates.io-index"3076checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30773078[[package]]3079name = "funty"3080version = "2.0.0"3081source = "registry+https://github.com/rust-lang/crates.io-index"3082checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30833084[[package]]3085name = "futures"3086version = "0.1.31"3087source = "registry+https://github.com/rust-lang/crates.io-index"3088checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30893090[[package]]3091name = "futures"3092version = "0.3.25"3093source = "registry+https://github.com/rust-lang/crates.io-index"3094checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3095dependencies = [3096 "futures-channel",3097 "futures-core",3098 "futures-executor",3099 "futures-io",3100 "futures-sink",3101 "futures-task",3102 "futures-util",3103]31043105[[package]]3106name = "futures-channel"3107version = "0.3.25"3108source = "registry+https://github.com/rust-lang/crates.io-index"3109checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3110dependencies = [3111 "futures-core",3112 "futures-sink",3113]31143115[[package]]3116name = "futures-core"3117version = "0.3.25"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31203121[[package]]3122name = "futures-executor"3123version = "0.3.25"3124source = "registry+https://github.com/rust-lang/crates.io-index"3125checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3126dependencies = [3127 "futures-core",3128 "futures-task",3129 "futures-util",3130 "num_cpus",3131]31323133[[package]]3134name = "futures-io"3135version = "0.3.25"3136source = "registry+https://github.com/rust-lang/crates.io-index"3137checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31383139[[package]]3140name = "futures-lite"3141version = "1.12.0"3142source = "registry+https://github.com/rust-lang/crates.io-index"3143checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3144dependencies = [3145 "fastrand",3146 "futures-core",3147 "futures-io",3148 "memchr",3149 "parking",3150 "pin-project-lite 0.2.9",3151 "waker-fn",3152]31533154[[package]]3155name = "futures-macro"3156version = "0.3.25"3157source = "registry+https://github.com/rust-lang/crates.io-index"3158checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3159dependencies = [3160 "proc-macro2",3161 "quote",3162 "syn",3163]31643165[[package]]3166name = "futures-rustls"3167version = "0.22.2"3168source = "registry+https://github.com/rust-lang/crates.io-index"3169checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3170dependencies = [3171 "futures-io",3172 "rustls",3173 "webpki",3174]31753176[[package]]3177name = "futures-sink"3178version = "0.3.25"3179source = "registry+https://github.com/rust-lang/crates.io-index"3180checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31813182[[package]]3183name = "futures-task"3184version = "0.3.25"3185source = "registry+https://github.com/rust-lang/crates.io-index"3186checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31873188[[package]]3189name = "futures-timer"3190version = "3.0.2"3191source = "registry+https://github.com/rust-lang/crates.io-index"3192checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31933194[[package]]3195name = "futures-util"3196version = "0.3.25"3197source = "registry+https://github.com/rust-lang/crates.io-index"3198checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3199dependencies = [3200 "futures 0.1.31",3201 "futures-channel",3202 "futures-core",3203 "futures-io",3204 "futures-macro",3205 "futures-sink",3206 "futures-task",3207 "memchr",3208 "pin-project-lite 0.2.9",3209 "pin-utils",3210 "slab",3211]32123213[[package]]3214name = "fxhash"3215version = "0.2.1"3216source = "registry+https://github.com/rust-lang/crates.io-index"3217checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3218dependencies = [3219 "byteorder",3220]32213222[[package]]3223name = "generic-array"3224version = "0.12.4"3225source = "registry+https://github.com/rust-lang/crates.io-index"3226checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3227dependencies = [3228 "typenum",3229]32303231[[package]]3232name = "generic-array"3233version = "0.14.6"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3236dependencies = [3237 "typenum",3238 "version_check",3239]32403241[[package]]3242name = "gethostname"3243version = "0.2.3"3244source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3246dependencies = [3247 "libc",3248 "winapi",3249]32503251[[package]]3252name = "getrandom"3253version = "0.1.16"3254source = "registry+https://github.com/rust-lang/crates.io-index"3255checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3256dependencies = [3257 "cfg-if 1.0.0",3258 "js-sys",3259 "libc",3260 "wasi 0.9.0+wasi-snapshot-preview1",3261 "wasm-bindgen",3262]32633264[[package]]3265name = "getrandom"3266version = "0.2.8"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3269dependencies = [3270 "cfg-if 1.0.0",3271 "libc",3272 "wasi 0.11.0+wasi-snapshot-preview1",3273]32743275[[package]]3276name = "ghash"3277version = "0.4.4"3278source = "registry+https://github.com/rust-lang/crates.io-index"3279checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3280dependencies = [3281 "opaque-debug 0.3.0",3282 "polyval",3283]32843285[[package]]3286name = "gimli"3287version = "0.26.2"3288source = "registry+https://github.com/rust-lang/crates.io-index"3289checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3290dependencies = [3291 "fallible-iterator",3292 "indexmap",3293 "stable_deref_trait",3294]32953296[[package]]3297name = "glob"3298version = "0.3.0"3299source = "registry+https://github.com/rust-lang/crates.io-index"3300checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33013302[[package]]3303name = "globset"3304version = "0.4.9"3305source = "registry+https://github.com/rust-lang/crates.io-index"3306checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3307dependencies = [3308 "aho-corasick",3309 "bstr",3310 "fnv",3311 "log",3312 "regex",3313]33143315[[package]]3316name = "gloo-timers"3317version = "0.2.4"3318source = "registry+https://github.com/rust-lang/crates.io-index"3319checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3320dependencies = [3321 "futures-channel",3322 "futures-core",3323 "js-sys",3324 "wasm-bindgen",3325]33263327[[package]]3328name = "group"3329version = "0.11.0"3330source = "registry+https://github.com/rust-lang/crates.io-index"3331checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3332dependencies = [3333 "ff",3334 "rand_core 0.6.4",3335 "subtle",3336]33373338[[package]]3339name = "h2"3340version = "0.3.15"3341source = "registry+https://github.com/rust-lang/crates.io-index"3342checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3343dependencies = [3344 "bytes",3345 "fnv",3346 "futures-core",3347 "futures-sink",3348 "futures-util",3349 "http",3350 "indexmap",3351 "slab",3352 "tokio",3353 "tokio-util",3354 "tracing",3355]33563357[[package]]3358name = "handlebars"3359version = "4.3.5"3360source = "registry+https://github.com/rust-lang/crates.io-index"3361checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3362dependencies = [3363 "log",3364 "pest",3365 "pest_derive",3366 "serde",3367 "serde_json",3368 "thiserror",3369]33703371[[package]]3372name = "hash-db"3373version = "0.15.2"3374source = "registry+https://github.com/rust-lang/crates.io-index"3375checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33763377[[package]]3378name = "hash256-std-hasher"3379version = "0.15.2"3380source = "registry+https://github.com/rust-lang/crates.io-index"3381checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3382dependencies = [3383 "crunchy",3384]33853386[[package]]3387name = "hashbrown"3388version = "0.12.3"3389source = "registry+https://github.com/rust-lang/crates.io-index"3390checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3391dependencies = [3392 "ahash",3393]33943395[[package]]3396name = "heck"3397version = "0.4.0"3398source = "registry+https://github.com/rust-lang/crates.io-index"3399checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34003401[[package]]3402name = "hermit-abi"3403version = "0.1.19"3404source = "registry+https://github.com/rust-lang/crates.io-index"3405checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3406dependencies = [3407 "libc",3408]34093410[[package]]3411name = "hex"3412version = "0.4.3"3413source = "registry+https://github.com/rust-lang/crates.io-index"3414checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34153416[[package]]3417name = "hex-literal"3418version = "0.3.4"3419source = "registry+https://github.com/rust-lang/crates.io-index"3420checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34213422[[package]]3423name = "hex_fmt"3424version = "0.3.0"3425source = "registry+https://github.com/rust-lang/crates.io-index"3426checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34273428[[package]]3429name = "hmac"3430version = "0.8.1"3431source = "registry+https://github.com/rust-lang/crates.io-index"3432checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3433dependencies = [3434 "crypto-mac 0.8.0",3435 "digest 0.9.0",3436]34373438[[package]]3439name = "hmac"3440version = "0.11.0"3441source = "registry+https://github.com/rust-lang/crates.io-index"3442checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3443dependencies = [3444 "crypto-mac 0.11.1",3445 "digest 0.9.0",3446]34473448[[package]]3449name = "hmac-drbg"3450version = "0.3.0"3451source = "registry+https://github.com/rust-lang/crates.io-index"3452checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3453dependencies = [3454 "digest 0.9.0",3455 "generic-array 0.14.6",3456 "hmac 0.8.1",3457]34583459[[package]]3460name = "hostname"3461version = "0.3.1"3462source = "registry+https://github.com/rust-lang/crates.io-index"3463checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3464dependencies = [3465 "libc",3466 "match_cfg",3467 "winapi",3468]34693470[[package]]3471name = "http"3472version = "0.2.8"3473source = "registry+https://github.com/rust-lang/crates.io-index"3474checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3475dependencies = [3476 "bytes",3477 "fnv",3478 "itoa",3479]34803481[[package]]3482name = "http-body"3483version = "0.4.5"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3486dependencies = [3487 "bytes",3488 "http",3489 "pin-project-lite 0.2.9",3490]34913492[[package]]3493name = "httparse"3494version = "1.8.0"3495source = "registry+https://github.com/rust-lang/crates.io-index"3496checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"34973498[[package]]3499name = "httpdate"3500version = "1.0.2"3501source = "registry+https://github.com/rust-lang/crates.io-index"3502checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35033504[[package]]3505name = "humantime"3506version = "2.1.0"3507source = "registry+https://github.com/rust-lang/crates.io-index"3508checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35093510[[package]]3511name = "hyper"3512version = "0.14.20"3513source = "registry+https://github.com/rust-lang/crates.io-index"3514checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3515dependencies = [3516 "bytes",3517 "futures-channel",3518 "futures-core",3519 "futures-util",3520 "h2",3521 "http",3522 "http-body",3523 "httparse",3524 "httpdate",3525 "itoa",3526 "pin-project-lite 0.2.9",3527 "socket2",3528 "tokio",3529 "tower-service",3530 "tracing",3531 "want",3532]35333534[[package]]3535name = "hyper-rustls"3536version = "0.23.0"3537source = "registry+https://github.com/rust-lang/crates.io-index"3538checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3539dependencies = [3540 "http",3541 "hyper",3542 "log",3543 "rustls",3544 "rustls-native-certs",3545 "tokio",3546 "tokio-rustls",3547]35483549[[package]]3550name = "iana-time-zone"3551version = "0.1.51"3552source = "registry+https://github.com/rust-lang/crates.io-index"3553checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3554dependencies = [3555 "android_system_properties",3556 "core-foundation-sys",3557 "iana-time-zone-haiku",3558 "js-sys",3559 "wasm-bindgen",3560 "winapi",3561]35623563[[package]]3564name = "iana-time-zone-haiku"3565version = "0.1.1"3566source = "registry+https://github.com/rust-lang/crates.io-index"3567checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3568dependencies = [3569 "cxx",3570 "cxx-build",3571]35723573[[package]]3574name = "idna"3575version = "0.2.3"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3578dependencies = [3579 "matches",3580 "unicode-bidi",3581 "unicode-normalization",3582]35833584[[package]]3585name = "idna"3586version = "0.3.0"3587source = "registry+https://github.com/rust-lang/crates.io-index"3588checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3589dependencies = [3590 "unicode-bidi",3591 "unicode-normalization",3592]35933594[[package]]3595name = "if-addrs"3596version = "0.7.0"3597source = "registry+https://github.com/rust-lang/crates.io-index"3598checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3599dependencies = [3600 "libc",3601 "winapi",3602]36033604[[package]]3605name = "if-watch"3606version = "1.1.1"3607source = "registry+https://github.com/rust-lang/crates.io-index"3608checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3609dependencies = [3610 "async-io",3611 "core-foundation",3612 "fnv",3613 "futures 0.3.25",3614 "if-addrs",3615 "ipnet",3616 "log",3617 "rtnetlink",3618 "system-configuration",3619 "windows",3620]36213622[[package]]3623name = "impl-codec"3624version = "0.6.0"3625source = "registry+https://github.com/rust-lang/crates.io-index"3626checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3627dependencies = [3628 "parity-scale-codec 3.2.1",3629]36303631[[package]]3632name = "impl-rlp"3633version = "0.3.0"3634source = "registry+https://github.com/rust-lang/crates.io-index"3635checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3636dependencies = [3637 "rlp",3638]36393640[[package]]3641name = "impl-serde"3642version = "0.3.2"3643source = "registry+https://github.com/rust-lang/crates.io-index"3644checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3645dependencies = [3646 "serde",3647]36483649[[package]]3650name = "impl-trait-for-tuples"3651version = "0.2.2"3652source = "registry+https://github.com/rust-lang/crates.io-index"3653checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3654dependencies = [3655 "proc-macro2",3656 "quote",3657 "syn",3658]36593660[[package]]3661name = "indexmap"3662version = "1.9.1"3663source = "registry+https://github.com/rust-lang/crates.io-index"3664checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3665dependencies = [3666 "autocfg",3667 "hashbrown",3668 "serde",3669]36703671[[package]]3672name = "inout"3673version = "0.1.3"3674source = "registry+https://github.com/rust-lang/crates.io-index"3675checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3676dependencies = [3677 "generic-array 0.14.6",3678]36793680[[package]]3681name = "instant"3682version = "0.1.12"3683source = "registry+https://github.com/rust-lang/crates.io-index"3684checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3685dependencies = [3686 "cfg-if 1.0.0",3687]36883689[[package]]3690name = "integer-encoding"3691version = "3.0.4"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36943695[[package]]3696name = "integer-sqrt"3697version = "0.1.5"3698source = "registry+https://github.com/rust-lang/crates.io-index"3699checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3700dependencies = [3701 "num-traits",3702]37033704[[package]]3705name = "io-lifetimes"3706version = "0.7.4"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"37093710[[package]]3711name = "ip_network"3712version = "0.4.1"3713source = "registry+https://github.com/rust-lang/crates.io-index"3714checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37153716[[package]]3717name = "ipconfig"3718version = "0.3.0"3719source = "registry+https://github.com/rust-lang/crates.io-index"3720checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3721dependencies = [3722 "socket2",3723 "widestring",3724 "winapi",3725 "winreg",3726]37273728[[package]]3729name = "ipnet"3730version = "2.5.0"3731source = "registry+https://github.com/rust-lang/crates.io-index"3732checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37333734[[package]]3735name = "itertools"3736version = "0.10.5"3737source = "registry+https://github.com/rust-lang/crates.io-index"3738checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3739dependencies = [3740 "either",3741]37423743[[package]]3744name = "itoa"3745version = "1.0.4"3746source = "registry+https://github.com/rust-lang/crates.io-index"3747checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37483749[[package]]3750name = "jobserver"3751version = "0.1.25"3752source = "registry+https://github.com/rust-lang/crates.io-index"3753checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3754dependencies = [3755 "libc",3756]37573758[[package]]3759name = "js-sys"3760version = "0.3.60"3761source = "registry+https://github.com/rust-lang/crates.io-index"3762checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3763dependencies = [3764 "wasm-bindgen",3765]37663767[[package]]3768name = "jsonrpsee"3769version = "0.15.1"3770source = "registry+https://github.com/rust-lang/crates.io-index"3771checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3772dependencies = [3773 "jsonrpsee-core",3774 "jsonrpsee-http-server",3775 "jsonrpsee-proc-macros",3776 "jsonrpsee-types",3777 "jsonrpsee-ws-client",3778 "jsonrpsee-ws-server",3779 "tracing",3780]37813782[[package]]3783name = "jsonrpsee-client-transport"3784version = "0.15.1"3785source = "registry+https://github.com/rust-lang/crates.io-index"3786checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3787dependencies = [3788 "futures-util",3789 "http",3790 "jsonrpsee-core",3791 "jsonrpsee-types",3792 "pin-project",3793 "rustls-native-certs",3794 "soketto",3795 "thiserror",3796 "tokio",3797 "tokio-rustls",3798 "tokio-util",3799 "tracing",3800 "webpki-roots",3801]38023803[[package]]3804name = "jsonrpsee-core"3805version = "0.15.1"3806source = "registry+https://github.com/rust-lang/crates.io-index"3807checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3808dependencies = [3809 "anyhow",3810 "arrayvec 0.7.2",3811 "async-lock",3812 "async-trait",3813 "beef",3814 "futures-channel",3815 "futures-timer",3816 "futures-util",3817 "globset",3818 "http",3819 "hyper",3820 "jsonrpsee-types",3821 "lazy_static",3822 "parking_lot 0.12.1",3823 "rand 0.8.5",3824 "rustc-hash",3825 "serde",3826 "serde_json",3827 "soketto",3828 "thiserror",3829 "tokio",3830 "tracing",3831 "tracing-futures",3832 "unicase",3833]38343835[[package]]3836name = "jsonrpsee-http-server"3837version = "0.15.1"3838source = "registry+https://github.com/rust-lang/crates.io-index"3839checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3840dependencies = [3841 "futures-channel",3842 "futures-util",3843 "hyper",3844 "jsonrpsee-core",3845 "jsonrpsee-types",3846 "serde",3847 "serde_json",3848 "tokio",3849 "tracing",3850 "tracing-futures",3851]38523853[[package]]3854name = "jsonrpsee-proc-macros"3855version = "0.15.1"3856source = "registry+https://github.com/rust-lang/crates.io-index"3857checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3858dependencies = [3859 "proc-macro-crate",3860 "proc-macro2",3861 "quote",3862 "syn",3863]38643865[[package]]3866name = "jsonrpsee-types"3867version = "0.15.1"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3870dependencies = [3871 "anyhow",3872 "beef",3873 "serde",3874 "serde_json",3875 "thiserror",3876 "tracing",3877]38783879[[package]]3880name = "jsonrpsee-ws-client"3881version = "0.15.1"3882source = "registry+https://github.com/rust-lang/crates.io-index"3883checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3884dependencies = [3885 "http",3886 "jsonrpsee-client-transport",3887 "jsonrpsee-core",3888 "jsonrpsee-types",3889]38903891[[package]]3892name = "jsonrpsee-ws-server"3893version = "0.15.1"3894source = "registry+https://github.com/rust-lang/crates.io-index"3895checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3896dependencies = [3897 "futures-channel",3898 "futures-util",3899 "http",3900 "jsonrpsee-core",3901 "jsonrpsee-types",3902 "serde_json",3903 "soketto",3904 "tokio",3905 "tokio-stream",3906 "tokio-util",3907 "tracing",3908 "tracing-futures",3909]39103911[[package]]3912name = "k256"3913version = "0.10.4"3914source = "registry+https://github.com/rust-lang/crates.io-index"3915checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3916dependencies = [3917 "cfg-if 1.0.0",3918 "ecdsa",3919 "elliptic-curve",3920 "sec1",3921]39223923[[package]]3924name = "keccak"3925version = "0.1.2"3926source = "registry+https://github.com/rust-lang/crates.io-index"3927checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39283929[[package]]3930name = "kusama-runtime"3931version = "0.9.30"3932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3933dependencies = [3934 "beefy-primitives",3935 "bitvec 1.0.1",3936 "frame-benchmarking",3937 "frame-election-provider-support",3938 "frame-executive",3939 "frame-support",3940 "frame-system",3941 "frame-system-benchmarking",3942 "frame-system-rpc-runtime-api",3943 "frame-try-runtime",3944 "hex-literal",3945 "kusama-runtime-constants",3946 "log",3947 "pallet-authority-discovery",3948 "pallet-authorship",3949 "pallet-babe",3950 "pallet-bags-list",3951 "pallet-balances",3952 "pallet-bounties",3953 "pallet-child-bounties",3954 "pallet-collective",3955 "pallet-democracy",3956 "pallet-election-provider-multi-phase",3957 "pallet-election-provider-support-benchmarking",3958 "pallet-elections-phragmen",3959 "pallet-fast-unstake",3960 "pallet-gilt",3961 "pallet-grandpa",3962 "pallet-identity",3963 "pallet-im-online",3964 "pallet-indices",3965 "pallet-membership",3966 "pallet-multisig",3967 "pallet-nomination-pools",3968 "pallet-nomination-pools-benchmarking",3969 "pallet-nomination-pools-runtime-api",3970 "pallet-offences",3971 "pallet-offences-benchmarking",3972 "pallet-preimage",3973 "pallet-proxy",3974 "pallet-recovery",3975 "pallet-scheduler",3976 "pallet-session",3977 "pallet-session-benchmarking",3978 "pallet-society",3979 "pallet-staking",3980 "pallet-staking-reward-fn",3981 "pallet-timestamp",3982 "pallet-tips",3983 "pallet-transaction-payment",3984 "pallet-transaction-payment-rpc-runtime-api",3985 "pallet-treasury",3986 "pallet-utility",3987 "pallet-vesting",3988 "pallet-xcm",3989 "pallet-xcm-benchmarks",3990 "parity-scale-codec 3.2.1",3991 "polkadot-primitives",3992 "polkadot-runtime-common",3993 "polkadot-runtime-parachains",3994 "rustc-hex",3995 "scale-info",3996 "serde",3997 "serde_derive",3998 "smallvec",3999 "sp-api",4000 "sp-arithmetic",4001 "sp-authority-discovery",4002 "sp-block-builder",4003 "sp-consensus-babe",4004 "sp-core",4005 "sp-inherents",4006 "sp-io",4007 "sp-mmr-primitives",4008 "sp-npos-elections",4009 "sp-offchain",4010 "sp-runtime",4011 "sp-session",4012 "sp-staking",4013 "sp-std",4014 "sp-transaction-pool",4015 "sp-version",4016 "static_assertions",4017 "substrate-wasm-builder",4018 "xcm",4019 "xcm-builder",4020 "xcm-executor",4021]40224023[[package]]4024name = "kusama-runtime-constants"4025version = "0.9.30"4026source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4027dependencies = [4028 "frame-support",4029 "polkadot-primitives",4030 "polkadot-runtime-common",4031 "smallvec",4032 "sp-runtime",4033]40344035[[package]]4036name = "kv-log-macro"4037version = "1.0.7"4038source = "registry+https://github.com/rust-lang/crates.io-index"4039checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4040dependencies = [4041 "log",4042]40434044[[package]]4045name = "kvdb"4046version = "0.11.0"4047source = "registry+https://github.com/rust-lang/crates.io-index"4048checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4049dependencies = [4050 "parity-util-mem",4051 "smallvec",4052]40534054[[package]]4055name = "kvdb-memorydb"4056version = "0.11.0"4057source = "registry+https://github.com/rust-lang/crates.io-index"4058checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4059dependencies = [4060 "kvdb",4061 "parity-util-mem",4062 "parking_lot 0.12.1",4063]40644065[[package]]4066name = "kvdb-rocksdb"4067version = "0.15.2"4068source = "registry+https://github.com/rust-lang/crates.io-index"4069checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4070dependencies = [4071 "fs-swap",4072 "kvdb",4073 "log",4074 "num_cpus",4075 "owning_ref",4076 "parity-util-mem",4077 "parking_lot 0.12.1",4078 "regex",4079 "rocksdb",4080 "smallvec",4081]40824083[[package]]4084name = "lazy_static"4085version = "1.4.0"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40884089[[package]]4090name = "lazycell"4091version = "1.3.0"4092source = "registry+https://github.com/rust-lang/crates.io-index"4093checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40944095[[package]]4096name = "libc"4097version = "0.2.137"4098source = "registry+https://github.com/rust-lang/crates.io-index"4099checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"41004101[[package]]4102name = "libloading"4103version = "0.5.2"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4106dependencies = [4107 "cc",4108 "winapi",4109]41104111[[package]]4112name = "libloading"4113version = "0.7.3"4114source = "registry+https://github.com/rust-lang/crates.io-index"4115checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4116dependencies = [4117 "cfg-if 1.0.0",4118 "winapi",4119]41204121[[package]]4122name = "libm"4123version = "0.2.5"4124source = "registry+https://github.com/rust-lang/crates.io-index"4125checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"41264127[[package]]4128name = "libp2p"4129version = "0.46.1"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4132dependencies = [4133 "bytes",4134 "futures 0.3.25",4135 "futures-timer",4136 "getrandom 0.2.8",4137 "instant",4138 "lazy_static",4139 "libp2p-autonat",4140 "libp2p-core",4141 "libp2p-deflate",4142 "libp2p-dns",4143 "libp2p-floodsub",4144 "libp2p-gossipsub",4145 "libp2p-identify",4146 "libp2p-kad",4147 "libp2p-mdns",4148 "libp2p-metrics",4149 "libp2p-mplex",4150 "libp2p-noise",4151 "libp2p-ping",4152 "libp2p-plaintext",4153 "libp2p-pnet",4154 "libp2p-relay",4155 "libp2p-rendezvous",4156 "libp2p-request-response",4157 "libp2p-swarm",4158 "libp2p-swarm-derive",4159 "libp2p-tcp",4160 "libp2p-uds",4161 "libp2p-wasm-ext",4162 "libp2p-websocket",4163 "libp2p-yamux",4164 "multiaddr",4165 "parking_lot 0.12.1",4166 "pin-project",4167 "rand 0.7.3",4168 "smallvec",4169]41704171[[package]]4172name = "libp2p-autonat"4173version = "0.5.0"4174source = "registry+https://github.com/rust-lang/crates.io-index"4175checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4176dependencies = [4177 "async-trait",4178 "futures 0.3.25",4179 "futures-timer",4180 "instant",4181 "libp2p-core",4182 "libp2p-request-response",4183 "libp2p-swarm",4184 "log",4185 "prost 0.10.4",4186 "prost-build 0.10.4",4187 "rand 0.8.5",4188]41894190[[package]]4191name = "libp2p-core"4192version = "0.34.0"4193source = "registry+https://github.com/rust-lang/crates.io-index"4194checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4195dependencies = [4196 "asn1_der",4197 "bs58",4198 "ed25519-dalek",4199 "either",4200 "fnv",4201 "futures 0.3.25",4202 "futures-timer",4203 "instant",4204 "lazy_static",4205 "libsecp256k1",4206 "log",4207 "multiaddr",4208 "multihash",4209 "multistream-select",4210 "parking_lot 0.12.1",4211 "pin-project",4212 "prost 0.10.4",4213 "prost-build 0.10.4",4214 "rand 0.8.5",4215 "ring",4216 "rw-stream-sink",4217 "sha2 0.10.6",4218 "smallvec",4219 "thiserror",4220 "unsigned-varint",4221 "void",4222 "zeroize",4223]42244225[[package]]4226name = "libp2p-deflate"4227version = "0.34.0"4228source = "registry+https://github.com/rust-lang/crates.io-index"4229checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4230dependencies = [4231 "flate2",4232 "futures 0.3.25",4233 "libp2p-core",4234]42354236[[package]]4237name = "libp2p-dns"4238version = "0.34.0"4239source = "registry+https://github.com/rust-lang/crates.io-index"4240checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4241dependencies = [4242 "async-std-resolver",4243 "futures 0.3.25",4244 "libp2p-core",4245 "log",4246 "parking_lot 0.12.1",4247 "smallvec",4248 "trust-dns-resolver",4249]42504251[[package]]4252name = "libp2p-floodsub"4253version = "0.37.0"4254source = "registry+https://github.com/rust-lang/crates.io-index"4255checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4256dependencies = [4257 "cuckoofilter",4258 "fnv",4259 "futures 0.3.25",4260 "libp2p-core",4261 "libp2p-swarm",4262 "log",4263 "prost 0.10.4",4264 "prost-build 0.10.4",4265 "rand 0.7.3",4266 "smallvec",4267]42684269[[package]]4270name = "libp2p-gossipsub"4271version = "0.39.0"4272source = "registry+https://github.com/rust-lang/crates.io-index"4273checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4274dependencies = [4275 "asynchronous-codec",4276 "base64",4277 "byteorder",4278 "bytes",4279 "fnv",4280 "futures 0.3.25",4281 "hex_fmt",4282 "instant",4283 "libp2p-core",4284 "libp2p-swarm",4285 "log",4286 "prometheus-client",4287 "prost 0.10.4",4288 "prost-build 0.10.4",4289 "rand 0.7.3",4290 "regex",4291 "sha2 0.10.6",4292 "smallvec",4293 "unsigned-varint",4294 "wasm-timer",4295]42964297[[package]]4298name = "libp2p-identify"4299version = "0.37.0"4300source = "registry+https://github.com/rust-lang/crates.io-index"4301checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4302dependencies = [4303 "asynchronous-codec",4304 "futures 0.3.25",4305 "futures-timer",4306 "libp2p-core",4307 "libp2p-swarm",4308 "log",4309 "lru 0.7.8",4310 "prost 0.10.4",4311 "prost-build 0.10.4",4312 "prost-codec",4313 "smallvec",4314 "thiserror",4315 "void",4316]43174318[[package]]4319name = "libp2p-kad"4320version = "0.38.0"4321source = "registry+https://github.com/rust-lang/crates.io-index"4322checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4323dependencies = [4324 "arrayvec 0.7.2",4325 "asynchronous-codec",4326 "bytes",4327 "either",4328 "fnv",4329 "futures 0.3.25",4330 "futures-timer",4331 "instant",4332 "libp2p-core",4333 "libp2p-swarm",4334 "log",4335 "prost 0.10.4",4336 "prost-build 0.10.4",4337 "rand 0.7.3",4338 "sha2 0.10.6",4339 "smallvec",4340 "thiserror",4341 "uint",4342 "unsigned-varint",4343 "void",4344]43454346[[package]]4347name = "libp2p-mdns"4348version = "0.38.0"4349source = "registry+https://github.com/rust-lang/crates.io-index"4350checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4351dependencies = [4352 "async-io",4353 "data-encoding",4354 "dns-parser",4355 "futures 0.3.25",4356 "if-watch",4357 "lazy_static",4358 "libp2p-core",4359 "libp2p-swarm",4360 "log",4361 "rand 0.8.5",4362 "smallvec",4363 "socket2",4364 "void",4365]43664367[[package]]4368name = "libp2p-metrics"4369version = "0.7.0"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4372dependencies = [4373 "libp2p-core",4374 "libp2p-gossipsub",4375 "libp2p-identify",4376 "libp2p-kad",4377 "libp2p-ping",4378 "libp2p-relay",4379 "libp2p-swarm",4380 "prometheus-client",4381]43824383[[package]]4384name = "libp2p-mplex"4385version = "0.34.0"4386source = "registry+https://github.com/rust-lang/crates.io-index"4387checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4388dependencies = [4389 "asynchronous-codec",4390 "bytes",4391 "futures 0.3.25",4392 "libp2p-core",4393 "log",4394 "nohash-hasher",4395 "parking_lot 0.12.1",4396 "rand 0.7.3",4397 "smallvec",4398 "unsigned-varint",4399]44004401[[package]]4402name = "libp2p-noise"4403version = "0.37.0"4404source = "registry+https://github.com/rust-lang/crates.io-index"4405checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4406dependencies = [4407 "bytes",4408 "curve25519-dalek 3.2.0",4409 "futures 0.3.25",4410 "lazy_static",4411 "libp2p-core",4412 "log",4413 "prost 0.10.4",4414 "prost-build 0.10.4",4415 "rand 0.8.5",4416 "sha2 0.10.6",4417 "snow",4418 "static_assertions",4419 "x25519-dalek",4420 "zeroize",4421]44224423[[package]]4424name = "libp2p-ping"4425version = "0.37.0"4426source = "registry+https://github.com/rust-lang/crates.io-index"4427checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4428dependencies = [4429 "futures 0.3.25",4430 "futures-timer",4431 "instant",4432 "libp2p-core",4433 "libp2p-swarm",4434 "log",4435 "rand 0.7.3",4436 "void",4437]44384439[[package]]4440name = "libp2p-plaintext"4441version = "0.34.0"4442source = "registry+https://github.com/rust-lang/crates.io-index"4443checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4444dependencies = [4445 "asynchronous-codec",4446 "bytes",4447 "futures 0.3.25",4448 "libp2p-core",4449 "log",4450 "prost 0.10.4",4451 "prost-build 0.10.4",4452 "unsigned-varint",4453 "void",4454]44554456[[package]]4457name = "libp2p-pnet"4458version = "0.22.1"4459source = "registry+https://github.com/rust-lang/crates.io-index"4460checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4461dependencies = [4462 "futures 0.3.25",4463 "log",4464 "pin-project",4465 "rand 0.8.5",4466 "salsa20",4467 "sha3",4468]44694470[[package]]4471name = "libp2p-relay"4472version = "0.10.0"4473source = "registry+https://github.com/rust-lang/crates.io-index"4474checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4475dependencies = [4476 "asynchronous-codec",4477 "bytes",4478 "either",4479 "futures 0.3.25",4480 "futures-timer",4481 "instant",4482 "libp2p-core",4483 "libp2p-swarm",4484 "log",4485 "pin-project",4486 "prost 0.10.4",4487 "prost-build 0.10.4",4488 "prost-codec",4489 "rand 0.8.5",4490 "smallvec",4491 "static_assertions",4492 "thiserror",4493 "void",4494]44954496[[package]]4497name = "libp2p-rendezvous"4498version = "0.7.0"4499source = "registry+https://github.com/rust-lang/crates.io-index"4500checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4501dependencies = [4502 "asynchronous-codec",4503 "bimap",4504 "futures 0.3.25",4505 "futures-timer",4506 "instant",4507 "libp2p-core",4508 "libp2p-swarm",4509 "log",4510 "prost 0.10.4",4511 "prost-build 0.10.4",4512 "rand 0.8.5",4513 "sha2 0.10.6",4514 "thiserror",4515 "unsigned-varint",4516 "void",4517]45184519[[package]]4520name = "libp2p-request-response"4521version = "0.19.0"4522source = "registry+https://github.com/rust-lang/crates.io-index"4523checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4524dependencies = [4525 "async-trait",4526 "bytes",4527 "futures 0.3.25",4528 "instant",4529 "libp2p-core",4530 "libp2p-swarm",4531 "log",4532 "rand 0.7.3",4533 "smallvec",4534 "unsigned-varint",4535]45364537[[package]]4538name = "libp2p-swarm"4539version = "0.37.0"4540source = "registry+https://github.com/rust-lang/crates.io-index"4541checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4542dependencies = [4543 "either",4544 "fnv",4545 "futures 0.3.25",4546 "futures-timer",4547 "instant",4548 "libp2p-core",4549 "log",4550 "pin-project",4551 "rand 0.7.3",4552 "smallvec",4553 "thiserror",4554 "void",4555]45564557[[package]]4558name = "libp2p-swarm-derive"4559version = "0.28.0"4560source = "registry+https://github.com/rust-lang/crates.io-index"4561checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4562dependencies = [4563 "quote",4564 "syn",4565]45664567[[package]]4568name = "libp2p-tcp"4569version = "0.34.0"4570source = "registry+https://github.com/rust-lang/crates.io-index"4571checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4572dependencies = [4573 "async-io",4574 "futures 0.3.25",4575 "futures-timer",4576 "if-watch",4577 "ipnet",4578 "libc",4579 "libp2p-core",4580 "log",4581 "socket2",4582]45834584[[package]]4585name = "libp2p-uds"4586version = "0.33.0"4587source = "registry+https://github.com/rust-lang/crates.io-index"4588checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4589dependencies = [4590 "async-std",4591 "futures 0.3.25",4592 "libp2p-core",4593 "log",4594]45954596[[package]]4597name = "libp2p-wasm-ext"4598version = "0.34.0"4599source = "registry+https://github.com/rust-lang/crates.io-index"4600checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4601dependencies = [4602 "futures 0.3.25",4603 "js-sys",4604 "libp2p-core",4605 "parity-send-wrapper",4606 "wasm-bindgen",4607 "wasm-bindgen-futures",4608]46094610[[package]]4611name = "libp2p-websocket"4612version = "0.36.0"4613source = "registry+https://github.com/rust-lang/crates.io-index"4614checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4615dependencies = [4616 "either",4617 "futures 0.3.25",4618 "futures-rustls",4619 "libp2p-core",4620 "log",4621 "parking_lot 0.12.1",4622 "quicksink",4623 "rw-stream-sink",4624 "soketto",4625 "url",4626 "webpki-roots",4627]46284629[[package]]4630name = "libp2p-yamux"4631version = "0.38.0"4632source = "registry+https://github.com/rust-lang/crates.io-index"4633checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4634dependencies = [4635 "futures 0.3.25",4636 "libp2p-core",4637 "parking_lot 0.12.1",4638 "thiserror",4639 "yamux",4640]46414642[[package]]4643name = "librocksdb-sys"4644version = "0.6.1+6.28.2"4645source = "registry+https://github.com/rust-lang/crates.io-index"4646checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4647dependencies = [4648 "bindgen",4649 "bzip2-sys",4650 "cc",4651 "glob",4652 "libc",4653 "libz-sys",4654 "tikv-jemalloc-sys",4655]46564657[[package]]4658name = "libsecp256k1"4659version = "0.7.1"4660source = "registry+https://github.com/rust-lang/crates.io-index"4661checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4662dependencies = [4663 "arrayref",4664 "base64",4665 "digest 0.9.0",4666 "hmac-drbg",4667 "libsecp256k1-core",4668 "libsecp256k1-gen-ecmult",4669 "libsecp256k1-gen-genmult",4670 "rand 0.8.5",4671 "serde",4672 "sha2 0.9.9",4673 "typenum",4674]46754676[[package]]4677name = "libsecp256k1-core"4678version = "0.3.0"4679source = "registry+https://github.com/rust-lang/crates.io-index"4680checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4681dependencies = [4682 "crunchy",4683 "digest 0.9.0",4684 "subtle",4685]46864687[[package]]4688name = "libsecp256k1-gen-ecmult"4689version = "0.3.0"4690source = "registry+https://github.com/rust-lang/crates.io-index"4691checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4692dependencies = [4693 "libsecp256k1-core",4694]46954696[[package]]4697name = "libsecp256k1-gen-genmult"4698version = "0.3.0"4699source = "registry+https://github.com/rust-lang/crates.io-index"4700checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4701dependencies = [4702 "libsecp256k1-core",4703]47044705[[package]]4706name = "libz-sys"4707version = "1.1.8"4708source = "registry+https://github.com/rust-lang/crates.io-index"4709checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4710dependencies = [4711 "cc",4712 "pkg-config",4713 "vcpkg",4714]47154716[[package]]4717name = "link-cplusplus"4718version = "1.0.7"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4721dependencies = [4722 "cc",4723]47244725[[package]]4726name = "linked-hash-map"4727version = "0.5.6"4728source = "registry+https://github.com/rust-lang/crates.io-index"4729checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"47304731[[package]]4732name = "linked_hash_set"4733version = "0.1.4"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4736dependencies = [4737 "linked-hash-map",4738]47394740[[package]]4741name = "linregress"4742version = "0.4.4"4743source = "registry+https://github.com/rust-lang/crates.io-index"4744checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4745dependencies = [4746 "nalgebra",4747 "statrs",4748]47494750[[package]]4751name = "linux-raw-sys"4752version = "0.0.46"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47554756[[package]]4757name = "lock_api"4758version = "0.4.9"4759source = "registry+https://github.com/rust-lang/crates.io-index"4760checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4761dependencies = [4762 "autocfg",4763 "scopeguard",4764]47654766[[package]]4767name = "log"4768version = "0.4.17"4769source = "registry+https://github.com/rust-lang/crates.io-index"4770checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4771dependencies = [4772 "cfg-if 1.0.0",4773 "value-bag",4774]47754776[[package]]4777name = "logtest"4778version = "2.0.0"4779source = "registry+https://github.com/rust-lang/crates.io-index"4780checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4781dependencies = [4782 "lazy_static",4783 "log",4784]47854786[[package]]4787name = "lru"4788version = "0.7.8"4789source = "registry+https://github.com/rust-lang/crates.io-index"4790checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4791dependencies = [4792 "hashbrown",4793]47944795[[package]]4796name = "lru"4797version = "0.8.1"4798source = "registry+https://github.com/rust-lang/crates.io-index"4799checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4800dependencies = [4801 "hashbrown",4802]48034804[[package]]4805name = "lru-cache"4806version = "0.1.2"4807source = "registry+https://github.com/rust-lang/crates.io-index"4808checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4809dependencies = [4810 "linked-hash-map",4811]48124813[[package]]4814name = "lz4"4815version = "1.24.0"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4818dependencies = [4819 "libc",4820 "lz4-sys",4821]48224823[[package]]4824name = "lz4-sys"4825version = "1.9.4"4826source = "registry+https://github.com/rust-lang/crates.io-index"4827checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4828dependencies = [4829 "cc",4830 "libc",4831]48324833[[package]]4834name = "mach"4835version = "0.3.2"4836source = "registry+https://github.com/rust-lang/crates.io-index"4837checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4838dependencies = [4839 "libc",4840]48414842[[package]]4843name = "match_cfg"4844version = "0.1.0"4845source = "registry+https://github.com/rust-lang/crates.io-index"4846checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48474848[[package]]4849name = "matchers"4850version = "0.0.1"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4853dependencies = [4854 "regex-automata",4855]48564857[[package]]4858name = "matches"4859version = "0.1.9"4860source = "registry+https://github.com/rust-lang/crates.io-index"4861checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48624863[[package]]4864name = "matrixmultiply"4865version = "0.3.2"4866source = "registry+https://github.com/rust-lang/crates.io-index"4867checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4868dependencies = [4869 "rawpointer",4870]48714872[[package]]4873name = "memchr"4874version = "2.5.0"4875source = "registry+https://github.com/rust-lang/crates.io-index"4876checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48774878[[package]]4879name = "memfd"4880version = "0.6.1"4881source = "registry+https://github.com/rust-lang/crates.io-index"4882checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4883dependencies = [4884 "rustix",4885]48864887[[package]]4888name = "memmap2"4889version = "0.5.7"4890source = "registry+https://github.com/rust-lang/crates.io-index"4891checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4892dependencies = [4893 "libc",4894]48954896[[package]]4897name = "memoffset"4898version = "0.6.5"4899source = "registry+https://github.com/rust-lang/crates.io-index"4900checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4901dependencies = [4902 "autocfg",4903]49044905[[package]]4906name = "memory-db"4907version = "0.29.0"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4910dependencies = [4911 "hash-db",4912 "hashbrown",4913 "parity-util-mem",4914]49154916[[package]]4917name = "memory-lru"4918version = "0.1.1"4919source = "registry+https://github.com/rust-lang/crates.io-index"4920checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4921dependencies = [4922 "lru 0.8.1",4923]49244925[[package]]4926name = "memory_units"4927version = "0.4.0"4928source = "registry+https://github.com/rust-lang/crates.io-index"4929checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"49304931[[package]]4932name = "merlin"4933version = "2.0.1"4934source = "registry+https://github.com/rust-lang/crates.io-index"4935checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4936dependencies = [4937 "byteorder",4938 "keccak",4939 "rand_core 0.5.1",4940 "zeroize",4941]49424943[[package]]4944name = "mick-jaeger"4945version = "0.1.8"4946source = "registry+https://github.com/rust-lang/crates.io-index"4947checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4948dependencies = [4949 "futures 0.3.25",4950 "rand 0.8.5",4951 "thrift",4952]49534954[[package]]4955name = "minimal-lexical"4956version = "0.2.1"4957source = "registry+https://github.com/rust-lang/crates.io-index"4958checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49594960[[package]]4961name = "miniz_oxide"4962version = "0.5.4"4963source = "registry+https://github.com/rust-lang/crates.io-index"4964checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4965dependencies = [4966 "adler",4967]49684969[[package]]4970name = "mio"4971version = "0.8.5"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4974dependencies = [4975 "libc",4976 "log",4977 "wasi 0.11.0+wasi-snapshot-preview1",4978 "windows-sys 0.42.0",4979]49804981[[package]]4982name = "multiaddr"4983version = "0.14.0"4984source = "registry+https://github.com/rust-lang/crates.io-index"4985checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4986dependencies = [4987 "arrayref",4988 "bs58",4989 "byteorder",4990 "data-encoding",4991 "multihash",4992 "percent-encoding",4993 "serde",4994 "static_assertions",4995 "unsigned-varint",4996 "url",4997]49984999[[package]]5000name = "multibase"5001version = "0.9.1"5002source = "registry+https://github.com/rust-lang/crates.io-index"5003checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5004dependencies = [5005 "base-x",5006 "data-encoding",5007 "data-encoding-macro",5008]50095010[[package]]5011name = "multihash"5012version = "0.16.3"5013source = "registry+https://github.com/rust-lang/crates.io-index"5014checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5015dependencies = [5016 "blake2b_simd",5017 "blake2s_simd",5018 "blake3",5019 "core2",5020 "digest 0.10.5",5021 "multihash-derive",5022 "sha2 0.10.6",5023 "sha3",5024 "unsigned-varint",5025]50265027[[package]]5028name = "multihash-derive"5029version = "0.8.0"5030source = "registry+https://github.com/rust-lang/crates.io-index"5031checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5032dependencies = [5033 "proc-macro-crate",5034 "proc-macro-error",5035 "proc-macro2",5036 "quote",5037 "syn",5038 "synstructure",5039]50405041[[package]]5042name = "multimap"5043version = "0.8.3"5044source = "registry+https://github.com/rust-lang/crates.io-index"5045checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50465047[[package]]5048name = "multistream-select"5049version = "0.11.0"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5052dependencies = [5053 "bytes",5054 "futures 0.3.25",5055 "log",5056 "pin-project",5057 "smallvec",5058 "unsigned-varint",5059]50605061[[package]]5062name = "nalgebra"5063version = "0.27.1"5064source = "registry+https://github.com/rust-lang/crates.io-index"5065checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5066dependencies = [5067 "approx",5068 "matrixmultiply",5069 "nalgebra-macros",5070 "num-complex",5071 "num-rational 0.4.1",5072 "num-traits",5073 "rand 0.8.5",5074 "rand_distr",5075 "simba",5076 "typenum",5077]50785079[[package]]5080name = "nalgebra-macros"5081version = "0.1.0"5082source = "registry+https://github.com/rust-lang/crates.io-index"5083checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5084dependencies = [5085 "proc-macro2",5086 "quote",5087 "syn",5088]50895090[[package]]5091name = "names"5092version = "0.13.0"5093source = "registry+https://github.com/rust-lang/crates.io-index"5094checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5095dependencies = [5096 "rand 0.8.5",5097]50985099[[package]]5100name = "nanorand"5101version = "0.7.0"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"51045105[[package]]5106name = "netlink-packet-core"5107version = "0.4.2"5108source = "registry+https://github.com/rust-lang/crates.io-index"5109checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5110dependencies = [5111 "anyhow",5112 "byteorder",5113 "libc",5114 "netlink-packet-utils",5115]51165117[[package]]5118name = "netlink-packet-route"5119version = "0.12.0"5120source = "registry+https://github.com/rust-lang/crates.io-index"5121checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5122dependencies = [5123 "anyhow",5124 "bitflags",5125 "byteorder",5126 "libc",5127 "netlink-packet-core",5128 "netlink-packet-utils",5129]51305131[[package]]5132name = "netlink-packet-utils"5133version = "0.5.1"5134source = "registry+https://github.com/rust-lang/crates.io-index"5135checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5136dependencies = [5137 "anyhow",5138 "byteorder",5139 "paste",5140 "thiserror",5141]51425143[[package]]5144name = "netlink-proto"5145version = "0.10.0"5146source = "registry+https://github.com/rust-lang/crates.io-index"5147checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5148dependencies = [5149 "bytes",5150 "futures 0.3.25",5151 "log",5152 "netlink-packet-core",5153 "netlink-sys",5154 "thiserror",5155 "tokio",5156]51575158[[package]]5159name = "netlink-sys"5160version = "0.8.3"5161source = "registry+https://github.com/rust-lang/crates.io-index"5162checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5163dependencies = [5164 "async-io",5165 "bytes",5166 "futures 0.3.25",5167 "libc",5168 "log",5169]51705171[[package]]5172name = "nix"5173version = "0.24.2"5174source = "registry+https://github.com/rust-lang/crates.io-index"5175checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5176dependencies = [5177 "bitflags",5178 "cfg-if 1.0.0",5179 "libc",5180]51815182[[package]]5183name = "nodrop"5184version = "0.1.14"5185source = "registry+https://github.com/rust-lang/crates.io-index"5186checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51875188[[package]]5189name = "nohash-hasher"5190version = "0.2.0"5191source = "registry+https://github.com/rust-lang/crates.io-index"5192checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51935194[[package]]5195name = "nom"5196version = "7.1.1"5197source = "registry+https://github.com/rust-lang/crates.io-index"5198checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5199dependencies = [5200 "memchr",5201 "minimal-lexical",5202]52035204[[package]]5205name = "num-bigint"5206version = "0.2.6"5207source = "registry+https://github.com/rust-lang/crates.io-index"5208checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5209dependencies = [5210 "autocfg",5211 "num-integer",5212 "num-traits",5213]52145215[[package]]5216name = "num-bigint"5217version = "0.4.3"5218source = "registry+https://github.com/rust-lang/crates.io-index"5219checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5220dependencies = [5221 "autocfg",5222 "num-integer",5223 "num-traits",5224]52255226[[package]]5227name = "num-complex"5228version = "0.4.2"5229source = "registry+https://github.com/rust-lang/crates.io-index"5230checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5231dependencies = [5232 "num-traits",5233]52345235[[package]]5236name = "num-format"5237version = "0.4.3"5238source = "registry+https://github.com/rust-lang/crates.io-index"5239checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5240dependencies = [5241 "arrayvec 0.7.2",5242 "itoa",5243]52445245[[package]]5246name = "num-integer"5247version = "0.1.45"5248source = "registry+https://github.com/rust-lang/crates.io-index"5249checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5250dependencies = [5251 "autocfg",5252 "num-traits",5253]52545255[[package]]5256name = "num-rational"5257version = "0.2.4"5258source = "registry+https://github.com/rust-lang/crates.io-index"5259checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5260dependencies = [5261 "autocfg",5262 "num-bigint 0.2.6",5263 "num-integer",5264 "num-traits",5265]52665267[[package]]5268name = "num-rational"5269version = "0.4.1"5270source = "registry+https://github.com/rust-lang/crates.io-index"5271checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5272dependencies = [5273 "autocfg",5274 "num-bigint 0.4.3",5275 "num-integer",5276 "num-traits",5277]52785279[[package]]5280name = "num-traits"5281version = "0.2.15"5282source = "registry+https://github.com/rust-lang/crates.io-index"5283checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5284dependencies = [5285 "autocfg",5286 "libm",5287]52885289[[package]]5290name = "num_cpus"5291version = "1.13.1"5292source = "registry+https://github.com/rust-lang/crates.io-index"5293checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5294dependencies = [5295 "hermit-abi",5296 "libc",5297]52985299[[package]]5300name = "num_threads"5301version = "0.1.6"5302source = "registry+https://github.com/rust-lang/crates.io-index"5303checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5304dependencies = [5305 "libc",5306]53075308[[package]]5309name = "object"5310version = "0.29.0"5311source = "registry+https://github.com/rust-lang/crates.io-index"5312checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5313dependencies = [5314 "crc32fast",5315 "hashbrown",5316 "indexmap",5317 "memchr",5318]53195320[[package]]5321name = "once_cell"5322version = "1.15.0"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"53255326[[package]]5327name = "opal-runtime"5328version = "0.9.30"5329dependencies = [5330 "app-promotion-rpc",5331 "cumulus-pallet-aura-ext",5332 "cumulus-pallet-dmp-queue",5333 "cumulus-pallet-parachain-system",5334 "cumulus-pallet-xcm",5335 "cumulus-pallet-xcmp-queue",5336 "cumulus-primitives-core",5337 "cumulus-primitives-timestamp",5338 "cumulus-primitives-utility",5339 "derivative",5340 "evm-coder",5341 "fp-evm-mapping",5342 "fp-rpc",5343 "fp-self-contained",5344 "frame-benchmarking",5345 "frame-executive",5346 "frame-support",5347 "frame-system",5348 "frame-system-benchmarking",5349 "frame-system-rpc-runtime-api",5350 "frame-try-runtime",5351 "hex-literal",5352 "impl-trait-for-tuples",5353 "log",5354 "logtest",5355 "orml-tokens",5356 "orml-traits",5357 "orml-vesting",5358 "orml-xtokens",5359 "pallet-app-promotion",5360 "pallet-aura",5361 "pallet-balances",5362 "pallet-base-fee",5363 "pallet-common",5364 "pallet-configuration",5365 "pallet-ethereum",5366 "pallet-evm",5367 "pallet-evm-coder-substrate",5368 "pallet-evm-contract-helpers",5369 "pallet-evm-migration",5370 "pallet-evm-transaction-payment",5371 "pallet-foreign-assets",5372 "pallet-fungible",5373 "pallet-inflation",5374 "pallet-nonfungible",5375 "pallet-randomness-collective-flip",5376 "pallet-refungible",5377 "pallet-rmrk-core",5378 "pallet-rmrk-equip",5379 "pallet-structure",5380 "pallet-sudo",5381 "pallet-template-transaction-payment",5382 "pallet-test-utils",5383 "pallet-timestamp",5384 "pallet-transaction-payment",5385 "pallet-transaction-payment-rpc-runtime-api",5386 "pallet-treasury",5387 "pallet-unique",5388 "pallet-unique-scheduler",5389 "pallet-unique-scheduler-v2",5390 "pallet-xcm",5391 "parachain-info",5392 "parity-scale-codec 3.2.1",5393 "polkadot-parachain",5394 "rmrk-rpc",5395 "scale-info",5396 "serde",5397 "smallvec",5398 "sp-api",5399 "sp-arithmetic",5400 "sp-block-builder",5401 "sp-consensus-aura",5402 "sp-core",5403 "sp-inherents",5404 "sp-io",5405 "sp-offchain",5406 "sp-runtime",5407 "sp-session",5408 "sp-std",5409 "sp-transaction-pool",5410 "sp-version",5411 "substrate-wasm-builder",5412 "up-common",5413 "up-data-structs",5414 "up-rpc",5415 "up-sponsorship",5416 "xcm",5417 "xcm-builder",5418 "xcm-executor",5419]54205421[[package]]5422name = "opaque-debug"5423version = "0.2.3"5424source = "registry+https://github.com/rust-lang/crates.io-index"5425checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54265427[[package]]5428name = "opaque-debug"5429version = "0.3.0"5430source = "registry+https://github.com/rust-lang/crates.io-index"5431checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54325433[[package]]5434name = "openssl-probe"5435version = "0.1.5"5436source = "registry+https://github.com/rust-lang/crates.io-index"5437checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54385439[[package]]5440name = "orchestra"5441version = "0.0.1"5442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5443dependencies = [5444 "async-trait",5445 "dyn-clonable",5446 "futures 0.3.25",5447 "futures-timer",5448 "orchestra-proc-macro",5449 "pin-project",5450 "prioritized-metered-channel",5451 "thiserror",5452 "tracing",5453]54545455[[package]]5456name = "orchestra-proc-macro"5457version = "0.0.1"5458source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5459dependencies = [5460 "expander 0.0.6",5461 "itertools",5462 "petgraph",5463 "proc-macro-crate",5464 "proc-macro2",5465 "quote",5466 "syn",5467]54685469[[package]]5470name = "ordered-float"5471version = "1.1.1"5472source = "registry+https://github.com/rust-lang/crates.io-index"5473checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5474dependencies = [5475 "num-traits",5476]54775478[[package]]5479name = "orml-tokens"5480version = "0.4.1-dev"5481source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5482dependencies = [5483 "frame-support",5484 "frame-system",5485 "orml-traits",5486 "parity-scale-codec 3.2.1",5487 "scale-info",5488 "serde",5489 "sp-runtime",5490 "sp-std",5491]54925493[[package]]5494name = "orml-traits"5495version = "0.4.1-dev"5496source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5497dependencies = [5498 "frame-support",5499 "impl-trait-for-tuples",5500 "num-traits",5501 "orml-utilities",5502 "parity-scale-codec 3.2.1",5503 "scale-info",5504 "serde",5505 "sp-io",5506 "sp-runtime",5507 "sp-std",5508 "xcm",5509]55105511[[package]]5512name = "orml-utilities"5513version = "0.4.1-dev"5514source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5515dependencies = [5516 "frame-support",5517 "parity-scale-codec 3.2.1",5518 "scale-info",5519 "serde",5520 "sp-io",5521 "sp-runtime",5522 "sp-std",5523]55245525[[package]]5526name = "orml-vesting"5527version = "0.4.1-dev"5528source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5529dependencies = [5530 "frame-support",5531 "frame-system",5532 "parity-scale-codec 3.2.1",5533 "scale-info",5534 "serde",5535 "sp-io",5536 "sp-runtime",5537 "sp-std",5538]55395540[[package]]5541name = "orml-xcm-support"5542version = "0.4.1-dev"5543source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5544dependencies = [5545 "frame-support",5546 "orml-traits",5547 "parity-scale-codec 3.2.1",5548 "sp-runtime",5549 "sp-std",5550 "xcm",5551 "xcm-executor",5552]55535554[[package]]5555name = "orml-xtokens"5556version = "0.4.1-dev"5557source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5558dependencies = [5559 "cumulus-primitives-core",5560 "frame-support",5561 "frame-system",5562 "orml-traits",5563 "orml-xcm-support",5564 "pallet-xcm",5565 "parity-scale-codec 3.2.1",5566 "scale-info",5567 "serde",5568 "sp-io",5569 "sp-runtime",5570 "sp-std",5571 "xcm",5572 "xcm-executor",5573]55745575[[package]]5576name = "os_str_bytes"5577version = "6.3.0"5578source = "registry+https://github.com/rust-lang/crates.io-index"5579checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55805581[[package]]5582name = "owning_ref"5583version = "0.4.1"5584source = "registry+https://github.com/rust-lang/crates.io-index"5585checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5586dependencies = [5587 "stable_deref_trait",5588]55895590[[package]]5591name = "pallet-app-promotion"5592version = "0.1.0"5593dependencies = [5594 "frame-benchmarking",5595 "frame-support",5596 "frame-system",5597 "pallet-balances",5598 "pallet-common",5599 "pallet-evm",5600 "pallet-evm-contract-helpers",5601 "pallet-evm-migration",5602 "pallet-randomness-collective-flip",5603 "pallet-timestamp",5604 "pallet-unique",5605 "parity-scale-codec 3.2.1",5606 "scale-info",5607 "serde",5608 "sp-core",5609 "sp-io",5610 "sp-runtime",5611 "sp-std",5612 "up-data-structs",5613]56145615[[package]]5616name = "pallet-aura"5617version = "4.0.0-dev"5618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5619dependencies = [5620 "frame-support",5621 "frame-system",5622 "pallet-timestamp",5623 "parity-scale-codec 3.2.1",5624 "scale-info",5625 "sp-application-crypto",5626 "sp-consensus-aura",5627 "sp-runtime",5628 "sp-std",5629]56305631[[package]]5632name = "pallet-authority-discovery"5633version = "4.0.0-dev"5634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5635dependencies = [5636 "frame-support",5637 "frame-system",5638 "pallet-session",5639 "parity-scale-codec 3.2.1",5640 "scale-info",5641 "sp-application-crypto",5642 "sp-authority-discovery",5643 "sp-runtime",5644 "sp-std",5645]56465647[[package]]5648name = "pallet-authorship"5649version = "4.0.0-dev"5650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5651dependencies = [5652 "frame-support",5653 "frame-system",5654 "impl-trait-for-tuples",5655 "parity-scale-codec 3.2.1",5656 "scale-info",5657 "sp-authorship",5658 "sp-runtime",5659 "sp-std",5660]56615662[[package]]5663name = "pallet-babe"5664version = "4.0.0-dev"5665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5666dependencies = [5667 "frame-benchmarking",5668 "frame-support",5669 "frame-system",5670 "log",5671 "pallet-authorship",5672 "pallet-session",5673 "pallet-timestamp",5674 "parity-scale-codec 3.2.1",5675 "scale-info",5676 "sp-application-crypto",5677 "sp-consensus-babe",5678 "sp-consensus-vrf",5679 "sp-io",5680 "sp-runtime",5681 "sp-session",5682 "sp-staking",5683 "sp-std",5684]56855686[[package]]5687name = "pallet-bags-list"5688version = "4.0.0-dev"5689source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5690dependencies = [5691 "frame-benchmarking",5692 "frame-election-provider-support",5693 "frame-support",5694 "frame-system",5695 "log",5696 "pallet-balances",5697 "parity-scale-codec 3.2.1",5698 "scale-info",5699 "sp-core",5700 "sp-io",5701 "sp-runtime",5702 "sp-std",5703 "sp-tracing",5704]57055706[[package]]5707name = "pallet-balances"5708version = "4.0.0-dev"5709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5710dependencies = [5711 "frame-benchmarking",5712 "frame-support",5713 "frame-system",5714 "log",5715 "parity-scale-codec 3.2.1",5716 "scale-info",5717 "sp-runtime",5718 "sp-std",5719]57205721[[package]]5722name = "pallet-base-fee"5723version = "1.0.0"5724source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5725dependencies = [5726 "fp-evm",5727 "frame-support",5728 "frame-system",5729 "parity-scale-codec 3.2.1",5730 "scale-info",5731 "serde",5732 "sp-core",5733 "sp-runtime",5734]57355736[[package]]5737name = "pallet-beefy"5738version = "4.0.0-dev"5739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5740dependencies = [5741 "beefy-primitives",5742 "frame-support",5743 "frame-system",5744 "pallet-session",5745 "parity-scale-codec 3.2.1",5746 "scale-info",5747 "serde",5748 "sp-runtime",5749 "sp-std",5750]57515752[[package]]5753name = "pallet-beefy-mmr"5754version = "4.0.0-dev"5755source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5756dependencies = [5757 "array-bytes",5758 "beefy-merkle-tree",5759 "beefy-primitives",5760 "frame-support",5761 "frame-system",5762 "log",5763 "pallet-beefy",5764 "pallet-mmr",5765 "pallet-session",5766 "parity-scale-codec 3.2.1",5767 "scale-info",5768 "serde",5769 "sp-core",5770 "sp-io",5771 "sp-runtime",5772 "sp-std",5773]57745775[[package]]5776name = "pallet-bounties"5777version = "4.0.0-dev"5778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5779dependencies = [5780 "frame-benchmarking",5781 "frame-support",5782 "frame-system",5783 "log",5784 "pallet-treasury",5785 "parity-scale-codec 3.2.1",5786 "scale-info",5787 "sp-core",5788 "sp-io",5789 "sp-runtime",5790 "sp-std",5791]57925793[[package]]5794name = "pallet-child-bounties"5795version = "4.0.0-dev"5796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5797dependencies = [5798 "frame-benchmarking",5799 "frame-support",5800 "frame-system",5801 "log",5802 "pallet-bounties",5803 "pallet-treasury",5804 "parity-scale-codec 3.2.1",5805 "scale-info",5806 "sp-core",5807 "sp-io",5808 "sp-runtime",5809 "sp-std",5810]58115812[[package]]5813name = "pallet-collective"5814version = "4.0.0-dev"5815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5816dependencies = [5817 "frame-benchmarking",5818 "frame-support",5819 "frame-system",5820 "log",5821 "parity-scale-codec 3.2.1",5822 "scale-info",5823 "sp-core",5824 "sp-io",5825 "sp-runtime",5826 "sp-std",5827]58285829[[package]]5830name = "pallet-common"5831version = "0.1.9"5832dependencies = [5833 "ethereum",5834 "evm-coder",5835 "fp-evm-mapping",5836 "frame-benchmarking",5837 "frame-support",5838 "frame-system",5839 "pallet-evm",5840 "pallet-evm-coder-substrate",5841 "parity-scale-codec 3.2.1",5842 "scale-info",5843 "serde",5844 "sp-core",5845 "sp-runtime",5846 "sp-std",5847 "up-data-structs",5848]58495850[[package]]5851name = "pallet-configuration"5852version = "0.1.1"5853dependencies = [5854 "fp-evm",5855 "frame-support",5856 "frame-system",5857 "parity-scale-codec 3.2.1",5858 "scale-info",5859 "smallvec",5860 "sp-arithmetic",5861 "sp-core",5862 "sp-runtime",5863 "sp-std",5864]58655866[[package]]5867name = "pallet-democracy"5868version = "4.0.0-dev"5869source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5870dependencies = [5871 "frame-benchmarking",5872 "frame-support",5873 "frame-system",5874 "parity-scale-codec 3.2.1",5875 "scale-info",5876 "serde",5877 "sp-io",5878 "sp-runtime",5879 "sp-std",5880]58815882[[package]]5883name = "pallet-election-provider-multi-phase"5884version = "4.0.0-dev"5885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5886dependencies = [5887 "frame-benchmarking",5888 "frame-election-provider-support",5889 "frame-support",5890 "frame-system",5891 "log",5892 "pallet-election-provider-support-benchmarking",5893 "parity-scale-codec 3.2.1",5894 "rand 0.7.3",5895 "scale-info",5896 "sp-arithmetic",5897 "sp-core",5898 "sp-io",5899 "sp-npos-elections",5900 "sp-runtime",5901 "sp-std",5902 "static_assertions",5903 "strum",5904]59055906[[package]]5907name = "pallet-election-provider-support-benchmarking"5908version = "4.0.0-dev"5909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5910dependencies = [5911 "frame-benchmarking",5912 "frame-election-provider-support",5913 "frame-system",5914 "parity-scale-codec 3.2.1",5915 "sp-npos-elections",5916 "sp-runtime",5917]59185919[[package]]5920name = "pallet-elections-phragmen"5921version = "5.0.0-dev"5922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5923dependencies = [5924 "frame-benchmarking",5925 "frame-support",5926 "frame-system",5927 "log",5928 "parity-scale-codec 3.2.1",5929 "scale-info",5930 "sp-core",5931 "sp-io",5932 "sp-npos-elections",5933 "sp-runtime",5934 "sp-std",5935]59365937[[package]]5938name = "pallet-ethereum"5939version = "4.0.0-dev"5940source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5941dependencies = [5942 "ethereum",5943 "ethereum-types",5944 "evm",5945 "fp-consensus",5946 "fp-evm",5947 "fp-evm-mapping",5948 "fp-rpc",5949 "fp-self-contained",5950 "fp-storage",5951 "frame-support",5952 "frame-system",5953 "log",5954 "pallet-evm",5955 "pallet-timestamp",5956 "parity-scale-codec 3.2.1",5957 "rlp",5958 "scale-info",5959 "serde",5960 "sha3",5961 "sp-io",5962 "sp-runtime",5963 "sp-std",5964]59655966[[package]]5967name = "pallet-evm"5968version = "6.0.0-dev"5969source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5970dependencies = [5971 "evm",5972 "fp-evm",5973 "fp-evm-mapping",5974 "frame-benchmarking",5975 "frame-support",5976 "frame-system",5977 "hex",5978 "impl-trait-for-tuples",5979 "log",5980 "pallet-timestamp",5981 "parity-scale-codec 3.2.1",5982 "primitive-types",5983 "rlp",5984 "scale-info",5985 "serde",5986 "sha3",5987 "sp-core",5988 "sp-io",5989 "sp-runtime",5990 "sp-std",5991]59925993[[package]]5994name = "pallet-evm-coder-substrate"5995version = "0.1.3"5996dependencies = [5997 "ethereum",5998 "evm-coder",5999 "frame-benchmarking",6000 "frame-support",6001 "frame-system",6002 "pallet-ethereum",6003 "pallet-evm",6004 "parity-scale-codec 3.2.1",6005 "scale-info",6006 "sp-core",6007 "sp-std",6008 "up-data-structs",6009]60106011[[package]]6012name = "pallet-evm-contract-helpers"6013version = "0.3.0"6014dependencies = [6015 "ethereum",6016 "evm-coder",6017 "fp-evm-mapping",6018 "frame-support",6019 "frame-system",6020 "log",6021 "pallet-common",6022 "pallet-evm",6023 "pallet-evm-coder-substrate",6024 "pallet-evm-transaction-payment",6025 "parity-scale-codec 3.2.1",6026 "scale-info",6027 "sp-core",6028 "sp-runtime",6029 "sp-std",6030 "up-data-structs",6031 "up-sponsorship",6032]60336034[[package]]6035name = "pallet-evm-migration"6036version = "0.1.1"6037dependencies = [6038 "fp-evm",6039 "frame-benchmarking",6040 "frame-support",6041 "frame-system",6042 "pallet-evm",6043 "parity-scale-codec 3.2.1",6044 "scale-info",6045 "sp-core",6046 "sp-io",6047 "sp-runtime",6048 "sp-std",6049]60506051[[package]]6052name = "pallet-evm-transaction-payment"6053version = "0.1.1"6054dependencies = [6055 "fp-evm",6056 "fp-evm-mapping",6057 "frame-support",6058 "frame-system",6059 "pallet-ethereum",6060 "pallet-evm",6061 "parity-scale-codec 3.2.1",6062 "scale-info",6063 "sp-core",6064 "sp-io",6065 "sp-runtime",6066 "sp-std",6067 "up-sponsorship",6068]60696070[[package]]6071name = "pallet-fast-unstake"6072version = "4.0.0-dev"6073source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6074dependencies = [6075 "frame-benchmarking",6076 "frame-election-provider-support",6077 "frame-support",6078 "frame-system",6079 "log",6080 "pallet-balances",6081 "pallet-staking",6082 "pallet-timestamp",6083 "parity-scale-codec 3.2.1",6084 "scale-info",6085 "sp-io",6086 "sp-runtime",6087 "sp-staking",6088 "sp-std",6089]60906091[[package]]6092name = "pallet-foreign-assets"6093version = "0.1.0"6094dependencies = [6095 "frame-benchmarking",6096 "frame-support",6097 "frame-system",6098 "hex",6099 "log",6100 "orml-tokens",6101 "pallet-balances",6102 "pallet-common",6103 "pallet-fungible",6104 "pallet-timestamp",6105 "parity-scale-codec 3.2.1",6106 "scale-info",6107 "serde",6108 "serde_json",6109 "sp-core",6110 "sp-io",6111 "sp-runtime",6112 "sp-std",6113 "up-data-structs",6114 "xcm",6115 "xcm-builder",6116 "xcm-executor",6117]61186119[[package]]6120name = "pallet-fungible"6121version = "0.1.5"6122dependencies = [6123 "ethereum",6124 "evm-coder",6125 "frame-benchmarking",6126 "frame-support",6127 "frame-system",6128 "pallet-common",6129 "pallet-evm",6130 "pallet-evm-coder-substrate",6131 "pallet-structure",6132 "parity-scale-codec 3.2.1",6133 "scale-info",6134 "sp-core",6135 "sp-runtime",6136 "sp-std",6137 "up-data-structs",6138]61396140[[package]]6141name = "pallet-gilt"6142version = "4.0.0-dev"6143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6144dependencies = [6145 "frame-benchmarking",6146 "frame-support",6147 "frame-system",6148 "parity-scale-codec 3.2.1",6149 "scale-info",6150 "sp-arithmetic",6151 "sp-runtime",6152 "sp-std",6153]61546155[[package]]6156name = "pallet-grandpa"6157version = "4.0.0-dev"6158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6159dependencies = [6160 "frame-benchmarking",6161 "frame-support",6162 "frame-system",6163 "log",6164 "pallet-authorship",6165 "pallet-session",6166 "parity-scale-codec 3.2.1",6167 "scale-info",6168 "sp-application-crypto",6169 "sp-core",6170 "sp-finality-grandpa",6171 "sp-io",6172 "sp-runtime",6173 "sp-session",6174 "sp-staking",6175 "sp-std",6176]61776178[[package]]6179name = "pallet-identity"6180version = "4.0.0-dev"6181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6182dependencies = [6183 "enumflags2",6184 "frame-benchmarking",6185 "frame-support",6186 "frame-system",6187 "parity-scale-codec 3.2.1",6188 "scale-info",6189 "sp-io",6190 "sp-runtime",6191 "sp-std",6192]61936194[[package]]6195name = "pallet-im-online"6196version = "4.0.0-dev"6197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6198dependencies = [6199 "frame-benchmarking",6200 "frame-support",6201 "frame-system",6202 "log",6203 "pallet-authorship",6204 "parity-scale-codec 3.2.1",6205 "scale-info",6206 "sp-application-crypto",6207 "sp-core",6208 "sp-io",6209 "sp-runtime",6210 "sp-staking",6211 "sp-std",6212]62136214[[package]]6215name = "pallet-indices"6216version = "4.0.0-dev"6217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6218dependencies = [6219 "frame-benchmarking",6220 "frame-support",6221 "frame-system",6222 "parity-scale-codec 3.2.1",6223 "scale-info",6224 "sp-core",6225 "sp-io",6226 "sp-keyring",6227 "sp-runtime",6228 "sp-std",6229]62306231[[package]]6232name = "pallet-inflation"6233version = "0.1.1"6234dependencies = [6235 "frame-benchmarking",6236 "frame-support",6237 "frame-system",6238 "pallet-balances",6239 "pallet-randomness-collective-flip",6240 "pallet-timestamp",6241 "parity-scale-codec 3.2.1",6242 "scale-info",6243 "serde",6244 "sp-core",6245 "sp-io",6246 "sp-runtime",6247 "sp-std",6248]62496250[[package]]6251name = "pallet-membership"6252version = "4.0.0-dev"6253source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6254dependencies = [6255 "frame-benchmarking",6256 "frame-support",6257 "frame-system",6258 "log",6259 "parity-scale-codec 3.2.1",6260 "scale-info",6261 "sp-core",6262 "sp-io",6263 "sp-runtime",6264 "sp-std",6265]62666267[[package]]6268name = "pallet-mmr"6269version = "4.0.0-dev"6270source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6271dependencies = [6272 "ckb-merkle-mountain-range",6273 "frame-benchmarking",6274 "frame-support",6275 "frame-system",6276 "parity-scale-codec 3.2.1",6277 "scale-info",6278 "sp-core",6279 "sp-io",6280 "sp-mmr-primitives",6281 "sp-runtime",6282 "sp-std",6283]62846285[[package]]6286name = "pallet-mmr-rpc"6287version = "3.0.0"6288source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6289dependencies = [6290 "jsonrpsee",6291 "parity-scale-codec 3.2.1",6292 "serde",6293 "sp-api",6294 "sp-blockchain",6295 "sp-core",6296 "sp-mmr-primitives",6297 "sp-runtime",6298]62996300[[package]]6301name = "pallet-multisig"6302version = "4.0.0-dev"6303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6304dependencies = [6305 "frame-benchmarking",6306 "frame-support",6307 "frame-system",6308 "parity-scale-codec 3.2.1",6309 "scale-info",6310 "sp-io",6311 "sp-runtime",6312 "sp-std",6313]63146315[[package]]6316name = "pallet-nomination-pools"6317version = "1.0.0"6318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6319dependencies = [6320 "frame-support",6321 "frame-system",6322 "log",6323 "parity-scale-codec 3.2.1",6324 "scale-info",6325 "sp-core",6326 "sp-io",6327 "sp-runtime",6328 "sp-staking",6329 "sp-std",6330]63316332[[package]]6333name = "pallet-nomination-pools-benchmarking"6334version = "1.0.0"6335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6336dependencies = [6337 "frame-benchmarking",6338 "frame-election-provider-support",6339 "frame-support",6340 "frame-system",6341 "pallet-bags-list",6342 "pallet-nomination-pools",6343 "pallet-staking",6344 "parity-scale-codec 3.2.1",6345 "scale-info",6346 "sp-runtime",6347 "sp-runtime-interface",6348 "sp-staking",6349 "sp-std",6350]63516352[[package]]6353name = "pallet-nomination-pools-runtime-api"6354version = "1.0.0-dev"6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6356dependencies = [6357 "parity-scale-codec 3.2.1",6358 "sp-api",6359 "sp-std",6360]63616362[[package]]6363name = "pallet-nonfungible"6364version = "0.1.6"6365dependencies = [6366 "ethereum",6367 "evm-coder",6368 "frame-benchmarking",6369 "frame-support",6370 "frame-system",6371 "pallet-common",6372 "pallet-evm",6373 "pallet-evm-coder-substrate",6374 "pallet-structure",6375 "parity-scale-codec 3.2.1",6376 "scale-info",6377 "sp-core",6378 "sp-runtime",6379 "sp-std",6380 "struct-versioning",6381 "up-data-structs",6382]63836384[[package]]6385name = "pallet-offences"6386version = "4.0.0-dev"6387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6388dependencies = [6389 "frame-support",6390 "frame-system",6391 "log",6392 "pallet-balances",6393 "parity-scale-codec 3.2.1",6394 "scale-info",6395 "serde",6396 "sp-runtime",6397 "sp-staking",6398 "sp-std",6399]64006401[[package]]6402name = "pallet-offences-benchmarking"6403version = "4.0.0-dev"6404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6405dependencies = [6406 "frame-benchmarking",6407 "frame-election-provider-support",6408 "frame-support",6409 "frame-system",6410 "pallet-babe",6411 "pallet-balances",6412 "pallet-grandpa",6413 "pallet-im-online",6414 "pallet-offences",6415 "pallet-session",6416 "pallet-staking",6417 "parity-scale-codec 3.2.1",6418 "scale-info",6419 "sp-runtime",6420 "sp-staking",6421 "sp-std",6422]64236424[[package]]6425name = "pallet-preimage"6426version = "4.0.0-dev"6427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6428dependencies = [6429 "frame-benchmarking",6430 "frame-support",6431 "frame-system",6432 "parity-scale-codec 3.2.1",6433 "scale-info",6434 "sp-core",6435 "sp-io",6436 "sp-runtime",6437 "sp-std",6438]64396440[[package]]6441name = "pallet-proxy"6442version = "4.0.0-dev"6443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6444dependencies = [6445 "frame-benchmarking",6446 "frame-support",6447 "frame-system",6448 "parity-scale-codec 3.2.1",6449 "scale-info",6450 "sp-io",6451 "sp-runtime",6452 "sp-std",6453]64546455[[package]]6456name = "pallet-randomness-collective-flip"6457version = "4.0.0-dev"6458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6459dependencies = [6460 "frame-support",6461 "frame-system",6462 "parity-scale-codec 3.2.1",6463 "safe-mix",6464 "scale-info",6465 "sp-runtime",6466 "sp-std",6467]64686469[[package]]6470name = "pallet-recovery"6471version = "4.0.0-dev"6472source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6473dependencies = [6474 "frame-benchmarking",6475 "frame-support",6476 "frame-system",6477 "parity-scale-codec 3.2.1",6478 "scale-info",6479 "sp-io",6480 "sp-runtime",6481 "sp-std",6482]64836484[[package]]6485name = "pallet-refungible"6486version = "0.2.5"6487dependencies = [6488 "derivative",6489 "ethereum",6490 "evm-coder",6491 "frame-benchmarking",6492 "frame-support",6493 "frame-system",6494 "pallet-common",6495 "pallet-evm",6496 "pallet-evm-coder-substrate",6497 "pallet-structure",6498 "parity-scale-codec 3.2.1",6499 "scale-info",6500 "sp-core",6501 "sp-runtime",6502 "sp-std",6503 "struct-versioning",6504 "up-data-structs",6505]65066507[[package]]6508name = "pallet-rmrk-core"6509version = "0.1.2"6510dependencies = [6511 "derivative",6512 "frame-benchmarking",6513 "frame-support",6514 "frame-system",6515 "pallet-common",6516 "pallet-evm",6517 "pallet-nonfungible",6518 "pallet-structure",6519 "parity-scale-codec 3.2.1",6520 "rmrk-traits",6521 "scale-info",6522 "sp-core",6523 "sp-runtime",6524 "sp-std",6525 "up-data-structs",6526]65276528[[package]]6529name = "pallet-rmrk-equip"6530version = "0.1.2"6531dependencies = [6532 "frame-benchmarking",6533 "frame-support",6534 "frame-system",6535 "pallet-common",6536 "pallet-evm",6537 "pallet-nonfungible",6538 "pallet-rmrk-core",6539 "parity-scale-codec 3.2.1",6540 "rmrk-traits",6541 "scale-info",6542 "sp-core",6543 "sp-runtime",6544 "sp-std",6545 "up-data-structs",6546]65476548[[package]]6549name = "pallet-scheduler"6550version = "4.0.0-dev"6551source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6552dependencies = [6553 "frame-benchmarking",6554 "frame-support",6555 "frame-system",6556 "log",6557 "parity-scale-codec 3.2.1",6558 "scale-info",6559 "sp-io",6560 "sp-runtime",6561 "sp-std",6562]65636564[[package]]6565name = "pallet-session"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6568dependencies = [6569 "frame-support",6570 "frame-system",6571 "impl-trait-for-tuples",6572 "log",6573 "pallet-timestamp",6574 "parity-scale-codec 3.2.1",6575 "scale-info",6576 "sp-core",6577 "sp-io",6578 "sp-runtime",6579 "sp-session",6580 "sp-staking",6581 "sp-std",6582 "sp-trie",6583]65846585[[package]]6586name = "pallet-session-benchmarking"6587version = "4.0.0-dev"6588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6589dependencies = [6590 "frame-benchmarking",6591 "frame-support",6592 "frame-system",6593 "pallet-session",6594 "pallet-staking",6595 "rand 0.7.3",6596 "sp-runtime",6597 "sp-session",6598 "sp-std",6599]66006601[[package]]6602name = "pallet-society"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6605dependencies = [6606 "frame-support",6607 "frame-system",6608 "parity-scale-codec 3.2.1",6609 "rand_chacha 0.2.2",6610 "scale-info",6611 "sp-runtime",6612 "sp-std",6613]66146615[[package]]6616name = "pallet-staking"6617version = "4.0.0-dev"6618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6619dependencies = [6620 "frame-benchmarking",6621 "frame-election-provider-support",6622 "frame-support",6623 "frame-system",6624 "log",6625 "pallet-authorship",6626 "pallet-session",6627 "parity-scale-codec 3.2.1",6628 "rand_chacha 0.2.2",6629 "scale-info",6630 "serde",6631 "sp-application-crypto",6632 "sp-io",6633 "sp-runtime",6634 "sp-staking",6635 "sp-std",6636]66376638[[package]]6639name = "pallet-staking-reward-curve"6640version = "4.0.0-dev"6641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6642dependencies = [6643 "proc-macro-crate",6644 "proc-macro2",6645 "quote",6646 "syn",6647]66486649[[package]]6650name = "pallet-staking-reward-fn"6651version = "4.0.0-dev"6652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6653dependencies = [6654 "log",6655 "sp-arithmetic",6656]66576658[[package]]6659name = "pallet-structure"6660version = "0.1.2"6661dependencies = [6662 "frame-benchmarking",6663 "frame-support",6664 "frame-system",6665 "pallet-common",6666 "pallet-evm",6667 "parity-scale-codec 3.2.1",6668 "scale-info",6669 "sp-std",6670 "up-data-structs",6671]66726673[[package]]6674name = "pallet-sudo"6675version = "4.0.0-dev"6676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6677dependencies = [6678 "frame-support",6679 "frame-system",6680 "parity-scale-codec 3.2.1",6681 "scale-info",6682 "sp-io",6683 "sp-runtime",6684 "sp-std",6685]66866687[[package]]6688name = "pallet-template-transaction-payment"6689version = "3.0.0"6690source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6691dependencies = [6692 "frame-benchmarking",6693 "frame-support",6694 "frame-system",6695 "pallet-balances",6696 "pallet-transaction-payment",6697 "parity-scale-codec 3.2.1",6698 "scale-info",6699 "serde",6700 "sp-core",6701 "sp-io",6702 "sp-runtime",6703 "sp-std",6704 "up-sponsorship",6705]67066707[[package]]6708name = "pallet-test-utils"6709version = "0.1.0"6710dependencies = [6711 "frame-support",6712 "frame-system",6713 "pallet-unique-scheduler-v2",6714 "parity-scale-codec 3.2.1",6715 "scale-info",6716]67176718[[package]]6719name = "pallet-timestamp"6720version = "4.0.0-dev"6721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6722dependencies = [6723 "frame-benchmarking",6724 "frame-support",6725 "frame-system",6726 "log",6727 "parity-scale-codec 3.2.1",6728 "scale-info",6729 "sp-inherents",6730 "sp-io",6731 "sp-runtime",6732 "sp-std",6733 "sp-timestamp",6734]67356736[[package]]6737name = "pallet-tips"6738version = "4.0.0-dev"6739source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6740dependencies = [6741 "frame-benchmarking",6742 "frame-support",6743 "frame-system",6744 "log",6745 "pallet-treasury",6746 "parity-scale-codec 3.2.1",6747 "scale-info",6748 "serde",6749 "sp-core",6750 "sp-io",6751 "sp-runtime",6752 "sp-std",6753]67546755[[package]]6756name = "pallet-transaction-payment"6757version = "4.0.0-dev"6758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6759dependencies = [6760 "frame-support",6761 "frame-system",6762 "parity-scale-codec 3.2.1",6763 "scale-info",6764 "serde",6765 "sp-core",6766 "sp-io",6767 "sp-runtime",6768 "sp-std",6769]67706771[[package]]6772name = "pallet-transaction-payment-rpc"6773version = "4.0.0-dev"6774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6775dependencies = [6776 "jsonrpsee",6777 "pallet-transaction-payment-rpc-runtime-api",6778 "parity-scale-codec 3.2.1",6779 "sp-api",6780 "sp-blockchain",6781 "sp-core",6782 "sp-rpc",6783 "sp-runtime",6784]67856786[[package]]6787name = "pallet-transaction-payment-rpc-runtime-api"6788version = "4.0.0-dev"6789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6790dependencies = [6791 "pallet-transaction-payment",6792 "parity-scale-codec 3.2.1",6793 "sp-api",6794 "sp-runtime",6795]67966797[[package]]6798name = "pallet-treasury"6799version = "4.0.0-dev"6800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6801dependencies = [6802 "frame-benchmarking",6803 "frame-support",6804 "frame-system",6805 "impl-trait-for-tuples",6806 "pallet-balances",6807 "parity-scale-codec 3.2.1",6808 "scale-info",6809 "serde",6810 "sp-runtime",6811 "sp-std",6812]68136814[[package]]6815name = "pallet-unique"6816version = "0.2.1"6817dependencies = [6818 "ethereum",6819 "evm-coder",6820 "frame-benchmarking",6821 "frame-support",6822 "frame-system",6823 "pallet-common",6824 "pallet-evm",6825 "pallet-evm-coder-substrate",6826 "pallet-nonfungible",6827 "pallet-refungible",6828 "parity-scale-codec 3.2.1",6829 "scale-info",6830 "serde",6831 "sp-core",6832 "sp-io",6833 "sp-runtime",6834 "sp-std",6835 "up-data-structs",6836]68376838[[package]]6839name = "pallet-unique-scheduler"6840version = "0.1.1"6841dependencies = [6842 "frame-benchmarking",6843 "frame-support",6844 "frame-system",6845 "log",6846 "parity-scale-codec 3.2.1",6847 "scale-info",6848 "serde",6849 "sp-core",6850 "sp-io",6851 "sp-runtime",6852 "sp-std",6853 "substrate-test-utils",6854 "up-sponsorship",6855]68566857[[package]]6858name = "pallet-unique-scheduler-v2"6859version = "0.1.0"6860dependencies = [6861 "frame-benchmarking",6862 "frame-support",6863 "frame-system",6864 "log",6865 "pallet-preimage",6866 "parity-scale-codec 3.2.1",6867 "scale-info",6868 "sp-core",6869 "sp-io",6870 "sp-runtime",6871 "sp-std",6872 "substrate-test-utils",6873]68746875[[package]]6876name = "pallet-utility"6877version = "4.0.0-dev"6878source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6879dependencies = [6880 "frame-benchmarking",6881 "frame-support",6882 "frame-system",6883 "parity-scale-codec 3.2.1",6884 "scale-info",6885 "sp-core",6886 "sp-io",6887 "sp-runtime",6888 "sp-std",6889]68906891[[package]]6892name = "pallet-vesting"6893version = "4.0.0-dev"6894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6895dependencies = [6896 "frame-benchmarking",6897 "frame-support",6898 "frame-system",6899 "log",6900 "parity-scale-codec 3.2.1",6901 "scale-info",6902 "sp-runtime",6903 "sp-std",6904]69056906[[package]]6907name = "pallet-xcm"6908version = "0.9.30"6909source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6910dependencies = [6911 "frame-support",6912 "frame-system",6913 "log",6914 "parity-scale-codec 3.2.1",6915 "scale-info",6916 "serde",6917 "sp-core",6918 "sp-runtime",6919 "sp-std",6920 "xcm",6921 "xcm-executor",6922]69236924[[package]]6925name = "pallet-xcm-benchmarks"6926version = "0.9.30"6927source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6928dependencies = [6929 "frame-benchmarking",6930 "frame-support",6931 "frame-system",6932 "log",6933 "parity-scale-codec 3.2.1",6934 "scale-info",6935 "sp-runtime",6936 "sp-std",6937 "xcm",6938 "xcm-executor",6939]69406941[[package]]6942name = "parachain-info"6943version = "0.1.0"6944source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6945dependencies = [6946 "cumulus-primitives-core",6947 "frame-support",6948 "frame-system",6949 "parity-scale-codec 3.2.1",6950 "scale-info",6951 "serde",6952]69536954[[package]]6955name = "parity-db"6956version = "0.3.17"6957source = "registry+https://github.com/rust-lang/crates.io-index"6958checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6959dependencies = [6960 "blake2-rfc",6961 "crc32fast",6962 "fs2",6963 "hex",6964 "libc",6965 "log",6966 "lz4",6967 "memmap2",6968 "parking_lot 0.12.1",6969 "rand 0.8.5",6970 "snap",6971]69726973[[package]]6974name = "parity-scale-codec"6975version = "2.3.1"6976source = "registry+https://github.com/rust-lang/crates.io-index"6977checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6978dependencies = [6979 "arrayvec 0.7.2",6980 "bitvec 0.20.4",6981 "byte-slice-cast",6982 "impl-trait-for-tuples",6983 "parity-scale-codec-derive 2.3.1",6984 "serde",6985]69866987[[package]]6988name = "parity-scale-codec"6989version = "3.2.1"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6992dependencies = [6993 "arrayvec 0.7.2",6994 "bitvec 1.0.1",6995 "byte-slice-cast",6996 "bytes",6997 "impl-trait-for-tuples",6998 "parity-scale-codec-derive 3.1.3",6999 "serde",7000]70017002[[package]]7003name = "parity-scale-codec-derive"7004version = "2.3.1"7005source = "registry+https://github.com/rust-lang/crates.io-index"7006checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7007dependencies = [7008 "proc-macro-crate",7009 "proc-macro2",7010 "quote",7011 "syn",7012]70137014[[package]]7015name = "parity-scale-codec-derive"7016version = "3.1.3"7017source = "registry+https://github.com/rust-lang/crates.io-index"7018checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7019dependencies = [7020 "proc-macro-crate",7021 "proc-macro2",7022 "quote",7023 "syn",7024]70257026[[package]]7027name = "parity-send-wrapper"7028version = "0.1.0"7029source = "registry+https://github.com/rust-lang/crates.io-index"7030checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70317032[[package]]7033name = "parity-util-mem"7034version = "0.11.0"7035source = "registry+https://github.com/rust-lang/crates.io-index"7036checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7037dependencies = [7038 "cfg-if 1.0.0",7039 "ethereum-types",7040 "hashbrown",7041 "impl-trait-for-tuples",7042 "lru 0.7.8",7043 "parity-util-mem-derive",7044 "parking_lot 0.12.1",7045 "primitive-types",7046 "smallvec",7047 "winapi",7048]70497050[[package]]7051name = "parity-util-mem-derive"7052version = "0.1.0"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7055dependencies = [7056 "proc-macro2",7057 "syn",7058 "synstructure",7059]70607061[[package]]7062name = "parity-wasm"7063version = "0.32.0"7064source = "registry+https://github.com/rust-lang/crates.io-index"7065checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7066dependencies = [7067 "byteorder",7068]70697070[[package]]7071name = "parity-wasm"7072version = "0.45.0"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70757076[[package]]7077name = "parking"7078version = "2.0.0"7079source = "registry+https://github.com/rust-lang/crates.io-index"7080checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70817082[[package]]7083name = "parking_lot"7084version = "0.11.2"7085source = "registry+https://github.com/rust-lang/crates.io-index"7086checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7087dependencies = [7088 "instant",7089 "lock_api",7090 "parking_lot_core 0.8.5",7091]70927093[[package]]7094name = "parking_lot"7095version = "0.12.1"7096source = "registry+https://github.com/rust-lang/crates.io-index"7097checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7098dependencies = [7099 "lock_api",7100 "parking_lot_core 0.9.4",7101]71027103[[package]]7104name = "parking_lot_core"7105version = "0.8.5"7106source = "registry+https://github.com/rust-lang/crates.io-index"7107checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7108dependencies = [7109 "cfg-if 1.0.0",7110 "instant",7111 "libc",7112 "redox_syscall",7113 "smallvec",7114 "winapi",7115]71167117[[package]]7118name = "parking_lot_core"7119version = "0.9.4"7120source = "registry+https://github.com/rust-lang/crates.io-index"7121checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7122dependencies = [7123 "cfg-if 1.0.0",7124 "libc",7125 "redox_syscall",7126 "smallvec",7127 "windows-sys 0.42.0",7128]71297130[[package]]7131name = "paste"7132version = "1.0.9"7133source = "registry+https://github.com/rust-lang/crates.io-index"7134checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71357136[[package]]7137name = "pbkdf2"7138version = "0.4.0"7139source = "registry+https://github.com/rust-lang/crates.io-index"7140checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7141dependencies = [7142 "crypto-mac 0.8.0",7143]71447145[[package]]7146name = "pbkdf2"7147version = "0.8.0"7148source = "registry+https://github.com/rust-lang/crates.io-index"7149checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7150dependencies = [7151 "crypto-mac 0.11.1",7152]71537154[[package]]7155name = "peeking_take_while"7156version = "0.1.2"7157source = "registry+https://github.com/rust-lang/crates.io-index"7158checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71597160[[package]]7161name = "percent-encoding"7162version = "2.2.0"7163source = "registry+https://github.com/rust-lang/crates.io-index"7164checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71657166[[package]]7167name = "pest"7168version = "2.4.0"7169source = "registry+https://github.com/rust-lang/crates.io-index"7170checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7171dependencies = [7172 "thiserror",7173 "ucd-trie",7174]71757176[[package]]7177name = "pest_derive"7178version = "2.4.0"7179source = "registry+https://github.com/rust-lang/crates.io-index"7180checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7181dependencies = [7182 "pest",7183 "pest_generator",7184]71857186[[package]]7187name = "pest_generator"7188version = "2.4.0"7189source = "registry+https://github.com/rust-lang/crates.io-index"7190checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7191dependencies = [7192 "pest",7193 "pest_meta",7194 "proc-macro2",7195 "quote",7196 "syn",7197]71987199[[package]]7200name = "pest_meta"7201version = "2.4.0"7202source = "registry+https://github.com/rust-lang/crates.io-index"7203checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7204dependencies = [7205 "once_cell",7206 "pest",7207 "sha1",7208]72097210[[package]]7211name = "petgraph"7212version = "0.6.2"7213source = "registry+https://github.com/rust-lang/crates.io-index"7214checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7215dependencies = [7216 "fixedbitset",7217 "indexmap",7218]72197220[[package]]7221name = "pin-project"7222version = "1.0.12"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7225dependencies = [7226 "pin-project-internal",7227]72287229[[package]]7230name = "pin-project-internal"7231version = "1.0.12"7232source = "registry+https://github.com/rust-lang/crates.io-index"7233checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7234dependencies = [7235 "proc-macro2",7236 "quote",7237 "syn",7238]72397240[[package]]7241name = "pin-project-lite"7242version = "0.1.12"7243source = "registry+https://github.com/rust-lang/crates.io-index"7244checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72457246[[package]]7247name = "pin-project-lite"7248version = "0.2.9"7249source = "registry+https://github.com/rust-lang/crates.io-index"7250checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72517252[[package]]7253name = "pin-utils"7254version = "0.1.0"7255source = "registry+https://github.com/rust-lang/crates.io-index"7256checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72577258[[package]]7259name = "pkcs8"7260version = "0.8.0"7261source = "registry+https://github.com/rust-lang/crates.io-index"7262checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7263dependencies = [7264 "der",7265 "spki",7266 "zeroize",7267]72687269[[package]]7270name = "pkg-config"7271version = "0.3.26"7272source = "registry+https://github.com/rust-lang/crates.io-index"7273checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72747275[[package]]7276name = "platforms"7277version = "2.0.0"7278source = "registry+https://github.com/rust-lang/crates.io-index"7279checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72807281[[package]]7282name = "polkadot-approval-distribution"7283version = "0.9.30"7284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7285dependencies = [7286 "futures 0.3.25",7287 "polkadot-node-network-protocol",7288 "polkadot-node-primitives",7289 "polkadot-node-subsystem",7290 "polkadot-node-subsystem-util",7291 "polkadot-primitives",7292 "rand 0.8.5",7293 "tracing-gum",7294]72957296[[package]]7297name = "polkadot-availability-bitfield-distribution"7298version = "0.9.30"7299source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7300dependencies = [7301 "futures 0.3.25",7302 "polkadot-node-network-protocol",7303 "polkadot-node-subsystem",7304 "polkadot-node-subsystem-util",7305 "polkadot-primitives",7306 "rand 0.8.5",7307 "tracing-gum",7308]73097310[[package]]7311name = "polkadot-availability-distribution"7312version = "0.9.30"7313source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7314dependencies = [7315 "derive_more",7316 "fatality",7317 "futures 0.3.25",7318 "lru 0.7.8",7319 "parity-scale-codec 3.2.1",7320 "polkadot-erasure-coding",7321 "polkadot-node-network-protocol",7322 "polkadot-node-primitives",7323 "polkadot-node-subsystem",7324 "polkadot-node-subsystem-util",7325 "polkadot-primitives",7326 "rand 0.8.5",7327 "sp-core",7328 "sp-keystore",7329 "thiserror",7330 "tracing-gum",7331]73327333[[package]]7334name = "polkadot-availability-recovery"7335version = "0.9.30"7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7337dependencies = [7338 "fatality",7339 "futures 0.3.25",7340 "lru 0.7.8",7341 "parity-scale-codec 3.2.1",7342 "polkadot-erasure-coding",7343 "polkadot-node-network-protocol",7344 "polkadot-node-primitives",7345 "polkadot-node-subsystem",7346 "polkadot-node-subsystem-util",7347 "polkadot-primitives",7348 "rand 0.8.5",7349 "sc-network",7350 "thiserror",7351 "tracing-gum",7352]73537354[[package]]7355name = "polkadot-cli"7356version = "0.9.30"7357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7358dependencies = [7359 "clap",7360 "frame-benchmarking-cli",7361 "futures 0.3.25",7362 "log",7363 "polkadot-client",7364 "polkadot-node-core-pvf",7365 "polkadot-node-metrics",7366 "polkadot-performance-test",7367 "polkadot-service",7368 "sc-cli",7369 "sc-service",7370 "sc-sysinfo",7371 "sc-tracing",7372 "sp-core",7373 "sp-keyring",7374 "sp-trie",7375 "substrate-build-script-utils",7376 "thiserror",7377 "try-runtime-cli",7378]73797380[[package]]7381name = "polkadot-client"7382version = "0.9.30"7383source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7384dependencies = [7385 "beefy-primitives",7386 "frame-benchmarking",7387 "frame-benchmarking-cli",7388 "frame-system",7389 "frame-system-rpc-runtime-api",7390 "pallet-transaction-payment",7391 "pallet-transaction-payment-rpc-runtime-api",7392 "polkadot-core-primitives",7393 "polkadot-node-core-parachains-inherent",7394 "polkadot-primitives",7395 "polkadot-runtime",7396 "polkadot-runtime-common",7397 "sc-client-api",7398 "sc-consensus",7399 "sc-executor",7400 "sc-service",7401 "sp-api",7402 "sp-authority-discovery",7403 "sp-block-builder",7404 "sp-blockchain",7405 "sp-consensus",7406 "sp-consensus-babe",7407 "sp-core",7408 "sp-finality-grandpa",7409 "sp-inherents",7410 "sp-keyring",7411 "sp-mmr-primitives",7412 "sp-offchain",7413 "sp-runtime",7414 "sp-session",7415 "sp-storage",7416 "sp-timestamp",7417 "sp-transaction-pool",7418]74197420[[package]]7421name = "polkadot-collator-protocol"7422version = "0.9.30"7423source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7424dependencies = [7425 "always-assert",7426 "fatality",7427 "futures 0.3.25",7428 "futures-timer",7429 "polkadot-node-network-protocol",7430 "polkadot-node-primitives",7431 "polkadot-node-subsystem",7432 "polkadot-node-subsystem-util",7433 "polkadot-primitives",7434 "sp-core",7435 "sp-keystore",7436 "sp-runtime",7437 "thiserror",7438 "tracing-gum",7439]74407441[[package]]7442name = "polkadot-core-primitives"7443version = "0.9.30"7444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7445dependencies = [7446 "parity-scale-codec 3.2.1",7447 "parity-util-mem",7448 "scale-info",7449 "sp-core",7450 "sp-runtime",7451 "sp-std",7452]74537454[[package]]7455name = "polkadot-dispute-distribution"7456version = "0.9.30"7457source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7458dependencies = [7459 "derive_more",7460 "fatality",7461 "futures 0.3.25",7462 "lru 0.7.8",7463 "parity-scale-codec 3.2.1",7464 "polkadot-erasure-coding",7465 "polkadot-node-network-protocol",7466 "polkadot-node-primitives",7467 "polkadot-node-subsystem",7468 "polkadot-node-subsystem-util",7469 "polkadot-primitives",7470 "sc-network",7471 "sp-application-crypto",7472 "sp-keystore",7473 "thiserror",7474 "tracing-gum",7475]74767477[[package]]7478name = "polkadot-erasure-coding"7479version = "0.9.30"7480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7481dependencies = [7482 "parity-scale-codec 3.2.1",7483 "polkadot-node-primitives",7484 "polkadot-primitives",7485 "reed-solomon-novelpoly",7486 "sp-core",7487 "sp-trie",7488 "thiserror",7489]74907491[[package]]7492name = "polkadot-gossip-support"7493version = "0.9.30"7494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7495dependencies = [7496 "futures 0.3.25",7497 "futures-timer",7498 "polkadot-node-network-protocol",7499 "polkadot-node-subsystem",7500 "polkadot-node-subsystem-util",7501 "polkadot-primitives",7502 "rand 0.8.5",7503 "rand_chacha 0.3.1",7504 "sc-network",7505 "sp-application-crypto",7506 "sp-core",7507 "sp-keystore",7508 "tracing-gum",7509]75107511[[package]]7512name = "polkadot-network-bridge"7513version = "0.9.30"7514source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7515dependencies = [7516 "always-assert",7517 "async-trait",7518 "bytes",7519 "fatality",7520 "futures 0.3.25",7521 "parity-scale-codec 3.2.1",7522 "parking_lot 0.12.1",7523 "polkadot-node-network-protocol",7524 "polkadot-node-subsystem",7525 "polkadot-node-subsystem-util",7526 "polkadot-overseer",7527 "polkadot-primitives",7528 "sc-network",7529 "sc-network-common",7530 "sp-consensus",7531 "thiserror",7532 "tracing-gum",7533]75347535[[package]]7536name = "polkadot-node-collation-generation"7537version = "0.9.30"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7539dependencies = [7540 "futures 0.3.25",7541 "parity-scale-codec 3.2.1",7542 "polkadot-erasure-coding",7543 "polkadot-node-primitives",7544 "polkadot-node-subsystem",7545 "polkadot-node-subsystem-util",7546 "polkadot-primitives",7547 "sp-core",7548 "sp-maybe-compressed-blob",7549 "thiserror",7550 "tracing-gum",7551]75527553[[package]]7554name = "polkadot-node-core-approval-voting"7555version = "0.9.30"7556source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7557dependencies = [7558 "bitvec 1.0.1",7559 "derive_more",7560 "futures 0.3.25",7561 "futures-timer",7562 "kvdb",7563 "lru 0.7.8",7564 "merlin",7565 "parity-scale-codec 3.2.1",7566 "polkadot-node-jaeger",7567 "polkadot-node-primitives",7568 "polkadot-node-subsystem",7569 "polkadot-node-subsystem-util",7570 "polkadot-overseer",7571 "polkadot-primitives",7572 "sc-keystore",7573 "schnorrkel",7574 "sp-application-crypto",7575 "sp-consensus",7576 "sp-consensus-slots",7577 "sp-runtime",7578 "thiserror",7579 "tracing-gum",7580]75817582[[package]]7583name = "polkadot-node-core-av-store"7584version = "0.9.30"7585source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7586dependencies = [7587 "bitvec 1.0.1",7588 "futures 0.3.25",7589 "futures-timer",7590 "kvdb",7591 "parity-scale-codec 3.2.1",7592 "polkadot-erasure-coding",7593 "polkadot-node-primitives",7594 "polkadot-node-subsystem",7595 "polkadot-node-subsystem-util",7596 "polkadot-overseer",7597 "polkadot-primitives",7598 "thiserror",7599 "tracing-gum",7600]76017602[[package]]7603name = "polkadot-node-core-backing"7604version = "0.9.30"7605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7606dependencies = [7607 "bitvec 1.0.1",7608 "fatality",7609 "futures 0.3.25",7610 "polkadot-erasure-coding",7611 "polkadot-node-primitives",7612 "polkadot-node-subsystem",7613 "polkadot-node-subsystem-util",7614 "polkadot-primitives",7615 "polkadot-statement-table",7616 "sp-keystore",7617 "thiserror",7618 "tracing-gum",7619]76207621[[package]]7622name = "polkadot-node-core-bitfield-signing"7623version = "0.9.30"7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7625dependencies = [7626 "futures 0.3.25",7627 "polkadot-node-subsystem",7628 "polkadot-node-subsystem-util",7629 "polkadot-primitives",7630 "sp-keystore",7631 "thiserror",7632 "tracing-gum",7633 "wasm-timer",7634]76357636[[package]]7637name = "polkadot-node-core-candidate-validation"7638version = "0.9.30"7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7640dependencies = [7641 "async-trait",7642 "futures 0.3.25",7643 "parity-scale-codec 3.2.1",7644 "polkadot-node-core-pvf",7645 "polkadot-node-primitives",7646 "polkadot-node-subsystem",7647 "polkadot-node-subsystem-util",7648 "polkadot-parachain",7649 "polkadot-primitives",7650 "sp-maybe-compressed-blob",7651 "tracing-gum",7652]76537654[[package]]7655name = "polkadot-node-core-chain-api"7656version = "0.9.30"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7658dependencies = [7659 "futures 0.3.25",7660 "polkadot-node-subsystem",7661 "polkadot-node-subsystem-util",7662 "polkadot-primitives",7663 "sc-client-api",7664 "sc-consensus-babe",7665 "sp-blockchain",7666 "tracing-gum",7667]76687669[[package]]7670name = "polkadot-node-core-chain-selection"7671version = "0.9.30"7672source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7673dependencies = [7674 "futures 0.3.25",7675 "futures-timer",7676 "kvdb",7677 "parity-scale-codec 3.2.1",7678 "polkadot-node-primitives",7679 "polkadot-node-subsystem",7680 "polkadot-node-subsystem-util",7681 "polkadot-primitives",7682 "thiserror",7683 "tracing-gum",7684]76857686[[package]]7687name = "polkadot-node-core-dispute-coordinator"7688version = "0.9.30"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7690dependencies = [7691 "fatality",7692 "futures 0.3.25",7693 "kvdb",7694 "lru 0.7.8",7695 "parity-scale-codec 3.2.1",7696 "polkadot-node-primitives",7697 "polkadot-node-subsystem",7698 "polkadot-node-subsystem-util",7699 "polkadot-primitives",7700 "sc-keystore",7701 "thiserror",7702 "tracing-gum",7703]77047705[[package]]7706name = "polkadot-node-core-parachains-inherent"7707version = "0.9.30"7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7709dependencies = [7710 "async-trait",7711 "futures 0.3.25",7712 "futures-timer",7713 "polkadot-node-subsystem",7714 "polkadot-primitives",7715 "sp-blockchain",7716 "sp-inherents",7717 "sp-runtime",7718 "thiserror",7719 "tracing-gum",7720]77217722[[package]]7723name = "polkadot-node-core-provisioner"7724version = "0.9.30"7725source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7726dependencies = [7727 "bitvec 1.0.1",7728 "fatality",7729 "futures 0.3.25",7730 "futures-timer",7731 "polkadot-node-primitives",7732 "polkadot-node-subsystem",7733 "polkadot-node-subsystem-util",7734 "polkadot-primitives",7735 "rand 0.8.5",7736 "thiserror",7737 "tracing-gum",7738]77397740[[package]]7741name = "polkadot-node-core-pvf"7742version = "0.9.30"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7744dependencies = [7745 "always-assert",7746 "assert_matches",7747 "async-process",7748 "async-std",7749 "futures 0.3.25",7750 "futures-timer",7751 "parity-scale-codec 3.2.1",7752 "pin-project",7753 "polkadot-core-primitives",7754 "polkadot-node-metrics",7755 "polkadot-parachain",7756 "rand 0.8.5",7757 "rayon",7758 "sc-executor",7759 "sc-executor-common",7760 "sc-executor-wasmtime",7761 "slotmap",7762 "sp-core",7763 "sp-externalities",7764 "sp-io",7765 "sp-maybe-compressed-blob",7766 "sp-tracing",7767 "sp-wasm-interface",7768 "tempfile",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-core-pvf-checker"7774version = "0.9.30"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7776dependencies = [7777 "futures 0.3.25",7778 "polkadot-node-primitives",7779 "polkadot-node-subsystem",7780 "polkadot-node-subsystem-util",7781 "polkadot-overseer",7782 "polkadot-primitives",7783 "sp-keystore",7784 "thiserror",7785 "tracing-gum",7786]77877788[[package]]7789name = "polkadot-node-core-runtime-api"7790version = "0.9.30"7791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7792dependencies = [7793 "futures 0.3.25",7794 "memory-lru",7795 "parity-util-mem",7796 "polkadot-node-subsystem",7797 "polkadot-node-subsystem-types",7798 "polkadot-node-subsystem-util",7799 "polkadot-primitives",7800 "sp-consensus-babe",7801 "tracing-gum",7802]78037804[[package]]7805name = "polkadot-node-jaeger"7806version = "0.9.30"7807source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7808dependencies = [7809 "async-std",7810 "lazy_static",7811 "log",7812 "mick-jaeger",7813 "parity-scale-codec 3.2.1",7814 "parking_lot 0.12.1",7815 "polkadot-node-primitives",7816 "polkadot-primitives",7817 "sc-network",7818 "sp-core",7819 "thiserror",7820]78217822[[package]]7823name = "polkadot-node-metrics"7824version = "0.9.30"7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7826dependencies = [7827 "bs58",7828 "futures 0.3.25",7829 "futures-timer",7830 "log",7831 "parity-scale-codec 3.2.1",7832 "polkadot-primitives",7833 "prioritized-metered-channel",7834 "sc-cli",7835 "sc-service",7836 "sc-tracing",7837 "substrate-prometheus-endpoint",7838 "tracing-gum",7839]78407841[[package]]7842name = "polkadot-node-network-protocol"7843version = "0.9.30"7844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7845dependencies = [7846 "async-trait",7847 "derive_more",7848 "fatality",7849 "futures 0.3.25",7850 "hex",7851 "parity-scale-codec 3.2.1",7852 "polkadot-node-jaeger",7853 "polkadot-node-primitives",7854 "polkadot-primitives",7855 "rand 0.8.5",7856 "sc-authority-discovery",7857 "sc-network",7858 "sc-network-common",7859 "strum",7860 "thiserror",7861 "tracing-gum",7862]78637864[[package]]7865name = "polkadot-node-primitives"7866version = "0.9.30"7867source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7868dependencies = [7869 "bounded-vec",7870 "futures 0.3.25",7871 "parity-scale-codec 3.2.1",7872 "polkadot-parachain",7873 "polkadot-primitives",7874 "schnorrkel",7875 "serde",7876 "sp-application-crypto",7877 "sp-consensus-babe",7878 "sp-consensus-vrf",7879 "sp-core",7880 "sp-keystore",7881 "sp-maybe-compressed-blob",7882 "thiserror",7883 "zstd",7884]78857886[[package]]7887name = "polkadot-node-subsystem"7888version = "0.9.30"7889source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7890dependencies = [7891 "polkadot-node-jaeger",7892 "polkadot-node-subsystem-types",7893 "polkadot-overseer",7894]78957896[[package]]7897name = "polkadot-node-subsystem-types"7898version = "0.9.30"7899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7900dependencies = [7901 "async-trait",7902 "derive_more",7903 "futures 0.3.25",7904 "orchestra",7905 "polkadot-node-jaeger",7906 "polkadot-node-network-protocol",7907 "polkadot-node-primitives",7908 "polkadot-primitives",7909 "polkadot-statement-table",7910 "sc-network",7911 "smallvec",7912 "sp-api",7913 "sp-authority-discovery",7914 "sp-consensus-babe",7915 "substrate-prometheus-endpoint",7916 "thiserror",7917]79187919[[package]]7920name = "polkadot-node-subsystem-util"7921version = "0.9.30"7922source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7923dependencies = [7924 "async-trait",7925 "derive_more",7926 "fatality",7927 "futures 0.3.25",7928 "itertools",7929 "kvdb",7930 "lru 0.7.8",7931 "parity-db",7932 "parity-scale-codec 3.2.1",7933 "parity-util-mem",7934 "parking_lot 0.11.2",7935 "pin-project",7936 "polkadot-node-jaeger",7937 "polkadot-node-metrics",7938 "polkadot-node-network-protocol",7939 "polkadot-node-primitives",7940 "polkadot-node-subsystem",7941 "polkadot-overseer",7942 "polkadot-primitives",7943 "prioritized-metered-channel",7944 "rand 0.8.5",7945 "sp-application-crypto",7946 "sp-core",7947 "sp-keystore",7948 "thiserror",7949 "tracing-gum",7950]79517952[[package]]7953name = "polkadot-overseer"7954version = "0.9.30"7955source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7956dependencies = [7957 "async-trait",7958 "futures 0.3.25",7959 "futures-timer",7960 "lru 0.7.8",7961 "orchestra",7962 "parity-util-mem",7963 "parking_lot 0.12.1",7964 "polkadot-node-metrics",7965 "polkadot-node-network-protocol",7966 "polkadot-node-primitives",7967 "polkadot-node-subsystem-types",7968 "polkadot-primitives",7969 "sc-client-api",7970 "sp-api",7971 "sp-core",7972 "tracing-gum",7973]79747975[[package]]7976name = "polkadot-parachain"7977version = "0.9.30"7978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7979dependencies = [7980 "derive_more",7981 "frame-support",7982 "parity-scale-codec 3.2.1",7983 "parity-util-mem",7984 "polkadot-core-primitives",7985 "scale-info",7986 "serde",7987 "sp-core",7988 "sp-runtime",7989 "sp-std",7990]79917992[[package]]7993name = "polkadot-performance-test"7994version = "0.9.30"7995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7996dependencies = [7997 "env_logger",7998 "kusama-runtime",7999 "log",8000 "polkadot-erasure-coding",8001 "polkadot-node-core-pvf",8002 "polkadot-node-primitives",8003 "quote",8004 "thiserror",8005]80068007[[package]]8008name = "polkadot-primitives"8009version = "0.9.30"8010source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8011dependencies = [8012 "bitvec 1.0.1",8013 "frame-system",8014 "hex-literal",8015 "parity-scale-codec 3.2.1",8016 "parity-util-mem",8017 "polkadot-core-primitives",8018 "polkadot-parachain",8019 "scale-info",8020 "serde",8021 "sp-api",8022 "sp-application-crypto",8023 "sp-arithmetic",8024 "sp-authority-discovery",8025 "sp-consensus-slots",8026 "sp-core",8027 "sp-inherents",8028 "sp-io",8029 "sp-keystore",8030 "sp-runtime",8031 "sp-staking",8032 "sp-std",8033 "sp-trie",8034 "sp-version",8035]80368037[[package]]8038name = "polkadot-rpc"8039version = "0.9.30"8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8041dependencies = [8042 "beefy-gadget",8043 "beefy-gadget-rpc",8044 "jsonrpsee",8045 "pallet-mmr-rpc",8046 "pallet-transaction-payment-rpc",8047 "polkadot-primitives",8048 "sc-chain-spec",8049 "sc-client-api",8050 "sc-consensus-babe",8051 "sc-consensus-babe-rpc",8052 "sc-consensus-epochs",8053 "sc-finality-grandpa",8054 "sc-finality-grandpa-rpc",8055 "sc-rpc",8056 "sc-sync-state-rpc",8057 "sc-transaction-pool-api",8058 "sp-api",8059 "sp-block-builder",8060 "sp-blockchain",8061 "sp-consensus",8062 "sp-consensus-babe",8063 "sp-keystore",8064 "sp-runtime",8065 "substrate-frame-rpc-system",8066 "substrate-state-trie-migration-rpc",8067]80688069[[package]]8070name = "polkadot-runtime"8071version = "0.9.30"8072source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8073dependencies = [8074 "beefy-primitives",8075 "bitvec 1.0.1",8076 "frame-benchmarking",8077 "frame-election-provider-support",8078 "frame-executive",8079 "frame-support",8080 "frame-system",8081 "frame-system-benchmarking",8082 "frame-system-rpc-runtime-api",8083 "frame-try-runtime",8084 "hex-literal",8085 "log",8086 "pallet-authority-discovery",8087 "pallet-authorship",8088 "pallet-babe",8089 "pallet-bags-list",8090 "pallet-balances",8091 "pallet-bounties",8092 "pallet-child-bounties",8093 "pallet-collective",8094 "pallet-democracy",8095 "pallet-election-provider-multi-phase",8096 "pallet-election-provider-support-benchmarking",8097 "pallet-elections-phragmen",8098 "pallet-fast-unstake",8099 "pallet-grandpa",8100 "pallet-identity",8101 "pallet-im-online",8102 "pallet-indices",8103 "pallet-membership",8104 "pallet-multisig",8105 "pallet-nomination-pools",8106 "pallet-nomination-pools-benchmarking",8107 "pallet-nomination-pools-runtime-api",8108 "pallet-offences",8109 "pallet-offences-benchmarking",8110 "pallet-preimage",8111 "pallet-proxy",8112 "pallet-scheduler",8113 "pallet-session",8114 "pallet-session-benchmarking",8115 "pallet-staking",8116 "pallet-staking-reward-curve",8117 "pallet-timestamp",8118 "pallet-tips",8119 "pallet-transaction-payment",8120 "pallet-transaction-payment-rpc-runtime-api",8121 "pallet-treasury",8122 "pallet-utility",8123 "pallet-vesting",8124 "pallet-xcm",8125 "parity-scale-codec 3.2.1",8126 "polkadot-primitives",8127 "polkadot-runtime-common",8128 "polkadot-runtime-constants",8129 "polkadot-runtime-parachains",8130 "rustc-hex",8131 "scale-info",8132 "serde",8133 "serde_derive",8134 "smallvec",8135 "sp-api",8136 "sp-authority-discovery",8137 "sp-block-builder",8138 "sp-consensus-babe",8139 "sp-core",8140 "sp-inherents",8141 "sp-io",8142 "sp-mmr-primitives",8143 "sp-npos-elections",8144 "sp-offchain",8145 "sp-runtime",8146 "sp-session",8147 "sp-staking",8148 "sp-std",8149 "sp-transaction-pool",8150 "sp-version",8151 "static_assertions",8152 "substrate-wasm-builder",8153 "xcm",8154 "xcm-builder",8155 "xcm-executor",8156]81578158[[package]]8159name = "polkadot-runtime-common"8160version = "0.9.30"8161source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8162dependencies = [8163 "beefy-primitives",8164 "bitvec 1.0.1",8165 "frame-benchmarking",8166 "frame-election-provider-support",8167 "frame-support",8168 "frame-system",8169 "impl-trait-for-tuples",8170 "libsecp256k1",8171 "log",8172 "pallet-authorship",8173 "pallet-babe",8174 "pallet-bags-list",8175 "pallet-balances",8176 "pallet-beefy-mmr",8177 "pallet-election-provider-multi-phase",8178 "pallet-session",8179 "pallet-staking",8180 "pallet-timestamp",8181 "pallet-transaction-payment",8182 "pallet-treasury",8183 "pallet-vesting",8184 "parity-scale-codec 3.2.1",8185 "polkadot-primitives",8186 "polkadot-runtime-parachains",8187 "rustc-hex",8188 "scale-info",8189 "serde",8190 "serde_derive",8191 "slot-range-helper",8192 "sp-api",8193 "sp-core",8194 "sp-inherents",8195 "sp-io",8196 "sp-npos-elections",8197 "sp-runtime",8198 "sp-session",8199 "sp-staking",8200 "sp-std",8201 "static_assertions",8202 "xcm",8203]82048205[[package]]8206name = "polkadot-runtime-constants"8207version = "0.9.30"8208source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8209dependencies = [8210 "frame-support",8211 "polkadot-primitives",8212 "polkadot-runtime-common",8213 "smallvec",8214 "sp-runtime",8215]82168217[[package]]8218name = "polkadot-runtime-metrics"8219version = "0.9.30"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8221dependencies = [8222 "bs58",8223 "parity-scale-codec 3.2.1",8224 "polkadot-primitives",8225 "sp-std",8226 "sp-tracing",8227]82288229[[package]]8230name = "polkadot-runtime-parachains"8231version = "0.9.30"8232source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8233dependencies = [8234 "bitflags",8235 "bitvec 1.0.1",8236 "derive_more",8237 "frame-benchmarking",8238 "frame-support",8239 "frame-system",8240 "log",8241 "pallet-authority-discovery",8242 "pallet-authorship",8243 "pallet-babe",8244 "pallet-balances",8245 "pallet-session",8246 "pallet-staking",8247 "pallet-timestamp",8248 "pallet-vesting",8249 "parity-scale-codec 3.2.1",8250 "polkadot-primitives",8251 "polkadot-runtime-metrics",8252 "rand 0.8.5",8253 "rand_chacha 0.3.1",8254 "rustc-hex",8255 "scale-info",8256 "serde",8257 "sp-api",8258 "sp-application-crypto",8259 "sp-core",8260 "sp-inherents",8261 "sp-io",8262 "sp-keystore",8263 "sp-runtime",8264 "sp-session",8265 "sp-staking",8266 "sp-std",8267 "static_assertions",8268 "xcm",8269 "xcm-executor",8270]82718272[[package]]8273name = "polkadot-service"8274version = "0.9.30"8275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8276dependencies = [8277 "async-trait",8278 "beefy-gadget",8279 "beefy-primitives",8280 "frame-support",8281 "frame-system-rpc-runtime-api",8282 "futures 0.3.25",8283 "hex-literal",8284 "kusama-runtime",8285 "kvdb",8286 "kvdb-rocksdb",8287 "lru 0.7.8",8288 "pallet-babe",8289 "pallet-im-online",8290 "pallet-staking",8291 "pallet-transaction-payment-rpc-runtime-api",8292 "parity-db",8293 "polkadot-approval-distribution",8294 "polkadot-availability-bitfield-distribution",8295 "polkadot-availability-distribution",8296 "polkadot-availability-recovery",8297 "polkadot-client",8298 "polkadot-collator-protocol",8299 "polkadot-dispute-distribution",8300 "polkadot-gossip-support",8301 "polkadot-network-bridge",8302 "polkadot-node-collation-generation",8303 "polkadot-node-core-approval-voting",8304 "polkadot-node-core-av-store",8305 "polkadot-node-core-backing",8306 "polkadot-node-core-bitfield-signing",8307 "polkadot-node-core-candidate-validation",8308 "polkadot-node-core-chain-api",8309 "polkadot-node-core-chain-selection",8310 "polkadot-node-core-dispute-coordinator",8311 "polkadot-node-core-parachains-inherent",8312 "polkadot-node-core-provisioner",8313 "polkadot-node-core-pvf-checker",8314 "polkadot-node-core-runtime-api",8315 "polkadot-node-network-protocol",8316 "polkadot-node-primitives",8317 "polkadot-node-subsystem",8318 "polkadot-node-subsystem-types",8319 "polkadot-node-subsystem-util",8320 "polkadot-overseer",8321 "polkadot-parachain",8322 "polkadot-primitives",8323 "polkadot-rpc",8324 "polkadot-runtime",8325 "polkadot-runtime-constants",8326 "polkadot-runtime-parachains",8327 "polkadot-statement-distribution",8328 "rococo-runtime",8329 "sc-authority-discovery",8330 "sc-basic-authorship",8331 "sc-block-builder",8332 "sc-chain-spec",8333 "sc-client-api",8334 "sc-client-db",8335 "sc-consensus",8336 "sc-consensus-babe",8337 "sc-consensus-slots",8338 "sc-executor",8339 "sc-finality-grandpa",8340 "sc-keystore",8341 "sc-network",8342 "sc-network-common",8343 "sc-offchain",8344 "sc-service",8345 "sc-sync-state-rpc",8346 "sc-sysinfo",8347 "sc-telemetry",8348 "sc-transaction-pool",8349 "serde",8350 "serde_json",8351 "sp-api",8352 "sp-authority-discovery",8353 "sp-block-builder",8354 "sp-blockchain",8355 "sp-consensus",8356 "sp-consensus-babe",8357 "sp-core",8358 "sp-finality-grandpa",8359 "sp-inherents",8360 "sp-io",8361 "sp-keystore",8362 "sp-offchain",8363 "sp-runtime",8364 "sp-session",8365 "sp-state-machine",8366 "sp-storage",8367 "sp-timestamp",8368 "sp-transaction-pool",8369 "sp-trie",8370 "substrate-prometheus-endpoint",8371 "thiserror",8372 "tracing-gum",8373 "westend-runtime",8374]83758376[[package]]8377name = "polkadot-statement-distribution"8378version = "0.9.30"8379source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8380dependencies = [8381 "arrayvec 0.5.2",8382 "fatality",8383 "futures 0.3.25",8384 "indexmap",8385 "parity-scale-codec 3.2.1",8386 "polkadot-node-network-protocol",8387 "polkadot-node-primitives",8388 "polkadot-node-subsystem",8389 "polkadot-node-subsystem-util",8390 "polkadot-primitives",8391 "sp-keystore",8392 "sp-staking",8393 "thiserror",8394 "tracing-gum",8395]83968397[[package]]8398name = "polkadot-statement-table"8399version = "0.9.30"8400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8401dependencies = [8402 "parity-scale-codec 3.2.1",8403 "polkadot-primitives",8404 "sp-core",8405]84068407[[package]]8408name = "polkadot-test-runtime"8409version = "0.9.30"8410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8411dependencies = [8412 "beefy-primitives",8413 "bitvec 1.0.1",8414 "frame-election-provider-support",8415 "frame-executive",8416 "frame-support",8417 "frame-system",8418 "frame-system-rpc-runtime-api",8419 "log",8420 "pallet-authority-discovery",8421 "pallet-authorship",8422 "pallet-babe",8423 "pallet-balances",8424 "pallet-grandpa",8425 "pallet-indices",8426 "pallet-offences",8427 "pallet-session",8428 "pallet-staking",8429 "pallet-staking-reward-curve",8430 "pallet-sudo",8431 "pallet-timestamp",8432 "pallet-transaction-payment",8433 "pallet-transaction-payment-rpc-runtime-api",8434 "pallet-vesting",8435 "pallet-xcm",8436 "parity-scale-codec 3.2.1",8437 "polkadot-parachain",8438 "polkadot-primitives",8439 "polkadot-runtime-common",8440 "polkadot-runtime-parachains",8441 "rustc-hex",8442 "scale-info",8443 "serde",8444 "serde_derive",8445 "smallvec",8446 "sp-api",8447 "sp-authority-discovery",8448 "sp-block-builder",8449 "sp-consensus-babe",8450 "sp-core",8451 "sp-inherents",8452 "sp-io",8453 "sp-mmr-primitives",8454 "sp-offchain",8455 "sp-runtime",8456 "sp-session",8457 "sp-staking",8458 "sp-std",8459 "sp-transaction-pool",8460 "sp-version",8461 "substrate-wasm-builder",8462 "test-runtime-constants",8463 "xcm",8464 "xcm-builder",8465 "xcm-executor",8466]84678468[[package]]8469name = "polkadot-test-service"8470version = "0.9.30"8471source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8472dependencies = [8473 "frame-benchmarking",8474 "frame-system",8475 "futures 0.3.25",8476 "hex",8477 "pallet-balances",8478 "pallet-staking",8479 "pallet-transaction-payment",8480 "polkadot-node-primitives",8481 "polkadot-node-subsystem",8482 "polkadot-overseer",8483 "polkadot-parachain",8484 "polkadot-primitives",8485 "polkadot-rpc",8486 "polkadot-runtime-common",8487 "polkadot-runtime-parachains",8488 "polkadot-service",8489 "polkadot-test-runtime",8490 "rand 0.8.5",8491 "sc-authority-discovery",8492 "sc-chain-spec",8493 "sc-cli",8494 "sc-client-api",8495 "sc-consensus",8496 "sc-consensus-babe",8497 "sc-executor",8498 "sc-finality-grandpa",8499 "sc-network",8500 "sc-network-common",8501 "sc-service",8502 "sc-tracing",8503 "sc-transaction-pool",8504 "sp-arithmetic",8505 "sp-authority-discovery",8506 "sp-blockchain",8507 "sp-consensus",8508 "sp-consensus-babe",8509 "sp-core",8510 "sp-finality-grandpa",8511 "sp-inherents",8512 "sp-keyring",8513 "sp-runtime",8514 "sp-state-machine",8515 "substrate-test-client",8516 "tempfile",8517 "test-runtime-constants",8518 "tokio",8519 "tracing-gum",8520]85218522[[package]]8523name = "polling"8524version = "2.4.0"8525source = "registry+https://github.com/rust-lang/crates.io-index"8526checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8527dependencies = [8528 "autocfg",8529 "cfg-if 1.0.0",8530 "libc",8531 "log",8532 "wepoll-ffi",8533 "winapi",8534]85358536[[package]]8537name = "poly1305"8538version = "0.7.2"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8541dependencies = [8542 "cpufeatures",8543 "opaque-debug 0.3.0",8544 "universal-hash",8545]85468547[[package]]8548name = "polyval"8549version = "0.5.3"8550source = "registry+https://github.com/rust-lang/crates.io-index"8551checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8552dependencies = [8553 "cfg-if 1.0.0",8554 "cpufeatures",8555 "opaque-debug 0.3.0",8556 "universal-hash",8557]85588559[[package]]8560name = "ppv-lite86"8561version = "0.2.16"8562source = "registry+https://github.com/rust-lang/crates.io-index"8563checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85648565[[package]]8566name = "primitive-types"8567version = "0.11.1"8568source = "registry+https://github.com/rust-lang/crates.io-index"8569checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8570dependencies = [8571 "fixed-hash",8572 "impl-codec",8573 "impl-rlp",8574 "impl-serde",8575 "scale-info",8576 "uint",8577]85788579[[package]]8580name = "prioritized-metered-channel"8581version = "0.2.0"8582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8583dependencies = [8584 "coarsetime",8585 "crossbeam-queue",8586 "derive_more",8587 "futures 0.3.25",8588 "futures-timer",8589 "nanorand",8590 "thiserror",8591 "tracing",8592]85938594[[package]]8595name = "proc-macro-crate"8596version = "1.2.1"8597source = "registry+https://github.com/rust-lang/crates.io-index"8598checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8599dependencies = [8600 "once_cell",8601 "thiserror",8602 "toml",8603]86048605[[package]]8606name = "proc-macro-error"8607version = "1.0.4"8608source = "registry+https://github.com/rust-lang/crates.io-index"8609checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8610dependencies = [8611 "proc-macro-error-attr",8612 "proc-macro2",8613 "quote",8614 "syn",8615 "version_check",8616]86178618[[package]]8619name = "proc-macro-error-attr"8620version = "1.0.4"8621source = "registry+https://github.com/rust-lang/crates.io-index"8622checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8623dependencies = [8624 "proc-macro2",8625 "quote",8626 "version_check",8627]86288629[[package]]8630name = "proc-macro2"8631version = "1.0.47"8632source = "registry+https://github.com/rust-lang/crates.io-index"8633checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8634dependencies = [8635 "unicode-ident",8636]86378638[[package]]8639name = "prometheus"8640version = "0.13.3"8641source = "registry+https://github.com/rust-lang/crates.io-index"8642checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8643dependencies = [8644 "cfg-if 1.0.0",8645 "fnv",8646 "lazy_static",8647 "memchr",8648 "parking_lot 0.12.1",8649 "thiserror",8650]86518652[[package]]8653name = "prometheus-client"8654version = "0.16.0"8655source = "registry+https://github.com/rust-lang/crates.io-index"8656checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8657dependencies = [8658 "dtoa",8659 "itoa",8660 "owning_ref",8661 "prometheus-client-derive-text-encode",8662]86638664[[package]]8665name = "prometheus-client-derive-text-encode"8666version = "0.2.0"8667source = "registry+https://github.com/rust-lang/crates.io-index"8668checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8669dependencies = [8670 "proc-macro2",8671 "quote",8672 "syn",8673]86748675[[package]]8676name = "prost"8677version = "0.10.4"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8680dependencies = [8681 "bytes",8682 "prost-derive 0.10.1",8683]86848685[[package]]8686name = "prost"8687version = "0.11.0"8688source = "registry+https://github.com/rust-lang/crates.io-index"8689checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8690dependencies = [8691 "bytes",8692 "prost-derive 0.11.0",8693]86948695[[package]]8696name = "prost-build"8697version = "0.10.4"8698source = "registry+https://github.com/rust-lang/crates.io-index"8699checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8700dependencies = [8701 "bytes",8702 "cfg-if 1.0.0",8703 "cmake",8704 "heck",8705 "itertools",8706 "lazy_static",8707 "log",8708 "multimap",8709 "petgraph",8710 "prost 0.10.4",8711 "prost-types 0.10.1",8712 "regex",8713 "tempfile",8714 "which",8715]87168717[[package]]8718name = "prost-build"8719version = "0.11.1"8720source = "registry+https://github.com/rust-lang/crates.io-index"8721checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8722dependencies = [8723 "bytes",8724 "heck",8725 "itertools",8726 "lazy_static",8727 "log",8728 "multimap",8729 "petgraph",8730 "prost 0.11.0",8731 "prost-types 0.11.1",8732 "regex",8733 "tempfile",8734 "which",8735]87368737[[package]]8738name = "prost-codec"8739version = "0.1.0"8740source = "registry+https://github.com/rust-lang/crates.io-index"8741checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8742dependencies = [8743 "asynchronous-codec",8744 "bytes",8745 "prost 0.10.4",8746 "thiserror",8747 "unsigned-varint",8748]87498750[[package]]8751name = "prost-derive"8752version = "0.10.1"8753source = "registry+https://github.com/rust-lang/crates.io-index"8754checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8755dependencies = [8756 "anyhow",8757 "itertools",8758 "proc-macro2",8759 "quote",8760 "syn",8761]87628763[[package]]8764name = "prost-derive"8765version = "0.11.0"8766source = "registry+https://github.com/rust-lang/crates.io-index"8767checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8768dependencies = [8769 "anyhow",8770 "itertools",8771 "proc-macro2",8772 "quote",8773 "syn",8774]87758776[[package]]8777name = "prost-types"8778version = "0.10.1"8779source = "registry+https://github.com/rust-lang/crates.io-index"8780checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8781dependencies = [8782 "bytes",8783 "prost 0.10.4",8784]87858786[[package]]8787name = "prost-types"8788version = "0.11.1"8789source = "registry+https://github.com/rust-lang/crates.io-index"8790checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8791dependencies = [8792 "bytes",8793 "prost 0.11.0",8794]87958796[[package]]8797name = "psm"8798version = "0.1.21"8799source = "registry+https://github.com/rust-lang/crates.io-index"8800checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8801dependencies = [8802 "cc",8803]88048805[[package]]8806name = "quartz-runtime"8807version = "0.9.30"8808dependencies = [8809 "app-promotion-rpc",8810 "cumulus-pallet-aura-ext",8811 "cumulus-pallet-dmp-queue",8812 "cumulus-pallet-parachain-system",8813 "cumulus-pallet-xcm",8814 "cumulus-pallet-xcmp-queue",8815 "cumulus-primitives-core",8816 "cumulus-primitives-timestamp",8817 "cumulus-primitives-utility",8818 "derivative",8819 "evm-coder",8820 "fp-evm-mapping",8821 "fp-rpc",8822 "fp-self-contained",8823 "frame-benchmarking",8824 "frame-executive",8825 "frame-support",8826 "frame-system",8827 "frame-system-benchmarking",8828 "frame-system-rpc-runtime-api",8829 "frame-try-runtime",8830 "hex-literal",8831 "impl-trait-for-tuples",8832 "log",8833 "logtest",8834 "orml-tokens",8835 "orml-traits",8836 "orml-vesting",8837 "orml-xtokens",8838 "pallet-app-promotion",8839 "pallet-aura",8840 "pallet-balances",8841 "pallet-base-fee",8842 "pallet-common",8843 "pallet-configuration",8844 "pallet-ethereum",8845 "pallet-evm",8846 "pallet-evm-coder-substrate",8847 "pallet-evm-contract-helpers",8848 "pallet-evm-migration",8849 "pallet-evm-transaction-payment",8850 "pallet-foreign-assets",8851 "pallet-fungible",8852 "pallet-inflation",8853 "pallet-nonfungible",8854 "pallet-randomness-collective-flip",8855 "pallet-refungible",8856 "pallet-rmrk-core",8857 "pallet-rmrk-equip",8858 "pallet-structure",8859 "pallet-sudo",8860 "pallet-template-transaction-payment",8861 "pallet-timestamp",8862 "pallet-transaction-payment",8863 "pallet-transaction-payment-rpc-runtime-api",8864 "pallet-treasury",8865 "pallet-unique",8866 "pallet-unique-scheduler",8867 "pallet-xcm",8868 "parachain-info",8869 "parity-scale-codec 3.2.1",8870 "polkadot-parachain",8871 "rmrk-rpc",8872 "scale-info",8873 "serde",8874 "smallvec",8875 "sp-api",8876 "sp-arithmetic",8877 "sp-block-builder",8878 "sp-consensus-aura",8879 "sp-core",8880 "sp-inherents",8881 "sp-io",8882 "sp-offchain",8883 "sp-runtime",8884 "sp-session",8885 "sp-std",8886 "sp-transaction-pool",8887 "sp-version",8888 "substrate-wasm-builder",8889 "up-common",8890 "up-data-structs",8891 "up-rpc",8892 "up-sponsorship",8893 "xcm",8894 "xcm-builder",8895 "xcm-executor",8896]88978898[[package]]8899name = "quick-error"8900version = "1.2.3"8901source = "registry+https://github.com/rust-lang/crates.io-index"8902checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89038904[[package]]8905name = "quicksink"8906version = "0.1.2"8907source = "registry+https://github.com/rust-lang/crates.io-index"8908checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8909dependencies = [8910 "futures-core",8911 "futures-sink",8912 "pin-project-lite 0.1.12",8913]89148915[[package]]8916name = "quote"8917version = "1.0.21"8918source = "registry+https://github.com/rust-lang/crates.io-index"8919checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8920dependencies = [8921 "proc-macro2",8922]89238924[[package]]8925name = "radium"8926version = "0.6.2"8927source = "registry+https://github.com/rust-lang/crates.io-index"8928checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89298930[[package]]8931name = "radium"8932version = "0.7.0"8933source = "registry+https://github.com/rust-lang/crates.io-index"8934checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89358936[[package]]8937name = "rand"8938version = "0.7.3"8939source = "registry+https://github.com/rust-lang/crates.io-index"8940checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8941dependencies = [8942 "getrandom 0.1.16",8943 "libc",8944 "rand_chacha 0.2.2",8945 "rand_core 0.5.1",8946 "rand_hc",8947 "rand_pcg 0.2.1",8948]89498950[[package]]8951name = "rand"8952version = "0.8.5"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8955dependencies = [8956 "libc",8957 "rand_chacha 0.3.1",8958 "rand_core 0.6.4",8959]89608961[[package]]8962name = "rand_chacha"8963version = "0.2.2"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8966dependencies = [8967 "ppv-lite86",8968 "rand_core 0.5.1",8969]89708971[[package]]8972name = "rand_chacha"8973version = "0.3.1"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8976dependencies = [8977 "ppv-lite86",8978 "rand_core 0.6.4",8979]89808981[[package]]8982name = "rand_core"8983version = "0.5.1"8984source = "registry+https://github.com/rust-lang/crates.io-index"8985checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8986dependencies = [8987 "getrandom 0.1.16",8988]89898990[[package]]8991name = "rand_core"8992version = "0.6.4"8993source = "registry+https://github.com/rust-lang/crates.io-index"8994checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8995dependencies = [8996 "getrandom 0.2.8",8997]89988999[[package]]9000name = "rand_distr"9001version = "0.4.3"9002source = "registry+https://github.com/rust-lang/crates.io-index"9003checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9004dependencies = [9005 "num-traits",9006 "rand 0.8.5",9007]90089009[[package]]9010name = "rand_hc"9011version = "0.2.0"9012source = "registry+https://github.com/rust-lang/crates.io-index"9013checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9014dependencies = [9015 "rand_core 0.5.1",9016]90179018[[package]]9019name = "rand_pcg"9020version = "0.2.1"9021source = "registry+https://github.com/rust-lang/crates.io-index"9022checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9023dependencies = [9024 "rand_core 0.5.1",9025]90269027[[package]]9028name = "rand_pcg"9029version = "0.3.1"9030source = "registry+https://github.com/rust-lang/crates.io-index"9031checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9032dependencies = [9033 "rand_core 0.6.4",9034]90359036[[package]]9037name = "rawpointer"9038version = "0.2.1"9039source = "registry+https://github.com/rust-lang/crates.io-index"9040checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90419042[[package]]9043name = "rayon"9044version = "1.5.3"9045source = "registry+https://github.com/rust-lang/crates.io-index"9046checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9047dependencies = [9048 "autocfg",9049 "crossbeam-deque",9050 "either",9051 "rayon-core",9052]90539054[[package]]9055name = "rayon-core"9056version = "1.9.3"9057source = "registry+https://github.com/rust-lang/crates.io-index"9058checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9059dependencies = [9060 "crossbeam-channel",9061 "crossbeam-deque",9062 "crossbeam-utils",9063 "num_cpus",9064]90659066[[package]]9067name = "redox_syscall"9068version = "0.2.16"9069source = "registry+https://github.com/rust-lang/crates.io-index"9070checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9071dependencies = [9072 "bitflags",9073]90749075[[package]]9076name = "redox_users"9077version = "0.4.3"9078source = "registry+https://github.com/rust-lang/crates.io-index"9079checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9080dependencies = [9081 "getrandom 0.2.8",9082 "redox_syscall",9083 "thiserror",9084]90859086[[package]]9087name = "reed-solomon-novelpoly"9088version = "1.0.0"9089source = "registry+https://github.com/rust-lang/crates.io-index"9090checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9091dependencies = [9092 "derive_more",9093 "fs-err",9094 "itertools",9095 "static_init 0.5.2",9096 "thiserror",9097]90989099[[package]]9100name = "ref-cast"9101version = "1.0.12"9102source = "registry+https://github.com/rust-lang/crates.io-index"9103checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9104dependencies = [9105 "ref-cast-impl",9106]91079108[[package]]9109name = "ref-cast-impl"9110version = "1.0.12"9111source = "registry+https://github.com/rust-lang/crates.io-index"9112checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9113dependencies = [9114 "proc-macro2",9115 "quote",9116 "syn",9117]91189119[[package]]9120name = "regalloc2"9121version = "0.3.2"9122source = "registry+https://github.com/rust-lang/crates.io-index"9123checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9124dependencies = [9125 "fxhash",9126 "log",9127 "slice-group-by",9128 "smallvec",9129]91309131[[package]]9132name = "regex"9133version = "1.6.0"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9136dependencies = [9137 "aho-corasick",9138 "memchr",9139 "regex-syntax",9140]91419142[[package]]9143name = "regex-automata"9144version = "0.1.10"9145source = "registry+https://github.com/rust-lang/crates.io-index"9146checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9147dependencies = [9148 "regex-syntax",9149]91509151[[package]]9152name = "regex-syntax"9153version = "0.6.27"9154source = "registry+https://github.com/rust-lang/crates.io-index"9155checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91569157[[package]]9158name = "remote-externalities"9159version = "0.10.0-dev"9160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9161dependencies = [9162 "env_logger",9163 "jsonrpsee",9164 "log",9165 "parity-scale-codec 3.2.1",9166 "serde",9167 "serde_json",9168 "sp-core",9169 "sp-io",9170 "sp-runtime",9171 "sp-version",9172]91739174[[package]]9175name = "remove_dir_all"9176version = "0.5.3"9177source = "registry+https://github.com/rust-lang/crates.io-index"9178checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9179dependencies = [9180 "winapi",9181]91829183[[package]]9184name = "resolv-conf"9185version = "0.7.0"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9188dependencies = [9189 "hostname",9190 "quick-error",9191]91929193[[package]]9194name = "rfc6979"9195version = "0.1.0"9196source = "registry+https://github.com/rust-lang/crates.io-index"9197checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9198dependencies = [9199 "crypto-bigint",9200 "hmac 0.11.0",9201 "zeroize",9202]92039204[[package]]9205name = "ring"9206version = "0.16.20"9207source = "registry+https://github.com/rust-lang/crates.io-index"9208checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9209dependencies = [9210 "cc",9211 "libc",9212 "once_cell",9213 "spin",9214 "untrusted",9215 "web-sys",9216 "winapi",9217]92189219[[package]]9220name = "rlp"9221version = "0.5.2"9222source = "registry+https://github.com/rust-lang/crates.io-index"9223checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9224dependencies = [9225 "bytes",9226 "rustc-hex",9227]92289229[[package]]9230name = "rlp-derive"9231version = "0.1.0"9232source = "registry+https://github.com/rust-lang/crates.io-index"9233checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9234dependencies = [9235 "proc-macro2",9236 "quote",9237 "syn",9238]92399240[[package]]9241name = "rmrk-rpc"9242version = "0.0.2"9243dependencies = [9244 "parity-scale-codec 2.3.1",9245 "rmrk-traits",9246 "serde",9247 "sp-api",9248 "sp-core",9249 "sp-runtime",9250 "sp-std",9251]92529253[[package]]9254name = "rmrk-traits"9255version = "0.1.0"9256dependencies = [9257 "parity-scale-codec 3.2.1",9258 "scale-info",9259 "serde",9260]92619262[[package]]9263name = "rocksdb"9264version = "0.18.0"9265source = "registry+https://github.com/rust-lang/crates.io-index"9266checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9267dependencies = [9268 "libc",9269 "librocksdb-sys",9270]92719272[[package]]9273name = "rococo-runtime"9274version = "0.9.30"9275source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9276dependencies = [9277 "beefy-merkle-tree",9278 "beefy-primitives",9279 "frame-benchmarking",9280 "frame-executive",9281 "frame-support",9282 "frame-system",9283 "frame-system-benchmarking",9284 "frame-system-rpc-runtime-api",9285 "hex-literal",9286 "log",9287 "pallet-authority-discovery",9288 "pallet-authorship",9289 "pallet-babe",9290 "pallet-balances",9291 "pallet-beefy",9292 "pallet-beefy-mmr",9293 "pallet-bounties",9294 "pallet-child-bounties",9295 "pallet-collective",9296 "pallet-democracy",9297 "pallet-elections-phragmen",9298 "pallet-gilt",9299 "pallet-grandpa",9300 "pallet-identity",9301 "pallet-im-online",9302 "pallet-indices",9303 "pallet-membership",9304 "pallet-mmr",9305 "pallet-multisig",9306 "pallet-offences",9307 "pallet-preimage",9308 "pallet-proxy",9309 "pallet-recovery",9310 "pallet-scheduler",9311 "pallet-session",9312 "pallet-society",9313 "pallet-staking",9314 "pallet-sudo",9315 "pallet-timestamp",9316 "pallet-tips",9317 "pallet-transaction-payment",9318 "pallet-transaction-payment-rpc-runtime-api",9319 "pallet-treasury",9320 "pallet-utility",9321 "pallet-vesting",9322 "pallet-xcm",9323 "pallet-xcm-benchmarks",9324 "parity-scale-codec 3.2.1",9325 "polkadot-parachain",9326 "polkadot-primitives",9327 "polkadot-runtime-common",9328 "polkadot-runtime-parachains",9329 "rococo-runtime-constants",9330 "scale-info",9331 "serde",9332 "serde_derive",9333 "smallvec",9334 "sp-api",9335 "sp-authority-discovery",9336 "sp-block-builder",9337 "sp-consensus-babe",9338 "sp-core",9339 "sp-inherents",9340 "sp-io",9341 "sp-mmr-primitives",9342 "sp-offchain",9343 "sp-runtime",9344 "sp-session",9345 "sp-staking",9346 "sp-std",9347 "sp-transaction-pool",9348 "sp-version",9349 "static_assertions",9350 "substrate-wasm-builder",9351 "xcm",9352 "xcm-builder",9353 "xcm-executor",9354]93559356[[package]]9357name = "rococo-runtime-constants"9358version = "0.9.30"9359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9360dependencies = [9361 "frame-support",9362 "polkadot-primitives",9363 "polkadot-runtime-common",9364 "smallvec",9365 "sp-runtime",9366]93679368[[package]]9369name = "rpassword"9370version = "7.1.0"9371source = "registry+https://github.com/rust-lang/crates.io-index"9372checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9373dependencies = [9374 "libc",9375 "winapi",9376]93779378[[package]]9379name = "rtnetlink"9380version = "0.10.1"9381source = "registry+https://github.com/rust-lang/crates.io-index"9382checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9383dependencies = [9384 "async-global-executor",9385 "futures 0.3.25",9386 "log",9387 "netlink-packet-route",9388 "netlink-proto",9389 "nix",9390 "thiserror",9391]93929393[[package]]9394name = "rustc-demangle"9395version = "0.1.21"9396source = "registry+https://github.com/rust-lang/crates.io-index"9397checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93989399[[package]]9400name = "rustc-hash"9401version = "1.1.0"9402source = "registry+https://github.com/rust-lang/crates.io-index"9403checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94049405[[package]]9406name = "rustc-hex"9407version = "2.1.0"9408source = "registry+https://github.com/rust-lang/crates.io-index"9409checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94109411[[package]]9412name = "rustc_version"9413version = "0.2.3"9414source = "registry+https://github.com/rust-lang/crates.io-index"9415checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9416dependencies = [9417 "semver 0.9.0",9418]94199420[[package]]9421name = "rustc_version"9422version = "0.4.0"9423source = "registry+https://github.com/rust-lang/crates.io-index"9424checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9425dependencies = [9426 "semver 1.0.14",9427]94289429[[package]]9430name = "rustix"9431version = "0.35.12"9432source = "registry+https://github.com/rust-lang/crates.io-index"9433checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9434dependencies = [9435 "bitflags",9436 "errno",9437 "io-lifetimes",9438 "libc",9439 "linux-raw-sys",9440 "windows-sys 0.36.1",9441]94429443[[package]]9444name = "rustls"9445version = "0.20.7"9446source = "registry+https://github.com/rust-lang/crates.io-index"9447checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9448dependencies = [9449 "log",9450 "ring",9451 "sct",9452 "webpki",9453]94549455[[package]]9456name = "rustls-native-certs"9457version = "0.6.2"9458source = "registry+https://github.com/rust-lang/crates.io-index"9459checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9460dependencies = [9461 "openssl-probe",9462 "rustls-pemfile",9463 "schannel",9464 "security-framework",9465]94669467[[package]]9468name = "rustls-pemfile"9469version = "1.0.1"9470source = "registry+https://github.com/rust-lang/crates.io-index"9471checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9472dependencies = [9473 "base64",9474]94759476[[package]]9477name = "rustversion"9478version = "1.0.9"9479source = "registry+https://github.com/rust-lang/crates.io-index"9480checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94819482[[package]]9483name = "rw-stream-sink"9484version = "0.3.0"9485source = "registry+https://github.com/rust-lang/crates.io-index"9486checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9487dependencies = [9488 "futures 0.3.25",9489 "pin-project",9490 "static_assertions",9491]94929493[[package]]9494name = "ryu"9495version = "1.0.11"9496source = "registry+https://github.com/rust-lang/crates.io-index"9497checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94989499[[package]]9500name = "safe-mix"9501version = "1.0.1"9502source = "registry+https://github.com/rust-lang/crates.io-index"9503checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9504dependencies = [9505 "rustc_version 0.2.3",9506]95079508[[package]]9509name = "salsa20"9510version = "0.10.2"9511source = "registry+https://github.com/rust-lang/crates.io-index"9512checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9513dependencies = [9514 "cipher 0.4.3",9515]95169517[[package]]9518name = "same-file"9519version = "1.0.6"9520source = "registry+https://github.com/rust-lang/crates.io-index"9521checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9522dependencies = [9523 "winapi-util",9524]95259526[[package]]9527name = "sc-allocator"9528version = "4.1.0-dev"9529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9530dependencies = [9531 "log",9532 "sp-core",9533 "sp-wasm-interface",9534 "thiserror",9535]95369537[[package]]9538name = "sc-authority-discovery"9539version = "0.10.0-dev"9540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9541dependencies = [9542 "async-trait",9543 "futures 0.3.25",9544 "futures-timer",9545 "ip_network",9546 "libp2p",9547 "log",9548 "parity-scale-codec 3.2.1",9549 "prost 0.10.4",9550 "prost-build 0.10.4",9551 "rand 0.7.3",9552 "sc-client-api",9553 "sc-network-common",9554 "sp-api",9555 "sp-authority-discovery",9556 "sp-blockchain",9557 "sp-core",9558 "sp-keystore",9559 "sp-runtime",9560 "substrate-prometheus-endpoint",9561 "thiserror",9562]95639564[[package]]9565name = "sc-basic-authorship"9566version = "0.10.0-dev"9567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9568dependencies = [9569 "futures 0.3.25",9570 "futures-timer",9571 "log",9572 "parity-scale-codec 3.2.1",9573 "sc-block-builder",9574 "sc-client-api",9575 "sc-proposer-metrics",9576 "sc-telemetry",9577 "sc-transaction-pool-api",9578 "sp-api",9579 "sp-blockchain",9580 "sp-consensus",9581 "sp-core",9582 "sp-inherents",9583 "sp-runtime",9584 "substrate-prometheus-endpoint",9585]95869587[[package]]9588name = "sc-block-builder"9589version = "0.10.0-dev"9590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9591dependencies = [9592 "parity-scale-codec 3.2.1",9593 "sc-client-api",9594 "sp-api",9595 "sp-block-builder",9596 "sp-blockchain",9597 "sp-core",9598 "sp-inherents",9599 "sp-runtime",9600 "sp-state-machine",9601]96029603[[package]]9604name = "sc-chain-spec"9605version = "4.0.0-dev"9606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9607dependencies = [9608 "impl-trait-for-tuples",9609 "memmap2",9610 "parity-scale-codec 3.2.1",9611 "sc-chain-spec-derive",9612 "sc-network-common",9613 "sc-telemetry",9614 "serde",9615 "serde_json",9616 "sp-core",9617 "sp-runtime",9618]96199620[[package]]9621name = "sc-chain-spec-derive"9622version = "4.0.0-dev"9623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9624dependencies = [9625 "proc-macro-crate",9626 "proc-macro2",9627 "quote",9628 "syn",9629]96309631[[package]]9632name = "sc-cli"9633version = "0.10.0-dev"9634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9635dependencies = [9636 "array-bytes",9637 "chrono",9638 "clap",9639 "fdlimit",9640 "futures 0.3.25",9641 "libp2p",9642 "log",9643 "names",9644 "parity-scale-codec 3.2.1",9645 "rand 0.7.3",9646 "regex",9647 "rpassword",9648 "sc-client-api",9649 "sc-client-db",9650 "sc-keystore",9651 "sc-network",9652 "sc-network-common",9653 "sc-service",9654 "sc-telemetry",9655 "sc-tracing",9656 "sc-utils",9657 "serde",9658 "serde_json",9659 "sp-blockchain",9660 "sp-core",9661 "sp-keyring",9662 "sp-keystore",9663 "sp-panic-handler",9664 "sp-runtime",9665 "sp-version",9666 "thiserror",9667 "tiny-bip39",9668 "tokio",9669]96709671[[package]]9672name = "sc-client-api"9673version = "4.0.0-dev"9674source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9675dependencies = [9676 "fnv",9677 "futures 0.3.25",9678 "hash-db",9679 "log",9680 "parity-scale-codec 3.2.1",9681 "parking_lot 0.12.1",9682 "sc-executor",9683 "sc-transaction-pool-api",9684 "sc-utils",9685 "sp-api",9686 "sp-blockchain",9687 "sp-consensus",9688 "sp-core",9689 "sp-database",9690 "sp-externalities",9691 "sp-keystore",9692 "sp-runtime",9693 "sp-state-machine",9694 "sp-storage",9695 "sp-trie",9696 "substrate-prometheus-endpoint",9697]96989699[[package]]9700name = "sc-client-db"9701version = "0.10.0-dev"9702source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9703dependencies = [9704 "hash-db",9705 "kvdb",9706 "kvdb-memorydb",9707 "kvdb-rocksdb",9708 "linked-hash-map",9709 "log",9710 "parity-db",9711 "parity-scale-codec 3.2.1",9712 "parking_lot 0.12.1",9713 "sc-client-api",9714 "sc-state-db",9715 "sp-arithmetic",9716 "sp-blockchain",9717 "sp-core",9718 "sp-database",9719 "sp-runtime",9720 "sp-state-machine",9721 "sp-trie",9722]97239724[[package]]9725name = "sc-consensus"9726version = "0.10.0-dev"9727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9728dependencies = [9729 "async-trait",9730 "futures 0.3.25",9731 "futures-timer",9732 "libp2p",9733 "log",9734 "parking_lot 0.12.1",9735 "sc-client-api",9736 "sc-utils",9737 "serde",9738 "sp-api",9739 "sp-blockchain",9740 "sp-consensus",9741 "sp-core",9742 "sp-runtime",9743 "sp-state-machine",9744 "substrate-prometheus-endpoint",9745 "thiserror",9746]97479748[[package]]9749name = "sc-consensus-aura"9750version = "0.10.0-dev"9751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9752dependencies = [9753 "async-trait",9754 "futures 0.3.25",9755 "log",9756 "parity-scale-codec 3.2.1",9757 "sc-block-builder",9758 "sc-client-api",9759 "sc-consensus",9760 "sc-consensus-slots",9761 "sc-telemetry",9762 "sp-api",9763 "sp-application-crypto",9764 "sp-block-builder",9765 "sp-blockchain",9766 "sp-consensus",9767 "sp-consensus-aura",9768 "sp-consensus-slots",9769 "sp-core",9770 "sp-inherents",9771 "sp-keystore",9772 "sp-runtime",9773 "substrate-prometheus-endpoint",9774 "thiserror",9775]97769777[[package]]9778name = "sc-consensus-babe"9779version = "0.10.0-dev"9780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9781dependencies = [9782 "async-trait",9783 "fork-tree",9784 "futures 0.3.25",9785 "log",9786 "merlin",9787 "num-bigint 0.2.6",9788 "num-rational 0.2.4",9789 "num-traits",9790 "parity-scale-codec 3.2.1",9791 "parking_lot 0.12.1",9792 "rand 0.7.3",9793 "sc-client-api",9794 "sc-consensus",9795 "sc-consensus-epochs",9796 "sc-consensus-slots",9797 "sc-keystore",9798 "sc-telemetry",9799 "schnorrkel",9800 "serde",9801 "sp-api",9802 "sp-application-crypto",9803 "sp-block-builder",9804 "sp-blockchain",9805 "sp-consensus",9806 "sp-consensus-babe",9807 "sp-consensus-slots",9808 "sp-consensus-vrf",9809 "sp-core",9810 "sp-inherents",9811 "sp-io",9812 "sp-keystore",9813 "sp-runtime",9814 "sp-version",9815 "substrate-prometheus-endpoint",9816 "thiserror",9817]98189819[[package]]9820name = "sc-consensus-babe-rpc"9821version = "0.10.0-dev"9822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9823dependencies = [9824 "futures 0.3.25",9825 "jsonrpsee",9826 "sc-consensus-babe",9827 "sc-consensus-epochs",9828 "sc-rpc-api",9829 "serde",9830 "sp-api",9831 "sp-application-crypto",9832 "sp-blockchain",9833 "sp-consensus",9834 "sp-consensus-babe",9835 "sp-core",9836 "sp-keystore",9837 "sp-runtime",9838 "thiserror",9839]98409841[[package]]9842name = "sc-consensus-epochs"9843version = "0.10.0-dev"9844source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9845dependencies = [9846 "fork-tree",9847 "parity-scale-codec 3.2.1",9848 "sc-client-api",9849 "sc-consensus",9850 "sp-blockchain",9851 "sp-runtime",9852]98539854[[package]]9855name = "sc-consensus-manual-seal"9856version = "0.10.0-dev"9857source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9858dependencies = [9859 "assert_matches",9860 "async-trait",9861 "futures 0.3.25",9862 "jsonrpsee",9863 "log",9864 "parity-scale-codec 3.2.1",9865 "sc-client-api",9866 "sc-consensus",9867 "sc-consensus-aura",9868 "sc-consensus-babe",9869 "sc-consensus-epochs",9870 "sc-transaction-pool",9871 "sc-transaction-pool-api",9872 "serde",9873 "sp-api",9874 "sp-blockchain",9875 "sp-consensus",9876 "sp-consensus-aura",9877 "sp-consensus-babe",9878 "sp-consensus-slots",9879 "sp-core",9880 "sp-inherents",9881 "sp-keystore",9882 "sp-runtime",9883 "sp-timestamp",9884 "substrate-prometheus-endpoint",9885 "thiserror",9886]98879888[[package]]9889name = "sc-consensus-slots"9890version = "0.10.0-dev"9891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9892dependencies = [9893 "async-trait",9894 "futures 0.3.25",9895 "futures-timer",9896 "log",9897 "parity-scale-codec 3.2.1",9898 "sc-client-api",9899 "sc-consensus",9900 "sc-telemetry",9901 "sp-arithmetic",9902 "sp-blockchain",9903 "sp-consensus",9904 "sp-consensus-slots",9905 "sp-core",9906 "sp-inherents",9907 "sp-runtime",9908 "sp-state-machine",9909 "thiserror",9910]99119912[[package]]9913name = "sc-executor"9914version = "0.10.0-dev"9915source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9916dependencies = [9917 "lazy_static",9918 "lru 0.7.8",9919 "parity-scale-codec 3.2.1",9920 "parking_lot 0.12.1",9921 "sc-executor-common",9922 "sc-executor-wasmi",9923 "sc-executor-wasmtime",9924 "sp-api",9925 "sp-core",9926 "sp-core-hashing-proc-macro",9927 "sp-externalities",9928 "sp-io",9929 "sp-panic-handler",9930 "sp-runtime-interface",9931 "sp-tasks",9932 "sp-trie",9933 "sp-version",9934 "sp-wasm-interface",9935 "tracing",9936 "wasmi",9937]99389939[[package]]9940name = "sc-executor-common"9941version = "0.10.0-dev"9942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9943dependencies = [9944 "environmental",9945 "parity-scale-codec 3.2.1",9946 "sc-allocator",9947 "sp-maybe-compressed-blob",9948 "sp-sandbox",9949 "sp-wasm-interface",9950 "thiserror",9951 "wasm-instrument",9952 "wasmi",9953]99549955[[package]]9956name = "sc-executor-wasmi"9957version = "0.10.0-dev"9958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9959dependencies = [9960 "log",9961 "parity-scale-codec 3.2.1",9962 "sc-allocator",9963 "sc-executor-common",9964 "sp-runtime-interface",9965 "sp-sandbox",9966 "sp-wasm-interface",9967 "wasmi",9968]99699970[[package]]9971name = "sc-executor-wasmtime"9972version = "0.10.0-dev"9973source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9974dependencies = [9975 "cfg-if 1.0.0",9976 "libc",9977 "log",9978 "once_cell",9979 "parity-scale-codec 3.2.1",9980 "parity-wasm 0.45.0",9981 "rustix",9982 "sc-allocator",9983 "sc-executor-common",9984 "sp-runtime-interface",9985 "sp-sandbox",9986 "sp-wasm-interface",9987 "wasmtime",9988]99899990[[package]]9991name = "sc-finality-grandpa"9992version = "0.10.0-dev"9993source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9994dependencies = [9995 "ahash",9996 "array-bytes",9997 "async-trait",9998 "dyn-clone",9999 "finality-grandpa",10000 "fork-tree",10001 "futures 0.3.25",10002 "futures-timer",10003 "log",10004 "parity-scale-codec 3.2.1",10005 "parking_lot 0.12.1",10006 "rand 0.8.5",10007 "sc-block-builder",10008 "sc-chain-spec",10009 "sc-client-api",10010 "sc-consensus",10011 "sc-keystore",10012 "sc-network",10013 "sc-network-common",10014 "sc-network-gossip",10015 "sc-telemetry",10016 "sc-utils",10017 "serde_json",10018 "sp-api",10019 "sp-application-crypto",10020 "sp-arithmetic",10021 "sp-blockchain",10022 "sp-consensus",10023 "sp-core",10024 "sp-finality-grandpa",10025 "sp-keystore",10026 "sp-runtime",10027 "substrate-prometheus-endpoint",10028 "thiserror",10029]1003010031[[package]]10032name = "sc-finality-grandpa-rpc"10033version = "0.10.0-dev"10034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10035dependencies = [10036 "finality-grandpa",10037 "futures 0.3.25",10038 "jsonrpsee",10039 "log",10040 "parity-scale-codec 3.2.1",10041 "sc-client-api",10042 "sc-finality-grandpa",10043 "sc-rpc",10044 "serde",10045 "serde_json",10046 "sp-blockchain",10047 "sp-core",10048 "sp-runtime",10049 "thiserror",10050]1005110052[[package]]10053name = "sc-informant"10054version = "0.10.0-dev"10055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10056dependencies = [10057 "ansi_term",10058 "futures 0.3.25",10059 "futures-timer",10060 "log",10061 "parity-util-mem",10062 "sc-client-api",10063 "sc-network-common",10064 "sc-transaction-pool-api",10065 "sp-blockchain",10066 "sp-runtime",10067]1006810069[[package]]10070name = "sc-keystore"10071version = "4.0.0-dev"10072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10073dependencies = [10074 "array-bytes",10075 "async-trait",10076 "parking_lot 0.12.1",10077 "serde_json",10078 "sp-application-crypto",10079 "sp-core",10080 "sp-keystore",10081 "thiserror",10082]1008310084[[package]]10085name = "sc-network"10086version = "0.10.0-dev"10087source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10088dependencies = [10089 "array-bytes",10090 "async-trait",10091 "asynchronous-codec",10092 "bitflags",10093 "bytes",10094 "cid",10095 "either",10096 "fnv",10097 "fork-tree",10098 "futures 0.3.25",10099 "futures-timer",10100 "ip_network",10101 "libp2p",10102 "linked-hash-map",10103 "linked_hash_set",10104 "log",10105 "lru 0.7.8",10106 "parity-scale-codec 3.2.1",10107 "parking_lot 0.12.1",10108 "pin-project",10109 "prost 0.10.4",10110 "rand 0.7.3",10111 "sc-block-builder",10112 "sc-client-api",10113 "sc-consensus",10114 "sc-network-common",10115 "sc-peerset",10116 "sc-utils",10117 "serde",10118 "serde_json",10119 "smallvec",10120 "sp-arithmetic",10121 "sp-blockchain",10122 "sp-consensus",10123 "sp-core",10124 "sp-runtime",10125 "substrate-prometheus-endpoint",10126 "thiserror",10127 "unsigned-varint",10128 "zeroize",10129]1013010131[[package]]10132name = "sc-network-bitswap"10133version = "0.10.0-dev"10134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10135dependencies = [10136 "cid",10137 "futures 0.3.25",10138 "libp2p",10139 "log",10140 "prost 0.11.0",10141 "prost-build 0.11.1",10142 "sc-client-api",10143 "sc-network-common",10144 "sp-blockchain",10145 "sp-runtime",10146 "thiserror",10147 "unsigned-varint",10148 "void",10149]1015010151[[package]]10152name = "sc-network-common"10153version = "0.10.0-dev"10154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10155dependencies = [10156 "async-trait",10157 "bitflags",10158 "bytes",10159 "futures 0.3.25",10160 "futures-timer",10161 "libp2p",10162 "linked_hash_set",10163 "parity-scale-codec 3.2.1",10164 "prost-build 0.10.4",10165 "sc-consensus",10166 "sc-peerset",10167 "serde",10168 "smallvec",10169 "sp-blockchain",10170 "sp-consensus",10171 "sp-finality-grandpa",10172 "sp-runtime",10173 "substrate-prometheus-endpoint",10174 "thiserror",10175]1017610177[[package]]10178name = "sc-network-gossip"10179version = "0.10.0-dev"10180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10181dependencies = [10182 "ahash",10183 "futures 0.3.25",10184 "futures-timer",10185 "libp2p",10186 "log",10187 "lru 0.7.8",10188 "sc-network-common",10189 "sc-peerset",10190 "sp-runtime",10191 "substrate-prometheus-endpoint",10192 "tracing",10193]1019410195[[package]]10196name = "sc-network-light"10197version = "0.10.0-dev"10198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10199dependencies = [10200 "array-bytes",10201 "futures 0.3.25",10202 "libp2p",10203 "log",10204 "parity-scale-codec 3.2.1",10205 "prost 0.10.4",10206 "prost-build 0.10.4",10207 "sc-client-api",10208 "sc-network-common",10209 "sc-peerset",10210 "sp-blockchain",10211 "sp-core",10212 "sp-runtime",10213 "thiserror",10214]1021510216[[package]]10217name = "sc-network-sync"10218version = "0.10.0-dev"10219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10220dependencies = [10221 "array-bytes",10222 "fork-tree",10223 "futures 0.3.25",10224 "libp2p",10225 "log",10226 "lru 0.7.8",10227 "parity-scale-codec 3.2.1",10228 "prost 0.10.4",10229 "prost-build 0.10.4",10230 "sc-client-api",10231 "sc-consensus",10232 "sc-network-common",10233 "sc-peerset",10234 "smallvec",10235 "sp-arithmetic",10236 "sp-blockchain",10237 "sp-consensus",10238 "sp-core",10239 "sp-finality-grandpa",10240 "sp-runtime",10241 "thiserror",10242]1024310244[[package]]10245name = "sc-network-transactions"10246version = "0.10.0-dev"10247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10248dependencies = [10249 "array-bytes",10250 "futures 0.3.25",10251 "hex",10252 "libp2p",10253 "log",10254 "parity-scale-codec 3.2.1",10255 "pin-project",10256 "sc-network-common",10257 "sc-peerset",10258 "sp-consensus",10259 "sp-runtime",10260 "substrate-prometheus-endpoint",10261]1026210263[[package]]10264name = "sc-offchain"10265version = "4.0.0-dev"10266source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10267dependencies = [10268 "array-bytes",10269 "bytes",10270 "fnv",10271 "futures 0.3.25",10272 "futures-timer",10273 "hyper",10274 "hyper-rustls",10275 "libp2p",10276 "num_cpus",10277 "once_cell",10278 "parity-scale-codec 3.2.1",10279 "parking_lot 0.12.1",10280 "rand 0.7.3",10281 "sc-client-api",10282 "sc-network-common",10283 "sc-peerset",10284 "sc-utils",10285 "sp-api",10286 "sp-core",10287 "sp-offchain",10288 "sp-runtime",10289 "threadpool",10290 "tracing",10291]1029210293[[package]]10294name = "sc-peerset"10295version = "4.0.0-dev"10296source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10297dependencies = [10298 "futures 0.3.25",10299 "libp2p",10300 "log",10301 "sc-utils",10302 "serde_json",10303 "wasm-timer",10304]1030510306[[package]]10307name = "sc-proposer-metrics"10308version = "0.10.0-dev"10309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10310dependencies = [10311 "log",10312 "substrate-prometheus-endpoint",10313]1031410315[[package]]10316name = "sc-rpc"10317version = "4.0.0-dev"10318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10319dependencies = [10320 "futures 0.3.25",10321 "hash-db",10322 "jsonrpsee",10323 "log",10324 "parity-scale-codec 3.2.1",10325 "parking_lot 0.12.1",10326 "sc-block-builder",10327 "sc-chain-spec",10328 "sc-client-api",10329 "sc-rpc-api",10330 "sc-tracing",10331 "sc-transaction-pool-api",10332 "sc-utils",10333 "serde_json",10334 "sp-api",10335 "sp-blockchain",10336 "sp-core",10337 "sp-keystore",10338 "sp-offchain",10339 "sp-rpc",10340 "sp-runtime",10341 "sp-session",10342 "sp-version",10343]1034410345[[package]]10346name = "sc-rpc-api"10347version = "0.10.0-dev"10348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10349dependencies = [10350 "futures 0.3.25",10351 "jsonrpsee",10352 "log",10353 "parity-scale-codec 3.2.1",10354 "parking_lot 0.12.1",10355 "sc-chain-spec",10356 "sc-transaction-pool-api",10357 "scale-info",10358 "serde",10359 "serde_json",10360 "sp-core",10361 "sp-rpc",10362 "sp-runtime",10363 "sp-tracing",10364 "sp-version",10365 "thiserror",10366]1036710368[[package]]10369name = "sc-rpc-server"10370version = "4.0.0-dev"10371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10372dependencies = [10373 "futures 0.3.25",10374 "jsonrpsee",10375 "log",10376 "serde_json",10377 "substrate-prometheus-endpoint",10378 "tokio",10379]1038010381[[package]]10382name = "sc-service"10383version = "0.10.0-dev"10384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10385dependencies = [10386 "async-trait",10387 "directories",10388 "exit-future",10389 "futures 0.3.25",10390 "futures-timer",10391 "hash-db",10392 "jsonrpsee",10393 "log",10394 "parity-scale-codec 3.2.1",10395 "parity-util-mem",10396 "parking_lot 0.12.1",10397 "pin-project",10398 "rand 0.7.3",10399 "sc-block-builder",10400 "sc-chain-spec",10401 "sc-client-api",10402 "sc-client-db",10403 "sc-consensus",10404 "sc-executor",10405 "sc-informant",10406 "sc-keystore",10407 "sc-network",10408 "sc-network-bitswap",10409 "sc-network-common",10410 "sc-network-light",10411 "sc-network-sync",10412 "sc-network-transactions",10413 "sc-offchain",10414 "sc-rpc",10415 "sc-rpc-server",10416 "sc-sysinfo",10417 "sc-telemetry",10418 "sc-tracing",10419 "sc-transaction-pool",10420 "sc-transaction-pool-api",10421 "sc-utils",10422 "serde",10423 "serde_json",10424 "sp-api",10425 "sp-application-crypto",10426 "sp-block-builder",10427 "sp-blockchain",10428 "sp-consensus",10429 "sp-core",10430 "sp-externalities",10431 "sp-inherents",10432 "sp-keystore",10433 "sp-runtime",10434 "sp-session",10435 "sp-state-machine",10436 "sp-storage",10437 "sp-tracing",10438 "sp-transaction-pool",10439 "sp-transaction-storage-proof",10440 "sp-trie",10441 "sp-version",10442 "static_init 1.0.3",10443 "substrate-prometheus-endpoint",10444 "tempfile",10445 "thiserror",10446 "tokio",10447 "tracing",10448 "tracing-futures",10449]1045010451[[package]]10452name = "sc-state-db"10453version = "0.10.0-dev"10454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10455dependencies = [10456 "log",10457 "parity-scale-codec 3.2.1",10458 "parity-util-mem",10459 "parity-util-mem-derive",10460 "parking_lot 0.12.1",10461 "sc-client-api",10462 "sp-core",10463]1046410465[[package]]10466name = "sc-sync-state-rpc"10467version = "0.10.0-dev"10468source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10469dependencies = [10470 "jsonrpsee",10471 "parity-scale-codec 3.2.1",10472 "sc-chain-spec",10473 "sc-client-api",10474 "sc-consensus-babe",10475 "sc-consensus-epochs",10476 "sc-finality-grandpa",10477 "serde",10478 "serde_json",10479 "sp-blockchain",10480 "sp-runtime",10481 "thiserror",10482]1048310484[[package]]10485name = "sc-sysinfo"10486version = "6.0.0-dev"10487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10488dependencies = [10489 "futures 0.3.25",10490 "libc",10491 "log",10492 "rand 0.7.3",10493 "rand_pcg 0.2.1",10494 "regex",10495 "sc-telemetry",10496 "serde",10497 "serde_json",10498 "sp-core",10499 "sp-io",10500 "sp-std",10501]1050210503[[package]]10504name = "sc-telemetry"10505version = "4.0.0-dev"10506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10507dependencies = [10508 "chrono",10509 "futures 0.3.25",10510 "libp2p",10511 "log",10512 "parking_lot 0.12.1",10513 "pin-project",10514 "rand 0.7.3",10515 "serde",10516 "serde_json",10517 "thiserror",10518 "wasm-timer",10519]1052010521[[package]]10522name = "sc-tracing"10523version = "4.0.0-dev"10524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10525dependencies = [10526 "ansi_term",10527 "atty",10528 "chrono",10529 "lazy_static",10530 "libc",10531 "log",10532 "once_cell",10533 "parking_lot 0.12.1",10534 "regex",10535 "rustc-hash",10536 "sc-client-api",10537 "sc-rpc-server",10538 "sc-tracing-proc-macro",10539 "serde",10540 "sp-api",10541 "sp-blockchain",10542 "sp-core",10543 "sp-rpc",10544 "sp-runtime",10545 "sp-tracing",10546 "thiserror",10547 "tracing",10548 "tracing-log",10549 "tracing-subscriber",10550]1055110552[[package]]10553name = "sc-tracing-proc-macro"10554version = "4.0.0-dev"10555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10556dependencies = [10557 "proc-macro-crate",10558 "proc-macro2",10559 "quote",10560 "syn",10561]1056210563[[package]]10564name = "sc-transaction-pool"10565version = "4.0.0-dev"10566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10567dependencies = [10568 "futures 0.3.25",10569 "futures-timer",10570 "linked-hash-map",10571 "log",10572 "parity-scale-codec 3.2.1",10573 "parity-util-mem",10574 "parking_lot 0.12.1",10575 "sc-client-api",10576 "sc-transaction-pool-api",10577 "sc-utils",10578 "serde",10579 "sp-api",10580 "sp-blockchain",10581 "sp-core",10582 "sp-runtime",10583 "sp-tracing",10584 "sp-transaction-pool",10585 "substrate-prometheus-endpoint",10586 "thiserror",10587]1058810589[[package]]10590name = "sc-transaction-pool-api"10591version = "4.0.0-dev"10592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10593dependencies = [10594 "futures 0.3.25",10595 "log",10596 "serde",10597 "sp-blockchain",10598 "sp-runtime",10599 "thiserror",10600]1060110602[[package]]10603name = "sc-utils"10604version = "4.0.0-dev"10605source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10606dependencies = [10607 "futures 0.3.25",10608 "futures-timer",10609 "lazy_static",10610 "log",10611 "parking_lot 0.12.1",10612 "prometheus",10613]1061410615[[package]]10616name = "scale-info"10617version = "2.2.0"10618source = "registry+https://github.com/rust-lang/crates.io-index"10619checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10620dependencies = [10621 "bitvec 1.0.1",10622 "cfg-if 1.0.0",10623 "derive_more",10624 "parity-scale-codec 3.2.1",10625 "scale-info-derive",10626 "serde",10627]1062810629[[package]]10630name = "scale-info-derive"10631version = "2.2.0"10632source = "registry+https://github.com/rust-lang/crates.io-index"10633checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10634dependencies = [10635 "proc-macro-crate",10636 "proc-macro2",10637 "quote",10638 "syn",10639]1064010641[[package]]10642name = "schannel"10643version = "0.1.20"10644source = "registry+https://github.com/rust-lang/crates.io-index"10645checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10646dependencies = [10647 "lazy_static",10648 "windows-sys 0.36.1",10649]1065010651[[package]]10652name = "schnorrkel"10653version = "0.9.1"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10656dependencies = [10657 "arrayref",10658 "arrayvec 0.5.2",10659 "curve25519-dalek 2.1.3",10660 "getrandom 0.1.16",10661 "merlin",10662 "rand 0.7.3",10663 "rand_core 0.5.1",10664 "sha2 0.8.2",10665 "subtle",10666 "zeroize",10667]1066810669[[package]]10670name = "scopeguard"10671version = "1.1.0"10672source = "registry+https://github.com/rust-lang/crates.io-index"10673checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1067410675[[package]]10676name = "scratch"10677version = "1.0.2"10678source = "registry+https://github.com/rust-lang/crates.io-index"10679checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1068010681[[package]]10682name = "sct"10683version = "0.7.0"10684source = "registry+https://github.com/rust-lang/crates.io-index"10685checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10686dependencies = [10687 "ring",10688 "untrusted",10689]1069010691[[package]]10692name = "sec1"10693version = "0.2.1"10694source = "registry+https://github.com/rust-lang/crates.io-index"10695checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10696dependencies = [10697 "der",10698 "generic-array 0.14.6",10699 "pkcs8",10700 "subtle",10701 "zeroize",10702]1070310704[[package]]10705name = "secp256k1"10706version = "0.24.1"10707source = "registry+https://github.com/rust-lang/crates.io-index"10708checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10709dependencies = [10710 "secp256k1-sys",10711]1071210713[[package]]10714name = "secp256k1-sys"10715version = "0.6.1"10716source = "registry+https://github.com/rust-lang/crates.io-index"10717checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10718dependencies = [10719 "cc",10720]1072110722[[package]]10723name = "secrecy"10724version = "0.8.0"10725source = "registry+https://github.com/rust-lang/crates.io-index"10726checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10727dependencies = [10728 "zeroize",10729]1073010731[[package]]10732name = "security-framework"10733version = "2.7.0"10734source = "registry+https://github.com/rust-lang/crates.io-index"10735checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10736dependencies = [10737 "bitflags",10738 "core-foundation",10739 "core-foundation-sys",10740 "libc",10741 "security-framework-sys",10742]1074310744[[package]]10745name = "security-framework-sys"10746version = "2.6.1"10747source = "registry+https://github.com/rust-lang/crates.io-index"10748checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10749dependencies = [10750 "core-foundation-sys",10751 "libc",10752]1075310754[[package]]10755name = "semver"10756version = "0.6.0"10757source = "registry+https://github.com/rust-lang/crates.io-index"10758checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10759dependencies = [10760 "semver-parser",10761]1076210763[[package]]10764name = "semver"10765version = "0.9.0"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10768dependencies = [10769 "semver-parser",10770]1077110772[[package]]10773name = "semver"10774version = "1.0.14"10775source = "registry+https://github.com/rust-lang/crates.io-index"10776checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10777dependencies = [10778 "serde",10779]1078010781[[package]]10782name = "semver-parser"10783version = "0.7.0"10784source = "registry+https://github.com/rust-lang/crates.io-index"10785checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1078610787[[package]]10788name = "serde"10789version = "1.0.147"10790source = "registry+https://github.com/rust-lang/crates.io-index"10791checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10792dependencies = [10793 "serde_derive",10794]1079510796[[package]]10797name = "serde_derive"10798version = "1.0.147"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10801dependencies = [10802 "proc-macro2",10803 "quote",10804 "syn",10805]1080610807[[package]]10808name = "serde_json"10809version = "1.0.87"10810source = "registry+https://github.com/rust-lang/crates.io-index"10811checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10812dependencies = [10813 "itoa",10814 "ryu",10815 "serde",10816]1081710818[[package]]10819name = "serde_nanos"10820version = "0.1.2"10821source = "registry+https://github.com/rust-lang/crates.io-index"10822checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10823dependencies = [10824 "serde",10825]1082610827[[package]]10828name = "sha-1"10829version = "0.9.8"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10832dependencies = [10833 "block-buffer 0.9.0",10834 "cfg-if 1.0.0",10835 "cpufeatures",10836 "digest 0.9.0",10837 "opaque-debug 0.3.0",10838]1083910840[[package]]10841name = "sha1"10842version = "0.10.5"10843source = "registry+https://github.com/rust-lang/crates.io-index"10844checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10845dependencies = [10846 "cfg-if 1.0.0",10847 "cpufeatures",10848 "digest 0.10.5",10849]1085010851[[package]]10852name = "sha2"10853version = "0.8.2"10854source = "registry+https://github.com/rust-lang/crates.io-index"10855checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10856dependencies = [10857 "block-buffer 0.7.3",10858 "digest 0.8.1",10859 "fake-simd",10860 "opaque-debug 0.2.3",10861]1086210863[[package]]10864name = "sha2"10865version = "0.9.9"10866source = "registry+https://github.com/rust-lang/crates.io-index"10867checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10868dependencies = [10869 "block-buffer 0.9.0",10870 "cfg-if 1.0.0",10871 "cpufeatures",10872 "digest 0.9.0",10873 "opaque-debug 0.3.0",10874]1087510876[[package]]10877name = "sha2"10878version = "0.10.6"10879source = "registry+https://github.com/rust-lang/crates.io-index"10880checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10881dependencies = [10882 "cfg-if 1.0.0",10883 "cpufeatures",10884 "digest 0.10.5",10885]1088610887[[package]]10888name = "sha3"10889version = "0.10.6"10890source = "registry+https://github.com/rust-lang/crates.io-index"10891checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10892dependencies = [10893 "digest 0.10.5",10894 "keccak",10895]1089610897[[package]]10898name = "sharded-slab"10899version = "0.1.4"10900source = "registry+https://github.com/rust-lang/crates.io-index"10901checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10902dependencies = [10903 "lazy_static",10904]1090510906[[package]]10907name = "shlex"10908version = "1.1.0"10909source = "registry+https://github.com/rust-lang/crates.io-index"10910checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1091110912[[package]]10913name = "signal-hook"10914version = "0.3.14"10915source = "registry+https://github.com/rust-lang/crates.io-index"10916checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10917dependencies = [10918 "libc",10919 "signal-hook-registry",10920]1092110922[[package]]10923name = "signal-hook-registry"10924version = "1.4.0"10925source = "registry+https://github.com/rust-lang/crates.io-index"10926checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10927dependencies = [10928 "libc",10929]1093010931[[package]]10932name = "signature"10933version = "1.4.0"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10936dependencies = [10937 "digest 0.9.0",10938 "rand_core 0.6.4",10939]1094010941[[package]]10942name = "simba"10943version = "0.5.1"10944source = "registry+https://github.com/rust-lang/crates.io-index"10945checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10946dependencies = [10947 "approx",10948 "num-complex",10949 "num-traits",10950 "paste",10951]1095210953[[package]]10954name = "similar"10955version = "2.2.0"10956source = "registry+https://github.com/rust-lang/crates.io-index"10957checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10958dependencies = [10959 "bstr",10960 "unicode-segmentation",10961]1096210963[[package]]10964name = "similar-asserts"10965version = "1.4.2"10966source = "registry+https://github.com/rust-lang/crates.io-index"10967checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10968dependencies = [10969 "console",10970 "similar",10971]1097210973[[package]]10974name = "slab"10975version = "0.4.7"10976source = "registry+https://github.com/rust-lang/crates.io-index"10977checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10978dependencies = [10979 "autocfg",10980]1098110982[[package]]10983name = "slice-group-by"10984version = "0.3.0"10985source = "registry+https://github.com/rust-lang/crates.io-index"10986checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1098710988[[package]]10989name = "slot-range-helper"10990version = "0.9.30"10991source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10992dependencies = [10993 "enumn",10994 "parity-scale-codec 3.2.1",10995 "paste",10996 "sp-runtime",10997 "sp-std",10998]1099911000[[package]]11001name = "slotmap"11002version = "1.0.6"11003source = "registry+https://github.com/rust-lang/crates.io-index"11004checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11005dependencies = [11006 "version_check",11007]1100811009[[package]]11010name = "smallvec"11011version = "1.10.0"11012source = "registry+https://github.com/rust-lang/crates.io-index"11013checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1101411015[[package]]11016name = "snap"11017version = "1.0.5"11018source = "registry+https://github.com/rust-lang/crates.io-index"11019checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1102011021[[package]]11022name = "snow"11023version = "0.9.0"11024source = "registry+https://github.com/rust-lang/crates.io-index"11025checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11026dependencies = [11027 "aes-gcm",11028 "blake2",11029 "chacha20poly1305",11030 "curve25519-dalek 4.0.0-pre.1",11031 "rand_core 0.6.4",11032 "ring",11033 "rustc_version 0.4.0",11034 "sha2 0.10.6",11035 "subtle",11036]1103711038[[package]]11039name = "socket2"11040version = "0.4.7"11041source = "registry+https://github.com/rust-lang/crates.io-index"11042checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11043dependencies = [11044 "libc",11045 "winapi",11046]1104711048[[package]]11049name = "soketto"11050version = "0.7.1"11051source = "registry+https://github.com/rust-lang/crates.io-index"11052checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11053dependencies = [11054 "base64",11055 "bytes",11056 "flate2",11057 "futures 0.3.25",11058 "httparse",11059 "log",11060 "rand 0.8.5",11061 "sha-1",11062]1106311064[[package]]11065name = "sp-api"11066version = "4.0.0-dev"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11068dependencies = [11069 "hash-db",11070 "log",11071 "parity-scale-codec 3.2.1",11072 "sp-api-proc-macro",11073 "sp-core",11074 "sp-runtime",11075 "sp-state-machine",11076 "sp-std",11077 "sp-trie",11078 "sp-version",11079 "thiserror",11080]1108111082[[package]]11083name = "sp-api-proc-macro"11084version = "4.0.0-dev"11085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11086dependencies = [11087 "blake2",11088 "proc-macro-crate",11089 "proc-macro2",11090 "quote",11091 "syn",11092]1109311094[[package]]11095name = "sp-application-crypto"11096version = "6.0.0"11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11098dependencies = [11099 "parity-scale-codec 3.2.1",11100 "scale-info",11101 "serde",11102 "sp-core",11103 "sp-io",11104 "sp-std",11105]1110611107[[package]]11108name = "sp-arithmetic"11109version = "5.0.0"11110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11111dependencies = [11112 "integer-sqrt",11113 "num-traits",11114 "parity-scale-codec 3.2.1",11115 "scale-info",11116 "serde",11117 "sp-debug-derive",11118 "sp-std",11119 "static_assertions",11120]1112111122[[package]]11123name = "sp-authority-discovery"11124version = "4.0.0-dev"11125source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11126dependencies = [11127 "parity-scale-codec 3.2.1",11128 "scale-info",11129 "sp-api",11130 "sp-application-crypto",11131 "sp-runtime",11132 "sp-std",11133]1113411135[[package]]11136name = "sp-authorship"11137version = "4.0.0-dev"11138source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11139dependencies = [11140 "async-trait",11141 "parity-scale-codec 3.2.1",11142 "sp-inherents",11143 "sp-runtime",11144 "sp-std",11145]1114611147[[package]]11148name = "sp-block-builder"11149version = "4.0.0-dev"11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11151dependencies = [11152 "parity-scale-codec 3.2.1",11153 "sp-api",11154 "sp-inherents",11155 "sp-runtime",11156 "sp-std",11157]1115811159[[package]]11160name = "sp-blockchain"11161version = "4.0.0-dev"11162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11163dependencies = [11164 "futures 0.3.25",11165 "log",11166 "lru 0.7.8",11167 "parity-scale-codec 3.2.1",11168 "parking_lot 0.12.1",11169 "sp-api",11170 "sp-consensus",11171 "sp-database",11172 "sp-runtime",11173 "sp-state-machine",11174 "thiserror",11175]1117611177[[package]]11178name = "sp-consensus"11179version = "0.10.0-dev"11180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11181dependencies = [11182 "async-trait",11183 "futures 0.3.25",11184 "futures-timer",11185 "log",11186 "parity-scale-codec 3.2.1",11187 "sp-core",11188 "sp-inherents",11189 "sp-runtime",11190 "sp-state-machine",11191 "sp-std",11192 "sp-version",11193 "thiserror",11194]1119511196[[package]]11197name = "sp-consensus-aura"11198version = "0.10.0-dev"11199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11200dependencies = [11201 "async-trait",11202 "parity-scale-codec 3.2.1",11203 "scale-info",11204 "sp-api",11205 "sp-application-crypto",11206 "sp-consensus",11207 "sp-consensus-slots",11208 "sp-inherents",11209 "sp-runtime",11210 "sp-std",11211 "sp-timestamp",11212]1121311214[[package]]11215name = "sp-consensus-babe"11216version = "0.10.0-dev"11217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11218dependencies = [11219 "async-trait",11220 "merlin",11221 "parity-scale-codec 3.2.1",11222 "scale-info",11223 "serde",11224 "sp-api",11225 "sp-application-crypto",11226 "sp-consensus",11227 "sp-consensus-slots",11228 "sp-consensus-vrf",11229 "sp-core",11230 "sp-inherents",11231 "sp-keystore",11232 "sp-runtime",11233 "sp-std",11234 "sp-timestamp",11235]1123611237[[package]]11238name = "sp-consensus-slots"11239version = "0.10.0-dev"11240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11241dependencies = [11242 "parity-scale-codec 3.2.1",11243 "scale-info",11244 "serde",11245 "sp-arithmetic",11246 "sp-runtime",11247 "sp-std",11248 "sp-timestamp",11249]1125011251[[package]]11252name = "sp-consensus-vrf"11253version = "0.10.0-dev"11254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11255dependencies = [11256 "parity-scale-codec 3.2.1",11257 "scale-info",11258 "schnorrkel",11259 "sp-core",11260 "sp-runtime",11261 "sp-std",11262]1126311264[[package]]11265name = "sp-core"11266version = "6.0.0"11267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11268dependencies = [11269 "array-bytes",11270 "base58",11271 "bitflags",11272 "blake2",11273 "byteorder",11274 "dyn-clonable",11275 "ed25519-zebra",11276 "futures 0.3.25",11277 "hash-db",11278 "hash256-std-hasher",11279 "impl-serde",11280 "lazy_static",11281 "libsecp256k1",11282 "log",11283 "merlin",11284 "num-traits",11285 "parity-scale-codec 3.2.1",11286 "parity-util-mem",11287 "parking_lot 0.12.1",11288 "primitive-types",11289 "rand 0.7.3",11290 "regex",11291 "scale-info",11292 "schnorrkel",11293 "secp256k1",11294 "secrecy",11295 "serde",11296 "sp-core-hashing",11297 "sp-debug-derive",11298 "sp-externalities",11299 "sp-runtime-interface",11300 "sp-std",11301 "sp-storage",11302 "ss58-registry",11303 "substrate-bip39",11304 "thiserror",11305 "tiny-bip39",11306 "wasmi",11307 "zeroize",11308]1130911310[[package]]11311name = "sp-core-hashing"11312version = "4.0.0"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11314dependencies = [11315 "blake2",11316 "byteorder",11317 "digest 0.10.5",11318 "sha2 0.10.6",11319 "sha3",11320 "sp-std",11321 "twox-hash",11322]1132311324[[package]]11325name = "sp-core-hashing-proc-macro"11326version = "5.0.0"11327source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11328dependencies = [11329 "proc-macro2",11330 "quote",11331 "sp-core-hashing",11332 "syn",11333]1133411335[[package]]11336name = "sp-database"11337version = "4.0.0-dev"11338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11339dependencies = [11340 "kvdb",11341 "parking_lot 0.12.1",11342]1134311344[[package]]11345name = "sp-debug-derive"11346version = "4.0.0"11347source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11348dependencies = [11349 "proc-macro2",11350 "quote",11351 "syn",11352]1135311354[[package]]11355name = "sp-externalities"11356version = "0.12.0"11357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11358dependencies = [11359 "environmental",11360 "parity-scale-codec 3.2.1",11361 "sp-std",11362 "sp-storage",11363]1136411365[[package]]11366name = "sp-finality-grandpa"11367version = "4.0.0-dev"11368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11369dependencies = [11370 "finality-grandpa",11371 "log",11372 "parity-scale-codec 3.2.1",11373 "scale-info",11374 "serde",11375 "sp-api",11376 "sp-application-crypto",11377 "sp-core",11378 "sp-keystore",11379 "sp-runtime",11380 "sp-std",11381]1138211383[[package]]11384name = "sp-inherents"11385version = "4.0.0-dev"11386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11387dependencies = [11388 "async-trait",11389 "impl-trait-for-tuples",11390 "parity-scale-codec 3.2.1",11391 "sp-core",11392 "sp-runtime",11393 "sp-std",11394 "thiserror",11395]1139611397[[package]]11398name = "sp-io"11399version = "6.0.0"11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11401dependencies = [11402 "bytes",11403 "futures 0.3.25",11404 "hash-db",11405 "libsecp256k1",11406 "log",11407 "parity-scale-codec 3.2.1",11408 "parking_lot 0.12.1",11409 "secp256k1",11410 "sp-core",11411 "sp-externalities",11412 "sp-keystore",11413 "sp-runtime-interface",11414 "sp-state-machine",11415 "sp-std",11416 "sp-tracing",11417 "sp-trie",11418 "sp-wasm-interface",11419 "tracing",11420 "tracing-core",11421]1142211423[[package]]11424name = "sp-keyring"11425version = "6.0.0"11426source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11427dependencies = [11428 "lazy_static",11429 "sp-core",11430 "sp-runtime",11431 "strum",11432]1143311434[[package]]11435name = "sp-keystore"11436version = "0.12.0"11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11438dependencies = [11439 "async-trait",11440 "futures 0.3.25",11441 "merlin",11442 "parity-scale-codec 3.2.1",11443 "parking_lot 0.12.1",11444 "schnorrkel",11445 "serde",11446 "sp-core",11447 "sp-externalities",11448 "thiserror",11449]1145011451[[package]]11452name = "sp-maybe-compressed-blob"11453version = "4.1.0-dev"11454source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11455dependencies = [11456 "thiserror",11457 "zstd",11458]1145911460[[package]]11461name = "sp-mmr-primitives"11462version = "4.0.0-dev"11463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11464dependencies = [11465 "log",11466 "parity-scale-codec 3.2.1",11467 "serde",11468 "sp-api",11469 "sp-core",11470 "sp-debug-derive",11471 "sp-runtime",11472 "sp-std",11473]1147411475[[package]]11476name = "sp-npos-elections"11477version = "4.0.0-dev"11478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11479dependencies = [11480 "parity-scale-codec 3.2.1",11481 "scale-info",11482 "serde",11483 "sp-arithmetic",11484 "sp-core",11485 "sp-runtime",11486 "sp-std",11487]1148811489[[package]]11490name = "sp-offchain"11491version = "4.0.0-dev"11492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11493dependencies = [11494 "sp-api",11495 "sp-core",11496 "sp-runtime",11497]1149811499[[package]]11500name = "sp-panic-handler"11501version = "4.0.0"11502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11503dependencies = [11504 "backtrace",11505 "lazy_static",11506 "regex",11507]1150811509[[package]]11510name = "sp-rpc"11511version = "6.0.0"11512source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11513dependencies = [11514 "rustc-hash",11515 "serde",11516 "sp-core",11517]1151811519[[package]]11520name = "sp-runtime"11521version = "6.0.0"11522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11523dependencies = [11524 "either",11525 "hash256-std-hasher",11526 "impl-trait-for-tuples",11527 "log",11528 "parity-scale-codec 3.2.1",11529 "parity-util-mem",11530 "paste",11531 "rand 0.7.3",11532 "scale-info",11533 "serde",11534 "sp-application-crypto",11535 "sp-arithmetic",11536 "sp-core",11537 "sp-io",11538 "sp-std",11539 "sp-weights",11540]1154111542[[package]]11543name = "sp-runtime-interface"11544version = "6.0.0"11545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11546dependencies = [11547 "bytes",11548 "impl-trait-for-tuples",11549 "parity-scale-codec 3.2.1",11550 "primitive-types",11551 "sp-externalities",11552 "sp-runtime-interface-proc-macro",11553 "sp-std",11554 "sp-storage",11555 "sp-tracing",11556 "sp-wasm-interface",11557 "static_assertions",11558]1155911560[[package]]11561name = "sp-runtime-interface-proc-macro"11562version = "5.0.0"11563source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11564dependencies = [11565 "Inflector",11566 "proc-macro-crate",11567 "proc-macro2",11568 "quote",11569 "syn",11570]1157111572[[package]]11573name = "sp-sandbox"11574version = "0.10.0-dev"11575source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11576dependencies = [11577 "log",11578 "parity-scale-codec 3.2.1",11579 "sp-core",11580 "sp-io",11581 "sp-std",11582 "sp-wasm-interface",11583 "wasmi",11584]1158511586[[package]]11587name = "sp-session"11588version = "4.0.0-dev"11589source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11590dependencies = [11591 "parity-scale-codec 3.2.1",11592 "scale-info",11593 "sp-api",11594 "sp-core",11595 "sp-runtime",11596 "sp-staking",11597 "sp-std",11598]1159911600[[package]]11601name = "sp-staking"11602version = "4.0.0-dev"11603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11604dependencies = [11605 "parity-scale-codec 3.2.1",11606 "scale-info",11607 "sp-runtime",11608 "sp-std",11609]1161011611[[package]]11612name = "sp-state-machine"11613version = "0.12.0"11614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11615dependencies = [11616 "hash-db",11617 "log",11618 "num-traits",11619 "parity-scale-codec 3.2.1",11620 "parking_lot 0.12.1",11621 "rand 0.7.3",11622 "smallvec",11623 "sp-core",11624 "sp-externalities",11625 "sp-panic-handler",11626 "sp-std",11627 "sp-trie",11628 "thiserror",11629 "tracing",11630 "trie-root",11631]1163211633[[package]]11634name = "sp-std"11635version = "4.0.0"11636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1163711638[[package]]11639name = "sp-storage"11640version = "6.0.0"11641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11642dependencies = [11643 "impl-serde",11644 "parity-scale-codec 3.2.1",11645 "ref-cast",11646 "serde",11647 "sp-debug-derive",11648 "sp-std",11649]1165011651[[package]]11652name = "sp-tasks"11653version = "4.0.0-dev"11654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11655dependencies = [11656 "log",11657 "sp-core",11658 "sp-externalities",11659 "sp-io",11660 "sp-runtime-interface",11661 "sp-std",11662]1166311664[[package]]11665name = "sp-timestamp"11666version = "4.0.0-dev"11667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11668dependencies = [11669 "async-trait",11670 "futures-timer",11671 "log",11672 "parity-scale-codec 3.2.1",11673 "sp-api",11674 "sp-inherents",11675 "sp-runtime",11676 "sp-std",11677 "thiserror",11678]1167911680[[package]]11681name = "sp-tracing"11682version = "5.0.0"11683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11684dependencies = [11685 "parity-scale-codec 3.2.1",11686 "sp-std",11687 "tracing",11688 "tracing-core",11689 "tracing-subscriber",11690]1169111692[[package]]11693name = "sp-transaction-pool"11694version = "4.0.0-dev"11695source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11696dependencies = [11697 "sp-api",11698 "sp-runtime",11699]1170011701[[package]]11702name = "sp-transaction-storage-proof"11703version = "4.0.0-dev"11704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11705dependencies = [11706 "async-trait",11707 "log",11708 "parity-scale-codec 3.2.1",11709 "scale-info",11710 "sp-core",11711 "sp-inherents",11712 "sp-runtime",11713 "sp-std",11714 "sp-trie",11715]1171611717[[package]]11718name = "sp-trie"11719version = "6.0.0"11720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11721dependencies = [11722 "ahash",11723 "hash-db",11724 "hashbrown",11725 "lazy_static",11726 "lru 0.7.8",11727 "memory-db",11728 "nohash-hasher",11729 "parity-scale-codec 3.2.1",11730 "parking_lot 0.12.1",11731 "scale-info",11732 "sp-core",11733 "sp-std",11734 "thiserror",11735 "tracing",11736 "trie-db",11737 "trie-root",11738]1173911740[[package]]11741name = "sp-version"11742version = "5.0.0"11743source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11744dependencies = [11745 "impl-serde",11746 "parity-scale-codec 3.2.1",11747 "parity-wasm 0.45.0",11748 "scale-info",11749 "serde",11750 "sp-core-hashing-proc-macro",11751 "sp-runtime",11752 "sp-std",11753 "sp-version-proc-macro",11754 "thiserror",11755]1175611757[[package]]11758name = "sp-version-proc-macro"11759version = "4.0.0-dev"11760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11761dependencies = [11762 "parity-scale-codec 3.2.1",11763 "proc-macro2",11764 "quote",11765 "syn",11766]1176711768[[package]]11769name = "sp-wasm-interface"11770version = "6.0.0"11771source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11772dependencies = [11773 "impl-trait-for-tuples",11774 "log",11775 "parity-scale-codec 3.2.1",11776 "sp-std",11777 "wasmi",11778 "wasmtime",11779]1178011781[[package]]11782name = "sp-weights"11783version = "4.0.0"11784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11785dependencies = [11786 "impl-trait-for-tuples",11787 "parity-scale-codec 3.2.1",11788 "scale-info",11789 "serde",11790 "smallvec",11791 "sp-arithmetic",11792 "sp-core",11793 "sp-debug-derive",11794 "sp-std",11795]1179611797[[package]]11798name = "spin"11799version = "0.5.2"11800source = "registry+https://github.com/rust-lang/crates.io-index"11801checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1180211803[[package]]11804name = "spki"11805version = "0.5.4"11806source = "registry+https://github.com/rust-lang/crates.io-index"11807checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11808dependencies = [11809 "base64ct",11810 "der",11811]1181211813[[package]]11814name = "ss58-registry"11815version = "1.33.0"11816source = "registry+https://github.com/rust-lang/crates.io-index"11817checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11818dependencies = [11819 "Inflector",11820 "num-format",11821 "proc-macro2",11822 "quote",11823 "serde",11824 "serde_json",11825 "unicode-xid",11826]1182711828[[package]]11829name = "stable_deref_trait"11830version = "1.2.0"11831source = "registry+https://github.com/rust-lang/crates.io-index"11832checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1183311834[[package]]11835name = "static_assertions"11836version = "1.1.0"11837source = "registry+https://github.com/rust-lang/crates.io-index"11838checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1183911840[[package]]11841name = "static_init"11842version = "0.5.2"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11845dependencies = [11846 "cfg_aliases",11847 "libc",11848 "parking_lot 0.11.2",11849 "static_init_macro 0.5.0",11850]1185111852[[package]]11853name = "static_init"11854version = "1.0.3"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11857dependencies = [11858 "bitflags",11859 "cfg_aliases",11860 "libc",11861 "parking_lot 0.11.2",11862 "parking_lot_core 0.8.5",11863 "static_init_macro 1.0.2",11864 "winapi",11865]1186611867[[package]]11868name = "static_init_macro"11869version = "0.5.0"11870source = "registry+https://github.com/rust-lang/crates.io-index"11871checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11872dependencies = [11873 "cfg_aliases",11874 "memchr",11875 "proc-macro2",11876 "quote",11877 "syn",11878]1187911880[[package]]11881name = "static_init_macro"11882version = "1.0.2"11883source = "registry+https://github.com/rust-lang/crates.io-index"11884checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11885dependencies = [11886 "cfg_aliases",11887 "memchr",11888 "proc-macro2",11889 "quote",11890 "syn",11891]1189211893[[package]]11894name = "statrs"11895version = "0.15.0"11896source = "registry+https://github.com/rust-lang/crates.io-index"11897checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11898dependencies = [11899 "approx",11900 "lazy_static",11901 "nalgebra",11902 "num-traits",11903 "rand 0.8.5",11904]1190511906[[package]]11907name = "strsim"11908version = "0.10.0"11909source = "registry+https://github.com/rust-lang/crates.io-index"11910checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1191111912[[package]]11913name = "struct-versioning"11914version = "0.1.0"11915dependencies = [11916 "quote",11917 "syn",11918]1191911920[[package]]11921name = "strum"11922version = "0.24.1"11923source = "registry+https://github.com/rust-lang/crates.io-index"11924checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11925dependencies = [11926 "strum_macros",11927]1192811929[[package]]11930name = "strum_macros"11931version = "0.24.3"11932source = "registry+https://github.com/rust-lang/crates.io-index"11933checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11934dependencies = [11935 "heck",11936 "proc-macro2",11937 "quote",11938 "rustversion",11939 "syn",11940]1194111942[[package]]11943name = "substrate-bip39"11944version = "0.4.4"11945source = "registry+https://github.com/rust-lang/crates.io-index"11946checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11947dependencies = [11948 "hmac 0.11.0",11949 "pbkdf2 0.8.0",11950 "schnorrkel",11951 "sha2 0.9.9",11952 "zeroize",11953]1195411955[[package]]11956name = "substrate-build-script-utils"11957version = "3.0.0"11958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11959dependencies = [11960 "platforms",11961]1196211963[[package]]11964name = "substrate-frame-rpc-system"11965version = "4.0.0-dev"11966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11967dependencies = [11968 "frame-system-rpc-runtime-api",11969 "futures 0.3.25",11970 "jsonrpsee",11971 "log",11972 "parity-scale-codec 3.2.1",11973 "sc-client-api",11974 "sc-rpc-api",11975 "sc-transaction-pool-api",11976 "serde_json",11977 "sp-api",11978 "sp-block-builder",11979 "sp-blockchain",11980 "sp-core",11981 "sp-runtime",11982]1198311984[[package]]11985name = "substrate-prometheus-endpoint"11986version = "0.10.0-dev"11987source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11988dependencies = [11989 "futures-util",11990 "hyper",11991 "log",11992 "prometheus",11993 "thiserror",11994 "tokio",11995]1199611997[[package]]11998name = "substrate-state-trie-migration-rpc"11999version = "4.0.0-dev"12000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12001dependencies = [12002 "jsonrpsee",12003 "log",12004 "parity-scale-codec 3.2.1",12005 "sc-client-api",12006 "sc-rpc-api",12007 "scale-info",12008 "serde",12009 "sp-core",12010 "sp-io",12011 "sp-runtime",12012 "sp-state-machine",12013 "sp-std",12014 "sp-trie",12015 "trie-db",12016]1201712018[[package]]12019name = "substrate-test-client"12020version = "2.0.1"12021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12022dependencies = [12023 "array-bytes",12024 "async-trait",12025 "futures 0.3.25",12026 "parity-scale-codec 3.2.1",12027 "sc-client-api",12028 "sc-client-db",12029 "sc-consensus",12030 "sc-executor",12031 "sc-offchain",12032 "sc-service",12033 "serde",12034 "serde_json",12035 "sp-blockchain",12036 "sp-consensus",12037 "sp-core",12038 "sp-keyring",12039 "sp-keystore",12040 "sp-runtime",12041 "sp-state-machine",12042]1204312044[[package]]12045name = "substrate-test-utils"12046version = "4.0.0-dev"12047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12048dependencies = [12049 "futures 0.3.25",12050 "substrate-test-utils-derive",12051 "tokio",12052]1205312054[[package]]12055name = "substrate-test-utils-derive"12056version = "0.10.0-dev"12057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12058dependencies = [12059 "proc-macro-crate",12060 "proc-macro2",12061 "quote",12062 "syn",12063]1206412065[[package]]12066name = "substrate-wasm-builder"12067version = "5.0.0-dev"12068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12069dependencies = [12070 "ansi_term",12071 "build-helper",12072 "cargo_metadata",12073 "filetime",12074 "sp-maybe-compressed-blob",12075 "strum",12076 "tempfile",12077 "toml",12078 "walkdir",12079 "wasm-gc-api",12080]1208112082[[package]]12083name = "subtle"12084version = "2.4.1"12085source = "registry+https://github.com/rust-lang/crates.io-index"12086checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1208712088[[package]]12089name = "syn"12090version = "1.0.103"12091source = "registry+https://github.com/rust-lang/crates.io-index"12092checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12093dependencies = [12094 "proc-macro2",12095 "quote",12096 "unicode-ident",12097]1209812099[[package]]12100name = "synstructure"12101version = "0.12.6"12102source = "registry+https://github.com/rust-lang/crates.io-index"12103checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12104dependencies = [12105 "proc-macro2",12106 "quote",12107 "syn",12108 "unicode-xid",12109]1211012111[[package]]12112name = "system-configuration"12113version = "0.5.0"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12116dependencies = [12117 "bitflags",12118 "core-foundation",12119 "system-configuration-sys",12120]1212112122[[package]]12123name = "system-configuration-sys"12124version = "0.5.0"12125source = "registry+https://github.com/rust-lang/crates.io-index"12126checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12127dependencies = [12128 "core-foundation-sys",12129 "libc",12130]1213112132[[package]]12133name = "tap"12134version = "1.0.1"12135source = "registry+https://github.com/rust-lang/crates.io-index"12136checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1213712138[[package]]12139name = "target-lexicon"12140version = "0.12.4"12141source = "registry+https://github.com/rust-lang/crates.io-index"12142checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1214312144[[package]]12145name = "tempfile"12146version = "3.3.0"12147source = "registry+https://github.com/rust-lang/crates.io-index"12148checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12149dependencies = [12150 "cfg-if 1.0.0",12151 "fastrand",12152 "libc",12153 "redox_syscall",12154 "remove_dir_all",12155 "winapi",12156]1215712158[[package]]12159name = "termcolor"12160version = "1.1.3"12161source = "registry+https://github.com/rust-lang/crates.io-index"12162checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12163dependencies = [12164 "winapi-util",12165]1216612167[[package]]12168name = "terminal_size"12169version = "0.1.17"12170source = "registry+https://github.com/rust-lang/crates.io-index"12171checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12172dependencies = [12173 "libc",12174 "winapi",12175]1217612177[[package]]12178name = "test-runtime-constants"12179version = "0.9.30"12180source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12181dependencies = [12182 "frame-support",12183 "polkadot-primitives",12184 "polkadot-runtime-common",12185 "smallvec",12186 "sp-runtime",12187]1218812189[[package]]12190name = "tests"12191version = "0.1.1"12192dependencies = [12193 "evm-coder",12194 "fp-evm-mapping",12195 "frame-support",12196 "frame-system",12197 "pallet-balances",12198 "pallet-common",12199 "pallet-ethereum",12200 "pallet-evm",12201 "pallet-evm-coder-substrate",12202 "pallet-fungible",12203 "pallet-nonfungible",12204 "pallet-refungible",12205 "pallet-structure",12206 "pallet-timestamp",12207 "pallet-transaction-payment",12208 "pallet-unique",12209 "parity-scale-codec 3.2.1",12210 "scale-info",12211 "sp-core",12212 "sp-io",12213 "sp-runtime",12214 "sp-std",12215 "up-data-structs",12216 "up-sponsorship",12217]1221812219[[package]]12220name = "textwrap"12221version = "0.16.0"12222source = "registry+https://github.com/rust-lang/crates.io-index"12223checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1222412225[[package]]12226name = "thiserror"12227version = "1.0.37"12228source = "registry+https://github.com/rust-lang/crates.io-index"12229checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12230dependencies = [12231 "thiserror-impl",12232]1223312234[[package]]12235name = "thiserror-impl"12236version = "1.0.37"12237source = "registry+https://github.com/rust-lang/crates.io-index"12238checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12239dependencies = [12240 "proc-macro2",12241 "quote",12242 "syn",12243]1224412245[[package]]12246name = "thousands"12247version = "0.2.0"12248source = "registry+https://github.com/rust-lang/crates.io-index"12249checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1225012251[[package]]12252name = "thread_local"12253version = "1.1.4"12254source = "registry+https://github.com/rust-lang/crates.io-index"12255checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12256dependencies = [12257 "once_cell",12258]1225912260[[package]]12261name = "threadpool"12262version = "1.8.1"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12265dependencies = [12266 "num_cpus",12267]1226812269[[package]]12270name = "thrift"12271version = "0.15.0"12272source = "registry+https://github.com/rust-lang/crates.io-index"12273checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12274dependencies = [12275 "byteorder",12276 "integer-encoding",12277 "log",12278 "ordered-float",12279 "threadpool",12280]1228112282[[package]]12283name = "tikv-jemalloc-sys"12284version = "0.4.3+5.2.1-patched.2"12285source = "registry+https://github.com/rust-lang/crates.io-index"12286checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12287dependencies = [12288 "cc",12289 "fs_extra",12290 "libc",12291]1229212293[[package]]12294name = "time"12295version = "0.1.44"12296source = "registry+https://github.com/rust-lang/crates.io-index"12297checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12298dependencies = [12299 "libc",12300 "wasi 0.10.0+wasi-snapshot-preview1",12301 "winapi",12302]1230312304[[package]]12305name = "time"12306version = "0.3.9"12307source = "registry+https://github.com/rust-lang/crates.io-index"12308checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12309dependencies = [12310 "itoa",12311 "libc",12312 "num_threads",12313 "time-macros",12314]1231512316[[package]]12317name = "time-macros"12318version = "0.2.4"12319source = "registry+https://github.com/rust-lang/crates.io-index"12320checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1232112322[[package]]12323name = "tiny-bip39"12324version = "0.8.2"12325source = "registry+https://github.com/rust-lang/crates.io-index"12326checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12327dependencies = [12328 "anyhow",12329 "hmac 0.8.1",12330 "once_cell",12331 "pbkdf2 0.4.0",12332 "rand 0.7.3",12333 "rustc-hash",12334 "sha2 0.9.9",12335 "thiserror",12336 "unicode-normalization",12337 "wasm-bindgen",12338 "zeroize",12339]1234012341[[package]]12342name = "tiny-keccak"12343version = "2.0.2"12344source = "registry+https://github.com/rust-lang/crates.io-index"12345checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12346dependencies = [12347 "crunchy",12348]1234912350[[package]]12351name = "tinyvec"12352version = "1.6.0"12353source = "registry+https://github.com/rust-lang/crates.io-index"12354checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12355dependencies = [12356 "tinyvec_macros",12357]1235812359[[package]]12360name = "tinyvec_macros"12361version = "0.1.0"12362source = "registry+https://github.com/rust-lang/crates.io-index"12363checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1236412365[[package]]12366name = "tokio"12367version = "1.21.2"12368source = "registry+https://github.com/rust-lang/crates.io-index"12369checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12370dependencies = [12371 "autocfg",12372 "bytes",12373 "libc",12374 "memchr",12375 "mio",12376 "num_cpus",12377 "parking_lot 0.12.1",12378 "pin-project-lite 0.2.9",12379 "signal-hook-registry",12380 "socket2",12381 "tokio-macros",12382 "winapi",12383]1238412385[[package]]12386name = "tokio-macros"12387version = "1.8.0"12388source = "registry+https://github.com/rust-lang/crates.io-index"12389checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12390dependencies = [12391 "proc-macro2",12392 "quote",12393 "syn",12394]1239512396[[package]]12397name = "tokio-rustls"12398version = "0.23.4"12399source = "registry+https://github.com/rust-lang/crates.io-index"12400checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12401dependencies = [12402 "rustls",12403 "tokio",12404 "webpki",12405]1240612407[[package]]12408name = "tokio-stream"12409version = "0.1.11"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12412dependencies = [12413 "futures-core",12414 "pin-project-lite 0.2.9",12415 "tokio",12416]1241712418[[package]]12419name = "tokio-util"12420version = "0.7.4"12421source = "registry+https://github.com/rust-lang/crates.io-index"12422checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12423dependencies = [12424 "bytes",12425 "futures-core",12426 "futures-io",12427 "futures-sink",12428 "pin-project-lite 0.2.9",12429 "tokio",12430 "tracing",12431]1243212433[[package]]12434name = "toml"12435version = "0.5.9"12436source = "registry+https://github.com/rust-lang/crates.io-index"12437checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12438dependencies = [12439 "serde",12440]1244112442[[package]]12443name = "tower-service"12444version = "0.3.2"12445source = "registry+https://github.com/rust-lang/crates.io-index"12446checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1244712448[[package]]12449name = "tracing"12450version = "0.1.37"12451source = "registry+https://github.com/rust-lang/crates.io-index"12452checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12453dependencies = [12454 "cfg-if 1.0.0",12455 "pin-project-lite 0.2.9",12456 "tracing-attributes",12457 "tracing-core",12458]1245912460[[package]]12461name = "tracing-attributes"12462version = "0.1.23"12463source = "registry+https://github.com/rust-lang/crates.io-index"12464checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12465dependencies = [12466 "proc-macro2",12467 "quote",12468 "syn",12469]1247012471[[package]]12472name = "tracing-core"12473version = "0.1.30"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12476dependencies = [12477 "once_cell",12478 "valuable",12479]1248012481[[package]]12482name = "tracing-futures"12483version = "0.2.5"12484source = "registry+https://github.com/rust-lang/crates.io-index"12485checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12486dependencies = [12487 "pin-project",12488 "tracing",12489]1249012491[[package]]12492name = "tracing-gum"12493version = "0.9.30"12494source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12495dependencies = [12496 "polkadot-node-jaeger",12497 "polkadot-primitives",12498 "tracing",12499 "tracing-gum-proc-macro",12500]1250112502[[package]]12503name = "tracing-gum-proc-macro"12504version = "0.9.30"12505source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12506dependencies = [12507 "expander 0.0.6",12508 "proc-macro-crate",12509 "proc-macro2",12510 "quote",12511 "syn",12512]1251312514[[package]]12515name = "tracing-log"12516version = "0.1.3"12517source = "registry+https://github.com/rust-lang/crates.io-index"12518checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12519dependencies = [12520 "lazy_static",12521 "log",12522 "tracing-core",12523]1252412525[[package]]12526name = "tracing-serde"12527version = "0.1.3"12528source = "registry+https://github.com/rust-lang/crates.io-index"12529checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12530dependencies = [12531 "serde",12532 "tracing-core",12533]1253412535[[package]]12536name = "tracing-subscriber"12537version = "0.2.25"12538source = "registry+https://github.com/rust-lang/crates.io-index"12539checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12540dependencies = [12541 "ansi_term",12542 "chrono",12543 "lazy_static",12544 "matchers",12545 "parking_lot 0.11.2",12546 "regex",12547 "serde",12548 "serde_json",12549 "sharded-slab",12550 "smallvec",12551 "thread_local",12552 "tracing",12553 "tracing-core",12554 "tracing-log",12555 "tracing-serde",12556]1255712558[[package]]12559name = "trie-db"12560version = "0.24.0"12561source = "registry+https://github.com/rust-lang/crates.io-index"12562checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12563dependencies = [12564 "hash-db",12565 "hashbrown",12566 "log",12567 "rustc-hex",12568 "smallvec",12569]1257012571[[package]]12572name = "trie-root"12573version = "0.17.0"12574source = "registry+https://github.com/rust-lang/crates.io-index"12575checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12576dependencies = [12577 "hash-db",12578]1257912580[[package]]12581name = "triehash"12582version = "0.8.4"12583source = "registry+https://github.com/rust-lang/crates.io-index"12584checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12585dependencies = [12586 "hash-db",12587 "rlp",12588]1258912590[[package]]12591name = "trust-dns-proto"12592version = "0.21.2"12593source = "registry+https://github.com/rust-lang/crates.io-index"12594checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12595dependencies = [12596 "async-trait",12597 "cfg-if 1.0.0",12598 "data-encoding",12599 "enum-as-inner",12600 "futures-channel",12601 "futures-io",12602 "futures-util",12603 "idna 0.2.3",12604 "ipnet",12605 "lazy_static",12606 "log",12607 "rand 0.8.5",12608 "smallvec",12609 "thiserror",12610 "tinyvec",12611 "url",12612]1261312614[[package]]12615name = "trust-dns-resolver"12616version = "0.21.2"12617source = "registry+https://github.com/rust-lang/crates.io-index"12618checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12619dependencies = [12620 "cfg-if 1.0.0",12621 "futures-util",12622 "ipconfig",12623 "lazy_static",12624 "log",12625 "lru-cache",12626 "parking_lot 0.12.1",12627 "resolv-conf",12628 "smallvec",12629 "thiserror",12630 "trust-dns-proto",12631]1263212633[[package]]12634name = "try-lock"12635version = "0.2.3"12636source = "registry+https://github.com/rust-lang/crates.io-index"12637checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1263812639[[package]]12640name = "try-runtime-cli"12641version = "0.10.0-dev"12642source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12643dependencies = [12644 "clap",12645 "frame-try-runtime",12646 "jsonrpsee",12647 "log",12648 "parity-scale-codec 3.2.1",12649 "remote-externalities",12650 "sc-chain-spec",12651 "sc-cli",12652 "sc-executor",12653 "sc-service",12654 "serde",12655 "sp-core",12656 "sp-externalities",12657 "sp-io",12658 "sp-keystore",12659 "sp-runtime",12660 "sp-state-machine",12661 "sp-version",12662 "zstd",12663]1266412665[[package]]12666name = "tt-call"12667version = "1.0.8"12668source = "registry+https://github.com/rust-lang/crates.io-index"12669checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1267012671[[package]]12672name = "twox-hash"12673version = "1.6.3"12674source = "registry+https://github.com/rust-lang/crates.io-index"12675checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12676dependencies = [12677 "cfg-if 1.0.0",12678 "digest 0.10.5",12679 "rand 0.8.5",12680 "static_assertions",12681]1268212683[[package]]12684name = "typenum"12685version = "1.15.0"12686source = "registry+https://github.com/rust-lang/crates.io-index"12687checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1268812689[[package]]12690name = "uc-rpc"12691version = "0.1.4"12692dependencies = [12693 "anyhow",12694 "app-promotion-rpc",12695 "jsonrpsee",12696 "pallet-common",12697 "pallet-evm",12698 "parity-scale-codec 3.2.1",12699 "rmrk-rpc",12700 "sp-api",12701 "sp-blockchain",12702 "sp-core",12703 "sp-rpc",12704 "sp-runtime",12705 "up-data-structs",12706 "up-rpc",12707]1270812709[[package]]12710name = "ucd-trie"12711version = "0.1.5"12712source = "registry+https://github.com/rust-lang/crates.io-index"12713checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1271412715[[package]]12716name = "uint"12717version = "0.9.4"12718source = "registry+https://github.com/rust-lang/crates.io-index"12719checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12720dependencies = [12721 "byteorder",12722 "crunchy",12723 "hex",12724 "static_assertions",12725]1272612727[[package]]12728name = "unicase"12729version = "2.6.0"12730source = "registry+https://github.com/rust-lang/crates.io-index"12731checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12732dependencies = [12733 "version_check",12734]1273512736[[package]]12737name = "unicode-bidi"12738version = "0.3.8"12739source = "registry+https://github.com/rust-lang/crates.io-index"12740checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1274112742[[package]]12743name = "unicode-ident"12744version = "1.0.5"12745source = "registry+https://github.com/rust-lang/crates.io-index"12746checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1274712748[[package]]12749name = "unicode-normalization"12750version = "0.1.22"12751source = "registry+https://github.com/rust-lang/crates.io-index"12752checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12753dependencies = [12754 "tinyvec",12755]1275612757[[package]]12758name = "unicode-segmentation"12759version = "1.10.0"12760source = "registry+https://github.com/rust-lang/crates.io-index"12761checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1276212763[[package]]12764name = "unicode-width"12765version = "0.1.10"12766source = "registry+https://github.com/rust-lang/crates.io-index"12767checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1276812769[[package]]12770name = "unicode-xid"12771version = "0.2.4"12772source = "registry+https://github.com/rust-lang/crates.io-index"12773checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1277412775[[package]]12776name = "unique-node"12777version = "0.9.30"12778dependencies = [12779 "app-promotion-rpc",12780 "clap",12781 "cumulus-client-cli",12782 "cumulus-client-collator",12783 "cumulus-client-consensus-aura",12784 "cumulus-client-consensus-common",12785 "cumulus-client-network",12786 "cumulus-client-service",12787 "cumulus-primitives-core",12788 "cumulus-primitives-parachain-inherent",12789 "cumulus-relay-chain-inprocess-interface",12790 "cumulus-relay-chain-interface",12791 "cumulus-relay-chain-rpc-interface",12792 "fc-consensus",12793 "fc-db",12794 "fc-mapping-sync",12795 "fc-rpc",12796 "fc-rpc-core",12797 "flexi_logger",12798 "fp-rpc",12799 "frame-benchmarking",12800 "frame-benchmarking-cli",12801 "futures 0.3.25",12802 "jsonrpsee",12803 "log",12804 "opal-runtime",12805 "pallet-ethereum",12806 "pallet-transaction-payment-rpc",12807 "pallet-transaction-payment-rpc-runtime-api",12808 "parity-scale-codec 3.2.1",12809 "parking_lot 0.12.1",12810 "polkadot-cli",12811 "polkadot-parachain",12812 "polkadot-primitives",12813 "polkadot-service",12814 "polkadot-test-service",12815 "quartz-runtime",12816 "rmrk-rpc",12817 "sc-basic-authorship",12818 "sc-chain-spec",12819 "sc-cli",12820 "sc-client-api",12821 "sc-consensus",12822 "sc-consensus-aura",12823 "sc-consensus-manual-seal",12824 "sc-executor",12825 "sc-finality-grandpa",12826 "sc-keystore",12827 "sc-network",12828 "sc-rpc",12829 "sc-rpc-api",12830 "sc-service",12831 "sc-sysinfo",12832 "sc-telemetry",12833 "sc-tracing",12834 "sc-transaction-pool",12835 "serde",12836 "serde_json",12837 "sp-api",12838 "sp-block-builder",12839 "sp-blockchain",12840 "sp-consensus",12841 "sp-consensus-aura",12842 "sp-core",12843 "sp-finality-grandpa",12844 "sp-inherents",12845 "sp-keystore",12846 "sp-offchain",12847 "sp-runtime",12848 "sp-session",12849 "sp-timestamp",12850 "sp-transaction-pool",12851 "sp-trie",12852 "substrate-build-script-utils",12853 "substrate-frame-rpc-system",12854 "substrate-prometheus-endpoint",12855 "tokio",12856 "try-runtime-cli",12857 "unique-rpc",12858 "unique-runtime",12859 "up-common",12860 "up-data-structs",12861 "up-rpc",12862]1286312864[[package]]12865name = "unique-rpc"12866version = "0.1.2"12867dependencies = [12868 "app-promotion-rpc",12869 "fc-db",12870 "fc-mapping-sync",12871 "fc-rpc",12872 "fc-rpc-core",12873 "fp-rpc",12874 "fp-storage",12875 "futures 0.3.25",12876 "jsonrpsee",12877 "pallet-common",12878 "pallet-ethereum",12879 "pallet-transaction-payment-rpc",12880 "pallet-transaction-payment-rpc-runtime-api",12881 "pallet-unique",12882 "rmrk-rpc",12883 "sc-client-api",12884 "sc-consensus-aura",12885 "sc-consensus-epochs",12886 "sc-finality-grandpa",12887 "sc-finality-grandpa-rpc",12888 "sc-keystore",12889 "sc-network",12890 "sc-rpc",12891 "sc-rpc-api",12892 "sc-service",12893 "sc-transaction-pool",12894 "serde",12895 "sp-api",12896 "sp-block-builder",12897 "sp-blockchain",12898 "sp-consensus",12899 "sp-consensus-aura",12900 "sp-core",12901 "sp-offchain",12902 "sp-runtime",12903 "sp-session",12904 "sp-storage",12905 "sp-transaction-pool",12906 "substrate-frame-rpc-system",12907 "tokio",12908 "uc-rpc",12909 "up-common",12910 "up-data-structs",12911 "up-rpc",12912]1291312914[[package]]12915name = "unique-runtime"12916version = "0.9.30"12917dependencies = [12918 "app-promotion-rpc",12919 "cumulus-pallet-aura-ext",12920 "cumulus-pallet-dmp-queue",12921 "cumulus-pallet-parachain-system",12922 "cumulus-pallet-xcm",12923 "cumulus-pallet-xcmp-queue",12924 "cumulus-primitives-core",12925 "cumulus-primitives-timestamp",12926 "cumulus-primitives-utility",12927 "derivative",12928 "evm-coder",12929 "fp-evm-mapping",12930 "fp-rpc",12931 "fp-self-contained",12932 "frame-benchmarking",12933 "frame-executive",12934 "frame-support",12935 "frame-system",12936 "frame-system-benchmarking",12937 "frame-system-rpc-runtime-api",12938 "frame-try-runtime",12939 "hex-literal",12940 "impl-trait-for-tuples",12941 "log",12942 "logtest",12943 "orml-tokens",12944 "orml-traits",12945 "orml-vesting",12946 "orml-xtokens",12947 "pallet-app-promotion",12948 "pallet-aura",12949 "pallet-balances",12950 "pallet-base-fee",12951 "pallet-common",12952 "pallet-configuration",12953 "pallet-ethereum",12954 "pallet-evm",12955 "pallet-evm-coder-substrate",12956 "pallet-evm-contract-helpers",12957 "pallet-evm-migration",12958 "pallet-evm-transaction-payment",12959 "pallet-foreign-assets",12960 "pallet-fungible",12961 "pallet-inflation",12962 "pallet-nonfungible",12963 "pallet-randomness-collective-flip",12964 "pallet-refungible",12965 "pallet-rmrk-core",12966 "pallet-rmrk-equip",12967 "pallet-structure",12968 "pallet-sudo",12969 "pallet-template-transaction-payment",12970 "pallet-timestamp",12971 "pallet-transaction-payment",12972 "pallet-transaction-payment-rpc-runtime-api",12973 "pallet-treasury",12974 "pallet-unique",12975 "pallet-unique-scheduler",12976 "pallet-xcm",12977 "parachain-info",12978 "parity-scale-codec 3.2.1",12979 "polkadot-parachain",12980 "rmrk-rpc",12981 "scale-info",12982 "serde",12983 "smallvec",12984 "sp-api",12985 "sp-arithmetic",12986 "sp-block-builder",12987 "sp-consensus-aura",12988 "sp-core",12989 "sp-inherents",12990 "sp-io",12991 "sp-offchain",12992 "sp-runtime",12993 "sp-session",12994 "sp-std",12995 "sp-transaction-pool",12996 "sp-version",12997 "substrate-wasm-builder",12998 "up-common",12999 "up-data-structs",13000 "up-rpc",13001 "up-sponsorship",13002 "xcm",13003 "xcm-builder",13004 "xcm-executor",13005]1300613007[[package]]13008name = "universal-hash"13009version = "0.4.1"13010source = "registry+https://github.com/rust-lang/crates.io-index"13011checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13012dependencies = [13013 "generic-array 0.14.6",13014 "subtle",13015]1301613017[[package]]13018name = "unsigned-varint"13019version = "0.7.1"13020source = "registry+https://github.com/rust-lang/crates.io-index"13021checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13022dependencies = [13023 "asynchronous-codec",13024 "bytes",13025 "futures-io",13026 "futures-util",13027]1302813029[[package]]13030name = "untrusted"13031version = "0.7.1"13032source = "registry+https://github.com/rust-lang/crates.io-index"13033checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1303413035[[package]]13036name = "up-common"13037version = "0.9.30"13038dependencies = [13039 "fp-rpc",13040 "frame-support",13041 "pallet-evm",13042 "sp-consensus-aura",13043 "sp-core",13044 "sp-runtime",13045 "sp-std",13046]1304713048[[package]]13049name = "up-data-structs"13050version = "0.2.2"13051dependencies = [13052 "bondrewd",13053 "derivative",13054 "frame-support",13055 "frame-system",13056 "pallet-evm",13057 "parity-scale-codec 3.2.1",13058 "rmrk-traits",13059 "scale-info",13060 "serde",13061 "sp-core",13062 "sp-runtime",13063 "sp-std",13064 "struct-versioning",13065]1306613067[[package]]13068name = "up-rpc"13069version = "0.1.3"13070dependencies = [13071 "pallet-common",13072 "pallet-evm",13073 "parity-scale-codec 3.2.1",13074 "sp-api",13075 "sp-core",13076 "sp-runtime",13077 "sp-std",13078 "up-data-structs",13079]1308013081[[package]]13082name = "up-sponsorship"13083version = "0.1.0"13084source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13085dependencies = [13086 "impl-trait-for-tuples",13087]1308813089[[package]]13090name = "url"13091version = "2.3.1"13092source = "registry+https://github.com/rust-lang/crates.io-index"13093checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13094dependencies = [13095 "form_urlencoded",13096 "idna 0.3.0",13097 "percent-encoding",13098]1309913100[[package]]13101name = "valuable"13102version = "0.1.0"13103source = "registry+https://github.com/rust-lang/crates.io-index"13104checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1310513106[[package]]13107name = "value-bag"13108version = "1.0.0-alpha.9"13109source = "registry+https://github.com/rust-lang/crates.io-index"13110checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13111dependencies = [13112 "ctor",13113 "version_check",13114]1311513116[[package]]13117name = "vcpkg"13118version = "0.2.15"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1312113122[[package]]13123name = "version_check"13124version = "0.9.4"13125source = "registry+https://github.com/rust-lang/crates.io-index"13126checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1312713128[[package]]13129name = "void"13130version = "1.0.2"13131source = "registry+https://github.com/rust-lang/crates.io-index"13132checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1313313134[[package]]13135name = "waker-fn"13136version = "1.1.0"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1313913140[[package]]13141name = "walkdir"13142version = "2.3.2"13143source = "registry+https://github.com/rust-lang/crates.io-index"13144checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13145dependencies = [13146 "same-file",13147 "winapi",13148 "winapi-util",13149]1315013151[[package]]13152name = "want"13153version = "0.3.0"13154source = "registry+https://github.com/rust-lang/crates.io-index"13155checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13156dependencies = [13157 "log",13158 "try-lock",13159]1316013161[[package]]13162name = "wasi"13163version = "0.9.0+wasi-snapshot-preview1"13164source = "registry+https://github.com/rust-lang/crates.io-index"13165checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1316613167[[package]]13168name = "wasi"13169version = "0.10.0+wasi-snapshot-preview1"13170source = "registry+https://github.com/rust-lang/crates.io-index"13171checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1317213173[[package]]13174name = "wasi"13175version = "0.11.0+wasi-snapshot-preview1"13176source = "registry+https://github.com/rust-lang/crates.io-index"13177checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1317813179[[package]]13180name = "wasm-bindgen"13181version = "0.2.83"13182source = "registry+https://github.com/rust-lang/crates.io-index"13183checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13184dependencies = [13185 "cfg-if 1.0.0",13186 "wasm-bindgen-macro",13187]1318813189[[package]]13190name = "wasm-bindgen-backend"13191version = "0.2.83"13192source = "registry+https://github.com/rust-lang/crates.io-index"13193checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13194dependencies = [13195 "bumpalo",13196 "log",13197 "once_cell",13198 "proc-macro2",13199 "quote",13200 "syn",13201 "wasm-bindgen-shared",13202]1320313204[[package]]13205name = "wasm-bindgen-futures"13206version = "0.4.33"13207source = "registry+https://github.com/rust-lang/crates.io-index"13208checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13209dependencies = [13210 "cfg-if 1.0.0",13211 "js-sys",13212 "wasm-bindgen",13213 "web-sys",13214]1321513216[[package]]13217name = "wasm-bindgen-macro"13218version = "0.2.83"13219source = "registry+https://github.com/rust-lang/crates.io-index"13220checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13221dependencies = [13222 "quote",13223 "wasm-bindgen-macro-support",13224]1322513226[[package]]13227name = "wasm-bindgen-macro-support"13228version = "0.2.83"13229source = "registry+https://github.com/rust-lang/crates.io-index"13230checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13231dependencies = [13232 "proc-macro2",13233 "quote",13234 "syn",13235 "wasm-bindgen-backend",13236 "wasm-bindgen-shared",13237]1323813239[[package]]13240name = "wasm-bindgen-shared"13241version = "0.2.83"13242source = "registry+https://github.com/rust-lang/crates.io-index"13243checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1324413245[[package]]13246name = "wasm-gc-api"13247version = "0.1.11"13248source = "registry+https://github.com/rust-lang/crates.io-index"13249checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13250dependencies = [13251 "log",13252 "parity-wasm 0.32.0",13253 "rustc-demangle",13254]1325513256[[package]]13257name = "wasm-instrument"13258version = "0.3.0"13259source = "registry+https://github.com/rust-lang/crates.io-index"13260checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13261dependencies = [13262 "parity-wasm 0.45.0",13263]1326413265[[package]]13266name = "wasm-timer"13267version = "0.2.5"13268source = "registry+https://github.com/rust-lang/crates.io-index"13269checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13270dependencies = [13271 "futures 0.3.25",13272 "js-sys",13273 "parking_lot 0.11.2",13274 "pin-utils",13275 "wasm-bindgen",13276 "wasm-bindgen-futures",13277 "web-sys",13278]1327913280[[package]]13281name = "wasmi"13282version = "0.13.2"13283source = "registry+https://github.com/rust-lang/crates.io-index"13284checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13285dependencies = [13286 "parity-wasm 0.45.0",13287 "wasmi-validation",13288 "wasmi_core",13289]1329013291[[package]]13292name = "wasmi-validation"13293version = "0.5.0"13294source = "registry+https://github.com/rust-lang/crates.io-index"13295checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13296dependencies = [13297 "parity-wasm 0.45.0",13298]1329913300[[package]]13301name = "wasmi_core"13302version = "0.2.1"13303source = "registry+https://github.com/rust-lang/crates.io-index"13304checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13305dependencies = [13306 "downcast-rs",13307 "libm",13308 "memory_units",13309 "num-rational 0.4.1",13310 "num-traits",13311]1331213313[[package]]13314name = "wasmparser"13315version = "0.89.1"13316source = "registry+https://github.com/rust-lang/crates.io-index"13317checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13318dependencies = [13319 "indexmap",13320]1332113322[[package]]13323name = "wasmtime"13324version = "1.0.1"13325source = "registry+https://github.com/rust-lang/crates.io-index"13326checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13327dependencies = [13328 "anyhow",13329 "bincode",13330 "cfg-if 1.0.0",13331 "indexmap",13332 "libc",13333 "log",13334 "object",13335 "once_cell",13336 "paste",13337 "psm",13338 "rayon",13339 "serde",13340 "target-lexicon",13341 "wasmparser",13342 "wasmtime-cache",13343 "wasmtime-cranelift",13344 "wasmtime-environ",13345 "wasmtime-jit",13346 "wasmtime-runtime",13347 "windows-sys 0.36.1",13348]1334913350[[package]]13351name = "wasmtime-asm-macros"13352version = "1.0.1"13353source = "registry+https://github.com/rust-lang/crates.io-index"13354checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13355dependencies = [13356 "cfg-if 1.0.0",13357]1335813359[[package]]13360name = "wasmtime-cache"13361version = "1.0.1"13362source = "registry+https://github.com/rust-lang/crates.io-index"13363checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13364dependencies = [13365 "anyhow",13366 "base64",13367 "bincode",13368 "directories-next",13369 "file-per-thread-logger",13370 "log",13371 "rustix",13372 "serde",13373 "sha2 0.9.9",13374 "toml",13375 "windows-sys 0.36.1",13376 "zstd",13377]1337813379[[package]]13380name = "wasmtime-cranelift"13381version = "1.0.1"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13384dependencies = [13385 "anyhow",13386 "cranelift-codegen",13387 "cranelift-entity",13388 "cranelift-frontend",13389 "cranelift-native",13390 "cranelift-wasm",13391 "gimli",13392 "log",13393 "object",13394 "target-lexicon",13395 "thiserror",13396 "wasmparser",13397 "wasmtime-environ",13398]1339913400[[package]]13401name = "wasmtime-environ"13402version = "1.0.1"13403source = "registry+https://github.com/rust-lang/crates.io-index"13404checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13405dependencies = [13406 "anyhow",13407 "cranelift-entity",13408 "gimli",13409 "indexmap",13410 "log",13411 "object",13412 "serde",13413 "target-lexicon",13414 "thiserror",13415 "wasmparser",13416 "wasmtime-types",13417]1341813419[[package]]13420name = "wasmtime-jit"13421version = "1.0.1"13422source = "registry+https://github.com/rust-lang/crates.io-index"13423checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13424dependencies = [13425 "addr2line",13426 "anyhow",13427 "bincode",13428 "cfg-if 1.0.0",13429 "cpp_demangle",13430 "gimli",13431 "log",13432 "object",13433 "rustc-demangle",13434 "rustix",13435 "serde",13436 "target-lexicon",13437 "thiserror",13438 "wasmtime-environ",13439 "wasmtime-jit-debug",13440 "wasmtime-runtime",13441 "windows-sys 0.36.1",13442]1344313444[[package]]13445name = "wasmtime-jit-debug"13446version = "1.0.1"13447source = "registry+https://github.com/rust-lang/crates.io-index"13448checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13449dependencies = [13450 "object",13451 "once_cell",13452 "rustix",13453]1345413455[[package]]13456name = "wasmtime-runtime"13457version = "1.0.1"13458source = "registry+https://github.com/rust-lang/crates.io-index"13459checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13460dependencies = [13461 "anyhow",13462 "cc",13463 "cfg-if 1.0.0",13464 "indexmap",13465 "libc",13466 "log",13467 "mach",13468 "memfd",13469 "memoffset",13470 "paste",13471 "rand 0.8.5",13472 "rustix",13473 "thiserror",13474 "wasmtime-asm-macros",13475 "wasmtime-environ",13476 "wasmtime-jit-debug",13477 "windows-sys 0.36.1",13478]1347913480[[package]]13481name = "wasmtime-types"13482version = "1.0.1"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13485dependencies = [13486 "cranelift-entity",13487 "serde",13488 "thiserror",13489 "wasmparser",13490]1349113492[[package]]13493name = "web-sys"13494version = "0.3.60"13495source = "registry+https://github.com/rust-lang/crates.io-index"13496checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13497dependencies = [13498 "js-sys",13499 "wasm-bindgen",13500]1350113502[[package]]13503name = "webpki"13504version = "0.22.0"13505source = "registry+https://github.com/rust-lang/crates.io-index"13506checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13507dependencies = [13508 "ring",13509 "untrusted",13510]1351113512[[package]]13513name = "webpki-roots"13514version = "0.22.5"13515source = "registry+https://github.com/rust-lang/crates.io-index"13516checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13517dependencies = [13518 "webpki",13519]1352013521[[package]]13522name = "wepoll-ffi"13523version = "0.1.2"13524source = "registry+https://github.com/rust-lang/crates.io-index"13525checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13526dependencies = [13527 "cc",13528]1352913530[[package]]13531name = "westend-runtime"13532version = "0.9.30"13533source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13534dependencies = [13535 "beefy-primitives",13536 "bitvec 1.0.1",13537 "frame-benchmarking",13538 "frame-election-provider-support",13539 "frame-executive",13540 "frame-support",13541 "frame-system",13542 "frame-system-benchmarking",13543 "frame-system-rpc-runtime-api",13544 "frame-try-runtime",13545 "hex-literal",13546 "log",13547 "pallet-authority-discovery",13548 "pallet-authorship",13549 "pallet-babe",13550 "pallet-bags-list",13551 "pallet-balances",13552 "pallet-collective",13553 "pallet-democracy",13554 "pallet-election-provider-multi-phase",13555 "pallet-election-provider-support-benchmarking",13556 "pallet-elections-phragmen",13557 "pallet-fast-unstake",13558 "pallet-grandpa",13559 "pallet-identity",13560 "pallet-im-online",13561 "pallet-indices",13562 "pallet-membership",13563 "pallet-multisig",13564 "pallet-nomination-pools",13565 "pallet-nomination-pools-benchmarking",13566 "pallet-nomination-pools-runtime-api",13567 "pallet-offences",13568 "pallet-offences-benchmarking",13569 "pallet-preimage",13570 "pallet-proxy",13571 "pallet-recovery",13572 "pallet-scheduler",13573 "pallet-session",13574 "pallet-session-benchmarking",13575 "pallet-society",13576 "pallet-staking",13577 "pallet-staking-reward-curve",13578 "pallet-sudo",13579 "pallet-timestamp",13580 "pallet-transaction-payment",13581 "pallet-transaction-payment-rpc-runtime-api",13582 "pallet-treasury",13583 "pallet-utility",13584 "pallet-vesting",13585 "pallet-xcm",13586 "pallet-xcm-benchmarks",13587 "parity-scale-codec 3.2.1",13588 "polkadot-parachain",13589 "polkadot-primitives",13590 "polkadot-runtime-common",13591 "polkadot-runtime-parachains",13592 "rustc-hex",13593 "scale-info",13594 "serde",13595 "serde_derive",13596 "smallvec",13597 "sp-api",13598 "sp-authority-discovery",13599 "sp-block-builder",13600 "sp-consensus-babe",13601 "sp-core",13602 "sp-inherents",13603 "sp-io",13604 "sp-mmr-primitives",13605 "sp-npos-elections",13606 "sp-offchain",13607 "sp-runtime",13608 "sp-session",13609 "sp-staking",13610 "sp-std",13611 "sp-transaction-pool",13612 "sp-version",13613 "substrate-wasm-builder",13614 "westend-runtime-constants",13615 "xcm",13616 "xcm-builder",13617 "xcm-executor",13618]1361913620[[package]]13621name = "westend-runtime-constants"13622version = "0.9.30"13623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13624dependencies = [13625 "frame-support",13626 "polkadot-primitives",13627 "polkadot-runtime-common",13628 "smallvec",13629 "sp-runtime",13630]1363113632[[package]]13633name = "which"13634version = "4.3.0"13635source = "registry+https://github.com/rust-lang/crates.io-index"13636checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13637dependencies = [13638 "either",13639 "libc",13640 "once_cell",13641]1364213643[[package]]13644name = "widestring"13645version = "0.5.1"13646source = "registry+https://github.com/rust-lang/crates.io-index"13647checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1364813649[[package]]13650name = "winapi"13651version = "0.3.9"13652source = "registry+https://github.com/rust-lang/crates.io-index"13653checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13654dependencies = [13655 "winapi-i686-pc-windows-gnu",13656 "winapi-x86_64-pc-windows-gnu",13657]1365813659[[package]]13660name = "winapi-i686-pc-windows-gnu"13661version = "0.4.0"13662source = "registry+https://github.com/rust-lang/crates.io-index"13663checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1366413665[[package]]13666name = "winapi-util"13667version = "0.1.5"13668source = "registry+https://github.com/rust-lang/crates.io-index"13669checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13670dependencies = [13671 "winapi",13672]1367313674[[package]]13675name = "winapi-x86_64-pc-windows-gnu"13676version = "0.4.0"13677source = "registry+https://github.com/rust-lang/crates.io-index"13678checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1367913680[[package]]13681name = "windows"13682version = "0.34.0"13683source = "registry+https://github.com/rust-lang/crates.io-index"13684checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13685dependencies = [13686 "windows_aarch64_msvc 0.34.0",13687 "windows_i686_gnu 0.34.0",13688 "windows_i686_msvc 0.34.0",13689 "windows_x86_64_gnu 0.34.0",13690 "windows_x86_64_msvc 0.34.0",13691]1369213693[[package]]13694name = "windows-sys"13695version = "0.36.1"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13698dependencies = [13699 "windows_aarch64_msvc 0.36.1",13700 "windows_i686_gnu 0.36.1",13701 "windows_i686_msvc 0.36.1",13702 "windows_x86_64_gnu 0.36.1",13703 "windows_x86_64_msvc 0.36.1",13704]1370513706[[package]]13707name = "windows-sys"13708version = "0.42.0"13709source = "registry+https://github.com/rust-lang/crates.io-index"13710checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13711dependencies = [13712 "windows_aarch64_gnullvm",13713 "windows_aarch64_msvc 0.42.0",13714 "windows_i686_gnu 0.42.0",13715 "windows_i686_msvc 0.42.0",13716 "windows_x86_64_gnu 0.42.0",13717 "windows_x86_64_gnullvm",13718 "windows_x86_64_msvc 0.42.0",13719]1372013721[[package]]13722name = "windows_aarch64_gnullvm"13723version = "0.42.0"13724source = "registry+https://github.com/rust-lang/crates.io-index"13725checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1372613727[[package]]13728name = "windows_aarch64_msvc"13729version = "0.34.0"13730source = "registry+https://github.com/rust-lang/crates.io-index"13731checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1373213733[[package]]13734name = "windows_aarch64_msvc"13735version = "0.36.1"13736source = "registry+https://github.com/rust-lang/crates.io-index"13737checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1373813739[[package]]13740name = "windows_aarch64_msvc"13741version = "0.42.0"13742source = "registry+https://github.com/rust-lang/crates.io-index"13743checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1374413745[[package]]13746name = "windows_i686_gnu"13747version = "0.34.0"13748source = "registry+https://github.com/rust-lang/crates.io-index"13749checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1375013751[[package]]13752name = "windows_i686_gnu"13753version = "0.36.1"13754source = "registry+https://github.com/rust-lang/crates.io-index"13755checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1375613757[[package]]13758name = "windows_i686_gnu"13759version = "0.42.0"13760source = "registry+https://github.com/rust-lang/crates.io-index"13761checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1376213763[[package]]13764name = "windows_i686_msvc"13765version = "0.34.0"13766source = "registry+https://github.com/rust-lang/crates.io-index"13767checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1376813769[[package]]13770name = "windows_i686_msvc"13771version = "0.36.1"13772source = "registry+https://github.com/rust-lang/crates.io-index"13773checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1377413775[[package]]13776name = "windows_i686_msvc"13777version = "0.42.0"13778source = "registry+https://github.com/rust-lang/crates.io-index"13779checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1378013781[[package]]13782name = "windows_x86_64_gnu"13783version = "0.34.0"13784source = "registry+https://github.com/rust-lang/crates.io-index"13785checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1378613787[[package]]13788name = "windows_x86_64_gnu"13789version = "0.36.1"13790source = "registry+https://github.com/rust-lang/crates.io-index"13791checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1379213793[[package]]13794name = "windows_x86_64_gnu"13795version = "0.42.0"13796source = "registry+https://github.com/rust-lang/crates.io-index"13797checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1379813799[[package]]13800name = "windows_x86_64_gnullvm"13801version = "0.42.0"13802source = "registry+https://github.com/rust-lang/crates.io-index"13803checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1380413805[[package]]13806name = "windows_x86_64_msvc"13807version = "0.34.0"13808source = "registry+https://github.com/rust-lang/crates.io-index"13809checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1381013811[[package]]13812name = "windows_x86_64_msvc"13813version = "0.36.1"13814source = "registry+https://github.com/rust-lang/crates.io-index"13815checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1381613817[[package]]13818name = "windows_x86_64_msvc"13819version = "0.42.0"13820source = "registry+https://github.com/rust-lang/crates.io-index"13821checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1382213823[[package]]13824name = "winreg"13825version = "0.7.0"13826source = "registry+https://github.com/rust-lang/crates.io-index"13827checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13828dependencies = [13829 "winapi",13830]1383113832[[package]]13833name = "wyz"13834version = "0.2.0"13835source = "registry+https://github.com/rust-lang/crates.io-index"13836checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1383713838[[package]]13839name = "wyz"13840version = "0.5.0"13841source = "registry+https://github.com/rust-lang/crates.io-index"13842checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13843dependencies = [13844 "tap",13845]1384613847[[package]]13848name = "x25519-dalek"13849version = "1.1.1"13850source = "registry+https://github.com/rust-lang/crates.io-index"13851checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13852dependencies = [13853 "curve25519-dalek 3.2.0",13854 "rand_core 0.5.1",13855 "zeroize",13856]1385713858[[package]]13859name = "xcm"13860version = "0.9.30"13861source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13862dependencies = [13863 "derivative",13864 "impl-trait-for-tuples",13865 "log",13866 "parity-scale-codec 3.2.1",13867 "scale-info",13868 "sp-runtime",13869 "xcm-procedural",13870]1387113872[[package]]13873name = "xcm-builder"13874version = "0.9.30"13875source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13876dependencies = [13877 "frame-support",13878 "frame-system",13879 "log",13880 "pallet-transaction-payment",13881 "parity-scale-codec 3.2.1",13882 "polkadot-parachain",13883 "scale-info",13884 "sp-arithmetic",13885 "sp-io",13886 "sp-runtime",13887 "sp-std",13888 "xcm",13889 "xcm-executor",13890]1389113892[[package]]13893name = "xcm-executor"13894version = "0.9.30"13895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13896dependencies = [13897 "frame-benchmarking",13898 "frame-support",13899 "impl-trait-for-tuples",13900 "log",13901 "parity-scale-codec 3.2.1",13902 "sp-arithmetic",13903 "sp-core",13904 "sp-io",13905 "sp-runtime",13906 "sp-std",13907 "xcm",13908]1390913910[[package]]13911name = "xcm-procedural"13912version = "0.9.30"13913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13914dependencies = [13915 "Inflector",13916 "proc-macro2",13917 "quote",13918 "syn",13919]1392013921[[package]]13922name = "yamux"13923version = "0.10.2"13924source = "registry+https://github.com/rust-lang/crates.io-index"13925checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13926dependencies = [13927 "futures 0.3.25",13928 "log",13929 "nohash-hasher",13930 "parking_lot 0.12.1",13931 "rand 0.8.5",13932 "static_assertions",13933]1393413935[[package]]13936name = "zeroize"13937version = "1.5.7"13938source = "registry+https://github.com/rust-lang/crates.io-index"13939checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13940dependencies = [13941 "zeroize_derive",13942]1394313944[[package]]13945name = "zeroize_derive"13946version = "1.3.2"13947source = "registry+https://github.com/rust-lang/crates.io-index"13948checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13949dependencies = [13950 "proc-macro2",13951 "quote",13952 "syn",13953 "synstructure",13954]1395513956[[package]]13957name = "zstd"13958version = "0.11.2+zstd.1.5.2"13959source = "registry+https://github.com/rust-lang/crates.io-index"13960checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13961dependencies = [13962 "zstd-safe",13963]1396413965[[package]]13966name = "zstd-safe"13967version = "5.0.2+zstd.1.5.2"13968source = "registry+https://github.com/rust-lang/crates.io-index"13969checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13970dependencies = [13971 "libc",13972 "zstd-sys",13973]1397413975[[package]]13976name = "zstd-sys"13977version = "2.0.1+zstd.1.5.2"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13980dependencies = [13981 "cc",13982 "libc",13983]