git.delta.rocks / unique-network / refs/commits / 465cfefa64e5

difftreelog

source

Cargo.lock312.3 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher 0.3.0",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher 0.3.0",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.1.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.7.1"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.4.1"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"209dependencies = [210 "async-task",211 "concurrent-queue",212 "fastrand",213 "futures-lite",214 "once_cell",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.0"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.9.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"238dependencies = [239 "autocfg",240 "concurrent-queue",241 "futures-lite",242 "libc",243 "log",244 "once_cell",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "winapi",251]252253[[package]]254name = "async-lock"255version = "2.6.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"258dependencies = [259 "event-listener",260 "futures-lite",261]262263[[package]]264name = "async-process"265version = "1.5.0"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"268dependencies = [269 "async-io",270 "autocfg",271 "blocking",272 "cfg-if 1.0.0",273 "event-listener",274 "futures-lite",275 "libc",276 "once_cell",277 "signal-hook",278 "winapi",279]280281[[package]]282name = "async-std"283version = "1.12.0"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"286dependencies = [287 "async-attributes",288 "async-channel",289 "async-global-executor",290 "async-io",291 "async-lock",292 "async-process",293 "crossbeam-utils",294 "futures-channel",295 "futures-core",296 "futures-io",297 "futures-lite",298 "gloo-timers",299 "kv-log-macro",300 "log",301 "memchr",302 "once_cell",303 "pin-project-lite 0.2.9",304 "pin-utils",305 "slab",306 "wasm-bindgen-futures",307]308309[[package]]310name = "async-std-resolver"311version = "0.21.2"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"314dependencies = [315 "async-std",316 "async-trait",317 "futures-io",318 "futures-util",319 "pin-utils",320 "socket2",321 "trust-dns-resolver",322]323324[[package]]325name = "async-task"326version = "4.3.0"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"329330[[package]]331name = "async-trait"332version = "0.1.58"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"335dependencies = [336 "proc-macro2",337 "quote",338 "syn",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"346dependencies = [347 "bytes",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.9",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi",367 "libc",368 "winapi",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backoff"391version = "0.4.0"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"394dependencies = [395 "futures-core",396 "getrandom 0.2.8",397 "instant",398 "pin-project-lite 0.2.9",399 "rand 0.8.5",400 "tokio",401]402403[[package]]404name = "backtrace"405version = "0.3.66"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"408dependencies = [409 "addr2line",410 "cc",411 "cfg-if 1.0.0",412 "libc",413 "miniz_oxide",414 "object",415 "rustc-demangle",416]417418[[package]]419name = "base-x"420version = "0.2.11"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"423424[[package]]425name = "base16ct"426version = "0.1.1"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"429430[[package]]431name = "base58"432version = "0.2.0"433source = "registry+https://github.com/rust-lang/crates.io-index"434checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"435436[[package]]437name = "base64"438version = "0.13.1"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"441442[[package]]443name = "base64ct"444version = "1.5.3"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"447448[[package]]449name = "beef"450version = "0.5.2"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"453dependencies = [454 "serde",455]456457[[package]]458name = "beefy-gadget"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"461dependencies = [462 "array-bytes",463 "async-trait",464 "beefy-primitives",465 "fnv",466 "futures 0.3.25",467 "futures-timer",468 "log",469 "parity-scale-codec 3.2.1",470 "parking_lot 0.12.1",471 "sc-chain-spec",472 "sc-client-api",473 "sc-consensus",474 "sc-finality-grandpa",475 "sc-keystore",476 "sc-network",477 "sc-network-common",478 "sc-network-gossip",479 "sc-utils",480 "sp-api",481 "sp-application-crypto",482 "sp-arithmetic",483 "sp-blockchain",484 "sp-consensus",485 "sp-core",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime",489 "substrate-prometheus-endpoint",490 "thiserror",491 "wasm-timer",492]493494[[package]]495name = "beefy-gadget-rpc"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"498dependencies = [499 "beefy-gadget",500 "beefy-primitives",501 "futures 0.3.25",502 "jsonrpsee",503 "log",504 "parity-scale-codec 3.2.1",505 "parking_lot 0.12.1",506 "sc-rpc",507 "sc-utils",508 "serde",509 "sp-core",510 "sp-runtime",511 "thiserror",512]513514[[package]]515name = "beefy-merkle-tree"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"518dependencies = [519 "beefy-primitives",520 "sp-api",521]522523[[package]]524name = "beefy-primitives"525version = "4.0.0-dev"526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"527dependencies = [528 "parity-scale-codec 3.2.1",529 "scale-info",530 "sp-api",531 "sp-application-crypto",532 "sp-core",533 "sp-runtime",534 "sp-std",535]536537[[package]]538name = "bimap"539version = "0.6.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"542543[[package]]544name = "bincode"545version = "1.3.3"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"548dependencies = [549 "serde",550]551552[[package]]553name = "bindgen"554version = "0.59.2"555source = "registry+https://github.com/rust-lang/crates.io-index"556checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"557dependencies = [558 "bitflags",559 "cexpr",560 "clang-sys",561 "lazy_static",562 "lazycell",563 "peeking_take_while",564 "proc-macro2",565 "quote",566 "regex",567 "rustc-hash",568 "shlex",569]570571[[package]]572name = "bitflags"573version = "1.3.2"574source = "registry+https://github.com/rust-lang/crates.io-index"575checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"576577[[package]]578name = "bitvec"579version = "0.20.4"580source = "registry+https://github.com/rust-lang/crates.io-index"581checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"582dependencies = [583 "funty 1.1.0",584 "radium 0.6.2",585 "tap",586 "wyz 0.2.0",587]588589[[package]]590name = "bitvec"591version = "1.0.1"592source = "registry+https://github.com/rust-lang/crates.io-index"593checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"594dependencies = [595 "funty 2.0.0",596 "radium 0.7.0",597 "tap",598 "wyz 0.5.0",599]600601[[package]]602name = "blake2"603version = "0.10.4"604source = "registry+https://github.com/rust-lang/crates.io-index"605checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"606dependencies = [607 "digest 0.10.5",608]609610[[package]]611name = "blake2-rfc"612version = "0.2.18"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"615dependencies = [616 "arrayvec 0.4.12",617 "constant_time_eq",618]619620[[package]]621name = "blake2b_simd"622version = "1.0.0"623source = "registry+https://github.com/rust-lang/crates.io-index"624checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"625dependencies = [626 "arrayref",627 "arrayvec 0.7.2",628 "constant_time_eq",629]630631[[package]]632name = "blake2s_simd"633version = "1.0.0"634source = "registry+https://github.com/rust-lang/crates.io-index"635checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"636dependencies = [637 "arrayref",638 "arrayvec 0.7.2",639 "constant_time_eq",640]641642[[package]]643name = "blake3"644version = "1.3.1"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"647dependencies = [648 "arrayref",649 "arrayvec 0.7.2",650 "cc",651 "cfg-if 1.0.0",652 "constant_time_eq",653 "digest 0.10.5",654]655656[[package]]657name = "block-buffer"658version = "0.7.3"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"661dependencies = [662 "block-padding",663 "byte-tools",664 "byteorder",665 "generic-array 0.12.4",666]667668[[package]]669name = "block-buffer"670version = "0.9.0"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"673dependencies = [674 "generic-array 0.14.6",675]676677[[package]]678name = "block-buffer"679version = "0.10.3"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"682dependencies = [683 "generic-array 0.14.6",684]685686[[package]]687name = "block-padding"688version = "0.1.5"689source = "registry+https://github.com/rust-lang/crates.io-index"690checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"691dependencies = [692 "byte-tools",693]694695[[package]]696name = "blocking"697version = "1.2.0"698source = "registry+https://github.com/rust-lang/crates.io-index"699checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"700dependencies = [701 "async-channel",702 "async-task",703 "atomic-waker",704 "fastrand",705 "futures-lite",706 "once_cell",707]708709[[package]]710name = "bondrewd"711version = "0.1.14"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"714dependencies = [715 "bondrewd-derive",716]717718[[package]]719name = "bondrewd-derive"720version = "0.3.18"721source = "registry+https://github.com/rust-lang/crates.io-index"722checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"723dependencies = [724 "proc-macro2",725 "quote",726 "syn",727]728729[[package]]730name = "bounded-vec"731version = "0.6.0"732source = "registry+https://github.com/rust-lang/crates.io-index"733checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"734dependencies = [735 "thiserror",736]737738[[package]]739name = "bs58"740version = "0.4.0"741source = "registry+https://github.com/rust-lang/crates.io-index"742checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"743744[[package]]745name = "bstr"746version = "0.2.17"747source = "registry+https://github.com/rust-lang/crates.io-index"748checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"749dependencies = [750 "lazy_static",751 "memchr",752 "regex-automata",753]754755[[package]]756name = "build-helper"757version = "0.1.1"758source = "registry+https://github.com/rust-lang/crates.io-index"759checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"760dependencies = [761 "semver 0.6.0",762]763764[[package]]765name = "bumpalo"766version = "3.11.1"767source = "registry+https://github.com/rust-lang/crates.io-index"768checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"769770[[package]]771name = "byte-slice-cast"772version = "1.2.1"773source = "registry+https://github.com/rust-lang/crates.io-index"774checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"775776[[package]]777name = "byte-tools"778version = "0.3.1"779source = "registry+https://github.com/rust-lang/crates.io-index"780checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"781782[[package]]783name = "byteorder"784version = "1.4.3"785source = "registry+https://github.com/rust-lang/crates.io-index"786checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"787788[[package]]789name = "bytes"790version = "1.2.1"791source = "registry+https://github.com/rust-lang/crates.io-index"792checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"793794[[package]]795name = "bzip2-sys"796version = "0.1.11+1.0.8"797source = "registry+https://github.com/rust-lang/crates.io-index"798checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"799dependencies = [800 "cc",801 "libc",802 "pkg-config",803]804805[[package]]806name = "cache-padded"807version = "1.2.0"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"810811[[package]]812name = "camino"813version = "1.1.1"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"816dependencies = [817 "serde",818]819820[[package]]821name = "cargo-platform"822version = "0.1.2"823source = "registry+https://github.com/rust-lang/crates.io-index"824checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"825dependencies = [826 "serde",827]828829[[package]]830name = "cargo_metadata"831version = "0.14.2"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"834dependencies = [835 "camino",836 "cargo-platform",837 "semver 1.0.14",838 "serde",839 "serde_json",840]841842[[package]]843name = "cc"844version = "1.0.73"845source = "registry+https://github.com/rust-lang/crates.io-index"846checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"847dependencies = [848 "jobserver",849]850851[[package]]852name = "cexpr"853version = "0.6.0"854source = "registry+https://github.com/rust-lang/crates.io-index"855checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"856dependencies = [857 "nom",858]859860[[package]]861name = "cfg-expr"862version = "0.10.3"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"865dependencies = [866 "smallvec",867]868869[[package]]870name = "cfg-if"871version = "0.1.10"872source = "registry+https://github.com/rust-lang/crates.io-index"873checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"874875[[package]]876name = "cfg-if"877version = "1.0.0"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"880881[[package]]882name = "cfg_aliases"883version = "0.1.1"884source = "registry+https://github.com/rust-lang/crates.io-index"885checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"886887[[package]]888name = "chacha20"889version = "0.8.2"890source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"892dependencies = [893 "cfg-if 1.0.0",894 "cipher 0.3.0",895 "cpufeatures",896 "zeroize",897]898899[[package]]900name = "chacha20poly1305"901version = "0.9.1"902source = "registry+https://github.com/rust-lang/crates.io-index"903checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"904dependencies = [905 "aead",906 "chacha20",907 "cipher 0.3.0",908 "poly1305",909 "zeroize",910]911912[[package]]913name = "chrono"914version = "0.4.22"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"917dependencies = [918 "iana-time-zone",919 "js-sys",920 "num-integer",921 "num-traits",922 "time 0.1.44",923 "wasm-bindgen",924 "winapi",925]926927[[package]]928name = "cid"929version = "0.8.6"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"932dependencies = [933 "core2",934 "multibase",935 "multihash",936 "serde",937 "unsigned-varint",938]939940[[package]]941name = "cipher"942version = "0.3.0"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"945dependencies = [946 "generic-array 0.14.6",947]948949[[package]]950name = "cipher"951version = "0.4.3"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"954dependencies = [955 "crypto-common",956 "inout",957]958959[[package]]960name = "ckb-merkle-mountain-range"961version = "0.3.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"964dependencies = [965 "cfg-if 0.1.10",966]967968[[package]]969name = "clang-sys"970version = "1.4.0"971source = "registry+https://github.com/rust-lang/crates.io-index"972checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"973dependencies = [974 "glob",975 "libc",976 "libloading 0.7.3",977]978979[[package]]980name = "clap"981version = "3.2.23"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"984dependencies = [985 "atty",986 "bitflags",987 "clap_derive",988 "clap_lex",989 "indexmap",990 "once_cell",991 "strsim",992 "termcolor",993 "textwrap",994]995996[[package]]997name = "clap_derive"998version = "3.2.18"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"1001dependencies = [1002 "heck",1003 "proc-macro-error",1004 "proc-macro2",1005 "quote",1006 "syn",1007]10081009[[package]]1010name = "clap_lex"1011version = "0.2.4"1012source = "registry+https://github.com/rust-lang/crates.io-index"1013checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"1014dependencies = [1015 "os_str_bytes",1016]10171018[[package]]1019name = "cmake"1020version = "0.1.48"1021source = "registry+https://github.com/rust-lang/crates.io-index"1022checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1023dependencies = [1024 "cc",1025]10261027[[package]]1028name = "coarsetime"1029version = "0.1.22"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1032dependencies = [1033 "libc",1034 "once_cell",1035 "wasi 0.11.0+wasi-snapshot-preview1",1036 "wasm-bindgen",1037]10381039[[package]]1040name = "codespan-reporting"1041version = "0.11.1"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1044dependencies = [1045 "termcolor",1046 "unicode-width",1047]10481049[[package]]1050name = "comfy-table"1051version = "6.1.1"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"1054dependencies = [1055 "strum",1056 "strum_macros",1057 "unicode-width",1058]10591060[[package]]1061name = "concat-idents"1062version = "1.1.3"1063source = "registry+https://github.com/rust-lang/crates.io-index"1064checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"1065dependencies = [1066 "quote",1067 "syn",1068]10691070[[package]]1071name = "concurrent-queue"1072version = "1.2.4"1073source = "registry+https://github.com/rust-lang/crates.io-index"1074checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1075dependencies = [1076 "cache-padded",1077]10781079[[package]]1080name = "console"1081version = "0.15.2"1082source = "registry+https://github.com/rust-lang/crates.io-index"1083checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1084dependencies = [1085 "encode_unicode",1086 "lazy_static",1087 "libc",1088 "terminal_size",1089 "winapi",1090]10911092[[package]]1093name = "const-oid"1094version = "0.7.1"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10971098[[package]]1099name = "constant_time_eq"1100version = "0.1.5"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11031104[[package]]1105name = "convert_case"1106version = "0.4.0"1107source = "registry+https://github.com/rust-lang/crates.io-index"1108checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11091110[[package]]1111name = "core-foundation"1112version = "0.9.3"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1115dependencies = [1116 "core-foundation-sys",1117 "libc",1118]11191120[[package]]1121name = "core-foundation-sys"1122version = "0.8.3"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11251126[[package]]1127name = "core2"1128version = "0.4.0"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1131dependencies = [1132 "memchr",1133]11341135[[package]]1136name = "cpp_demangle"1137version = "0.3.5"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1140dependencies = [1141 "cfg-if 1.0.0",1142]11431144[[package]]1145name = "cpufeatures"1146version = "0.2.5"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1149dependencies = [1150 "libc",1151]11521153[[package]]1154name = "cranelift-bforest"1155version = "0.88.1"1156source = "registry+https://github.com/rust-lang/crates.io-index"1157checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1158dependencies = [1159 "cranelift-entity",1160]11611162[[package]]1163name = "cranelift-codegen"1164version = "0.88.1"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1167dependencies = [1168 "arrayvec 0.7.2",1169 "bumpalo",1170 "cranelift-bforest",1171 "cranelift-codegen-meta",1172 "cranelift-codegen-shared",1173 "cranelift-entity",1174 "cranelift-isle",1175 "gimli",1176 "log",1177 "regalloc2",1178 "smallvec",1179 "target-lexicon",1180]11811182[[package]]1183name = "cranelift-codegen-meta"1184version = "0.88.1"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1187dependencies = [1188 "cranelift-codegen-shared",1189]11901191[[package]]1192name = "cranelift-codegen-shared"1193version = "0.88.1"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11961197[[package]]1198name = "cranelift-entity"1199version = "0.88.1"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1202dependencies = [1203 "serde",1204]12051206[[package]]1207name = "cranelift-frontend"1208version = "0.88.1"1209source = "registry+https://github.com/rust-lang/crates.io-index"1210checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1211dependencies = [1212 "cranelift-codegen",1213 "log",1214 "smallvec",1215 "target-lexicon",1216]12171218[[package]]1219name = "cranelift-isle"1220version = "0.88.1"1221source = "registry+https://github.com/rust-lang/crates.io-index"1222checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12231224[[package]]1225name = "cranelift-native"1226version = "0.88.1"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1229dependencies = [1230 "cranelift-codegen",1231 "libc",1232 "target-lexicon",1233]12341235[[package]]1236name = "cranelift-wasm"1237version = "0.88.1"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1240dependencies = [1241 "cranelift-codegen",1242 "cranelift-entity",1243 "cranelift-frontend",1244 "itertools",1245 "log",1246 "smallvec",1247 "wasmparser",1248 "wasmtime-types",1249]12501251[[package]]1252name = "crc32fast"1253version = "1.3.2"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1256dependencies = [1257 "cfg-if 1.0.0",1258]12591260[[package]]1261name = "crossbeam-channel"1262version = "0.5.6"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1265dependencies = [1266 "cfg-if 1.0.0",1267 "crossbeam-utils",1268]12691270[[package]]1271name = "crossbeam-deque"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1275dependencies = [1276 "cfg-if 1.0.0",1277 "crossbeam-epoch",1278 "crossbeam-utils",1279]12801281[[package]]1282name = "crossbeam-epoch"1283version = "0.9.11"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1286dependencies = [1287 "autocfg",1288 "cfg-if 1.0.0",1289 "crossbeam-utils",1290 "memoffset",1291 "scopeguard",1292]12931294[[package]]1295name = "crossbeam-queue"1296version = "0.3.6"1297source = "registry+https://github.com/rust-lang/crates.io-index"1298checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1299dependencies = [1300 "cfg-if 1.0.0",1301 "crossbeam-utils",1302]13031304[[package]]1305name = "crossbeam-utils"1306version = "0.8.12"1307source = "registry+https://github.com/rust-lang/crates.io-index"1308checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1309dependencies = [1310 "cfg-if 1.0.0",1311]13121313[[package]]1314name = "crunchy"1315version = "0.2.2"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13181319[[package]]1320name = "crypto-bigint"1321version = "0.3.2"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1324dependencies = [1325 "generic-array 0.14.6",1326 "rand_core 0.6.4",1327 "subtle",1328 "zeroize",1329]13301331[[package]]1332name = "crypto-common"1333version = "0.1.6"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1336dependencies = [1337 "generic-array 0.14.6",1338 "typenum",1339]13401341[[package]]1342name = "crypto-mac"1343version = "0.8.0"1344source = "registry+https://github.com/rust-lang/crates.io-index"1345checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1346dependencies = [1347 "generic-array 0.14.6",1348 "subtle",1349]13501351[[package]]1352name = "crypto-mac"1353version = "0.11.1"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1356dependencies = [1357 "generic-array 0.14.6",1358 "subtle",1359]13601361[[package]]1362name = "ctor"1363version = "0.1.26"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1366dependencies = [1367 "quote",1368 "syn",1369]13701371[[package]]1372name = "ctr"1373version = "0.8.0"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1376dependencies = [1377 "cipher 0.3.0",1378]13791380[[package]]1381name = "cuckoofilter"1382version = "0.5.0"1383source = "registry+https://github.com/rust-lang/crates.io-index"1384checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1385dependencies = [1386 "byteorder",1387 "fnv",1388 "rand 0.7.3",1389]13901391[[package]]1392name = "cumulus-client-cli"1393version = "0.1.0"1394source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1395dependencies = [1396 "clap",1397 "parity-scale-codec 3.2.1",1398 "sc-chain-spec",1399 "sc-cli",1400 "sc-service",1401 "sp-core",1402 "sp-runtime",1403 "url",1404]14051406[[package]]1407name = "cumulus-client-collator"1408version = "0.1.0"1409source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1410dependencies = [1411 "cumulus-client-consensus-common",1412 "cumulus-client-network",1413 "cumulus-primitives-core",1414 "cumulus-relay-chain-interface",1415 "futures 0.3.25",1416 "parity-scale-codec 3.2.1",1417 "parking_lot 0.12.1",1418 "polkadot-node-primitives",1419 "polkadot-node-subsystem",1420 "polkadot-overseer",1421 "polkadot-primitives",1422 "sc-client-api",1423 "sp-api",1424 "sp-consensus",1425 "sp-core",1426 "sp-runtime",1427 "tracing",1428]14291430[[package]]1431name = "cumulus-client-consensus-aura"1432version = "0.1.0"1433source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1434dependencies = [1435 "async-trait",1436 "cumulus-client-consensus-common",1437 "cumulus-primitives-core",1438 "futures 0.3.25",1439 "parity-scale-codec 3.2.1",1440 "sc-client-api",1441 "sc-consensus",1442 "sc-consensus-aura",1443 "sc-consensus-slots",1444 "sc-telemetry",1445 "sp-api",1446 "sp-application-crypto",1447 "sp-block-builder",1448 "sp-blockchain",1449 "sp-consensus",1450 "sp-consensus-aura",1451 "sp-core",1452 "sp-inherents",1453 "sp-keystore",1454 "sp-runtime",1455 "substrate-prometheus-endpoint",1456 "tracing",1457]14581459[[package]]1460name = "cumulus-client-consensus-common"1461version = "0.1.0"1462source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1463dependencies = [1464 "async-trait",1465 "cumulus-relay-chain-interface",1466 "dyn-clone",1467 "futures 0.3.25",1468 "parity-scale-codec 3.2.1",1469 "polkadot-primitives",1470 "sc-client-api",1471 "sc-consensus",1472 "sp-api",1473 "sp-blockchain",1474 "sp-consensus",1475 "sp-runtime",1476 "sp-trie",1477 "tracing",1478]14791480[[package]]1481name = "cumulus-client-network"1482version = "0.1.0"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1484dependencies = [1485 "async-trait",1486 "cumulus-relay-chain-interface",1487 "derive_more",1488 "futures 0.3.25",1489 "futures-timer",1490 "parity-scale-codec 3.2.1",1491 "parking_lot 0.12.1",1492 "polkadot-node-primitives",1493 "polkadot-parachain",1494 "polkadot-primitives",1495 "sc-client-api",1496 "sp-api",1497 "sp-blockchain",1498 "sp-consensus",1499 "sp-core",1500 "sp-runtime",1501 "sp-state-machine",1502 "tracing",1503]15041505[[package]]1506name = "cumulus-client-pov-recovery"1507version = "0.1.0"1508source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1509dependencies = [1510 "cumulus-primitives-core",1511 "cumulus-relay-chain-interface",1512 "futures 0.3.25",1513 "futures-timer",1514 "parity-scale-codec 3.2.1",1515 "polkadot-node-primitives",1516 "polkadot-node-subsystem",1517 "polkadot-overseer",1518 "polkadot-primitives",1519 "rand 0.8.5",1520 "sc-client-api",1521 "sc-consensus",1522 "sp-api",1523 "sp-consensus",1524 "sp-maybe-compressed-blob",1525 "sp-runtime",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-client-service"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533dependencies = [1534 "cumulus-client-cli",1535 "cumulus-client-collator",1536 "cumulus-client-consensus-common",1537 "cumulus-client-pov-recovery",1538 "cumulus-primitives-core",1539 "cumulus-relay-chain-interface",1540 "parking_lot 0.12.1",1541 "polkadot-overseer",1542 "polkadot-primitives",1543 "sc-client-api",1544 "sc-consensus",1545 "sc-consensus-babe",1546 "sc-service",1547 "sc-telemetry",1548 "sc-tracing",1549 "sp-api",1550 "sp-blockchain",1551 "sp-consensus",1552 "sp-core",1553 "sp-runtime",1554 "tracing",1555]15561557[[package]]1558name = "cumulus-pallet-aura-ext"1559version = "0.1.0"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561dependencies = [1562 "frame-executive",1563 "frame-support",1564 "frame-system",1565 "pallet-aura",1566 "parity-scale-codec 3.2.1",1567 "scale-info",1568 "serde",1569 "sp-application-crypto",1570 "sp-consensus-aura",1571 "sp-runtime",1572 "sp-std",1573]15741575[[package]]1576name = "cumulus-pallet-dmp-queue"1577version = "0.1.0"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1579dependencies = [1580 "cumulus-primitives-core",1581 "frame-support",1582 "frame-system",1583 "log",1584 "parity-scale-codec 3.2.1",1585 "scale-info",1586 "sp-io",1587 "sp-runtime",1588 "sp-std",1589 "xcm",1590 "xcm-executor",1591]15921593[[package]]1594name = "cumulus-pallet-parachain-system"1595version = "0.1.0"1596source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1597dependencies = [1598 "bytes",1599 "cumulus-pallet-parachain-system-proc-macro",1600 "cumulus-primitives-core",1601 "cumulus-primitives-parachain-inherent",1602 "environmental",1603 "frame-support",1604 "frame-system",1605 "impl-trait-for-tuples",1606 "log",1607 "pallet-balances",1608 "parity-scale-codec 3.2.1",1609 "polkadot-parachain",1610 "scale-info",1611 "serde",1612 "sp-core",1613 "sp-externalities",1614 "sp-inherents",1615 "sp-io",1616 "sp-runtime",1617 "sp-state-machine",1618 "sp-std",1619 "sp-trie",1620 "sp-version",1621 "xcm",1622]16231624[[package]]1625name = "cumulus-pallet-parachain-system-proc-macro"1626version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1628dependencies = [1629 "proc-macro-crate",1630 "proc-macro2",1631 "quote",1632 "syn",1633]16341635[[package]]1636name = "cumulus-pallet-xcm"1637version = "0.1.0"1638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1639dependencies = [1640 "cumulus-primitives-core",1641 "frame-support",1642 "frame-system",1643 "parity-scale-codec 3.2.1",1644 "scale-info",1645 "serde",1646 "sp-io",1647 "sp-runtime",1648 "sp-std",1649 "xcm",1650]16511652[[package]]1653name = "cumulus-pallet-xcmp-queue"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1656dependencies = [1657 "cumulus-primitives-core",1658 "frame-support",1659 "frame-system",1660 "log",1661 "parity-scale-codec 3.2.1",1662 "rand_chacha 0.3.1",1663 "scale-info",1664 "sp-runtime",1665 "sp-std",1666 "xcm",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-primitives-core"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1674dependencies = [1675 "frame-support",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1679 "polkadot-primitives",1680 "sp-api",1681 "sp-runtime",1682 "sp-std",1683 "sp-trie",1684]16851686[[package]]1687name = "cumulus-primitives-parachain-inherent"1688version = "0.1.0"1689source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1690dependencies = [1691 "async-trait",1692 "cumulus-primitives-core",1693 "cumulus-relay-chain-interface",1694 "cumulus-test-relay-sproof-builder",1695 "parity-scale-codec 3.2.1",1696 "sc-client-api",1697 "scale-info",1698 "sp-api",1699 "sp-core",1700 "sp-inherents",1701 "sp-runtime",1702 "sp-state-machine",1703 "sp-std",1704 "sp-storage",1705 "sp-trie",1706 "tracing",1707]17081709[[package]]1710name = "cumulus-primitives-timestamp"1711version = "0.1.0"1712source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1713dependencies = [1714 "cumulus-primitives-core",1715 "futures 0.3.25",1716 "parity-scale-codec 3.2.1",1717 "sp-inherents",1718 "sp-std",1719 "sp-timestamp",1720]17211722[[package]]1723name = "cumulus-primitives-utility"1724version = "0.1.0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1726dependencies = [1727 "cumulus-primitives-core",1728 "frame-support",1729 "log",1730 "parity-scale-codec 3.2.1",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1733 "polkadot-primitives",1734 "sp-runtime",1735 "sp-std",1736 "sp-trie",1737 "xcm",1738 "xcm-builder",1739 "xcm-executor",1740]17411742[[package]]1743name = "cumulus-relay-chain-inprocess-interface"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1746dependencies = [1747 "async-trait",1748 "cumulus-primitives-core",1749 "cumulus-relay-chain-interface",1750 "futures 0.3.25",1751 "futures-timer",1752 "polkadot-cli",1753 "polkadot-client",1754 "polkadot-service",1755 "sc-cli",1756 "sc-client-api",1757 "sc-consensus-babe",1758 "sc-network",1759 "sc-sysinfo",1760 "sc-telemetry",1761 "sc-tracing",1762 "sp-api",1763 "sp-blockchain",1764 "sp-consensus",1765 "sp-core",1766 "sp-runtime",1767 "sp-state-machine",1768 "tracing",1769]17701771[[package]]1772name = "cumulus-relay-chain-interface"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1775dependencies = [1776 "async-trait",1777 "cumulus-primitives-core",1778 "derive_more",1779 "futures 0.3.25",1780 "jsonrpsee-core",1781 "parity-scale-codec 3.2.1",1782 "parking_lot 0.12.1",1783 "polkadot-overseer",1784 "polkadot-service",1785 "sc-client-api",1786 "sp-api",1787 "sp-blockchain",1788 "sp-core",1789 "sp-runtime",1790 "sp-state-machine",1791 "thiserror",1792]17931794[[package]]1795name = "cumulus-relay-chain-rpc-interface"1796version = "0.1.0"1797source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1798dependencies = [1799 "async-trait",1800 "backoff",1801 "cumulus-primitives-core",1802 "cumulus-relay-chain-interface",1803 "futures 0.3.25",1804 "futures-timer",1805 "jsonrpsee",1806 "parity-scale-codec 3.2.1",1807 "parking_lot 0.12.1",1808 "polkadot-service",1809 "sc-client-api",1810 "sc-rpc-api",1811 "sp-api",1812 "sp-core",1813 "sp-runtime",1814 "sp-state-machine",1815 "sp-storage",1816 "tokio",1817 "tracing",1818 "url",1819]18201821[[package]]1822name = "cumulus-test-relay-sproof-builder"1823version = "0.1.0"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1825dependencies = [1826 "cumulus-primitives-core",1827 "parity-scale-codec 3.2.1",1828 "polkadot-primitives",1829 "sp-runtime",1830 "sp-state-machine",1831 "sp-std",1832]18331834[[package]]1835name = "curve25519-dalek"1836version = "2.1.3"1837source = "registry+https://github.com/rust-lang/crates.io-index"1838checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1839dependencies = [1840 "byteorder",1841 "digest 0.8.1",1842 "rand_core 0.5.1",1843 "subtle",1844 "zeroize",1845]18461847[[package]]1848name = "curve25519-dalek"1849version = "3.2.0"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1852dependencies = [1853 "byteorder",1854 "digest 0.9.0",1855 "rand_core 0.5.1",1856 "subtle",1857 "zeroize",1858]18591860[[package]]1861name = "curve25519-dalek"1862version = "4.0.0-pre.1"1863source = "registry+https://github.com/rust-lang/crates.io-index"1864checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1865dependencies = [1866 "byteorder",1867 "digest 0.9.0",1868 "rand_core 0.6.4",1869 "subtle",1870 "zeroize",1871]18721873[[package]]1874name = "cxx"1875version = "1.0.80"1876source = "registry+https://github.com/rust-lang/crates.io-index"1877checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"1878dependencies = [1879 "cc",1880 "cxxbridge-flags",1881 "cxxbridge-macro",1882 "link-cplusplus",1883]18841885[[package]]1886name = "cxx-build"1887version = "1.0.80"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"1890dependencies = [1891 "cc",1892 "codespan-reporting",1893 "once_cell",1894 "proc-macro2",1895 "quote",1896 "scratch",1897 "syn",1898]18991900[[package]]1901name = "cxxbridge-flags"1902version = "1.0.80"1903source = "registry+https://github.com/rust-lang/crates.io-index"1904checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"19051906[[package]]1907name = "cxxbridge-macro"1908version = "1.0.80"1909source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"1911dependencies = [1912 "proc-macro2",1913 "quote",1914 "syn",1915]19161917[[package]]1918name = "data-encoding"1919version = "2.3.2"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19221923[[package]]1924name = "data-encoding-macro"1925version = "0.1.12"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1928dependencies = [1929 "data-encoding",1930 "data-encoding-macro-internal",1931]19321933[[package]]1934name = "data-encoding-macro-internal"1935version = "0.1.10"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1938dependencies = [1939 "data-encoding",1940 "syn",1941]19421943[[package]]1944name = "der"1945version = "0.5.1"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1948dependencies = [1949 "const-oid",1950]19511952[[package]]1953name = "derivative"1954version = "2.2.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1957dependencies = [1958 "proc-macro2",1959 "quote",1960 "syn",1961]19621963[[package]]1964name = "derive_more"1965version = "0.99.17"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1968dependencies = [1969 "convert_case",1970 "proc-macro2",1971 "quote",1972 "rustc_version 0.4.0",1973 "syn",1974]19751976[[package]]1977name = "digest"1978version = "0.8.1"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1981dependencies = [1982 "generic-array 0.12.4",1983]19841985[[package]]1986name = "digest"1987version = "0.9.0"1988source = "registry+https://github.com/rust-lang/crates.io-index"1989checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1990dependencies = [1991 "generic-array 0.14.6",1992]19931994[[package]]1995name = "digest"1996version = "0.10.5"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1999dependencies = [2000 "block-buffer 0.10.3",2001 "crypto-common",2002 "subtle",2003]20042005[[package]]2006name = "directories"2007version = "4.0.1"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2010dependencies = [2011 "dirs-sys",2012]20132014[[package]]2015name = "directories-next"2016version = "2.0.0"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2019dependencies = [2020 "cfg-if 1.0.0",2021 "dirs-sys-next",2022]20232024[[package]]2025name = "dirs-sys"2026version = "0.3.7"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2029dependencies = [2030 "libc",2031 "redox_users",2032 "winapi",2033]20342035[[package]]2036name = "dirs-sys-next"2037version = "0.1.2"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2040dependencies = [2041 "libc",2042 "redox_users",2043 "winapi",2044]20452046[[package]]2047name = "dns-parser"2048version = "0.8.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2051dependencies = [2052 "byteorder",2053 "quick-error",2054]20552056[[package]]2057name = "downcast-rs"2058version = "1.2.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20612062[[package]]2063name = "dtoa"2064version = "1.0.4"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20672068[[package]]2069name = "dyn-clonable"2070version = "0.9.0"2071source = "registry+https://github.com/rust-lang/crates.io-index"2072checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2073dependencies = [2074 "dyn-clonable-impl",2075 "dyn-clone",2076]20772078[[package]]2079name = "dyn-clonable-impl"2080version = "0.9.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2083dependencies = [2084 "proc-macro2",2085 "quote",2086 "syn",2087]20882089[[package]]2090name = "dyn-clone"2091version = "1.0.9"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20942095[[package]]2096name = "ecdsa"2097version = "0.13.4"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2100dependencies = [2101 "der",2102 "elliptic-curve",2103 "rfc6979",2104 "signature",2105]21062107[[package]]2108name = "ed25519"2109version = "1.5.2"2110source = "registry+https://github.com/rust-lang/crates.io-index"2111checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2112dependencies = [2113 "signature",2114]21152116[[package]]2117name = "ed25519-dalek"2118version = "1.0.1"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2121dependencies = [2122 "curve25519-dalek 3.2.0",2123 "ed25519",2124 "rand 0.7.3",2125 "serde",2126 "sha2 0.9.9",2127 "zeroize",2128]21292130[[package]]2131name = "ed25519-zebra"2132version = "3.1.0"2133source = "registry+https://github.com/rust-lang/crates.io-index"2134checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2135dependencies = [2136 "curve25519-dalek 3.2.0",2137 "hashbrown",2138 "hex",2139 "rand_core 0.6.4",2140 "sha2 0.9.9",2141 "zeroize",2142]21432144[[package]]2145name = "either"2146version = "1.8.0"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21492150[[package]]2151name = "elliptic-curve"2152version = "0.11.12"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2155dependencies = [2156 "base16ct",2157 "crypto-bigint",2158 "der",2159 "ff",2160 "generic-array 0.14.6",2161 "group",2162 "rand_core 0.6.4",2163 "sec1",2164 "subtle",2165 "zeroize",2166]21672168[[package]]2169name = "encode_unicode"2170version = "0.3.6"2171source = "registry+https://github.com/rust-lang/crates.io-index"2172checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21732174[[package]]2175name = "enum-as-inner"2176version = "0.4.0"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2179dependencies = [2180 "heck",2181 "proc-macro2",2182 "quote",2183 "syn",2184]21852186[[package]]2187name = "enumflags2"2188version = "0.7.5"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2191dependencies = [2192 "enumflags2_derive",2193]21942195[[package]]2196name = "enumflags2_derive"2197version = "0.7.4"2198source = "registry+https://github.com/rust-lang/crates.io-index"2199checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2200dependencies = [2201 "proc-macro2",2202 "quote",2203 "syn",2204]22052206[[package]]2207name = "enumn"2208version = "0.1.5"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "env_logger"2219version = "0.9.1"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2222dependencies = [2223 "atty",2224 "humantime",2225 "log",2226 "regex",2227 "termcolor",2228]22292230[[package]]2231name = "environmental"2232version = "1.1.3"2233source = "registry+https://github.com/rust-lang/crates.io-index"2234checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22352236[[package]]2237name = "errno"2238version = "0.2.8"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2241dependencies = [2242 "errno-dragonfly",2243 "libc",2244 "winapi",2245]22462247[[package]]2248name = "errno-dragonfly"2249version = "0.1.2"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2252dependencies = [2253 "cc",2254 "libc",2255]22562257[[package]]2258name = "ethbloom"2259version = "0.12.1"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2262dependencies = [2263 "crunchy",2264 "fixed-hash",2265 "impl-codec",2266 "impl-rlp",2267 "impl-serde",2268 "scale-info",2269 "tiny-keccak",2270]22712272[[package]]2273name = "ethereum"2274version = "0.12.0"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2277dependencies = [2278 "bytes",2279 "ethereum-types",2280 "hash-db",2281 "hash256-std-hasher",2282 "parity-scale-codec 3.2.1",2283 "rlp",2284 "rlp-derive",2285 "scale-info",2286 "serde",2287 "sha3",2288 "triehash",2289]22902291[[package]]2292name = "ethereum-types"2293version = "0.13.1"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2296dependencies = [2297 "ethbloom",2298 "fixed-hash",2299 "impl-codec",2300 "impl-rlp",2301 "impl-serde",2302 "primitive-types",2303 "scale-info",2304 "uint",2305]23062307[[package]]2308name = "event-listener"2309version = "2.5.3"2310source = "registry+https://github.com/rust-lang/crates.io-index"2311checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23122313[[package]]2314name = "evm"2315version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2318 "auto_impl",2319 "environmental",2320 "ethereum",2321 "evm-core",2322 "evm-gasometer",2323 "evm-runtime",2324 "log",2325 "parity-scale-codec 3.2.1",2326 "primitive-types",2327 "rlp",2328 "scale-info",2329 "serde",2330 "sha3",2331]23322333[[package]]2334name = "evm-coder"2335version = "0.1.4"2336dependencies = [2337 "concat-idents",2338 "ethereum",2339 "evm-coder-procedural",2340 "evm-core",2341 "frame-support",2342 "hex",2343 "hex-literal",2344 "impl-trait-for-tuples",2345 "pallet-evm",2346 "primitive-types",2347 "sha3-const",2348 "similar-asserts",2349 "sp-std",2350 "trybuild",2351]23522353[[package]]2354name = "evm-coder-procedural"2355version = "0.2.1"2356dependencies = [2357 "Inflector",2358 "hex",2359 "proc-macro2",2360 "quote",2361 "sha3",2362 "syn",2363]23642365[[package]]2366name = "evm-core"2367version = "0.35.0"2368source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2369dependencies = [2370 "parity-scale-codec 3.2.1",2371 "primitive-types",2372 "scale-info",2373 "serde",2374]23752376[[package]]2377name = "evm-gasometer"2378version = "0.35.0"2379source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2380dependencies = [2381 "environmental",2382 "evm-core",2383 "evm-runtime",2384 "primitive-types",2385]23862387[[package]]2388name = "evm-runtime"2389version = "0.35.0"2390source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2391dependencies = [2392 "auto_impl",2393 "environmental",2394 "evm-core",2395 "primitive-types",2396 "sha3",2397]23982399[[package]]2400name = "exit-future"2401version = "0.2.0"2402source = "registry+https://github.com/rust-lang/crates.io-index"2403checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2404dependencies = [2405 "futures 0.3.25",2406]24072408[[package]]2409name = "expander"2410version = "0.0.4"2411source = "registry+https://github.com/rust-lang/crates.io-index"2412checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2413dependencies = [2414 "blake3",2415 "fs-err",2416 "proc-macro2",2417 "quote",2418]24192420[[package]]2421name = "expander"2422version = "0.0.6"2423source = "registry+https://github.com/rust-lang/crates.io-index"2424checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2425dependencies = [2426 "blake2",2427 "fs-err",2428 "proc-macro2",2429 "quote",2430 "syn",2431]24322433[[package]]2434name = "fake-simd"2435version = "0.1.2"2436source = "registry+https://github.com/rust-lang/crates.io-index"2437checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24382439[[package]]2440name = "fallible-iterator"2441version = "0.2.0"2442source = "registry+https://github.com/rust-lang/crates.io-index"2443checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24442445[[package]]2446name = "fastrand"2447version = "1.8.0"2448source = "registry+https://github.com/rust-lang/crates.io-index"2449checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2450dependencies = [2451 "instant",2452]24532454[[package]]2455name = "fatality"2456version = "0.0.6"2457source = "registry+https://github.com/rust-lang/crates.io-index"2458checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2459dependencies = [2460 "fatality-proc-macro",2461 "thiserror",2462]24632464[[package]]2465name = "fatality-proc-macro"2466version = "0.0.6"2467source = "registry+https://github.com/rust-lang/crates.io-index"2468checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2469dependencies = [2470 "expander 0.0.4",2471 "indexmap",2472 "proc-macro-crate",2473 "proc-macro2",2474 "quote",2475 "syn",2476 "thiserror",2477]24782479[[package]]2480name = "fc-consensus"2481version = "2.0.0-dev"2482source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2483dependencies = [2484 "async-trait",2485 "fc-db",2486 "fp-consensus",2487 "fp-rpc",2488 "sc-client-api",2489 "sc-consensus",2490 "sp-api",2491 "sp-block-builder",2492 "sp-blockchain",2493 "sp-consensus",2494 "sp-runtime",2495 "thiserror",2496]24972498[[package]]2499name = "fc-db"2500version = "2.0.0-dev"2501source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2502dependencies = [2503 "fp-storage",2504 "kvdb-rocksdb",2505 "parity-db",2506 "parity-scale-codec 3.2.1",2507 "parking_lot 0.12.1",2508 "sc-client-db",2509 "sp-core",2510 "sp-database",2511 "sp-runtime",2512]25132514[[package]]2515name = "fc-mapping-sync"2516version = "2.0.0-dev"2517source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2518dependencies = [2519 "fc-db",2520 "fp-consensus",2521 "fp-rpc",2522 "futures 0.3.25",2523 "futures-timer",2524 "log",2525 "sc-client-api",2526 "sp-api",2527 "sp-blockchain",2528 "sp-runtime",2529]25302531[[package]]2532name = "fc-rpc"2533version = "2.0.0-dev"2534source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2535dependencies = [2536 "ethereum",2537 "ethereum-types",2538 "evm",2539 "fc-db",2540 "fc-rpc-core",2541 "fp-rpc",2542 "fp-storage",2543 "futures 0.3.25",2544 "hex",2545 "jsonrpsee",2546 "libsecp256k1",2547 "log",2548 "lru 0.7.8",2549 "parity-scale-codec 3.2.1",2550 "prometheus",2551 "rand 0.8.5",2552 "rlp",2553 "rustc-hex",2554 "sc-client-api",2555 "sc-network",2556 "sc-network-common",2557 "sc-rpc",2558 "sc-service",2559 "sc-transaction-pool",2560 "sc-transaction-pool-api",2561 "sp-api",2562 "sp-block-builder",2563 "sp-blockchain",2564 "sp-consensus",2565 "sp-core",2566 "sp-io",2567 "sp-runtime",2568 "sp-storage",2569 "substrate-prometheus-endpoint",2570 "tokio",2571]25722573[[package]]2574name = "fc-rpc-core"2575version = "1.1.0-dev"2576source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2577dependencies = [2578 "ethereum",2579 "ethereum-types",2580 "jsonrpsee",2581 "rlp",2582 "rustc-hex",2583 "serde",2584 "serde_json",2585]25862587[[package]]2588name = "fdlimit"2589version = "0.2.1"2590source = "registry+https://github.com/rust-lang/crates.io-index"2591checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2592dependencies = [2593 "libc",2594]25952596[[package]]2597name = "ff"2598version = "0.11.1"2599source = "registry+https://github.com/rust-lang/crates.io-index"2600checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2601dependencies = [2602 "rand_core 0.6.4",2603 "subtle",2604]26052606[[package]]2607name = "file-per-thread-logger"2608version = "0.1.5"2609source = "registry+https://github.com/rust-lang/crates.io-index"2610checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2611dependencies = [2612 "env_logger",2613 "log",2614]26152616[[package]]2617name = "filetime"2618version = "0.2.18"2619source = "registry+https://github.com/rust-lang/crates.io-index"2620checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2621dependencies = [2622 "cfg-if 1.0.0",2623 "libc",2624 "redox_syscall",2625 "windows-sys 0.42.0",2626]26272628[[package]]2629name = "finality-grandpa"2630version = "0.16.0"2631source = "registry+https://github.com/rust-lang/crates.io-index"2632checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2633dependencies = [2634 "either",2635 "futures 0.3.25",2636 "futures-timer",2637 "log",2638 "num-traits",2639 "parity-scale-codec 3.2.1",2640 "parking_lot 0.12.1",2641 "scale-info",2642]26432644[[package]]2645name = "fixed-hash"2646version = "0.7.0"2647source = "registry+https://github.com/rust-lang/crates.io-index"2648checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2649dependencies = [2650 "byteorder",2651 "rand 0.8.5",2652 "rustc-hex",2653 "static_assertions",2654]26552656[[package]]2657name = "fixedbitset"2658version = "0.4.2"2659source = "registry+https://github.com/rust-lang/crates.io-index"2660checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26612662[[package]]2663name = "flate2"2664version = "1.0.24"2665source = "registry+https://github.com/rust-lang/crates.io-index"2666checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2667dependencies = [2668 "crc32fast",2669 "libz-sys",2670 "miniz_oxide",2671]26722673[[package]]2674name = "flexi_logger"2675version = "0.22.6"2676source = "registry+https://github.com/rust-lang/crates.io-index"2677checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2678dependencies = [2679 "ansi_term",2680 "atty",2681 "glob",2682 "lazy_static",2683 "log",2684 "regex",2685 "rustversion",2686 "thiserror",2687 "time 0.3.9",2688]26892690[[package]]2691name = "fnv"2692version = "1.0.7"2693source = "registry+https://github.com/rust-lang/crates.io-index"2694checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26952696[[package]]2697name = "fork-tree"2698version = "3.0.0"2699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2700dependencies = [2701 "parity-scale-codec 3.2.1",2702]27032704[[package]]2705name = "form_urlencoded"2706version = "1.1.0"2707source = "registry+https://github.com/rust-lang/crates.io-index"2708checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2709dependencies = [2710 "percent-encoding",2711]27122713[[package]]2714name = "fp-consensus"2715version = "2.0.0-dev"2716source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2717dependencies = [2718 "ethereum",2719 "parity-scale-codec 3.2.1",2720 "sp-core",2721 "sp-runtime",2722 "sp-std",2723]27242725[[package]]2726name = "fp-evm"2727version = "3.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2729dependencies = [2730 "evm",2731 "frame-support",2732 "impl-trait-for-tuples",2733 "parity-scale-codec 3.2.1",2734 "serde",2735 "sp-core",2736 "sp-std",2737]27382739[[package]]2740name = "fp-evm-mapping"2741version = "0.1.0"2742source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2743dependencies = [2744 "frame-support",2745 "sp-core",2746]27472748[[package]]2749name = "fp-rpc"2750version = "3.0.0-dev"2751source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2752dependencies = [2753 "ethereum",2754 "ethereum-types",2755 "fp-evm",2756 "parity-scale-codec 3.2.1",2757 "scale-info",2758 "sp-api",2759 "sp-core",2760 "sp-io",2761 "sp-runtime",2762 "sp-std",2763]27642765[[package]]2766name = "fp-self-contained"2767version = "1.0.0-dev"2768source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2769dependencies = [2770 "ethereum",2771 "frame-support",2772 "parity-scale-codec 3.2.1",2773 "parity-util-mem",2774 "scale-info",2775 "serde",2776 "sp-debug-derive",2777 "sp-io",2778 "sp-runtime",2779]27802781[[package]]2782name = "fp-storage"2783version = "2.0.0"2784source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2785dependencies = [2786 "parity-scale-codec 3.2.1",2787]27882789[[package]]2790name = "frame-benchmarking"2791version = "4.0.0-dev"2792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2793dependencies = [2794 "frame-support",2795 "frame-system",2796 "linregress",2797 "log",2798 "parity-scale-codec 3.2.1",2799 "paste",2800 "scale-info",2801 "serde",2802 "sp-api",2803 "sp-application-crypto",2804 "sp-core",2805 "sp-io",2806 "sp-runtime",2807 "sp-runtime-interface",2808 "sp-std",2809 "sp-storage",2810]28112812[[package]]2813name = "frame-benchmarking-cli"2814version = "4.0.0-dev"2815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2816dependencies = [2817 "Inflector",2818 "array-bytes",2819 "chrono",2820 "clap",2821 "comfy-table",2822 "frame-benchmarking",2823 "frame-support",2824 "frame-system",2825 "gethostname",2826 "handlebars",2827 "hash-db",2828 "itertools",2829 "kvdb",2830 "lazy_static",2831 "linked-hash-map",2832 "log",2833 "memory-db",2834 "parity-scale-codec 3.2.1",2835 "rand 0.8.5",2836 "rand_pcg 0.3.1",2837 "sc-block-builder",2838 "sc-cli",2839 "sc-client-api",2840 "sc-client-db",2841 "sc-executor",2842 "sc-service",2843 "sc-sysinfo",2844 "serde",2845 "serde_json",2846 "serde_nanos",2847 "sp-api",2848 "sp-blockchain",2849 "sp-core",2850 "sp-database",2851 "sp-externalities",2852 "sp-inherents",2853 "sp-keystore",2854 "sp-runtime",2855 "sp-state-machine",2856 "sp-storage",2857 "sp-trie",2858 "tempfile",2859 "thiserror",2860 "thousands",2861]28622863[[package]]2864name = "frame-election-provider-solution-type"2865version = "4.0.0-dev"2866source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2867dependencies = [2868 "proc-macro-crate",2869 "proc-macro2",2870 "quote",2871 "syn",2872]28732874[[package]]2875name = "frame-election-provider-support"2876version = "4.0.0-dev"2877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2878dependencies = [2879 "frame-election-provider-solution-type",2880 "frame-support",2881 "frame-system",2882 "parity-scale-codec 3.2.1",2883 "scale-info",2884 "sp-arithmetic",2885 "sp-npos-elections",2886 "sp-runtime",2887 "sp-std",2888]28892890[[package]]2891name = "frame-executive"2892version = "4.0.0-dev"2893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2894dependencies = [2895 "frame-support",2896 "frame-system",2897 "frame-try-runtime",2898 "parity-scale-codec 3.2.1",2899 "scale-info",2900 "sp-core",2901 "sp-io",2902 "sp-runtime",2903 "sp-std",2904 "sp-tracing",2905]29062907[[package]]2908name = "frame-metadata"2909version = "15.0.0"2910source = "registry+https://github.com/rust-lang/crates.io-index"2911checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2912dependencies = [2913 "cfg-if 1.0.0",2914 "parity-scale-codec 3.2.1",2915 "scale-info",2916 "serde",2917]29182919[[package]]2920name = "frame-support"2921version = "4.0.0-dev"2922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2923dependencies = [2924 "bitflags",2925 "frame-metadata",2926 "frame-support-procedural",2927 "impl-trait-for-tuples",2928 "k256",2929 "log",2930 "once_cell",2931 "parity-scale-codec 3.2.1",2932 "paste",2933 "scale-info",2934 "serde",2935 "smallvec",2936 "sp-api",2937 "sp-arithmetic",2938 "sp-core",2939 "sp-core-hashing-proc-macro",2940 "sp-inherents",2941 "sp-io",2942 "sp-runtime",2943 "sp-staking",2944 "sp-state-machine",2945 "sp-std",2946 "sp-tracing",2947 "sp-weights",2948 "tt-call",2949]29502951[[package]]2952name = "frame-support-procedural"2953version = "4.0.0-dev"2954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2955dependencies = [2956 "Inflector",2957 "cfg-expr",2958 "frame-support-procedural-tools",2959 "itertools",2960 "proc-macro2",2961 "quote",2962 "syn",2963]29642965[[package]]2966name = "frame-support-procedural-tools"2967version = "4.0.0-dev"2968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2969dependencies = [2970 "frame-support-procedural-tools-derive",2971 "proc-macro-crate",2972 "proc-macro2",2973 "quote",2974 "syn",2975]29762977[[package]]2978name = "frame-support-procedural-tools-derive"2979version = "3.0.0"2980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2981dependencies = [2982 "proc-macro2",2983 "quote",2984 "syn",2985]29862987[[package]]2988name = "frame-system"2989version = "4.0.0-dev"2990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2991dependencies = [2992 "frame-support",2993 "log",2994 "parity-scale-codec 3.2.1",2995 "scale-info",2996 "serde",2997 "sp-core",2998 "sp-io",2999 "sp-runtime",3000 "sp-std",3001 "sp-version",3002 "sp-weights",3003]30043005[[package]]3006name = "frame-system-benchmarking"3007version = "4.0.0-dev"3008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3009dependencies = [3010 "frame-benchmarking",3011 "frame-support",3012 "frame-system",3013 "parity-scale-codec 3.2.1",3014 "scale-info",3015 "sp-core",3016 "sp-runtime",3017 "sp-std",3018]30193020[[package]]3021name = "frame-system-rpc-runtime-api"3022version = "4.0.0-dev"3023source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3024dependencies = [3025 "parity-scale-codec 3.2.1",3026 "sp-api",3027]30283029[[package]]3030name = "frame-try-runtime"3031version = "0.10.0-dev"3032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3033dependencies = [3034 "frame-support",3035 "parity-scale-codec 3.2.1",3036 "sp-api",3037 "sp-runtime",3038 "sp-std",3039]30403041[[package]]3042name = "fs-err"3043version = "2.8.1"3044source = "registry+https://github.com/rust-lang/crates.io-index"3045checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30463047[[package]]3048name = "fs-swap"3049version = "0.2.6"3050source = "registry+https://github.com/rust-lang/crates.io-index"3051checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3052dependencies = [3053 "lazy_static",3054 "libc",3055 "libloading 0.5.2",3056 "winapi",3057]30583059[[package]]3060name = "fs2"3061version = "0.4.3"3062source = "registry+https://github.com/rust-lang/crates.io-index"3063checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3064dependencies = [3065 "libc",3066 "winapi",3067]30683069[[package]]3070name = "fs_extra"3071version = "1.2.0"3072source = "registry+https://github.com/rust-lang/crates.io-index"3073checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30743075[[package]]3076name = "funty"3077version = "1.1.0"3078source = "registry+https://github.com/rust-lang/crates.io-index"3079checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30803081[[package]]3082name = "funty"3083version = "2.0.0"3084source = "registry+https://github.com/rust-lang/crates.io-index"3085checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30863087[[package]]3088name = "futures"3089version = "0.1.31"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30923093[[package]]3094name = "futures"3095version = "0.3.25"3096source = "registry+https://github.com/rust-lang/crates.io-index"3097checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3098dependencies = [3099 "futures-channel",3100 "futures-core",3101 "futures-executor",3102 "futures-io",3103 "futures-sink",3104 "futures-task",3105 "futures-util",3106]31073108[[package]]3109name = "futures-channel"3110version = "0.3.25"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3113dependencies = [3114 "futures-core",3115 "futures-sink",3116]31173118[[package]]3119name = "futures-core"3120version = "0.3.25"3121source = "registry+https://github.com/rust-lang/crates.io-index"3122checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31233124[[package]]3125name = "futures-executor"3126version = "0.3.25"3127source = "registry+https://github.com/rust-lang/crates.io-index"3128checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3129dependencies = [3130 "futures-core",3131 "futures-task",3132 "futures-util",3133 "num_cpus",3134]31353136[[package]]3137name = "futures-io"3138version = "0.3.25"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31413142[[package]]3143name = "futures-lite"3144version = "1.12.0"3145source = "registry+https://github.com/rust-lang/crates.io-index"3146checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3147dependencies = [3148 "fastrand",3149 "futures-core",3150 "futures-io",3151 "memchr",3152 "parking",3153 "pin-project-lite 0.2.9",3154 "waker-fn",3155]31563157[[package]]3158name = "futures-macro"3159version = "0.3.25"3160source = "registry+https://github.com/rust-lang/crates.io-index"3161checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3162dependencies = [3163 "proc-macro2",3164 "quote",3165 "syn",3166]31673168[[package]]3169name = "futures-rustls"3170version = "0.22.2"3171source = "registry+https://github.com/rust-lang/crates.io-index"3172checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3173dependencies = [3174 "futures-io",3175 "rustls",3176 "webpki",3177]31783179[[package]]3180name = "futures-sink"3181version = "0.3.25"3182source = "registry+https://github.com/rust-lang/crates.io-index"3183checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31843185[[package]]3186name = "futures-task"3187version = "0.3.25"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31903191[[package]]3192name = "futures-timer"3193version = "3.0.2"3194source = "registry+https://github.com/rust-lang/crates.io-index"3195checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31963197[[package]]3198name = "futures-util"3199version = "0.3.25"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3202dependencies = [3203 "futures 0.1.31",3204 "futures-channel",3205 "futures-core",3206 "futures-io",3207 "futures-macro",3208 "futures-sink",3209 "futures-task",3210 "memchr",3211 "pin-project-lite 0.2.9",3212 "pin-utils",3213 "slab",3214]32153216[[package]]3217name = "fxhash"3218version = "0.2.1"3219source = "registry+https://github.com/rust-lang/crates.io-index"3220checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3221dependencies = [3222 "byteorder",3223]32243225[[package]]3226name = "generic-array"3227version = "0.12.4"3228source = "registry+https://github.com/rust-lang/crates.io-index"3229checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3230dependencies = [3231 "typenum",3232]32333234[[package]]3235name = "generic-array"3236version = "0.14.6"3237source = "registry+https://github.com/rust-lang/crates.io-index"3238checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3239dependencies = [3240 "typenum",3241 "version_check",3242]32433244[[package]]3245name = "gethostname"3246version = "0.2.3"3247source = "registry+https://github.com/rust-lang/crates.io-index"3248checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3249dependencies = [3250 "libc",3251 "winapi",3252]32533254[[package]]3255name = "getrandom"3256version = "0.1.16"3257source = "registry+https://github.com/rust-lang/crates.io-index"3258checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3259dependencies = [3260 "cfg-if 1.0.0",3261 "js-sys",3262 "libc",3263 "wasi 0.9.0+wasi-snapshot-preview1",3264 "wasm-bindgen",3265]32663267[[package]]3268name = "getrandom"3269version = "0.2.8"3270source = "registry+https://github.com/rust-lang/crates.io-index"3271checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3272dependencies = [3273 "cfg-if 1.0.0",3274 "libc",3275 "wasi 0.11.0+wasi-snapshot-preview1",3276]32773278[[package]]3279name = "ghash"3280version = "0.4.4"3281source = "registry+https://github.com/rust-lang/crates.io-index"3282checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3283dependencies = [3284 "opaque-debug 0.3.0",3285 "polyval",3286]32873288[[package]]3289name = "gimli"3290version = "0.26.2"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3293dependencies = [3294 "fallible-iterator",3295 "indexmap",3296 "stable_deref_trait",3297]32983299[[package]]3300name = "glob"3301version = "0.3.0"3302source = "registry+https://github.com/rust-lang/crates.io-index"3303checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33043305[[package]]3306name = "globset"3307version = "0.4.9"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3310dependencies = [3311 "aho-corasick",3312 "bstr",3313 "fnv",3314 "log",3315 "regex",3316]33173318[[package]]3319name = "gloo-timers"3320version = "0.2.4"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3323dependencies = [3324 "futures-channel",3325 "futures-core",3326 "js-sys",3327 "wasm-bindgen",3328]33293330[[package]]3331name = "group"3332version = "0.11.0"3333source = "registry+https://github.com/rust-lang/crates.io-index"3334checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3335dependencies = [3336 "ff",3337 "rand_core 0.6.4",3338 "subtle",3339]33403341[[package]]3342name = "h2"3343version = "0.3.15"3344source = "registry+https://github.com/rust-lang/crates.io-index"3345checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3346dependencies = [3347 "bytes",3348 "fnv",3349 "futures-core",3350 "futures-sink",3351 "futures-util",3352 "http",3353 "indexmap",3354 "slab",3355 "tokio",3356 "tokio-util",3357 "tracing",3358]33593360[[package]]3361name = "handlebars"3362version = "4.3.5"3363source = "registry+https://github.com/rust-lang/crates.io-index"3364checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3365dependencies = [3366 "log",3367 "pest",3368 "pest_derive",3369 "serde",3370 "serde_json",3371 "thiserror",3372]33733374[[package]]3375name = "hash-db"3376version = "0.15.2"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33793380[[package]]3381name = "hash256-std-hasher"3382version = "0.15.2"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3385dependencies = [3386 "crunchy",3387]33883389[[package]]3390name = "hashbrown"3391version = "0.12.3"3392source = "registry+https://github.com/rust-lang/crates.io-index"3393checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3394dependencies = [3395 "ahash",3396]33973398[[package]]3399name = "heck"3400version = "0.4.0"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34033404[[package]]3405name = "hermit-abi"3406version = "0.1.19"3407source = "registry+https://github.com/rust-lang/crates.io-index"3408checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3409dependencies = [3410 "libc",3411]34123413[[package]]3414name = "hex"3415version = "0.4.3"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34183419[[package]]3420name = "hex-literal"3421version = "0.3.4"3422source = "registry+https://github.com/rust-lang/crates.io-index"3423checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34243425[[package]]3426name = "hex_fmt"3427version = "0.3.0"3428source = "registry+https://github.com/rust-lang/crates.io-index"3429checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34303431[[package]]3432name = "hmac"3433version = "0.8.1"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3436dependencies = [3437 "crypto-mac 0.8.0",3438 "digest 0.9.0",3439]34403441[[package]]3442name = "hmac"3443version = "0.11.0"3444source = "registry+https://github.com/rust-lang/crates.io-index"3445checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3446dependencies = [3447 "crypto-mac 0.11.1",3448 "digest 0.9.0",3449]34503451[[package]]3452name = "hmac-drbg"3453version = "0.3.0"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3456dependencies = [3457 "digest 0.9.0",3458 "generic-array 0.14.6",3459 "hmac 0.8.1",3460]34613462[[package]]3463name = "hostname"3464version = "0.3.1"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3467dependencies = [3468 "libc",3469 "match_cfg",3470 "winapi",3471]34723473[[package]]3474name = "http"3475version = "0.2.8"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3478dependencies = [3479 "bytes",3480 "fnv",3481 "itoa",3482]34833484[[package]]3485name = "http-body"3486version = "0.4.5"3487source = "registry+https://github.com/rust-lang/crates.io-index"3488checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3489dependencies = [3490 "bytes",3491 "http",3492 "pin-project-lite 0.2.9",3493]34943495[[package]]3496name = "httparse"3497version = "1.8.0"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35003501[[package]]3502name = "httpdate"3503version = "1.0.2"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35063507[[package]]3508name = "humantime"3509version = "2.1.0"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35123513[[package]]3514name = "hyper"3515version = "0.14.20"3516source = "registry+https://github.com/rust-lang/crates.io-index"3517checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3518dependencies = [3519 "bytes",3520 "futures-channel",3521 "futures-core",3522 "futures-util",3523 "h2",3524 "http",3525 "http-body",3526 "httparse",3527 "httpdate",3528 "itoa",3529 "pin-project-lite 0.2.9",3530 "socket2",3531 "tokio",3532 "tower-service",3533 "tracing",3534 "want",3535]35363537[[package]]3538name = "hyper-rustls"3539version = "0.23.0"3540source = "registry+https://github.com/rust-lang/crates.io-index"3541checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3542dependencies = [3543 "http",3544 "hyper",3545 "log",3546 "rustls",3547 "rustls-native-certs",3548 "tokio",3549 "tokio-rustls",3550]35513552[[package]]3553name = "iana-time-zone"3554version = "0.1.51"3555source = "registry+https://github.com/rust-lang/crates.io-index"3556checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3557dependencies = [3558 "android_system_properties",3559 "core-foundation-sys",3560 "iana-time-zone-haiku",3561 "js-sys",3562 "wasm-bindgen",3563 "winapi",3564]35653566[[package]]3567name = "iana-time-zone-haiku"3568version = "0.1.1"3569source = "registry+https://github.com/rust-lang/crates.io-index"3570checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3571dependencies = [3572 "cxx",3573 "cxx-build",3574]35753576[[package]]3577name = "idna"3578version = "0.2.3"3579source = "registry+https://github.com/rust-lang/crates.io-index"3580checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3581dependencies = [3582 "matches",3583 "unicode-bidi",3584 "unicode-normalization",3585]35863587[[package]]3588name = "idna"3589version = "0.3.0"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3592dependencies = [3593 "unicode-bidi",3594 "unicode-normalization",3595]35963597[[package]]3598name = "if-addrs"3599version = "0.7.0"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3602dependencies = [3603 "libc",3604 "winapi",3605]36063607[[package]]3608name = "if-watch"3609version = "1.1.1"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3612dependencies = [3613 "async-io",3614 "core-foundation",3615 "fnv",3616 "futures 0.3.25",3617 "if-addrs",3618 "ipnet",3619 "log",3620 "rtnetlink",3621 "system-configuration",3622 "windows",3623]36243625[[package]]3626name = "impl-codec"3627version = "0.6.0"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3630dependencies = [3631 "parity-scale-codec 3.2.1",3632]36333634[[package]]3635name = "impl-rlp"3636version = "0.3.0"3637source = "registry+https://github.com/rust-lang/crates.io-index"3638checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3639dependencies = [3640 "rlp",3641]36423643[[package]]3644name = "impl-serde"3645version = "0.3.2"3646source = "registry+https://github.com/rust-lang/crates.io-index"3647checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3648dependencies = [3649 "serde",3650]36513652[[package]]3653name = "impl-trait-for-tuples"3654version = "0.2.2"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3657dependencies = [3658 "proc-macro2",3659 "quote",3660 "syn",3661]36623663[[package]]3664name = "indexmap"3665version = "1.9.1"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3668dependencies = [3669 "autocfg",3670 "hashbrown",3671 "serde",3672]36733674[[package]]3675name = "inout"3676version = "0.1.3"3677source = "registry+https://github.com/rust-lang/crates.io-index"3678checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3679dependencies = [3680 "generic-array 0.14.6",3681]36823683[[package]]3684name = "instant"3685version = "0.1.12"3686source = "registry+https://github.com/rust-lang/crates.io-index"3687checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3688dependencies = [3689 "cfg-if 1.0.0",3690]36913692[[package]]3693name = "integer-encoding"3694version = "3.0.4"3695source = "registry+https://github.com/rust-lang/crates.io-index"3696checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36973698[[package]]3699name = "integer-sqrt"3700version = "0.1.5"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3703dependencies = [3704 "num-traits",3705]37063707[[package]]3708name = "io-lifetimes"3709version = "0.7.4"3710source = "registry+https://github.com/rust-lang/crates.io-index"3711checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"37123713[[package]]3714name = "ip_network"3715version = "0.4.1"3716source = "registry+https://github.com/rust-lang/crates.io-index"3717checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37183719[[package]]3720name = "ipconfig"3721version = "0.3.0"3722source = "registry+https://github.com/rust-lang/crates.io-index"3723checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3724dependencies = [3725 "socket2",3726 "widestring",3727 "winapi",3728 "winreg",3729]37303731[[package]]3732name = "ipnet"3733version = "2.5.0"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37363737[[package]]3738name = "itertools"3739version = "0.10.5"3740source = "registry+https://github.com/rust-lang/crates.io-index"3741checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3742dependencies = [3743 "either",3744]37453746[[package]]3747name = "itoa"3748version = "1.0.4"3749source = "registry+https://github.com/rust-lang/crates.io-index"3750checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37513752[[package]]3753name = "jobserver"3754version = "0.1.25"3755source = "registry+https://github.com/rust-lang/crates.io-index"3756checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3757dependencies = [3758 "libc",3759]37603761[[package]]3762name = "js-sys"3763version = "0.3.60"3764source = "registry+https://github.com/rust-lang/crates.io-index"3765checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3766dependencies = [3767 "wasm-bindgen",3768]37693770[[package]]3771name = "jsonrpsee"3772version = "0.15.1"3773source = "registry+https://github.com/rust-lang/crates.io-index"3774checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3775dependencies = [3776 "jsonrpsee-core",3777 "jsonrpsee-http-server",3778 "jsonrpsee-proc-macros",3779 "jsonrpsee-types",3780 "jsonrpsee-ws-client",3781 "jsonrpsee-ws-server",3782 "tracing",3783]37843785[[package]]3786name = "jsonrpsee-client-transport"3787version = "0.15.1"3788source = "registry+https://github.com/rust-lang/crates.io-index"3789checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3790dependencies = [3791 "futures-util",3792 "http",3793 "jsonrpsee-core",3794 "jsonrpsee-types",3795 "pin-project",3796 "rustls-native-certs",3797 "soketto",3798 "thiserror",3799 "tokio",3800 "tokio-rustls",3801 "tokio-util",3802 "tracing",3803 "webpki-roots",3804]38053806[[package]]3807name = "jsonrpsee-core"3808version = "0.15.1"3809source = "registry+https://github.com/rust-lang/crates.io-index"3810checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3811dependencies = [3812 "anyhow",3813 "arrayvec 0.7.2",3814 "async-lock",3815 "async-trait",3816 "beef",3817 "futures-channel",3818 "futures-timer",3819 "futures-util",3820 "globset",3821 "http",3822 "hyper",3823 "jsonrpsee-types",3824 "lazy_static",3825 "parking_lot 0.12.1",3826 "rand 0.8.5",3827 "rustc-hash",3828 "serde",3829 "serde_json",3830 "soketto",3831 "thiserror",3832 "tokio",3833 "tracing",3834 "tracing-futures",3835 "unicase",3836]38373838[[package]]3839name = "jsonrpsee-http-server"3840version = "0.15.1"3841source = "registry+https://github.com/rust-lang/crates.io-index"3842checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3843dependencies = [3844 "futures-channel",3845 "futures-util",3846 "hyper",3847 "jsonrpsee-core",3848 "jsonrpsee-types",3849 "serde",3850 "serde_json",3851 "tokio",3852 "tracing",3853 "tracing-futures",3854]38553856[[package]]3857name = "jsonrpsee-proc-macros"3858version = "0.15.1"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3861dependencies = [3862 "proc-macro-crate",3863 "proc-macro2",3864 "quote",3865 "syn",3866]38673868[[package]]3869name = "jsonrpsee-types"3870version = "0.15.1"3871source = "registry+https://github.com/rust-lang/crates.io-index"3872checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3873dependencies = [3874 "anyhow",3875 "beef",3876 "serde",3877 "serde_json",3878 "thiserror",3879 "tracing",3880]38813882[[package]]3883name = "jsonrpsee-ws-client"3884version = "0.15.1"3885source = "registry+https://github.com/rust-lang/crates.io-index"3886checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3887dependencies = [3888 "http",3889 "jsonrpsee-client-transport",3890 "jsonrpsee-core",3891 "jsonrpsee-types",3892]38933894[[package]]3895name = "jsonrpsee-ws-server"3896version = "0.15.1"3897source = "registry+https://github.com/rust-lang/crates.io-index"3898checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3899dependencies = [3900 "futures-channel",3901 "futures-util",3902 "http",3903 "jsonrpsee-core",3904 "jsonrpsee-types",3905 "serde_json",3906 "soketto",3907 "tokio",3908 "tokio-stream",3909 "tokio-util",3910 "tracing",3911 "tracing-futures",3912]39133914[[package]]3915name = "k256"3916version = "0.10.4"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3919dependencies = [3920 "cfg-if 1.0.0",3921 "ecdsa",3922 "elliptic-curve",3923 "sec1",3924]39253926[[package]]3927name = "keccak"3928version = "0.1.2"3929source = "registry+https://github.com/rust-lang/crates.io-index"3930checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39313932[[package]]3933name = "kusama-runtime"3934version = "0.9.30"3935source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3936dependencies = [3937 "beefy-primitives",3938 "bitvec 1.0.1",3939 "frame-benchmarking",3940 "frame-election-provider-support",3941 "frame-executive",3942 "frame-support",3943 "frame-system",3944 "frame-system-benchmarking",3945 "frame-system-rpc-runtime-api",3946 "frame-try-runtime",3947 "hex-literal",3948 "kusama-runtime-constants",3949 "log",3950 "pallet-authority-discovery",3951 "pallet-authorship",3952 "pallet-babe",3953 "pallet-bags-list",3954 "pallet-balances",3955 "pallet-bounties",3956 "pallet-child-bounties",3957 "pallet-collective",3958 "pallet-democracy",3959 "pallet-election-provider-multi-phase",3960 "pallet-election-provider-support-benchmarking",3961 "pallet-elections-phragmen",3962 "pallet-fast-unstake",3963 "pallet-gilt",3964 "pallet-grandpa",3965 "pallet-identity",3966 "pallet-im-online",3967 "pallet-indices",3968 "pallet-membership",3969 "pallet-multisig",3970 "pallet-nomination-pools",3971 "pallet-nomination-pools-benchmarking",3972 "pallet-nomination-pools-runtime-api",3973 "pallet-offences",3974 "pallet-offences-benchmarking",3975 "pallet-preimage",3976 "pallet-proxy",3977 "pallet-recovery",3978 "pallet-scheduler",3979 "pallet-session",3980 "pallet-session-benchmarking",3981 "pallet-society",3982 "pallet-staking",3983 "pallet-staking-reward-fn",3984 "pallet-timestamp",3985 "pallet-tips",3986 "pallet-transaction-payment",3987 "pallet-transaction-payment-rpc-runtime-api",3988 "pallet-treasury",3989 "pallet-utility",3990 "pallet-vesting",3991 "pallet-xcm",3992 "pallet-xcm-benchmarks",3993 "parity-scale-codec 3.2.1",3994 "polkadot-primitives",3995 "polkadot-runtime-common",3996 "polkadot-runtime-parachains",3997 "rustc-hex",3998 "scale-info",3999 "serde",4000 "serde_derive",4001 "smallvec",4002 "sp-api",4003 "sp-arithmetic",4004 "sp-authority-discovery",4005 "sp-block-builder",4006 "sp-consensus-babe",4007 "sp-core",4008 "sp-inherents",4009 "sp-io",4010 "sp-mmr-primitives",4011 "sp-npos-elections",4012 "sp-offchain",4013 "sp-runtime",4014 "sp-session",4015 "sp-staking",4016 "sp-std",4017 "sp-transaction-pool",4018 "sp-version",4019 "static_assertions",4020 "substrate-wasm-builder",4021 "xcm",4022 "xcm-builder",4023 "xcm-executor",4024]40254026[[package]]4027name = "kusama-runtime-constants"4028version = "0.9.30"4029source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4030dependencies = [4031 "frame-support",4032 "polkadot-primitives",4033 "polkadot-runtime-common",4034 "smallvec",4035 "sp-runtime",4036]40374038[[package]]4039name = "kv-log-macro"4040version = "1.0.7"4041source = "registry+https://github.com/rust-lang/crates.io-index"4042checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4043dependencies = [4044 "log",4045]40464047[[package]]4048name = "kvdb"4049version = "0.11.0"4050source = "registry+https://github.com/rust-lang/crates.io-index"4051checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4052dependencies = [4053 "parity-util-mem",4054 "smallvec",4055]40564057[[package]]4058name = "kvdb-memorydb"4059version = "0.11.0"4060source = "registry+https://github.com/rust-lang/crates.io-index"4061checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4062dependencies = [4063 "kvdb",4064 "parity-util-mem",4065 "parking_lot 0.12.1",4066]40674068[[package]]4069name = "kvdb-rocksdb"4070version = "0.15.2"4071source = "registry+https://github.com/rust-lang/crates.io-index"4072checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4073dependencies = [4074 "fs-swap",4075 "kvdb",4076 "log",4077 "num_cpus",4078 "owning_ref",4079 "parity-util-mem",4080 "parking_lot 0.12.1",4081 "regex",4082 "rocksdb",4083 "smallvec",4084]40854086[[package]]4087name = "lazy_static"4088version = "1.4.0"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40914092[[package]]4093name = "lazycell"4094version = "1.3.0"4095source = "registry+https://github.com/rust-lang/crates.io-index"4096checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40974098[[package]]4099name = "libc"4100version = "0.2.137"4101source = "registry+https://github.com/rust-lang/crates.io-index"4102checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"41034104[[package]]4105name = "libloading"4106version = "0.5.2"4107source = "registry+https://github.com/rust-lang/crates.io-index"4108checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4109dependencies = [4110 "cc",4111 "winapi",4112]41134114[[package]]4115name = "libloading"4116version = "0.7.3"4117source = "registry+https://github.com/rust-lang/crates.io-index"4118checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4119dependencies = [4120 "cfg-if 1.0.0",4121 "winapi",4122]41234124[[package]]4125name = "libm"4126version = "0.2.5"4127source = "registry+https://github.com/rust-lang/crates.io-index"4128checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"41294130[[package]]4131name = "libp2p"4132version = "0.46.1"4133source = "registry+https://github.com/rust-lang/crates.io-index"4134checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4135dependencies = [4136 "bytes",4137 "futures 0.3.25",4138 "futures-timer",4139 "getrandom 0.2.8",4140 "instant",4141 "lazy_static",4142 "libp2p-autonat",4143 "libp2p-core",4144 "libp2p-deflate",4145 "libp2p-dns",4146 "libp2p-floodsub",4147 "libp2p-gossipsub",4148 "libp2p-identify",4149 "libp2p-kad",4150 "libp2p-mdns",4151 "libp2p-metrics",4152 "libp2p-mplex",4153 "libp2p-noise",4154 "libp2p-ping",4155 "libp2p-plaintext",4156 "libp2p-pnet",4157 "libp2p-relay",4158 "libp2p-rendezvous",4159 "libp2p-request-response",4160 "libp2p-swarm",4161 "libp2p-swarm-derive",4162 "libp2p-tcp",4163 "libp2p-uds",4164 "libp2p-wasm-ext",4165 "libp2p-websocket",4166 "libp2p-yamux",4167 "multiaddr",4168 "parking_lot 0.12.1",4169 "pin-project",4170 "rand 0.7.3",4171 "smallvec",4172]41734174[[package]]4175name = "libp2p-autonat"4176version = "0.5.0"4177source = "registry+https://github.com/rust-lang/crates.io-index"4178checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4179dependencies = [4180 "async-trait",4181 "futures 0.3.25",4182 "futures-timer",4183 "instant",4184 "libp2p-core",4185 "libp2p-request-response",4186 "libp2p-swarm",4187 "log",4188 "prost 0.10.4",4189 "prost-build 0.10.4",4190 "rand 0.8.5",4191]41924193[[package]]4194name = "libp2p-core"4195version = "0.34.0"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4198dependencies = [4199 "asn1_der",4200 "bs58",4201 "ed25519-dalek",4202 "either",4203 "fnv",4204 "futures 0.3.25",4205 "futures-timer",4206 "instant",4207 "lazy_static",4208 "libsecp256k1",4209 "log",4210 "multiaddr",4211 "multihash",4212 "multistream-select",4213 "parking_lot 0.12.1",4214 "pin-project",4215 "prost 0.10.4",4216 "prost-build 0.10.4",4217 "rand 0.8.5",4218 "ring",4219 "rw-stream-sink",4220 "sha2 0.10.6",4221 "smallvec",4222 "thiserror",4223 "unsigned-varint",4224 "void",4225 "zeroize",4226]42274228[[package]]4229name = "libp2p-deflate"4230version = "0.34.0"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4233dependencies = [4234 "flate2",4235 "futures 0.3.25",4236 "libp2p-core",4237]42384239[[package]]4240name = "libp2p-dns"4241version = "0.34.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4244dependencies = [4245 "async-std-resolver",4246 "futures 0.3.25",4247 "libp2p-core",4248 "log",4249 "parking_lot 0.12.1",4250 "smallvec",4251 "trust-dns-resolver",4252]42534254[[package]]4255name = "libp2p-floodsub"4256version = "0.37.0"4257source = "registry+https://github.com/rust-lang/crates.io-index"4258checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4259dependencies = [4260 "cuckoofilter",4261 "fnv",4262 "futures 0.3.25",4263 "libp2p-core",4264 "libp2p-swarm",4265 "log",4266 "prost 0.10.4",4267 "prost-build 0.10.4",4268 "rand 0.7.3",4269 "smallvec",4270]42714272[[package]]4273name = "libp2p-gossipsub"4274version = "0.39.0"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4277dependencies = [4278 "asynchronous-codec",4279 "base64",4280 "byteorder",4281 "bytes",4282 "fnv",4283 "futures 0.3.25",4284 "hex_fmt",4285 "instant",4286 "libp2p-core",4287 "libp2p-swarm",4288 "log",4289 "prometheus-client",4290 "prost 0.10.4",4291 "prost-build 0.10.4",4292 "rand 0.7.3",4293 "regex",4294 "sha2 0.10.6",4295 "smallvec",4296 "unsigned-varint",4297 "wasm-timer",4298]42994300[[package]]4301name = "libp2p-identify"4302version = "0.37.0"4303source = "registry+https://github.com/rust-lang/crates.io-index"4304checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4305dependencies = [4306 "asynchronous-codec",4307 "futures 0.3.25",4308 "futures-timer",4309 "libp2p-core",4310 "libp2p-swarm",4311 "log",4312 "lru 0.7.8",4313 "prost 0.10.4",4314 "prost-build 0.10.4",4315 "prost-codec",4316 "smallvec",4317 "thiserror",4318 "void",4319]43204321[[package]]4322name = "libp2p-kad"4323version = "0.38.0"4324source = "registry+https://github.com/rust-lang/crates.io-index"4325checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4326dependencies = [4327 "arrayvec 0.7.2",4328 "asynchronous-codec",4329 "bytes",4330 "either",4331 "fnv",4332 "futures 0.3.25",4333 "futures-timer",4334 "instant",4335 "libp2p-core",4336 "libp2p-swarm",4337 "log",4338 "prost 0.10.4",4339 "prost-build 0.10.4",4340 "rand 0.7.3",4341 "sha2 0.10.6",4342 "smallvec",4343 "thiserror",4344 "uint",4345 "unsigned-varint",4346 "void",4347]43484349[[package]]4350name = "libp2p-mdns"4351version = "0.38.0"4352source = "registry+https://github.com/rust-lang/crates.io-index"4353checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4354dependencies = [4355 "async-io",4356 "data-encoding",4357 "dns-parser",4358 "futures 0.3.25",4359 "if-watch",4360 "lazy_static",4361 "libp2p-core",4362 "libp2p-swarm",4363 "log",4364 "rand 0.8.5",4365 "smallvec",4366 "socket2",4367 "void",4368]43694370[[package]]4371name = "libp2p-metrics"4372version = "0.7.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4375dependencies = [4376 "libp2p-core",4377 "libp2p-gossipsub",4378 "libp2p-identify",4379 "libp2p-kad",4380 "libp2p-ping",4381 "libp2p-relay",4382 "libp2p-swarm",4383 "prometheus-client",4384]43854386[[package]]4387name = "libp2p-mplex"4388version = "0.34.0"4389source = "registry+https://github.com/rust-lang/crates.io-index"4390checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4391dependencies = [4392 "asynchronous-codec",4393 "bytes",4394 "futures 0.3.25",4395 "libp2p-core",4396 "log",4397 "nohash-hasher",4398 "parking_lot 0.12.1",4399 "rand 0.7.3",4400 "smallvec",4401 "unsigned-varint",4402]44034404[[package]]4405name = "libp2p-noise"4406version = "0.37.0"4407source = "registry+https://github.com/rust-lang/crates.io-index"4408checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4409dependencies = [4410 "bytes",4411 "curve25519-dalek 3.2.0",4412 "futures 0.3.25",4413 "lazy_static",4414 "libp2p-core",4415 "log",4416 "prost 0.10.4",4417 "prost-build 0.10.4",4418 "rand 0.8.5",4419 "sha2 0.10.6",4420 "snow",4421 "static_assertions",4422 "x25519-dalek",4423 "zeroize",4424]44254426[[package]]4427name = "libp2p-ping"4428version = "0.37.0"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4431dependencies = [4432 "futures 0.3.25",4433 "futures-timer",4434 "instant",4435 "libp2p-core",4436 "libp2p-swarm",4437 "log",4438 "rand 0.7.3",4439 "void",4440]44414442[[package]]4443name = "libp2p-plaintext"4444version = "0.34.0"4445source = "registry+https://github.com/rust-lang/crates.io-index"4446checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4447dependencies = [4448 "asynchronous-codec",4449 "bytes",4450 "futures 0.3.25",4451 "libp2p-core",4452 "log",4453 "prost 0.10.4",4454 "prost-build 0.10.4",4455 "unsigned-varint",4456 "void",4457]44584459[[package]]4460name = "libp2p-pnet"4461version = "0.22.1"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4464dependencies = [4465 "futures 0.3.25",4466 "log",4467 "pin-project",4468 "rand 0.8.5",4469 "salsa20",4470 "sha3",4471]44724473[[package]]4474name = "libp2p-relay"4475version = "0.10.0"4476source = "registry+https://github.com/rust-lang/crates.io-index"4477checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4478dependencies = [4479 "asynchronous-codec",4480 "bytes",4481 "either",4482 "futures 0.3.25",4483 "futures-timer",4484 "instant",4485 "libp2p-core",4486 "libp2p-swarm",4487 "log",4488 "pin-project",4489 "prost 0.10.4",4490 "prost-build 0.10.4",4491 "prost-codec",4492 "rand 0.8.5",4493 "smallvec",4494 "static_assertions",4495 "thiserror",4496 "void",4497]44984499[[package]]4500name = "libp2p-rendezvous"4501version = "0.7.0"4502source = "registry+https://github.com/rust-lang/crates.io-index"4503checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4504dependencies = [4505 "asynchronous-codec",4506 "bimap",4507 "futures 0.3.25",4508 "futures-timer",4509 "instant",4510 "libp2p-core",4511 "libp2p-swarm",4512 "log",4513 "prost 0.10.4",4514 "prost-build 0.10.4",4515 "rand 0.8.5",4516 "sha2 0.10.6",4517 "thiserror",4518 "unsigned-varint",4519 "void",4520]45214522[[package]]4523name = "libp2p-request-response"4524version = "0.19.0"4525source = "registry+https://github.com/rust-lang/crates.io-index"4526checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4527dependencies = [4528 "async-trait",4529 "bytes",4530 "futures 0.3.25",4531 "instant",4532 "libp2p-core",4533 "libp2p-swarm",4534 "log",4535 "rand 0.7.3",4536 "smallvec",4537 "unsigned-varint",4538]45394540[[package]]4541name = "libp2p-swarm"4542version = "0.37.0"4543source = "registry+https://github.com/rust-lang/crates.io-index"4544checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4545dependencies = [4546 "either",4547 "fnv",4548 "futures 0.3.25",4549 "futures-timer",4550 "instant",4551 "libp2p-core",4552 "log",4553 "pin-project",4554 "rand 0.7.3",4555 "smallvec",4556 "thiserror",4557 "void",4558]45594560[[package]]4561name = "libp2p-swarm-derive"4562version = "0.28.0"4563source = "registry+https://github.com/rust-lang/crates.io-index"4564checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4565dependencies = [4566 "quote",4567 "syn",4568]45694570[[package]]4571name = "libp2p-tcp"4572version = "0.34.0"4573source = "registry+https://github.com/rust-lang/crates.io-index"4574checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4575dependencies = [4576 "async-io",4577 "futures 0.3.25",4578 "futures-timer",4579 "if-watch",4580 "ipnet",4581 "libc",4582 "libp2p-core",4583 "log",4584 "socket2",4585]45864587[[package]]4588name = "libp2p-uds"4589version = "0.33.0"4590source = "registry+https://github.com/rust-lang/crates.io-index"4591checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4592dependencies = [4593 "async-std",4594 "futures 0.3.25",4595 "libp2p-core",4596 "log",4597]45984599[[package]]4600name = "libp2p-wasm-ext"4601version = "0.34.0"4602source = "registry+https://github.com/rust-lang/crates.io-index"4603checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4604dependencies = [4605 "futures 0.3.25",4606 "js-sys",4607 "libp2p-core",4608 "parity-send-wrapper",4609 "wasm-bindgen",4610 "wasm-bindgen-futures",4611]46124613[[package]]4614name = "libp2p-websocket"4615version = "0.36.0"4616source = "registry+https://github.com/rust-lang/crates.io-index"4617checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4618dependencies = [4619 "either",4620 "futures 0.3.25",4621 "futures-rustls",4622 "libp2p-core",4623 "log",4624 "parking_lot 0.12.1",4625 "quicksink",4626 "rw-stream-sink",4627 "soketto",4628 "url",4629 "webpki-roots",4630]46314632[[package]]4633name = "libp2p-yamux"4634version = "0.38.0"4635source = "registry+https://github.com/rust-lang/crates.io-index"4636checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4637dependencies = [4638 "futures 0.3.25",4639 "libp2p-core",4640 "parking_lot 0.12.1",4641 "thiserror",4642 "yamux",4643]46444645[[package]]4646name = "librocksdb-sys"4647version = "0.6.1+6.28.2"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4650dependencies = [4651 "bindgen",4652 "bzip2-sys",4653 "cc",4654 "glob",4655 "libc",4656 "libz-sys",4657 "tikv-jemalloc-sys",4658]46594660[[package]]4661name = "libsecp256k1"4662version = "0.7.1"4663source = "registry+https://github.com/rust-lang/crates.io-index"4664checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4665dependencies = [4666 "arrayref",4667 "base64",4668 "digest 0.9.0",4669 "hmac-drbg",4670 "libsecp256k1-core",4671 "libsecp256k1-gen-ecmult",4672 "libsecp256k1-gen-genmult",4673 "rand 0.8.5",4674 "serde",4675 "sha2 0.9.9",4676 "typenum",4677]46784679[[package]]4680name = "libsecp256k1-core"4681version = "0.3.0"4682source = "registry+https://github.com/rust-lang/crates.io-index"4683checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4684dependencies = [4685 "crunchy",4686 "digest 0.9.0",4687 "subtle",4688]46894690[[package]]4691name = "libsecp256k1-gen-ecmult"4692version = "0.3.0"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4695dependencies = [4696 "libsecp256k1-core",4697]46984699[[package]]4700name = "libsecp256k1-gen-genmult"4701version = "0.3.0"4702source = "registry+https://github.com/rust-lang/crates.io-index"4703checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4704dependencies = [4705 "libsecp256k1-core",4706]47074708[[package]]4709name = "libz-sys"4710version = "1.1.8"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4713dependencies = [4714 "cc",4715 "pkg-config",4716 "vcpkg",4717]47184719[[package]]4720name = "link-cplusplus"4721version = "1.0.7"4722source = "registry+https://github.com/rust-lang/crates.io-index"4723checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4724dependencies = [4725 "cc",4726]47274728[[package]]4729name = "linked-hash-map"4730version = "0.5.6"4731source = "registry+https://github.com/rust-lang/crates.io-index"4732checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"47334734[[package]]4735name = "linked_hash_set"4736version = "0.1.4"4737source = "registry+https://github.com/rust-lang/crates.io-index"4738checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4739dependencies = [4740 "linked-hash-map",4741]47424743[[package]]4744name = "linregress"4745version = "0.4.4"4746source = "registry+https://github.com/rust-lang/crates.io-index"4747checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4748dependencies = [4749 "nalgebra",4750 "statrs",4751]47524753[[package]]4754name = "linux-raw-sys"4755version = "0.0.46"4756source = "registry+https://github.com/rust-lang/crates.io-index"4757checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47584759[[package]]4760name = "lock_api"4761version = "0.4.9"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4764dependencies = [4765 "autocfg",4766 "scopeguard",4767]47684769[[package]]4770name = "log"4771version = "0.4.17"4772source = "registry+https://github.com/rust-lang/crates.io-index"4773checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4774dependencies = [4775 "cfg-if 1.0.0",4776 "value-bag",4777]47784779[[package]]4780name = "logtest"4781version = "2.0.0"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4784dependencies = [4785 "lazy_static",4786 "log",4787]47884789[[package]]4790name = "lru"4791version = "0.7.8"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4794dependencies = [4795 "hashbrown",4796]47974798[[package]]4799name = "lru"4800version = "0.8.1"4801source = "registry+https://github.com/rust-lang/crates.io-index"4802checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4803dependencies = [4804 "hashbrown",4805]48064807[[package]]4808name = "lru-cache"4809version = "0.1.2"4810source = "registry+https://github.com/rust-lang/crates.io-index"4811checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4812dependencies = [4813 "linked-hash-map",4814]48154816[[package]]4817name = "lz4"4818version = "1.24.0"4819source = "registry+https://github.com/rust-lang/crates.io-index"4820checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4821dependencies = [4822 "libc",4823 "lz4-sys",4824]48254826[[package]]4827name = "lz4-sys"4828version = "1.9.4"4829source = "registry+https://github.com/rust-lang/crates.io-index"4830checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4831dependencies = [4832 "cc",4833 "libc",4834]48354836[[package]]4837name = "mach"4838version = "0.3.2"4839source = "registry+https://github.com/rust-lang/crates.io-index"4840checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4841dependencies = [4842 "libc",4843]48444845[[package]]4846name = "match_cfg"4847version = "0.1.0"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48504851[[package]]4852name = "matchers"4853version = "0.0.1"4854source = "registry+https://github.com/rust-lang/crates.io-index"4855checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4856dependencies = [4857 "regex-automata",4858]48594860[[package]]4861name = "matches"4862version = "0.1.9"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48654866[[package]]4867name = "matrixmultiply"4868version = "0.3.2"4869source = "registry+https://github.com/rust-lang/crates.io-index"4870checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4871dependencies = [4872 "rawpointer",4873]48744875[[package]]4876name = "memchr"4877version = "2.5.0"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48804881[[package]]4882name = "memfd"4883version = "0.6.1"4884source = "registry+https://github.com/rust-lang/crates.io-index"4885checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4886dependencies = [4887 "rustix",4888]48894890[[package]]4891name = "memmap2"4892version = "0.5.7"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4895dependencies = [4896 "libc",4897]48984899[[package]]4900name = "memoffset"4901version = "0.6.5"4902source = "registry+https://github.com/rust-lang/crates.io-index"4903checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4904dependencies = [4905 "autocfg",4906]49074908[[package]]4909name = "memory-db"4910version = "0.29.0"4911source = "registry+https://github.com/rust-lang/crates.io-index"4912checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4913dependencies = [4914 "hash-db",4915 "hashbrown",4916 "parity-util-mem",4917]49184919[[package]]4920name = "memory-lru"4921version = "0.1.1"4922source = "registry+https://github.com/rust-lang/crates.io-index"4923checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4924dependencies = [4925 "lru 0.8.1",4926]49274928[[package]]4929name = "memory_units"4930version = "0.4.0"4931source = "registry+https://github.com/rust-lang/crates.io-index"4932checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"49334934[[package]]4935name = "merlin"4936version = "2.0.1"4937source = "registry+https://github.com/rust-lang/crates.io-index"4938checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4939dependencies = [4940 "byteorder",4941 "keccak",4942 "rand_core 0.5.1",4943 "zeroize",4944]49454946[[package]]4947name = "mick-jaeger"4948version = "0.1.8"4949source = "registry+https://github.com/rust-lang/crates.io-index"4950checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4951dependencies = [4952 "futures 0.3.25",4953 "rand 0.8.5",4954 "thrift",4955]49564957[[package]]4958name = "minimal-lexical"4959version = "0.2.1"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49624963[[package]]4964name = "miniz_oxide"4965version = "0.5.4"4966source = "registry+https://github.com/rust-lang/crates.io-index"4967checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4968dependencies = [4969 "adler",4970]49714972[[package]]4973name = "mio"4974version = "0.8.5"4975source = "registry+https://github.com/rust-lang/crates.io-index"4976checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4977dependencies = [4978 "libc",4979 "log",4980 "wasi 0.11.0+wasi-snapshot-preview1",4981 "windows-sys 0.42.0",4982]49834984[[package]]4985name = "multiaddr"4986version = "0.14.0"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4989dependencies = [4990 "arrayref",4991 "bs58",4992 "byteorder",4993 "data-encoding",4994 "multihash",4995 "percent-encoding",4996 "serde",4997 "static_assertions",4998 "unsigned-varint",4999 "url",5000]50015002[[package]]5003name = "multibase"5004version = "0.9.1"5005source = "registry+https://github.com/rust-lang/crates.io-index"5006checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5007dependencies = [5008 "base-x",5009 "data-encoding",5010 "data-encoding-macro",5011]50125013[[package]]5014name = "multihash"5015version = "0.16.3"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5018dependencies = [5019 "blake2b_simd",5020 "blake2s_simd",5021 "blake3",5022 "core2",5023 "digest 0.10.5",5024 "multihash-derive",5025 "sha2 0.10.6",5026 "sha3",5027 "unsigned-varint",5028]50295030[[package]]5031name = "multihash-derive"5032version = "0.8.0"5033source = "registry+https://github.com/rust-lang/crates.io-index"5034checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5035dependencies = [5036 "proc-macro-crate",5037 "proc-macro-error",5038 "proc-macro2",5039 "quote",5040 "syn",5041 "synstructure",5042]50435044[[package]]5045name = "multimap"5046version = "0.8.3"5047source = "registry+https://github.com/rust-lang/crates.io-index"5048checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50495050[[package]]5051name = "multistream-select"5052version = "0.11.0"5053source = "registry+https://github.com/rust-lang/crates.io-index"5054checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5055dependencies = [5056 "bytes",5057 "futures 0.3.25",5058 "log",5059 "pin-project",5060 "smallvec",5061 "unsigned-varint",5062]50635064[[package]]5065name = "nalgebra"5066version = "0.27.1"5067source = "registry+https://github.com/rust-lang/crates.io-index"5068checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5069dependencies = [5070 "approx",5071 "matrixmultiply",5072 "nalgebra-macros",5073 "num-complex",5074 "num-rational 0.4.1",5075 "num-traits",5076 "rand 0.8.5",5077 "rand_distr",5078 "simba",5079 "typenum",5080]50815082[[package]]5083name = "nalgebra-macros"5084version = "0.1.0"5085source = "registry+https://github.com/rust-lang/crates.io-index"5086checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5087dependencies = [5088 "proc-macro2",5089 "quote",5090 "syn",5091]50925093[[package]]5094name = "names"5095version = "0.13.0"5096source = "registry+https://github.com/rust-lang/crates.io-index"5097checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5098dependencies = [5099 "rand 0.8.5",5100]51015102[[package]]5103name = "nanorand"5104version = "0.7.0"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"51075108[[package]]5109name = "netlink-packet-core"5110version = "0.4.2"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5113dependencies = [5114 "anyhow",5115 "byteorder",5116 "libc",5117 "netlink-packet-utils",5118]51195120[[package]]5121name = "netlink-packet-route"5122version = "0.12.0"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5125dependencies = [5126 "anyhow",5127 "bitflags",5128 "byteorder",5129 "libc",5130 "netlink-packet-core",5131 "netlink-packet-utils",5132]51335134[[package]]5135name = "netlink-packet-utils"5136version = "0.5.1"5137source = "registry+https://github.com/rust-lang/crates.io-index"5138checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5139dependencies = [5140 "anyhow",5141 "byteorder",5142 "paste",5143 "thiserror",5144]51455146[[package]]5147name = "netlink-proto"5148version = "0.10.0"5149source = "registry+https://github.com/rust-lang/crates.io-index"5150checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5151dependencies = [5152 "bytes",5153 "futures 0.3.25",5154 "log",5155 "netlink-packet-core",5156 "netlink-sys",5157 "thiserror",5158 "tokio",5159]51605161[[package]]5162name = "netlink-sys"5163version = "0.8.3"5164source = "registry+https://github.com/rust-lang/crates.io-index"5165checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5166dependencies = [5167 "async-io",5168 "bytes",5169 "futures 0.3.25",5170 "libc",5171 "log",5172]51735174[[package]]5175name = "nix"5176version = "0.24.2"5177source = "registry+https://github.com/rust-lang/crates.io-index"5178checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5179dependencies = [5180 "bitflags",5181 "cfg-if 1.0.0",5182 "libc",5183]51845185[[package]]5186name = "nodrop"5187version = "0.1.14"5188source = "registry+https://github.com/rust-lang/crates.io-index"5189checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51905191[[package]]5192name = "nohash-hasher"5193version = "0.2.0"5194source = "registry+https://github.com/rust-lang/crates.io-index"5195checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51965197[[package]]5198name = "nom"5199version = "7.1.1"5200source = "registry+https://github.com/rust-lang/crates.io-index"5201checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5202dependencies = [5203 "memchr",5204 "minimal-lexical",5205]52065207[[package]]5208name = "num-bigint"5209version = "0.2.6"5210source = "registry+https://github.com/rust-lang/crates.io-index"5211checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5212dependencies = [5213 "autocfg",5214 "num-integer",5215 "num-traits",5216]52175218[[package]]5219name = "num-bigint"5220version = "0.4.3"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5223dependencies = [5224 "autocfg",5225 "num-integer",5226 "num-traits",5227]52285229[[package]]5230name = "num-complex"5231version = "0.4.2"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5234dependencies = [5235 "num-traits",5236]52375238[[package]]5239name = "num-format"5240version = "0.4.3"5241source = "registry+https://github.com/rust-lang/crates.io-index"5242checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5243dependencies = [5244 "arrayvec 0.7.2",5245 "itoa",5246]52475248[[package]]5249name = "num-integer"5250version = "0.1.45"5251source = "registry+https://github.com/rust-lang/crates.io-index"5252checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5253dependencies = [5254 "autocfg",5255 "num-traits",5256]52575258[[package]]5259name = "num-rational"5260version = "0.2.4"5261source = "registry+https://github.com/rust-lang/crates.io-index"5262checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5263dependencies = [5264 "autocfg",5265 "num-bigint 0.2.6",5266 "num-integer",5267 "num-traits",5268]52695270[[package]]5271name = "num-rational"5272version = "0.4.1"5273source = "registry+https://github.com/rust-lang/crates.io-index"5274checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5275dependencies = [5276 "autocfg",5277 "num-bigint 0.4.3",5278 "num-integer",5279 "num-traits",5280]52815282[[package]]5283name = "num-traits"5284version = "0.2.15"5285source = "registry+https://github.com/rust-lang/crates.io-index"5286checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5287dependencies = [5288 "autocfg",5289 "libm",5290]52915292[[package]]5293name = "num_cpus"5294version = "1.13.1"5295source = "registry+https://github.com/rust-lang/crates.io-index"5296checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5297dependencies = [5298 "hermit-abi",5299 "libc",5300]53015302[[package]]5303name = "num_threads"5304version = "0.1.6"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5307dependencies = [5308 "libc",5309]53105311[[package]]5312name = "object"5313version = "0.29.0"5314source = "registry+https://github.com/rust-lang/crates.io-index"5315checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5316dependencies = [5317 "crc32fast",5318 "hashbrown",5319 "indexmap",5320 "memchr",5321]53225323[[package]]5324name = "once_cell"5325version = "1.15.0"5326source = "registry+https://github.com/rust-lang/crates.io-index"5327checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"53285329[[package]]5330name = "opal-runtime"5331version = "0.9.30"5332dependencies = [5333 "app-promotion-rpc",5334 "cumulus-pallet-aura-ext",5335 "cumulus-pallet-dmp-queue",5336 "cumulus-pallet-parachain-system",5337 "cumulus-pallet-xcm",5338 "cumulus-pallet-xcmp-queue",5339 "cumulus-primitives-core",5340 "cumulus-primitives-timestamp",5341 "cumulus-primitives-utility",5342 "derivative",5343 "evm-coder",5344 "fp-evm-mapping",5345 "fp-rpc",5346 "fp-self-contained",5347 "frame-benchmarking",5348 "frame-executive",5349 "frame-support",5350 "frame-system",5351 "frame-system-benchmarking",5352 "frame-system-rpc-runtime-api",5353 "frame-try-runtime",5354 "hex-literal",5355 "impl-trait-for-tuples",5356 "log",5357 "logtest",5358 "orml-tokens",5359 "orml-traits",5360 "orml-vesting",5361 "orml-xtokens",5362 "pallet-app-promotion",5363 "pallet-aura",5364 "pallet-balances",5365 "pallet-base-fee",5366 "pallet-common",5367 "pallet-configuration",5368 "pallet-ethereum",5369 "pallet-evm",5370 "pallet-evm-coder-substrate",5371 "pallet-evm-contract-helpers",5372 "pallet-evm-migration",5373 "pallet-evm-transaction-payment",5374 "pallet-foreign-assets",5375 "pallet-fungible",5376 "pallet-inflation",5377 "pallet-maintenance",5378 "pallet-nonfungible",5379 "pallet-randomness-collective-flip",5380 "pallet-refungible",5381 "pallet-rmrk-core",5382 "pallet-rmrk-equip",5383 "pallet-structure",5384 "pallet-sudo",5385 "pallet-template-transaction-payment",5386 "pallet-test-utils",5387 "pallet-timestamp",5388 "pallet-transaction-payment",5389 "pallet-transaction-payment-rpc-runtime-api",5390 "pallet-treasury",5391 "pallet-unique",5392 "pallet-unique-scheduler-v2",5393 "pallet-xcm",5394 "parachain-info",5395 "parity-scale-codec 3.2.1",5396 "polkadot-parachain",5397 "rmrk-rpc",5398 "scale-info",5399 "serde",5400 "smallvec",5401 "sp-api",5402 "sp-arithmetic",5403 "sp-block-builder",5404 "sp-consensus-aura",5405 "sp-core",5406 "sp-inherents",5407 "sp-io",5408 "sp-offchain",5409 "sp-runtime",5410 "sp-session",5411 "sp-std",5412 "sp-transaction-pool",5413 "sp-version",5414 "substrate-wasm-builder",5415 "up-common",5416 "up-data-structs",5417 "up-rpc",5418 "up-sponsorship",5419 "xcm",5420 "xcm-builder",5421 "xcm-executor",5422]54235424[[package]]5425name = "opaque-debug"5426version = "0.2.3"5427source = "registry+https://github.com/rust-lang/crates.io-index"5428checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54295430[[package]]5431name = "opaque-debug"5432version = "0.3.0"5433source = "registry+https://github.com/rust-lang/crates.io-index"5434checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54355436[[package]]5437name = "openssl-probe"5438version = "0.1.5"5439source = "registry+https://github.com/rust-lang/crates.io-index"5440checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54415442[[package]]5443name = "orchestra"5444version = "0.0.1"5445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5446dependencies = [5447 "async-trait",5448 "dyn-clonable",5449 "futures 0.3.25",5450 "futures-timer",5451 "orchestra-proc-macro",5452 "pin-project",5453 "prioritized-metered-channel",5454 "thiserror",5455 "tracing",5456]54575458[[package]]5459name = "orchestra-proc-macro"5460version = "0.0.1"5461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5462dependencies = [5463 "expander 0.0.6",5464 "itertools",5465 "petgraph",5466 "proc-macro-crate",5467 "proc-macro2",5468 "quote",5469 "syn",5470]54715472[[package]]5473name = "ordered-float"5474version = "1.1.1"5475source = "registry+https://github.com/rust-lang/crates.io-index"5476checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5477dependencies = [5478 "num-traits",5479]54805481[[package]]5482name = "orml-tokens"5483version = "0.4.1-dev"5484source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5485dependencies = [5486 "frame-support",5487 "frame-system",5488 "orml-traits",5489 "parity-scale-codec 3.2.1",5490 "scale-info",5491 "serde",5492 "sp-runtime",5493 "sp-std",5494]54955496[[package]]5497name = "orml-traits"5498version = "0.4.1-dev"5499source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5500dependencies = [5501 "frame-support",5502 "impl-trait-for-tuples",5503 "num-traits",5504 "orml-utilities",5505 "parity-scale-codec 3.2.1",5506 "scale-info",5507 "serde",5508 "sp-io",5509 "sp-runtime",5510 "sp-std",5511 "xcm",5512]55135514[[package]]5515name = "orml-utilities"5516version = "0.4.1-dev"5517source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5518dependencies = [5519 "frame-support",5520 "parity-scale-codec 3.2.1",5521 "scale-info",5522 "serde",5523 "sp-io",5524 "sp-runtime",5525 "sp-std",5526]55275528[[package]]5529name = "orml-vesting"5530version = "0.4.1-dev"5531source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5532dependencies = [5533 "frame-support",5534 "frame-system",5535 "parity-scale-codec 3.2.1",5536 "scale-info",5537 "serde",5538 "sp-io",5539 "sp-runtime",5540 "sp-std",5541]55425543[[package]]5544name = "orml-xcm-support"5545version = "0.4.1-dev"5546source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5547dependencies = [5548 "frame-support",5549 "orml-traits",5550 "parity-scale-codec 3.2.1",5551 "sp-runtime",5552 "sp-std",5553 "xcm",5554 "xcm-executor",5555]55565557[[package]]5558name = "orml-xtokens"5559version = "0.4.1-dev"5560source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5561dependencies = [5562 "cumulus-primitives-core",5563 "frame-support",5564 "frame-system",5565 "orml-traits",5566 "orml-xcm-support",5567 "pallet-xcm",5568 "parity-scale-codec 3.2.1",5569 "scale-info",5570 "serde",5571 "sp-io",5572 "sp-runtime",5573 "sp-std",5574 "xcm",5575 "xcm-executor",5576]55775578[[package]]5579name = "os_str_bytes"5580version = "6.3.0"5581source = "registry+https://github.com/rust-lang/crates.io-index"5582checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55835584[[package]]5585name = "owning_ref"5586version = "0.4.1"5587source = "registry+https://github.com/rust-lang/crates.io-index"5588checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5589dependencies = [5590 "stable_deref_trait",5591]55925593[[package]]5594name = "pallet-app-promotion"5595version = "0.1.0"5596dependencies = [5597 "frame-benchmarking",5598 "frame-support",5599 "frame-system",5600 "pallet-balances",5601 "pallet-common",5602 "pallet-evm",5603 "pallet-evm-contract-helpers",5604 "pallet-evm-migration",5605 "pallet-randomness-collective-flip",5606 "pallet-timestamp",5607 "pallet-unique",5608 "parity-scale-codec 3.2.1",5609 "scale-info",5610 "serde",5611 "sp-core",5612 "sp-io",5613 "sp-runtime",5614 "sp-std",5615 "up-data-structs",5616]56175618[[package]]5619name = "pallet-aura"5620version = "4.0.0-dev"5621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5622dependencies = [5623 "frame-support",5624 "frame-system",5625 "pallet-timestamp",5626 "parity-scale-codec 3.2.1",5627 "scale-info",5628 "sp-application-crypto",5629 "sp-consensus-aura",5630 "sp-runtime",5631 "sp-std",5632]56335634[[package]]5635name = "pallet-authority-discovery"5636version = "4.0.0-dev"5637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5638dependencies = [5639 "frame-support",5640 "frame-system",5641 "pallet-session",5642 "parity-scale-codec 3.2.1",5643 "scale-info",5644 "sp-application-crypto",5645 "sp-authority-discovery",5646 "sp-runtime",5647 "sp-std",5648]56495650[[package]]5651name = "pallet-authorship"5652version = "4.0.0-dev"5653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5654dependencies = [5655 "frame-support",5656 "frame-system",5657 "impl-trait-for-tuples",5658 "parity-scale-codec 3.2.1",5659 "scale-info",5660 "sp-authorship",5661 "sp-runtime",5662 "sp-std",5663]56645665[[package]]5666name = "pallet-babe"5667version = "4.0.0-dev"5668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5669dependencies = [5670 "frame-benchmarking",5671 "frame-support",5672 "frame-system",5673 "log",5674 "pallet-authorship",5675 "pallet-session",5676 "pallet-timestamp",5677 "parity-scale-codec 3.2.1",5678 "scale-info",5679 "sp-application-crypto",5680 "sp-consensus-babe",5681 "sp-consensus-vrf",5682 "sp-io",5683 "sp-runtime",5684 "sp-session",5685 "sp-staking",5686 "sp-std",5687]56885689[[package]]5690name = "pallet-bags-list"5691version = "4.0.0-dev"5692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5693dependencies = [5694 "frame-benchmarking",5695 "frame-election-provider-support",5696 "frame-support",5697 "frame-system",5698 "log",5699 "pallet-balances",5700 "parity-scale-codec 3.2.1",5701 "scale-info",5702 "sp-core",5703 "sp-io",5704 "sp-runtime",5705 "sp-std",5706 "sp-tracing",5707]57085709[[package]]5710name = "pallet-balances"5711version = "4.0.0-dev"5712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5713dependencies = [5714 "frame-benchmarking",5715 "frame-support",5716 "frame-system",5717 "log",5718 "parity-scale-codec 3.2.1",5719 "scale-info",5720 "sp-runtime",5721 "sp-std",5722]57235724[[package]]5725name = "pallet-base-fee"5726version = "1.0.0"5727source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5728dependencies = [5729 "fp-evm",5730 "frame-support",5731 "frame-system",5732 "parity-scale-codec 3.2.1",5733 "scale-info",5734 "serde",5735 "sp-core",5736 "sp-runtime",5737]57385739[[package]]5740name = "pallet-beefy"5741version = "4.0.0-dev"5742source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5743dependencies = [5744 "beefy-primitives",5745 "frame-support",5746 "frame-system",5747 "pallet-session",5748 "parity-scale-codec 3.2.1",5749 "scale-info",5750 "serde",5751 "sp-runtime",5752 "sp-std",5753]57545755[[package]]5756name = "pallet-beefy-mmr"5757version = "4.0.0-dev"5758source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5759dependencies = [5760 "array-bytes",5761 "beefy-merkle-tree",5762 "beefy-primitives",5763 "frame-support",5764 "frame-system",5765 "log",5766 "pallet-beefy",5767 "pallet-mmr",5768 "pallet-session",5769 "parity-scale-codec 3.2.1",5770 "scale-info",5771 "serde",5772 "sp-core",5773 "sp-io",5774 "sp-runtime",5775 "sp-std",5776]57775778[[package]]5779name = "pallet-bounties"5780version = "4.0.0-dev"5781source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5782dependencies = [5783 "frame-benchmarking",5784 "frame-support",5785 "frame-system",5786 "log",5787 "pallet-treasury",5788 "parity-scale-codec 3.2.1",5789 "scale-info",5790 "sp-core",5791 "sp-io",5792 "sp-runtime",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-child-bounties"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5800dependencies = [5801 "frame-benchmarking",5802 "frame-support",5803 "frame-system",5804 "log",5805 "pallet-bounties",5806 "pallet-treasury",5807 "parity-scale-codec 3.2.1",5808 "scale-info",5809 "sp-core",5810 "sp-io",5811 "sp-runtime",5812 "sp-std",5813]58145815[[package]]5816name = "pallet-collective"5817version = "4.0.0-dev"5818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5819dependencies = [5820 "frame-benchmarking",5821 "frame-support",5822 "frame-system",5823 "log",5824 "parity-scale-codec 3.2.1",5825 "scale-info",5826 "sp-core",5827 "sp-io",5828 "sp-runtime",5829 "sp-std",5830]58315832[[package]]5833name = "pallet-common"5834version = "0.1.11"5835dependencies = [5836 "ethereum",5837 "evm-coder",5838 "fp-evm-mapping",5839 "frame-benchmarking",5840 "frame-support",5841 "frame-system",5842 "pallet-evm",5843 "pallet-evm-coder-substrate",5844 "parity-scale-codec 3.2.1",5845 "scale-info",5846 "serde",5847 "sp-core",5848 "sp-runtime",5849 "sp-std",5850 "up-data-structs",5851]58525853[[package]]5854name = "pallet-configuration"5855version = "0.1.1"5856dependencies = [5857 "fp-evm",5858 "frame-support",5859 "frame-system",5860 "parity-scale-codec 3.2.1",5861 "scale-info",5862 "smallvec",5863 "sp-arithmetic",5864 "sp-core",5865 "sp-runtime",5866 "sp-std",5867]58685869[[package]]5870name = "pallet-democracy"5871version = "4.0.0-dev"5872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5873dependencies = [5874 "frame-benchmarking",5875 "frame-support",5876 "frame-system",5877 "parity-scale-codec 3.2.1",5878 "scale-info",5879 "serde",5880 "sp-io",5881 "sp-runtime",5882 "sp-std",5883]58845885[[package]]5886name = "pallet-election-provider-multi-phase"5887version = "4.0.0-dev"5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5889dependencies = [5890 "frame-benchmarking",5891 "frame-election-provider-support",5892 "frame-support",5893 "frame-system",5894 "log",5895 "pallet-election-provider-support-benchmarking",5896 "parity-scale-codec 3.2.1",5897 "rand 0.7.3",5898 "scale-info",5899 "sp-arithmetic",5900 "sp-core",5901 "sp-io",5902 "sp-npos-elections",5903 "sp-runtime",5904 "sp-std",5905 "static_assertions",5906 "strum",5907]59085909[[package]]5910name = "pallet-election-provider-support-benchmarking"5911version = "4.0.0-dev"5912source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5913dependencies = [5914 "frame-benchmarking",5915 "frame-election-provider-support",5916 "frame-system",5917 "parity-scale-codec 3.2.1",5918 "sp-npos-elections",5919 "sp-runtime",5920]59215922[[package]]5923name = "pallet-elections-phragmen"5924version = "5.0.0-dev"5925source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5926dependencies = [5927 "frame-benchmarking",5928 "frame-support",5929 "frame-system",5930 "log",5931 "parity-scale-codec 3.2.1",5932 "scale-info",5933 "sp-core",5934 "sp-io",5935 "sp-npos-elections",5936 "sp-runtime",5937 "sp-std",5938]59395940[[package]]5941name = "pallet-ethereum"5942version = "4.0.0-dev"5943source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5944dependencies = [5945 "ethereum",5946 "ethereum-types",5947 "evm",5948 "fp-consensus",5949 "fp-evm",5950 "fp-evm-mapping",5951 "fp-rpc",5952 "fp-self-contained",5953 "fp-storage",5954 "frame-support",5955 "frame-system",5956 "log",5957 "pallet-evm",5958 "pallet-timestamp",5959 "parity-scale-codec 3.2.1",5960 "rlp",5961 "scale-info",5962 "serde",5963 "sha3",5964 "sp-io",5965 "sp-runtime",5966 "sp-std",5967]59685969[[package]]5970name = "pallet-evm"5971version = "6.0.0-dev"5972source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5973dependencies = [5974 "evm",5975 "fp-evm",5976 "fp-evm-mapping",5977 "frame-benchmarking",5978 "frame-support",5979 "frame-system",5980 "hex",5981 "impl-trait-for-tuples",5982 "log",5983 "pallet-timestamp",5984 "parity-scale-codec 3.2.1",5985 "primitive-types",5986 "rlp",5987 "scale-info",5988 "serde",5989 "sha3",5990 "sp-core",5991 "sp-io",5992 "sp-runtime",5993 "sp-std",5994]59955996[[package]]5997name = "pallet-evm-coder-substrate"5998version = "0.1.3"5999dependencies = [6000 "ethereum",6001 "evm-coder",6002 "frame-benchmarking",6003 "frame-support",6004 "frame-system",6005 "pallet-ethereum",6006 "pallet-evm",6007 "parity-scale-codec 3.2.1",6008 "scale-info",6009 "sp-core",6010 "sp-std",6011 "up-data-structs",6012]60136014[[package]]6015name = "pallet-evm-contract-helpers"6016version = "0.3.0"6017dependencies = [6018 "ethereum",6019 "evm-coder",6020 "fp-evm-mapping",6021 "frame-support",6022 "frame-system",6023 "log",6024 "pallet-common",6025 "pallet-evm",6026 "pallet-evm-coder-substrate",6027 "pallet-evm-transaction-payment",6028 "parity-scale-codec 3.2.1",6029 "scale-info",6030 "sp-core",6031 "sp-runtime",6032 "sp-std",6033 "up-data-structs",6034 "up-sponsorship",6035]60366037[[package]]6038name = "pallet-evm-migration"6039version = "0.1.1"6040dependencies = [6041 "ethereum",6042 "fp-evm",6043 "frame-benchmarking",6044 "frame-support",6045 "frame-system",6046 "pallet-evm",6047 "parity-scale-codec 3.2.1",6048 "scale-info",6049 "sp-core",6050 "sp-io",6051 "sp-runtime",6052 "sp-std",6053]60546055[[package]]6056name = "pallet-evm-transaction-payment"6057version = "0.1.1"6058dependencies = [6059 "fp-evm",6060 "fp-evm-mapping",6061 "frame-support",6062 "frame-system",6063 "pallet-ethereum",6064 "pallet-evm",6065 "parity-scale-codec 3.2.1",6066 "scale-info",6067 "sp-core",6068 "sp-io",6069 "sp-runtime",6070 "sp-std",6071 "up-sponsorship",6072]60736074[[package]]6075name = "pallet-fast-unstake"6076version = "4.0.0-dev"6077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6078dependencies = [6079 "frame-benchmarking",6080 "frame-election-provider-support",6081 "frame-support",6082 "frame-system",6083 "log",6084 "pallet-balances",6085 "pallet-staking",6086 "pallet-timestamp",6087 "parity-scale-codec 3.2.1",6088 "scale-info",6089 "sp-io",6090 "sp-runtime",6091 "sp-staking",6092 "sp-std",6093]60946095[[package]]6096name = "pallet-foreign-assets"6097version = "0.1.0"6098dependencies = [6099 "frame-benchmarking",6100 "frame-support",6101 "frame-system",6102 "hex",6103 "log",6104 "orml-tokens",6105 "pallet-balances",6106 "pallet-common",6107 "pallet-fungible",6108 "pallet-timestamp",6109 "parity-scale-codec 3.2.1",6110 "scale-info",6111 "serde",6112 "serde_json",6113 "sp-core",6114 "sp-io",6115 "sp-runtime",6116 "sp-std",6117 "up-data-structs",6118 "xcm",6119 "xcm-builder",6120 "xcm-executor",6121]61226123[[package]]6124name = "pallet-fungible"6125version = "0.1.7"6126dependencies = [6127 "ethereum",6128 "evm-coder",6129 "frame-benchmarking",6130 "frame-support",6131 "frame-system",6132 "pallet-common",6133 "pallet-evm",6134 "pallet-evm-coder-substrate",6135 "pallet-structure",6136 "parity-scale-codec 3.2.1",6137 "scale-info",6138 "sp-core",6139 "sp-runtime",6140 "sp-std",6141 "up-data-structs",6142]61436144[[package]]6145name = "pallet-gilt"6146version = "4.0.0-dev"6147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6148dependencies = [6149 "frame-benchmarking",6150 "frame-support",6151 "frame-system",6152 "parity-scale-codec 3.2.1",6153 "scale-info",6154 "sp-arithmetic",6155 "sp-runtime",6156 "sp-std",6157]61586159[[package]]6160name = "pallet-grandpa"6161version = "4.0.0-dev"6162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6163dependencies = [6164 "frame-benchmarking",6165 "frame-support",6166 "frame-system",6167 "log",6168 "pallet-authorship",6169 "pallet-session",6170 "parity-scale-codec 3.2.1",6171 "scale-info",6172 "sp-application-crypto",6173 "sp-core",6174 "sp-finality-grandpa",6175 "sp-io",6176 "sp-runtime",6177 "sp-session",6178 "sp-staking",6179 "sp-std",6180]61816182[[package]]6183name = "pallet-identity"6184version = "4.0.0-dev"6185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6186dependencies = [6187 "enumflags2",6188 "frame-benchmarking",6189 "frame-support",6190 "frame-system",6191 "parity-scale-codec 3.2.1",6192 "scale-info",6193 "sp-io",6194 "sp-runtime",6195 "sp-std",6196]61976198[[package]]6199name = "pallet-im-online"6200version = "4.0.0-dev"6201source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6202dependencies = [6203 "frame-benchmarking",6204 "frame-support",6205 "frame-system",6206 "log",6207 "pallet-authorship",6208 "parity-scale-codec 3.2.1",6209 "scale-info",6210 "sp-application-crypto",6211 "sp-core",6212 "sp-io",6213 "sp-runtime",6214 "sp-staking",6215 "sp-std",6216]62176218[[package]]6219name = "pallet-indices"6220version = "4.0.0-dev"6221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6222dependencies = [6223 "frame-benchmarking",6224 "frame-support",6225 "frame-system",6226 "parity-scale-codec 3.2.1",6227 "scale-info",6228 "sp-core",6229 "sp-io",6230 "sp-keyring",6231 "sp-runtime",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-inflation"6237version = "0.1.1"6238dependencies = [6239 "frame-benchmarking",6240 "frame-support",6241 "frame-system",6242 "pallet-balances",6243 "pallet-randomness-collective-flip",6244 "pallet-timestamp",6245 "parity-scale-codec 3.2.1",6246 "scale-info",6247 "serde",6248 "sp-core",6249 "sp-io",6250 "sp-runtime",6251 "sp-std",6252]62536254[[package]]6255name = "pallet-maintenance"6256version = "0.1.0"6257dependencies = [6258 "frame-benchmarking",6259 "frame-support",6260 "frame-system",6261 "parity-scale-codec 3.2.1",6262 "scale-info",6263 "sp-std",6264]62656266[[package]]6267name = "pallet-membership"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6270dependencies = [6271 "frame-benchmarking",6272 "frame-support",6273 "frame-system",6274 "log",6275 "parity-scale-codec 3.2.1",6276 "scale-info",6277 "sp-core",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281]62826283[[package]]6284name = "pallet-mmr"6285version = "4.0.0-dev"6286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6287dependencies = [6288 "ckb-merkle-mountain-range",6289 "frame-benchmarking",6290 "frame-support",6291 "frame-system",6292 "parity-scale-codec 3.2.1",6293 "scale-info",6294 "sp-core",6295 "sp-io",6296 "sp-mmr-primitives",6297 "sp-runtime",6298 "sp-std",6299]63006301[[package]]6302name = "pallet-mmr-rpc"6303version = "3.0.0"6304source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6305dependencies = [6306 "jsonrpsee",6307 "parity-scale-codec 3.2.1",6308 "serde",6309 "sp-api",6310 "sp-blockchain",6311 "sp-core",6312 "sp-mmr-primitives",6313 "sp-runtime",6314]63156316[[package]]6317name = "pallet-multisig"6318version = "4.0.0-dev"6319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6320dependencies = [6321 "frame-benchmarking",6322 "frame-support",6323 "frame-system",6324 "parity-scale-codec 3.2.1",6325 "scale-info",6326 "sp-io",6327 "sp-runtime",6328 "sp-std",6329]63306331[[package]]6332name = "pallet-nomination-pools"6333version = "1.0.0"6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6335dependencies = [6336 "frame-support",6337 "frame-system",6338 "log",6339 "parity-scale-codec 3.2.1",6340 "scale-info",6341 "sp-core",6342 "sp-io",6343 "sp-runtime",6344 "sp-staking",6345 "sp-std",6346]63476348[[package]]6349name = "pallet-nomination-pools-benchmarking"6350version = "1.0.0"6351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6352dependencies = [6353 "frame-benchmarking",6354 "frame-election-provider-support",6355 "frame-support",6356 "frame-system",6357 "pallet-bags-list",6358 "pallet-nomination-pools",6359 "pallet-staking",6360 "parity-scale-codec 3.2.1",6361 "scale-info",6362 "sp-runtime",6363 "sp-runtime-interface",6364 "sp-staking",6365 "sp-std",6366]63676368[[package]]6369name = "pallet-nomination-pools-runtime-api"6370version = "1.0.0-dev"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6372dependencies = [6373 "parity-scale-codec 3.2.1",6374 "sp-api",6375 "sp-std",6376]63776378[[package]]6379name = "pallet-nonfungible"6380version = "0.1.9"6381dependencies = [6382 "ethereum",6383 "evm-coder",6384 "frame-benchmarking",6385 "frame-support",6386 "frame-system",6387 "pallet-common",6388 "pallet-evm",6389 "pallet-evm-coder-substrate",6390 "pallet-structure",6391 "parity-scale-codec 3.2.1",6392 "scale-info",6393 "sp-core",6394 "sp-runtime",6395 "sp-std",6396 "struct-versioning",6397 "up-data-structs",6398]63996400[[package]]6401name = "pallet-offences"6402version = "4.0.0-dev"6403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6404dependencies = [6405 "frame-support",6406 "frame-system",6407 "log",6408 "pallet-balances",6409 "parity-scale-codec 3.2.1",6410 "scale-info",6411 "serde",6412 "sp-runtime",6413 "sp-staking",6414 "sp-std",6415]64166417[[package]]6418name = "pallet-offences-benchmarking"6419version = "4.0.0-dev"6420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6421dependencies = [6422 "frame-benchmarking",6423 "frame-election-provider-support",6424 "frame-support",6425 "frame-system",6426 "pallet-babe",6427 "pallet-balances",6428 "pallet-grandpa",6429 "pallet-im-online",6430 "pallet-offences",6431 "pallet-session",6432 "pallet-staking",6433 "parity-scale-codec 3.2.1",6434 "scale-info",6435 "sp-runtime",6436 "sp-staking",6437 "sp-std",6438]64396440[[package]]6441name = "pallet-preimage"6442version = "4.0.0-dev"6443source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6444dependencies = [6445 "frame-benchmarking",6446 "frame-support",6447 "frame-system",6448 "parity-scale-codec 3.2.1",6449 "scale-info",6450 "sp-core",6451 "sp-io",6452 "sp-runtime",6453 "sp-std",6454]64556456[[package]]6457name = "pallet-proxy"6458version = "4.0.0-dev"6459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6460dependencies = [6461 "frame-benchmarking",6462 "frame-support",6463 "frame-system",6464 "parity-scale-codec 3.2.1",6465 "scale-info",6466 "sp-io",6467 "sp-runtime",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-randomness-collective-flip"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6475dependencies = [6476 "frame-support",6477 "frame-system",6478 "parity-scale-codec 3.2.1",6479 "safe-mix",6480 "scale-info",6481 "sp-runtime",6482 "sp-std",6483]64846485[[package]]6486name = "pallet-recovery"6487version = "4.0.0-dev"6488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6489dependencies = [6490 "frame-benchmarking",6491 "frame-support",6492 "frame-system",6493 "parity-scale-codec 3.2.1",6494 "scale-info",6495 "sp-io",6496 "sp-runtime",6497 "sp-std",6498]64996500[[package]]6501name = "pallet-refungible"6502version = "0.2.8"6503dependencies = [6504 "derivative",6505 "ethereum",6506 "evm-coder",6507 "frame-benchmarking",6508 "frame-support",6509 "frame-system",6510 "pallet-common",6511 "pallet-evm",6512 "pallet-evm-coder-substrate",6513 "pallet-structure",6514 "parity-scale-codec 3.2.1",6515 "scale-info",6516 "sp-core",6517 "sp-runtime",6518 "sp-std",6519 "struct-versioning",6520 "up-data-structs",6521]65226523[[package]]6524name = "pallet-rmrk-core"6525version = "0.1.2"6526dependencies = [6527 "derivative",6528 "frame-benchmarking",6529 "frame-support",6530 "frame-system",6531 "pallet-common",6532 "pallet-evm",6533 "pallet-nonfungible",6534 "pallet-structure",6535 "parity-scale-codec 3.2.1",6536 "rmrk-traits",6537 "scale-info",6538 "sp-core",6539 "sp-runtime",6540 "sp-std",6541 "up-data-structs",6542]65436544[[package]]6545name = "pallet-rmrk-equip"6546version = "0.1.2"6547dependencies = [6548 "frame-benchmarking",6549 "frame-support",6550 "frame-system",6551 "pallet-common",6552 "pallet-evm",6553 "pallet-nonfungible",6554 "pallet-rmrk-core",6555 "parity-scale-codec 3.2.1",6556 "rmrk-traits",6557 "scale-info",6558 "sp-core",6559 "sp-runtime",6560 "sp-std",6561 "up-data-structs",6562]65636564[[package]]6565name = "pallet-scheduler"6566version = "4.0.0-dev"6567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6568dependencies = [6569 "frame-benchmarking",6570 "frame-support",6571 "frame-system",6572 "log",6573 "parity-scale-codec 3.2.1",6574 "scale-info",6575 "sp-io",6576 "sp-runtime",6577 "sp-std",6578]65796580[[package]]6581name = "pallet-session"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6584dependencies = [6585 "frame-support",6586 "frame-system",6587 "impl-trait-for-tuples",6588 "log",6589 "pallet-timestamp",6590 "parity-scale-codec 3.2.1",6591 "scale-info",6592 "sp-core",6593 "sp-io",6594 "sp-runtime",6595 "sp-session",6596 "sp-staking",6597 "sp-std",6598 "sp-trie",6599]66006601[[package]]6602name = "pallet-session-benchmarking"6603version = "4.0.0-dev"6604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6605dependencies = [6606 "frame-benchmarking",6607 "frame-support",6608 "frame-system",6609 "pallet-session",6610 "pallet-staking",6611 "rand 0.7.3",6612 "sp-runtime",6613 "sp-session",6614 "sp-std",6615]66166617[[package]]6618name = "pallet-society"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6621dependencies = [6622 "frame-support",6623 "frame-system",6624 "parity-scale-codec 3.2.1",6625 "rand_chacha 0.2.2",6626 "scale-info",6627 "sp-runtime",6628 "sp-std",6629]66306631[[package]]6632name = "pallet-staking"6633version = "4.0.0-dev"6634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6635dependencies = [6636 "frame-benchmarking",6637 "frame-election-provider-support",6638 "frame-support",6639 "frame-system",6640 "log",6641 "pallet-authorship",6642 "pallet-session",6643 "parity-scale-codec 3.2.1",6644 "rand_chacha 0.2.2",6645 "scale-info",6646 "serde",6647 "sp-application-crypto",6648 "sp-io",6649 "sp-runtime",6650 "sp-staking",6651 "sp-std",6652]66536654[[package]]6655name = "pallet-staking-reward-curve"6656version = "4.0.0-dev"6657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6658dependencies = [6659 "proc-macro-crate",6660 "proc-macro2",6661 "quote",6662 "syn",6663]66646665[[package]]6666name = "pallet-staking-reward-fn"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6669dependencies = [6670 "log",6671 "sp-arithmetic",6672]66736674[[package]]6675name = "pallet-structure"6676version = "0.1.2"6677dependencies = [6678 "frame-benchmarking",6679 "frame-support",6680 "frame-system",6681 "pallet-common",6682 "pallet-evm",6683 "parity-scale-codec 3.2.1",6684 "scale-info",6685 "sp-std",6686 "up-data-structs",6687]66886689[[package]]6690name = "pallet-sudo"6691version = "4.0.0-dev"6692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6693dependencies = [6694 "frame-support",6695 "frame-system",6696 "parity-scale-codec 3.2.1",6697 "scale-info",6698 "sp-io",6699 "sp-runtime",6700 "sp-std",6701]67026703[[package]]6704name = "pallet-template-transaction-payment"6705version = "3.0.0"6706source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6707dependencies = [6708 "frame-benchmarking",6709 "frame-support",6710 "frame-system",6711 "pallet-balances",6712 "pallet-transaction-payment",6713 "parity-scale-codec 3.2.1",6714 "scale-info",6715 "serde",6716 "sp-core",6717 "sp-io",6718 "sp-runtime",6719 "sp-std",6720 "up-sponsorship",6721]67226723[[package]]6724name = "pallet-test-utils"6725version = "0.1.0"6726dependencies = [6727 "frame-support",6728 "frame-system",6729 "pallet-unique-scheduler-v2",6730 "parity-scale-codec 3.2.1",6731 "scale-info",6732 "sp-std",6733]67346735[[package]]6736name = "pallet-timestamp"6737version = "4.0.0-dev"6738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6739dependencies = [6740 "frame-benchmarking",6741 "frame-support",6742 "frame-system",6743 "log",6744 "parity-scale-codec 3.2.1",6745 "scale-info",6746 "sp-inherents",6747 "sp-io",6748 "sp-runtime",6749 "sp-std",6750 "sp-timestamp",6751]67526753[[package]]6754name = "pallet-tips"6755version = "4.0.0-dev"6756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6757dependencies = [6758 "frame-benchmarking",6759 "frame-support",6760 "frame-system",6761 "log",6762 "pallet-treasury",6763 "parity-scale-codec 3.2.1",6764 "scale-info",6765 "serde",6766 "sp-core",6767 "sp-io",6768 "sp-runtime",6769 "sp-std",6770]67716772[[package]]6773name = "pallet-transaction-payment"6774version = "4.0.0-dev"6775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6776dependencies = [6777 "frame-support",6778 "frame-system",6779 "parity-scale-codec 3.2.1",6780 "scale-info",6781 "serde",6782 "sp-core",6783 "sp-io",6784 "sp-runtime",6785 "sp-std",6786]67876788[[package]]6789name = "pallet-transaction-payment-rpc"6790version = "4.0.0-dev"6791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6792dependencies = [6793 "jsonrpsee",6794 "pallet-transaction-payment-rpc-runtime-api",6795 "parity-scale-codec 3.2.1",6796 "sp-api",6797 "sp-blockchain",6798 "sp-core",6799 "sp-rpc",6800 "sp-runtime",6801]68026803[[package]]6804name = "pallet-transaction-payment-rpc-runtime-api"6805version = "4.0.0-dev"6806source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6807dependencies = [6808 "pallet-transaction-payment",6809 "parity-scale-codec 3.2.1",6810 "sp-api",6811 "sp-runtime",6812]68136814[[package]]6815name = "pallet-treasury"6816version = "4.0.0-dev"6817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6818dependencies = [6819 "frame-benchmarking",6820 "frame-support",6821 "frame-system",6822 "impl-trait-for-tuples",6823 "pallet-balances",6824 "parity-scale-codec 3.2.1",6825 "scale-info",6826 "serde",6827 "sp-runtime",6828 "sp-std",6829]68306831[[package]]6832name = "pallet-unique"6833version = "0.2.1"6834dependencies = [6835 "ethereum",6836 "evm-coder",6837 "frame-benchmarking",6838 "frame-support",6839 "frame-system",6840 "pallet-common",6841 "pallet-evm",6842 "pallet-evm-coder-substrate",6843 "pallet-nonfungible",6844 "pallet-refungible",6845 "parity-scale-codec 3.2.1",6846 "scale-info",6847 "serde",6848 "sp-core",6849 "sp-io",6850 "sp-runtime",6851 "sp-std",6852 "up-data-structs",6853]68546855[[package]]6856name = "pallet-unique-scheduler-v2"6857version = "0.1.0"6858dependencies = [6859 "frame-benchmarking",6860 "frame-support",6861 "frame-system",6862 "log",6863 "pallet-preimage",6864 "parity-scale-codec 3.2.1",6865 "scale-info",6866 "sp-core",6867 "sp-io",6868 "sp-runtime",6869 "sp-std",6870 "substrate-test-utils",6871]68726873[[package]]6874name = "pallet-utility"6875version = "4.0.0-dev"6876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6877dependencies = [6878 "frame-benchmarking",6879 "frame-support",6880 "frame-system",6881 "parity-scale-codec 3.2.1",6882 "scale-info",6883 "sp-core",6884 "sp-io",6885 "sp-runtime",6886 "sp-std",6887]68886889[[package]]6890name = "pallet-vesting"6891version = "4.0.0-dev"6892source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6893dependencies = [6894 "frame-benchmarking",6895 "frame-support",6896 "frame-system",6897 "log",6898 "parity-scale-codec 3.2.1",6899 "scale-info",6900 "sp-runtime",6901 "sp-std",6902]69036904[[package]]6905name = "pallet-xcm"6906version = "0.9.30"6907source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6908dependencies = [6909 "frame-support",6910 "frame-system",6911 "log",6912 "parity-scale-codec 3.2.1",6913 "scale-info",6914 "serde",6915 "sp-core",6916 "sp-runtime",6917 "sp-std",6918 "xcm",6919 "xcm-executor",6920]69216922[[package]]6923name = "pallet-xcm-benchmarks"6924version = "0.9.30"6925source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6926dependencies = [6927 "frame-benchmarking",6928 "frame-support",6929 "frame-system",6930 "log",6931 "parity-scale-codec 3.2.1",6932 "scale-info",6933 "sp-runtime",6934 "sp-std",6935 "xcm",6936 "xcm-executor",6937]69386939[[package]]6940name = "parachain-info"6941version = "0.1.0"6942source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6943dependencies = [6944 "cumulus-primitives-core",6945 "frame-support",6946 "frame-system",6947 "parity-scale-codec 3.2.1",6948 "scale-info",6949 "serde",6950]69516952[[package]]6953name = "parity-db"6954version = "0.3.17"6955source = "registry+https://github.com/rust-lang/crates.io-index"6956checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6957dependencies = [6958 "blake2-rfc",6959 "crc32fast",6960 "fs2",6961 "hex",6962 "libc",6963 "log",6964 "lz4",6965 "memmap2",6966 "parking_lot 0.12.1",6967 "rand 0.8.5",6968 "snap",6969]69706971[[package]]6972name = "parity-scale-codec"6973version = "2.3.1"6974source = "registry+https://github.com/rust-lang/crates.io-index"6975checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6976dependencies = [6977 "arrayvec 0.7.2",6978 "bitvec 0.20.4",6979 "byte-slice-cast",6980 "impl-trait-for-tuples",6981 "parity-scale-codec-derive 2.3.1",6982 "serde",6983]69846985[[package]]6986name = "parity-scale-codec"6987version = "3.2.1"6988source = "registry+https://github.com/rust-lang/crates.io-index"6989checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6990dependencies = [6991 "arrayvec 0.7.2",6992 "bitvec 1.0.1",6993 "byte-slice-cast",6994 "bytes",6995 "impl-trait-for-tuples",6996 "parity-scale-codec-derive 3.1.3",6997 "serde",6998]69997000[[package]]7001name = "parity-scale-codec-derive"7002version = "2.3.1"7003source = "registry+https://github.com/rust-lang/crates.io-index"7004checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7005dependencies = [7006 "proc-macro-crate",7007 "proc-macro2",7008 "quote",7009 "syn",7010]70117012[[package]]7013name = "parity-scale-codec-derive"7014version = "3.1.3"7015source = "registry+https://github.com/rust-lang/crates.io-index"7016checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7017dependencies = [7018 "proc-macro-crate",7019 "proc-macro2",7020 "quote",7021 "syn",7022]70237024[[package]]7025name = "parity-send-wrapper"7026version = "0.1.0"7027source = "registry+https://github.com/rust-lang/crates.io-index"7028checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70297030[[package]]7031name = "parity-util-mem"7032version = "0.11.0"7033source = "registry+https://github.com/rust-lang/crates.io-index"7034checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7035dependencies = [7036 "cfg-if 1.0.0",7037 "ethereum-types",7038 "hashbrown",7039 "impl-trait-for-tuples",7040 "lru 0.7.8",7041 "parity-util-mem-derive",7042 "parking_lot 0.12.1",7043 "primitive-types",7044 "smallvec",7045 "winapi",7046]70477048[[package]]7049name = "parity-util-mem-derive"7050version = "0.1.0"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7053dependencies = [7054 "proc-macro2",7055 "syn",7056 "synstructure",7057]70587059[[package]]7060name = "parity-wasm"7061version = "0.32.0"7062source = "registry+https://github.com/rust-lang/crates.io-index"7063checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7064dependencies = [7065 "byteorder",7066]70677068[[package]]7069name = "parity-wasm"7070version = "0.45.0"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70737074[[package]]7075name = "parking"7076version = "2.0.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70797080[[package]]7081name = "parking_lot"7082version = "0.11.2"7083source = "registry+https://github.com/rust-lang/crates.io-index"7084checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7085dependencies = [7086 "instant",7087 "lock_api",7088 "parking_lot_core 0.8.5",7089]70907091[[package]]7092name = "parking_lot"7093version = "0.12.1"7094source = "registry+https://github.com/rust-lang/crates.io-index"7095checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7096dependencies = [7097 "lock_api",7098 "parking_lot_core 0.9.4",7099]71007101[[package]]7102name = "parking_lot_core"7103version = "0.8.5"7104source = "registry+https://github.com/rust-lang/crates.io-index"7105checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7106dependencies = [7107 "cfg-if 1.0.0",7108 "instant",7109 "libc",7110 "redox_syscall",7111 "smallvec",7112 "winapi",7113]71147115[[package]]7116name = "parking_lot_core"7117version = "0.9.4"7118source = "registry+https://github.com/rust-lang/crates.io-index"7119checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7120dependencies = [7121 "cfg-if 1.0.0",7122 "libc",7123 "redox_syscall",7124 "smallvec",7125 "windows-sys 0.42.0",7126]71277128[[package]]7129name = "paste"7130version = "1.0.9"7131source = "registry+https://github.com/rust-lang/crates.io-index"7132checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71337134[[package]]7135name = "pbkdf2"7136version = "0.4.0"7137source = "registry+https://github.com/rust-lang/crates.io-index"7138checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7139dependencies = [7140 "crypto-mac 0.8.0",7141]71427143[[package]]7144name = "pbkdf2"7145version = "0.8.0"7146source = "registry+https://github.com/rust-lang/crates.io-index"7147checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7148dependencies = [7149 "crypto-mac 0.11.1",7150]71517152[[package]]7153name = "peeking_take_while"7154version = "0.1.2"7155source = "registry+https://github.com/rust-lang/crates.io-index"7156checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71577158[[package]]7159name = "percent-encoding"7160version = "2.2.0"7161source = "registry+https://github.com/rust-lang/crates.io-index"7162checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71637164[[package]]7165name = "pest"7166version = "2.4.0"7167source = "registry+https://github.com/rust-lang/crates.io-index"7168checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7169dependencies = [7170 "thiserror",7171 "ucd-trie",7172]71737174[[package]]7175name = "pest_derive"7176version = "2.4.0"7177source = "registry+https://github.com/rust-lang/crates.io-index"7178checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7179dependencies = [7180 "pest",7181 "pest_generator",7182]71837184[[package]]7185name = "pest_generator"7186version = "2.4.0"7187source = "registry+https://github.com/rust-lang/crates.io-index"7188checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7189dependencies = [7190 "pest",7191 "pest_meta",7192 "proc-macro2",7193 "quote",7194 "syn",7195]71967197[[package]]7198name = "pest_meta"7199version = "2.4.0"7200source = "registry+https://github.com/rust-lang/crates.io-index"7201checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7202dependencies = [7203 "once_cell",7204 "pest",7205 "sha1",7206]72077208[[package]]7209name = "petgraph"7210version = "0.6.2"7211source = "registry+https://github.com/rust-lang/crates.io-index"7212checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7213dependencies = [7214 "fixedbitset",7215 "indexmap",7216]72177218[[package]]7219name = "pin-project"7220version = "1.0.12"7221source = "registry+https://github.com/rust-lang/crates.io-index"7222checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7223dependencies = [7224 "pin-project-internal",7225]72267227[[package]]7228name = "pin-project-internal"7229version = "1.0.12"7230source = "registry+https://github.com/rust-lang/crates.io-index"7231checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7232dependencies = [7233 "proc-macro2",7234 "quote",7235 "syn",7236]72377238[[package]]7239name = "pin-project-lite"7240version = "0.1.12"7241source = "registry+https://github.com/rust-lang/crates.io-index"7242checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72437244[[package]]7245name = "pin-project-lite"7246version = "0.2.9"7247source = "registry+https://github.com/rust-lang/crates.io-index"7248checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72497250[[package]]7251name = "pin-utils"7252version = "0.1.0"7253source = "registry+https://github.com/rust-lang/crates.io-index"7254checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72557256[[package]]7257name = "pkcs8"7258version = "0.8.0"7259source = "registry+https://github.com/rust-lang/crates.io-index"7260checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7261dependencies = [7262 "der",7263 "spki",7264 "zeroize",7265]72667267[[package]]7268name = "pkg-config"7269version = "0.3.26"7270source = "registry+https://github.com/rust-lang/crates.io-index"7271checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72727273[[package]]7274name = "platforms"7275version = "2.0.0"7276source = "registry+https://github.com/rust-lang/crates.io-index"7277checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72787279[[package]]7280name = "polkadot-approval-distribution"7281version = "0.9.30"7282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7283dependencies = [7284 "futures 0.3.25",7285 "polkadot-node-network-protocol",7286 "polkadot-node-primitives",7287 "polkadot-node-subsystem",7288 "polkadot-node-subsystem-util",7289 "polkadot-primitives",7290 "rand 0.8.5",7291 "tracing-gum",7292]72937294[[package]]7295name = "polkadot-availability-bitfield-distribution"7296version = "0.9.30"7297source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7298dependencies = [7299 "futures 0.3.25",7300 "polkadot-node-network-protocol",7301 "polkadot-node-subsystem",7302 "polkadot-node-subsystem-util",7303 "polkadot-primitives",7304 "rand 0.8.5",7305 "tracing-gum",7306]73077308[[package]]7309name = "polkadot-availability-distribution"7310version = "0.9.30"7311source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7312dependencies = [7313 "derive_more",7314 "fatality",7315 "futures 0.3.25",7316 "lru 0.7.8",7317 "parity-scale-codec 3.2.1",7318 "polkadot-erasure-coding",7319 "polkadot-node-network-protocol",7320 "polkadot-node-primitives",7321 "polkadot-node-subsystem",7322 "polkadot-node-subsystem-util",7323 "polkadot-primitives",7324 "rand 0.8.5",7325 "sp-core",7326 "sp-keystore",7327 "thiserror",7328 "tracing-gum",7329]73307331[[package]]7332name = "polkadot-availability-recovery"7333version = "0.9.30"7334source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7335dependencies = [7336 "fatality",7337 "futures 0.3.25",7338 "lru 0.7.8",7339 "parity-scale-codec 3.2.1",7340 "polkadot-erasure-coding",7341 "polkadot-node-network-protocol",7342 "polkadot-node-primitives",7343 "polkadot-node-subsystem",7344 "polkadot-node-subsystem-util",7345 "polkadot-primitives",7346 "rand 0.8.5",7347 "sc-network",7348 "thiserror",7349 "tracing-gum",7350]73517352[[package]]7353name = "polkadot-cli"7354version = "0.9.30"7355source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7356dependencies = [7357 "clap",7358 "frame-benchmarking-cli",7359 "futures 0.3.25",7360 "log",7361 "polkadot-client",7362 "polkadot-node-core-pvf",7363 "polkadot-node-metrics",7364 "polkadot-performance-test",7365 "polkadot-service",7366 "sc-cli",7367 "sc-service",7368 "sc-sysinfo",7369 "sc-tracing",7370 "sp-core",7371 "sp-keyring",7372 "sp-trie",7373 "substrate-build-script-utils",7374 "thiserror",7375 "try-runtime-cli",7376]73777378[[package]]7379name = "polkadot-client"7380version = "0.9.30"7381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7382dependencies = [7383 "beefy-primitives",7384 "frame-benchmarking",7385 "frame-benchmarking-cli",7386 "frame-system",7387 "frame-system-rpc-runtime-api",7388 "pallet-transaction-payment",7389 "pallet-transaction-payment-rpc-runtime-api",7390 "polkadot-core-primitives",7391 "polkadot-node-core-parachains-inherent",7392 "polkadot-primitives",7393 "polkadot-runtime",7394 "polkadot-runtime-common",7395 "sc-client-api",7396 "sc-consensus",7397 "sc-executor",7398 "sc-service",7399 "sp-api",7400 "sp-authority-discovery",7401 "sp-block-builder",7402 "sp-blockchain",7403 "sp-consensus",7404 "sp-consensus-babe",7405 "sp-core",7406 "sp-finality-grandpa",7407 "sp-inherents",7408 "sp-keyring",7409 "sp-mmr-primitives",7410 "sp-offchain",7411 "sp-runtime",7412 "sp-session",7413 "sp-storage",7414 "sp-timestamp",7415 "sp-transaction-pool",7416]74177418[[package]]7419name = "polkadot-collator-protocol"7420version = "0.9.30"7421source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7422dependencies = [7423 "always-assert",7424 "fatality",7425 "futures 0.3.25",7426 "futures-timer",7427 "polkadot-node-network-protocol",7428 "polkadot-node-primitives",7429 "polkadot-node-subsystem",7430 "polkadot-node-subsystem-util",7431 "polkadot-primitives",7432 "sp-core",7433 "sp-keystore",7434 "sp-runtime",7435 "thiserror",7436 "tracing-gum",7437]74387439[[package]]7440name = "polkadot-core-primitives"7441version = "0.9.30"7442source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7443dependencies = [7444 "parity-scale-codec 3.2.1",7445 "parity-util-mem",7446 "scale-info",7447 "sp-core",7448 "sp-runtime",7449 "sp-std",7450]74517452[[package]]7453name = "polkadot-dispute-distribution"7454version = "0.9.30"7455source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7456dependencies = [7457 "derive_more",7458 "fatality",7459 "futures 0.3.25",7460 "lru 0.7.8",7461 "parity-scale-codec 3.2.1",7462 "polkadot-erasure-coding",7463 "polkadot-node-network-protocol",7464 "polkadot-node-primitives",7465 "polkadot-node-subsystem",7466 "polkadot-node-subsystem-util",7467 "polkadot-primitives",7468 "sc-network",7469 "sp-application-crypto",7470 "sp-keystore",7471 "thiserror",7472 "tracing-gum",7473]74747475[[package]]7476name = "polkadot-erasure-coding"7477version = "0.9.30"7478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7479dependencies = [7480 "parity-scale-codec 3.2.1",7481 "polkadot-node-primitives",7482 "polkadot-primitives",7483 "reed-solomon-novelpoly",7484 "sp-core",7485 "sp-trie",7486 "thiserror",7487]74887489[[package]]7490name = "polkadot-gossip-support"7491version = "0.9.30"7492source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7493dependencies = [7494 "futures 0.3.25",7495 "futures-timer",7496 "polkadot-node-network-protocol",7497 "polkadot-node-subsystem",7498 "polkadot-node-subsystem-util",7499 "polkadot-primitives",7500 "rand 0.8.5",7501 "rand_chacha 0.3.1",7502 "sc-network",7503 "sp-application-crypto",7504 "sp-core",7505 "sp-keystore",7506 "tracing-gum",7507]75087509[[package]]7510name = "polkadot-network-bridge"7511version = "0.9.30"7512source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7513dependencies = [7514 "always-assert",7515 "async-trait",7516 "bytes",7517 "fatality",7518 "futures 0.3.25",7519 "parity-scale-codec 3.2.1",7520 "parking_lot 0.12.1",7521 "polkadot-node-network-protocol",7522 "polkadot-node-subsystem",7523 "polkadot-node-subsystem-util",7524 "polkadot-overseer",7525 "polkadot-primitives",7526 "sc-network",7527 "sc-network-common",7528 "sp-consensus",7529 "thiserror",7530 "tracing-gum",7531]75327533[[package]]7534name = "polkadot-node-collation-generation"7535version = "0.9.30"7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7537dependencies = [7538 "futures 0.3.25",7539 "parity-scale-codec 3.2.1",7540 "polkadot-erasure-coding",7541 "polkadot-node-primitives",7542 "polkadot-node-subsystem",7543 "polkadot-node-subsystem-util",7544 "polkadot-primitives",7545 "sp-core",7546 "sp-maybe-compressed-blob",7547 "thiserror",7548 "tracing-gum",7549]75507551[[package]]7552name = "polkadot-node-core-approval-voting"7553version = "0.9.30"7554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7555dependencies = [7556 "bitvec 1.0.1",7557 "derive_more",7558 "futures 0.3.25",7559 "futures-timer",7560 "kvdb",7561 "lru 0.7.8",7562 "merlin",7563 "parity-scale-codec 3.2.1",7564 "polkadot-node-jaeger",7565 "polkadot-node-primitives",7566 "polkadot-node-subsystem",7567 "polkadot-node-subsystem-util",7568 "polkadot-overseer",7569 "polkadot-primitives",7570 "sc-keystore",7571 "schnorrkel",7572 "sp-application-crypto",7573 "sp-consensus",7574 "sp-consensus-slots",7575 "sp-runtime",7576 "thiserror",7577 "tracing-gum",7578]75797580[[package]]7581name = "polkadot-node-core-av-store"7582version = "0.9.30"7583source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7584dependencies = [7585 "bitvec 1.0.1",7586 "futures 0.3.25",7587 "futures-timer",7588 "kvdb",7589 "parity-scale-codec 3.2.1",7590 "polkadot-erasure-coding",7591 "polkadot-node-primitives",7592 "polkadot-node-subsystem",7593 "polkadot-node-subsystem-util",7594 "polkadot-overseer",7595 "polkadot-primitives",7596 "thiserror",7597 "tracing-gum",7598]75997600[[package]]7601name = "polkadot-node-core-backing"7602version = "0.9.30"7603source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7604dependencies = [7605 "bitvec 1.0.1",7606 "fatality",7607 "futures 0.3.25",7608 "polkadot-erasure-coding",7609 "polkadot-node-primitives",7610 "polkadot-node-subsystem",7611 "polkadot-node-subsystem-util",7612 "polkadot-primitives",7613 "polkadot-statement-table",7614 "sp-keystore",7615 "thiserror",7616 "tracing-gum",7617]76187619[[package]]7620name = "polkadot-node-core-bitfield-signing"7621version = "0.9.30"7622source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7623dependencies = [7624 "futures 0.3.25",7625 "polkadot-node-subsystem",7626 "polkadot-node-subsystem-util",7627 "polkadot-primitives",7628 "sp-keystore",7629 "thiserror",7630 "tracing-gum",7631 "wasm-timer",7632]76337634[[package]]7635name = "polkadot-node-core-candidate-validation"7636version = "0.9.30"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7638dependencies = [7639 "async-trait",7640 "futures 0.3.25",7641 "parity-scale-codec 3.2.1",7642 "polkadot-node-core-pvf",7643 "polkadot-node-primitives",7644 "polkadot-node-subsystem",7645 "polkadot-node-subsystem-util",7646 "polkadot-parachain",7647 "polkadot-primitives",7648 "sp-maybe-compressed-blob",7649 "tracing-gum",7650]76517652[[package]]7653name = "polkadot-node-core-chain-api"7654version = "0.9.30"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7656dependencies = [7657 "futures 0.3.25",7658 "polkadot-node-subsystem",7659 "polkadot-node-subsystem-util",7660 "polkadot-primitives",7661 "sc-client-api",7662 "sc-consensus-babe",7663 "sp-blockchain",7664 "tracing-gum",7665]76667667[[package]]7668name = "polkadot-node-core-chain-selection"7669version = "0.9.30"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7671dependencies = [7672 "futures 0.3.25",7673 "futures-timer",7674 "kvdb",7675 "parity-scale-codec 3.2.1",7676 "polkadot-node-primitives",7677 "polkadot-node-subsystem",7678 "polkadot-node-subsystem-util",7679 "polkadot-primitives",7680 "thiserror",7681 "tracing-gum",7682]76837684[[package]]7685name = "polkadot-node-core-dispute-coordinator"7686version = "0.9.30"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7688dependencies = [7689 "fatality",7690 "futures 0.3.25",7691 "kvdb",7692 "lru 0.7.8",7693 "parity-scale-codec 3.2.1",7694 "polkadot-node-primitives",7695 "polkadot-node-subsystem",7696 "polkadot-node-subsystem-util",7697 "polkadot-primitives",7698 "sc-keystore",7699 "thiserror",7700 "tracing-gum",7701]77027703[[package]]7704name = "polkadot-node-core-parachains-inherent"7705version = "0.9.30"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7707dependencies = [7708 "async-trait",7709 "futures 0.3.25",7710 "futures-timer",7711 "polkadot-node-subsystem",7712 "polkadot-primitives",7713 "sp-blockchain",7714 "sp-inherents",7715 "sp-runtime",7716 "thiserror",7717 "tracing-gum",7718]77197720[[package]]7721name = "polkadot-node-core-provisioner"7722version = "0.9.30"7723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7724dependencies = [7725 "bitvec 1.0.1",7726 "fatality",7727 "futures 0.3.25",7728 "futures-timer",7729 "polkadot-node-primitives",7730 "polkadot-node-subsystem",7731 "polkadot-node-subsystem-util",7732 "polkadot-primitives",7733 "rand 0.8.5",7734 "thiserror",7735 "tracing-gum",7736]77377738[[package]]7739name = "polkadot-node-core-pvf"7740version = "0.9.30"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7742dependencies = [7743 "always-assert",7744 "assert_matches",7745 "async-process",7746 "async-std",7747 "futures 0.3.25",7748 "futures-timer",7749 "parity-scale-codec 3.2.1",7750 "pin-project",7751 "polkadot-core-primitives",7752 "polkadot-node-metrics",7753 "polkadot-parachain",7754 "rand 0.8.5",7755 "rayon",7756 "sc-executor",7757 "sc-executor-common",7758 "sc-executor-wasmtime",7759 "slotmap",7760 "sp-core",7761 "sp-externalities",7762 "sp-io",7763 "sp-maybe-compressed-blob",7764 "sp-tracing",7765 "sp-wasm-interface",7766 "tempfile",7767 "tracing-gum",7768]77697770[[package]]7771name = "polkadot-node-core-pvf-checker"7772version = "0.9.30"7773source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7774dependencies = [7775 "futures 0.3.25",7776 "polkadot-node-primitives",7777 "polkadot-node-subsystem",7778 "polkadot-node-subsystem-util",7779 "polkadot-overseer",7780 "polkadot-primitives",7781 "sp-keystore",7782 "thiserror",7783 "tracing-gum",7784]77857786[[package]]7787name = "polkadot-node-core-runtime-api"7788version = "0.9.30"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7790dependencies = [7791 "futures 0.3.25",7792 "memory-lru",7793 "parity-util-mem",7794 "polkadot-node-subsystem",7795 "polkadot-node-subsystem-types",7796 "polkadot-node-subsystem-util",7797 "polkadot-primitives",7798 "sp-consensus-babe",7799 "tracing-gum",7800]78017802[[package]]7803name = "polkadot-node-jaeger"7804version = "0.9.30"7805source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7806dependencies = [7807 "async-std",7808 "lazy_static",7809 "log",7810 "mick-jaeger",7811 "parity-scale-codec 3.2.1",7812 "parking_lot 0.12.1",7813 "polkadot-node-primitives",7814 "polkadot-primitives",7815 "sc-network",7816 "sp-core",7817 "thiserror",7818]78197820[[package]]7821name = "polkadot-node-metrics"7822version = "0.9.30"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7824dependencies = [7825 "bs58",7826 "futures 0.3.25",7827 "futures-timer",7828 "log",7829 "parity-scale-codec 3.2.1",7830 "polkadot-primitives",7831 "prioritized-metered-channel",7832 "sc-cli",7833 "sc-service",7834 "sc-tracing",7835 "substrate-prometheus-endpoint",7836 "tracing-gum",7837]78387839[[package]]7840name = "polkadot-node-network-protocol"7841version = "0.9.30"7842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7843dependencies = [7844 "async-trait",7845 "derive_more",7846 "fatality",7847 "futures 0.3.25",7848 "hex",7849 "parity-scale-codec 3.2.1",7850 "polkadot-node-jaeger",7851 "polkadot-node-primitives",7852 "polkadot-primitives",7853 "rand 0.8.5",7854 "sc-authority-discovery",7855 "sc-network",7856 "sc-network-common",7857 "strum",7858 "thiserror",7859 "tracing-gum",7860]78617862[[package]]7863name = "polkadot-node-primitives"7864version = "0.9.30"7865source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7866dependencies = [7867 "bounded-vec",7868 "futures 0.3.25",7869 "parity-scale-codec 3.2.1",7870 "polkadot-parachain",7871 "polkadot-primitives",7872 "schnorrkel",7873 "serde",7874 "sp-application-crypto",7875 "sp-consensus-babe",7876 "sp-consensus-vrf",7877 "sp-core",7878 "sp-keystore",7879 "sp-maybe-compressed-blob",7880 "thiserror",7881 "zstd",7882]78837884[[package]]7885name = "polkadot-node-subsystem"7886version = "0.9.30"7887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7888dependencies = [7889 "polkadot-node-jaeger",7890 "polkadot-node-subsystem-types",7891 "polkadot-overseer",7892]78937894[[package]]7895name = "polkadot-node-subsystem-types"7896version = "0.9.30"7897source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7898dependencies = [7899 "async-trait",7900 "derive_more",7901 "futures 0.3.25",7902 "orchestra",7903 "polkadot-node-jaeger",7904 "polkadot-node-network-protocol",7905 "polkadot-node-primitives",7906 "polkadot-primitives",7907 "polkadot-statement-table",7908 "sc-network",7909 "smallvec",7910 "sp-api",7911 "sp-authority-discovery",7912 "sp-consensus-babe",7913 "substrate-prometheus-endpoint",7914 "thiserror",7915]79167917[[package]]7918name = "polkadot-node-subsystem-util"7919version = "0.9.30"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7921dependencies = [7922 "async-trait",7923 "derive_more",7924 "fatality",7925 "futures 0.3.25",7926 "itertools",7927 "kvdb",7928 "lru 0.7.8",7929 "parity-db",7930 "parity-scale-codec 3.2.1",7931 "parity-util-mem",7932 "parking_lot 0.11.2",7933 "pin-project",7934 "polkadot-node-jaeger",7935 "polkadot-node-metrics",7936 "polkadot-node-network-protocol",7937 "polkadot-node-primitives",7938 "polkadot-node-subsystem",7939 "polkadot-overseer",7940 "polkadot-primitives",7941 "prioritized-metered-channel",7942 "rand 0.8.5",7943 "sp-application-crypto",7944 "sp-core",7945 "sp-keystore",7946 "thiserror",7947 "tracing-gum",7948]79497950[[package]]7951name = "polkadot-overseer"7952version = "0.9.30"7953source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7954dependencies = [7955 "async-trait",7956 "futures 0.3.25",7957 "futures-timer",7958 "lru 0.7.8",7959 "orchestra",7960 "parity-util-mem",7961 "parking_lot 0.12.1",7962 "polkadot-node-metrics",7963 "polkadot-node-network-protocol",7964 "polkadot-node-primitives",7965 "polkadot-node-subsystem-types",7966 "polkadot-primitives",7967 "sc-client-api",7968 "sp-api",7969 "sp-core",7970 "tracing-gum",7971]79727973[[package]]7974name = "polkadot-parachain"7975version = "0.9.30"7976source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7977dependencies = [7978 "derive_more",7979 "frame-support",7980 "parity-scale-codec 3.2.1",7981 "parity-util-mem",7982 "polkadot-core-primitives",7983 "scale-info",7984 "serde",7985 "sp-core",7986 "sp-runtime",7987 "sp-std",7988]79897990[[package]]7991name = "polkadot-performance-test"7992version = "0.9.30"7993source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7994dependencies = [7995 "env_logger",7996 "kusama-runtime",7997 "log",7998 "polkadot-erasure-coding",7999 "polkadot-node-core-pvf",8000 "polkadot-node-primitives",8001 "quote",8002 "thiserror",8003]80048005[[package]]8006name = "polkadot-primitives"8007version = "0.9.30"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8009dependencies = [8010 "bitvec 1.0.1",8011 "frame-system",8012 "hex-literal",8013 "parity-scale-codec 3.2.1",8014 "parity-util-mem",8015 "polkadot-core-primitives",8016 "polkadot-parachain",8017 "scale-info",8018 "serde",8019 "sp-api",8020 "sp-application-crypto",8021 "sp-arithmetic",8022 "sp-authority-discovery",8023 "sp-consensus-slots",8024 "sp-core",8025 "sp-inherents",8026 "sp-io",8027 "sp-keystore",8028 "sp-runtime",8029 "sp-staking",8030 "sp-std",8031 "sp-trie",8032 "sp-version",8033]80348035[[package]]8036name = "polkadot-rpc"8037version = "0.9.30"8038source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8039dependencies = [8040 "beefy-gadget",8041 "beefy-gadget-rpc",8042 "jsonrpsee",8043 "pallet-mmr-rpc",8044 "pallet-transaction-payment-rpc",8045 "polkadot-primitives",8046 "sc-chain-spec",8047 "sc-client-api",8048 "sc-consensus-babe",8049 "sc-consensus-babe-rpc",8050 "sc-consensus-epochs",8051 "sc-finality-grandpa",8052 "sc-finality-grandpa-rpc",8053 "sc-rpc",8054 "sc-sync-state-rpc",8055 "sc-transaction-pool-api",8056 "sp-api",8057 "sp-block-builder",8058 "sp-blockchain",8059 "sp-consensus",8060 "sp-consensus-babe",8061 "sp-keystore",8062 "sp-runtime",8063 "substrate-frame-rpc-system",8064 "substrate-state-trie-migration-rpc",8065]80668067[[package]]8068name = "polkadot-runtime"8069version = "0.9.30"8070source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8071dependencies = [8072 "beefy-primitives",8073 "bitvec 1.0.1",8074 "frame-benchmarking",8075 "frame-election-provider-support",8076 "frame-executive",8077 "frame-support",8078 "frame-system",8079 "frame-system-benchmarking",8080 "frame-system-rpc-runtime-api",8081 "frame-try-runtime",8082 "hex-literal",8083 "log",8084 "pallet-authority-discovery",8085 "pallet-authorship",8086 "pallet-babe",8087 "pallet-bags-list",8088 "pallet-balances",8089 "pallet-bounties",8090 "pallet-child-bounties",8091 "pallet-collective",8092 "pallet-democracy",8093 "pallet-election-provider-multi-phase",8094 "pallet-election-provider-support-benchmarking",8095 "pallet-elections-phragmen",8096 "pallet-fast-unstake",8097 "pallet-grandpa",8098 "pallet-identity",8099 "pallet-im-online",8100 "pallet-indices",8101 "pallet-membership",8102 "pallet-multisig",8103 "pallet-nomination-pools",8104 "pallet-nomination-pools-benchmarking",8105 "pallet-nomination-pools-runtime-api",8106 "pallet-offences",8107 "pallet-offences-benchmarking",8108 "pallet-preimage",8109 "pallet-proxy",8110 "pallet-scheduler",8111 "pallet-session",8112 "pallet-session-benchmarking",8113 "pallet-staking",8114 "pallet-staking-reward-curve",8115 "pallet-timestamp",8116 "pallet-tips",8117 "pallet-transaction-payment",8118 "pallet-transaction-payment-rpc-runtime-api",8119 "pallet-treasury",8120 "pallet-utility",8121 "pallet-vesting",8122 "pallet-xcm",8123 "parity-scale-codec 3.2.1",8124 "polkadot-primitives",8125 "polkadot-runtime-common",8126 "polkadot-runtime-constants",8127 "polkadot-runtime-parachains",8128 "rustc-hex",8129 "scale-info",8130 "serde",8131 "serde_derive",8132 "smallvec",8133 "sp-api",8134 "sp-authority-discovery",8135 "sp-block-builder",8136 "sp-consensus-babe",8137 "sp-core",8138 "sp-inherents",8139 "sp-io",8140 "sp-mmr-primitives",8141 "sp-npos-elections",8142 "sp-offchain",8143 "sp-runtime",8144 "sp-session",8145 "sp-staking",8146 "sp-std",8147 "sp-transaction-pool",8148 "sp-version",8149 "static_assertions",8150 "substrate-wasm-builder",8151 "xcm",8152 "xcm-builder",8153 "xcm-executor",8154]81558156[[package]]8157name = "polkadot-runtime-common"8158version = "0.9.30"8159source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8160dependencies = [8161 "beefy-primitives",8162 "bitvec 1.0.1",8163 "frame-benchmarking",8164 "frame-election-provider-support",8165 "frame-support",8166 "frame-system",8167 "impl-trait-for-tuples",8168 "libsecp256k1",8169 "log",8170 "pallet-authorship",8171 "pallet-babe",8172 "pallet-bags-list",8173 "pallet-balances",8174 "pallet-beefy-mmr",8175 "pallet-election-provider-multi-phase",8176 "pallet-session",8177 "pallet-staking",8178 "pallet-timestamp",8179 "pallet-transaction-payment",8180 "pallet-treasury",8181 "pallet-vesting",8182 "parity-scale-codec 3.2.1",8183 "polkadot-primitives",8184 "polkadot-runtime-parachains",8185 "rustc-hex",8186 "scale-info",8187 "serde",8188 "serde_derive",8189 "slot-range-helper",8190 "sp-api",8191 "sp-core",8192 "sp-inherents",8193 "sp-io",8194 "sp-npos-elections",8195 "sp-runtime",8196 "sp-session",8197 "sp-staking",8198 "sp-std",8199 "static_assertions",8200 "xcm",8201]82028203[[package]]8204name = "polkadot-runtime-constants"8205version = "0.9.30"8206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8207dependencies = [8208 "frame-support",8209 "polkadot-primitives",8210 "polkadot-runtime-common",8211 "smallvec",8212 "sp-runtime",8213]82148215[[package]]8216name = "polkadot-runtime-metrics"8217version = "0.9.30"8218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8219dependencies = [8220 "bs58",8221 "parity-scale-codec 3.2.1",8222 "polkadot-primitives",8223 "sp-std",8224 "sp-tracing",8225]82268227[[package]]8228name = "polkadot-runtime-parachains"8229version = "0.9.30"8230source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8231dependencies = [8232 "bitflags",8233 "bitvec 1.0.1",8234 "derive_more",8235 "frame-benchmarking",8236 "frame-support",8237 "frame-system",8238 "log",8239 "pallet-authority-discovery",8240 "pallet-authorship",8241 "pallet-babe",8242 "pallet-balances",8243 "pallet-session",8244 "pallet-staking",8245 "pallet-timestamp",8246 "pallet-vesting",8247 "parity-scale-codec 3.2.1",8248 "polkadot-primitives",8249 "polkadot-runtime-metrics",8250 "rand 0.8.5",8251 "rand_chacha 0.3.1",8252 "rustc-hex",8253 "scale-info",8254 "serde",8255 "sp-api",8256 "sp-application-crypto",8257 "sp-core",8258 "sp-inherents",8259 "sp-io",8260 "sp-keystore",8261 "sp-runtime",8262 "sp-session",8263 "sp-staking",8264 "sp-std",8265 "static_assertions",8266 "xcm",8267 "xcm-executor",8268]82698270[[package]]8271name = "polkadot-service"8272version = "0.9.30"8273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8274dependencies = [8275 "async-trait",8276 "beefy-gadget",8277 "beefy-primitives",8278 "frame-support",8279 "frame-system-rpc-runtime-api",8280 "futures 0.3.25",8281 "hex-literal",8282 "kusama-runtime",8283 "kvdb",8284 "kvdb-rocksdb",8285 "lru 0.7.8",8286 "pallet-babe",8287 "pallet-im-online",8288 "pallet-staking",8289 "pallet-transaction-payment-rpc-runtime-api",8290 "parity-db",8291 "polkadot-approval-distribution",8292 "polkadot-availability-bitfield-distribution",8293 "polkadot-availability-distribution",8294 "polkadot-availability-recovery",8295 "polkadot-client",8296 "polkadot-collator-protocol",8297 "polkadot-dispute-distribution",8298 "polkadot-gossip-support",8299 "polkadot-network-bridge",8300 "polkadot-node-collation-generation",8301 "polkadot-node-core-approval-voting",8302 "polkadot-node-core-av-store",8303 "polkadot-node-core-backing",8304 "polkadot-node-core-bitfield-signing",8305 "polkadot-node-core-candidate-validation",8306 "polkadot-node-core-chain-api",8307 "polkadot-node-core-chain-selection",8308 "polkadot-node-core-dispute-coordinator",8309 "polkadot-node-core-parachains-inherent",8310 "polkadot-node-core-provisioner",8311 "polkadot-node-core-pvf-checker",8312 "polkadot-node-core-runtime-api",8313 "polkadot-node-network-protocol",8314 "polkadot-node-primitives",8315 "polkadot-node-subsystem",8316 "polkadot-node-subsystem-types",8317 "polkadot-node-subsystem-util",8318 "polkadot-overseer",8319 "polkadot-parachain",8320 "polkadot-primitives",8321 "polkadot-rpc",8322 "polkadot-runtime",8323 "polkadot-runtime-constants",8324 "polkadot-runtime-parachains",8325 "polkadot-statement-distribution",8326 "rococo-runtime",8327 "sc-authority-discovery",8328 "sc-basic-authorship",8329 "sc-block-builder",8330 "sc-chain-spec",8331 "sc-client-api",8332 "sc-client-db",8333 "sc-consensus",8334 "sc-consensus-babe",8335 "sc-consensus-slots",8336 "sc-executor",8337 "sc-finality-grandpa",8338 "sc-keystore",8339 "sc-network",8340 "sc-network-common",8341 "sc-offchain",8342 "sc-service",8343 "sc-sync-state-rpc",8344 "sc-sysinfo",8345 "sc-telemetry",8346 "sc-transaction-pool",8347 "serde",8348 "serde_json",8349 "sp-api",8350 "sp-authority-discovery",8351 "sp-block-builder",8352 "sp-blockchain",8353 "sp-consensus",8354 "sp-consensus-babe",8355 "sp-core",8356 "sp-finality-grandpa",8357 "sp-inherents",8358 "sp-io",8359 "sp-keystore",8360 "sp-offchain",8361 "sp-runtime",8362 "sp-session",8363 "sp-state-machine",8364 "sp-storage",8365 "sp-timestamp",8366 "sp-transaction-pool",8367 "sp-trie",8368 "substrate-prometheus-endpoint",8369 "thiserror",8370 "tracing-gum",8371 "westend-runtime",8372]83738374[[package]]8375name = "polkadot-statement-distribution"8376version = "0.9.30"8377source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8378dependencies = [8379 "arrayvec 0.5.2",8380 "fatality",8381 "futures 0.3.25",8382 "indexmap",8383 "parity-scale-codec 3.2.1",8384 "polkadot-node-network-protocol",8385 "polkadot-node-primitives",8386 "polkadot-node-subsystem",8387 "polkadot-node-subsystem-util",8388 "polkadot-primitives",8389 "sp-keystore",8390 "sp-staking",8391 "thiserror",8392 "tracing-gum",8393]83948395[[package]]8396name = "polkadot-statement-table"8397version = "0.9.30"8398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8399dependencies = [8400 "parity-scale-codec 3.2.1",8401 "polkadot-primitives",8402 "sp-core",8403]84048405[[package]]8406name = "polkadot-test-runtime"8407version = "0.9.30"8408source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8409dependencies = [8410 "beefy-primitives",8411 "bitvec 1.0.1",8412 "frame-election-provider-support",8413 "frame-executive",8414 "frame-support",8415 "frame-system",8416 "frame-system-rpc-runtime-api",8417 "log",8418 "pallet-authority-discovery",8419 "pallet-authorship",8420 "pallet-babe",8421 "pallet-balances",8422 "pallet-grandpa",8423 "pallet-indices",8424 "pallet-offences",8425 "pallet-session",8426 "pallet-staking",8427 "pallet-staking-reward-curve",8428 "pallet-sudo",8429 "pallet-timestamp",8430 "pallet-transaction-payment",8431 "pallet-transaction-payment-rpc-runtime-api",8432 "pallet-vesting",8433 "pallet-xcm",8434 "parity-scale-codec 3.2.1",8435 "polkadot-parachain",8436 "polkadot-primitives",8437 "polkadot-runtime-common",8438 "polkadot-runtime-parachains",8439 "rustc-hex",8440 "scale-info",8441 "serde",8442 "serde_derive",8443 "smallvec",8444 "sp-api",8445 "sp-authority-discovery",8446 "sp-block-builder",8447 "sp-consensus-babe",8448 "sp-core",8449 "sp-inherents",8450 "sp-io",8451 "sp-mmr-primitives",8452 "sp-offchain",8453 "sp-runtime",8454 "sp-session",8455 "sp-staking",8456 "sp-std",8457 "sp-transaction-pool",8458 "sp-version",8459 "substrate-wasm-builder",8460 "test-runtime-constants",8461 "xcm",8462 "xcm-builder",8463 "xcm-executor",8464]84658466[[package]]8467name = "polkadot-test-service"8468version = "0.9.30"8469source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8470dependencies = [8471 "frame-benchmarking",8472 "frame-system",8473 "futures 0.3.25",8474 "hex",8475 "pallet-balances",8476 "pallet-staking",8477 "pallet-transaction-payment",8478 "polkadot-node-primitives",8479 "polkadot-node-subsystem",8480 "polkadot-overseer",8481 "polkadot-parachain",8482 "polkadot-primitives",8483 "polkadot-rpc",8484 "polkadot-runtime-common",8485 "polkadot-runtime-parachains",8486 "polkadot-service",8487 "polkadot-test-runtime",8488 "rand 0.8.5",8489 "sc-authority-discovery",8490 "sc-chain-spec",8491 "sc-cli",8492 "sc-client-api",8493 "sc-consensus",8494 "sc-consensus-babe",8495 "sc-executor",8496 "sc-finality-grandpa",8497 "sc-network",8498 "sc-network-common",8499 "sc-service",8500 "sc-tracing",8501 "sc-transaction-pool",8502 "sp-arithmetic",8503 "sp-authority-discovery",8504 "sp-blockchain",8505 "sp-consensus",8506 "sp-consensus-babe",8507 "sp-core",8508 "sp-finality-grandpa",8509 "sp-inherents",8510 "sp-keyring",8511 "sp-runtime",8512 "sp-state-machine",8513 "substrate-test-client",8514 "tempfile",8515 "test-runtime-constants",8516 "tokio",8517 "tracing-gum",8518]85198520[[package]]8521name = "polling"8522version = "2.4.0"8523source = "registry+https://github.com/rust-lang/crates.io-index"8524checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8525dependencies = [8526 "autocfg",8527 "cfg-if 1.0.0",8528 "libc",8529 "log",8530 "wepoll-ffi",8531 "winapi",8532]85338534[[package]]8535name = "poly1305"8536version = "0.7.2"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8539dependencies = [8540 "cpufeatures",8541 "opaque-debug 0.3.0",8542 "universal-hash",8543]85448545[[package]]8546name = "polyval"8547version = "0.5.3"8548source = "registry+https://github.com/rust-lang/crates.io-index"8549checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8550dependencies = [8551 "cfg-if 1.0.0",8552 "cpufeatures",8553 "opaque-debug 0.3.0",8554 "universal-hash",8555]85568557[[package]]8558name = "ppv-lite86"8559version = "0.2.16"8560source = "registry+https://github.com/rust-lang/crates.io-index"8561checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85628563[[package]]8564name = "primitive-types"8565version = "0.11.1"8566source = "registry+https://github.com/rust-lang/crates.io-index"8567checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8568dependencies = [8569 "fixed-hash",8570 "impl-codec",8571 "impl-rlp",8572 "impl-serde",8573 "scale-info",8574 "uint",8575]85768577[[package]]8578name = "prioritized-metered-channel"8579version = "0.2.0"8580source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8581dependencies = [8582 "coarsetime",8583 "crossbeam-queue",8584 "derive_more",8585 "futures 0.3.25",8586 "futures-timer",8587 "nanorand",8588 "thiserror",8589 "tracing",8590]85918592[[package]]8593name = "proc-macro-crate"8594version = "1.2.1"8595source = "registry+https://github.com/rust-lang/crates.io-index"8596checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8597dependencies = [8598 "once_cell",8599 "thiserror",8600 "toml",8601]86028603[[package]]8604name = "proc-macro-error"8605version = "1.0.4"8606source = "registry+https://github.com/rust-lang/crates.io-index"8607checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8608dependencies = [8609 "proc-macro-error-attr",8610 "proc-macro2",8611 "quote",8612 "syn",8613 "version_check",8614]86158616[[package]]8617name = "proc-macro-error-attr"8618version = "1.0.4"8619source = "registry+https://github.com/rust-lang/crates.io-index"8620checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8621dependencies = [8622 "proc-macro2",8623 "quote",8624 "version_check",8625]86268627[[package]]8628name = "proc-macro2"8629version = "1.0.47"8630source = "registry+https://github.com/rust-lang/crates.io-index"8631checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8632dependencies = [8633 "unicode-ident",8634]86358636[[package]]8637name = "prometheus"8638version = "0.13.3"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8641dependencies = [8642 "cfg-if 1.0.0",8643 "fnv",8644 "lazy_static",8645 "memchr",8646 "parking_lot 0.12.1",8647 "thiserror",8648]86498650[[package]]8651name = "prometheus-client"8652version = "0.16.0"8653source = "registry+https://github.com/rust-lang/crates.io-index"8654checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8655dependencies = [8656 "dtoa",8657 "itoa",8658 "owning_ref",8659 "prometheus-client-derive-text-encode",8660]86618662[[package]]8663name = "prometheus-client-derive-text-encode"8664version = "0.2.0"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8667dependencies = [8668 "proc-macro2",8669 "quote",8670 "syn",8671]86728673[[package]]8674name = "prost"8675version = "0.10.4"8676source = "registry+https://github.com/rust-lang/crates.io-index"8677checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8678dependencies = [8679 "bytes",8680 "prost-derive 0.10.1",8681]86828683[[package]]8684name = "prost"8685version = "0.11.0"8686source = "registry+https://github.com/rust-lang/crates.io-index"8687checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8688dependencies = [8689 "bytes",8690 "prost-derive 0.11.0",8691]86928693[[package]]8694name = "prost-build"8695version = "0.10.4"8696source = "registry+https://github.com/rust-lang/crates.io-index"8697checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8698dependencies = [8699 "bytes",8700 "cfg-if 1.0.0",8701 "cmake",8702 "heck",8703 "itertools",8704 "lazy_static",8705 "log",8706 "multimap",8707 "petgraph",8708 "prost 0.10.4",8709 "prost-types 0.10.1",8710 "regex",8711 "tempfile",8712 "which",8713]87148715[[package]]8716name = "prost-build"8717version = "0.11.1"8718source = "registry+https://github.com/rust-lang/crates.io-index"8719checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8720dependencies = [8721 "bytes",8722 "heck",8723 "itertools",8724 "lazy_static",8725 "log",8726 "multimap",8727 "petgraph",8728 "prost 0.11.0",8729 "prost-types 0.11.1",8730 "regex",8731 "tempfile",8732 "which",8733]87348735[[package]]8736name = "prost-codec"8737version = "0.1.0"8738source = "registry+https://github.com/rust-lang/crates.io-index"8739checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8740dependencies = [8741 "asynchronous-codec",8742 "bytes",8743 "prost 0.10.4",8744 "thiserror",8745 "unsigned-varint",8746]87478748[[package]]8749name = "prost-derive"8750version = "0.10.1"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8753dependencies = [8754 "anyhow",8755 "itertools",8756 "proc-macro2",8757 "quote",8758 "syn",8759]87608761[[package]]8762name = "prost-derive"8763version = "0.11.0"8764source = "registry+https://github.com/rust-lang/crates.io-index"8765checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8766dependencies = [8767 "anyhow",8768 "itertools",8769 "proc-macro2",8770 "quote",8771 "syn",8772]87738774[[package]]8775name = "prost-types"8776version = "0.10.1"8777source = "registry+https://github.com/rust-lang/crates.io-index"8778checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8779dependencies = [8780 "bytes",8781 "prost 0.10.4",8782]87838784[[package]]8785name = "prost-types"8786version = "0.11.1"8787source = "registry+https://github.com/rust-lang/crates.io-index"8788checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8789dependencies = [8790 "bytes",8791 "prost 0.11.0",8792]87938794[[package]]8795name = "psm"8796version = "0.1.21"8797source = "registry+https://github.com/rust-lang/crates.io-index"8798checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8799dependencies = [8800 "cc",8801]88028803[[package]]8804name = "quartz-runtime"8805version = "0.9.30"8806dependencies = [8807 "app-promotion-rpc",8808 "cumulus-pallet-aura-ext",8809 "cumulus-pallet-dmp-queue",8810 "cumulus-pallet-parachain-system",8811 "cumulus-pallet-xcm",8812 "cumulus-pallet-xcmp-queue",8813 "cumulus-primitives-core",8814 "cumulus-primitives-timestamp",8815 "cumulus-primitives-utility",8816 "derivative",8817 "evm-coder",8818 "fp-evm-mapping",8819 "fp-rpc",8820 "fp-self-contained",8821 "frame-benchmarking",8822 "frame-executive",8823 "frame-support",8824 "frame-system",8825 "frame-system-benchmarking",8826 "frame-system-rpc-runtime-api",8827 "frame-try-runtime",8828 "hex-literal",8829 "impl-trait-for-tuples",8830 "log",8831 "logtest",8832 "orml-tokens",8833 "orml-traits",8834 "orml-vesting",8835 "orml-xtokens",8836 "pallet-app-promotion",8837 "pallet-aura",8838 "pallet-balances",8839 "pallet-base-fee",8840 "pallet-common",8841 "pallet-configuration",8842 "pallet-ethereum",8843 "pallet-evm",8844 "pallet-evm-coder-substrate",8845 "pallet-evm-contract-helpers",8846 "pallet-evm-migration",8847 "pallet-evm-transaction-payment",8848 "pallet-foreign-assets",8849 "pallet-fungible",8850 "pallet-inflation",8851 "pallet-maintenance",8852 "pallet-nonfungible",8853 "pallet-randomness-collective-flip",8854 "pallet-refungible",8855 "pallet-rmrk-core",8856 "pallet-rmrk-equip",8857 "pallet-structure",8858 "pallet-sudo",8859 "pallet-template-transaction-payment",8860 "pallet-timestamp",8861 "pallet-transaction-payment",8862 "pallet-transaction-payment-rpc-runtime-api",8863 "pallet-treasury",8864 "pallet-unique",8865 "pallet-xcm",8866 "parachain-info",8867 "parity-scale-codec 3.2.1",8868 "polkadot-parachain",8869 "rmrk-rpc",8870 "scale-info",8871 "serde",8872 "smallvec",8873 "sp-api",8874 "sp-arithmetic",8875 "sp-block-builder",8876 "sp-consensus-aura",8877 "sp-core",8878 "sp-inherents",8879 "sp-io",8880 "sp-offchain",8881 "sp-runtime",8882 "sp-session",8883 "sp-std",8884 "sp-transaction-pool",8885 "sp-version",8886 "substrate-wasm-builder",8887 "up-common",8888 "up-data-structs",8889 "up-rpc",8890 "up-sponsorship",8891 "xcm",8892 "xcm-builder",8893 "xcm-executor",8894]88958896[[package]]8897name = "quick-error"8898version = "1.2.3"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89018902[[package]]8903name = "quicksink"8904version = "0.1.2"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8907dependencies = [8908 "futures-core",8909 "futures-sink",8910 "pin-project-lite 0.1.12",8911]89128913[[package]]8914name = "quote"8915version = "1.0.21"8916source = "registry+https://github.com/rust-lang/crates.io-index"8917checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8918dependencies = [8919 "proc-macro2",8920]89218922[[package]]8923name = "radium"8924version = "0.6.2"8925source = "registry+https://github.com/rust-lang/crates.io-index"8926checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89278928[[package]]8929name = "radium"8930version = "0.7.0"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89338934[[package]]8935name = "rand"8936version = "0.7.3"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8939dependencies = [8940 "getrandom 0.1.16",8941 "libc",8942 "rand_chacha 0.2.2",8943 "rand_core 0.5.1",8944 "rand_hc",8945 "rand_pcg 0.2.1",8946]89478948[[package]]8949name = "rand"8950version = "0.8.5"8951source = "registry+https://github.com/rust-lang/crates.io-index"8952checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8953dependencies = [8954 "libc",8955 "rand_chacha 0.3.1",8956 "rand_core 0.6.4",8957]89588959[[package]]8960name = "rand_chacha"8961version = "0.2.2"8962source = "registry+https://github.com/rust-lang/crates.io-index"8963checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8964dependencies = [8965 "ppv-lite86",8966 "rand_core 0.5.1",8967]89688969[[package]]8970name = "rand_chacha"8971version = "0.3.1"8972source = "registry+https://github.com/rust-lang/crates.io-index"8973checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8974dependencies = [8975 "ppv-lite86",8976 "rand_core 0.6.4",8977]89788979[[package]]8980name = "rand_core"8981version = "0.5.1"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8984dependencies = [8985 "getrandom 0.1.16",8986]89878988[[package]]8989name = "rand_core"8990version = "0.6.4"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8993dependencies = [8994 "getrandom 0.2.8",8995]89968997[[package]]8998name = "rand_distr"8999version = "0.4.3"9000source = "registry+https://github.com/rust-lang/crates.io-index"9001checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9002dependencies = [9003 "num-traits",9004 "rand 0.8.5",9005]90069007[[package]]9008name = "rand_hc"9009version = "0.2.0"9010source = "registry+https://github.com/rust-lang/crates.io-index"9011checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9012dependencies = [9013 "rand_core 0.5.1",9014]90159016[[package]]9017name = "rand_pcg"9018version = "0.2.1"9019source = "registry+https://github.com/rust-lang/crates.io-index"9020checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9021dependencies = [9022 "rand_core 0.5.1",9023]90249025[[package]]9026name = "rand_pcg"9027version = "0.3.1"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9030dependencies = [9031 "rand_core 0.6.4",9032]90339034[[package]]9035name = "rawpointer"9036version = "0.2.1"9037source = "registry+https://github.com/rust-lang/crates.io-index"9038checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90399040[[package]]9041name = "rayon"9042version = "1.5.3"9043source = "registry+https://github.com/rust-lang/crates.io-index"9044checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9045dependencies = [9046 "autocfg",9047 "crossbeam-deque",9048 "either",9049 "rayon-core",9050]90519052[[package]]9053name = "rayon-core"9054version = "1.9.3"9055source = "registry+https://github.com/rust-lang/crates.io-index"9056checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9057dependencies = [9058 "crossbeam-channel",9059 "crossbeam-deque",9060 "crossbeam-utils",9061 "num_cpus",9062]90639064[[package]]9065name = "redox_syscall"9066version = "0.2.16"9067source = "registry+https://github.com/rust-lang/crates.io-index"9068checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9069dependencies = [9070 "bitflags",9071]90729073[[package]]9074name = "redox_users"9075version = "0.4.3"9076source = "registry+https://github.com/rust-lang/crates.io-index"9077checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9078dependencies = [9079 "getrandom 0.2.8",9080 "redox_syscall",9081 "thiserror",9082]90839084[[package]]9085name = "reed-solomon-novelpoly"9086version = "1.0.0"9087source = "registry+https://github.com/rust-lang/crates.io-index"9088checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9089dependencies = [9090 "derive_more",9091 "fs-err",9092 "itertools",9093 "static_init 0.5.2",9094 "thiserror",9095]90969097[[package]]9098name = "ref-cast"9099version = "1.0.12"9100source = "registry+https://github.com/rust-lang/crates.io-index"9101checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9102dependencies = [9103 "ref-cast-impl",9104]91059106[[package]]9107name = "ref-cast-impl"9108version = "1.0.12"9109source = "registry+https://github.com/rust-lang/crates.io-index"9110checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9111dependencies = [9112 "proc-macro2",9113 "quote",9114 "syn",9115]91169117[[package]]9118name = "regalloc2"9119version = "0.3.2"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9122dependencies = [9123 "fxhash",9124 "log",9125 "slice-group-by",9126 "smallvec",9127]91289129[[package]]9130name = "regex"9131version = "1.6.0"9132source = "registry+https://github.com/rust-lang/crates.io-index"9133checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9134dependencies = [9135 "aho-corasick",9136 "memchr",9137 "regex-syntax",9138]91399140[[package]]9141name = "regex-automata"9142version = "0.1.10"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9145dependencies = [9146 "regex-syntax",9147]91489149[[package]]9150name = "regex-syntax"9151version = "0.6.27"9152source = "registry+https://github.com/rust-lang/crates.io-index"9153checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91549155[[package]]9156name = "remote-externalities"9157version = "0.10.0-dev"9158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9159dependencies = [9160 "env_logger",9161 "jsonrpsee",9162 "log",9163 "parity-scale-codec 3.2.1",9164 "serde",9165 "serde_json",9166 "sp-core",9167 "sp-io",9168 "sp-runtime",9169 "sp-version",9170]91719172[[package]]9173name = "remove_dir_all"9174version = "0.5.3"9175source = "registry+https://github.com/rust-lang/crates.io-index"9176checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9177dependencies = [9178 "winapi",9179]91809181[[package]]9182name = "resolv-conf"9183version = "0.7.0"9184source = "registry+https://github.com/rust-lang/crates.io-index"9185checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9186dependencies = [9187 "hostname",9188 "quick-error",9189]91909191[[package]]9192name = "rfc6979"9193version = "0.1.0"9194source = "registry+https://github.com/rust-lang/crates.io-index"9195checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9196dependencies = [9197 "crypto-bigint",9198 "hmac 0.11.0",9199 "zeroize",9200]92019202[[package]]9203name = "ring"9204version = "0.16.20"9205source = "registry+https://github.com/rust-lang/crates.io-index"9206checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9207dependencies = [9208 "cc",9209 "libc",9210 "once_cell",9211 "spin",9212 "untrusted",9213 "web-sys",9214 "winapi",9215]92169217[[package]]9218name = "rlp"9219version = "0.5.2"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9222dependencies = [9223 "bytes",9224 "rustc-hex",9225]92269227[[package]]9228name = "rlp-derive"9229version = "0.1.0"9230source = "registry+https://github.com/rust-lang/crates.io-index"9231checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9232dependencies = [9233 "proc-macro2",9234 "quote",9235 "syn",9236]92379238[[package]]9239name = "rmrk-rpc"9240version = "0.0.2"9241dependencies = [9242 "parity-scale-codec 2.3.1",9243 "rmrk-traits",9244 "serde",9245 "sp-api",9246 "sp-core",9247 "sp-runtime",9248 "sp-std",9249]92509251[[package]]9252name = "rmrk-traits"9253version = "0.1.0"9254dependencies = [9255 "parity-scale-codec 3.2.1",9256 "scale-info",9257 "serde",9258]92599260[[package]]9261name = "rocksdb"9262version = "0.18.0"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9265dependencies = [9266 "libc",9267 "librocksdb-sys",9268]92699270[[package]]9271name = "rococo-runtime"9272version = "0.9.30"9273source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9274dependencies = [9275 "beefy-merkle-tree",9276 "beefy-primitives",9277 "frame-benchmarking",9278 "frame-executive",9279 "frame-support",9280 "frame-system",9281 "frame-system-benchmarking",9282 "frame-system-rpc-runtime-api",9283 "hex-literal",9284 "log",9285 "pallet-authority-discovery",9286 "pallet-authorship",9287 "pallet-babe",9288 "pallet-balances",9289 "pallet-beefy",9290 "pallet-beefy-mmr",9291 "pallet-bounties",9292 "pallet-child-bounties",9293 "pallet-collective",9294 "pallet-democracy",9295 "pallet-elections-phragmen",9296 "pallet-gilt",9297 "pallet-grandpa",9298 "pallet-identity",9299 "pallet-im-online",9300 "pallet-indices",9301 "pallet-membership",9302 "pallet-mmr",9303 "pallet-multisig",9304 "pallet-offences",9305 "pallet-preimage",9306 "pallet-proxy",9307 "pallet-recovery",9308 "pallet-scheduler",9309 "pallet-session",9310 "pallet-society",9311 "pallet-staking",9312 "pallet-sudo",9313 "pallet-timestamp",9314 "pallet-tips",9315 "pallet-transaction-payment",9316 "pallet-transaction-payment-rpc-runtime-api",9317 "pallet-treasury",9318 "pallet-utility",9319 "pallet-vesting",9320 "pallet-xcm",9321 "pallet-xcm-benchmarks",9322 "parity-scale-codec 3.2.1",9323 "polkadot-parachain",9324 "polkadot-primitives",9325 "polkadot-runtime-common",9326 "polkadot-runtime-parachains",9327 "rococo-runtime-constants",9328 "scale-info",9329 "serde",9330 "serde_derive",9331 "smallvec",9332 "sp-api",9333 "sp-authority-discovery",9334 "sp-block-builder",9335 "sp-consensus-babe",9336 "sp-core",9337 "sp-inherents",9338 "sp-io",9339 "sp-mmr-primitives",9340 "sp-offchain",9341 "sp-runtime",9342 "sp-session",9343 "sp-staking",9344 "sp-std",9345 "sp-transaction-pool",9346 "sp-version",9347 "static_assertions",9348 "substrate-wasm-builder",9349 "xcm",9350 "xcm-builder",9351 "xcm-executor",9352]93539354[[package]]9355name = "rococo-runtime-constants"9356version = "0.9.30"9357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9358dependencies = [9359 "frame-support",9360 "polkadot-primitives",9361 "polkadot-runtime-common",9362 "smallvec",9363 "sp-runtime",9364]93659366[[package]]9367name = "rpassword"9368version = "7.1.0"9369source = "registry+https://github.com/rust-lang/crates.io-index"9370checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9371dependencies = [9372 "libc",9373 "winapi",9374]93759376[[package]]9377name = "rtnetlink"9378version = "0.10.1"9379source = "registry+https://github.com/rust-lang/crates.io-index"9380checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9381dependencies = [9382 "async-global-executor",9383 "futures 0.3.25",9384 "log",9385 "netlink-packet-route",9386 "netlink-proto",9387 "nix",9388 "thiserror",9389]93909391[[package]]9392name = "rustc-demangle"9393version = "0.1.21"9394source = "registry+https://github.com/rust-lang/crates.io-index"9395checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"93969397[[package]]9398name = "rustc-hash"9399version = "1.1.0"9400source = "registry+https://github.com/rust-lang/crates.io-index"9401checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94029403[[package]]9404name = "rustc-hex"9405version = "2.1.0"9406source = "registry+https://github.com/rust-lang/crates.io-index"9407checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94089409[[package]]9410name = "rustc_version"9411version = "0.2.3"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9414dependencies = [9415 "semver 0.9.0",9416]94179418[[package]]9419name = "rustc_version"9420version = "0.4.0"9421source = "registry+https://github.com/rust-lang/crates.io-index"9422checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9423dependencies = [9424 "semver 1.0.14",9425]94269427[[package]]9428name = "rustix"9429version = "0.35.12"9430source = "registry+https://github.com/rust-lang/crates.io-index"9431checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9432dependencies = [9433 "bitflags",9434 "errno",9435 "io-lifetimes",9436 "libc",9437 "linux-raw-sys",9438 "windows-sys 0.36.1",9439]94409441[[package]]9442name = "rustls"9443version = "0.20.7"9444source = "registry+https://github.com/rust-lang/crates.io-index"9445checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9446dependencies = [9447 "log",9448 "ring",9449 "sct",9450 "webpki",9451]94529453[[package]]9454name = "rustls-native-certs"9455version = "0.6.2"9456source = "registry+https://github.com/rust-lang/crates.io-index"9457checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9458dependencies = [9459 "openssl-probe",9460 "rustls-pemfile",9461 "schannel",9462 "security-framework",9463]94649465[[package]]9466name = "rustls-pemfile"9467version = "1.0.1"9468source = "registry+https://github.com/rust-lang/crates.io-index"9469checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9470dependencies = [9471 "base64",9472]94739474[[package]]9475name = "rustversion"9476version = "1.0.9"9477source = "registry+https://github.com/rust-lang/crates.io-index"9478checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94799480[[package]]9481name = "rw-stream-sink"9482version = "0.3.0"9483source = "registry+https://github.com/rust-lang/crates.io-index"9484checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9485dependencies = [9486 "futures 0.3.25",9487 "pin-project",9488 "static_assertions",9489]94909491[[package]]9492name = "ryu"9493version = "1.0.11"9494source = "registry+https://github.com/rust-lang/crates.io-index"9495checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"94969497[[package]]9498name = "safe-mix"9499version = "1.0.1"9500source = "registry+https://github.com/rust-lang/crates.io-index"9501checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9502dependencies = [9503 "rustc_version 0.2.3",9504]95059506[[package]]9507name = "salsa20"9508version = "0.10.2"9509source = "registry+https://github.com/rust-lang/crates.io-index"9510checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9511dependencies = [9512 "cipher 0.4.3",9513]95149515[[package]]9516name = "same-file"9517version = "1.0.6"9518source = "registry+https://github.com/rust-lang/crates.io-index"9519checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9520dependencies = [9521 "winapi-util",9522]95239524[[package]]9525name = "sc-allocator"9526version = "4.1.0-dev"9527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9528dependencies = [9529 "log",9530 "sp-core",9531 "sp-wasm-interface",9532 "thiserror",9533]95349535[[package]]9536name = "sc-authority-discovery"9537version = "0.10.0-dev"9538source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9539dependencies = [9540 "async-trait",9541 "futures 0.3.25",9542 "futures-timer",9543 "ip_network",9544 "libp2p",9545 "log",9546 "parity-scale-codec 3.2.1",9547 "prost 0.10.4",9548 "prost-build 0.10.4",9549 "rand 0.7.3",9550 "sc-client-api",9551 "sc-network-common",9552 "sp-api",9553 "sp-authority-discovery",9554 "sp-blockchain",9555 "sp-core",9556 "sp-keystore",9557 "sp-runtime",9558 "substrate-prometheus-endpoint",9559 "thiserror",9560]95619562[[package]]9563name = "sc-basic-authorship"9564version = "0.10.0-dev"9565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9566dependencies = [9567 "futures 0.3.25",9568 "futures-timer",9569 "log",9570 "parity-scale-codec 3.2.1",9571 "sc-block-builder",9572 "sc-client-api",9573 "sc-proposer-metrics",9574 "sc-telemetry",9575 "sc-transaction-pool-api",9576 "sp-api",9577 "sp-blockchain",9578 "sp-consensus",9579 "sp-core",9580 "sp-inherents",9581 "sp-runtime",9582 "substrate-prometheus-endpoint",9583]95849585[[package]]9586name = "sc-block-builder"9587version = "0.10.0-dev"9588source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9589dependencies = [9590 "parity-scale-codec 3.2.1",9591 "sc-client-api",9592 "sp-api",9593 "sp-block-builder",9594 "sp-blockchain",9595 "sp-core",9596 "sp-inherents",9597 "sp-runtime",9598 "sp-state-machine",9599]96009601[[package]]9602name = "sc-chain-spec"9603version = "4.0.0-dev"9604source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9605dependencies = [9606 "impl-trait-for-tuples",9607 "memmap2",9608 "parity-scale-codec 3.2.1",9609 "sc-chain-spec-derive",9610 "sc-network-common",9611 "sc-telemetry",9612 "serde",9613 "serde_json",9614 "sp-core",9615 "sp-runtime",9616]96179618[[package]]9619name = "sc-chain-spec-derive"9620version = "4.0.0-dev"9621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9622dependencies = [9623 "proc-macro-crate",9624 "proc-macro2",9625 "quote",9626 "syn",9627]96289629[[package]]9630name = "sc-cli"9631version = "0.10.0-dev"9632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9633dependencies = [9634 "array-bytes",9635 "chrono",9636 "clap",9637 "fdlimit",9638 "futures 0.3.25",9639 "libp2p",9640 "log",9641 "names",9642 "parity-scale-codec 3.2.1",9643 "rand 0.7.3",9644 "regex",9645 "rpassword",9646 "sc-client-api",9647 "sc-client-db",9648 "sc-keystore",9649 "sc-network",9650 "sc-network-common",9651 "sc-service",9652 "sc-telemetry",9653 "sc-tracing",9654 "sc-utils",9655 "serde",9656 "serde_json",9657 "sp-blockchain",9658 "sp-core",9659 "sp-keyring",9660 "sp-keystore",9661 "sp-panic-handler",9662 "sp-runtime",9663 "sp-version",9664 "thiserror",9665 "tiny-bip39",9666 "tokio",9667]96689669[[package]]9670name = "sc-client-api"9671version = "4.0.0-dev"9672source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9673dependencies = [9674 "fnv",9675 "futures 0.3.25",9676 "hash-db",9677 "log",9678 "parity-scale-codec 3.2.1",9679 "parking_lot 0.12.1",9680 "sc-executor",9681 "sc-transaction-pool-api",9682 "sc-utils",9683 "sp-api",9684 "sp-blockchain",9685 "sp-consensus",9686 "sp-core",9687 "sp-database",9688 "sp-externalities",9689 "sp-keystore",9690 "sp-runtime",9691 "sp-state-machine",9692 "sp-storage",9693 "sp-trie",9694 "substrate-prometheus-endpoint",9695]96969697[[package]]9698name = "sc-client-db"9699version = "0.10.0-dev"9700source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9701dependencies = [9702 "hash-db",9703 "kvdb",9704 "kvdb-memorydb",9705 "kvdb-rocksdb",9706 "linked-hash-map",9707 "log",9708 "parity-db",9709 "parity-scale-codec 3.2.1",9710 "parking_lot 0.12.1",9711 "sc-client-api",9712 "sc-state-db",9713 "sp-arithmetic",9714 "sp-blockchain",9715 "sp-core",9716 "sp-database",9717 "sp-runtime",9718 "sp-state-machine",9719 "sp-trie",9720]97219722[[package]]9723name = "sc-consensus"9724version = "0.10.0-dev"9725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9726dependencies = [9727 "async-trait",9728 "futures 0.3.25",9729 "futures-timer",9730 "libp2p",9731 "log",9732 "parking_lot 0.12.1",9733 "sc-client-api",9734 "sc-utils",9735 "serde",9736 "sp-api",9737 "sp-blockchain",9738 "sp-consensus",9739 "sp-core",9740 "sp-runtime",9741 "sp-state-machine",9742 "substrate-prometheus-endpoint",9743 "thiserror",9744]97459746[[package]]9747name = "sc-consensus-aura"9748version = "0.10.0-dev"9749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9750dependencies = [9751 "async-trait",9752 "futures 0.3.25",9753 "log",9754 "parity-scale-codec 3.2.1",9755 "sc-block-builder",9756 "sc-client-api",9757 "sc-consensus",9758 "sc-consensus-slots",9759 "sc-telemetry",9760 "sp-api",9761 "sp-application-crypto",9762 "sp-block-builder",9763 "sp-blockchain",9764 "sp-consensus",9765 "sp-consensus-aura",9766 "sp-consensus-slots",9767 "sp-core",9768 "sp-inherents",9769 "sp-keystore",9770 "sp-runtime",9771 "substrate-prometheus-endpoint",9772 "thiserror",9773]97749775[[package]]9776name = "sc-consensus-babe"9777version = "0.10.0-dev"9778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9779dependencies = [9780 "async-trait",9781 "fork-tree",9782 "futures 0.3.25",9783 "log",9784 "merlin",9785 "num-bigint 0.2.6",9786 "num-rational 0.2.4",9787 "num-traits",9788 "parity-scale-codec 3.2.1",9789 "parking_lot 0.12.1",9790 "rand 0.7.3",9791 "sc-client-api",9792 "sc-consensus",9793 "sc-consensus-epochs",9794 "sc-consensus-slots",9795 "sc-keystore",9796 "sc-telemetry",9797 "schnorrkel",9798 "serde",9799 "sp-api",9800 "sp-application-crypto",9801 "sp-block-builder",9802 "sp-blockchain",9803 "sp-consensus",9804 "sp-consensus-babe",9805 "sp-consensus-slots",9806 "sp-consensus-vrf",9807 "sp-core",9808 "sp-inherents",9809 "sp-io",9810 "sp-keystore",9811 "sp-runtime",9812 "sp-version",9813 "substrate-prometheus-endpoint",9814 "thiserror",9815]98169817[[package]]9818name = "sc-consensus-babe-rpc"9819version = "0.10.0-dev"9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9821dependencies = [9822 "futures 0.3.25",9823 "jsonrpsee",9824 "sc-consensus-babe",9825 "sc-consensus-epochs",9826 "sc-rpc-api",9827 "serde",9828 "sp-api",9829 "sp-application-crypto",9830 "sp-blockchain",9831 "sp-consensus",9832 "sp-consensus-babe",9833 "sp-core",9834 "sp-keystore",9835 "sp-runtime",9836 "thiserror",9837]98389839[[package]]9840name = "sc-consensus-epochs"9841version = "0.10.0-dev"9842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9843dependencies = [9844 "fork-tree",9845 "parity-scale-codec 3.2.1",9846 "sc-client-api",9847 "sc-consensus",9848 "sp-blockchain",9849 "sp-runtime",9850]98519852[[package]]9853name = "sc-consensus-manual-seal"9854version = "0.10.0-dev"9855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9856dependencies = [9857 "assert_matches",9858 "async-trait",9859 "futures 0.3.25",9860 "jsonrpsee",9861 "log",9862 "parity-scale-codec 3.2.1",9863 "sc-client-api",9864 "sc-consensus",9865 "sc-consensus-aura",9866 "sc-consensus-babe",9867 "sc-consensus-epochs",9868 "sc-transaction-pool",9869 "sc-transaction-pool-api",9870 "serde",9871 "sp-api",9872 "sp-blockchain",9873 "sp-consensus",9874 "sp-consensus-aura",9875 "sp-consensus-babe",9876 "sp-consensus-slots",9877 "sp-core",9878 "sp-inherents",9879 "sp-keystore",9880 "sp-runtime",9881 "sp-timestamp",9882 "substrate-prometheus-endpoint",9883 "thiserror",9884]98859886[[package]]9887name = "sc-consensus-slots"9888version = "0.10.0-dev"9889source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9890dependencies = [9891 "async-trait",9892 "futures 0.3.25",9893 "futures-timer",9894 "log",9895 "parity-scale-codec 3.2.1",9896 "sc-client-api",9897 "sc-consensus",9898 "sc-telemetry",9899 "sp-arithmetic",9900 "sp-blockchain",9901 "sp-consensus",9902 "sp-consensus-slots",9903 "sp-core",9904 "sp-inherents",9905 "sp-runtime",9906 "sp-state-machine",9907 "thiserror",9908]99099910[[package]]9911name = "sc-executor"9912version = "0.10.0-dev"9913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9914dependencies = [9915 "lazy_static",9916 "lru 0.7.8",9917 "parity-scale-codec 3.2.1",9918 "parking_lot 0.12.1",9919 "sc-executor-common",9920 "sc-executor-wasmi",9921 "sc-executor-wasmtime",9922 "sp-api",9923 "sp-core",9924 "sp-core-hashing-proc-macro",9925 "sp-externalities",9926 "sp-io",9927 "sp-panic-handler",9928 "sp-runtime-interface",9929 "sp-tasks",9930 "sp-trie",9931 "sp-version",9932 "sp-wasm-interface",9933 "tracing",9934 "wasmi",9935]99369937[[package]]9938name = "sc-executor-common"9939version = "0.10.0-dev"9940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9941dependencies = [9942 "environmental",9943 "parity-scale-codec 3.2.1",9944 "sc-allocator",9945 "sp-maybe-compressed-blob",9946 "sp-sandbox",9947 "sp-wasm-interface",9948 "thiserror",9949 "wasm-instrument",9950 "wasmi",9951]99529953[[package]]9954name = "sc-executor-wasmi"9955version = "0.10.0-dev"9956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9957dependencies = [9958 "log",9959 "parity-scale-codec 3.2.1",9960 "sc-allocator",9961 "sc-executor-common",9962 "sp-runtime-interface",9963 "sp-sandbox",9964 "sp-wasm-interface",9965 "wasmi",9966]99679968[[package]]9969name = "sc-executor-wasmtime"9970version = "0.10.0-dev"9971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9972dependencies = [9973 "cfg-if 1.0.0",9974 "libc",9975 "log",9976 "once_cell",9977 "parity-scale-codec 3.2.1",9978 "parity-wasm 0.45.0",9979 "rustix",9980 "sc-allocator",9981 "sc-executor-common",9982 "sp-runtime-interface",9983 "sp-sandbox",9984 "sp-wasm-interface",9985 "wasmtime",9986]99879988[[package]]9989name = "sc-finality-grandpa"9990version = "0.10.0-dev"9991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9992dependencies = [9993 "ahash",9994 "array-bytes",9995 "async-trait",9996 "dyn-clone",9997 "finality-grandpa",9998 "fork-tree",9999 "futures 0.3.25",10000 "futures-timer",10001 "log",10002 "parity-scale-codec 3.2.1",10003 "parking_lot 0.12.1",10004 "rand 0.8.5",10005 "sc-block-builder",10006 "sc-chain-spec",10007 "sc-client-api",10008 "sc-consensus",10009 "sc-keystore",10010 "sc-network",10011 "sc-network-common",10012 "sc-network-gossip",10013 "sc-telemetry",10014 "sc-utils",10015 "serde_json",10016 "sp-api",10017 "sp-application-crypto",10018 "sp-arithmetic",10019 "sp-blockchain",10020 "sp-consensus",10021 "sp-core",10022 "sp-finality-grandpa",10023 "sp-keystore",10024 "sp-runtime",10025 "substrate-prometheus-endpoint",10026 "thiserror",10027]1002810029[[package]]10030name = "sc-finality-grandpa-rpc"10031version = "0.10.0-dev"10032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10033dependencies = [10034 "finality-grandpa",10035 "futures 0.3.25",10036 "jsonrpsee",10037 "log",10038 "parity-scale-codec 3.2.1",10039 "sc-client-api",10040 "sc-finality-grandpa",10041 "sc-rpc",10042 "serde",10043 "serde_json",10044 "sp-blockchain",10045 "sp-core",10046 "sp-runtime",10047 "thiserror",10048]1004910050[[package]]10051name = "sc-informant"10052version = "0.10.0-dev"10053source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10054dependencies = [10055 "ansi_term",10056 "futures 0.3.25",10057 "futures-timer",10058 "log",10059 "parity-util-mem",10060 "sc-client-api",10061 "sc-network-common",10062 "sc-transaction-pool-api",10063 "sp-blockchain",10064 "sp-runtime",10065]1006610067[[package]]10068name = "sc-keystore"10069version = "4.0.0-dev"10070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10071dependencies = [10072 "array-bytes",10073 "async-trait",10074 "parking_lot 0.12.1",10075 "serde_json",10076 "sp-application-crypto",10077 "sp-core",10078 "sp-keystore",10079 "thiserror",10080]1008110082[[package]]10083name = "sc-network"10084version = "0.10.0-dev"10085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10086dependencies = [10087 "array-bytes",10088 "async-trait",10089 "asynchronous-codec",10090 "bitflags",10091 "bytes",10092 "cid",10093 "either",10094 "fnv",10095 "fork-tree",10096 "futures 0.3.25",10097 "futures-timer",10098 "ip_network",10099 "libp2p",10100 "linked-hash-map",10101 "linked_hash_set",10102 "log",10103 "lru 0.7.8",10104 "parity-scale-codec 3.2.1",10105 "parking_lot 0.12.1",10106 "pin-project",10107 "prost 0.10.4",10108 "rand 0.7.3",10109 "sc-block-builder",10110 "sc-client-api",10111 "sc-consensus",10112 "sc-network-common",10113 "sc-peerset",10114 "sc-utils",10115 "serde",10116 "serde_json",10117 "smallvec",10118 "sp-arithmetic",10119 "sp-blockchain",10120 "sp-consensus",10121 "sp-core",10122 "sp-runtime",10123 "substrate-prometheus-endpoint",10124 "thiserror",10125 "unsigned-varint",10126 "zeroize",10127]1012810129[[package]]10130name = "sc-network-bitswap"10131version = "0.10.0-dev"10132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10133dependencies = [10134 "cid",10135 "futures 0.3.25",10136 "libp2p",10137 "log",10138 "prost 0.11.0",10139 "prost-build 0.11.1",10140 "sc-client-api",10141 "sc-network-common",10142 "sp-blockchain",10143 "sp-runtime",10144 "thiserror",10145 "unsigned-varint",10146 "void",10147]1014810149[[package]]10150name = "sc-network-common"10151version = "0.10.0-dev"10152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10153dependencies = [10154 "async-trait",10155 "bitflags",10156 "bytes",10157 "futures 0.3.25",10158 "futures-timer",10159 "libp2p",10160 "linked_hash_set",10161 "parity-scale-codec 3.2.1",10162 "prost-build 0.10.4",10163 "sc-consensus",10164 "sc-peerset",10165 "serde",10166 "smallvec",10167 "sp-blockchain",10168 "sp-consensus",10169 "sp-finality-grandpa",10170 "sp-runtime",10171 "substrate-prometheus-endpoint",10172 "thiserror",10173]1017410175[[package]]10176name = "sc-network-gossip"10177version = "0.10.0-dev"10178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10179dependencies = [10180 "ahash",10181 "futures 0.3.25",10182 "futures-timer",10183 "libp2p",10184 "log",10185 "lru 0.7.8",10186 "sc-network-common",10187 "sc-peerset",10188 "sp-runtime",10189 "substrate-prometheus-endpoint",10190 "tracing",10191]1019210193[[package]]10194name = "sc-network-light"10195version = "0.10.0-dev"10196source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10197dependencies = [10198 "array-bytes",10199 "futures 0.3.25",10200 "libp2p",10201 "log",10202 "parity-scale-codec 3.2.1",10203 "prost 0.10.4",10204 "prost-build 0.10.4",10205 "sc-client-api",10206 "sc-network-common",10207 "sc-peerset",10208 "sp-blockchain",10209 "sp-core",10210 "sp-runtime",10211 "thiserror",10212]1021310214[[package]]10215name = "sc-network-sync"10216version = "0.10.0-dev"10217source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10218dependencies = [10219 "array-bytes",10220 "fork-tree",10221 "futures 0.3.25",10222 "libp2p",10223 "log",10224 "lru 0.7.8",10225 "parity-scale-codec 3.2.1",10226 "prost 0.10.4",10227 "prost-build 0.10.4",10228 "sc-client-api",10229 "sc-consensus",10230 "sc-network-common",10231 "sc-peerset",10232 "smallvec",10233 "sp-arithmetic",10234 "sp-blockchain",10235 "sp-consensus",10236 "sp-core",10237 "sp-finality-grandpa",10238 "sp-runtime",10239 "thiserror",10240]1024110242[[package]]10243name = "sc-network-transactions"10244version = "0.10.0-dev"10245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10246dependencies = [10247 "array-bytes",10248 "futures 0.3.25",10249 "hex",10250 "libp2p",10251 "log",10252 "parity-scale-codec 3.2.1",10253 "pin-project",10254 "sc-network-common",10255 "sc-peerset",10256 "sp-consensus",10257 "sp-runtime",10258 "substrate-prometheus-endpoint",10259]1026010261[[package]]10262name = "sc-offchain"10263version = "4.0.0-dev"10264source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10265dependencies = [10266 "array-bytes",10267 "bytes",10268 "fnv",10269 "futures 0.3.25",10270 "futures-timer",10271 "hyper",10272 "hyper-rustls",10273 "libp2p",10274 "num_cpus",10275 "once_cell",10276 "parity-scale-codec 3.2.1",10277 "parking_lot 0.12.1",10278 "rand 0.7.3",10279 "sc-client-api",10280 "sc-network-common",10281 "sc-peerset",10282 "sc-utils",10283 "sp-api",10284 "sp-core",10285 "sp-offchain",10286 "sp-runtime",10287 "threadpool",10288 "tracing",10289]1029010291[[package]]10292name = "sc-peerset"10293version = "4.0.0-dev"10294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10295dependencies = [10296 "futures 0.3.25",10297 "libp2p",10298 "log",10299 "sc-utils",10300 "serde_json",10301 "wasm-timer",10302]1030310304[[package]]10305name = "sc-proposer-metrics"10306version = "0.10.0-dev"10307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10308dependencies = [10309 "log",10310 "substrate-prometheus-endpoint",10311]1031210313[[package]]10314name = "sc-rpc"10315version = "4.0.0-dev"10316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10317dependencies = [10318 "futures 0.3.25",10319 "hash-db",10320 "jsonrpsee",10321 "log",10322 "parity-scale-codec 3.2.1",10323 "parking_lot 0.12.1",10324 "sc-block-builder",10325 "sc-chain-spec",10326 "sc-client-api",10327 "sc-rpc-api",10328 "sc-tracing",10329 "sc-transaction-pool-api",10330 "sc-utils",10331 "serde_json",10332 "sp-api",10333 "sp-blockchain",10334 "sp-core",10335 "sp-keystore",10336 "sp-offchain",10337 "sp-rpc",10338 "sp-runtime",10339 "sp-session",10340 "sp-version",10341]1034210343[[package]]10344name = "sc-rpc-api"10345version = "0.10.0-dev"10346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10347dependencies = [10348 "futures 0.3.25",10349 "jsonrpsee",10350 "log",10351 "parity-scale-codec 3.2.1",10352 "parking_lot 0.12.1",10353 "sc-chain-spec",10354 "sc-transaction-pool-api",10355 "scale-info",10356 "serde",10357 "serde_json",10358 "sp-core",10359 "sp-rpc",10360 "sp-runtime",10361 "sp-tracing",10362 "sp-version",10363 "thiserror",10364]1036510366[[package]]10367name = "sc-rpc-server"10368version = "4.0.0-dev"10369source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10370dependencies = [10371 "futures 0.3.25",10372 "jsonrpsee",10373 "log",10374 "serde_json",10375 "substrate-prometheus-endpoint",10376 "tokio",10377]1037810379[[package]]10380name = "sc-service"10381version = "0.10.0-dev"10382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10383dependencies = [10384 "async-trait",10385 "directories",10386 "exit-future",10387 "futures 0.3.25",10388 "futures-timer",10389 "hash-db",10390 "jsonrpsee",10391 "log",10392 "parity-scale-codec 3.2.1",10393 "parity-util-mem",10394 "parking_lot 0.12.1",10395 "pin-project",10396 "rand 0.7.3",10397 "sc-block-builder",10398 "sc-chain-spec",10399 "sc-client-api",10400 "sc-client-db",10401 "sc-consensus",10402 "sc-executor",10403 "sc-informant",10404 "sc-keystore",10405 "sc-network",10406 "sc-network-bitswap",10407 "sc-network-common",10408 "sc-network-light",10409 "sc-network-sync",10410 "sc-network-transactions",10411 "sc-offchain",10412 "sc-rpc",10413 "sc-rpc-server",10414 "sc-sysinfo",10415 "sc-telemetry",10416 "sc-tracing",10417 "sc-transaction-pool",10418 "sc-transaction-pool-api",10419 "sc-utils",10420 "serde",10421 "serde_json",10422 "sp-api",10423 "sp-application-crypto",10424 "sp-block-builder",10425 "sp-blockchain",10426 "sp-consensus",10427 "sp-core",10428 "sp-externalities",10429 "sp-inherents",10430 "sp-keystore",10431 "sp-runtime",10432 "sp-session",10433 "sp-state-machine",10434 "sp-storage",10435 "sp-tracing",10436 "sp-transaction-pool",10437 "sp-transaction-storage-proof",10438 "sp-trie",10439 "sp-version",10440 "static_init 1.0.3",10441 "substrate-prometheus-endpoint",10442 "tempfile",10443 "thiserror",10444 "tokio",10445 "tracing",10446 "tracing-futures",10447]1044810449[[package]]10450name = "sc-state-db"10451version = "0.10.0-dev"10452source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10453dependencies = [10454 "log",10455 "parity-scale-codec 3.2.1",10456 "parity-util-mem",10457 "parity-util-mem-derive",10458 "parking_lot 0.12.1",10459 "sc-client-api",10460 "sp-core",10461]1046210463[[package]]10464name = "sc-sync-state-rpc"10465version = "0.10.0-dev"10466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10467dependencies = [10468 "jsonrpsee",10469 "parity-scale-codec 3.2.1",10470 "sc-chain-spec",10471 "sc-client-api",10472 "sc-consensus-babe",10473 "sc-consensus-epochs",10474 "sc-finality-grandpa",10475 "serde",10476 "serde_json",10477 "sp-blockchain",10478 "sp-runtime",10479 "thiserror",10480]1048110482[[package]]10483name = "sc-sysinfo"10484version = "6.0.0-dev"10485source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10486dependencies = [10487 "futures 0.3.25",10488 "libc",10489 "log",10490 "rand 0.7.3",10491 "rand_pcg 0.2.1",10492 "regex",10493 "sc-telemetry",10494 "serde",10495 "serde_json",10496 "sp-core",10497 "sp-io",10498 "sp-std",10499]1050010501[[package]]10502name = "sc-telemetry"10503version = "4.0.0-dev"10504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10505dependencies = [10506 "chrono",10507 "futures 0.3.25",10508 "libp2p",10509 "log",10510 "parking_lot 0.12.1",10511 "pin-project",10512 "rand 0.7.3",10513 "serde",10514 "serde_json",10515 "thiserror",10516 "wasm-timer",10517]1051810519[[package]]10520name = "sc-tracing"10521version = "4.0.0-dev"10522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10523dependencies = [10524 "ansi_term",10525 "atty",10526 "chrono",10527 "lazy_static",10528 "libc",10529 "log",10530 "once_cell",10531 "parking_lot 0.12.1",10532 "regex",10533 "rustc-hash",10534 "sc-client-api",10535 "sc-rpc-server",10536 "sc-tracing-proc-macro",10537 "serde",10538 "sp-api",10539 "sp-blockchain",10540 "sp-core",10541 "sp-rpc",10542 "sp-runtime",10543 "sp-tracing",10544 "thiserror",10545 "tracing",10546 "tracing-log",10547 "tracing-subscriber",10548]1054910550[[package]]10551name = "sc-tracing-proc-macro"10552version = "4.0.0-dev"10553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10554dependencies = [10555 "proc-macro-crate",10556 "proc-macro2",10557 "quote",10558 "syn",10559]1056010561[[package]]10562name = "sc-transaction-pool"10563version = "4.0.0-dev"10564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10565dependencies = [10566 "futures 0.3.25",10567 "futures-timer",10568 "linked-hash-map",10569 "log",10570 "parity-scale-codec 3.2.1",10571 "parity-util-mem",10572 "parking_lot 0.12.1",10573 "sc-client-api",10574 "sc-transaction-pool-api",10575 "sc-utils",10576 "serde",10577 "sp-api",10578 "sp-blockchain",10579 "sp-core",10580 "sp-runtime",10581 "sp-tracing",10582 "sp-transaction-pool",10583 "substrate-prometheus-endpoint",10584 "thiserror",10585]1058610587[[package]]10588name = "sc-transaction-pool-api"10589version = "4.0.0-dev"10590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10591dependencies = [10592 "futures 0.3.25",10593 "log",10594 "serde",10595 "sp-blockchain",10596 "sp-runtime",10597 "thiserror",10598]1059910600[[package]]10601name = "sc-utils"10602version = "4.0.0-dev"10603source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10604dependencies = [10605 "futures 0.3.25",10606 "futures-timer",10607 "lazy_static",10608 "log",10609 "parking_lot 0.12.1",10610 "prometheus",10611]1061210613[[package]]10614name = "scale-info"10615version = "2.2.0"10616source = "registry+https://github.com/rust-lang/crates.io-index"10617checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10618dependencies = [10619 "bitvec 1.0.1",10620 "cfg-if 1.0.0",10621 "derive_more",10622 "parity-scale-codec 3.2.1",10623 "scale-info-derive",10624 "serde",10625]1062610627[[package]]10628name = "scale-info-derive"10629version = "2.2.0"10630source = "registry+https://github.com/rust-lang/crates.io-index"10631checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10632dependencies = [10633 "proc-macro-crate",10634 "proc-macro2",10635 "quote",10636 "syn",10637]1063810639[[package]]10640name = "schannel"10641version = "0.1.20"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10644dependencies = [10645 "lazy_static",10646 "windows-sys 0.36.1",10647]1064810649[[package]]10650name = "schnorrkel"10651version = "0.9.1"10652source = "registry+https://github.com/rust-lang/crates.io-index"10653checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10654dependencies = [10655 "arrayref",10656 "arrayvec 0.5.2",10657 "curve25519-dalek 2.1.3",10658 "getrandom 0.1.16",10659 "merlin",10660 "rand 0.7.3",10661 "rand_core 0.5.1",10662 "sha2 0.8.2",10663 "subtle",10664 "zeroize",10665]1066610667[[package]]10668name = "scopeguard"10669version = "1.1.0"10670source = "registry+https://github.com/rust-lang/crates.io-index"10671checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1067210673[[package]]10674name = "scratch"10675version = "1.0.2"10676source = "registry+https://github.com/rust-lang/crates.io-index"10677checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1067810679[[package]]10680name = "sct"10681version = "0.7.0"10682source = "registry+https://github.com/rust-lang/crates.io-index"10683checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10684dependencies = [10685 "ring",10686 "untrusted",10687]1068810689[[package]]10690name = "sec1"10691version = "0.2.1"10692source = "registry+https://github.com/rust-lang/crates.io-index"10693checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10694dependencies = [10695 "der",10696 "generic-array 0.14.6",10697 "pkcs8",10698 "subtle",10699 "zeroize",10700]1070110702[[package]]10703name = "secp256k1"10704version = "0.24.1"10705source = "registry+https://github.com/rust-lang/crates.io-index"10706checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10707dependencies = [10708 "secp256k1-sys",10709]1071010711[[package]]10712name = "secp256k1-sys"10713version = "0.6.1"10714source = "registry+https://github.com/rust-lang/crates.io-index"10715checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10716dependencies = [10717 "cc",10718]1071910720[[package]]10721name = "secrecy"10722version = "0.8.0"10723source = "registry+https://github.com/rust-lang/crates.io-index"10724checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10725dependencies = [10726 "zeroize",10727]1072810729[[package]]10730name = "security-framework"10731version = "2.7.0"10732source = "registry+https://github.com/rust-lang/crates.io-index"10733checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10734dependencies = [10735 "bitflags",10736 "core-foundation",10737 "core-foundation-sys",10738 "libc",10739 "security-framework-sys",10740]1074110742[[package]]10743name = "security-framework-sys"10744version = "2.6.1"10745source = "registry+https://github.com/rust-lang/crates.io-index"10746checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10747dependencies = [10748 "core-foundation-sys",10749 "libc",10750]1075110752[[package]]10753name = "semver"10754version = "0.6.0"10755source = "registry+https://github.com/rust-lang/crates.io-index"10756checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10757dependencies = [10758 "semver-parser",10759]1076010761[[package]]10762name = "semver"10763version = "0.9.0"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10766dependencies = [10767 "semver-parser",10768]1076910770[[package]]10771name = "semver"10772version = "1.0.14"10773source = "registry+https://github.com/rust-lang/crates.io-index"10774checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10775dependencies = [10776 "serde",10777]1077810779[[package]]10780name = "semver-parser"10781version = "0.7.0"10782source = "registry+https://github.com/rust-lang/crates.io-index"10783checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1078410785[[package]]10786name = "serde"10787version = "1.0.147"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10790dependencies = [10791 "serde_derive",10792]1079310794[[package]]10795name = "serde_derive"10796version = "1.0.147"10797source = "registry+https://github.com/rust-lang/crates.io-index"10798checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10799dependencies = [10800 "proc-macro2",10801 "quote",10802 "syn",10803]1080410805[[package]]10806name = "serde_json"10807version = "1.0.87"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10810dependencies = [10811 "itoa",10812 "ryu",10813 "serde",10814]1081510816[[package]]10817name = "serde_nanos"10818version = "0.1.2"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10821dependencies = [10822 "serde",10823]1082410825[[package]]10826name = "sha-1"10827version = "0.9.8"10828source = "registry+https://github.com/rust-lang/crates.io-index"10829checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10830dependencies = [10831 "block-buffer 0.9.0",10832 "cfg-if 1.0.0",10833 "cpufeatures",10834 "digest 0.9.0",10835 "opaque-debug 0.3.0",10836]1083710838[[package]]10839name = "sha1"10840version = "0.10.5"10841source = "registry+https://github.com/rust-lang/crates.io-index"10842checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10843dependencies = [10844 "cfg-if 1.0.0",10845 "cpufeatures",10846 "digest 0.10.5",10847]1084810849[[package]]10850name = "sha2"10851version = "0.8.2"10852source = "registry+https://github.com/rust-lang/crates.io-index"10853checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10854dependencies = [10855 "block-buffer 0.7.3",10856 "digest 0.8.1",10857 "fake-simd",10858 "opaque-debug 0.2.3",10859]1086010861[[package]]10862name = "sha2"10863version = "0.9.9"10864source = "registry+https://github.com/rust-lang/crates.io-index"10865checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10866dependencies = [10867 "block-buffer 0.9.0",10868 "cfg-if 1.0.0",10869 "cpufeatures",10870 "digest 0.9.0",10871 "opaque-debug 0.3.0",10872]1087310874[[package]]10875name = "sha2"10876version = "0.10.6"10877source = "registry+https://github.com/rust-lang/crates.io-index"10878checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10879dependencies = [10880 "cfg-if 1.0.0",10881 "cpufeatures",10882 "digest 0.10.5",10883]1088410885[[package]]10886name = "sha3"10887version = "0.10.6"10888source = "registry+https://github.com/rust-lang/crates.io-index"10889checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10890dependencies = [10891 "digest 0.10.5",10892 "keccak",10893]1089410895[[package]]10896name = "sha3-const"10897version = "0.1.1"10898source = "registry+https://github.com/rust-lang/crates.io-index"10899checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1090010901[[package]]10902name = "sharded-slab"10903version = "0.1.4"10904source = "registry+https://github.com/rust-lang/crates.io-index"10905checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10906dependencies = [10907 "lazy_static",10908]1090910910[[package]]10911name = "shlex"10912version = "1.1.0"10913source = "registry+https://github.com/rust-lang/crates.io-index"10914checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1091510916[[package]]10917name = "signal-hook"10918version = "0.3.14"10919source = "registry+https://github.com/rust-lang/crates.io-index"10920checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10921dependencies = [10922 "libc",10923 "signal-hook-registry",10924]1092510926[[package]]10927name = "signal-hook-registry"10928version = "1.4.0"10929source = "registry+https://github.com/rust-lang/crates.io-index"10930checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10931dependencies = [10932 "libc",10933]1093410935[[package]]10936name = "signature"10937version = "1.4.0"10938source = "registry+https://github.com/rust-lang/crates.io-index"10939checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10940dependencies = [10941 "digest 0.9.0",10942 "rand_core 0.6.4",10943]1094410945[[package]]10946name = "simba"10947version = "0.5.1"10948source = "registry+https://github.com/rust-lang/crates.io-index"10949checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10950dependencies = [10951 "approx",10952 "num-complex",10953 "num-traits",10954 "paste",10955]1095610957[[package]]10958name = "similar"10959version = "2.2.0"10960source = "registry+https://github.com/rust-lang/crates.io-index"10961checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10962dependencies = [10963 "bstr",10964 "unicode-segmentation",10965]1096610967[[package]]10968name = "similar-asserts"10969version = "1.4.2"10970source = "registry+https://github.com/rust-lang/crates.io-index"10971checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10972dependencies = [10973 "console",10974 "similar",10975]1097610977[[package]]10978name = "slab"10979version = "0.4.7"10980source = "registry+https://github.com/rust-lang/crates.io-index"10981checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10982dependencies = [10983 "autocfg",10984]1098510986[[package]]10987name = "slice-group-by"10988version = "0.3.0"10989source = "registry+https://github.com/rust-lang/crates.io-index"10990checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1099110992[[package]]10993name = "slot-range-helper"10994version = "0.9.30"10995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"10996dependencies = [10997 "enumn",10998 "parity-scale-codec 3.2.1",10999 "paste",11000 "sp-runtime",11001 "sp-std",11002]1100311004[[package]]11005name = "slotmap"11006version = "1.0.6"11007source = "registry+https://github.com/rust-lang/crates.io-index"11008checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11009dependencies = [11010 "version_check",11011]1101211013[[package]]11014name = "smallvec"11015version = "1.10.0"11016source = "registry+https://github.com/rust-lang/crates.io-index"11017checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1101811019[[package]]11020name = "snap"11021version = "1.0.5"11022source = "registry+https://github.com/rust-lang/crates.io-index"11023checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1102411025[[package]]11026name = "snow"11027version = "0.9.0"11028source = "registry+https://github.com/rust-lang/crates.io-index"11029checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11030dependencies = [11031 "aes-gcm",11032 "blake2",11033 "chacha20poly1305",11034 "curve25519-dalek 4.0.0-pre.1",11035 "rand_core 0.6.4",11036 "ring",11037 "rustc_version 0.4.0",11038 "sha2 0.10.6",11039 "subtle",11040]1104111042[[package]]11043name = "socket2"11044version = "0.4.7"11045source = "registry+https://github.com/rust-lang/crates.io-index"11046checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11047dependencies = [11048 "libc",11049 "winapi",11050]1105111052[[package]]11053name = "soketto"11054version = "0.7.1"11055source = "registry+https://github.com/rust-lang/crates.io-index"11056checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11057dependencies = [11058 "base64",11059 "bytes",11060 "flate2",11061 "futures 0.3.25",11062 "httparse",11063 "log",11064 "rand 0.8.5",11065 "sha-1",11066]1106711068[[package]]11069name = "sp-api"11070version = "4.0.0-dev"11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11072dependencies = [11073 "hash-db",11074 "log",11075 "parity-scale-codec 3.2.1",11076 "sp-api-proc-macro",11077 "sp-core",11078 "sp-runtime",11079 "sp-state-machine",11080 "sp-std",11081 "sp-trie",11082 "sp-version",11083 "thiserror",11084]1108511086[[package]]11087name = "sp-api-proc-macro"11088version = "4.0.0-dev"11089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11090dependencies = [11091 "blake2",11092 "proc-macro-crate",11093 "proc-macro2",11094 "quote",11095 "syn",11096]1109711098[[package]]11099name = "sp-application-crypto"11100version = "6.0.0"11101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11102dependencies = [11103 "parity-scale-codec 3.2.1",11104 "scale-info",11105 "serde",11106 "sp-core",11107 "sp-io",11108 "sp-std",11109]1111011111[[package]]11112name = "sp-arithmetic"11113version = "5.0.0"11114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11115dependencies = [11116 "integer-sqrt",11117 "num-traits",11118 "parity-scale-codec 3.2.1",11119 "scale-info",11120 "serde",11121 "sp-debug-derive",11122 "sp-std",11123 "static_assertions",11124]1112511126[[package]]11127name = "sp-authority-discovery"11128version = "4.0.0-dev"11129source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11130dependencies = [11131 "parity-scale-codec 3.2.1",11132 "scale-info",11133 "sp-api",11134 "sp-application-crypto",11135 "sp-runtime",11136 "sp-std",11137]1113811139[[package]]11140name = "sp-authorship"11141version = "4.0.0-dev"11142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11143dependencies = [11144 "async-trait",11145 "parity-scale-codec 3.2.1",11146 "sp-inherents",11147 "sp-runtime",11148 "sp-std",11149]1115011151[[package]]11152name = "sp-block-builder"11153version = "4.0.0-dev"11154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11155dependencies = [11156 "parity-scale-codec 3.2.1",11157 "sp-api",11158 "sp-inherents",11159 "sp-runtime",11160 "sp-std",11161]1116211163[[package]]11164name = "sp-blockchain"11165version = "4.0.0-dev"11166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11167dependencies = [11168 "futures 0.3.25",11169 "log",11170 "lru 0.7.8",11171 "parity-scale-codec 3.2.1",11172 "parking_lot 0.12.1",11173 "sp-api",11174 "sp-consensus",11175 "sp-database",11176 "sp-runtime",11177 "sp-state-machine",11178 "thiserror",11179]1118011181[[package]]11182name = "sp-consensus"11183version = "0.10.0-dev"11184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11185dependencies = [11186 "async-trait",11187 "futures 0.3.25",11188 "futures-timer",11189 "log",11190 "parity-scale-codec 3.2.1",11191 "sp-core",11192 "sp-inherents",11193 "sp-runtime",11194 "sp-state-machine",11195 "sp-std",11196 "sp-version",11197 "thiserror",11198]1119911200[[package]]11201name = "sp-consensus-aura"11202version = "0.10.0-dev"11203source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11204dependencies = [11205 "async-trait",11206 "parity-scale-codec 3.2.1",11207 "scale-info",11208 "sp-api",11209 "sp-application-crypto",11210 "sp-consensus",11211 "sp-consensus-slots",11212 "sp-inherents",11213 "sp-runtime",11214 "sp-std",11215 "sp-timestamp",11216]1121711218[[package]]11219name = "sp-consensus-babe"11220version = "0.10.0-dev"11221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11222dependencies = [11223 "async-trait",11224 "merlin",11225 "parity-scale-codec 3.2.1",11226 "scale-info",11227 "serde",11228 "sp-api",11229 "sp-application-crypto",11230 "sp-consensus",11231 "sp-consensus-slots",11232 "sp-consensus-vrf",11233 "sp-core",11234 "sp-inherents",11235 "sp-keystore",11236 "sp-runtime",11237 "sp-std",11238 "sp-timestamp",11239]1124011241[[package]]11242name = "sp-consensus-slots"11243version = "0.10.0-dev"11244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11245dependencies = [11246 "parity-scale-codec 3.2.1",11247 "scale-info",11248 "serde",11249 "sp-arithmetic",11250 "sp-runtime",11251 "sp-std",11252 "sp-timestamp",11253]1125411255[[package]]11256name = "sp-consensus-vrf"11257version = "0.10.0-dev"11258source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11259dependencies = [11260 "parity-scale-codec 3.2.1",11261 "scale-info",11262 "schnorrkel",11263 "sp-core",11264 "sp-runtime",11265 "sp-std",11266]1126711268[[package]]11269name = "sp-core"11270version = "6.0.0"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11272dependencies = [11273 "array-bytes",11274 "base58",11275 "bitflags",11276 "blake2",11277 "byteorder",11278 "dyn-clonable",11279 "ed25519-zebra",11280 "futures 0.3.25",11281 "hash-db",11282 "hash256-std-hasher",11283 "impl-serde",11284 "lazy_static",11285 "libsecp256k1",11286 "log",11287 "merlin",11288 "num-traits",11289 "parity-scale-codec 3.2.1",11290 "parity-util-mem",11291 "parking_lot 0.12.1",11292 "primitive-types",11293 "rand 0.7.3",11294 "regex",11295 "scale-info",11296 "schnorrkel",11297 "secp256k1",11298 "secrecy",11299 "serde",11300 "sp-core-hashing",11301 "sp-debug-derive",11302 "sp-externalities",11303 "sp-runtime-interface",11304 "sp-std",11305 "sp-storage",11306 "ss58-registry",11307 "substrate-bip39",11308 "thiserror",11309 "tiny-bip39",11310 "wasmi",11311 "zeroize",11312]1131311314[[package]]11315name = "sp-core-hashing"11316version = "4.0.0"11317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11318dependencies = [11319 "blake2",11320 "byteorder",11321 "digest 0.10.5",11322 "sha2 0.10.6",11323 "sha3",11324 "sp-std",11325 "twox-hash",11326]1132711328[[package]]11329name = "sp-core-hashing-proc-macro"11330version = "5.0.0"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11332dependencies = [11333 "proc-macro2",11334 "quote",11335 "sp-core-hashing",11336 "syn",11337]1133811339[[package]]11340name = "sp-database"11341version = "4.0.0-dev"11342source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11343dependencies = [11344 "kvdb",11345 "parking_lot 0.12.1",11346]1134711348[[package]]11349name = "sp-debug-derive"11350version = "4.0.0"11351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11352dependencies = [11353 "proc-macro2",11354 "quote",11355 "syn",11356]1135711358[[package]]11359name = "sp-externalities"11360version = "0.12.0"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11362dependencies = [11363 "environmental",11364 "parity-scale-codec 3.2.1",11365 "sp-std",11366 "sp-storage",11367]1136811369[[package]]11370name = "sp-finality-grandpa"11371version = "4.0.0-dev"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11373dependencies = [11374 "finality-grandpa",11375 "log",11376 "parity-scale-codec 3.2.1",11377 "scale-info",11378 "serde",11379 "sp-api",11380 "sp-application-crypto",11381 "sp-core",11382 "sp-keystore",11383 "sp-runtime",11384 "sp-std",11385]1138611387[[package]]11388name = "sp-inherents"11389version = "4.0.0-dev"11390source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11391dependencies = [11392 "async-trait",11393 "impl-trait-for-tuples",11394 "parity-scale-codec 3.2.1",11395 "sp-core",11396 "sp-runtime",11397 "sp-std",11398 "thiserror",11399]1140011401[[package]]11402name = "sp-io"11403version = "6.0.0"11404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11405dependencies = [11406 "bytes",11407 "futures 0.3.25",11408 "hash-db",11409 "libsecp256k1",11410 "log",11411 "parity-scale-codec 3.2.1",11412 "parking_lot 0.12.1",11413 "secp256k1",11414 "sp-core",11415 "sp-externalities",11416 "sp-keystore",11417 "sp-runtime-interface",11418 "sp-state-machine",11419 "sp-std",11420 "sp-tracing",11421 "sp-trie",11422 "sp-wasm-interface",11423 "tracing",11424 "tracing-core",11425]1142611427[[package]]11428name = "sp-keyring"11429version = "6.0.0"11430source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11431dependencies = [11432 "lazy_static",11433 "sp-core",11434 "sp-runtime",11435 "strum",11436]1143711438[[package]]11439name = "sp-keystore"11440version = "0.12.0"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11442dependencies = [11443 "async-trait",11444 "futures 0.3.25",11445 "merlin",11446 "parity-scale-codec 3.2.1",11447 "parking_lot 0.12.1",11448 "schnorrkel",11449 "serde",11450 "sp-core",11451 "sp-externalities",11452 "thiserror",11453]1145411455[[package]]11456name = "sp-maybe-compressed-blob"11457version = "4.1.0-dev"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11459dependencies = [11460 "thiserror",11461 "zstd",11462]1146311464[[package]]11465name = "sp-mmr-primitives"11466version = "4.0.0-dev"11467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11468dependencies = [11469 "log",11470 "parity-scale-codec 3.2.1",11471 "serde",11472 "sp-api",11473 "sp-core",11474 "sp-debug-derive",11475 "sp-runtime",11476 "sp-std",11477]1147811479[[package]]11480name = "sp-npos-elections"11481version = "4.0.0-dev"11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11483dependencies = [11484 "parity-scale-codec 3.2.1",11485 "scale-info",11486 "serde",11487 "sp-arithmetic",11488 "sp-core",11489 "sp-runtime",11490 "sp-std",11491]1149211493[[package]]11494name = "sp-offchain"11495version = "4.0.0-dev"11496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11497dependencies = [11498 "sp-api",11499 "sp-core",11500 "sp-runtime",11501]1150211503[[package]]11504name = "sp-panic-handler"11505version = "4.0.0"11506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11507dependencies = [11508 "backtrace",11509 "lazy_static",11510 "regex",11511]1151211513[[package]]11514name = "sp-rpc"11515version = "6.0.0"11516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11517dependencies = [11518 "rustc-hash",11519 "serde",11520 "sp-core",11521]1152211523[[package]]11524name = "sp-runtime"11525version = "6.0.0"11526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11527dependencies = [11528 "either",11529 "hash256-std-hasher",11530 "impl-trait-for-tuples",11531 "log",11532 "parity-scale-codec 3.2.1",11533 "parity-util-mem",11534 "paste",11535 "rand 0.7.3",11536 "scale-info",11537 "serde",11538 "sp-application-crypto",11539 "sp-arithmetic",11540 "sp-core",11541 "sp-io",11542 "sp-std",11543 "sp-weights",11544]1154511546[[package]]11547name = "sp-runtime-interface"11548version = "6.0.0"11549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11550dependencies = [11551 "bytes",11552 "impl-trait-for-tuples",11553 "parity-scale-codec 3.2.1",11554 "primitive-types",11555 "sp-externalities",11556 "sp-runtime-interface-proc-macro",11557 "sp-std",11558 "sp-storage",11559 "sp-tracing",11560 "sp-wasm-interface",11561 "static_assertions",11562]1156311564[[package]]11565name = "sp-runtime-interface-proc-macro"11566version = "5.0.0"11567source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11568dependencies = [11569 "Inflector",11570 "proc-macro-crate",11571 "proc-macro2",11572 "quote",11573 "syn",11574]1157511576[[package]]11577name = "sp-sandbox"11578version = "0.10.0-dev"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11580dependencies = [11581 "log",11582 "parity-scale-codec 3.2.1",11583 "sp-core",11584 "sp-io",11585 "sp-std",11586 "sp-wasm-interface",11587 "wasmi",11588]1158911590[[package]]11591name = "sp-session"11592version = "4.0.0-dev"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11594dependencies = [11595 "parity-scale-codec 3.2.1",11596 "scale-info",11597 "sp-api",11598 "sp-core",11599 "sp-runtime",11600 "sp-staking",11601 "sp-std",11602]1160311604[[package]]11605name = "sp-staking"11606version = "4.0.0-dev"11607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11608dependencies = [11609 "parity-scale-codec 3.2.1",11610 "scale-info",11611 "sp-runtime",11612 "sp-std",11613]1161411615[[package]]11616name = "sp-state-machine"11617version = "0.12.0"11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11619dependencies = [11620 "hash-db",11621 "log",11622 "num-traits",11623 "parity-scale-codec 3.2.1",11624 "parking_lot 0.12.1",11625 "rand 0.7.3",11626 "smallvec",11627 "sp-core",11628 "sp-externalities",11629 "sp-panic-handler",11630 "sp-std",11631 "sp-trie",11632 "thiserror",11633 "tracing",11634 "trie-root",11635]1163611637[[package]]11638name = "sp-std"11639version = "4.0.0"11640source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1164111642[[package]]11643name = "sp-storage"11644version = "6.0.0"11645source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11646dependencies = [11647 "impl-serde",11648 "parity-scale-codec 3.2.1",11649 "ref-cast",11650 "serde",11651 "sp-debug-derive",11652 "sp-std",11653]1165411655[[package]]11656name = "sp-tasks"11657version = "4.0.0-dev"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11659dependencies = [11660 "log",11661 "sp-core",11662 "sp-externalities",11663 "sp-io",11664 "sp-runtime-interface",11665 "sp-std",11666]1166711668[[package]]11669name = "sp-timestamp"11670version = "4.0.0-dev"11671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11672dependencies = [11673 "async-trait",11674 "futures-timer",11675 "log",11676 "parity-scale-codec 3.2.1",11677 "sp-api",11678 "sp-inherents",11679 "sp-runtime",11680 "sp-std",11681 "thiserror",11682]1168311684[[package]]11685name = "sp-tracing"11686version = "5.0.0"11687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11688dependencies = [11689 "parity-scale-codec 3.2.1",11690 "sp-std",11691 "tracing",11692 "tracing-core",11693 "tracing-subscriber",11694]1169511696[[package]]11697name = "sp-transaction-pool"11698version = "4.0.0-dev"11699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11700dependencies = [11701 "sp-api",11702 "sp-runtime",11703]1170411705[[package]]11706name = "sp-transaction-storage-proof"11707version = "4.0.0-dev"11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11709dependencies = [11710 "async-trait",11711 "log",11712 "parity-scale-codec 3.2.1",11713 "scale-info",11714 "sp-core",11715 "sp-inherents",11716 "sp-runtime",11717 "sp-std",11718 "sp-trie",11719]1172011721[[package]]11722name = "sp-trie"11723version = "6.0.0"11724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11725dependencies = [11726 "ahash",11727 "hash-db",11728 "hashbrown",11729 "lazy_static",11730 "lru 0.7.8",11731 "memory-db",11732 "nohash-hasher",11733 "parity-scale-codec 3.2.1",11734 "parking_lot 0.12.1",11735 "scale-info",11736 "sp-core",11737 "sp-std",11738 "thiserror",11739 "tracing",11740 "trie-db",11741 "trie-root",11742]1174311744[[package]]11745name = "sp-version"11746version = "5.0.0"11747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11748dependencies = [11749 "impl-serde",11750 "parity-scale-codec 3.2.1",11751 "parity-wasm 0.45.0",11752 "scale-info",11753 "serde",11754 "sp-core-hashing-proc-macro",11755 "sp-runtime",11756 "sp-std",11757 "sp-version-proc-macro",11758 "thiserror",11759]1176011761[[package]]11762name = "sp-version-proc-macro"11763version = "4.0.0-dev"11764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11765dependencies = [11766 "parity-scale-codec 3.2.1",11767 "proc-macro2",11768 "quote",11769 "syn",11770]1177111772[[package]]11773name = "sp-wasm-interface"11774version = "6.0.0"11775source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11776dependencies = [11777 "impl-trait-for-tuples",11778 "log",11779 "parity-scale-codec 3.2.1",11780 "sp-std",11781 "wasmi",11782 "wasmtime",11783]1178411785[[package]]11786name = "sp-weights"11787version = "4.0.0"11788source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11789dependencies = [11790 "impl-trait-for-tuples",11791 "parity-scale-codec 3.2.1",11792 "scale-info",11793 "serde",11794 "smallvec",11795 "sp-arithmetic",11796 "sp-core",11797 "sp-debug-derive",11798 "sp-std",11799]1180011801[[package]]11802name = "spin"11803version = "0.5.2"11804source = "registry+https://github.com/rust-lang/crates.io-index"11805checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1180611807[[package]]11808name = "spki"11809version = "0.5.4"11810source = "registry+https://github.com/rust-lang/crates.io-index"11811checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11812dependencies = [11813 "base64ct",11814 "der",11815]1181611817[[package]]11818name = "ss58-registry"11819version = "1.33.0"11820source = "registry+https://github.com/rust-lang/crates.io-index"11821checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11822dependencies = [11823 "Inflector",11824 "num-format",11825 "proc-macro2",11826 "quote",11827 "serde",11828 "serde_json",11829 "unicode-xid",11830]1183111832[[package]]11833name = "stable_deref_trait"11834version = "1.2.0"11835source = "registry+https://github.com/rust-lang/crates.io-index"11836checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1183711838[[package]]11839name = "static_assertions"11840version = "1.1.0"11841source = "registry+https://github.com/rust-lang/crates.io-index"11842checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1184311844[[package]]11845name = "static_init"11846version = "0.5.2"11847source = "registry+https://github.com/rust-lang/crates.io-index"11848checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11849dependencies = [11850 "cfg_aliases",11851 "libc",11852 "parking_lot 0.11.2",11853 "static_init_macro 0.5.0",11854]1185511856[[package]]11857name = "static_init"11858version = "1.0.3"11859source = "registry+https://github.com/rust-lang/crates.io-index"11860checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11861dependencies = [11862 "bitflags",11863 "cfg_aliases",11864 "libc",11865 "parking_lot 0.11.2",11866 "parking_lot_core 0.8.5",11867 "static_init_macro 1.0.2",11868 "winapi",11869]1187011871[[package]]11872name = "static_init_macro"11873version = "0.5.0"11874source = "registry+https://github.com/rust-lang/crates.io-index"11875checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11876dependencies = [11877 "cfg_aliases",11878 "memchr",11879 "proc-macro2",11880 "quote",11881 "syn",11882]1188311884[[package]]11885name = "static_init_macro"11886version = "1.0.2"11887source = "registry+https://github.com/rust-lang/crates.io-index"11888checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11889dependencies = [11890 "cfg_aliases",11891 "memchr",11892 "proc-macro2",11893 "quote",11894 "syn",11895]1189611897[[package]]11898name = "statrs"11899version = "0.15.0"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11902dependencies = [11903 "approx",11904 "lazy_static",11905 "nalgebra",11906 "num-traits",11907 "rand 0.8.5",11908]1190911910[[package]]11911name = "strsim"11912version = "0.10.0"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1191511916[[package]]11917name = "struct-versioning"11918version = "0.1.0"11919dependencies = [11920 "quote",11921 "syn",11922]1192311924[[package]]11925name = "strum"11926version = "0.24.1"11927source = "registry+https://github.com/rust-lang/crates.io-index"11928checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11929dependencies = [11930 "strum_macros",11931]1193211933[[package]]11934name = "strum_macros"11935version = "0.24.3"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11938dependencies = [11939 "heck",11940 "proc-macro2",11941 "quote",11942 "rustversion",11943 "syn",11944]1194511946[[package]]11947name = "substrate-bip39"11948version = "0.4.4"11949source = "registry+https://github.com/rust-lang/crates.io-index"11950checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11951dependencies = [11952 "hmac 0.11.0",11953 "pbkdf2 0.8.0",11954 "schnorrkel",11955 "sha2 0.9.9",11956 "zeroize",11957]1195811959[[package]]11960name = "substrate-build-script-utils"11961version = "3.0.0"11962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11963dependencies = [11964 "platforms",11965]1196611967[[package]]11968name = "substrate-frame-rpc-system"11969version = "4.0.0-dev"11970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11971dependencies = [11972 "frame-system-rpc-runtime-api",11973 "futures 0.3.25",11974 "jsonrpsee",11975 "log",11976 "parity-scale-codec 3.2.1",11977 "sc-client-api",11978 "sc-rpc-api",11979 "sc-transaction-pool-api",11980 "serde_json",11981 "sp-api",11982 "sp-block-builder",11983 "sp-blockchain",11984 "sp-core",11985 "sp-runtime",11986]1198711988[[package]]11989name = "substrate-prometheus-endpoint"11990version = "0.10.0-dev"11991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11992dependencies = [11993 "futures-util",11994 "hyper",11995 "log",11996 "prometheus",11997 "thiserror",11998 "tokio",11999]1200012001[[package]]12002name = "substrate-state-trie-migration-rpc"12003version = "4.0.0-dev"12004source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12005dependencies = [12006 "jsonrpsee",12007 "log",12008 "parity-scale-codec 3.2.1",12009 "sc-client-api",12010 "sc-rpc-api",12011 "scale-info",12012 "serde",12013 "sp-core",12014 "sp-io",12015 "sp-runtime",12016 "sp-state-machine",12017 "sp-std",12018 "sp-trie",12019 "trie-db",12020]1202112022[[package]]12023name = "substrate-test-client"12024version = "2.0.1"12025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12026dependencies = [12027 "array-bytes",12028 "async-trait",12029 "futures 0.3.25",12030 "parity-scale-codec 3.2.1",12031 "sc-client-api",12032 "sc-client-db",12033 "sc-consensus",12034 "sc-executor",12035 "sc-offchain",12036 "sc-service",12037 "serde",12038 "serde_json",12039 "sp-blockchain",12040 "sp-consensus",12041 "sp-core",12042 "sp-keyring",12043 "sp-keystore",12044 "sp-runtime",12045 "sp-state-machine",12046]1204712048[[package]]12049name = "substrate-test-utils"12050version = "4.0.0-dev"12051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12052dependencies = [12053 "futures 0.3.25",12054 "substrate-test-utils-derive",12055 "tokio",12056]1205712058[[package]]12059name = "substrate-test-utils-derive"12060version = "0.10.0-dev"12061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12062dependencies = [12063 "proc-macro-crate",12064 "proc-macro2",12065 "quote",12066 "syn",12067]1206812069[[package]]12070name = "substrate-wasm-builder"12071version = "5.0.0-dev"12072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12073dependencies = [12074 "ansi_term",12075 "build-helper",12076 "cargo_metadata",12077 "filetime",12078 "sp-maybe-compressed-blob",12079 "strum",12080 "tempfile",12081 "toml",12082 "walkdir",12083 "wasm-gc-api",12084]1208512086[[package]]12087name = "subtle"12088version = "2.4.1"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1209112092[[package]]12093name = "syn"12094version = "1.0.103"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12097dependencies = [12098 "proc-macro2",12099 "quote",12100 "unicode-ident",12101]1210212103[[package]]12104name = "synstructure"12105version = "0.12.6"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12108dependencies = [12109 "proc-macro2",12110 "quote",12111 "syn",12112 "unicode-xid",12113]1211412115[[package]]12116name = "system-configuration"12117version = "0.5.0"12118source = "registry+https://github.com/rust-lang/crates.io-index"12119checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12120dependencies = [12121 "bitflags",12122 "core-foundation",12123 "system-configuration-sys",12124]1212512126[[package]]12127name = "system-configuration-sys"12128version = "0.5.0"12129source = "registry+https://github.com/rust-lang/crates.io-index"12130checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12131dependencies = [12132 "core-foundation-sys",12133 "libc",12134]1213512136[[package]]12137name = "tap"12138version = "1.0.1"12139source = "registry+https://github.com/rust-lang/crates.io-index"12140checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1214112142[[package]]12143name = "target-lexicon"12144version = "0.12.4"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1214712148[[package]]12149name = "tempfile"12150version = "3.3.0"12151source = "registry+https://github.com/rust-lang/crates.io-index"12152checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12153dependencies = [12154 "cfg-if 1.0.0",12155 "fastrand",12156 "libc",12157 "redox_syscall",12158 "remove_dir_all",12159 "winapi",12160]1216112162[[package]]12163name = "termcolor"12164version = "1.1.3"12165source = "registry+https://github.com/rust-lang/crates.io-index"12166checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12167dependencies = [12168 "winapi-util",12169]1217012171[[package]]12172name = "terminal_size"12173version = "0.1.17"12174source = "registry+https://github.com/rust-lang/crates.io-index"12175checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12176dependencies = [12177 "libc",12178 "winapi",12179]1218012181[[package]]12182name = "test-runtime-constants"12183version = "0.9.30"12184source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12185dependencies = [12186 "frame-support",12187 "polkadot-primitives",12188 "polkadot-runtime-common",12189 "smallvec",12190 "sp-runtime",12191]1219212193[[package]]12194name = "tests"12195version = "0.1.1"12196dependencies = [12197 "evm-coder",12198 "fp-evm-mapping",12199 "frame-support",12200 "frame-system",12201 "pallet-balances",12202 "pallet-common",12203 "pallet-ethereum",12204 "pallet-evm",12205 "pallet-evm-coder-substrate",12206 "pallet-fungible",12207 "pallet-nonfungible",12208 "pallet-refungible",12209 "pallet-structure",12210 "pallet-timestamp",12211 "pallet-transaction-payment",12212 "pallet-unique",12213 "parity-scale-codec 3.2.1",12214 "scale-info",12215 "sp-core",12216 "sp-io",12217 "sp-runtime",12218 "sp-std",12219 "up-data-structs",12220 "up-sponsorship",12221]1222212223[[package]]12224name = "textwrap"12225version = "0.16.0"12226source = "registry+https://github.com/rust-lang/crates.io-index"12227checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1222812229[[package]]12230name = "thiserror"12231version = "1.0.37"12232source = "registry+https://github.com/rust-lang/crates.io-index"12233checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12234dependencies = [12235 "thiserror-impl",12236]1223712238[[package]]12239name = "thiserror-impl"12240version = "1.0.37"12241source = "registry+https://github.com/rust-lang/crates.io-index"12242checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12243dependencies = [12244 "proc-macro2",12245 "quote",12246 "syn",12247]1224812249[[package]]12250name = "thousands"12251version = "0.2.0"12252source = "registry+https://github.com/rust-lang/crates.io-index"12253checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1225412255[[package]]12256name = "thread_local"12257version = "1.1.4"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12260dependencies = [12261 "once_cell",12262]1226312264[[package]]12265name = "threadpool"12266version = "1.8.1"12267source = "registry+https://github.com/rust-lang/crates.io-index"12268checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12269dependencies = [12270 "num_cpus",12271]1227212273[[package]]12274name = "thrift"12275version = "0.15.0"12276source = "registry+https://github.com/rust-lang/crates.io-index"12277checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12278dependencies = [12279 "byteorder",12280 "integer-encoding",12281 "log",12282 "ordered-float",12283 "threadpool",12284]1228512286[[package]]12287name = "tikv-jemalloc-sys"12288version = "0.4.3+5.2.1-patched.2"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12291dependencies = [12292 "cc",12293 "fs_extra",12294 "libc",12295]1229612297[[package]]12298name = "time"12299version = "0.1.44"12300source = "registry+https://github.com/rust-lang/crates.io-index"12301checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12302dependencies = [12303 "libc",12304 "wasi 0.10.0+wasi-snapshot-preview1",12305 "winapi",12306]1230712308[[package]]12309name = "time"12310version = "0.3.9"12311source = "registry+https://github.com/rust-lang/crates.io-index"12312checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12313dependencies = [12314 "itoa",12315 "libc",12316 "num_threads",12317 "time-macros",12318]1231912320[[package]]12321name = "time-macros"12322version = "0.2.4"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1232512326[[package]]12327name = "tiny-bip39"12328version = "0.8.2"12329source = "registry+https://github.com/rust-lang/crates.io-index"12330checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12331dependencies = [12332 "anyhow",12333 "hmac 0.8.1",12334 "once_cell",12335 "pbkdf2 0.4.0",12336 "rand 0.7.3",12337 "rustc-hash",12338 "sha2 0.9.9",12339 "thiserror",12340 "unicode-normalization",12341 "wasm-bindgen",12342 "zeroize",12343]1234412345[[package]]12346name = "tiny-keccak"12347version = "2.0.2"12348source = "registry+https://github.com/rust-lang/crates.io-index"12349checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12350dependencies = [12351 "crunchy",12352]1235312354[[package]]12355name = "tinyvec"12356version = "1.6.0"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12359dependencies = [12360 "tinyvec_macros",12361]1236212363[[package]]12364name = "tinyvec_macros"12365version = "0.1.0"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1236812369[[package]]12370name = "tokio"12371version = "1.21.2"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12374dependencies = [12375 "autocfg",12376 "bytes",12377 "libc",12378 "memchr",12379 "mio",12380 "num_cpus",12381 "parking_lot 0.12.1",12382 "pin-project-lite 0.2.9",12383 "signal-hook-registry",12384 "socket2",12385 "tokio-macros",12386 "winapi",12387]1238812389[[package]]12390name = "tokio-macros"12391version = "1.8.0"12392source = "registry+https://github.com/rust-lang/crates.io-index"12393checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12394dependencies = [12395 "proc-macro2",12396 "quote",12397 "syn",12398]1239912400[[package]]12401name = "tokio-rustls"12402version = "0.23.4"12403source = "registry+https://github.com/rust-lang/crates.io-index"12404checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12405dependencies = [12406 "rustls",12407 "tokio",12408 "webpki",12409]1241012411[[package]]12412name = "tokio-stream"12413version = "0.1.11"12414source = "registry+https://github.com/rust-lang/crates.io-index"12415checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12416dependencies = [12417 "futures-core",12418 "pin-project-lite 0.2.9",12419 "tokio",12420]1242112422[[package]]12423name = "tokio-util"12424version = "0.7.4"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12427dependencies = [12428 "bytes",12429 "futures-core",12430 "futures-io",12431 "futures-sink",12432 "pin-project-lite 0.2.9",12433 "tokio",12434 "tracing",12435]1243612437[[package]]12438name = "toml"12439version = "0.5.9"12440source = "registry+https://github.com/rust-lang/crates.io-index"12441checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12442dependencies = [12443 "serde",12444]1244512446[[package]]12447name = "tower-service"12448version = "0.3.2"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1245112452[[package]]12453name = "tracing"12454version = "0.1.37"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12457dependencies = [12458 "cfg-if 1.0.0",12459 "pin-project-lite 0.2.9",12460 "tracing-attributes",12461 "tracing-core",12462]1246312464[[package]]12465name = "tracing-attributes"12466version = "0.1.23"12467source = "registry+https://github.com/rust-lang/crates.io-index"12468checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12469dependencies = [12470 "proc-macro2",12471 "quote",12472 "syn",12473]1247412475[[package]]12476name = "tracing-core"12477version = "0.1.30"12478source = "registry+https://github.com/rust-lang/crates.io-index"12479checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12480dependencies = [12481 "once_cell",12482 "valuable",12483]1248412485[[package]]12486name = "tracing-futures"12487version = "0.2.5"12488source = "registry+https://github.com/rust-lang/crates.io-index"12489checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12490dependencies = [12491 "pin-project",12492 "tracing",12493]1249412495[[package]]12496name = "tracing-gum"12497version = "0.9.30"12498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12499dependencies = [12500 "polkadot-node-jaeger",12501 "polkadot-primitives",12502 "tracing",12503 "tracing-gum-proc-macro",12504]1250512506[[package]]12507name = "tracing-gum-proc-macro"12508version = "0.9.30"12509source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12510dependencies = [12511 "expander 0.0.6",12512 "proc-macro-crate",12513 "proc-macro2",12514 "quote",12515 "syn",12516]1251712518[[package]]12519name = "tracing-log"12520version = "0.1.3"12521source = "registry+https://github.com/rust-lang/crates.io-index"12522checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12523dependencies = [12524 "lazy_static",12525 "log",12526 "tracing-core",12527]1252812529[[package]]12530name = "tracing-serde"12531version = "0.1.3"12532source = "registry+https://github.com/rust-lang/crates.io-index"12533checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12534dependencies = [12535 "serde",12536 "tracing-core",12537]1253812539[[package]]12540name = "tracing-subscriber"12541version = "0.2.25"12542source = "registry+https://github.com/rust-lang/crates.io-index"12543checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12544dependencies = [12545 "ansi_term",12546 "chrono",12547 "lazy_static",12548 "matchers",12549 "parking_lot 0.11.2",12550 "regex",12551 "serde",12552 "serde_json",12553 "sharded-slab",12554 "smallvec",12555 "thread_local",12556 "tracing",12557 "tracing-core",12558 "tracing-log",12559 "tracing-serde",12560]1256112562[[package]]12563name = "trie-db"12564version = "0.24.0"12565source = "registry+https://github.com/rust-lang/crates.io-index"12566checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12567dependencies = [12568 "hash-db",12569 "hashbrown",12570 "log",12571 "rustc-hex",12572 "smallvec",12573]1257412575[[package]]12576name = "trie-root"12577version = "0.17.0"12578source = "registry+https://github.com/rust-lang/crates.io-index"12579checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12580dependencies = [12581 "hash-db",12582]1258312584[[package]]12585name = "triehash"12586version = "0.8.4"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12589dependencies = [12590 "hash-db",12591 "rlp",12592]1259312594[[package]]12595name = "trust-dns-proto"12596version = "0.21.2"12597source = "registry+https://github.com/rust-lang/crates.io-index"12598checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12599dependencies = [12600 "async-trait",12601 "cfg-if 1.0.0",12602 "data-encoding",12603 "enum-as-inner",12604 "futures-channel",12605 "futures-io",12606 "futures-util",12607 "idna 0.2.3",12608 "ipnet",12609 "lazy_static",12610 "log",12611 "rand 0.8.5",12612 "smallvec",12613 "thiserror",12614 "tinyvec",12615 "url",12616]1261712618[[package]]12619name = "trust-dns-resolver"12620version = "0.21.2"12621source = "registry+https://github.com/rust-lang/crates.io-index"12622checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12623dependencies = [12624 "cfg-if 1.0.0",12625 "futures-util",12626 "ipconfig",12627 "lazy_static",12628 "log",12629 "lru-cache",12630 "parking_lot 0.12.1",12631 "resolv-conf",12632 "smallvec",12633 "thiserror",12634 "trust-dns-proto",12635]1263612637[[package]]12638name = "try-lock"12639version = "0.2.3"12640source = "registry+https://github.com/rust-lang/crates.io-index"12641checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1264212643[[package]]12644name = "try-runtime-cli"12645version = "0.10.0-dev"12646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12647dependencies = [12648 "clap",12649 "frame-try-runtime",12650 "jsonrpsee",12651 "log",12652 "parity-scale-codec 3.2.1",12653 "remote-externalities",12654 "sc-chain-spec",12655 "sc-cli",12656 "sc-executor",12657 "sc-service",12658 "serde",12659 "sp-core",12660 "sp-externalities",12661 "sp-io",12662 "sp-keystore",12663 "sp-runtime",12664 "sp-state-machine",12665 "sp-version",12666 "zstd",12667]1266812669[[package]]12670name = "trybuild"12671version = "1.0.71"12672source = "registry+https://github.com/rust-lang/crates.io-index"12673checksum = "ea496675d71016e9bc76aa42d87f16aefd95447cc5818e671e12b2d7e269075d"12674dependencies = [12675 "glob",12676 "once_cell",12677 "serde",12678 "serde_derive",12679 "serde_json",12680 "termcolor",12681 "toml",12682]1268312684[[package]]12685name = "tt-call"12686version = "1.0.8"12687source = "registry+https://github.com/rust-lang/crates.io-index"12688checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1268912690[[package]]12691name = "twox-hash"12692version = "1.6.3"12693source = "registry+https://github.com/rust-lang/crates.io-index"12694checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12695dependencies = [12696 "cfg-if 1.0.0",12697 "digest 0.10.5",12698 "rand 0.8.5",12699 "static_assertions",12700]1270112702[[package]]12703name = "typenum"12704version = "1.15.0"12705source = "registry+https://github.com/rust-lang/crates.io-index"12706checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1270712708[[package]]12709name = "uc-rpc"12710version = "0.1.4"12711dependencies = [12712 "anyhow",12713 "app-promotion-rpc",12714 "jsonrpsee",12715 "pallet-common",12716 "pallet-evm",12717 "parity-scale-codec 3.2.1",12718 "rmrk-rpc",12719 "sp-api",12720 "sp-blockchain",12721 "sp-core",12722 "sp-rpc",12723 "sp-runtime",12724 "up-data-structs",12725 "up-rpc",12726]1272712728[[package]]12729name = "ucd-trie"12730version = "0.1.5"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1273312734[[package]]12735name = "uint"12736version = "0.9.4"12737source = "registry+https://github.com/rust-lang/crates.io-index"12738checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12739dependencies = [12740 "byteorder",12741 "crunchy",12742 "hex",12743 "static_assertions",12744]1274512746[[package]]12747name = "unicase"12748version = "2.6.0"12749source = "registry+https://github.com/rust-lang/crates.io-index"12750checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12751dependencies = [12752 "version_check",12753]1275412755[[package]]12756name = "unicode-bidi"12757version = "0.3.8"12758source = "registry+https://github.com/rust-lang/crates.io-index"12759checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1276012761[[package]]12762name = "unicode-ident"12763version = "1.0.5"12764source = "registry+https://github.com/rust-lang/crates.io-index"12765checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1276612767[[package]]12768name = "unicode-normalization"12769version = "0.1.22"12770source = "registry+https://github.com/rust-lang/crates.io-index"12771checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12772dependencies = [12773 "tinyvec",12774]1277512776[[package]]12777name = "unicode-segmentation"12778version = "1.10.0"12779source = "registry+https://github.com/rust-lang/crates.io-index"12780checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1278112782[[package]]12783name = "unicode-width"12784version = "0.1.10"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1278712788[[package]]12789name = "unicode-xid"12790version = "0.2.4"12791source = "registry+https://github.com/rust-lang/crates.io-index"12792checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1279312794[[package]]12795name = "unique-node"12796version = "0.9.30"12797dependencies = [12798 "app-promotion-rpc",12799 "clap",12800 "cumulus-client-cli",12801 "cumulus-client-collator",12802 "cumulus-client-consensus-aura",12803 "cumulus-client-consensus-common",12804 "cumulus-client-network",12805 "cumulus-client-service",12806 "cumulus-primitives-core",12807 "cumulus-primitives-parachain-inherent",12808 "cumulus-relay-chain-inprocess-interface",12809 "cumulus-relay-chain-interface",12810 "cumulus-relay-chain-rpc-interface",12811 "fc-consensus",12812 "fc-db",12813 "fc-mapping-sync",12814 "fc-rpc",12815 "fc-rpc-core",12816 "flexi_logger",12817 "fp-rpc",12818 "frame-benchmarking",12819 "frame-benchmarking-cli",12820 "futures 0.3.25",12821 "jsonrpsee",12822 "log",12823 "opal-runtime",12824 "pallet-ethereum",12825 "pallet-transaction-payment-rpc",12826 "pallet-transaction-payment-rpc-runtime-api",12827 "parity-scale-codec 3.2.1",12828 "parking_lot 0.12.1",12829 "polkadot-cli",12830 "polkadot-parachain",12831 "polkadot-primitives",12832 "polkadot-service",12833 "polkadot-test-service",12834 "quartz-runtime",12835 "rmrk-rpc",12836 "sc-basic-authorship",12837 "sc-chain-spec",12838 "sc-cli",12839 "sc-client-api",12840 "sc-consensus",12841 "sc-consensus-aura",12842 "sc-consensus-manual-seal",12843 "sc-executor",12844 "sc-finality-grandpa",12845 "sc-keystore",12846 "sc-network",12847 "sc-rpc",12848 "sc-rpc-api",12849 "sc-service",12850 "sc-sysinfo",12851 "sc-telemetry",12852 "sc-tracing",12853 "sc-transaction-pool",12854 "serde",12855 "serde_json",12856 "sp-api",12857 "sp-block-builder",12858 "sp-blockchain",12859 "sp-consensus",12860 "sp-consensus-aura",12861 "sp-core",12862 "sp-finality-grandpa",12863 "sp-inherents",12864 "sp-keystore",12865 "sp-offchain",12866 "sp-runtime",12867 "sp-session",12868 "sp-timestamp",12869 "sp-transaction-pool",12870 "sp-trie",12871 "substrate-build-script-utils",12872 "substrate-frame-rpc-system",12873 "substrate-prometheus-endpoint",12874 "tokio",12875 "try-runtime-cli",12876 "unique-rpc",12877 "unique-runtime",12878 "up-common",12879 "up-data-structs",12880 "up-rpc",12881]1288212883[[package]]12884name = "unique-rpc"12885version = "0.1.2"12886dependencies = [12887 "app-promotion-rpc",12888 "fc-db",12889 "fc-mapping-sync",12890 "fc-rpc",12891 "fc-rpc-core",12892 "fp-rpc",12893 "fp-storage",12894 "futures 0.3.25",12895 "jsonrpsee",12896 "pallet-common",12897 "pallet-ethereum",12898 "pallet-transaction-payment-rpc",12899 "pallet-transaction-payment-rpc-runtime-api",12900 "pallet-unique",12901 "rmrk-rpc",12902 "sc-client-api",12903 "sc-consensus-aura",12904 "sc-consensus-epochs",12905 "sc-finality-grandpa",12906 "sc-finality-grandpa-rpc",12907 "sc-keystore",12908 "sc-network",12909 "sc-rpc",12910 "sc-rpc-api",12911 "sc-service",12912 "sc-transaction-pool",12913 "serde",12914 "sp-api",12915 "sp-block-builder",12916 "sp-blockchain",12917 "sp-consensus",12918 "sp-consensus-aura",12919 "sp-core",12920 "sp-offchain",12921 "sp-runtime",12922 "sp-session",12923 "sp-storage",12924 "sp-transaction-pool",12925 "substrate-frame-rpc-system",12926 "tokio",12927 "uc-rpc",12928 "up-common",12929 "up-data-structs",12930 "up-rpc",12931]1293212933[[package]]12934name = "unique-runtime"12935version = "0.9.30"12936dependencies = [12937 "app-promotion-rpc",12938 "cumulus-pallet-aura-ext",12939 "cumulus-pallet-dmp-queue",12940 "cumulus-pallet-parachain-system",12941 "cumulus-pallet-xcm",12942 "cumulus-pallet-xcmp-queue",12943 "cumulus-primitives-core",12944 "cumulus-primitives-timestamp",12945 "cumulus-primitives-utility",12946 "derivative",12947 "evm-coder",12948 "fp-evm-mapping",12949 "fp-rpc",12950 "fp-self-contained",12951 "frame-benchmarking",12952 "frame-executive",12953 "frame-support",12954 "frame-system",12955 "frame-system-benchmarking",12956 "frame-system-rpc-runtime-api",12957 "frame-try-runtime",12958 "hex-literal",12959 "impl-trait-for-tuples",12960 "log",12961 "logtest",12962 "orml-tokens",12963 "orml-traits",12964 "orml-vesting",12965 "orml-xtokens",12966 "pallet-app-promotion",12967 "pallet-aura",12968 "pallet-balances",12969 "pallet-base-fee",12970 "pallet-common",12971 "pallet-configuration",12972 "pallet-ethereum",12973 "pallet-evm",12974 "pallet-evm-coder-substrate",12975 "pallet-evm-contract-helpers",12976 "pallet-evm-migration",12977 "pallet-evm-transaction-payment",12978 "pallet-foreign-assets",12979 "pallet-fungible",12980 "pallet-inflation",12981 "pallet-maintenance",12982 "pallet-nonfungible",12983 "pallet-randomness-collective-flip",12984 "pallet-refungible",12985 "pallet-rmrk-core",12986 "pallet-rmrk-equip",12987 "pallet-structure",12988 "pallet-sudo",12989 "pallet-template-transaction-payment",12990 "pallet-timestamp",12991 "pallet-transaction-payment",12992 "pallet-transaction-payment-rpc-runtime-api",12993 "pallet-treasury",12994 "pallet-unique",12995 "pallet-xcm",12996 "parachain-info",12997 "parity-scale-codec 3.2.1",12998 "polkadot-parachain",12999 "rmrk-rpc",13000 "scale-info",13001 "serde",13002 "smallvec",13003 "sp-api",13004 "sp-arithmetic",13005 "sp-block-builder",13006 "sp-consensus-aura",13007 "sp-core",13008 "sp-inherents",13009 "sp-io",13010 "sp-offchain",13011 "sp-runtime",13012 "sp-session",13013 "sp-std",13014 "sp-transaction-pool",13015 "sp-version",13016 "substrate-wasm-builder",13017 "up-common",13018 "up-data-structs",13019 "up-rpc",13020 "up-sponsorship",13021 "xcm",13022 "xcm-builder",13023 "xcm-executor",13024]1302513026[[package]]13027name = "universal-hash"13028version = "0.4.1"13029source = "registry+https://github.com/rust-lang/crates.io-index"13030checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13031dependencies = [13032 "generic-array 0.14.6",13033 "subtle",13034]1303513036[[package]]13037name = "unsigned-varint"13038version = "0.7.1"13039source = "registry+https://github.com/rust-lang/crates.io-index"13040checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13041dependencies = [13042 "asynchronous-codec",13043 "bytes",13044 "futures-io",13045 "futures-util",13046]1304713048[[package]]13049name = "untrusted"13050version = "0.7.1"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1305313054[[package]]13055name = "up-common"13056version = "0.9.30"13057dependencies = [13058 "fp-rpc",13059 "frame-support",13060 "pallet-evm",13061 "sp-consensus-aura",13062 "sp-core",13063 "sp-runtime",13064 "sp-std",13065]1306613067[[package]]13068name = "up-data-structs"13069version = "0.2.2"13070dependencies = [13071 "bondrewd",13072 "derivative",13073 "frame-support",13074 "frame-system",13075 "pallet-evm",13076 "parity-scale-codec 3.2.1",13077 "rmrk-traits",13078 "scale-info",13079 "serde",13080 "sp-core",13081 "sp-runtime",13082 "sp-std",13083 "struct-versioning",13084]1308513086[[package]]13087name = "up-rpc"13088version = "0.1.3"13089dependencies = [13090 "pallet-common",13091 "pallet-evm",13092 "parity-scale-codec 3.2.1",13093 "sp-api",13094 "sp-core",13095 "sp-runtime",13096 "sp-std",13097 "up-data-structs",13098]1309913100[[package]]13101name = "up-sponsorship"13102version = "0.1.0"13103source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13104dependencies = [13105 "impl-trait-for-tuples",13106]1310713108[[package]]13109name = "url"13110version = "2.3.1"13111source = "registry+https://github.com/rust-lang/crates.io-index"13112checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13113dependencies = [13114 "form_urlencoded",13115 "idna 0.3.0",13116 "percent-encoding",13117]1311813119[[package]]13120name = "valuable"13121version = "0.1.0"13122source = "registry+https://github.com/rust-lang/crates.io-index"13123checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1312413125[[package]]13126name = "value-bag"13127version = "1.0.0-alpha.9"13128source = "registry+https://github.com/rust-lang/crates.io-index"13129checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13130dependencies = [13131 "ctor",13132 "version_check",13133]1313413135[[package]]13136name = "vcpkg"13137version = "0.2.15"13138source = "registry+https://github.com/rust-lang/crates.io-index"13139checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1314013141[[package]]13142name = "version_check"13143version = "0.9.4"13144source = "registry+https://github.com/rust-lang/crates.io-index"13145checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1314613147[[package]]13148name = "void"13149version = "1.0.2"13150source = "registry+https://github.com/rust-lang/crates.io-index"13151checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1315213153[[package]]13154name = "waker-fn"13155version = "1.1.0"13156source = "registry+https://github.com/rust-lang/crates.io-index"13157checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1315813159[[package]]13160name = "walkdir"13161version = "2.3.2"13162source = "registry+https://github.com/rust-lang/crates.io-index"13163checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13164dependencies = [13165 "same-file",13166 "winapi",13167 "winapi-util",13168]1316913170[[package]]13171name = "want"13172version = "0.3.0"13173source = "registry+https://github.com/rust-lang/crates.io-index"13174checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13175dependencies = [13176 "log",13177 "try-lock",13178]1317913180[[package]]13181name = "wasi"13182version = "0.9.0+wasi-snapshot-preview1"13183source = "registry+https://github.com/rust-lang/crates.io-index"13184checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1318513186[[package]]13187name = "wasi"13188version = "0.10.0+wasi-snapshot-preview1"13189source = "registry+https://github.com/rust-lang/crates.io-index"13190checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1319113192[[package]]13193name = "wasi"13194version = "0.11.0+wasi-snapshot-preview1"13195source = "registry+https://github.com/rust-lang/crates.io-index"13196checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1319713198[[package]]13199name = "wasm-bindgen"13200version = "0.2.83"13201source = "registry+https://github.com/rust-lang/crates.io-index"13202checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13203dependencies = [13204 "cfg-if 1.0.0",13205 "wasm-bindgen-macro",13206]1320713208[[package]]13209name = "wasm-bindgen-backend"13210version = "0.2.83"13211source = "registry+https://github.com/rust-lang/crates.io-index"13212checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13213dependencies = [13214 "bumpalo",13215 "log",13216 "once_cell",13217 "proc-macro2",13218 "quote",13219 "syn",13220 "wasm-bindgen-shared",13221]1322213223[[package]]13224name = "wasm-bindgen-futures"13225version = "0.4.33"13226source = "registry+https://github.com/rust-lang/crates.io-index"13227checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13228dependencies = [13229 "cfg-if 1.0.0",13230 "js-sys",13231 "wasm-bindgen",13232 "web-sys",13233]1323413235[[package]]13236name = "wasm-bindgen-macro"13237version = "0.2.83"13238source = "registry+https://github.com/rust-lang/crates.io-index"13239checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13240dependencies = [13241 "quote",13242 "wasm-bindgen-macro-support",13243]1324413245[[package]]13246name = "wasm-bindgen-macro-support"13247version = "0.2.83"13248source = "registry+https://github.com/rust-lang/crates.io-index"13249checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13250dependencies = [13251 "proc-macro2",13252 "quote",13253 "syn",13254 "wasm-bindgen-backend",13255 "wasm-bindgen-shared",13256]1325713258[[package]]13259name = "wasm-bindgen-shared"13260version = "0.2.83"13261source = "registry+https://github.com/rust-lang/crates.io-index"13262checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1326313264[[package]]13265name = "wasm-gc-api"13266version = "0.1.11"13267source = "registry+https://github.com/rust-lang/crates.io-index"13268checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13269dependencies = [13270 "log",13271 "parity-wasm 0.32.0",13272 "rustc-demangle",13273]1327413275[[package]]13276name = "wasm-instrument"13277version = "0.3.0"13278source = "registry+https://github.com/rust-lang/crates.io-index"13279checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13280dependencies = [13281 "parity-wasm 0.45.0",13282]1328313284[[package]]13285name = "wasm-timer"13286version = "0.2.5"13287source = "registry+https://github.com/rust-lang/crates.io-index"13288checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13289dependencies = [13290 "futures 0.3.25",13291 "js-sys",13292 "parking_lot 0.11.2",13293 "pin-utils",13294 "wasm-bindgen",13295 "wasm-bindgen-futures",13296 "web-sys",13297]1329813299[[package]]13300name = "wasmi"13301version = "0.13.2"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13304dependencies = [13305 "parity-wasm 0.45.0",13306 "wasmi-validation",13307 "wasmi_core",13308]1330913310[[package]]13311name = "wasmi-validation"13312version = "0.5.0"13313source = "registry+https://github.com/rust-lang/crates.io-index"13314checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13315dependencies = [13316 "parity-wasm 0.45.0",13317]1331813319[[package]]13320name = "wasmi_core"13321version = "0.2.1"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13324dependencies = [13325 "downcast-rs",13326 "libm",13327 "memory_units",13328 "num-rational 0.4.1",13329 "num-traits",13330]1333113332[[package]]13333name = "wasmparser"13334version = "0.89.1"13335source = "registry+https://github.com/rust-lang/crates.io-index"13336checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13337dependencies = [13338 "indexmap",13339]1334013341[[package]]13342name = "wasmtime"13343version = "1.0.1"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13346dependencies = [13347 "anyhow",13348 "bincode",13349 "cfg-if 1.0.0",13350 "indexmap",13351 "libc",13352 "log",13353 "object",13354 "once_cell",13355 "paste",13356 "psm",13357 "rayon",13358 "serde",13359 "target-lexicon",13360 "wasmparser",13361 "wasmtime-cache",13362 "wasmtime-cranelift",13363 "wasmtime-environ",13364 "wasmtime-jit",13365 "wasmtime-runtime",13366 "windows-sys 0.36.1",13367]1336813369[[package]]13370name = "wasmtime-asm-macros"13371version = "1.0.1"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13374dependencies = [13375 "cfg-if 1.0.0",13376]1337713378[[package]]13379name = "wasmtime-cache"13380version = "1.0.1"13381source = "registry+https://github.com/rust-lang/crates.io-index"13382checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13383dependencies = [13384 "anyhow",13385 "base64",13386 "bincode",13387 "directories-next",13388 "file-per-thread-logger",13389 "log",13390 "rustix",13391 "serde",13392 "sha2 0.9.9",13393 "toml",13394 "windows-sys 0.36.1",13395 "zstd",13396]1339713398[[package]]13399name = "wasmtime-cranelift"13400version = "1.0.1"13401source = "registry+https://github.com/rust-lang/crates.io-index"13402checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13403dependencies = [13404 "anyhow",13405 "cranelift-codegen",13406 "cranelift-entity",13407 "cranelift-frontend",13408 "cranelift-native",13409 "cranelift-wasm",13410 "gimli",13411 "log",13412 "object",13413 "target-lexicon",13414 "thiserror",13415 "wasmparser",13416 "wasmtime-environ",13417]1341813419[[package]]13420name = "wasmtime-environ"13421version = "1.0.1"13422source = "registry+https://github.com/rust-lang/crates.io-index"13423checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13424dependencies = [13425 "anyhow",13426 "cranelift-entity",13427 "gimli",13428 "indexmap",13429 "log",13430 "object",13431 "serde",13432 "target-lexicon",13433 "thiserror",13434 "wasmparser",13435 "wasmtime-types",13436]1343713438[[package]]13439name = "wasmtime-jit"13440version = "1.0.1"13441source = "registry+https://github.com/rust-lang/crates.io-index"13442checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13443dependencies = [13444 "addr2line",13445 "anyhow",13446 "bincode",13447 "cfg-if 1.0.0",13448 "cpp_demangle",13449 "gimli",13450 "log",13451 "object",13452 "rustc-demangle",13453 "rustix",13454 "serde",13455 "target-lexicon",13456 "thiserror",13457 "wasmtime-environ",13458 "wasmtime-jit-debug",13459 "wasmtime-runtime",13460 "windows-sys 0.36.1",13461]1346213463[[package]]13464name = "wasmtime-jit-debug"13465version = "1.0.1"13466source = "registry+https://github.com/rust-lang/crates.io-index"13467checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13468dependencies = [13469 "object",13470 "once_cell",13471 "rustix",13472]1347313474[[package]]13475name = "wasmtime-runtime"13476version = "1.0.1"13477source = "registry+https://github.com/rust-lang/crates.io-index"13478checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13479dependencies = [13480 "anyhow",13481 "cc",13482 "cfg-if 1.0.0",13483 "indexmap",13484 "libc",13485 "log",13486 "mach",13487 "memfd",13488 "memoffset",13489 "paste",13490 "rand 0.8.5",13491 "rustix",13492 "thiserror",13493 "wasmtime-asm-macros",13494 "wasmtime-environ",13495 "wasmtime-jit-debug",13496 "windows-sys 0.36.1",13497]1349813499[[package]]13500name = "wasmtime-types"13501version = "1.0.1"13502source = "registry+https://github.com/rust-lang/crates.io-index"13503checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13504dependencies = [13505 "cranelift-entity",13506 "serde",13507 "thiserror",13508 "wasmparser",13509]1351013511[[package]]13512name = "web-sys"13513version = "0.3.60"13514source = "registry+https://github.com/rust-lang/crates.io-index"13515checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13516dependencies = [13517 "js-sys",13518 "wasm-bindgen",13519]1352013521[[package]]13522name = "webpki"13523version = "0.22.0"13524source = "registry+https://github.com/rust-lang/crates.io-index"13525checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13526dependencies = [13527 "ring",13528 "untrusted",13529]1353013531[[package]]13532name = "webpki-roots"13533version = "0.22.5"13534source = "registry+https://github.com/rust-lang/crates.io-index"13535checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13536dependencies = [13537 "webpki",13538]1353913540[[package]]13541name = "wepoll-ffi"13542version = "0.1.2"13543source = "registry+https://github.com/rust-lang/crates.io-index"13544checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13545dependencies = [13546 "cc",13547]1354813549[[package]]13550name = "westend-runtime"13551version = "0.9.30"13552source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13553dependencies = [13554 "beefy-primitives",13555 "bitvec 1.0.1",13556 "frame-benchmarking",13557 "frame-election-provider-support",13558 "frame-executive",13559 "frame-support",13560 "frame-system",13561 "frame-system-benchmarking",13562 "frame-system-rpc-runtime-api",13563 "frame-try-runtime",13564 "hex-literal",13565 "log",13566 "pallet-authority-discovery",13567 "pallet-authorship",13568 "pallet-babe",13569 "pallet-bags-list",13570 "pallet-balances",13571 "pallet-collective",13572 "pallet-democracy",13573 "pallet-election-provider-multi-phase",13574 "pallet-election-provider-support-benchmarking",13575 "pallet-elections-phragmen",13576 "pallet-fast-unstake",13577 "pallet-grandpa",13578 "pallet-identity",13579 "pallet-im-online",13580 "pallet-indices",13581 "pallet-membership",13582 "pallet-multisig",13583 "pallet-nomination-pools",13584 "pallet-nomination-pools-benchmarking",13585 "pallet-nomination-pools-runtime-api",13586 "pallet-offences",13587 "pallet-offences-benchmarking",13588 "pallet-preimage",13589 "pallet-proxy",13590 "pallet-recovery",13591 "pallet-scheduler",13592 "pallet-session",13593 "pallet-session-benchmarking",13594 "pallet-society",13595 "pallet-staking",13596 "pallet-staking-reward-curve",13597 "pallet-sudo",13598 "pallet-timestamp",13599 "pallet-transaction-payment",13600 "pallet-transaction-payment-rpc-runtime-api",13601 "pallet-treasury",13602 "pallet-utility",13603 "pallet-vesting",13604 "pallet-xcm",13605 "pallet-xcm-benchmarks",13606 "parity-scale-codec 3.2.1",13607 "polkadot-parachain",13608 "polkadot-primitives",13609 "polkadot-runtime-common",13610 "polkadot-runtime-parachains",13611 "rustc-hex",13612 "scale-info",13613 "serde",13614 "serde_derive",13615 "smallvec",13616 "sp-api",13617 "sp-authority-discovery",13618 "sp-block-builder",13619 "sp-consensus-babe",13620 "sp-core",13621 "sp-inherents",13622 "sp-io",13623 "sp-mmr-primitives",13624 "sp-npos-elections",13625 "sp-offchain",13626 "sp-runtime",13627 "sp-session",13628 "sp-staking",13629 "sp-std",13630 "sp-transaction-pool",13631 "sp-version",13632 "substrate-wasm-builder",13633 "westend-runtime-constants",13634 "xcm",13635 "xcm-builder",13636 "xcm-executor",13637]1363813639[[package]]13640name = "westend-runtime-constants"13641version = "0.9.30"13642source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13643dependencies = [13644 "frame-support",13645 "polkadot-primitives",13646 "polkadot-runtime-common",13647 "smallvec",13648 "sp-runtime",13649]1365013651[[package]]13652name = "which"13653version = "4.3.0"13654source = "registry+https://github.com/rust-lang/crates.io-index"13655checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13656dependencies = [13657 "either",13658 "libc",13659 "once_cell",13660]1366113662[[package]]13663name = "widestring"13664version = "0.5.1"13665source = "registry+https://github.com/rust-lang/crates.io-index"13666checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1366713668[[package]]13669name = "winapi"13670version = "0.3.9"13671source = "registry+https://github.com/rust-lang/crates.io-index"13672checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13673dependencies = [13674 "winapi-i686-pc-windows-gnu",13675 "winapi-x86_64-pc-windows-gnu",13676]1367713678[[package]]13679name = "winapi-i686-pc-windows-gnu"13680version = "0.4.0"13681source = "registry+https://github.com/rust-lang/crates.io-index"13682checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1368313684[[package]]13685name = "winapi-util"13686version = "0.1.5"13687source = "registry+https://github.com/rust-lang/crates.io-index"13688checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13689dependencies = [13690 "winapi",13691]1369213693[[package]]13694name = "winapi-x86_64-pc-windows-gnu"13695version = "0.4.0"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1369813699[[package]]13700name = "windows"13701version = "0.34.0"13702source = "registry+https://github.com/rust-lang/crates.io-index"13703checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13704dependencies = [13705 "windows_aarch64_msvc 0.34.0",13706 "windows_i686_gnu 0.34.0",13707 "windows_i686_msvc 0.34.0",13708 "windows_x86_64_gnu 0.34.0",13709 "windows_x86_64_msvc 0.34.0",13710]1371113712[[package]]13713name = "windows-sys"13714version = "0.36.1"13715source = "registry+https://github.com/rust-lang/crates.io-index"13716checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13717dependencies = [13718 "windows_aarch64_msvc 0.36.1",13719 "windows_i686_gnu 0.36.1",13720 "windows_i686_msvc 0.36.1",13721 "windows_x86_64_gnu 0.36.1",13722 "windows_x86_64_msvc 0.36.1",13723]1372413725[[package]]13726name = "windows-sys"13727version = "0.42.0"13728source = "registry+https://github.com/rust-lang/crates.io-index"13729checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13730dependencies = [13731 "windows_aarch64_gnullvm",13732 "windows_aarch64_msvc 0.42.0",13733 "windows_i686_gnu 0.42.0",13734 "windows_i686_msvc 0.42.0",13735 "windows_x86_64_gnu 0.42.0",13736 "windows_x86_64_gnullvm",13737 "windows_x86_64_msvc 0.42.0",13738]1373913740[[package]]13741name = "windows_aarch64_gnullvm"13742version = "0.42.0"13743source = "registry+https://github.com/rust-lang/crates.io-index"13744checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1374513746[[package]]13747name = "windows_aarch64_msvc"13748version = "0.34.0"13749source = "registry+https://github.com/rust-lang/crates.io-index"13750checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1375113752[[package]]13753name = "windows_aarch64_msvc"13754version = "0.36.1"13755source = "registry+https://github.com/rust-lang/crates.io-index"13756checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1375713758[[package]]13759name = "windows_aarch64_msvc"13760version = "0.42.0"13761source = "registry+https://github.com/rust-lang/crates.io-index"13762checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1376313764[[package]]13765name = "windows_i686_gnu"13766version = "0.34.0"13767source = "registry+https://github.com/rust-lang/crates.io-index"13768checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1376913770[[package]]13771name = "windows_i686_gnu"13772version = "0.36.1"13773source = "registry+https://github.com/rust-lang/crates.io-index"13774checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1377513776[[package]]13777name = "windows_i686_gnu"13778version = "0.42.0"13779source = "registry+https://github.com/rust-lang/crates.io-index"13780checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1378113782[[package]]13783name = "windows_i686_msvc"13784version = "0.34.0"13785source = "registry+https://github.com/rust-lang/crates.io-index"13786checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1378713788[[package]]13789name = "windows_i686_msvc"13790version = "0.36.1"13791source = "registry+https://github.com/rust-lang/crates.io-index"13792checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1379313794[[package]]13795name = "windows_i686_msvc"13796version = "0.42.0"13797source = "registry+https://github.com/rust-lang/crates.io-index"13798checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1379913800[[package]]13801name = "windows_x86_64_gnu"13802version = "0.34.0"13803source = "registry+https://github.com/rust-lang/crates.io-index"13804checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1380513806[[package]]13807name = "windows_x86_64_gnu"13808version = "0.36.1"13809source = "registry+https://github.com/rust-lang/crates.io-index"13810checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1381113812[[package]]13813name = "windows_x86_64_gnu"13814version = "0.42.0"13815source = "registry+https://github.com/rust-lang/crates.io-index"13816checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1381713818[[package]]13819name = "windows_x86_64_gnullvm"13820version = "0.42.0"13821source = "registry+https://github.com/rust-lang/crates.io-index"13822checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1382313824[[package]]13825name = "windows_x86_64_msvc"13826version = "0.34.0"13827source = "registry+https://github.com/rust-lang/crates.io-index"13828checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1382913830[[package]]13831name = "windows_x86_64_msvc"13832version = "0.36.1"13833source = "registry+https://github.com/rust-lang/crates.io-index"13834checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1383513836[[package]]13837name = "windows_x86_64_msvc"13838version = "0.42.0"13839source = "registry+https://github.com/rust-lang/crates.io-index"13840checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1384113842[[package]]13843name = "winreg"13844version = "0.7.0"13845source = "registry+https://github.com/rust-lang/crates.io-index"13846checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13847dependencies = [13848 "winapi",13849]1385013851[[package]]13852name = "wyz"13853version = "0.2.0"13854source = "registry+https://github.com/rust-lang/crates.io-index"13855checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1385613857[[package]]13858name = "wyz"13859version = "0.5.0"13860source = "registry+https://github.com/rust-lang/crates.io-index"13861checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13862dependencies = [13863 "tap",13864]1386513866[[package]]13867name = "x25519-dalek"13868version = "1.1.1"13869source = "registry+https://github.com/rust-lang/crates.io-index"13870checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13871dependencies = [13872 "curve25519-dalek 3.2.0",13873 "rand_core 0.5.1",13874 "zeroize",13875]1387613877[[package]]13878name = "xcm"13879version = "0.9.30"13880source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13881dependencies = [13882 "derivative",13883 "impl-trait-for-tuples",13884 "log",13885 "parity-scale-codec 3.2.1",13886 "scale-info",13887 "sp-runtime",13888 "xcm-procedural",13889]1389013891[[package]]13892name = "xcm-builder"13893version = "0.9.30"13894source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13895dependencies = [13896 "frame-support",13897 "frame-system",13898 "log",13899 "pallet-transaction-payment",13900 "parity-scale-codec 3.2.1",13901 "polkadot-parachain",13902 "scale-info",13903 "sp-arithmetic",13904 "sp-io",13905 "sp-runtime",13906 "sp-std",13907 "xcm",13908 "xcm-executor",13909]1391013911[[package]]13912name = "xcm-executor"13913version = "0.9.30"13914source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13915dependencies = [13916 "frame-benchmarking",13917 "frame-support",13918 "impl-trait-for-tuples",13919 "log",13920 "parity-scale-codec 3.2.1",13921 "sp-arithmetic",13922 "sp-core",13923 "sp-io",13924 "sp-runtime",13925 "sp-std",13926 "xcm",13927]1392813929[[package]]13930name = "xcm-procedural"13931version = "0.9.30"13932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13933dependencies = [13934 "Inflector",13935 "proc-macro2",13936 "quote",13937 "syn",13938]1393913940[[package]]13941name = "yamux"13942version = "0.10.2"13943source = "registry+https://github.com/rust-lang/crates.io-index"13944checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13945dependencies = [13946 "futures 0.3.25",13947 "log",13948 "nohash-hasher",13949 "parking_lot 0.12.1",13950 "rand 0.8.5",13951 "static_assertions",13952]1395313954[[package]]13955name = "zeroize"13956version = "1.5.7"13957source = "registry+https://github.com/rust-lang/crates.io-index"13958checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13959dependencies = [13960 "zeroize_derive",13961]1396213963[[package]]13964name = "zeroize_derive"13965version = "1.3.2"13966source = "registry+https://github.com/rust-lang/crates.io-index"13967checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13968dependencies = [13969 "proc-macro2",13970 "quote",13971 "syn",13972 "synstructure",13973]1397413975[[package]]13976name = "zstd"13977version = "0.11.2+zstd.1.5.2"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13980dependencies = [13981 "zstd-safe",13982]1398313984[[package]]13985name = "zstd-safe"13986version = "5.0.2+zstd.1.5.2"13987source = "registry+https://github.com/rust-lang/crates.io-index"13988checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13989dependencies = [13990 "libc",13991 "zstd-sys",13992]1399313994[[package]]13995name = "zstd-sys"13996version = "2.0.1+zstd.1.5.2"13997source = "registry+https://github.com/rust-lang/crates.io-index"13998checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13999dependencies = [14000 "cc",14001 "libc",14002]