git.delta.rocks / unique-network / refs/commits / 0257bf04211b

difftreelog

source

Cargo.lock312.1 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher 0.3.0",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher 0.3.0",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm",121 "parity-scale-codec 3.2.1",122 "sp-api",123 "sp-core",124 "sp-runtime",125 "sp-std",126 "up-data-structs",127]128129[[package]]130name = "approx"131version = "0.5.1"132source = "registry+https://github.com/rust-lang/crates.io-index"133checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"134dependencies = [135 "num-traits",136]137138[[package]]139name = "array-bytes"140version = "4.1.0"141source = "registry+https://github.com/rust-lang/crates.io-index"142checksum = "6a913633b0c922e6b745072795f50d90ebea78ba31a57e2ac8c2fc7b50950949"143144[[package]]145name = "arrayref"146version = "0.3.6"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"149150[[package]]151name = "arrayvec"152version = "0.4.12"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"155dependencies = [156 "nodrop",157]158159[[package]]160name = "arrayvec"161version = "0.5.2"162source = "registry+https://github.com/rust-lang/crates.io-index"163checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"164165[[package]]166name = "arrayvec"167version = "0.7.2"168source = "registry+https://github.com/rust-lang/crates.io-index"169checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"170171[[package]]172name = "asn1_der"173version = "0.7.5"174source = "registry+https://github.com/rust-lang/crates.io-index"175checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"176177[[package]]178name = "assert_matches"179version = "1.5.0"180source = "registry+https://github.com/rust-lang/crates.io-index"181checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"182183[[package]]184name = "async-attributes"185version = "1.1.2"186source = "registry+https://github.com/rust-lang/crates.io-index"187checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"188dependencies = [189 "quote",190 "syn",191]192193[[package]]194name = "async-channel"195version = "1.7.1"196source = "registry+https://github.com/rust-lang/crates.io-index"197checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"198dependencies = [199 "concurrent-queue",200 "event-listener",201 "futures-core",202]203204[[package]]205name = "async-executor"206version = "1.4.1"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"209dependencies = [210 "async-task",211 "concurrent-queue",212 "fastrand",213 "futures-lite",214 "once_cell",215 "slab",216]217218[[package]]219name = "async-global-executor"220version = "2.3.0"221source = "registry+https://github.com/rust-lang/crates.io-index"222checksum = "0da5b41ee986eed3f524c380e6d64965aea573882a8907682ad100f7859305ca"223dependencies = [224 "async-channel",225 "async-executor",226 "async-io",227 "async-lock",228 "blocking",229 "futures-lite",230 "once_cell",231]232233[[package]]234name = "async-io"235version = "1.9.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "83e21f3a490c72b3b0cf44962180e60045de2925d8dff97918f7ee43c8f637c7"238dependencies = [239 "autocfg",240 "concurrent-queue",241 "futures-lite",242 "libc",243 "log",244 "once_cell",245 "parking",246 "polling",247 "slab",248 "socket2",249 "waker-fn",250 "winapi",251]252253[[package]]254name = "async-lock"255version = "2.6.0"256source = "registry+https://github.com/rust-lang/crates.io-index"257checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"258dependencies = [259 "event-listener",260 "futures-lite",261]262263[[package]]264name = "async-process"265version = "1.5.0"266source = "registry+https://github.com/rust-lang/crates.io-index"267checksum = "02111fd8655a613c25069ea89fc8d9bb89331fa77486eb3bc059ee757cfa481c"268dependencies = [269 "async-io",270 "autocfg",271 "blocking",272 "cfg-if 1.0.0",273 "event-listener",274 "futures-lite",275 "libc",276 "once_cell",277 "signal-hook",278 "winapi",279]280281[[package]]282name = "async-std"283version = "1.12.0"284source = "registry+https://github.com/rust-lang/crates.io-index"285checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"286dependencies = [287 "async-attributes",288 "async-channel",289 "async-global-executor",290 "async-io",291 "async-lock",292 "async-process",293 "crossbeam-utils",294 "futures-channel",295 "futures-core",296 "futures-io",297 "futures-lite",298 "gloo-timers",299 "kv-log-macro",300 "log",301 "memchr",302 "once_cell",303 "pin-project-lite 0.2.9",304 "pin-utils",305 "slab",306 "wasm-bindgen-futures",307]308309[[package]]310name = "async-std-resolver"311version = "0.21.2"312source = "registry+https://github.com/rust-lang/crates.io-index"313checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"314dependencies = [315 "async-std",316 "async-trait",317 "futures-io",318 "futures-util",319 "pin-utils",320 "socket2",321 "trust-dns-resolver",322]323324[[package]]325name = "async-task"326version = "4.3.0"327source = "registry+https://github.com/rust-lang/crates.io-index"328checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"329330[[package]]331name = "async-trait"332version = "0.1.58"333source = "registry+https://github.com/rust-lang/crates.io-index"334checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"335dependencies = [336 "proc-macro2",337 "quote",338 "syn",339]340341[[package]]342name = "asynchronous-codec"343version = "0.6.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"346dependencies = [347 "bytes",348 "futures-sink",349 "futures-util",350 "memchr",351 "pin-project-lite 0.2.9",352]353354[[package]]355name = "atomic-waker"356version = "1.0.0"357source = "registry+https://github.com/rust-lang/crates.io-index"358checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"359360[[package]]361name = "atty"362version = "0.2.14"363source = "registry+https://github.com/rust-lang/crates.io-index"364checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"365dependencies = [366 "hermit-abi",367 "libc",368 "winapi",369]370371[[package]]372name = "auto_impl"373version = "0.5.0"374source = "registry+https://github.com/rust-lang/crates.io-index"375checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"376dependencies = [377 "proc-macro-error",378 "proc-macro2",379 "quote",380 "syn",381]382383[[package]]384name = "autocfg"385version = "1.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backoff"391version = "0.4.0"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"394dependencies = [395 "futures-core",396 "getrandom 0.2.8",397 "instant",398 "pin-project-lite 0.2.9",399 "rand 0.8.5",400 "tokio",401]402403[[package]]404name = "backtrace"405version = "0.3.66"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"408dependencies = [409 "addr2line",410 "cc",411 "cfg-if 1.0.0",412 "libc",413 "miniz_oxide",414 "object",415 "rustc-demangle",416]417418[[package]]419name = "base-x"420version = "0.2.11"421source = "registry+https://github.com/rust-lang/crates.io-index"422checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"423424[[package]]425name = "base16ct"426version = "0.1.1"427source = "registry+https://github.com/rust-lang/crates.io-index"428checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"429430[[package]]431name = "base58"432version = "0.2.0"433source = "registry+https://github.com/rust-lang/crates.io-index"434checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"435436[[package]]437name = "base64"438version = "0.13.1"439source = "registry+https://github.com/rust-lang/crates.io-index"440checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"441442[[package]]443name = "base64ct"444version = "1.5.3"445source = "registry+https://github.com/rust-lang/crates.io-index"446checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"447448[[package]]449name = "beef"450version = "0.5.2"451source = "registry+https://github.com/rust-lang/crates.io-index"452checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"453dependencies = [454 "serde",455]456457[[package]]458name = "beefy-gadget"459version = "4.0.0-dev"460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"461dependencies = [462 "array-bytes",463 "async-trait",464 "beefy-primitives",465 "fnv",466 "futures 0.3.25",467 "futures-timer",468 "log",469 "parity-scale-codec 3.2.1",470 "parking_lot 0.12.1",471 "sc-chain-spec",472 "sc-client-api",473 "sc-consensus",474 "sc-finality-grandpa",475 "sc-keystore",476 "sc-network",477 "sc-network-common",478 "sc-network-gossip",479 "sc-utils",480 "sp-api",481 "sp-application-crypto",482 "sp-arithmetic",483 "sp-blockchain",484 "sp-consensus",485 "sp-core",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime",489 "substrate-prometheus-endpoint",490 "thiserror",491 "wasm-timer",492]493494[[package]]495name = "beefy-gadget-rpc"496version = "4.0.0-dev"497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"498dependencies = [499 "beefy-gadget",500 "beefy-primitives",501 "futures 0.3.25",502 "jsonrpsee",503 "log",504 "parity-scale-codec 3.2.1",505 "parking_lot 0.12.1",506 "sc-rpc",507 "sc-utils",508 "serde",509 "sp-core",510 "sp-runtime",511 "thiserror",512]513514[[package]]515name = "beefy-merkle-tree"516version = "4.0.0-dev"517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"518dependencies = [519 "beefy-primitives",520 "sp-api",521]522523[[package]]524name = "beefy-primitives"525version = "4.0.0-dev"526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"527dependencies = [528 "parity-scale-codec 3.2.1",529 "scale-info",530 "sp-api",531 "sp-application-crypto",532 "sp-core",533 "sp-runtime",534 "sp-std",535]536537[[package]]538name = "bimap"539version = "0.6.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"542543[[package]]544name = "bincode"545version = "1.3.3"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"548dependencies = [549 "serde",550]551552[[package]]553name = "bindgen"554version = "0.59.2"555source = "registry+https://github.com/rust-lang/crates.io-index"556checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"557dependencies = [558 "bitflags",559 "cexpr",560 "clang-sys",561 "lazy_static",562 "lazycell",563 "peeking_take_while",564 "proc-macro2",565 "quote",566 "regex",567 "rustc-hash",568 "shlex",569]570571[[package]]572name = "bitflags"573version = "1.3.2"574source = "registry+https://github.com/rust-lang/crates.io-index"575checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"576577[[package]]578name = "bitvec"579version = "0.20.4"580source = "registry+https://github.com/rust-lang/crates.io-index"581checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"582dependencies = [583 "funty 1.1.0",584 "radium 0.6.2",585 "tap",586 "wyz 0.2.0",587]588589[[package]]590name = "bitvec"591version = "1.0.1"592source = "registry+https://github.com/rust-lang/crates.io-index"593checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"594dependencies = [595 "funty 2.0.0",596 "radium 0.7.0",597 "tap",598 "wyz 0.5.0",599]600601[[package]]602name = "blake2"603version = "0.10.4"604source = "registry+https://github.com/rust-lang/crates.io-index"605checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"606dependencies = [607 "digest 0.10.5",608]609610[[package]]611name = "blake2-rfc"612version = "0.2.18"613source = "registry+https://github.com/rust-lang/crates.io-index"614checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"615dependencies = [616 "arrayvec 0.4.12",617 "constant_time_eq",618]619620[[package]]621name = "blake2b_simd"622version = "1.0.0"623source = "registry+https://github.com/rust-lang/crates.io-index"624checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"625dependencies = [626 "arrayref",627 "arrayvec 0.7.2",628 "constant_time_eq",629]630631[[package]]632name = "blake2s_simd"633version = "1.0.0"634source = "registry+https://github.com/rust-lang/crates.io-index"635checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"636dependencies = [637 "arrayref",638 "arrayvec 0.7.2",639 "constant_time_eq",640]641642[[package]]643name = "blake3"644version = "1.3.1"645source = "registry+https://github.com/rust-lang/crates.io-index"646checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"647dependencies = [648 "arrayref",649 "arrayvec 0.7.2",650 "cc",651 "cfg-if 1.0.0",652 "constant_time_eq",653 "digest 0.10.5",654]655656[[package]]657name = "block-buffer"658version = "0.7.3"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"661dependencies = [662 "block-padding",663 "byte-tools",664 "byteorder",665 "generic-array 0.12.4",666]667668[[package]]669name = "block-buffer"670version = "0.9.0"671source = "registry+https://github.com/rust-lang/crates.io-index"672checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"673dependencies = [674 "generic-array 0.14.6",675]676677[[package]]678name = "block-buffer"679version = "0.10.3"680source = "registry+https://github.com/rust-lang/crates.io-index"681checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"682dependencies = [683 "generic-array 0.14.6",684]685686[[package]]687name = "block-padding"688version = "0.1.5"689source = "registry+https://github.com/rust-lang/crates.io-index"690checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"691dependencies = [692 "byte-tools",693]694695[[package]]696name = "blocking"697version = "1.2.0"698source = "registry+https://github.com/rust-lang/crates.io-index"699checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"700dependencies = [701 "async-channel",702 "async-task",703 "atomic-waker",704 "fastrand",705 "futures-lite",706 "once_cell",707]708709[[package]]710name = "bondrewd"711version = "0.1.14"712source = "registry+https://github.com/rust-lang/crates.io-index"713checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"714dependencies = [715 "bondrewd-derive",716]717718[[package]]719name = "bondrewd-derive"720version = "0.3.18"721source = "registry+https://github.com/rust-lang/crates.io-index"722checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"723dependencies = [724 "proc-macro2",725 "quote",726 "syn",727]728729[[package]]730name = "bounded-vec"731version = "0.6.0"732source = "registry+https://github.com/rust-lang/crates.io-index"733checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"734dependencies = [735 "thiserror",736]737738[[package]]739name = "bs58"740version = "0.4.0"741source = "registry+https://github.com/rust-lang/crates.io-index"742checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"743744[[package]]745name = "bstr"746version = "0.2.17"747source = "registry+https://github.com/rust-lang/crates.io-index"748checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"749dependencies = [750 "lazy_static",751 "memchr",752 "regex-automata",753]754755[[package]]756name = "build-helper"757version = "0.1.1"758source = "registry+https://github.com/rust-lang/crates.io-index"759checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"760dependencies = [761 "semver 0.6.0",762]763764[[package]]765name = "bumpalo"766version = "3.11.1"767source = "registry+https://github.com/rust-lang/crates.io-index"768checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"769770[[package]]771name = "byte-slice-cast"772version = "1.2.1"773source = "registry+https://github.com/rust-lang/crates.io-index"774checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"775776[[package]]777name = "byte-tools"778version = "0.3.1"779source = "registry+https://github.com/rust-lang/crates.io-index"780checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"781782[[package]]783name = "byteorder"784version = "1.4.3"785source = "registry+https://github.com/rust-lang/crates.io-index"786checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"787788[[package]]789name = "bytes"790version = "1.2.1"791source = "registry+https://github.com/rust-lang/crates.io-index"792checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"793794[[package]]795name = "bzip2-sys"796version = "0.1.11+1.0.8"797source = "registry+https://github.com/rust-lang/crates.io-index"798checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"799dependencies = [800 "cc",801 "libc",802 "pkg-config",803]804805[[package]]806name = "cache-padded"807version = "1.2.0"808source = "registry+https://github.com/rust-lang/crates.io-index"809checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"810811[[package]]812name = "camino"813version = "1.1.1"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"816dependencies = [817 "serde",818]819820[[package]]821name = "cargo-platform"822version = "0.1.2"823source = "registry+https://github.com/rust-lang/crates.io-index"824checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"825dependencies = [826 "serde",827]828829[[package]]830name = "cargo_metadata"831version = "0.14.2"832source = "registry+https://github.com/rust-lang/crates.io-index"833checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"834dependencies = [835 "camino",836 "cargo-platform",837 "semver 1.0.14",838 "serde",839 "serde_json",840]841842[[package]]843name = "cc"844version = "1.0.73"845source = "registry+https://github.com/rust-lang/crates.io-index"846checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"847dependencies = [848 "jobserver",849]850851[[package]]852name = "cexpr"853version = "0.6.0"854source = "registry+https://github.com/rust-lang/crates.io-index"855checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"856dependencies = [857 "nom",858]859860[[package]]861name = "cfg-expr"862version = "0.10.3"863source = "registry+https://github.com/rust-lang/crates.io-index"864checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"865dependencies = [866 "smallvec",867]868869[[package]]870name = "cfg-if"871version = "0.1.10"872source = "registry+https://github.com/rust-lang/crates.io-index"873checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"874875[[package]]876name = "cfg-if"877version = "1.0.0"878source = "registry+https://github.com/rust-lang/crates.io-index"879checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"880881[[package]]882name = "cfg_aliases"883version = "0.1.1"884source = "registry+https://github.com/rust-lang/crates.io-index"885checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"886887[[package]]888name = "chacha20"889version = "0.8.2"890source = "registry+https://github.com/rust-lang/crates.io-index"891checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"892dependencies = [893 "cfg-if 1.0.0",894 "cipher 0.3.0",895 "cpufeatures",896 "zeroize",897]898899[[package]]900name = "chacha20poly1305"901version = "0.9.1"902source = "registry+https://github.com/rust-lang/crates.io-index"903checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"904dependencies = [905 "aead",906 "chacha20",907 "cipher 0.3.0",908 "poly1305",909 "zeroize",910]911912[[package]]913name = "chrono"914version = "0.4.22"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"917dependencies = [918 "iana-time-zone",919 "js-sys",920 "num-integer",921 "num-traits",922 "time 0.1.44",923 "wasm-bindgen",924 "winapi",925]926927[[package]]928name = "cid"929version = "0.8.6"930source = "registry+https://github.com/rust-lang/crates.io-index"931checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"932dependencies = [933 "core2",934 "multibase",935 "multihash",936 "serde",937 "unsigned-varint",938]939940[[package]]941name = "cipher"942version = "0.3.0"943source = "registry+https://github.com/rust-lang/crates.io-index"944checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"945dependencies = [946 "generic-array 0.14.6",947]948949[[package]]950name = "cipher"951version = "0.4.3"952source = "registry+https://github.com/rust-lang/crates.io-index"953checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"954dependencies = [955 "crypto-common",956 "inout",957]958959[[package]]960name = "ckb-merkle-mountain-range"961version = "0.3.2"962source = "registry+https://github.com/rust-lang/crates.io-index"963checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"964dependencies = [965 "cfg-if 0.1.10",966]967968[[package]]969name = "clang-sys"970version = "1.4.0"971source = "registry+https://github.com/rust-lang/crates.io-index"972checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"973dependencies = [974 "glob",975 "libc",976 "libloading 0.7.3",977]978979[[package]]980name = "clap"981version = "3.2.23"982source = "registry+https://github.com/rust-lang/crates.io-index"983checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"984dependencies = [985 "atty",986 "bitflags",987 "clap_derive",988 "clap_lex",989 "indexmap",990 "once_cell",991 "strsim",992 "termcolor",993 "textwrap",994]995996[[package]]997name = "clap_derive"998version = "3.2.18"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"1001dependencies = [1002 "heck",1003 "proc-macro-error",1004 "proc-macro2",1005 "quote",1006 "syn",1007]10081009[[package]]1010name = "clap_lex"1011version = "0.2.4"1012source = "registry+https://github.com/rust-lang/crates.io-index"1013checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"1014dependencies = [1015 "os_str_bytes",1016]10171018[[package]]1019name = "cmake"1020version = "0.1.48"1021source = "registry+https://github.com/rust-lang/crates.io-index"1022checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"1023dependencies = [1024 "cc",1025]10261027[[package]]1028name = "coarsetime"1029version = "0.1.22"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1032dependencies = [1033 "libc",1034 "once_cell",1035 "wasi 0.11.0+wasi-snapshot-preview1",1036 "wasm-bindgen",1037]10381039[[package]]1040name = "codespan-reporting"1041version = "0.11.1"1042source = "registry+https://github.com/rust-lang/crates.io-index"1043checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"1044dependencies = [1045 "termcolor",1046 "unicode-width",1047]10481049[[package]]1050name = "comfy-table"1051version = "6.1.1"1052source = "registry+https://github.com/rust-lang/crates.io-index"1053checksum = "7b3d16bb3da60be2f7c7acfc438f2ae6f3496897ce68c291d0509bb67b4e248e"1054dependencies = [1055 "strum",1056 "strum_macros",1057 "unicode-width",1058]10591060[[package]]1061name = "concat-idents"1062version = "1.1.3"1063source = "registry+https://github.com/rust-lang/crates.io-index"1064checksum = "4b6f90860248d75014b7b103db8fee4f291c07bfb41306cdf77a0a5ab7a10d2f"1065dependencies = [1066 "quote",1067 "syn",1068]10691070[[package]]1071name = "concurrent-queue"1072version = "1.2.4"1073source = "registry+https://github.com/rust-lang/crates.io-index"1074checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"1075dependencies = [1076 "cache-padded",1077]10781079[[package]]1080name = "console"1081version = "0.15.2"1082source = "registry+https://github.com/rust-lang/crates.io-index"1083checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c"1084dependencies = [1085 "encode_unicode",1086 "lazy_static",1087 "libc",1088 "terminal_size",1089 "winapi",1090]10911092[[package]]1093name = "const-oid"1094version = "0.7.1"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"10971098[[package]]1099name = "constant_time_eq"1100version = "0.1.5"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11031104[[package]]1105name = "convert_case"1106version = "0.4.0"1107source = "registry+https://github.com/rust-lang/crates.io-index"1108checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11091110[[package]]1111name = "core-foundation"1112version = "0.9.3"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1115dependencies = [1116 "core-foundation-sys",1117 "libc",1118]11191120[[package]]1121name = "core-foundation-sys"1122version = "0.8.3"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11251126[[package]]1127name = "core2"1128version = "0.4.0"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1131dependencies = [1132 "memchr",1133]11341135[[package]]1136name = "cpp_demangle"1137version = "0.3.5"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1140dependencies = [1141 "cfg-if 1.0.0",1142]11431144[[package]]1145name = "cpufeatures"1146version = "0.2.5"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1149dependencies = [1150 "libc",1151]11521153[[package]]1154name = "cranelift-bforest"1155version = "0.88.1"1156source = "registry+https://github.com/rust-lang/crates.io-index"1157checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1158dependencies = [1159 "cranelift-entity",1160]11611162[[package]]1163name = "cranelift-codegen"1164version = "0.88.1"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1167dependencies = [1168 "arrayvec 0.7.2",1169 "bumpalo",1170 "cranelift-bforest",1171 "cranelift-codegen-meta",1172 "cranelift-codegen-shared",1173 "cranelift-entity",1174 "cranelift-isle",1175 "gimli",1176 "log",1177 "regalloc2",1178 "smallvec",1179 "target-lexicon",1180]11811182[[package]]1183name = "cranelift-codegen-meta"1184version = "0.88.1"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1187dependencies = [1188 "cranelift-codegen-shared",1189]11901191[[package]]1192name = "cranelift-codegen-shared"1193version = "0.88.1"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11961197[[package]]1198name = "cranelift-entity"1199version = "0.88.1"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1202dependencies = [1203 "serde",1204]12051206[[package]]1207name = "cranelift-frontend"1208version = "0.88.1"1209source = "registry+https://github.com/rust-lang/crates.io-index"1210checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1211dependencies = [1212 "cranelift-codegen",1213 "log",1214 "smallvec",1215 "target-lexicon",1216]12171218[[package]]1219name = "cranelift-isle"1220version = "0.88.1"1221source = "registry+https://github.com/rust-lang/crates.io-index"1222checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12231224[[package]]1225name = "cranelift-native"1226version = "0.88.1"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1229dependencies = [1230 "cranelift-codegen",1231 "libc",1232 "target-lexicon",1233]12341235[[package]]1236name = "cranelift-wasm"1237version = "0.88.1"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1240dependencies = [1241 "cranelift-codegen",1242 "cranelift-entity",1243 "cranelift-frontend",1244 "itertools",1245 "log",1246 "smallvec",1247 "wasmparser",1248 "wasmtime-types",1249]12501251[[package]]1252name = "crc32fast"1253version = "1.3.2"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1256dependencies = [1257 "cfg-if 1.0.0",1258]12591260[[package]]1261name = "crossbeam-channel"1262version = "0.5.6"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1265dependencies = [1266 "cfg-if 1.0.0",1267 "crossbeam-utils",1268]12691270[[package]]1271name = "crossbeam-deque"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1275dependencies = [1276 "cfg-if 1.0.0",1277 "crossbeam-epoch",1278 "crossbeam-utils",1279]12801281[[package]]1282name = "crossbeam-epoch"1283version = "0.9.11"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1286dependencies = [1287 "autocfg",1288 "cfg-if 1.0.0",1289 "crossbeam-utils",1290 "memoffset",1291 "scopeguard",1292]12931294[[package]]1295name = "crossbeam-queue"1296version = "0.3.6"1297source = "registry+https://github.com/rust-lang/crates.io-index"1298checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1299dependencies = [1300 "cfg-if 1.0.0",1301 "crossbeam-utils",1302]13031304[[package]]1305name = "crossbeam-utils"1306version = "0.8.12"1307source = "registry+https://github.com/rust-lang/crates.io-index"1308checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1309dependencies = [1310 "cfg-if 1.0.0",1311]13121313[[package]]1314name = "crunchy"1315version = "0.2.2"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13181319[[package]]1320name = "crypto-bigint"1321version = "0.3.2"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1324dependencies = [1325 "generic-array 0.14.6",1326 "rand_core 0.6.4",1327 "subtle",1328 "zeroize",1329]13301331[[package]]1332name = "crypto-common"1333version = "0.1.6"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1336dependencies = [1337 "generic-array 0.14.6",1338 "typenum",1339]13401341[[package]]1342name = "crypto-mac"1343version = "0.8.0"1344source = "registry+https://github.com/rust-lang/crates.io-index"1345checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1346dependencies = [1347 "generic-array 0.14.6",1348 "subtle",1349]13501351[[package]]1352name = "crypto-mac"1353version = "0.11.1"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1356dependencies = [1357 "generic-array 0.14.6",1358 "subtle",1359]13601361[[package]]1362name = "ctor"1363version = "0.1.26"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1366dependencies = [1367 "quote",1368 "syn",1369]13701371[[package]]1372name = "ctr"1373version = "0.8.0"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1376dependencies = [1377 "cipher 0.3.0",1378]13791380[[package]]1381name = "cuckoofilter"1382version = "0.5.0"1383source = "registry+https://github.com/rust-lang/crates.io-index"1384checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1385dependencies = [1386 "byteorder",1387 "fnv",1388 "rand 0.7.3",1389]13901391[[package]]1392name = "cumulus-client-cli"1393version = "0.1.0"1394source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1395dependencies = [1396 "clap",1397 "parity-scale-codec 3.2.1",1398 "sc-chain-spec",1399 "sc-cli",1400 "sc-service",1401 "sp-core",1402 "sp-runtime",1403 "url",1404]14051406[[package]]1407name = "cumulus-client-collator"1408version = "0.1.0"1409source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1410dependencies = [1411 "cumulus-client-consensus-common",1412 "cumulus-client-network",1413 "cumulus-primitives-core",1414 "cumulus-relay-chain-interface",1415 "futures 0.3.25",1416 "parity-scale-codec 3.2.1",1417 "parking_lot 0.12.1",1418 "polkadot-node-primitives",1419 "polkadot-node-subsystem",1420 "polkadot-overseer",1421 "polkadot-primitives",1422 "sc-client-api",1423 "sp-api",1424 "sp-consensus",1425 "sp-core",1426 "sp-runtime",1427 "tracing",1428]14291430[[package]]1431name = "cumulus-client-consensus-aura"1432version = "0.1.0"1433source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1434dependencies = [1435 "async-trait",1436 "cumulus-client-consensus-common",1437 "cumulus-primitives-core",1438 "futures 0.3.25",1439 "parity-scale-codec 3.2.1",1440 "sc-client-api",1441 "sc-consensus",1442 "sc-consensus-aura",1443 "sc-consensus-slots",1444 "sc-telemetry",1445 "sp-api",1446 "sp-application-crypto",1447 "sp-block-builder",1448 "sp-blockchain",1449 "sp-consensus",1450 "sp-consensus-aura",1451 "sp-core",1452 "sp-inherents",1453 "sp-keystore",1454 "sp-runtime",1455 "substrate-prometheus-endpoint",1456 "tracing",1457]14581459[[package]]1460name = "cumulus-client-consensus-common"1461version = "0.1.0"1462source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1463dependencies = [1464 "async-trait",1465 "cumulus-relay-chain-interface",1466 "dyn-clone",1467 "futures 0.3.25",1468 "parity-scale-codec 3.2.1",1469 "polkadot-primitives",1470 "sc-client-api",1471 "sc-consensus",1472 "sp-api",1473 "sp-blockchain",1474 "sp-consensus",1475 "sp-runtime",1476 "sp-trie",1477 "tracing",1478]14791480[[package]]1481name = "cumulus-client-network"1482version = "0.1.0"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1484dependencies = [1485 "async-trait",1486 "cumulus-relay-chain-interface",1487 "derive_more",1488 "futures 0.3.25",1489 "futures-timer",1490 "parity-scale-codec 3.2.1",1491 "parking_lot 0.12.1",1492 "polkadot-node-primitives",1493 "polkadot-parachain",1494 "polkadot-primitives",1495 "sc-client-api",1496 "sp-api",1497 "sp-blockchain",1498 "sp-consensus",1499 "sp-core",1500 "sp-runtime",1501 "sp-state-machine",1502 "tracing",1503]15041505[[package]]1506name = "cumulus-client-pov-recovery"1507version = "0.1.0"1508source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1509dependencies = [1510 "cumulus-primitives-core",1511 "cumulus-relay-chain-interface",1512 "futures 0.3.25",1513 "futures-timer",1514 "parity-scale-codec 3.2.1",1515 "polkadot-node-primitives",1516 "polkadot-node-subsystem",1517 "polkadot-overseer",1518 "polkadot-primitives",1519 "rand 0.8.5",1520 "sc-client-api",1521 "sc-consensus",1522 "sp-api",1523 "sp-consensus",1524 "sp-maybe-compressed-blob",1525 "sp-runtime",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-client-service"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533dependencies = [1534 "cumulus-client-cli",1535 "cumulus-client-collator",1536 "cumulus-client-consensus-common",1537 "cumulus-client-pov-recovery",1538 "cumulus-primitives-core",1539 "cumulus-relay-chain-interface",1540 "parking_lot 0.12.1",1541 "polkadot-overseer",1542 "polkadot-primitives",1543 "sc-client-api",1544 "sc-consensus",1545 "sc-consensus-babe",1546 "sc-service",1547 "sc-telemetry",1548 "sc-tracing",1549 "sp-api",1550 "sp-blockchain",1551 "sp-consensus",1552 "sp-core",1553 "sp-runtime",1554 "tracing",1555]15561557[[package]]1558name = "cumulus-pallet-aura-ext"1559version = "0.1.0"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561dependencies = [1562 "frame-executive",1563 "frame-support",1564 "frame-system",1565 "pallet-aura",1566 "parity-scale-codec 3.2.1",1567 "scale-info",1568 "serde",1569 "sp-application-crypto",1570 "sp-consensus-aura",1571 "sp-runtime",1572 "sp-std",1573]15741575[[package]]1576name = "cumulus-pallet-dmp-queue"1577version = "0.1.0"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1579dependencies = [1580 "cumulus-primitives-core",1581 "frame-support",1582 "frame-system",1583 "log",1584 "parity-scale-codec 3.2.1",1585 "scale-info",1586 "sp-io",1587 "sp-runtime",1588 "sp-std",1589 "xcm",1590 "xcm-executor",1591]15921593[[package]]1594name = "cumulus-pallet-parachain-system"1595version = "0.1.0"1596source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1597dependencies = [1598 "bytes",1599 "cumulus-pallet-parachain-system-proc-macro",1600 "cumulus-primitives-core",1601 "cumulus-primitives-parachain-inherent",1602 "environmental",1603 "frame-support",1604 "frame-system",1605 "impl-trait-for-tuples",1606 "log",1607 "pallet-balances",1608 "parity-scale-codec 3.2.1",1609 "polkadot-parachain",1610 "scale-info",1611 "serde",1612 "sp-core",1613 "sp-externalities",1614 "sp-inherents",1615 "sp-io",1616 "sp-runtime",1617 "sp-state-machine",1618 "sp-std",1619 "sp-trie",1620 "sp-version",1621 "xcm",1622]16231624[[package]]1625name = "cumulus-pallet-parachain-system-proc-macro"1626version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1628dependencies = [1629 "proc-macro-crate",1630 "proc-macro2",1631 "quote",1632 "syn",1633]16341635[[package]]1636name = "cumulus-pallet-xcm"1637version = "0.1.0"1638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1639dependencies = [1640 "cumulus-primitives-core",1641 "frame-support",1642 "frame-system",1643 "parity-scale-codec 3.2.1",1644 "scale-info",1645 "serde",1646 "sp-io",1647 "sp-runtime",1648 "sp-std",1649 "xcm",1650]16511652[[package]]1653name = "cumulus-pallet-xcmp-queue"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1656dependencies = [1657 "cumulus-primitives-core",1658 "frame-support",1659 "frame-system",1660 "log",1661 "parity-scale-codec 3.2.1",1662 "rand_chacha 0.3.1",1663 "scale-info",1664 "sp-runtime",1665 "sp-std",1666 "xcm",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-primitives-core"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1674dependencies = [1675 "frame-support",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1679 "polkadot-primitives",1680 "sp-api",1681 "sp-runtime",1682 "sp-std",1683 "sp-trie",1684]16851686[[package]]1687name = "cumulus-primitives-parachain-inherent"1688version = "0.1.0"1689source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1690dependencies = [1691 "async-trait",1692 "cumulus-primitives-core",1693 "cumulus-relay-chain-interface",1694 "cumulus-test-relay-sproof-builder",1695 "parity-scale-codec 3.2.1",1696 "sc-client-api",1697 "scale-info",1698 "sp-api",1699 "sp-core",1700 "sp-inherents",1701 "sp-runtime",1702 "sp-state-machine",1703 "sp-std",1704 "sp-storage",1705 "sp-trie",1706 "tracing",1707]17081709[[package]]1710name = "cumulus-primitives-timestamp"1711version = "0.1.0"1712source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1713dependencies = [1714 "cumulus-primitives-core",1715 "futures 0.3.25",1716 "parity-scale-codec 3.2.1",1717 "sp-inherents",1718 "sp-std",1719 "sp-timestamp",1720]17211722[[package]]1723name = "cumulus-primitives-utility"1724version = "0.1.0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1726dependencies = [1727 "cumulus-primitives-core",1728 "frame-support",1729 "log",1730 "parity-scale-codec 3.2.1",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1733 "polkadot-primitives",1734 "sp-runtime",1735 "sp-std",1736 "sp-trie",1737 "xcm",1738 "xcm-builder",1739 "xcm-executor",1740]17411742[[package]]1743name = "cumulus-relay-chain-inprocess-interface"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1746dependencies = [1747 "async-trait",1748 "cumulus-primitives-core",1749 "cumulus-relay-chain-interface",1750 "futures 0.3.25",1751 "futures-timer",1752 "polkadot-cli",1753 "polkadot-client",1754 "polkadot-service",1755 "sc-cli",1756 "sc-client-api",1757 "sc-consensus-babe",1758 "sc-network",1759 "sc-sysinfo",1760 "sc-telemetry",1761 "sc-tracing",1762 "sp-api",1763 "sp-blockchain",1764 "sp-consensus",1765 "sp-core",1766 "sp-runtime",1767 "sp-state-machine",1768 "tracing",1769]17701771[[package]]1772name = "cumulus-relay-chain-interface"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1775dependencies = [1776 "async-trait",1777 "cumulus-primitives-core",1778 "derive_more",1779 "futures 0.3.25",1780 "jsonrpsee-core",1781 "parity-scale-codec 3.2.1",1782 "parking_lot 0.12.1",1783 "polkadot-overseer",1784 "polkadot-service",1785 "sc-client-api",1786 "sp-api",1787 "sp-blockchain",1788 "sp-core",1789 "sp-runtime",1790 "sp-state-machine",1791 "thiserror",1792]17931794[[package]]1795name = "cumulus-relay-chain-rpc-interface"1796version = "0.1.0"1797source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1798dependencies = [1799 "async-trait",1800 "backoff",1801 "cumulus-primitives-core",1802 "cumulus-relay-chain-interface",1803 "futures 0.3.25",1804 "futures-timer",1805 "jsonrpsee",1806 "parity-scale-codec 3.2.1",1807 "parking_lot 0.12.1",1808 "polkadot-service",1809 "sc-client-api",1810 "sc-rpc-api",1811 "sp-api",1812 "sp-core",1813 "sp-runtime",1814 "sp-state-machine",1815 "sp-storage",1816 "tokio",1817 "tracing",1818 "url",1819]18201821[[package]]1822name = "cumulus-test-relay-sproof-builder"1823version = "0.1.0"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1825dependencies = [1826 "cumulus-primitives-core",1827 "parity-scale-codec 3.2.1",1828 "polkadot-primitives",1829 "sp-runtime",1830 "sp-state-machine",1831 "sp-std",1832]18331834[[package]]1835name = "curve25519-dalek"1836version = "2.1.3"1837source = "registry+https://github.com/rust-lang/crates.io-index"1838checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1839dependencies = [1840 "byteorder",1841 "digest 0.8.1",1842 "rand_core 0.5.1",1843 "subtle",1844 "zeroize",1845]18461847[[package]]1848name = "curve25519-dalek"1849version = "3.2.0"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1852dependencies = [1853 "byteorder",1854 "digest 0.9.0",1855 "rand_core 0.5.1",1856 "subtle",1857 "zeroize",1858]18591860[[package]]1861name = "curve25519-dalek"1862version = "4.0.0-pre.1"1863source = "registry+https://github.com/rust-lang/crates.io-index"1864checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1865dependencies = [1866 "byteorder",1867 "digest 0.9.0",1868 "rand_core 0.6.4",1869 "subtle",1870 "zeroize",1871]18721873[[package]]1874name = "cxx"1875version = "1.0.80"1876source = "registry+https://github.com/rust-lang/crates.io-index"1877checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"1878dependencies = [1879 "cc",1880 "cxxbridge-flags",1881 "cxxbridge-macro",1882 "link-cplusplus",1883]18841885[[package]]1886name = "cxx-build"1887version = "1.0.80"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"1890dependencies = [1891 "cc",1892 "codespan-reporting",1893 "once_cell",1894 "proc-macro2",1895 "quote",1896 "scratch",1897 "syn",1898]18991900[[package]]1901name = "cxxbridge-flags"1902version = "1.0.80"1903source = "registry+https://github.com/rust-lang/crates.io-index"1904checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"19051906[[package]]1907name = "cxxbridge-macro"1908version = "1.0.80"1909source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"1911dependencies = [1912 "proc-macro2",1913 "quote",1914 "syn",1915]19161917[[package]]1918name = "data-encoding"1919version = "2.3.2"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19221923[[package]]1924name = "data-encoding-macro"1925version = "0.1.12"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1928dependencies = [1929 "data-encoding",1930 "data-encoding-macro-internal",1931]19321933[[package]]1934name = "data-encoding-macro-internal"1935version = "0.1.10"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1938dependencies = [1939 "data-encoding",1940 "syn",1941]19421943[[package]]1944name = "der"1945version = "0.5.1"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1948dependencies = [1949 "const-oid",1950]19511952[[package]]1953name = "derivative"1954version = "2.2.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1957dependencies = [1958 "proc-macro2",1959 "quote",1960 "syn",1961]19621963[[package]]1964name = "derive_more"1965version = "0.99.17"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1968dependencies = [1969 "convert_case",1970 "proc-macro2",1971 "quote",1972 "rustc_version 0.4.0",1973 "syn",1974]19751976[[package]]1977name = "digest"1978version = "0.8.1"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1981dependencies = [1982 "generic-array 0.12.4",1983]19841985[[package]]1986name = "digest"1987version = "0.9.0"1988source = "registry+https://github.com/rust-lang/crates.io-index"1989checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1990dependencies = [1991 "generic-array 0.14.6",1992]19931994[[package]]1995name = "digest"1996version = "0.10.5"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1999dependencies = [2000 "block-buffer 0.10.3",2001 "crypto-common",2002 "subtle",2003]20042005[[package]]2006name = "directories"2007version = "4.0.1"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2010dependencies = [2011 "dirs-sys",2012]20132014[[package]]2015name = "directories-next"2016version = "2.0.0"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2019dependencies = [2020 "cfg-if 1.0.0",2021 "dirs-sys-next",2022]20232024[[package]]2025name = "dirs-sys"2026version = "0.3.7"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2029dependencies = [2030 "libc",2031 "redox_users",2032 "winapi",2033]20342035[[package]]2036name = "dirs-sys-next"2037version = "0.1.2"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2040dependencies = [2041 "libc",2042 "redox_users",2043 "winapi",2044]20452046[[package]]2047name = "dns-parser"2048version = "0.8.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2051dependencies = [2052 "byteorder",2053 "quick-error",2054]20552056[[package]]2057name = "downcast-rs"2058version = "1.2.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20612062[[package]]2063name = "dtoa"2064version = "1.0.4"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20672068[[package]]2069name = "dyn-clonable"2070version = "0.9.0"2071source = "registry+https://github.com/rust-lang/crates.io-index"2072checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2073dependencies = [2074 "dyn-clonable-impl",2075 "dyn-clone",2076]20772078[[package]]2079name = "dyn-clonable-impl"2080version = "0.9.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2083dependencies = [2084 "proc-macro2",2085 "quote",2086 "syn",2087]20882089[[package]]2090name = "dyn-clone"2091version = "1.0.9"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20942095[[package]]2096name = "ecdsa"2097version = "0.13.4"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2100dependencies = [2101 "der",2102 "elliptic-curve",2103 "rfc6979",2104 "signature",2105]21062107[[package]]2108name = "ed25519"2109version = "1.5.2"2110source = "registry+https://github.com/rust-lang/crates.io-index"2111checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2112dependencies = [2113 "signature",2114]21152116[[package]]2117name = "ed25519-dalek"2118version = "1.0.1"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2121dependencies = [2122 "curve25519-dalek 3.2.0",2123 "ed25519",2124 "rand 0.7.3",2125 "serde",2126 "sha2 0.9.9",2127 "zeroize",2128]21292130[[package]]2131name = "ed25519-zebra"2132version = "3.1.0"2133source = "registry+https://github.com/rust-lang/crates.io-index"2134checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2135dependencies = [2136 "curve25519-dalek 3.2.0",2137 "hashbrown",2138 "hex",2139 "rand_core 0.6.4",2140 "sha2 0.9.9",2141 "zeroize",2142]21432144[[package]]2145name = "either"2146version = "1.8.0"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21492150[[package]]2151name = "elliptic-curve"2152version = "0.11.12"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2155dependencies = [2156 "base16ct",2157 "crypto-bigint",2158 "der",2159 "ff",2160 "generic-array 0.14.6",2161 "group",2162 "rand_core 0.6.4",2163 "sec1",2164 "subtle",2165 "zeroize",2166]21672168[[package]]2169name = "encode_unicode"2170version = "0.3.6"2171source = "registry+https://github.com/rust-lang/crates.io-index"2172checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21732174[[package]]2175name = "enum-as-inner"2176version = "0.4.0"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2179dependencies = [2180 "heck",2181 "proc-macro2",2182 "quote",2183 "syn",2184]21852186[[package]]2187name = "enumflags2"2188version = "0.7.5"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2191dependencies = [2192 "enumflags2_derive",2193]21942195[[package]]2196name = "enumflags2_derive"2197version = "0.7.4"2198source = "registry+https://github.com/rust-lang/crates.io-index"2199checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2200dependencies = [2201 "proc-macro2",2202 "quote",2203 "syn",2204]22052206[[package]]2207name = "enumn"2208version = "0.1.5"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "env_logger"2219version = "0.9.1"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2222dependencies = [2223 "atty",2224 "humantime",2225 "log",2226 "regex",2227 "termcolor",2228]22292230[[package]]2231name = "environmental"2232version = "1.1.3"2233source = "registry+https://github.com/rust-lang/crates.io-index"2234checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22352236[[package]]2237name = "errno"2238version = "0.2.8"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2241dependencies = [2242 "errno-dragonfly",2243 "libc",2244 "winapi",2245]22462247[[package]]2248name = "errno-dragonfly"2249version = "0.1.2"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2252dependencies = [2253 "cc",2254 "libc",2255]22562257[[package]]2258name = "ethbloom"2259version = "0.12.1"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2262dependencies = [2263 "crunchy",2264 "fixed-hash",2265 "impl-codec",2266 "impl-rlp",2267 "impl-serde",2268 "scale-info",2269 "tiny-keccak",2270]22712272[[package]]2273name = "ethereum"2274version = "0.12.0"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2277dependencies = [2278 "bytes",2279 "ethereum-types",2280 "hash-db",2281 "hash256-std-hasher",2282 "parity-scale-codec 3.2.1",2283 "rlp",2284 "rlp-derive",2285 "scale-info",2286 "serde",2287 "sha3",2288 "triehash",2289]22902291[[package]]2292name = "ethereum-types"2293version = "0.13.1"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2296dependencies = [2297 "ethbloom",2298 "fixed-hash",2299 "impl-codec",2300 "impl-rlp",2301 "impl-serde",2302 "primitive-types",2303 "scale-info",2304 "uint",2305]23062307[[package]]2308name = "event-listener"2309version = "2.5.3"2310source = "registry+https://github.com/rust-lang/crates.io-index"2311checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23122313[[package]]2314name = "evm"2315version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2318 "auto_impl",2319 "environmental",2320 "ethereum",2321 "evm-core",2322 "evm-gasometer",2323 "evm-runtime",2324 "log",2325 "parity-scale-codec 3.2.1",2326 "primitive-types",2327 "rlp",2328 "scale-info",2329 "serde",2330 "sha3",2331]23322333[[package]]2334name = "evm-coder"2335version = "0.1.3"2336dependencies = [2337 "concat-idents",2338 "ethereum",2339 "evm-coder-procedural",2340 "evm-core",2341 "frame-support",2342 "hex",2343 "hex-literal",2344 "impl-trait-for-tuples",2345 "pallet-evm",2346 "primitive-types",2347 "sha3-const",2348 "similar-asserts",2349 "sp-std",2350]23512352[[package]]2353name = "evm-coder-procedural"2354version = "0.2.0"2355dependencies = [2356 "Inflector",2357 "hex",2358 "proc-macro2",2359 "quote",2360 "sha3",2361 "syn",2362]23632364[[package]]2365name = "evm-core"2366version = "0.35.0"2367source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2368dependencies = [2369 "parity-scale-codec 3.2.1",2370 "primitive-types",2371 "scale-info",2372 "serde",2373]23742375[[package]]2376name = "evm-gasometer"2377version = "0.35.0"2378source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2379dependencies = [2380 "environmental",2381 "evm-core",2382 "evm-runtime",2383 "primitive-types",2384]23852386[[package]]2387name = "evm-runtime"2388version = "0.35.0"2389source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2390dependencies = [2391 "auto_impl",2392 "environmental",2393 "evm-core",2394 "primitive-types",2395 "sha3",2396]23972398[[package]]2399name = "exit-future"2400version = "0.2.0"2401source = "registry+https://github.com/rust-lang/crates.io-index"2402checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2403dependencies = [2404 "futures 0.3.25",2405]24062407[[package]]2408name = "expander"2409version = "0.0.4"2410source = "registry+https://github.com/rust-lang/crates.io-index"2411checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2412dependencies = [2413 "blake3",2414 "fs-err",2415 "proc-macro2",2416 "quote",2417]24182419[[package]]2420name = "expander"2421version = "0.0.6"2422source = "registry+https://github.com/rust-lang/crates.io-index"2423checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2424dependencies = [2425 "blake2",2426 "fs-err",2427 "proc-macro2",2428 "quote",2429 "syn",2430]24312432[[package]]2433name = "fake-simd"2434version = "0.1.2"2435source = "registry+https://github.com/rust-lang/crates.io-index"2436checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24372438[[package]]2439name = "fallible-iterator"2440version = "0.2.0"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24432444[[package]]2445name = "fastrand"2446version = "1.8.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2449dependencies = [2450 "instant",2451]24522453[[package]]2454name = "fatality"2455version = "0.0.6"2456source = "registry+https://github.com/rust-lang/crates.io-index"2457checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2458dependencies = [2459 "fatality-proc-macro",2460 "thiserror",2461]24622463[[package]]2464name = "fatality-proc-macro"2465version = "0.0.6"2466source = "registry+https://github.com/rust-lang/crates.io-index"2467checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2468dependencies = [2469 "expander 0.0.4",2470 "indexmap",2471 "proc-macro-crate",2472 "proc-macro2",2473 "quote",2474 "syn",2475 "thiserror",2476]24772478[[package]]2479name = "fc-consensus"2480version = "2.0.0-dev"2481source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2482dependencies = [2483 "async-trait",2484 "fc-db",2485 "fp-consensus",2486 "fp-rpc",2487 "sc-client-api",2488 "sc-consensus",2489 "sp-api",2490 "sp-block-builder",2491 "sp-blockchain",2492 "sp-consensus",2493 "sp-runtime",2494 "thiserror",2495]24962497[[package]]2498name = "fc-db"2499version = "2.0.0-dev"2500source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2501dependencies = [2502 "fp-storage",2503 "kvdb-rocksdb",2504 "parity-db",2505 "parity-scale-codec 3.2.1",2506 "parking_lot 0.12.1",2507 "sc-client-db",2508 "sp-core",2509 "sp-database",2510 "sp-runtime",2511]25122513[[package]]2514name = "fc-mapping-sync"2515version = "2.0.0-dev"2516source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2517dependencies = [2518 "fc-db",2519 "fp-consensus",2520 "fp-rpc",2521 "futures 0.3.25",2522 "futures-timer",2523 "log",2524 "sc-client-api",2525 "sp-api",2526 "sp-blockchain",2527 "sp-runtime",2528]25292530[[package]]2531name = "fc-rpc"2532version = "2.0.0-dev"2533source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2534dependencies = [2535 "ethereum",2536 "ethereum-types",2537 "evm",2538 "fc-db",2539 "fc-rpc-core",2540 "fp-rpc",2541 "fp-storage",2542 "futures 0.3.25",2543 "hex",2544 "jsonrpsee",2545 "libsecp256k1",2546 "log",2547 "lru 0.7.8",2548 "parity-scale-codec 3.2.1",2549 "prometheus",2550 "rand 0.8.5",2551 "rlp",2552 "rustc-hex",2553 "sc-client-api",2554 "sc-network",2555 "sc-network-common",2556 "sc-rpc",2557 "sc-service",2558 "sc-transaction-pool",2559 "sc-transaction-pool-api",2560 "sp-api",2561 "sp-block-builder",2562 "sp-blockchain",2563 "sp-consensus",2564 "sp-core",2565 "sp-io",2566 "sp-runtime",2567 "sp-storage",2568 "substrate-prometheus-endpoint",2569 "tokio",2570]25712572[[package]]2573name = "fc-rpc-core"2574version = "1.1.0-dev"2575source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2576dependencies = [2577 "ethereum",2578 "ethereum-types",2579 "jsonrpsee",2580 "rlp",2581 "rustc-hex",2582 "serde",2583 "serde_json",2584]25852586[[package]]2587name = "fdlimit"2588version = "0.2.1"2589source = "registry+https://github.com/rust-lang/crates.io-index"2590checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2591dependencies = [2592 "libc",2593]25942595[[package]]2596name = "ff"2597version = "0.11.1"2598source = "registry+https://github.com/rust-lang/crates.io-index"2599checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2600dependencies = [2601 "rand_core 0.6.4",2602 "subtle",2603]26042605[[package]]2606name = "file-per-thread-logger"2607version = "0.1.5"2608source = "registry+https://github.com/rust-lang/crates.io-index"2609checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2610dependencies = [2611 "env_logger",2612 "log",2613]26142615[[package]]2616name = "filetime"2617version = "0.2.18"2618source = "registry+https://github.com/rust-lang/crates.io-index"2619checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2620dependencies = [2621 "cfg-if 1.0.0",2622 "libc",2623 "redox_syscall",2624 "windows-sys 0.42.0",2625]26262627[[package]]2628name = "finality-grandpa"2629version = "0.16.0"2630source = "registry+https://github.com/rust-lang/crates.io-index"2631checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2632dependencies = [2633 "either",2634 "futures 0.3.25",2635 "futures-timer",2636 "log",2637 "num-traits",2638 "parity-scale-codec 3.2.1",2639 "parking_lot 0.12.1",2640 "scale-info",2641]26422643[[package]]2644name = "fixed-hash"2645version = "0.7.0"2646source = "registry+https://github.com/rust-lang/crates.io-index"2647checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2648dependencies = [2649 "byteorder",2650 "rand 0.8.5",2651 "rustc-hex",2652 "static_assertions",2653]26542655[[package]]2656name = "fixedbitset"2657version = "0.4.2"2658source = "registry+https://github.com/rust-lang/crates.io-index"2659checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26602661[[package]]2662name = "flate2"2663version = "1.0.24"2664source = "registry+https://github.com/rust-lang/crates.io-index"2665checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2666dependencies = [2667 "crc32fast",2668 "libz-sys",2669 "miniz_oxide",2670]26712672[[package]]2673name = "flexi_logger"2674version = "0.22.6"2675source = "registry+https://github.com/rust-lang/crates.io-index"2676checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2677dependencies = [2678 "ansi_term",2679 "atty",2680 "glob",2681 "lazy_static",2682 "log",2683 "regex",2684 "rustversion",2685 "thiserror",2686 "time 0.3.9",2687]26882689[[package]]2690name = "fnv"2691version = "1.0.7"2692source = "registry+https://github.com/rust-lang/crates.io-index"2693checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"26942695[[package]]2696name = "fork-tree"2697version = "3.0.0"2698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2699dependencies = [2700 "parity-scale-codec 3.2.1",2701]27022703[[package]]2704name = "form_urlencoded"2705version = "1.1.0"2706source = "registry+https://github.com/rust-lang/crates.io-index"2707checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2708dependencies = [2709 "percent-encoding",2710]27112712[[package]]2713name = "fp-consensus"2714version = "2.0.0-dev"2715source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2716dependencies = [2717 "ethereum",2718 "parity-scale-codec 3.2.1",2719 "sp-core",2720 "sp-runtime",2721 "sp-std",2722]27232724[[package]]2725name = "fp-evm"2726version = "3.0.0-dev"2727source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2728dependencies = [2729 "evm",2730 "frame-support",2731 "impl-trait-for-tuples",2732 "parity-scale-codec 3.2.1",2733 "serde",2734 "sp-core",2735 "sp-std",2736]27372738[[package]]2739name = "fp-evm-mapping"2740version = "0.1.0"2741source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2742dependencies = [2743 "frame-support",2744 "sp-core",2745]27462747[[package]]2748name = "fp-rpc"2749version = "3.0.0-dev"2750source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2751dependencies = [2752 "ethereum",2753 "ethereum-types",2754 "fp-evm",2755 "parity-scale-codec 3.2.1",2756 "scale-info",2757 "sp-api",2758 "sp-core",2759 "sp-io",2760 "sp-runtime",2761 "sp-std",2762]27632764[[package]]2765name = "fp-self-contained"2766version = "1.0.0-dev"2767source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2768dependencies = [2769 "ethereum",2770 "frame-support",2771 "parity-scale-codec 3.2.1",2772 "parity-util-mem",2773 "scale-info",2774 "serde",2775 "sp-debug-derive",2776 "sp-io",2777 "sp-runtime",2778]27792780[[package]]2781name = "fp-storage"2782version = "2.0.0"2783source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2784dependencies = [2785 "parity-scale-codec 3.2.1",2786]27872788[[package]]2789name = "frame-benchmarking"2790version = "4.0.0-dev"2791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2792dependencies = [2793 "frame-support",2794 "frame-system",2795 "linregress",2796 "log",2797 "parity-scale-codec 3.2.1",2798 "paste",2799 "scale-info",2800 "serde",2801 "sp-api",2802 "sp-application-crypto",2803 "sp-core",2804 "sp-io",2805 "sp-runtime",2806 "sp-runtime-interface",2807 "sp-std",2808 "sp-storage",2809]28102811[[package]]2812name = "frame-benchmarking-cli"2813version = "4.0.0-dev"2814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2815dependencies = [2816 "Inflector",2817 "array-bytes",2818 "chrono",2819 "clap",2820 "comfy-table",2821 "frame-benchmarking",2822 "frame-support",2823 "frame-system",2824 "gethostname",2825 "handlebars",2826 "hash-db",2827 "itertools",2828 "kvdb",2829 "lazy_static",2830 "linked-hash-map",2831 "log",2832 "memory-db",2833 "parity-scale-codec 3.2.1",2834 "rand 0.8.5",2835 "rand_pcg 0.3.1",2836 "sc-block-builder",2837 "sc-cli",2838 "sc-client-api",2839 "sc-client-db",2840 "sc-executor",2841 "sc-service",2842 "sc-sysinfo",2843 "serde",2844 "serde_json",2845 "serde_nanos",2846 "sp-api",2847 "sp-blockchain",2848 "sp-core",2849 "sp-database",2850 "sp-externalities",2851 "sp-inherents",2852 "sp-keystore",2853 "sp-runtime",2854 "sp-state-machine",2855 "sp-storage",2856 "sp-trie",2857 "tempfile",2858 "thiserror",2859 "thousands",2860]28612862[[package]]2863name = "frame-election-provider-solution-type"2864version = "4.0.0-dev"2865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2866dependencies = [2867 "proc-macro-crate",2868 "proc-macro2",2869 "quote",2870 "syn",2871]28722873[[package]]2874name = "frame-election-provider-support"2875version = "4.0.0-dev"2876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2877dependencies = [2878 "frame-election-provider-solution-type",2879 "frame-support",2880 "frame-system",2881 "parity-scale-codec 3.2.1",2882 "scale-info",2883 "sp-arithmetic",2884 "sp-npos-elections",2885 "sp-runtime",2886 "sp-std",2887]28882889[[package]]2890name = "frame-executive"2891version = "4.0.0-dev"2892source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2893dependencies = [2894 "frame-support",2895 "frame-system",2896 "frame-try-runtime",2897 "parity-scale-codec 3.2.1",2898 "scale-info",2899 "sp-core",2900 "sp-io",2901 "sp-runtime",2902 "sp-std",2903 "sp-tracing",2904]29052906[[package]]2907name = "frame-metadata"2908version = "15.0.0"2909source = "registry+https://github.com/rust-lang/crates.io-index"2910checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2911dependencies = [2912 "cfg-if 1.0.0",2913 "parity-scale-codec 3.2.1",2914 "scale-info",2915 "serde",2916]29172918[[package]]2919name = "frame-support"2920version = "4.0.0-dev"2921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2922dependencies = [2923 "bitflags",2924 "frame-metadata",2925 "frame-support-procedural",2926 "impl-trait-for-tuples",2927 "k256",2928 "log",2929 "once_cell",2930 "parity-scale-codec 3.2.1",2931 "paste",2932 "scale-info",2933 "serde",2934 "smallvec",2935 "sp-api",2936 "sp-arithmetic",2937 "sp-core",2938 "sp-core-hashing-proc-macro",2939 "sp-inherents",2940 "sp-io",2941 "sp-runtime",2942 "sp-staking",2943 "sp-state-machine",2944 "sp-std",2945 "sp-tracing",2946 "sp-weights",2947 "tt-call",2948]29492950[[package]]2951name = "frame-support-procedural"2952version = "4.0.0-dev"2953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2954dependencies = [2955 "Inflector",2956 "cfg-expr",2957 "frame-support-procedural-tools",2958 "itertools",2959 "proc-macro2",2960 "quote",2961 "syn",2962]29632964[[package]]2965name = "frame-support-procedural-tools"2966version = "4.0.0-dev"2967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2968dependencies = [2969 "frame-support-procedural-tools-derive",2970 "proc-macro-crate",2971 "proc-macro2",2972 "quote",2973 "syn",2974]29752976[[package]]2977name = "frame-support-procedural-tools-derive"2978version = "3.0.0"2979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2980dependencies = [2981 "proc-macro2",2982 "quote",2983 "syn",2984]29852986[[package]]2987name = "frame-system"2988version = "4.0.0-dev"2989source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2990dependencies = [2991 "frame-support",2992 "log",2993 "parity-scale-codec 3.2.1",2994 "scale-info",2995 "serde",2996 "sp-core",2997 "sp-io",2998 "sp-runtime",2999 "sp-std",3000 "sp-version",3001 "sp-weights",3002]30033004[[package]]3005name = "frame-system-benchmarking"3006version = "4.0.0-dev"3007source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3008dependencies = [3009 "frame-benchmarking",3010 "frame-support",3011 "frame-system",3012 "parity-scale-codec 3.2.1",3013 "scale-info",3014 "sp-core",3015 "sp-runtime",3016 "sp-std",3017]30183019[[package]]3020name = "frame-system-rpc-runtime-api"3021version = "4.0.0-dev"3022source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3023dependencies = [3024 "parity-scale-codec 3.2.1",3025 "sp-api",3026]30273028[[package]]3029name = "frame-try-runtime"3030version = "0.10.0-dev"3031source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3032dependencies = [3033 "frame-support",3034 "parity-scale-codec 3.2.1",3035 "sp-api",3036 "sp-runtime",3037 "sp-std",3038]30393040[[package]]3041name = "fs-err"3042version = "2.8.1"3043source = "registry+https://github.com/rust-lang/crates.io-index"3044checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"30453046[[package]]3047name = "fs-swap"3048version = "0.2.6"3049source = "registry+https://github.com/rust-lang/crates.io-index"3050checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3051dependencies = [3052 "lazy_static",3053 "libc",3054 "libloading 0.5.2",3055 "winapi",3056]30573058[[package]]3059name = "fs2"3060version = "0.4.3"3061source = "registry+https://github.com/rust-lang/crates.io-index"3062checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3063dependencies = [3064 "libc",3065 "winapi",3066]30673068[[package]]3069name = "fs_extra"3070version = "1.2.0"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"30733074[[package]]3075name = "funty"3076version = "1.1.0"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"30793080[[package]]3081name = "funty"3082version = "2.0.0"3083source = "registry+https://github.com/rust-lang/crates.io-index"3084checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"30853086[[package]]3087name = "futures"3088version = "0.1.31"3089source = "registry+https://github.com/rust-lang/crates.io-index"3090checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"30913092[[package]]3093name = "futures"3094version = "0.3.25"3095source = "registry+https://github.com/rust-lang/crates.io-index"3096checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3097dependencies = [3098 "futures-channel",3099 "futures-core",3100 "futures-executor",3101 "futures-io",3102 "futures-sink",3103 "futures-task",3104 "futures-util",3105]31063107[[package]]3108name = "futures-channel"3109version = "0.3.25"3110source = "registry+https://github.com/rust-lang/crates.io-index"3111checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3112dependencies = [3113 "futures-core",3114 "futures-sink",3115]31163117[[package]]3118name = "futures-core"3119version = "0.3.25"3120source = "registry+https://github.com/rust-lang/crates.io-index"3121checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31223123[[package]]3124name = "futures-executor"3125version = "0.3.25"3126source = "registry+https://github.com/rust-lang/crates.io-index"3127checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3128dependencies = [3129 "futures-core",3130 "futures-task",3131 "futures-util",3132 "num_cpus",3133]31343135[[package]]3136name = "futures-io"3137version = "0.3.25"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31403141[[package]]3142name = "futures-lite"3143version = "1.12.0"3144source = "registry+https://github.com/rust-lang/crates.io-index"3145checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3146dependencies = [3147 "fastrand",3148 "futures-core",3149 "futures-io",3150 "memchr",3151 "parking",3152 "pin-project-lite 0.2.9",3153 "waker-fn",3154]31553156[[package]]3157name = "futures-macro"3158version = "0.3.25"3159source = "registry+https://github.com/rust-lang/crates.io-index"3160checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3161dependencies = [3162 "proc-macro2",3163 "quote",3164 "syn",3165]31663167[[package]]3168name = "futures-rustls"3169version = "0.22.2"3170source = "registry+https://github.com/rust-lang/crates.io-index"3171checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3172dependencies = [3173 "futures-io",3174 "rustls",3175 "webpki",3176]31773178[[package]]3179name = "futures-sink"3180version = "0.3.25"3181source = "registry+https://github.com/rust-lang/crates.io-index"3182checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"31833184[[package]]3185name = "futures-task"3186version = "0.3.25"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"31893190[[package]]3191name = "futures-timer"3192version = "3.0.2"3193source = "registry+https://github.com/rust-lang/crates.io-index"3194checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"31953196[[package]]3197name = "futures-util"3198version = "0.3.25"3199source = "registry+https://github.com/rust-lang/crates.io-index"3200checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3201dependencies = [3202 "futures 0.1.31",3203 "futures-channel",3204 "futures-core",3205 "futures-io",3206 "futures-macro",3207 "futures-sink",3208 "futures-task",3209 "memchr",3210 "pin-project-lite 0.2.9",3211 "pin-utils",3212 "slab",3213]32143215[[package]]3216name = "fxhash"3217version = "0.2.1"3218source = "registry+https://github.com/rust-lang/crates.io-index"3219checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3220dependencies = [3221 "byteorder",3222]32233224[[package]]3225name = "generic-array"3226version = "0.12.4"3227source = "registry+https://github.com/rust-lang/crates.io-index"3228checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3229dependencies = [3230 "typenum",3231]32323233[[package]]3234name = "generic-array"3235version = "0.14.6"3236source = "registry+https://github.com/rust-lang/crates.io-index"3237checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3238dependencies = [3239 "typenum",3240 "version_check",3241]32423243[[package]]3244name = "gethostname"3245version = "0.2.3"3246source = "registry+https://github.com/rust-lang/crates.io-index"3247checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3248dependencies = [3249 "libc",3250 "winapi",3251]32523253[[package]]3254name = "getrandom"3255version = "0.1.16"3256source = "registry+https://github.com/rust-lang/crates.io-index"3257checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3258dependencies = [3259 "cfg-if 1.0.0",3260 "js-sys",3261 "libc",3262 "wasi 0.9.0+wasi-snapshot-preview1",3263 "wasm-bindgen",3264]32653266[[package]]3267name = "getrandom"3268version = "0.2.8"3269source = "registry+https://github.com/rust-lang/crates.io-index"3270checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3271dependencies = [3272 "cfg-if 1.0.0",3273 "libc",3274 "wasi 0.11.0+wasi-snapshot-preview1",3275]32763277[[package]]3278name = "ghash"3279version = "0.4.4"3280source = "registry+https://github.com/rust-lang/crates.io-index"3281checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3282dependencies = [3283 "opaque-debug 0.3.0",3284 "polyval",3285]32863287[[package]]3288name = "gimli"3289version = "0.26.2"3290source = "registry+https://github.com/rust-lang/crates.io-index"3291checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3292dependencies = [3293 "fallible-iterator",3294 "indexmap",3295 "stable_deref_trait",3296]32973298[[package]]3299name = "glob"3300version = "0.3.0"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33033304[[package]]3305name = "globset"3306version = "0.4.9"3307source = "registry+https://github.com/rust-lang/crates.io-index"3308checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3309dependencies = [3310 "aho-corasick",3311 "bstr",3312 "fnv",3313 "log",3314 "regex",3315]33163317[[package]]3318name = "gloo-timers"3319version = "0.2.4"3320source = "registry+https://github.com/rust-lang/crates.io-index"3321checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3322dependencies = [3323 "futures-channel",3324 "futures-core",3325 "js-sys",3326 "wasm-bindgen",3327]33283329[[package]]3330name = "group"3331version = "0.11.0"3332source = "registry+https://github.com/rust-lang/crates.io-index"3333checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3334dependencies = [3335 "ff",3336 "rand_core 0.6.4",3337 "subtle",3338]33393340[[package]]3341name = "h2"3342version = "0.3.15"3343source = "registry+https://github.com/rust-lang/crates.io-index"3344checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3345dependencies = [3346 "bytes",3347 "fnv",3348 "futures-core",3349 "futures-sink",3350 "futures-util",3351 "http",3352 "indexmap",3353 "slab",3354 "tokio",3355 "tokio-util",3356 "tracing",3357]33583359[[package]]3360name = "handlebars"3361version = "4.3.5"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3364dependencies = [3365 "log",3366 "pest",3367 "pest_derive",3368 "serde",3369 "serde_json",3370 "thiserror",3371]33723373[[package]]3374name = "hash-db"3375version = "0.15.2"3376source = "registry+https://github.com/rust-lang/crates.io-index"3377checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33783379[[package]]3380name = "hash256-std-hasher"3381version = "0.15.2"3382source = "registry+https://github.com/rust-lang/crates.io-index"3383checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3384dependencies = [3385 "crunchy",3386]33873388[[package]]3389name = "hashbrown"3390version = "0.12.3"3391source = "registry+https://github.com/rust-lang/crates.io-index"3392checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3393dependencies = [3394 "ahash",3395]33963397[[package]]3398name = "heck"3399version = "0.4.0"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34023403[[package]]3404name = "hermit-abi"3405version = "0.1.19"3406source = "registry+https://github.com/rust-lang/crates.io-index"3407checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3408dependencies = [3409 "libc",3410]34113412[[package]]3413name = "hex"3414version = "0.4.3"3415source = "registry+https://github.com/rust-lang/crates.io-index"3416checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34173418[[package]]3419name = "hex-literal"3420version = "0.3.4"3421source = "registry+https://github.com/rust-lang/crates.io-index"3422checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34233424[[package]]3425name = "hex_fmt"3426version = "0.3.0"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34293430[[package]]3431name = "hmac"3432version = "0.8.1"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3435dependencies = [3436 "crypto-mac 0.8.0",3437 "digest 0.9.0",3438]34393440[[package]]3441name = "hmac"3442version = "0.11.0"3443source = "registry+https://github.com/rust-lang/crates.io-index"3444checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3445dependencies = [3446 "crypto-mac 0.11.1",3447 "digest 0.9.0",3448]34493450[[package]]3451name = "hmac-drbg"3452version = "0.3.0"3453source = "registry+https://github.com/rust-lang/crates.io-index"3454checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3455dependencies = [3456 "digest 0.9.0",3457 "generic-array 0.14.6",3458 "hmac 0.8.1",3459]34603461[[package]]3462name = "hostname"3463version = "0.3.1"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3466dependencies = [3467 "libc",3468 "match_cfg",3469 "winapi",3470]34713472[[package]]3473name = "http"3474version = "0.2.8"3475source = "registry+https://github.com/rust-lang/crates.io-index"3476checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3477dependencies = [3478 "bytes",3479 "fnv",3480 "itoa",3481]34823483[[package]]3484name = "http-body"3485version = "0.4.5"3486source = "registry+https://github.com/rust-lang/crates.io-index"3487checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3488dependencies = [3489 "bytes",3490 "http",3491 "pin-project-lite 0.2.9",3492]34933494[[package]]3495name = "httparse"3496version = "1.8.0"3497source = "registry+https://github.com/rust-lang/crates.io-index"3498checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"34993500[[package]]3501name = "httpdate"3502version = "1.0.2"3503source = "registry+https://github.com/rust-lang/crates.io-index"3504checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35053506[[package]]3507name = "humantime"3508version = "2.1.0"3509source = "registry+https://github.com/rust-lang/crates.io-index"3510checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35113512[[package]]3513name = "hyper"3514version = "0.14.20"3515source = "registry+https://github.com/rust-lang/crates.io-index"3516checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3517dependencies = [3518 "bytes",3519 "futures-channel",3520 "futures-core",3521 "futures-util",3522 "h2",3523 "http",3524 "http-body",3525 "httparse",3526 "httpdate",3527 "itoa",3528 "pin-project-lite 0.2.9",3529 "socket2",3530 "tokio",3531 "tower-service",3532 "tracing",3533 "want",3534]35353536[[package]]3537name = "hyper-rustls"3538version = "0.23.0"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3541dependencies = [3542 "http",3543 "hyper",3544 "log",3545 "rustls",3546 "rustls-native-certs",3547 "tokio",3548 "tokio-rustls",3549]35503551[[package]]3552name = "iana-time-zone"3553version = "0.1.51"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3556dependencies = [3557 "android_system_properties",3558 "core-foundation-sys",3559 "iana-time-zone-haiku",3560 "js-sys",3561 "wasm-bindgen",3562 "winapi",3563]35643565[[package]]3566name = "iana-time-zone-haiku"3567version = "0.1.1"3568source = "registry+https://github.com/rust-lang/crates.io-index"3569checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3570dependencies = [3571 "cxx",3572 "cxx-build",3573]35743575[[package]]3576name = "idna"3577version = "0.2.3"3578source = "registry+https://github.com/rust-lang/crates.io-index"3579checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3580dependencies = [3581 "matches",3582 "unicode-bidi",3583 "unicode-normalization",3584]35853586[[package]]3587name = "idna"3588version = "0.3.0"3589source = "registry+https://github.com/rust-lang/crates.io-index"3590checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3591dependencies = [3592 "unicode-bidi",3593 "unicode-normalization",3594]35953596[[package]]3597name = "if-addrs"3598version = "0.7.0"3599source = "registry+https://github.com/rust-lang/crates.io-index"3600checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3601dependencies = [3602 "libc",3603 "winapi",3604]36053606[[package]]3607name = "if-watch"3608version = "1.1.1"3609source = "registry+https://github.com/rust-lang/crates.io-index"3610checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3611dependencies = [3612 "async-io",3613 "core-foundation",3614 "fnv",3615 "futures 0.3.25",3616 "if-addrs",3617 "ipnet",3618 "log",3619 "rtnetlink",3620 "system-configuration",3621 "windows",3622]36233624[[package]]3625name = "impl-codec"3626version = "0.6.0"3627source = "registry+https://github.com/rust-lang/crates.io-index"3628checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3629dependencies = [3630 "parity-scale-codec 3.2.1",3631]36323633[[package]]3634name = "impl-rlp"3635version = "0.3.0"3636source = "registry+https://github.com/rust-lang/crates.io-index"3637checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3638dependencies = [3639 "rlp",3640]36413642[[package]]3643name = "impl-serde"3644version = "0.3.2"3645source = "registry+https://github.com/rust-lang/crates.io-index"3646checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3647dependencies = [3648 "serde",3649]36503651[[package]]3652name = "impl-trait-for-tuples"3653version = "0.2.2"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3656dependencies = [3657 "proc-macro2",3658 "quote",3659 "syn",3660]36613662[[package]]3663name = "indexmap"3664version = "1.9.1"3665source = "registry+https://github.com/rust-lang/crates.io-index"3666checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3667dependencies = [3668 "autocfg",3669 "hashbrown",3670 "serde",3671]36723673[[package]]3674name = "inout"3675version = "0.1.3"3676source = "registry+https://github.com/rust-lang/crates.io-index"3677checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3678dependencies = [3679 "generic-array 0.14.6",3680]36813682[[package]]3683name = "instant"3684version = "0.1.12"3685source = "registry+https://github.com/rust-lang/crates.io-index"3686checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3687dependencies = [3688 "cfg-if 1.0.0",3689]36903691[[package]]3692name = "integer-encoding"3693version = "3.0.4"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"36963697[[package]]3698name = "integer-sqrt"3699version = "0.1.5"3700source = "registry+https://github.com/rust-lang/crates.io-index"3701checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3702dependencies = [3703 "num-traits",3704]37053706[[package]]3707name = "io-lifetimes"3708version = "0.7.4"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"37113712[[package]]3713name = "ip_network"3714version = "0.4.1"3715source = "registry+https://github.com/rust-lang/crates.io-index"3716checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37173718[[package]]3719name = "ipconfig"3720version = "0.3.0"3721source = "registry+https://github.com/rust-lang/crates.io-index"3722checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3723dependencies = [3724 "socket2",3725 "widestring",3726 "winapi",3727 "winreg",3728]37293730[[package]]3731name = "ipnet"3732version = "2.5.0"3733source = "registry+https://github.com/rust-lang/crates.io-index"3734checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37353736[[package]]3737name = "itertools"3738version = "0.10.5"3739source = "registry+https://github.com/rust-lang/crates.io-index"3740checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3741dependencies = [3742 "either",3743]37443745[[package]]3746name = "itoa"3747version = "1.0.4"3748source = "registry+https://github.com/rust-lang/crates.io-index"3749checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"37503751[[package]]3752name = "jobserver"3753version = "0.1.25"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3756dependencies = [3757 "libc",3758]37593760[[package]]3761name = "js-sys"3762version = "0.3.60"3763source = "registry+https://github.com/rust-lang/crates.io-index"3764checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3765dependencies = [3766 "wasm-bindgen",3767]37683769[[package]]3770name = "jsonrpsee"3771version = "0.15.1"3772source = "registry+https://github.com/rust-lang/crates.io-index"3773checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3774dependencies = [3775 "jsonrpsee-core",3776 "jsonrpsee-http-server",3777 "jsonrpsee-proc-macros",3778 "jsonrpsee-types",3779 "jsonrpsee-ws-client",3780 "jsonrpsee-ws-server",3781 "tracing",3782]37833784[[package]]3785name = "jsonrpsee-client-transport"3786version = "0.15.1"3787source = "registry+https://github.com/rust-lang/crates.io-index"3788checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3789dependencies = [3790 "futures-util",3791 "http",3792 "jsonrpsee-core",3793 "jsonrpsee-types",3794 "pin-project",3795 "rustls-native-certs",3796 "soketto",3797 "thiserror",3798 "tokio",3799 "tokio-rustls",3800 "tokio-util",3801 "tracing",3802 "webpki-roots",3803]38043805[[package]]3806name = "jsonrpsee-core"3807version = "0.15.1"3808source = "registry+https://github.com/rust-lang/crates.io-index"3809checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3810dependencies = [3811 "anyhow",3812 "arrayvec 0.7.2",3813 "async-lock",3814 "async-trait",3815 "beef",3816 "futures-channel",3817 "futures-timer",3818 "futures-util",3819 "globset",3820 "http",3821 "hyper",3822 "jsonrpsee-types",3823 "lazy_static",3824 "parking_lot 0.12.1",3825 "rand 0.8.5",3826 "rustc-hash",3827 "serde",3828 "serde_json",3829 "soketto",3830 "thiserror",3831 "tokio",3832 "tracing",3833 "tracing-futures",3834 "unicase",3835]38363837[[package]]3838name = "jsonrpsee-http-server"3839version = "0.15.1"3840source = "registry+https://github.com/rust-lang/crates.io-index"3841checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3842dependencies = [3843 "futures-channel",3844 "futures-util",3845 "hyper",3846 "jsonrpsee-core",3847 "jsonrpsee-types",3848 "serde",3849 "serde_json",3850 "tokio",3851 "tracing",3852 "tracing-futures",3853]38543855[[package]]3856name = "jsonrpsee-proc-macros"3857version = "0.15.1"3858source = "registry+https://github.com/rust-lang/crates.io-index"3859checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"3860dependencies = [3861 "proc-macro-crate",3862 "proc-macro2",3863 "quote",3864 "syn",3865]38663867[[package]]3868name = "jsonrpsee-types"3869version = "0.15.1"3870source = "registry+https://github.com/rust-lang/crates.io-index"3871checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"3872dependencies = [3873 "anyhow",3874 "beef",3875 "serde",3876 "serde_json",3877 "thiserror",3878 "tracing",3879]38803881[[package]]3882name = "jsonrpsee-ws-client"3883version = "0.15.1"3884source = "registry+https://github.com/rust-lang/crates.io-index"3885checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"3886dependencies = [3887 "http",3888 "jsonrpsee-client-transport",3889 "jsonrpsee-core",3890 "jsonrpsee-types",3891]38923893[[package]]3894name = "jsonrpsee-ws-server"3895version = "0.15.1"3896source = "registry+https://github.com/rust-lang/crates.io-index"3897checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"3898dependencies = [3899 "futures-channel",3900 "futures-util",3901 "http",3902 "jsonrpsee-core",3903 "jsonrpsee-types",3904 "serde_json",3905 "soketto",3906 "tokio",3907 "tokio-stream",3908 "tokio-util",3909 "tracing",3910 "tracing-futures",3911]39123913[[package]]3914name = "k256"3915version = "0.10.4"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3918dependencies = [3919 "cfg-if 1.0.0",3920 "ecdsa",3921 "elliptic-curve",3922 "sec1",3923]39243925[[package]]3926name = "keccak"3927version = "0.1.2"3928source = "registry+https://github.com/rust-lang/crates.io-index"3929checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39303931[[package]]3932name = "kusama-runtime"3933version = "0.9.30"3934source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"3935dependencies = [3936 "beefy-primitives",3937 "bitvec 1.0.1",3938 "frame-benchmarking",3939 "frame-election-provider-support",3940 "frame-executive",3941 "frame-support",3942 "frame-system",3943 "frame-system-benchmarking",3944 "frame-system-rpc-runtime-api",3945 "frame-try-runtime",3946 "hex-literal",3947 "kusama-runtime-constants",3948 "log",3949 "pallet-authority-discovery",3950 "pallet-authorship",3951 "pallet-babe",3952 "pallet-bags-list",3953 "pallet-balances",3954 "pallet-bounties",3955 "pallet-child-bounties",3956 "pallet-collective",3957 "pallet-democracy",3958 "pallet-election-provider-multi-phase",3959 "pallet-election-provider-support-benchmarking",3960 "pallet-elections-phragmen",3961 "pallet-fast-unstake",3962 "pallet-gilt",3963 "pallet-grandpa",3964 "pallet-identity",3965 "pallet-im-online",3966 "pallet-indices",3967 "pallet-membership",3968 "pallet-multisig",3969 "pallet-nomination-pools",3970 "pallet-nomination-pools-benchmarking",3971 "pallet-nomination-pools-runtime-api",3972 "pallet-offences",3973 "pallet-offences-benchmarking",3974 "pallet-preimage",3975 "pallet-proxy",3976 "pallet-recovery",3977 "pallet-scheduler",3978 "pallet-session",3979 "pallet-session-benchmarking",3980 "pallet-society",3981 "pallet-staking",3982 "pallet-staking-reward-fn",3983 "pallet-timestamp",3984 "pallet-tips",3985 "pallet-transaction-payment",3986 "pallet-transaction-payment-rpc-runtime-api",3987 "pallet-treasury",3988 "pallet-utility",3989 "pallet-vesting",3990 "pallet-xcm",3991 "pallet-xcm-benchmarks",3992 "parity-scale-codec 3.2.1",3993 "polkadot-primitives",3994 "polkadot-runtime-common",3995 "polkadot-runtime-parachains",3996 "rustc-hex",3997 "scale-info",3998 "serde",3999 "serde_derive",4000 "smallvec",4001 "sp-api",4002 "sp-arithmetic",4003 "sp-authority-discovery",4004 "sp-block-builder",4005 "sp-consensus-babe",4006 "sp-core",4007 "sp-inherents",4008 "sp-io",4009 "sp-mmr-primitives",4010 "sp-npos-elections",4011 "sp-offchain",4012 "sp-runtime",4013 "sp-session",4014 "sp-staking",4015 "sp-std",4016 "sp-transaction-pool",4017 "sp-version",4018 "static_assertions",4019 "substrate-wasm-builder",4020 "xcm",4021 "xcm-builder",4022 "xcm-executor",4023]40244025[[package]]4026name = "kusama-runtime-constants"4027version = "0.9.30"4028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4029dependencies = [4030 "frame-support",4031 "polkadot-primitives",4032 "polkadot-runtime-common",4033 "smallvec",4034 "sp-runtime",4035]40364037[[package]]4038name = "kv-log-macro"4039version = "1.0.7"4040source = "registry+https://github.com/rust-lang/crates.io-index"4041checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4042dependencies = [4043 "log",4044]40454046[[package]]4047name = "kvdb"4048version = "0.11.0"4049source = "registry+https://github.com/rust-lang/crates.io-index"4050checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4051dependencies = [4052 "parity-util-mem",4053 "smallvec",4054]40554056[[package]]4057name = "kvdb-memorydb"4058version = "0.11.0"4059source = "registry+https://github.com/rust-lang/crates.io-index"4060checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4061dependencies = [4062 "kvdb",4063 "parity-util-mem",4064 "parking_lot 0.12.1",4065]40664067[[package]]4068name = "kvdb-rocksdb"4069version = "0.15.2"4070source = "registry+https://github.com/rust-lang/crates.io-index"4071checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4072dependencies = [4073 "fs-swap",4074 "kvdb",4075 "log",4076 "num_cpus",4077 "owning_ref",4078 "parity-util-mem",4079 "parking_lot 0.12.1",4080 "regex",4081 "rocksdb",4082 "smallvec",4083]40844085[[package]]4086name = "lazy_static"4087version = "1.4.0"4088source = "registry+https://github.com/rust-lang/crates.io-index"4089checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40904091[[package]]4092name = "lazycell"4093version = "1.3.0"4094source = "registry+https://github.com/rust-lang/crates.io-index"4095checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40964097[[package]]4098name = "libc"4099version = "0.2.137"4100source = "registry+https://github.com/rust-lang/crates.io-index"4101checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"41024103[[package]]4104name = "libloading"4105version = "0.5.2"4106source = "registry+https://github.com/rust-lang/crates.io-index"4107checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4108dependencies = [4109 "cc",4110 "winapi",4111]41124113[[package]]4114name = "libloading"4115version = "0.7.3"4116source = "registry+https://github.com/rust-lang/crates.io-index"4117checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4118dependencies = [4119 "cfg-if 1.0.0",4120 "winapi",4121]41224123[[package]]4124name = "libm"4125version = "0.2.5"4126source = "registry+https://github.com/rust-lang/crates.io-index"4127checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"41284129[[package]]4130name = "libp2p"4131version = "0.46.1"4132source = "registry+https://github.com/rust-lang/crates.io-index"4133checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4134dependencies = [4135 "bytes",4136 "futures 0.3.25",4137 "futures-timer",4138 "getrandom 0.2.8",4139 "instant",4140 "lazy_static",4141 "libp2p-autonat",4142 "libp2p-core",4143 "libp2p-deflate",4144 "libp2p-dns",4145 "libp2p-floodsub",4146 "libp2p-gossipsub",4147 "libp2p-identify",4148 "libp2p-kad",4149 "libp2p-mdns",4150 "libp2p-metrics",4151 "libp2p-mplex",4152 "libp2p-noise",4153 "libp2p-ping",4154 "libp2p-plaintext",4155 "libp2p-pnet",4156 "libp2p-relay",4157 "libp2p-rendezvous",4158 "libp2p-request-response",4159 "libp2p-swarm",4160 "libp2p-swarm-derive",4161 "libp2p-tcp",4162 "libp2p-uds",4163 "libp2p-wasm-ext",4164 "libp2p-websocket",4165 "libp2p-yamux",4166 "multiaddr",4167 "parking_lot 0.12.1",4168 "pin-project",4169 "rand 0.7.3",4170 "smallvec",4171]41724173[[package]]4174name = "libp2p-autonat"4175version = "0.5.0"4176source = "registry+https://github.com/rust-lang/crates.io-index"4177checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4178dependencies = [4179 "async-trait",4180 "futures 0.3.25",4181 "futures-timer",4182 "instant",4183 "libp2p-core",4184 "libp2p-request-response",4185 "libp2p-swarm",4186 "log",4187 "prost 0.10.4",4188 "prost-build 0.10.4",4189 "rand 0.8.5",4190]41914192[[package]]4193name = "libp2p-core"4194version = "0.34.0"4195source = "registry+https://github.com/rust-lang/crates.io-index"4196checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4197dependencies = [4198 "asn1_der",4199 "bs58",4200 "ed25519-dalek",4201 "either",4202 "fnv",4203 "futures 0.3.25",4204 "futures-timer",4205 "instant",4206 "lazy_static",4207 "libsecp256k1",4208 "log",4209 "multiaddr",4210 "multihash",4211 "multistream-select",4212 "parking_lot 0.12.1",4213 "pin-project",4214 "prost 0.10.4",4215 "prost-build 0.10.4",4216 "rand 0.8.5",4217 "ring",4218 "rw-stream-sink",4219 "sha2 0.10.6",4220 "smallvec",4221 "thiserror",4222 "unsigned-varint",4223 "void",4224 "zeroize",4225]42264227[[package]]4228name = "libp2p-deflate"4229version = "0.34.0"4230source = "registry+https://github.com/rust-lang/crates.io-index"4231checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4232dependencies = [4233 "flate2",4234 "futures 0.3.25",4235 "libp2p-core",4236]42374238[[package]]4239name = "libp2p-dns"4240version = "0.34.0"4241source = "registry+https://github.com/rust-lang/crates.io-index"4242checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4243dependencies = [4244 "async-std-resolver",4245 "futures 0.3.25",4246 "libp2p-core",4247 "log",4248 "parking_lot 0.12.1",4249 "smallvec",4250 "trust-dns-resolver",4251]42524253[[package]]4254name = "libp2p-floodsub"4255version = "0.37.0"4256source = "registry+https://github.com/rust-lang/crates.io-index"4257checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4258dependencies = [4259 "cuckoofilter",4260 "fnv",4261 "futures 0.3.25",4262 "libp2p-core",4263 "libp2p-swarm",4264 "log",4265 "prost 0.10.4",4266 "prost-build 0.10.4",4267 "rand 0.7.3",4268 "smallvec",4269]42704271[[package]]4272name = "libp2p-gossipsub"4273version = "0.39.0"4274source = "registry+https://github.com/rust-lang/crates.io-index"4275checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4276dependencies = [4277 "asynchronous-codec",4278 "base64",4279 "byteorder",4280 "bytes",4281 "fnv",4282 "futures 0.3.25",4283 "hex_fmt",4284 "instant",4285 "libp2p-core",4286 "libp2p-swarm",4287 "log",4288 "prometheus-client",4289 "prost 0.10.4",4290 "prost-build 0.10.4",4291 "rand 0.7.3",4292 "regex",4293 "sha2 0.10.6",4294 "smallvec",4295 "unsigned-varint",4296 "wasm-timer",4297]42984299[[package]]4300name = "libp2p-identify"4301version = "0.37.0"4302source = "registry+https://github.com/rust-lang/crates.io-index"4303checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4304dependencies = [4305 "asynchronous-codec",4306 "futures 0.3.25",4307 "futures-timer",4308 "libp2p-core",4309 "libp2p-swarm",4310 "log",4311 "lru 0.7.8",4312 "prost 0.10.4",4313 "prost-build 0.10.4",4314 "prost-codec",4315 "smallvec",4316 "thiserror",4317 "void",4318]43194320[[package]]4321name = "libp2p-kad"4322version = "0.38.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4325dependencies = [4326 "arrayvec 0.7.2",4327 "asynchronous-codec",4328 "bytes",4329 "either",4330 "fnv",4331 "futures 0.3.25",4332 "futures-timer",4333 "instant",4334 "libp2p-core",4335 "libp2p-swarm",4336 "log",4337 "prost 0.10.4",4338 "prost-build 0.10.4",4339 "rand 0.7.3",4340 "sha2 0.10.6",4341 "smallvec",4342 "thiserror",4343 "uint",4344 "unsigned-varint",4345 "void",4346]43474348[[package]]4349name = "libp2p-mdns"4350version = "0.38.0"4351source = "registry+https://github.com/rust-lang/crates.io-index"4352checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4353dependencies = [4354 "async-io",4355 "data-encoding",4356 "dns-parser",4357 "futures 0.3.25",4358 "if-watch",4359 "lazy_static",4360 "libp2p-core",4361 "libp2p-swarm",4362 "log",4363 "rand 0.8.5",4364 "smallvec",4365 "socket2",4366 "void",4367]43684369[[package]]4370name = "libp2p-metrics"4371version = "0.7.0"4372source = "registry+https://github.com/rust-lang/crates.io-index"4373checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4374dependencies = [4375 "libp2p-core",4376 "libp2p-gossipsub",4377 "libp2p-identify",4378 "libp2p-kad",4379 "libp2p-ping",4380 "libp2p-relay",4381 "libp2p-swarm",4382 "prometheus-client",4383]43844385[[package]]4386name = "libp2p-mplex"4387version = "0.34.0"4388source = "registry+https://github.com/rust-lang/crates.io-index"4389checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4390dependencies = [4391 "asynchronous-codec",4392 "bytes",4393 "futures 0.3.25",4394 "libp2p-core",4395 "log",4396 "nohash-hasher",4397 "parking_lot 0.12.1",4398 "rand 0.7.3",4399 "smallvec",4400 "unsigned-varint",4401]44024403[[package]]4404name = "libp2p-noise"4405version = "0.37.0"4406source = "registry+https://github.com/rust-lang/crates.io-index"4407checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4408dependencies = [4409 "bytes",4410 "curve25519-dalek 3.2.0",4411 "futures 0.3.25",4412 "lazy_static",4413 "libp2p-core",4414 "log",4415 "prost 0.10.4",4416 "prost-build 0.10.4",4417 "rand 0.8.5",4418 "sha2 0.10.6",4419 "snow",4420 "static_assertions",4421 "x25519-dalek",4422 "zeroize",4423]44244425[[package]]4426name = "libp2p-ping"4427version = "0.37.0"4428source = "registry+https://github.com/rust-lang/crates.io-index"4429checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4430dependencies = [4431 "futures 0.3.25",4432 "futures-timer",4433 "instant",4434 "libp2p-core",4435 "libp2p-swarm",4436 "log",4437 "rand 0.7.3",4438 "void",4439]44404441[[package]]4442name = "libp2p-plaintext"4443version = "0.34.0"4444source = "registry+https://github.com/rust-lang/crates.io-index"4445checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4446dependencies = [4447 "asynchronous-codec",4448 "bytes",4449 "futures 0.3.25",4450 "libp2p-core",4451 "log",4452 "prost 0.10.4",4453 "prost-build 0.10.4",4454 "unsigned-varint",4455 "void",4456]44574458[[package]]4459name = "libp2p-pnet"4460version = "0.22.1"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4463dependencies = [4464 "futures 0.3.25",4465 "log",4466 "pin-project",4467 "rand 0.8.5",4468 "salsa20",4469 "sha3",4470]44714472[[package]]4473name = "libp2p-relay"4474version = "0.10.0"4475source = "registry+https://github.com/rust-lang/crates.io-index"4476checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4477dependencies = [4478 "asynchronous-codec",4479 "bytes",4480 "either",4481 "futures 0.3.25",4482 "futures-timer",4483 "instant",4484 "libp2p-core",4485 "libp2p-swarm",4486 "log",4487 "pin-project",4488 "prost 0.10.4",4489 "prost-build 0.10.4",4490 "prost-codec",4491 "rand 0.8.5",4492 "smallvec",4493 "static_assertions",4494 "thiserror",4495 "void",4496]44974498[[package]]4499name = "libp2p-rendezvous"4500version = "0.7.0"4501source = "registry+https://github.com/rust-lang/crates.io-index"4502checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4503dependencies = [4504 "asynchronous-codec",4505 "bimap",4506 "futures 0.3.25",4507 "futures-timer",4508 "instant",4509 "libp2p-core",4510 "libp2p-swarm",4511 "log",4512 "prost 0.10.4",4513 "prost-build 0.10.4",4514 "rand 0.8.5",4515 "sha2 0.10.6",4516 "thiserror",4517 "unsigned-varint",4518 "void",4519]45204521[[package]]4522name = "libp2p-request-response"4523version = "0.19.0"4524source = "registry+https://github.com/rust-lang/crates.io-index"4525checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4526dependencies = [4527 "async-trait",4528 "bytes",4529 "futures 0.3.25",4530 "instant",4531 "libp2p-core",4532 "libp2p-swarm",4533 "log",4534 "rand 0.7.3",4535 "smallvec",4536 "unsigned-varint",4537]45384539[[package]]4540name = "libp2p-swarm"4541version = "0.37.0"4542source = "registry+https://github.com/rust-lang/crates.io-index"4543checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4544dependencies = [4545 "either",4546 "fnv",4547 "futures 0.3.25",4548 "futures-timer",4549 "instant",4550 "libp2p-core",4551 "log",4552 "pin-project",4553 "rand 0.7.3",4554 "smallvec",4555 "thiserror",4556 "void",4557]45584559[[package]]4560name = "libp2p-swarm-derive"4561version = "0.28.0"4562source = "registry+https://github.com/rust-lang/crates.io-index"4563checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4564dependencies = [4565 "quote",4566 "syn",4567]45684569[[package]]4570name = "libp2p-tcp"4571version = "0.34.0"4572source = "registry+https://github.com/rust-lang/crates.io-index"4573checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4574dependencies = [4575 "async-io",4576 "futures 0.3.25",4577 "futures-timer",4578 "if-watch",4579 "ipnet",4580 "libc",4581 "libp2p-core",4582 "log",4583 "socket2",4584]45854586[[package]]4587name = "libp2p-uds"4588version = "0.33.0"4589source = "registry+https://github.com/rust-lang/crates.io-index"4590checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4591dependencies = [4592 "async-std",4593 "futures 0.3.25",4594 "libp2p-core",4595 "log",4596]45974598[[package]]4599name = "libp2p-wasm-ext"4600version = "0.34.0"4601source = "registry+https://github.com/rust-lang/crates.io-index"4602checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4603dependencies = [4604 "futures 0.3.25",4605 "js-sys",4606 "libp2p-core",4607 "parity-send-wrapper",4608 "wasm-bindgen",4609 "wasm-bindgen-futures",4610]46114612[[package]]4613name = "libp2p-websocket"4614version = "0.36.0"4615source = "registry+https://github.com/rust-lang/crates.io-index"4616checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4617dependencies = [4618 "either",4619 "futures 0.3.25",4620 "futures-rustls",4621 "libp2p-core",4622 "log",4623 "parking_lot 0.12.1",4624 "quicksink",4625 "rw-stream-sink",4626 "soketto",4627 "url",4628 "webpki-roots",4629]46304631[[package]]4632name = "libp2p-yamux"4633version = "0.38.0"4634source = "registry+https://github.com/rust-lang/crates.io-index"4635checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4636dependencies = [4637 "futures 0.3.25",4638 "libp2p-core",4639 "parking_lot 0.12.1",4640 "thiserror",4641 "yamux",4642]46434644[[package]]4645name = "librocksdb-sys"4646version = "0.6.1+6.28.2"4647source = "registry+https://github.com/rust-lang/crates.io-index"4648checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4649dependencies = [4650 "bindgen",4651 "bzip2-sys",4652 "cc",4653 "glob",4654 "libc",4655 "libz-sys",4656 "tikv-jemalloc-sys",4657]46584659[[package]]4660name = "libsecp256k1"4661version = "0.7.1"4662source = "registry+https://github.com/rust-lang/crates.io-index"4663checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4664dependencies = [4665 "arrayref",4666 "base64",4667 "digest 0.9.0",4668 "hmac-drbg",4669 "libsecp256k1-core",4670 "libsecp256k1-gen-ecmult",4671 "libsecp256k1-gen-genmult",4672 "rand 0.8.5",4673 "serde",4674 "sha2 0.9.9",4675 "typenum",4676]46774678[[package]]4679name = "libsecp256k1-core"4680version = "0.3.0"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4683dependencies = [4684 "crunchy",4685 "digest 0.9.0",4686 "subtle",4687]46884689[[package]]4690name = "libsecp256k1-gen-ecmult"4691version = "0.3.0"4692source = "registry+https://github.com/rust-lang/crates.io-index"4693checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4694dependencies = [4695 "libsecp256k1-core",4696]46974698[[package]]4699name = "libsecp256k1-gen-genmult"4700version = "0.3.0"4701source = "registry+https://github.com/rust-lang/crates.io-index"4702checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4703dependencies = [4704 "libsecp256k1-core",4705]47064707[[package]]4708name = "libz-sys"4709version = "1.1.8"4710source = "registry+https://github.com/rust-lang/crates.io-index"4711checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4712dependencies = [4713 "cc",4714 "pkg-config",4715 "vcpkg",4716]47174718[[package]]4719name = "link-cplusplus"4720version = "1.0.7"4721source = "registry+https://github.com/rust-lang/crates.io-index"4722checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4723dependencies = [4724 "cc",4725]47264727[[package]]4728name = "linked-hash-map"4729version = "0.5.6"4730source = "registry+https://github.com/rust-lang/crates.io-index"4731checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"47324733[[package]]4734name = "linked_hash_set"4735version = "0.1.4"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4738dependencies = [4739 "linked-hash-map",4740]47414742[[package]]4743name = "linregress"4744version = "0.4.4"4745source = "registry+https://github.com/rust-lang/crates.io-index"4746checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4747dependencies = [4748 "nalgebra",4749 "statrs",4750]47514752[[package]]4753name = "linux-raw-sys"4754version = "0.0.46"4755source = "registry+https://github.com/rust-lang/crates.io-index"4756checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"47574758[[package]]4759name = "lock_api"4760version = "0.4.9"4761source = "registry+https://github.com/rust-lang/crates.io-index"4762checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4763dependencies = [4764 "autocfg",4765 "scopeguard",4766]47674768[[package]]4769name = "log"4770version = "0.4.17"4771source = "registry+https://github.com/rust-lang/crates.io-index"4772checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4773dependencies = [4774 "cfg-if 1.0.0",4775 "value-bag",4776]47774778[[package]]4779name = "logtest"4780version = "2.0.0"4781source = "registry+https://github.com/rust-lang/crates.io-index"4782checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4783dependencies = [4784 "lazy_static",4785 "log",4786]47874788[[package]]4789name = "lru"4790version = "0.7.8"4791source = "registry+https://github.com/rust-lang/crates.io-index"4792checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4793dependencies = [4794 "hashbrown",4795]47964797[[package]]4798name = "lru"4799version = "0.8.1"4800source = "registry+https://github.com/rust-lang/crates.io-index"4801checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4802dependencies = [4803 "hashbrown",4804]48054806[[package]]4807name = "lru-cache"4808version = "0.1.2"4809source = "registry+https://github.com/rust-lang/crates.io-index"4810checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4811dependencies = [4812 "linked-hash-map",4813]48144815[[package]]4816name = "lz4"4817version = "1.24.0"4818source = "registry+https://github.com/rust-lang/crates.io-index"4819checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4820dependencies = [4821 "libc",4822 "lz4-sys",4823]48244825[[package]]4826name = "lz4-sys"4827version = "1.9.4"4828source = "registry+https://github.com/rust-lang/crates.io-index"4829checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4830dependencies = [4831 "cc",4832 "libc",4833]48344835[[package]]4836name = "mach"4837version = "0.3.2"4838source = "registry+https://github.com/rust-lang/crates.io-index"4839checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4840dependencies = [4841 "libc",4842]48434844[[package]]4845name = "match_cfg"4846version = "0.1.0"4847source = "registry+https://github.com/rust-lang/crates.io-index"4848checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48494850[[package]]4851name = "matchers"4852version = "0.0.1"4853source = "registry+https://github.com/rust-lang/crates.io-index"4854checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4855dependencies = [4856 "regex-automata",4857]48584859[[package]]4860name = "matches"4861version = "0.1.9"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48644865[[package]]4866name = "matrixmultiply"4867version = "0.3.2"4868source = "registry+https://github.com/rust-lang/crates.io-index"4869checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4870dependencies = [4871 "rawpointer",4872]48734874[[package]]4875name = "memchr"4876version = "2.5.0"4877source = "registry+https://github.com/rust-lang/crates.io-index"4878checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48794880[[package]]4881name = "memfd"4882version = "0.6.1"4883source = "registry+https://github.com/rust-lang/crates.io-index"4884checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"4885dependencies = [4886 "rustix",4887]48884889[[package]]4890name = "memmap2"4891version = "0.5.7"4892source = "registry+https://github.com/rust-lang/crates.io-index"4893checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"4894dependencies = [4895 "libc",4896]48974898[[package]]4899name = "memoffset"4900version = "0.6.5"4901source = "registry+https://github.com/rust-lang/crates.io-index"4902checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4903dependencies = [4904 "autocfg",4905]49064907[[package]]4908name = "memory-db"4909version = "0.29.0"4910source = "registry+https://github.com/rust-lang/crates.io-index"4911checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4912dependencies = [4913 "hash-db",4914 "hashbrown",4915 "parity-util-mem",4916]49174918[[package]]4919name = "memory-lru"4920version = "0.1.1"4921source = "registry+https://github.com/rust-lang/crates.io-index"4922checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"4923dependencies = [4924 "lru 0.8.1",4925]49264927[[package]]4928name = "memory_units"4929version = "0.4.0"4930source = "registry+https://github.com/rust-lang/crates.io-index"4931checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"49324933[[package]]4934name = "merlin"4935version = "2.0.1"4936source = "registry+https://github.com/rust-lang/crates.io-index"4937checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4938dependencies = [4939 "byteorder",4940 "keccak",4941 "rand_core 0.5.1",4942 "zeroize",4943]49444945[[package]]4946name = "mick-jaeger"4947version = "0.1.8"4948source = "registry+https://github.com/rust-lang/crates.io-index"4949checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4950dependencies = [4951 "futures 0.3.25",4952 "rand 0.8.5",4953 "thrift",4954]49554956[[package]]4957name = "minimal-lexical"4958version = "0.2.1"4959source = "registry+https://github.com/rust-lang/crates.io-index"4960checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49614962[[package]]4963name = "miniz_oxide"4964version = "0.5.4"4965source = "registry+https://github.com/rust-lang/crates.io-index"4966checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"4967dependencies = [4968 "adler",4969]49704971[[package]]4972name = "mio"4973version = "0.8.5"4974source = "registry+https://github.com/rust-lang/crates.io-index"4975checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4976dependencies = [4977 "libc",4978 "log",4979 "wasi 0.11.0+wasi-snapshot-preview1",4980 "windows-sys 0.42.0",4981]49824983[[package]]4984name = "multiaddr"4985version = "0.14.0"4986source = "registry+https://github.com/rust-lang/crates.io-index"4987checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4988dependencies = [4989 "arrayref",4990 "bs58",4991 "byteorder",4992 "data-encoding",4993 "multihash",4994 "percent-encoding",4995 "serde",4996 "static_assertions",4997 "unsigned-varint",4998 "url",4999]50005001[[package]]5002name = "multibase"5003version = "0.9.1"5004source = "registry+https://github.com/rust-lang/crates.io-index"5005checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5006dependencies = [5007 "base-x",5008 "data-encoding",5009 "data-encoding-macro",5010]50115012[[package]]5013name = "multihash"5014version = "0.16.3"5015source = "registry+https://github.com/rust-lang/crates.io-index"5016checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5017dependencies = [5018 "blake2b_simd",5019 "blake2s_simd",5020 "blake3",5021 "core2",5022 "digest 0.10.5",5023 "multihash-derive",5024 "sha2 0.10.6",5025 "sha3",5026 "unsigned-varint",5027]50285029[[package]]5030name = "multihash-derive"5031version = "0.8.0"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5034dependencies = [5035 "proc-macro-crate",5036 "proc-macro-error",5037 "proc-macro2",5038 "quote",5039 "syn",5040 "synstructure",5041]50425043[[package]]5044name = "multimap"5045version = "0.8.3"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50485049[[package]]5050name = "multistream-select"5051version = "0.11.0"5052source = "registry+https://github.com/rust-lang/crates.io-index"5053checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5054dependencies = [5055 "bytes",5056 "futures 0.3.25",5057 "log",5058 "pin-project",5059 "smallvec",5060 "unsigned-varint",5061]50625063[[package]]5064name = "nalgebra"5065version = "0.27.1"5066source = "registry+https://github.com/rust-lang/crates.io-index"5067checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5068dependencies = [5069 "approx",5070 "matrixmultiply",5071 "nalgebra-macros",5072 "num-complex",5073 "num-rational 0.4.1",5074 "num-traits",5075 "rand 0.8.5",5076 "rand_distr",5077 "simba",5078 "typenum",5079]50805081[[package]]5082name = "nalgebra-macros"5083version = "0.1.0"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5086dependencies = [5087 "proc-macro2",5088 "quote",5089 "syn",5090]50915092[[package]]5093name = "names"5094version = "0.13.0"5095source = "registry+https://github.com/rust-lang/crates.io-index"5096checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5097dependencies = [5098 "rand 0.8.5",5099]51005101[[package]]5102name = "nanorand"5103version = "0.7.0"5104source = "registry+https://github.com/rust-lang/crates.io-index"5105checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"51065107[[package]]5108name = "netlink-packet-core"5109version = "0.4.2"5110source = "registry+https://github.com/rust-lang/crates.io-index"5111checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5112dependencies = [5113 "anyhow",5114 "byteorder",5115 "libc",5116 "netlink-packet-utils",5117]51185119[[package]]5120name = "netlink-packet-route"5121version = "0.12.0"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5124dependencies = [5125 "anyhow",5126 "bitflags",5127 "byteorder",5128 "libc",5129 "netlink-packet-core",5130 "netlink-packet-utils",5131]51325133[[package]]5134name = "netlink-packet-utils"5135version = "0.5.1"5136source = "registry+https://github.com/rust-lang/crates.io-index"5137checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5138dependencies = [5139 "anyhow",5140 "byteorder",5141 "paste",5142 "thiserror",5143]51445145[[package]]5146name = "netlink-proto"5147version = "0.10.0"5148source = "registry+https://github.com/rust-lang/crates.io-index"5149checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5150dependencies = [5151 "bytes",5152 "futures 0.3.25",5153 "log",5154 "netlink-packet-core",5155 "netlink-sys",5156 "thiserror",5157 "tokio",5158]51595160[[package]]5161name = "netlink-sys"5162version = "0.8.3"5163source = "registry+https://github.com/rust-lang/crates.io-index"5164checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5165dependencies = [5166 "async-io",5167 "bytes",5168 "futures 0.3.25",5169 "libc",5170 "log",5171]51725173[[package]]5174name = "nix"5175version = "0.24.2"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5178dependencies = [5179 "bitflags",5180 "cfg-if 1.0.0",5181 "libc",5182]51835184[[package]]5185name = "nodrop"5186version = "0.1.14"5187source = "registry+https://github.com/rust-lang/crates.io-index"5188checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51895190[[package]]5191name = "nohash-hasher"5192version = "0.2.0"5193source = "registry+https://github.com/rust-lang/crates.io-index"5194checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51955196[[package]]5197name = "nom"5198version = "7.1.1"5199source = "registry+https://github.com/rust-lang/crates.io-index"5200checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5201dependencies = [5202 "memchr",5203 "minimal-lexical",5204]52055206[[package]]5207name = "num-bigint"5208version = "0.2.6"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5211dependencies = [5212 "autocfg",5213 "num-integer",5214 "num-traits",5215]52165217[[package]]5218name = "num-bigint"5219version = "0.4.3"5220source = "registry+https://github.com/rust-lang/crates.io-index"5221checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5222dependencies = [5223 "autocfg",5224 "num-integer",5225 "num-traits",5226]52275228[[package]]5229name = "num-complex"5230version = "0.4.2"5231source = "registry+https://github.com/rust-lang/crates.io-index"5232checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5233dependencies = [5234 "num-traits",5235]52365237[[package]]5238name = "num-format"5239version = "0.4.3"5240source = "registry+https://github.com/rust-lang/crates.io-index"5241checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5242dependencies = [5243 "arrayvec 0.7.2",5244 "itoa",5245]52465247[[package]]5248name = "num-integer"5249version = "0.1.45"5250source = "registry+https://github.com/rust-lang/crates.io-index"5251checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5252dependencies = [5253 "autocfg",5254 "num-traits",5255]52565257[[package]]5258name = "num-rational"5259version = "0.2.4"5260source = "registry+https://github.com/rust-lang/crates.io-index"5261checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5262dependencies = [5263 "autocfg",5264 "num-bigint 0.2.6",5265 "num-integer",5266 "num-traits",5267]52685269[[package]]5270name = "num-rational"5271version = "0.4.1"5272source = "registry+https://github.com/rust-lang/crates.io-index"5273checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5274dependencies = [5275 "autocfg",5276 "num-bigint 0.4.3",5277 "num-integer",5278 "num-traits",5279]52805281[[package]]5282name = "num-traits"5283version = "0.2.15"5284source = "registry+https://github.com/rust-lang/crates.io-index"5285checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5286dependencies = [5287 "autocfg",5288 "libm",5289]52905291[[package]]5292name = "num_cpus"5293version = "1.13.1"5294source = "registry+https://github.com/rust-lang/crates.io-index"5295checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5296dependencies = [5297 "hermit-abi",5298 "libc",5299]53005301[[package]]5302name = "num_threads"5303version = "0.1.6"5304source = "registry+https://github.com/rust-lang/crates.io-index"5305checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5306dependencies = [5307 "libc",5308]53095310[[package]]5311name = "object"5312version = "0.29.0"5313source = "registry+https://github.com/rust-lang/crates.io-index"5314checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5315dependencies = [5316 "crc32fast",5317 "hashbrown",5318 "indexmap",5319 "memchr",5320]53215322[[package]]5323name = "once_cell"5324version = "1.15.0"5325source = "registry+https://github.com/rust-lang/crates.io-index"5326checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"53275328[[package]]5329name = "opal-runtime"5330version = "0.9.30"5331dependencies = [5332 "app-promotion-rpc",5333 "cumulus-pallet-aura-ext",5334 "cumulus-pallet-dmp-queue",5335 "cumulus-pallet-parachain-system",5336 "cumulus-pallet-xcm",5337 "cumulus-pallet-xcmp-queue",5338 "cumulus-primitives-core",5339 "cumulus-primitives-timestamp",5340 "cumulus-primitives-utility",5341 "derivative",5342 "evm-coder",5343 "fp-evm-mapping",5344 "fp-rpc",5345 "fp-self-contained",5346 "frame-benchmarking",5347 "frame-executive",5348 "frame-support",5349 "frame-system",5350 "frame-system-benchmarking",5351 "frame-system-rpc-runtime-api",5352 "frame-try-runtime",5353 "hex-literal",5354 "impl-trait-for-tuples",5355 "log",5356 "logtest",5357 "orml-tokens",5358 "orml-traits",5359 "orml-vesting",5360 "orml-xtokens",5361 "pallet-app-promotion",5362 "pallet-aura",5363 "pallet-balances",5364 "pallet-base-fee",5365 "pallet-common",5366 "pallet-configuration",5367 "pallet-ethereum",5368 "pallet-evm",5369 "pallet-evm-coder-substrate",5370 "pallet-evm-contract-helpers",5371 "pallet-evm-migration",5372 "pallet-evm-transaction-payment",5373 "pallet-foreign-assets",5374 "pallet-fungible",5375 "pallet-inflation",5376 "pallet-nonfungible",5377 "pallet-randomness-collective-flip",5378 "pallet-refungible",5379 "pallet-rmrk-core",5380 "pallet-rmrk-equip",5381 "pallet-structure",5382 "pallet-sudo",5383 "pallet-template-transaction-payment",5384 "pallet-test-utils",5385 "pallet-timestamp",5386 "pallet-transaction-payment",5387 "pallet-transaction-payment-rpc-runtime-api",5388 "pallet-treasury",5389 "pallet-unique",5390 "pallet-unique-scheduler",5391 "pallet-unique-scheduler-v2",5392 "pallet-xcm",5393 "parachain-info",5394 "parity-scale-codec 3.2.1",5395 "polkadot-parachain",5396 "rmrk-rpc",5397 "scale-info",5398 "serde",5399 "smallvec",5400 "sp-api",5401 "sp-arithmetic",5402 "sp-block-builder",5403 "sp-consensus-aura",5404 "sp-core",5405 "sp-inherents",5406 "sp-io",5407 "sp-offchain",5408 "sp-runtime",5409 "sp-session",5410 "sp-std",5411 "sp-transaction-pool",5412 "sp-version",5413 "substrate-wasm-builder",5414 "up-common",5415 "up-data-structs",5416 "up-rpc",5417 "up-sponsorship",5418 "xcm",5419 "xcm-builder",5420 "xcm-executor",5421]54225423[[package]]5424name = "opaque-debug"5425version = "0.2.3"5426source = "registry+https://github.com/rust-lang/crates.io-index"5427checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"54285429[[package]]5430name = "opaque-debug"5431version = "0.3.0"5432source = "registry+https://github.com/rust-lang/crates.io-index"5433checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54345435[[package]]5436name = "openssl-probe"5437version = "0.1.5"5438source = "registry+https://github.com/rust-lang/crates.io-index"5439checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54405441[[package]]5442name = "orchestra"5443version = "0.0.1"5444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5445dependencies = [5446 "async-trait",5447 "dyn-clonable",5448 "futures 0.3.25",5449 "futures-timer",5450 "orchestra-proc-macro",5451 "pin-project",5452 "prioritized-metered-channel",5453 "thiserror",5454 "tracing",5455]54565457[[package]]5458name = "orchestra-proc-macro"5459version = "0.0.1"5460source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5461dependencies = [5462 "expander 0.0.6",5463 "itertools",5464 "petgraph",5465 "proc-macro-crate",5466 "proc-macro2",5467 "quote",5468 "syn",5469]54705471[[package]]5472name = "ordered-float"5473version = "1.1.1"5474source = "registry+https://github.com/rust-lang/crates.io-index"5475checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5476dependencies = [5477 "num-traits",5478]54795480[[package]]5481name = "orml-tokens"5482version = "0.4.1-dev"5483source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5484dependencies = [5485 "frame-support",5486 "frame-system",5487 "orml-traits",5488 "parity-scale-codec 3.2.1",5489 "scale-info",5490 "serde",5491 "sp-runtime",5492 "sp-std",5493]54945495[[package]]5496name = "orml-traits"5497version = "0.4.1-dev"5498source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5499dependencies = [5500 "frame-support",5501 "impl-trait-for-tuples",5502 "num-traits",5503 "orml-utilities",5504 "parity-scale-codec 3.2.1",5505 "scale-info",5506 "serde",5507 "sp-io",5508 "sp-runtime",5509 "sp-std",5510 "xcm",5511]55125513[[package]]5514name = "orml-utilities"5515version = "0.4.1-dev"5516source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5517dependencies = [5518 "frame-support",5519 "parity-scale-codec 3.2.1",5520 "scale-info",5521 "serde",5522 "sp-io",5523 "sp-runtime",5524 "sp-std",5525]55265527[[package]]5528name = "orml-vesting"5529version = "0.4.1-dev"5530source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5531dependencies = [5532 "frame-support",5533 "frame-system",5534 "parity-scale-codec 3.2.1",5535 "scale-info",5536 "serde",5537 "sp-io",5538 "sp-runtime",5539 "sp-std",5540]55415542[[package]]5543name = "orml-xcm-support"5544version = "0.4.1-dev"5545source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5546dependencies = [5547 "frame-support",5548 "orml-traits",5549 "parity-scale-codec 3.2.1",5550 "sp-runtime",5551 "sp-std",5552 "xcm",5553 "xcm-executor",5554]55555556[[package]]5557name = "orml-xtokens"5558version = "0.4.1-dev"5559source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5560dependencies = [5561 "cumulus-primitives-core",5562 "frame-support",5563 "frame-system",5564 "orml-traits",5565 "orml-xcm-support",5566 "pallet-xcm",5567 "parity-scale-codec 3.2.1",5568 "scale-info",5569 "serde",5570 "sp-io",5571 "sp-runtime",5572 "sp-std",5573 "xcm",5574 "xcm-executor",5575]55765577[[package]]5578name = "os_str_bytes"5579version = "6.3.0"5580source = "registry+https://github.com/rust-lang/crates.io-index"5581checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"55825583[[package]]5584name = "owning_ref"5585version = "0.4.1"5586source = "registry+https://github.com/rust-lang/crates.io-index"5587checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5588dependencies = [5589 "stable_deref_trait",5590]55915592[[package]]5593name = "pallet-app-promotion"5594version = "0.1.0"5595dependencies = [5596 "frame-benchmarking",5597 "frame-support",5598 "frame-system",5599 "pallet-balances",5600 "pallet-common",5601 "pallet-evm",5602 "pallet-evm-contract-helpers",5603 "pallet-evm-migration",5604 "pallet-randomness-collective-flip",5605 "pallet-timestamp",5606 "pallet-unique",5607 "parity-scale-codec 3.2.1",5608 "scale-info",5609 "serde",5610 "sp-core",5611 "sp-io",5612 "sp-runtime",5613 "sp-std",5614 "up-data-structs",5615]56165617[[package]]5618name = "pallet-aura"5619version = "4.0.0-dev"5620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5621dependencies = [5622 "frame-support",5623 "frame-system",5624 "pallet-timestamp",5625 "parity-scale-codec 3.2.1",5626 "scale-info",5627 "sp-application-crypto",5628 "sp-consensus-aura",5629 "sp-runtime",5630 "sp-std",5631]56325633[[package]]5634name = "pallet-authority-discovery"5635version = "4.0.0-dev"5636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5637dependencies = [5638 "frame-support",5639 "frame-system",5640 "pallet-session",5641 "parity-scale-codec 3.2.1",5642 "scale-info",5643 "sp-application-crypto",5644 "sp-authority-discovery",5645 "sp-runtime",5646 "sp-std",5647]56485649[[package]]5650name = "pallet-authorship"5651version = "4.0.0-dev"5652source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5653dependencies = [5654 "frame-support",5655 "frame-system",5656 "impl-trait-for-tuples",5657 "parity-scale-codec 3.2.1",5658 "scale-info",5659 "sp-authorship",5660 "sp-runtime",5661 "sp-std",5662]56635664[[package]]5665name = "pallet-babe"5666version = "4.0.0-dev"5667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5668dependencies = [5669 "frame-benchmarking",5670 "frame-support",5671 "frame-system",5672 "log",5673 "pallet-authorship",5674 "pallet-session",5675 "pallet-timestamp",5676 "parity-scale-codec 3.2.1",5677 "scale-info",5678 "sp-application-crypto",5679 "sp-consensus-babe",5680 "sp-consensus-vrf",5681 "sp-io",5682 "sp-runtime",5683 "sp-session",5684 "sp-staking",5685 "sp-std",5686]56875688[[package]]5689name = "pallet-bags-list"5690version = "4.0.0-dev"5691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5692dependencies = [5693 "frame-benchmarking",5694 "frame-election-provider-support",5695 "frame-support",5696 "frame-system",5697 "log",5698 "pallet-balances",5699 "parity-scale-codec 3.2.1",5700 "scale-info",5701 "sp-core",5702 "sp-io",5703 "sp-runtime",5704 "sp-std",5705 "sp-tracing",5706]57075708[[package]]5709name = "pallet-balances"5710version = "4.0.0-dev"5711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5712dependencies = [5713 "frame-benchmarking",5714 "frame-support",5715 "frame-system",5716 "log",5717 "parity-scale-codec 3.2.1",5718 "scale-info",5719 "sp-runtime",5720 "sp-std",5721]57225723[[package]]5724name = "pallet-base-fee"5725version = "1.0.0"5726source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5727dependencies = [5728 "fp-evm",5729 "frame-support",5730 "frame-system",5731 "parity-scale-codec 3.2.1",5732 "scale-info",5733 "serde",5734 "sp-core",5735 "sp-runtime",5736]57375738[[package]]5739name = "pallet-beefy"5740version = "4.0.0-dev"5741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5742dependencies = [5743 "beefy-primitives",5744 "frame-support",5745 "frame-system",5746 "pallet-session",5747 "parity-scale-codec 3.2.1",5748 "scale-info",5749 "serde",5750 "sp-runtime",5751 "sp-std",5752]57535754[[package]]5755name = "pallet-beefy-mmr"5756version = "4.0.0-dev"5757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5758dependencies = [5759 "array-bytes",5760 "beefy-merkle-tree",5761 "beefy-primitives",5762 "frame-support",5763 "frame-system",5764 "log",5765 "pallet-beefy",5766 "pallet-mmr",5767 "pallet-session",5768 "parity-scale-codec 3.2.1",5769 "scale-info",5770 "serde",5771 "sp-core",5772 "sp-io",5773 "sp-runtime",5774 "sp-std",5775]57765777[[package]]5778name = "pallet-bounties"5779version = "4.0.0-dev"5780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5781dependencies = [5782 "frame-benchmarking",5783 "frame-support",5784 "frame-system",5785 "log",5786 "pallet-treasury",5787 "parity-scale-codec 3.2.1",5788 "scale-info",5789 "sp-core",5790 "sp-io",5791 "sp-runtime",5792 "sp-std",5793]57945795[[package]]5796name = "pallet-child-bounties"5797version = "4.0.0-dev"5798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5799dependencies = [5800 "frame-benchmarking",5801 "frame-support",5802 "frame-system",5803 "log",5804 "pallet-bounties",5805 "pallet-treasury",5806 "parity-scale-codec 3.2.1",5807 "scale-info",5808 "sp-core",5809 "sp-io",5810 "sp-runtime",5811 "sp-std",5812]58135814[[package]]5815name = "pallet-collective"5816version = "4.0.0-dev"5817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5818dependencies = [5819 "frame-benchmarking",5820 "frame-support",5821 "frame-system",5822 "log",5823 "parity-scale-codec 3.2.1",5824 "scale-info",5825 "sp-core",5826 "sp-io",5827 "sp-runtime",5828 "sp-std",5829]58305831[[package]]5832name = "pallet-common"5833version = "0.1.9"5834dependencies = [5835 "ethereum",5836 "evm-coder",5837 "fp-evm-mapping",5838 "frame-benchmarking",5839 "frame-support",5840 "frame-system",5841 "pallet-evm",5842 "pallet-evm-coder-substrate",5843 "parity-scale-codec 3.2.1",5844 "scale-info",5845 "serde",5846 "sp-core",5847 "sp-runtime",5848 "sp-std",5849 "up-data-structs",5850]58515852[[package]]5853name = "pallet-configuration"5854version = "0.1.1"5855dependencies = [5856 "fp-evm",5857 "frame-support",5858 "frame-system",5859 "parity-scale-codec 3.2.1",5860 "scale-info",5861 "smallvec",5862 "sp-arithmetic",5863 "sp-core",5864 "sp-runtime",5865 "sp-std",5866]58675868[[package]]5869name = "pallet-democracy"5870version = "4.0.0-dev"5871source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5872dependencies = [5873 "frame-benchmarking",5874 "frame-support",5875 "frame-system",5876 "parity-scale-codec 3.2.1",5877 "scale-info",5878 "serde",5879 "sp-io",5880 "sp-runtime",5881 "sp-std",5882]58835884[[package]]5885name = "pallet-election-provider-multi-phase"5886version = "4.0.0-dev"5887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5888dependencies = [5889 "frame-benchmarking",5890 "frame-election-provider-support",5891 "frame-support",5892 "frame-system",5893 "log",5894 "pallet-election-provider-support-benchmarking",5895 "parity-scale-codec 3.2.1",5896 "rand 0.7.3",5897 "scale-info",5898 "sp-arithmetic",5899 "sp-core",5900 "sp-io",5901 "sp-npos-elections",5902 "sp-runtime",5903 "sp-std",5904 "static_assertions",5905 "strum",5906]59075908[[package]]5909name = "pallet-election-provider-support-benchmarking"5910version = "4.0.0-dev"5911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5912dependencies = [5913 "frame-benchmarking",5914 "frame-election-provider-support",5915 "frame-system",5916 "parity-scale-codec 3.2.1",5917 "sp-npos-elections",5918 "sp-runtime",5919]59205921[[package]]5922name = "pallet-elections-phragmen"5923version = "5.0.0-dev"5924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5925dependencies = [5926 "frame-benchmarking",5927 "frame-support",5928 "frame-system",5929 "log",5930 "parity-scale-codec 3.2.1",5931 "scale-info",5932 "sp-core",5933 "sp-io",5934 "sp-npos-elections",5935 "sp-runtime",5936 "sp-std",5937]59385939[[package]]5940name = "pallet-ethereum"5941version = "4.0.0-dev"5942source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5943dependencies = [5944 "ethereum",5945 "ethereum-types",5946 "evm",5947 "fp-consensus",5948 "fp-evm",5949 "fp-evm-mapping",5950 "fp-rpc",5951 "fp-self-contained",5952 "fp-storage",5953 "frame-support",5954 "frame-system",5955 "log",5956 "pallet-evm",5957 "pallet-timestamp",5958 "parity-scale-codec 3.2.1",5959 "rlp",5960 "scale-info",5961 "serde",5962 "sha3",5963 "sp-io",5964 "sp-runtime",5965 "sp-std",5966]59675968[[package]]5969name = "pallet-evm"5970version = "6.0.0-dev"5971source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5972dependencies = [5973 "evm",5974 "fp-evm",5975 "fp-evm-mapping",5976 "frame-benchmarking",5977 "frame-support",5978 "frame-system",5979 "hex",5980 "impl-trait-for-tuples",5981 "log",5982 "pallet-timestamp",5983 "parity-scale-codec 3.2.1",5984 "primitive-types",5985 "rlp",5986 "scale-info",5987 "serde",5988 "sha3",5989 "sp-core",5990 "sp-io",5991 "sp-runtime",5992 "sp-std",5993]59945995[[package]]5996name = "pallet-evm-coder-substrate"5997version = "0.1.3"5998dependencies = [5999 "ethereum",6000 "evm-coder",6001 "frame-benchmarking",6002 "frame-support",6003 "frame-system",6004 "pallet-ethereum",6005 "pallet-evm",6006 "parity-scale-codec 3.2.1",6007 "scale-info",6008 "sp-core",6009 "sp-std",6010 "up-data-structs",6011]60126013[[package]]6014name = "pallet-evm-contract-helpers"6015version = "0.3.0"6016dependencies = [6017 "ethereum",6018 "evm-coder",6019 "fp-evm-mapping",6020 "frame-support",6021 "frame-system",6022 "log",6023 "pallet-common",6024 "pallet-evm",6025 "pallet-evm-coder-substrate",6026 "pallet-evm-transaction-payment",6027 "parity-scale-codec 3.2.1",6028 "scale-info",6029 "sp-core",6030 "sp-runtime",6031 "sp-std",6032 "up-data-structs",6033 "up-sponsorship",6034]60356036[[package]]6037name = "pallet-evm-migration"6038version = "0.1.1"6039dependencies = [6040 "fp-evm",6041 "frame-benchmarking",6042 "frame-support",6043 "frame-system",6044 "pallet-evm",6045 "parity-scale-codec 3.2.1",6046 "scale-info",6047 "sp-core",6048 "sp-io",6049 "sp-runtime",6050 "sp-std",6051]60526053[[package]]6054name = "pallet-evm-transaction-payment"6055version = "0.1.1"6056dependencies = [6057 "fp-evm",6058 "fp-evm-mapping",6059 "frame-support",6060 "frame-system",6061 "pallet-ethereum",6062 "pallet-evm",6063 "parity-scale-codec 3.2.1",6064 "scale-info",6065 "sp-core",6066 "sp-io",6067 "sp-runtime",6068 "sp-std",6069 "up-sponsorship",6070]60716072[[package]]6073name = "pallet-fast-unstake"6074version = "4.0.0-dev"6075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6076dependencies = [6077 "frame-benchmarking",6078 "frame-election-provider-support",6079 "frame-support",6080 "frame-system",6081 "log",6082 "pallet-balances",6083 "pallet-staking",6084 "pallet-timestamp",6085 "parity-scale-codec 3.2.1",6086 "scale-info",6087 "sp-io",6088 "sp-runtime",6089 "sp-staking",6090 "sp-std",6091]60926093[[package]]6094name = "pallet-foreign-assets"6095version = "0.1.0"6096dependencies = [6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "hex",6101 "log",6102 "orml-tokens",6103 "pallet-balances",6104 "pallet-common",6105 "pallet-fungible",6106 "pallet-timestamp",6107 "parity-scale-codec 3.2.1",6108 "scale-info",6109 "serde",6110 "serde_json",6111 "sp-core",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115 "up-data-structs",6116 "xcm",6117 "xcm-builder",6118 "xcm-executor",6119]61206121[[package]]6122name = "pallet-fungible"6123version = "0.1.5"6124dependencies = [6125 "ethereum",6126 "evm-coder",6127 "frame-benchmarking",6128 "frame-support",6129 "frame-system",6130 "pallet-common",6131 "pallet-evm",6132 "pallet-evm-coder-substrate",6133 "pallet-structure",6134 "parity-scale-codec 3.2.1",6135 "scale-info",6136 "sp-core",6137 "sp-runtime",6138 "sp-std",6139 "up-data-structs",6140]61416142[[package]]6143name = "pallet-gilt"6144version = "4.0.0-dev"6145source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6146dependencies = [6147 "frame-benchmarking",6148 "frame-support",6149 "frame-system",6150 "parity-scale-codec 3.2.1",6151 "scale-info",6152 "sp-arithmetic",6153 "sp-runtime",6154 "sp-std",6155]61566157[[package]]6158name = "pallet-grandpa"6159version = "4.0.0-dev"6160source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6161dependencies = [6162 "frame-benchmarking",6163 "frame-support",6164 "frame-system",6165 "log",6166 "pallet-authorship",6167 "pallet-session",6168 "parity-scale-codec 3.2.1",6169 "scale-info",6170 "sp-application-crypto",6171 "sp-core",6172 "sp-finality-grandpa",6173 "sp-io",6174 "sp-runtime",6175 "sp-session",6176 "sp-staking",6177 "sp-std",6178]61796180[[package]]6181name = "pallet-identity"6182version = "4.0.0-dev"6183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6184dependencies = [6185 "enumflags2",6186 "frame-benchmarking",6187 "frame-support",6188 "frame-system",6189 "parity-scale-codec 3.2.1",6190 "scale-info",6191 "sp-io",6192 "sp-runtime",6193 "sp-std",6194]61956196[[package]]6197name = "pallet-im-online"6198version = "4.0.0-dev"6199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6200dependencies = [6201 "frame-benchmarking",6202 "frame-support",6203 "frame-system",6204 "log",6205 "pallet-authorship",6206 "parity-scale-codec 3.2.1",6207 "scale-info",6208 "sp-application-crypto",6209 "sp-core",6210 "sp-io",6211 "sp-runtime",6212 "sp-staking",6213 "sp-std",6214]62156216[[package]]6217name = "pallet-indices"6218version = "4.0.0-dev"6219source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6220dependencies = [6221 "frame-benchmarking",6222 "frame-support",6223 "frame-system",6224 "parity-scale-codec 3.2.1",6225 "scale-info",6226 "sp-core",6227 "sp-io",6228 "sp-keyring",6229 "sp-runtime",6230 "sp-std",6231]62326233[[package]]6234name = "pallet-inflation"6235version = "0.1.1"6236dependencies = [6237 "frame-benchmarking",6238 "frame-support",6239 "frame-system",6240 "pallet-balances",6241 "pallet-randomness-collective-flip",6242 "pallet-timestamp",6243 "parity-scale-codec 3.2.1",6244 "scale-info",6245 "serde",6246 "sp-core",6247 "sp-io",6248 "sp-runtime",6249 "sp-std",6250]62516252[[package]]6253name = "pallet-membership"6254version = "4.0.0-dev"6255source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6256dependencies = [6257 "frame-benchmarking",6258 "frame-support",6259 "frame-system",6260 "log",6261 "parity-scale-codec 3.2.1",6262 "scale-info",6263 "sp-core",6264 "sp-io",6265 "sp-runtime",6266 "sp-std",6267]62686269[[package]]6270name = "pallet-mmr"6271version = "4.0.0-dev"6272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6273dependencies = [6274 "ckb-merkle-mountain-range",6275 "frame-benchmarking",6276 "frame-support",6277 "frame-system",6278 "parity-scale-codec 3.2.1",6279 "scale-info",6280 "sp-core",6281 "sp-io",6282 "sp-mmr-primitives",6283 "sp-runtime",6284 "sp-std",6285]62866287[[package]]6288name = "pallet-mmr-rpc"6289version = "3.0.0"6290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6291dependencies = [6292 "jsonrpsee",6293 "parity-scale-codec 3.2.1",6294 "serde",6295 "sp-api",6296 "sp-blockchain",6297 "sp-core",6298 "sp-mmr-primitives",6299 "sp-runtime",6300]63016302[[package]]6303name = "pallet-multisig"6304version = "4.0.0-dev"6305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6306dependencies = [6307 "frame-benchmarking",6308 "frame-support",6309 "frame-system",6310 "parity-scale-codec 3.2.1",6311 "scale-info",6312 "sp-io",6313 "sp-runtime",6314 "sp-std",6315]63166317[[package]]6318name = "pallet-nomination-pools"6319version = "1.0.0"6320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6321dependencies = [6322 "frame-support",6323 "frame-system",6324 "log",6325 "parity-scale-codec 3.2.1",6326 "scale-info",6327 "sp-core",6328 "sp-io",6329 "sp-runtime",6330 "sp-staking",6331 "sp-std",6332]63336334[[package]]6335name = "pallet-nomination-pools-benchmarking"6336version = "1.0.0"6337source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6338dependencies = [6339 "frame-benchmarking",6340 "frame-election-provider-support",6341 "frame-support",6342 "frame-system",6343 "pallet-bags-list",6344 "pallet-nomination-pools",6345 "pallet-staking",6346 "parity-scale-codec 3.2.1",6347 "scale-info",6348 "sp-runtime",6349 "sp-runtime-interface",6350 "sp-staking",6351 "sp-std",6352]63536354[[package]]6355name = "pallet-nomination-pools-runtime-api"6356version = "1.0.0-dev"6357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6358dependencies = [6359 "parity-scale-codec 3.2.1",6360 "sp-api",6361 "sp-std",6362]63636364[[package]]6365name = "pallet-nonfungible"6366version = "0.1.6"6367dependencies = [6368 "ethereum",6369 "evm-coder",6370 "frame-benchmarking",6371 "frame-support",6372 "frame-system",6373 "pallet-common",6374 "pallet-evm",6375 "pallet-evm-coder-substrate",6376 "pallet-structure",6377 "parity-scale-codec 3.2.1",6378 "scale-info",6379 "sp-core",6380 "sp-runtime",6381 "sp-std",6382 "struct-versioning",6383 "up-data-structs",6384]63856386[[package]]6387name = "pallet-offences"6388version = "4.0.0-dev"6389source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6390dependencies = [6391 "frame-support",6392 "frame-system",6393 "log",6394 "pallet-balances",6395 "parity-scale-codec 3.2.1",6396 "scale-info",6397 "serde",6398 "sp-runtime",6399 "sp-staking",6400 "sp-std",6401]64026403[[package]]6404name = "pallet-offences-benchmarking"6405version = "4.0.0-dev"6406source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6407dependencies = [6408 "frame-benchmarking",6409 "frame-election-provider-support",6410 "frame-support",6411 "frame-system",6412 "pallet-babe",6413 "pallet-balances",6414 "pallet-grandpa",6415 "pallet-im-online",6416 "pallet-offences",6417 "pallet-session",6418 "pallet-staking",6419 "parity-scale-codec 3.2.1",6420 "scale-info",6421 "sp-runtime",6422 "sp-staking",6423 "sp-std",6424]64256426[[package]]6427name = "pallet-preimage"6428version = "4.0.0-dev"6429source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6430dependencies = [6431 "frame-benchmarking",6432 "frame-support",6433 "frame-system",6434 "parity-scale-codec 3.2.1",6435 "scale-info",6436 "sp-core",6437 "sp-io",6438 "sp-runtime",6439 "sp-std",6440]64416442[[package]]6443name = "pallet-proxy"6444version = "4.0.0-dev"6445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6446dependencies = [6447 "frame-benchmarking",6448 "frame-support",6449 "frame-system",6450 "parity-scale-codec 3.2.1",6451 "scale-info",6452 "sp-io",6453 "sp-runtime",6454 "sp-std",6455]64566457[[package]]6458name = "pallet-randomness-collective-flip"6459version = "4.0.0-dev"6460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6461dependencies = [6462 "frame-support",6463 "frame-system",6464 "parity-scale-codec 3.2.1",6465 "safe-mix",6466 "scale-info",6467 "sp-runtime",6468 "sp-std",6469]64706471[[package]]6472name = "pallet-recovery"6473version = "4.0.0-dev"6474source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6475dependencies = [6476 "frame-benchmarking",6477 "frame-support",6478 "frame-system",6479 "parity-scale-codec 3.2.1",6480 "scale-info",6481 "sp-io",6482 "sp-runtime",6483 "sp-std",6484]64856486[[package]]6487name = "pallet-refungible"6488version = "0.2.5"6489dependencies = [6490 "derivative",6491 "ethereum",6492 "evm-coder",6493 "frame-benchmarking",6494 "frame-support",6495 "frame-system",6496 "pallet-common",6497 "pallet-evm",6498 "pallet-evm-coder-substrate",6499 "pallet-structure",6500 "parity-scale-codec 3.2.1",6501 "scale-info",6502 "sp-core",6503 "sp-runtime",6504 "sp-std",6505 "struct-versioning",6506 "up-data-structs",6507]65086509[[package]]6510name = "pallet-rmrk-core"6511version = "0.1.2"6512dependencies = [6513 "derivative",6514 "frame-benchmarking",6515 "frame-support",6516 "frame-system",6517 "pallet-common",6518 "pallet-evm",6519 "pallet-nonfungible",6520 "pallet-structure",6521 "parity-scale-codec 3.2.1",6522 "rmrk-traits",6523 "scale-info",6524 "sp-core",6525 "sp-runtime",6526 "sp-std",6527 "up-data-structs",6528]65296530[[package]]6531name = "pallet-rmrk-equip"6532version = "0.1.2"6533dependencies = [6534 "frame-benchmarking",6535 "frame-support",6536 "frame-system",6537 "pallet-common",6538 "pallet-evm",6539 "pallet-nonfungible",6540 "pallet-rmrk-core",6541 "parity-scale-codec 3.2.1",6542 "rmrk-traits",6543 "scale-info",6544 "sp-core",6545 "sp-runtime",6546 "sp-std",6547 "up-data-structs",6548]65496550[[package]]6551name = "pallet-scheduler"6552version = "4.0.0-dev"6553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6554dependencies = [6555 "frame-benchmarking",6556 "frame-support",6557 "frame-system",6558 "log",6559 "parity-scale-codec 3.2.1",6560 "scale-info",6561 "sp-io",6562 "sp-runtime",6563 "sp-std",6564]65656566[[package]]6567name = "pallet-session"6568version = "4.0.0-dev"6569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6570dependencies = [6571 "frame-support",6572 "frame-system",6573 "impl-trait-for-tuples",6574 "log",6575 "pallet-timestamp",6576 "parity-scale-codec 3.2.1",6577 "scale-info",6578 "sp-core",6579 "sp-io",6580 "sp-runtime",6581 "sp-session",6582 "sp-staking",6583 "sp-std",6584 "sp-trie",6585]65866587[[package]]6588name = "pallet-session-benchmarking"6589version = "4.0.0-dev"6590source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6591dependencies = [6592 "frame-benchmarking",6593 "frame-support",6594 "frame-system",6595 "pallet-session",6596 "pallet-staking",6597 "rand 0.7.3",6598 "sp-runtime",6599 "sp-session",6600 "sp-std",6601]66026603[[package]]6604name = "pallet-society"6605version = "4.0.0-dev"6606source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6607dependencies = [6608 "frame-support",6609 "frame-system",6610 "parity-scale-codec 3.2.1",6611 "rand_chacha 0.2.2",6612 "scale-info",6613 "sp-runtime",6614 "sp-std",6615]66166617[[package]]6618name = "pallet-staking"6619version = "4.0.0-dev"6620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6621dependencies = [6622 "frame-benchmarking",6623 "frame-election-provider-support",6624 "frame-support",6625 "frame-system",6626 "log",6627 "pallet-authorship",6628 "pallet-session",6629 "parity-scale-codec 3.2.1",6630 "rand_chacha 0.2.2",6631 "scale-info",6632 "serde",6633 "sp-application-crypto",6634 "sp-io",6635 "sp-runtime",6636 "sp-staking",6637 "sp-std",6638]66396640[[package]]6641name = "pallet-staking-reward-curve"6642version = "4.0.0-dev"6643source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6644dependencies = [6645 "proc-macro-crate",6646 "proc-macro2",6647 "quote",6648 "syn",6649]66506651[[package]]6652name = "pallet-staking-reward-fn"6653version = "4.0.0-dev"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6655dependencies = [6656 "log",6657 "sp-arithmetic",6658]66596660[[package]]6661name = "pallet-structure"6662version = "0.1.2"6663dependencies = [6664 "frame-benchmarking",6665 "frame-support",6666 "frame-system",6667 "pallet-common",6668 "pallet-evm",6669 "parity-scale-codec 3.2.1",6670 "scale-info",6671 "sp-std",6672 "up-data-structs",6673]66746675[[package]]6676name = "pallet-sudo"6677version = "4.0.0-dev"6678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6679dependencies = [6680 "frame-support",6681 "frame-system",6682 "parity-scale-codec 3.2.1",6683 "scale-info",6684 "sp-io",6685 "sp-runtime",6686 "sp-std",6687]66886689[[package]]6690name = "pallet-template-transaction-payment"6691version = "3.0.0"6692source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6693dependencies = [6694 "frame-benchmarking",6695 "frame-support",6696 "frame-system",6697 "pallet-balances",6698 "pallet-transaction-payment",6699 "parity-scale-codec 3.2.1",6700 "scale-info",6701 "serde",6702 "sp-core",6703 "sp-io",6704 "sp-runtime",6705 "sp-std",6706 "up-sponsorship",6707]67086709[[package]]6710name = "pallet-test-utils"6711version = "0.1.0"6712dependencies = [6713 "frame-support",6714 "frame-system",6715 "pallet-unique-scheduler-v2",6716 "parity-scale-codec 3.2.1",6717 "scale-info",6718]67196720[[package]]6721name = "pallet-timestamp"6722version = "4.0.0-dev"6723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6724dependencies = [6725 "frame-benchmarking",6726 "frame-support",6727 "frame-system",6728 "log",6729 "parity-scale-codec 3.2.1",6730 "scale-info",6731 "sp-inherents",6732 "sp-io",6733 "sp-runtime",6734 "sp-std",6735 "sp-timestamp",6736]67376738[[package]]6739name = "pallet-tips"6740version = "4.0.0-dev"6741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6742dependencies = [6743 "frame-benchmarking",6744 "frame-support",6745 "frame-system",6746 "log",6747 "pallet-treasury",6748 "parity-scale-codec 3.2.1",6749 "scale-info",6750 "serde",6751 "sp-core",6752 "sp-io",6753 "sp-runtime",6754 "sp-std",6755]67566757[[package]]6758name = "pallet-transaction-payment"6759version = "4.0.0-dev"6760source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6761dependencies = [6762 "frame-support",6763 "frame-system",6764 "parity-scale-codec 3.2.1",6765 "scale-info",6766 "serde",6767 "sp-core",6768 "sp-io",6769 "sp-runtime",6770 "sp-std",6771]67726773[[package]]6774name = "pallet-transaction-payment-rpc"6775version = "4.0.0-dev"6776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6777dependencies = [6778 "jsonrpsee",6779 "pallet-transaction-payment-rpc-runtime-api",6780 "parity-scale-codec 3.2.1",6781 "sp-api",6782 "sp-blockchain",6783 "sp-core",6784 "sp-rpc",6785 "sp-runtime",6786]67876788[[package]]6789name = "pallet-transaction-payment-rpc-runtime-api"6790version = "4.0.0-dev"6791source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6792dependencies = [6793 "pallet-transaction-payment",6794 "parity-scale-codec 3.2.1",6795 "sp-api",6796 "sp-runtime",6797]67986799[[package]]6800name = "pallet-treasury"6801version = "4.0.0-dev"6802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6803dependencies = [6804 "frame-benchmarking",6805 "frame-support",6806 "frame-system",6807 "impl-trait-for-tuples",6808 "pallet-balances",6809 "parity-scale-codec 3.2.1",6810 "scale-info",6811 "serde",6812 "sp-runtime",6813 "sp-std",6814]68156816[[package]]6817name = "pallet-unique"6818version = "0.2.1"6819dependencies = [6820 "ethereum",6821 "evm-coder",6822 "frame-benchmarking",6823 "frame-support",6824 "frame-system",6825 "pallet-common",6826 "pallet-evm",6827 "pallet-evm-coder-substrate",6828 "pallet-nonfungible",6829 "pallet-refungible",6830 "parity-scale-codec 3.2.1",6831 "scale-info",6832 "serde",6833 "sp-core",6834 "sp-io",6835 "sp-runtime",6836 "sp-std",6837 "up-data-structs",6838]68396840[[package]]6841name = "pallet-unique-scheduler"6842version = "0.1.1"6843dependencies = [6844 "frame-benchmarking",6845 "frame-support",6846 "frame-system",6847 "log",6848 "parity-scale-codec 3.2.1",6849 "scale-info",6850 "serde",6851 "sp-core",6852 "sp-io",6853 "sp-runtime",6854 "sp-std",6855 "substrate-test-utils",6856 "up-sponsorship",6857]68586859[[package]]6860name = "pallet-unique-scheduler-v2"6861version = "0.1.0"6862dependencies = [6863 "frame-benchmarking",6864 "frame-support",6865 "frame-system",6866 "log",6867 "pallet-preimage",6868 "parity-scale-codec 3.2.1",6869 "scale-info",6870 "sp-core",6871 "sp-io",6872 "sp-runtime",6873 "sp-std",6874 "substrate-test-utils",6875]68766877[[package]]6878name = "pallet-utility"6879version = "4.0.0-dev"6880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6881dependencies = [6882 "frame-benchmarking",6883 "frame-support",6884 "frame-system",6885 "parity-scale-codec 3.2.1",6886 "scale-info",6887 "sp-core",6888 "sp-io",6889 "sp-runtime",6890 "sp-std",6891]68926893[[package]]6894name = "pallet-vesting"6895version = "4.0.0-dev"6896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6897dependencies = [6898 "frame-benchmarking",6899 "frame-support",6900 "frame-system",6901 "log",6902 "parity-scale-codec 3.2.1",6903 "scale-info",6904 "sp-runtime",6905 "sp-std",6906]69076908[[package]]6909name = "pallet-xcm"6910version = "0.9.30"6911source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6912dependencies = [6913 "frame-support",6914 "frame-system",6915 "log",6916 "parity-scale-codec 3.2.1",6917 "scale-info",6918 "serde",6919 "sp-core",6920 "sp-runtime",6921 "sp-std",6922 "xcm",6923 "xcm-executor",6924]69256926[[package]]6927name = "pallet-xcm-benchmarks"6928version = "0.9.30"6929source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"6930dependencies = [6931 "frame-benchmarking",6932 "frame-support",6933 "frame-system",6934 "log",6935 "parity-scale-codec 3.2.1",6936 "scale-info",6937 "sp-runtime",6938 "sp-std",6939 "xcm",6940 "xcm-executor",6941]69426943[[package]]6944name = "parachain-info"6945version = "0.1.0"6946source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"6947dependencies = [6948 "cumulus-primitives-core",6949 "frame-support",6950 "frame-system",6951 "parity-scale-codec 3.2.1",6952 "scale-info",6953 "serde",6954]69556956[[package]]6957name = "parity-db"6958version = "0.3.17"6959source = "registry+https://github.com/rust-lang/crates.io-index"6960checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"6961dependencies = [6962 "blake2-rfc",6963 "crc32fast",6964 "fs2",6965 "hex",6966 "libc",6967 "log",6968 "lz4",6969 "memmap2",6970 "parking_lot 0.12.1",6971 "rand 0.8.5",6972 "snap",6973]69746975[[package]]6976name = "parity-scale-codec"6977version = "2.3.1"6978source = "registry+https://github.com/rust-lang/crates.io-index"6979checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6980dependencies = [6981 "arrayvec 0.7.2",6982 "bitvec 0.20.4",6983 "byte-slice-cast",6984 "impl-trait-for-tuples",6985 "parity-scale-codec-derive 2.3.1",6986 "serde",6987]69886989[[package]]6990name = "parity-scale-codec"6991version = "3.2.1"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"6994dependencies = [6995 "arrayvec 0.7.2",6996 "bitvec 1.0.1",6997 "byte-slice-cast",6998 "bytes",6999 "impl-trait-for-tuples",7000 "parity-scale-codec-derive 3.1.3",7001 "serde",7002]70037004[[package]]7005name = "parity-scale-codec-derive"7006version = "2.3.1"7007source = "registry+https://github.com/rust-lang/crates.io-index"7008checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7009dependencies = [7010 "proc-macro-crate",7011 "proc-macro2",7012 "quote",7013 "syn",7014]70157016[[package]]7017name = "parity-scale-codec-derive"7018version = "3.1.3"7019source = "registry+https://github.com/rust-lang/crates.io-index"7020checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7021dependencies = [7022 "proc-macro-crate",7023 "proc-macro2",7024 "quote",7025 "syn",7026]70277028[[package]]7029name = "parity-send-wrapper"7030version = "0.1.0"7031source = "registry+https://github.com/rust-lang/crates.io-index"7032checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70337034[[package]]7035name = "parity-util-mem"7036version = "0.11.0"7037source = "registry+https://github.com/rust-lang/crates.io-index"7038checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7039dependencies = [7040 "cfg-if 1.0.0",7041 "ethereum-types",7042 "hashbrown",7043 "impl-trait-for-tuples",7044 "lru 0.7.8",7045 "parity-util-mem-derive",7046 "parking_lot 0.12.1",7047 "primitive-types",7048 "smallvec",7049 "winapi",7050]70517052[[package]]7053name = "parity-util-mem-derive"7054version = "0.1.0"7055source = "registry+https://github.com/rust-lang/crates.io-index"7056checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7057dependencies = [7058 "proc-macro2",7059 "syn",7060 "synstructure",7061]70627063[[package]]7064name = "parity-wasm"7065version = "0.32.0"7066source = "registry+https://github.com/rust-lang/crates.io-index"7067checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7068dependencies = [7069 "byteorder",7070]70717072[[package]]7073name = "parity-wasm"7074version = "0.45.0"7075source = "registry+https://github.com/rust-lang/crates.io-index"7076checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70777078[[package]]7079name = "parking"7080version = "2.0.0"7081source = "registry+https://github.com/rust-lang/crates.io-index"7082checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70837084[[package]]7085name = "parking_lot"7086version = "0.11.2"7087source = "registry+https://github.com/rust-lang/crates.io-index"7088checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7089dependencies = [7090 "instant",7091 "lock_api",7092 "parking_lot_core 0.8.5",7093]70947095[[package]]7096name = "parking_lot"7097version = "0.12.1"7098source = "registry+https://github.com/rust-lang/crates.io-index"7099checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7100dependencies = [7101 "lock_api",7102 "parking_lot_core 0.9.4",7103]71047105[[package]]7106name = "parking_lot_core"7107version = "0.8.5"7108source = "registry+https://github.com/rust-lang/crates.io-index"7109checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7110dependencies = [7111 "cfg-if 1.0.0",7112 "instant",7113 "libc",7114 "redox_syscall",7115 "smallvec",7116 "winapi",7117]71187119[[package]]7120name = "parking_lot_core"7121version = "0.9.4"7122source = "registry+https://github.com/rust-lang/crates.io-index"7123checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7124dependencies = [7125 "cfg-if 1.0.0",7126 "libc",7127 "redox_syscall",7128 "smallvec",7129 "windows-sys 0.42.0",7130]71317132[[package]]7133name = "paste"7134version = "1.0.9"7135source = "registry+https://github.com/rust-lang/crates.io-index"7136checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"71377138[[package]]7139name = "pbkdf2"7140version = "0.4.0"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7143dependencies = [7144 "crypto-mac 0.8.0",7145]71467147[[package]]7148name = "pbkdf2"7149version = "0.8.0"7150source = "registry+https://github.com/rust-lang/crates.io-index"7151checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7152dependencies = [7153 "crypto-mac 0.11.1",7154]71557156[[package]]7157name = "peeking_take_while"7158version = "0.1.2"7159source = "registry+https://github.com/rust-lang/crates.io-index"7160checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71617162[[package]]7163name = "percent-encoding"7164version = "2.2.0"7165source = "registry+https://github.com/rust-lang/crates.io-index"7166checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71677168[[package]]7169name = "pest"7170version = "2.4.0"7171source = "registry+https://github.com/rust-lang/crates.io-index"7172checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7173dependencies = [7174 "thiserror",7175 "ucd-trie",7176]71777178[[package]]7179name = "pest_derive"7180version = "2.4.0"7181source = "registry+https://github.com/rust-lang/crates.io-index"7182checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7183dependencies = [7184 "pest",7185 "pest_generator",7186]71877188[[package]]7189name = "pest_generator"7190version = "2.4.0"7191source = "registry+https://github.com/rust-lang/crates.io-index"7192checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7193dependencies = [7194 "pest",7195 "pest_meta",7196 "proc-macro2",7197 "quote",7198 "syn",7199]72007201[[package]]7202name = "pest_meta"7203version = "2.4.0"7204source = "registry+https://github.com/rust-lang/crates.io-index"7205checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7206dependencies = [7207 "once_cell",7208 "pest",7209 "sha1",7210]72117212[[package]]7213name = "petgraph"7214version = "0.6.2"7215source = "registry+https://github.com/rust-lang/crates.io-index"7216checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7217dependencies = [7218 "fixedbitset",7219 "indexmap",7220]72217222[[package]]7223name = "pin-project"7224version = "1.0.12"7225source = "registry+https://github.com/rust-lang/crates.io-index"7226checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7227dependencies = [7228 "pin-project-internal",7229]72307231[[package]]7232name = "pin-project-internal"7233version = "1.0.12"7234source = "registry+https://github.com/rust-lang/crates.io-index"7235checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7236dependencies = [7237 "proc-macro2",7238 "quote",7239 "syn",7240]72417242[[package]]7243name = "pin-project-lite"7244version = "0.1.12"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72477248[[package]]7249name = "pin-project-lite"7250version = "0.2.9"7251source = "registry+https://github.com/rust-lang/crates.io-index"7252checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72537254[[package]]7255name = "pin-utils"7256version = "0.1.0"7257source = "registry+https://github.com/rust-lang/crates.io-index"7258checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72597260[[package]]7261name = "pkcs8"7262version = "0.8.0"7263source = "registry+https://github.com/rust-lang/crates.io-index"7264checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7265dependencies = [7266 "der",7267 "spki",7268 "zeroize",7269]72707271[[package]]7272name = "pkg-config"7273version = "0.3.26"7274source = "registry+https://github.com/rust-lang/crates.io-index"7275checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72767277[[package]]7278name = "platforms"7279version = "2.0.0"7280source = "registry+https://github.com/rust-lang/crates.io-index"7281checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72827283[[package]]7284name = "polkadot-approval-distribution"7285version = "0.9.30"7286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7287dependencies = [7288 "futures 0.3.25",7289 "polkadot-node-network-protocol",7290 "polkadot-node-primitives",7291 "polkadot-node-subsystem",7292 "polkadot-node-subsystem-util",7293 "polkadot-primitives",7294 "rand 0.8.5",7295 "tracing-gum",7296]72977298[[package]]7299name = "polkadot-availability-bitfield-distribution"7300version = "0.9.30"7301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7302dependencies = [7303 "futures 0.3.25",7304 "polkadot-node-network-protocol",7305 "polkadot-node-subsystem",7306 "polkadot-node-subsystem-util",7307 "polkadot-primitives",7308 "rand 0.8.5",7309 "tracing-gum",7310]73117312[[package]]7313name = "polkadot-availability-distribution"7314version = "0.9.30"7315source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7316dependencies = [7317 "derive_more",7318 "fatality",7319 "futures 0.3.25",7320 "lru 0.7.8",7321 "parity-scale-codec 3.2.1",7322 "polkadot-erasure-coding",7323 "polkadot-node-network-protocol",7324 "polkadot-node-primitives",7325 "polkadot-node-subsystem",7326 "polkadot-node-subsystem-util",7327 "polkadot-primitives",7328 "rand 0.8.5",7329 "sp-core",7330 "sp-keystore",7331 "thiserror",7332 "tracing-gum",7333]73347335[[package]]7336name = "polkadot-availability-recovery"7337version = "0.9.30"7338source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7339dependencies = [7340 "fatality",7341 "futures 0.3.25",7342 "lru 0.7.8",7343 "parity-scale-codec 3.2.1",7344 "polkadot-erasure-coding",7345 "polkadot-node-network-protocol",7346 "polkadot-node-primitives",7347 "polkadot-node-subsystem",7348 "polkadot-node-subsystem-util",7349 "polkadot-primitives",7350 "rand 0.8.5",7351 "sc-network",7352 "thiserror",7353 "tracing-gum",7354]73557356[[package]]7357name = "polkadot-cli"7358version = "0.9.30"7359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7360dependencies = [7361 "clap",7362 "frame-benchmarking-cli",7363 "futures 0.3.25",7364 "log",7365 "polkadot-client",7366 "polkadot-node-core-pvf",7367 "polkadot-node-metrics",7368 "polkadot-performance-test",7369 "polkadot-service",7370 "sc-cli",7371 "sc-service",7372 "sc-sysinfo",7373 "sc-tracing",7374 "sp-core",7375 "sp-keyring",7376 "sp-trie",7377 "substrate-build-script-utils",7378 "thiserror",7379 "try-runtime-cli",7380]73817382[[package]]7383name = "polkadot-client"7384version = "0.9.30"7385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7386dependencies = [7387 "beefy-primitives",7388 "frame-benchmarking",7389 "frame-benchmarking-cli",7390 "frame-system",7391 "frame-system-rpc-runtime-api",7392 "pallet-transaction-payment",7393 "pallet-transaction-payment-rpc-runtime-api",7394 "polkadot-core-primitives",7395 "polkadot-node-core-parachains-inherent",7396 "polkadot-primitives",7397 "polkadot-runtime",7398 "polkadot-runtime-common",7399 "sc-client-api",7400 "sc-consensus",7401 "sc-executor",7402 "sc-service",7403 "sp-api",7404 "sp-authority-discovery",7405 "sp-block-builder",7406 "sp-blockchain",7407 "sp-consensus",7408 "sp-consensus-babe",7409 "sp-core",7410 "sp-finality-grandpa",7411 "sp-inherents",7412 "sp-keyring",7413 "sp-mmr-primitives",7414 "sp-offchain",7415 "sp-runtime",7416 "sp-session",7417 "sp-storage",7418 "sp-timestamp",7419 "sp-transaction-pool",7420]74217422[[package]]7423name = "polkadot-collator-protocol"7424version = "0.9.30"7425source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7426dependencies = [7427 "always-assert",7428 "fatality",7429 "futures 0.3.25",7430 "futures-timer",7431 "polkadot-node-network-protocol",7432 "polkadot-node-primitives",7433 "polkadot-node-subsystem",7434 "polkadot-node-subsystem-util",7435 "polkadot-primitives",7436 "sp-core",7437 "sp-keystore",7438 "sp-runtime",7439 "thiserror",7440 "tracing-gum",7441]74427443[[package]]7444name = "polkadot-core-primitives"7445version = "0.9.30"7446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7447dependencies = [7448 "parity-scale-codec 3.2.1",7449 "parity-util-mem",7450 "scale-info",7451 "sp-core",7452 "sp-runtime",7453 "sp-std",7454]74557456[[package]]7457name = "polkadot-dispute-distribution"7458version = "0.9.30"7459source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7460dependencies = [7461 "derive_more",7462 "fatality",7463 "futures 0.3.25",7464 "lru 0.7.8",7465 "parity-scale-codec 3.2.1",7466 "polkadot-erasure-coding",7467 "polkadot-node-network-protocol",7468 "polkadot-node-primitives",7469 "polkadot-node-subsystem",7470 "polkadot-node-subsystem-util",7471 "polkadot-primitives",7472 "sc-network",7473 "sp-application-crypto",7474 "sp-keystore",7475 "thiserror",7476 "tracing-gum",7477]74787479[[package]]7480name = "polkadot-erasure-coding"7481version = "0.9.30"7482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7483dependencies = [7484 "parity-scale-codec 3.2.1",7485 "polkadot-node-primitives",7486 "polkadot-primitives",7487 "reed-solomon-novelpoly",7488 "sp-core",7489 "sp-trie",7490 "thiserror",7491]74927493[[package]]7494name = "polkadot-gossip-support"7495version = "0.9.30"7496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7497dependencies = [7498 "futures 0.3.25",7499 "futures-timer",7500 "polkadot-node-network-protocol",7501 "polkadot-node-subsystem",7502 "polkadot-node-subsystem-util",7503 "polkadot-primitives",7504 "rand 0.8.5",7505 "rand_chacha 0.3.1",7506 "sc-network",7507 "sp-application-crypto",7508 "sp-core",7509 "sp-keystore",7510 "tracing-gum",7511]75127513[[package]]7514name = "polkadot-network-bridge"7515version = "0.9.30"7516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7517dependencies = [7518 "always-assert",7519 "async-trait",7520 "bytes",7521 "fatality",7522 "futures 0.3.25",7523 "parity-scale-codec 3.2.1",7524 "parking_lot 0.12.1",7525 "polkadot-node-network-protocol",7526 "polkadot-node-subsystem",7527 "polkadot-node-subsystem-util",7528 "polkadot-overseer",7529 "polkadot-primitives",7530 "sc-network",7531 "sc-network-common",7532 "sp-consensus",7533 "thiserror",7534 "tracing-gum",7535]75367537[[package]]7538name = "polkadot-node-collation-generation"7539version = "0.9.30"7540source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7541dependencies = [7542 "futures 0.3.25",7543 "parity-scale-codec 3.2.1",7544 "polkadot-erasure-coding",7545 "polkadot-node-primitives",7546 "polkadot-node-subsystem",7547 "polkadot-node-subsystem-util",7548 "polkadot-primitives",7549 "sp-core",7550 "sp-maybe-compressed-blob",7551 "thiserror",7552 "tracing-gum",7553]75547555[[package]]7556name = "polkadot-node-core-approval-voting"7557version = "0.9.30"7558source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7559dependencies = [7560 "bitvec 1.0.1",7561 "derive_more",7562 "futures 0.3.25",7563 "futures-timer",7564 "kvdb",7565 "lru 0.7.8",7566 "merlin",7567 "parity-scale-codec 3.2.1",7568 "polkadot-node-jaeger",7569 "polkadot-node-primitives",7570 "polkadot-node-subsystem",7571 "polkadot-node-subsystem-util",7572 "polkadot-overseer",7573 "polkadot-primitives",7574 "sc-keystore",7575 "schnorrkel",7576 "sp-application-crypto",7577 "sp-consensus",7578 "sp-consensus-slots",7579 "sp-runtime",7580 "thiserror",7581 "tracing-gum",7582]75837584[[package]]7585name = "polkadot-node-core-av-store"7586version = "0.9.30"7587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7588dependencies = [7589 "bitvec 1.0.1",7590 "futures 0.3.25",7591 "futures-timer",7592 "kvdb",7593 "parity-scale-codec 3.2.1",7594 "polkadot-erasure-coding",7595 "polkadot-node-primitives",7596 "polkadot-node-subsystem",7597 "polkadot-node-subsystem-util",7598 "polkadot-overseer",7599 "polkadot-primitives",7600 "thiserror",7601 "tracing-gum",7602]76037604[[package]]7605name = "polkadot-node-core-backing"7606version = "0.9.30"7607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7608dependencies = [7609 "bitvec 1.0.1",7610 "fatality",7611 "futures 0.3.25",7612 "polkadot-erasure-coding",7613 "polkadot-node-primitives",7614 "polkadot-node-subsystem",7615 "polkadot-node-subsystem-util",7616 "polkadot-primitives",7617 "polkadot-statement-table",7618 "sp-keystore",7619 "thiserror",7620 "tracing-gum",7621]76227623[[package]]7624name = "polkadot-node-core-bitfield-signing"7625version = "0.9.30"7626source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7627dependencies = [7628 "futures 0.3.25",7629 "polkadot-node-subsystem",7630 "polkadot-node-subsystem-util",7631 "polkadot-primitives",7632 "sp-keystore",7633 "thiserror",7634 "tracing-gum",7635 "wasm-timer",7636]76377638[[package]]7639name = "polkadot-node-core-candidate-validation"7640version = "0.9.30"7641source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7642dependencies = [7643 "async-trait",7644 "futures 0.3.25",7645 "parity-scale-codec 3.2.1",7646 "polkadot-node-core-pvf",7647 "polkadot-node-primitives",7648 "polkadot-node-subsystem",7649 "polkadot-node-subsystem-util",7650 "polkadot-parachain",7651 "polkadot-primitives",7652 "sp-maybe-compressed-blob",7653 "tracing-gum",7654]76557656[[package]]7657name = "polkadot-node-core-chain-api"7658version = "0.9.30"7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7660dependencies = [7661 "futures 0.3.25",7662 "polkadot-node-subsystem",7663 "polkadot-node-subsystem-util",7664 "polkadot-primitives",7665 "sc-client-api",7666 "sc-consensus-babe",7667 "sp-blockchain",7668 "tracing-gum",7669]76707671[[package]]7672name = "polkadot-node-core-chain-selection"7673version = "0.9.30"7674source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7675dependencies = [7676 "futures 0.3.25",7677 "futures-timer",7678 "kvdb",7679 "parity-scale-codec 3.2.1",7680 "polkadot-node-primitives",7681 "polkadot-node-subsystem",7682 "polkadot-node-subsystem-util",7683 "polkadot-primitives",7684 "thiserror",7685 "tracing-gum",7686]76877688[[package]]7689name = "polkadot-node-core-dispute-coordinator"7690version = "0.9.30"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7692dependencies = [7693 "fatality",7694 "futures 0.3.25",7695 "kvdb",7696 "lru 0.7.8",7697 "parity-scale-codec 3.2.1",7698 "polkadot-node-primitives",7699 "polkadot-node-subsystem",7700 "polkadot-node-subsystem-util",7701 "polkadot-primitives",7702 "sc-keystore",7703 "thiserror",7704 "tracing-gum",7705]77067707[[package]]7708name = "polkadot-node-core-parachains-inherent"7709version = "0.9.30"7710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7711dependencies = [7712 "async-trait",7713 "futures 0.3.25",7714 "futures-timer",7715 "polkadot-node-subsystem",7716 "polkadot-primitives",7717 "sp-blockchain",7718 "sp-inherents",7719 "sp-runtime",7720 "thiserror",7721 "tracing-gum",7722]77237724[[package]]7725name = "polkadot-node-core-provisioner"7726version = "0.9.30"7727source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7728dependencies = [7729 "bitvec 1.0.1",7730 "fatality",7731 "futures 0.3.25",7732 "futures-timer",7733 "polkadot-node-primitives",7734 "polkadot-node-subsystem",7735 "polkadot-node-subsystem-util",7736 "polkadot-primitives",7737 "rand 0.8.5",7738 "thiserror",7739 "tracing-gum",7740]77417742[[package]]7743name = "polkadot-node-core-pvf"7744version = "0.9.30"7745source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7746dependencies = [7747 "always-assert",7748 "assert_matches",7749 "async-process",7750 "async-std",7751 "futures 0.3.25",7752 "futures-timer",7753 "parity-scale-codec 3.2.1",7754 "pin-project",7755 "polkadot-core-primitives",7756 "polkadot-node-metrics",7757 "polkadot-parachain",7758 "rand 0.8.5",7759 "rayon",7760 "sc-executor",7761 "sc-executor-common",7762 "sc-executor-wasmtime",7763 "slotmap",7764 "sp-core",7765 "sp-externalities",7766 "sp-io",7767 "sp-maybe-compressed-blob",7768 "sp-tracing",7769 "sp-wasm-interface",7770 "tempfile",7771 "tracing-gum",7772]77737774[[package]]7775name = "polkadot-node-core-pvf-checker"7776version = "0.9.30"7777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7778dependencies = [7779 "futures 0.3.25",7780 "polkadot-node-primitives",7781 "polkadot-node-subsystem",7782 "polkadot-node-subsystem-util",7783 "polkadot-overseer",7784 "polkadot-primitives",7785 "sp-keystore",7786 "thiserror",7787 "tracing-gum",7788]77897790[[package]]7791name = "polkadot-node-core-runtime-api"7792version = "0.9.30"7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7794dependencies = [7795 "futures 0.3.25",7796 "memory-lru",7797 "parity-util-mem",7798 "polkadot-node-subsystem",7799 "polkadot-node-subsystem-types",7800 "polkadot-node-subsystem-util",7801 "polkadot-primitives",7802 "sp-consensus-babe",7803 "tracing-gum",7804]78057806[[package]]7807name = "polkadot-node-jaeger"7808version = "0.9.30"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7810dependencies = [7811 "async-std",7812 "lazy_static",7813 "log",7814 "mick-jaeger",7815 "parity-scale-codec 3.2.1",7816 "parking_lot 0.12.1",7817 "polkadot-node-primitives",7818 "polkadot-primitives",7819 "sc-network",7820 "sp-core",7821 "thiserror",7822]78237824[[package]]7825name = "polkadot-node-metrics"7826version = "0.9.30"7827source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7828dependencies = [7829 "bs58",7830 "futures 0.3.25",7831 "futures-timer",7832 "log",7833 "parity-scale-codec 3.2.1",7834 "polkadot-primitives",7835 "prioritized-metered-channel",7836 "sc-cli",7837 "sc-service",7838 "sc-tracing",7839 "substrate-prometheus-endpoint",7840 "tracing-gum",7841]78427843[[package]]7844name = "polkadot-node-network-protocol"7845version = "0.9.30"7846source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7847dependencies = [7848 "async-trait",7849 "derive_more",7850 "fatality",7851 "futures 0.3.25",7852 "hex",7853 "parity-scale-codec 3.2.1",7854 "polkadot-node-jaeger",7855 "polkadot-node-primitives",7856 "polkadot-primitives",7857 "rand 0.8.5",7858 "sc-authority-discovery",7859 "sc-network",7860 "sc-network-common",7861 "strum",7862 "thiserror",7863 "tracing-gum",7864]78657866[[package]]7867name = "polkadot-node-primitives"7868version = "0.9.30"7869source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7870dependencies = [7871 "bounded-vec",7872 "futures 0.3.25",7873 "parity-scale-codec 3.2.1",7874 "polkadot-parachain",7875 "polkadot-primitives",7876 "schnorrkel",7877 "serde",7878 "sp-application-crypto",7879 "sp-consensus-babe",7880 "sp-consensus-vrf",7881 "sp-core",7882 "sp-keystore",7883 "sp-maybe-compressed-blob",7884 "thiserror",7885 "zstd",7886]78877888[[package]]7889name = "polkadot-node-subsystem"7890version = "0.9.30"7891source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7892dependencies = [7893 "polkadot-node-jaeger",7894 "polkadot-node-subsystem-types",7895 "polkadot-overseer",7896]78977898[[package]]7899name = "polkadot-node-subsystem-types"7900version = "0.9.30"7901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7902dependencies = [7903 "async-trait",7904 "derive_more",7905 "futures 0.3.25",7906 "orchestra",7907 "polkadot-node-jaeger",7908 "polkadot-node-network-protocol",7909 "polkadot-node-primitives",7910 "polkadot-primitives",7911 "polkadot-statement-table",7912 "sc-network",7913 "smallvec",7914 "sp-api",7915 "sp-authority-discovery",7916 "sp-consensus-babe",7917 "substrate-prometheus-endpoint",7918 "thiserror",7919]79207921[[package]]7922name = "polkadot-node-subsystem-util"7923version = "0.9.30"7924source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7925dependencies = [7926 "async-trait",7927 "derive_more",7928 "fatality",7929 "futures 0.3.25",7930 "itertools",7931 "kvdb",7932 "lru 0.7.8",7933 "parity-db",7934 "parity-scale-codec 3.2.1",7935 "parity-util-mem",7936 "parking_lot 0.11.2",7937 "pin-project",7938 "polkadot-node-jaeger",7939 "polkadot-node-metrics",7940 "polkadot-node-network-protocol",7941 "polkadot-node-primitives",7942 "polkadot-node-subsystem",7943 "polkadot-overseer",7944 "polkadot-primitives",7945 "prioritized-metered-channel",7946 "rand 0.8.5",7947 "sp-application-crypto",7948 "sp-core",7949 "sp-keystore",7950 "thiserror",7951 "tracing-gum",7952]79537954[[package]]7955name = "polkadot-overseer"7956version = "0.9.30"7957source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7958dependencies = [7959 "async-trait",7960 "futures 0.3.25",7961 "futures-timer",7962 "lru 0.7.8",7963 "orchestra",7964 "parity-util-mem",7965 "parking_lot 0.12.1",7966 "polkadot-node-metrics",7967 "polkadot-node-network-protocol",7968 "polkadot-node-primitives",7969 "polkadot-node-subsystem-types",7970 "polkadot-primitives",7971 "sc-client-api",7972 "sp-api",7973 "sp-core",7974 "tracing-gum",7975]79767977[[package]]7978name = "polkadot-parachain"7979version = "0.9.30"7980source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7981dependencies = [7982 "derive_more",7983 "frame-support",7984 "parity-scale-codec 3.2.1",7985 "parity-util-mem",7986 "polkadot-core-primitives",7987 "scale-info",7988 "serde",7989 "sp-core",7990 "sp-runtime",7991 "sp-std",7992]79937994[[package]]7995name = "polkadot-performance-test"7996version = "0.9.30"7997source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7998dependencies = [7999 "env_logger",8000 "kusama-runtime",8001 "log",8002 "polkadot-erasure-coding",8003 "polkadot-node-core-pvf",8004 "polkadot-node-primitives",8005 "quote",8006 "thiserror",8007]80088009[[package]]8010name = "polkadot-primitives"8011version = "0.9.30"8012source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8013dependencies = [8014 "bitvec 1.0.1",8015 "frame-system",8016 "hex-literal",8017 "parity-scale-codec 3.2.1",8018 "parity-util-mem",8019 "polkadot-core-primitives",8020 "polkadot-parachain",8021 "scale-info",8022 "serde",8023 "sp-api",8024 "sp-application-crypto",8025 "sp-arithmetic",8026 "sp-authority-discovery",8027 "sp-consensus-slots",8028 "sp-core",8029 "sp-inherents",8030 "sp-io",8031 "sp-keystore",8032 "sp-runtime",8033 "sp-staking",8034 "sp-std",8035 "sp-trie",8036 "sp-version",8037]80388039[[package]]8040name = "polkadot-rpc"8041version = "0.9.30"8042source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8043dependencies = [8044 "beefy-gadget",8045 "beefy-gadget-rpc",8046 "jsonrpsee",8047 "pallet-mmr-rpc",8048 "pallet-transaction-payment-rpc",8049 "polkadot-primitives",8050 "sc-chain-spec",8051 "sc-client-api",8052 "sc-consensus-babe",8053 "sc-consensus-babe-rpc",8054 "sc-consensus-epochs",8055 "sc-finality-grandpa",8056 "sc-finality-grandpa-rpc",8057 "sc-rpc",8058 "sc-sync-state-rpc",8059 "sc-transaction-pool-api",8060 "sp-api",8061 "sp-block-builder",8062 "sp-blockchain",8063 "sp-consensus",8064 "sp-consensus-babe",8065 "sp-keystore",8066 "sp-runtime",8067 "substrate-frame-rpc-system",8068 "substrate-state-trie-migration-rpc",8069]80708071[[package]]8072name = "polkadot-runtime"8073version = "0.9.30"8074source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8075dependencies = [8076 "beefy-primitives",8077 "bitvec 1.0.1",8078 "frame-benchmarking",8079 "frame-election-provider-support",8080 "frame-executive",8081 "frame-support",8082 "frame-system",8083 "frame-system-benchmarking",8084 "frame-system-rpc-runtime-api",8085 "frame-try-runtime",8086 "hex-literal",8087 "log",8088 "pallet-authority-discovery",8089 "pallet-authorship",8090 "pallet-babe",8091 "pallet-bags-list",8092 "pallet-balances",8093 "pallet-bounties",8094 "pallet-child-bounties",8095 "pallet-collective",8096 "pallet-democracy",8097 "pallet-election-provider-multi-phase",8098 "pallet-election-provider-support-benchmarking",8099 "pallet-elections-phragmen",8100 "pallet-fast-unstake",8101 "pallet-grandpa",8102 "pallet-identity",8103 "pallet-im-online",8104 "pallet-indices",8105 "pallet-membership",8106 "pallet-multisig",8107 "pallet-nomination-pools",8108 "pallet-nomination-pools-benchmarking",8109 "pallet-nomination-pools-runtime-api",8110 "pallet-offences",8111 "pallet-offences-benchmarking",8112 "pallet-preimage",8113 "pallet-proxy",8114 "pallet-scheduler",8115 "pallet-session",8116 "pallet-session-benchmarking",8117 "pallet-staking",8118 "pallet-staking-reward-curve",8119 "pallet-timestamp",8120 "pallet-tips",8121 "pallet-transaction-payment",8122 "pallet-transaction-payment-rpc-runtime-api",8123 "pallet-treasury",8124 "pallet-utility",8125 "pallet-vesting",8126 "pallet-xcm",8127 "parity-scale-codec 3.2.1",8128 "polkadot-primitives",8129 "polkadot-runtime-common",8130 "polkadot-runtime-constants",8131 "polkadot-runtime-parachains",8132 "rustc-hex",8133 "scale-info",8134 "serde",8135 "serde_derive",8136 "smallvec",8137 "sp-api",8138 "sp-authority-discovery",8139 "sp-block-builder",8140 "sp-consensus-babe",8141 "sp-core",8142 "sp-inherents",8143 "sp-io",8144 "sp-mmr-primitives",8145 "sp-npos-elections",8146 "sp-offchain",8147 "sp-runtime",8148 "sp-session",8149 "sp-staking",8150 "sp-std",8151 "sp-transaction-pool",8152 "sp-version",8153 "static_assertions",8154 "substrate-wasm-builder",8155 "xcm",8156 "xcm-builder",8157 "xcm-executor",8158]81598160[[package]]8161name = "polkadot-runtime-common"8162version = "0.9.30"8163source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8164dependencies = [8165 "beefy-primitives",8166 "bitvec 1.0.1",8167 "frame-benchmarking",8168 "frame-election-provider-support",8169 "frame-support",8170 "frame-system",8171 "impl-trait-for-tuples",8172 "libsecp256k1",8173 "log",8174 "pallet-authorship",8175 "pallet-babe",8176 "pallet-bags-list",8177 "pallet-balances",8178 "pallet-beefy-mmr",8179 "pallet-election-provider-multi-phase",8180 "pallet-session",8181 "pallet-staking",8182 "pallet-timestamp",8183 "pallet-transaction-payment",8184 "pallet-treasury",8185 "pallet-vesting",8186 "parity-scale-codec 3.2.1",8187 "polkadot-primitives",8188 "polkadot-runtime-parachains",8189 "rustc-hex",8190 "scale-info",8191 "serde",8192 "serde_derive",8193 "slot-range-helper",8194 "sp-api",8195 "sp-core",8196 "sp-inherents",8197 "sp-io",8198 "sp-npos-elections",8199 "sp-runtime",8200 "sp-session",8201 "sp-staking",8202 "sp-std",8203 "static_assertions",8204 "xcm",8205]82068207[[package]]8208name = "polkadot-runtime-constants"8209version = "0.9.30"8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8211dependencies = [8212 "frame-support",8213 "polkadot-primitives",8214 "polkadot-runtime-common",8215 "smallvec",8216 "sp-runtime",8217]82188219[[package]]8220name = "polkadot-runtime-metrics"8221version = "0.9.30"8222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8223dependencies = [8224 "bs58",8225 "parity-scale-codec 3.2.1",8226 "polkadot-primitives",8227 "sp-std",8228 "sp-tracing",8229]82308231[[package]]8232name = "polkadot-runtime-parachains"8233version = "0.9.30"8234source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8235dependencies = [8236 "bitflags",8237 "bitvec 1.0.1",8238 "derive_more",8239 "frame-benchmarking",8240 "frame-support",8241 "frame-system",8242 "log",8243 "pallet-authority-discovery",8244 "pallet-authorship",8245 "pallet-babe",8246 "pallet-balances",8247 "pallet-session",8248 "pallet-staking",8249 "pallet-timestamp",8250 "pallet-vesting",8251 "parity-scale-codec 3.2.1",8252 "polkadot-primitives",8253 "polkadot-runtime-metrics",8254 "rand 0.8.5",8255 "rand_chacha 0.3.1",8256 "rustc-hex",8257 "scale-info",8258 "serde",8259 "sp-api",8260 "sp-application-crypto",8261 "sp-core",8262 "sp-inherents",8263 "sp-io",8264 "sp-keystore",8265 "sp-runtime",8266 "sp-session",8267 "sp-staking",8268 "sp-std",8269 "static_assertions",8270 "xcm",8271 "xcm-executor",8272]82738274[[package]]8275name = "polkadot-service"8276version = "0.9.30"8277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8278dependencies = [8279 "async-trait",8280 "beefy-gadget",8281 "beefy-primitives",8282 "frame-support",8283 "frame-system-rpc-runtime-api",8284 "futures 0.3.25",8285 "hex-literal",8286 "kusama-runtime",8287 "kvdb",8288 "kvdb-rocksdb",8289 "lru 0.7.8",8290 "pallet-babe",8291 "pallet-im-online",8292 "pallet-staking",8293 "pallet-transaction-payment-rpc-runtime-api",8294 "parity-db",8295 "polkadot-approval-distribution",8296 "polkadot-availability-bitfield-distribution",8297 "polkadot-availability-distribution",8298 "polkadot-availability-recovery",8299 "polkadot-client",8300 "polkadot-collator-protocol",8301 "polkadot-dispute-distribution",8302 "polkadot-gossip-support",8303 "polkadot-network-bridge",8304 "polkadot-node-collation-generation",8305 "polkadot-node-core-approval-voting",8306 "polkadot-node-core-av-store",8307 "polkadot-node-core-backing",8308 "polkadot-node-core-bitfield-signing",8309 "polkadot-node-core-candidate-validation",8310 "polkadot-node-core-chain-api",8311 "polkadot-node-core-chain-selection",8312 "polkadot-node-core-dispute-coordinator",8313 "polkadot-node-core-parachains-inherent",8314 "polkadot-node-core-provisioner",8315 "polkadot-node-core-pvf-checker",8316 "polkadot-node-core-runtime-api",8317 "polkadot-node-network-protocol",8318 "polkadot-node-primitives",8319 "polkadot-node-subsystem",8320 "polkadot-node-subsystem-types",8321 "polkadot-node-subsystem-util",8322 "polkadot-overseer",8323 "polkadot-parachain",8324 "polkadot-primitives",8325 "polkadot-rpc",8326 "polkadot-runtime",8327 "polkadot-runtime-constants",8328 "polkadot-runtime-parachains",8329 "polkadot-statement-distribution",8330 "rococo-runtime",8331 "sc-authority-discovery",8332 "sc-basic-authorship",8333 "sc-block-builder",8334 "sc-chain-spec",8335 "sc-client-api",8336 "sc-client-db",8337 "sc-consensus",8338 "sc-consensus-babe",8339 "sc-consensus-slots",8340 "sc-executor",8341 "sc-finality-grandpa",8342 "sc-keystore",8343 "sc-network",8344 "sc-network-common",8345 "sc-offchain",8346 "sc-service",8347 "sc-sync-state-rpc",8348 "sc-sysinfo",8349 "sc-telemetry",8350 "sc-transaction-pool",8351 "serde",8352 "serde_json",8353 "sp-api",8354 "sp-authority-discovery",8355 "sp-block-builder",8356 "sp-blockchain",8357 "sp-consensus",8358 "sp-consensus-babe",8359 "sp-core",8360 "sp-finality-grandpa",8361 "sp-inherents",8362 "sp-io",8363 "sp-keystore",8364 "sp-offchain",8365 "sp-runtime",8366 "sp-session",8367 "sp-state-machine",8368 "sp-storage",8369 "sp-timestamp",8370 "sp-transaction-pool",8371 "sp-trie",8372 "substrate-prometheus-endpoint",8373 "thiserror",8374 "tracing-gum",8375 "westend-runtime",8376]83778378[[package]]8379name = "polkadot-statement-distribution"8380version = "0.9.30"8381source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8382dependencies = [8383 "arrayvec 0.5.2",8384 "fatality",8385 "futures 0.3.25",8386 "indexmap",8387 "parity-scale-codec 3.2.1",8388 "polkadot-node-network-protocol",8389 "polkadot-node-primitives",8390 "polkadot-node-subsystem",8391 "polkadot-node-subsystem-util",8392 "polkadot-primitives",8393 "sp-keystore",8394 "sp-staking",8395 "thiserror",8396 "tracing-gum",8397]83988399[[package]]8400name = "polkadot-statement-table"8401version = "0.9.30"8402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8403dependencies = [8404 "parity-scale-codec 3.2.1",8405 "polkadot-primitives",8406 "sp-core",8407]84088409[[package]]8410name = "polkadot-test-runtime"8411version = "0.9.30"8412source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8413dependencies = [8414 "beefy-primitives",8415 "bitvec 1.0.1",8416 "frame-election-provider-support",8417 "frame-executive",8418 "frame-support",8419 "frame-system",8420 "frame-system-rpc-runtime-api",8421 "log",8422 "pallet-authority-discovery",8423 "pallet-authorship",8424 "pallet-babe",8425 "pallet-balances",8426 "pallet-grandpa",8427 "pallet-indices",8428 "pallet-offences",8429 "pallet-session",8430 "pallet-staking",8431 "pallet-staking-reward-curve",8432 "pallet-sudo",8433 "pallet-timestamp",8434 "pallet-transaction-payment",8435 "pallet-transaction-payment-rpc-runtime-api",8436 "pallet-vesting",8437 "pallet-xcm",8438 "parity-scale-codec 3.2.1",8439 "polkadot-parachain",8440 "polkadot-primitives",8441 "polkadot-runtime-common",8442 "polkadot-runtime-parachains",8443 "rustc-hex",8444 "scale-info",8445 "serde",8446 "serde_derive",8447 "smallvec",8448 "sp-api",8449 "sp-authority-discovery",8450 "sp-block-builder",8451 "sp-consensus-babe",8452 "sp-core",8453 "sp-inherents",8454 "sp-io",8455 "sp-mmr-primitives",8456 "sp-offchain",8457 "sp-runtime",8458 "sp-session",8459 "sp-staking",8460 "sp-std",8461 "sp-transaction-pool",8462 "sp-version",8463 "substrate-wasm-builder",8464 "test-runtime-constants",8465 "xcm",8466 "xcm-builder",8467 "xcm-executor",8468]84698470[[package]]8471name = "polkadot-test-service"8472version = "0.9.30"8473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8474dependencies = [8475 "frame-benchmarking",8476 "frame-system",8477 "futures 0.3.25",8478 "hex",8479 "pallet-balances",8480 "pallet-staking",8481 "pallet-transaction-payment",8482 "polkadot-node-primitives",8483 "polkadot-node-subsystem",8484 "polkadot-overseer",8485 "polkadot-parachain",8486 "polkadot-primitives",8487 "polkadot-rpc",8488 "polkadot-runtime-common",8489 "polkadot-runtime-parachains",8490 "polkadot-service",8491 "polkadot-test-runtime",8492 "rand 0.8.5",8493 "sc-authority-discovery",8494 "sc-chain-spec",8495 "sc-cli",8496 "sc-client-api",8497 "sc-consensus",8498 "sc-consensus-babe",8499 "sc-executor",8500 "sc-finality-grandpa",8501 "sc-network",8502 "sc-network-common",8503 "sc-service",8504 "sc-tracing",8505 "sc-transaction-pool",8506 "sp-arithmetic",8507 "sp-authority-discovery",8508 "sp-blockchain",8509 "sp-consensus",8510 "sp-consensus-babe",8511 "sp-core",8512 "sp-finality-grandpa",8513 "sp-inherents",8514 "sp-keyring",8515 "sp-runtime",8516 "sp-state-machine",8517 "substrate-test-client",8518 "tempfile",8519 "test-runtime-constants",8520 "tokio",8521 "tracing-gum",8522]85238524[[package]]8525name = "polling"8526version = "2.4.0"8527source = "registry+https://github.com/rust-lang/crates.io-index"8528checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8529dependencies = [8530 "autocfg",8531 "cfg-if 1.0.0",8532 "libc",8533 "log",8534 "wepoll-ffi",8535 "winapi",8536]85378538[[package]]8539name = "poly1305"8540version = "0.7.2"8541source = "registry+https://github.com/rust-lang/crates.io-index"8542checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8543dependencies = [8544 "cpufeatures",8545 "opaque-debug 0.3.0",8546 "universal-hash",8547]85488549[[package]]8550name = "polyval"8551version = "0.5.3"8552source = "registry+https://github.com/rust-lang/crates.io-index"8553checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8554dependencies = [8555 "cfg-if 1.0.0",8556 "cpufeatures",8557 "opaque-debug 0.3.0",8558 "universal-hash",8559]85608561[[package]]8562name = "ppv-lite86"8563version = "0.2.16"8564source = "registry+https://github.com/rust-lang/crates.io-index"8565checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"85668567[[package]]8568name = "primitive-types"8569version = "0.11.1"8570source = "registry+https://github.com/rust-lang/crates.io-index"8571checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8572dependencies = [8573 "fixed-hash",8574 "impl-codec",8575 "impl-rlp",8576 "impl-serde",8577 "scale-info",8578 "uint",8579]85808581[[package]]8582name = "prioritized-metered-channel"8583version = "0.2.0"8584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8585dependencies = [8586 "coarsetime",8587 "crossbeam-queue",8588 "derive_more",8589 "futures 0.3.25",8590 "futures-timer",8591 "nanorand",8592 "thiserror",8593 "tracing",8594]85958596[[package]]8597name = "proc-macro-crate"8598version = "1.2.1"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8601dependencies = [8602 "once_cell",8603 "thiserror",8604 "toml",8605]86068607[[package]]8608name = "proc-macro-error"8609version = "1.0.4"8610source = "registry+https://github.com/rust-lang/crates.io-index"8611checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8612dependencies = [8613 "proc-macro-error-attr",8614 "proc-macro2",8615 "quote",8616 "syn",8617 "version_check",8618]86198620[[package]]8621name = "proc-macro-error-attr"8622version = "1.0.4"8623source = "registry+https://github.com/rust-lang/crates.io-index"8624checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8625dependencies = [8626 "proc-macro2",8627 "quote",8628 "version_check",8629]86308631[[package]]8632name = "proc-macro2"8633version = "1.0.47"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8636dependencies = [8637 "unicode-ident",8638]86398640[[package]]8641name = "prometheus"8642version = "0.13.3"8643source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8645dependencies = [8646 "cfg-if 1.0.0",8647 "fnv",8648 "lazy_static",8649 "memchr",8650 "parking_lot 0.12.1",8651 "thiserror",8652]86538654[[package]]8655name = "prometheus-client"8656version = "0.16.0"8657source = "registry+https://github.com/rust-lang/crates.io-index"8658checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8659dependencies = [8660 "dtoa",8661 "itoa",8662 "owning_ref",8663 "prometheus-client-derive-text-encode",8664]86658666[[package]]8667name = "prometheus-client-derive-text-encode"8668version = "0.2.0"8669source = "registry+https://github.com/rust-lang/crates.io-index"8670checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8671dependencies = [8672 "proc-macro2",8673 "quote",8674 "syn",8675]86768677[[package]]8678name = "prost"8679version = "0.10.4"8680source = "registry+https://github.com/rust-lang/crates.io-index"8681checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8682dependencies = [8683 "bytes",8684 "prost-derive 0.10.1",8685]86868687[[package]]8688name = "prost"8689version = "0.11.0"8690source = "registry+https://github.com/rust-lang/crates.io-index"8691checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8692dependencies = [8693 "bytes",8694 "prost-derive 0.11.0",8695]86968697[[package]]8698name = "prost-build"8699version = "0.10.4"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8702dependencies = [8703 "bytes",8704 "cfg-if 1.0.0",8705 "cmake",8706 "heck",8707 "itertools",8708 "lazy_static",8709 "log",8710 "multimap",8711 "petgraph",8712 "prost 0.10.4",8713 "prost-types 0.10.1",8714 "regex",8715 "tempfile",8716 "which",8717]87188719[[package]]8720name = "prost-build"8721version = "0.11.1"8722source = "registry+https://github.com/rust-lang/crates.io-index"8723checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8724dependencies = [8725 "bytes",8726 "heck",8727 "itertools",8728 "lazy_static",8729 "log",8730 "multimap",8731 "petgraph",8732 "prost 0.11.0",8733 "prost-types 0.11.1",8734 "regex",8735 "tempfile",8736 "which",8737]87388739[[package]]8740name = "prost-codec"8741version = "0.1.0"8742source = "registry+https://github.com/rust-lang/crates.io-index"8743checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8744dependencies = [8745 "asynchronous-codec",8746 "bytes",8747 "prost 0.10.4",8748 "thiserror",8749 "unsigned-varint",8750]87518752[[package]]8753name = "prost-derive"8754version = "0.10.1"8755source = "registry+https://github.com/rust-lang/crates.io-index"8756checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8757dependencies = [8758 "anyhow",8759 "itertools",8760 "proc-macro2",8761 "quote",8762 "syn",8763]87648765[[package]]8766name = "prost-derive"8767version = "0.11.0"8768source = "registry+https://github.com/rust-lang/crates.io-index"8769checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8770dependencies = [8771 "anyhow",8772 "itertools",8773 "proc-macro2",8774 "quote",8775 "syn",8776]87778778[[package]]8779name = "prost-types"8780version = "0.10.1"8781source = "registry+https://github.com/rust-lang/crates.io-index"8782checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8783dependencies = [8784 "bytes",8785 "prost 0.10.4",8786]87878788[[package]]8789name = "prost-types"8790version = "0.11.1"8791source = "registry+https://github.com/rust-lang/crates.io-index"8792checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8793dependencies = [8794 "bytes",8795 "prost 0.11.0",8796]87978798[[package]]8799name = "psm"8800version = "0.1.21"8801source = "registry+https://github.com/rust-lang/crates.io-index"8802checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8803dependencies = [8804 "cc",8805]88068807[[package]]8808name = "quartz-runtime"8809version = "0.9.30"8810dependencies = [8811 "app-promotion-rpc",8812 "cumulus-pallet-aura-ext",8813 "cumulus-pallet-dmp-queue",8814 "cumulus-pallet-parachain-system",8815 "cumulus-pallet-xcm",8816 "cumulus-pallet-xcmp-queue",8817 "cumulus-primitives-core",8818 "cumulus-primitives-timestamp",8819 "cumulus-primitives-utility",8820 "derivative",8821 "evm-coder",8822 "fp-evm-mapping",8823 "fp-rpc",8824 "fp-self-contained",8825 "frame-benchmarking",8826 "frame-executive",8827 "frame-support",8828 "frame-system",8829 "frame-system-benchmarking",8830 "frame-system-rpc-runtime-api",8831 "frame-try-runtime",8832 "hex-literal",8833 "impl-trait-for-tuples",8834 "log",8835 "logtest",8836 "orml-tokens",8837 "orml-traits",8838 "orml-vesting",8839 "orml-xtokens",8840 "pallet-app-promotion",8841 "pallet-aura",8842 "pallet-balances",8843 "pallet-base-fee",8844 "pallet-common",8845 "pallet-configuration",8846 "pallet-ethereum",8847 "pallet-evm",8848 "pallet-evm-coder-substrate",8849 "pallet-evm-contract-helpers",8850 "pallet-evm-migration",8851 "pallet-evm-transaction-payment",8852 "pallet-foreign-assets",8853 "pallet-fungible",8854 "pallet-inflation",8855 "pallet-nonfungible",8856 "pallet-randomness-collective-flip",8857 "pallet-refungible",8858 "pallet-rmrk-core",8859 "pallet-rmrk-equip",8860 "pallet-structure",8861 "pallet-sudo",8862 "pallet-template-transaction-payment",8863 "pallet-timestamp",8864 "pallet-transaction-payment",8865 "pallet-transaction-payment-rpc-runtime-api",8866 "pallet-treasury",8867 "pallet-unique",8868 "pallet-unique-scheduler",8869 "pallet-xcm",8870 "parachain-info",8871 "parity-scale-codec 3.2.1",8872 "polkadot-parachain",8873 "rmrk-rpc",8874 "scale-info",8875 "serde",8876 "smallvec",8877 "sp-api",8878 "sp-arithmetic",8879 "sp-block-builder",8880 "sp-consensus-aura",8881 "sp-core",8882 "sp-inherents",8883 "sp-io",8884 "sp-offchain",8885 "sp-runtime",8886 "sp-session",8887 "sp-std",8888 "sp-transaction-pool",8889 "sp-version",8890 "substrate-wasm-builder",8891 "up-common",8892 "up-data-structs",8893 "up-rpc",8894 "up-sponsorship",8895 "xcm",8896 "xcm-builder",8897 "xcm-executor",8898]88998900[[package]]8901name = "quick-error"8902version = "1.2.3"8903source = "registry+https://github.com/rust-lang/crates.io-index"8904checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"89058906[[package]]8907name = "quicksink"8908version = "0.1.2"8909source = "registry+https://github.com/rust-lang/crates.io-index"8910checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8911dependencies = [8912 "futures-core",8913 "futures-sink",8914 "pin-project-lite 0.1.12",8915]89168917[[package]]8918name = "quote"8919version = "1.0.21"8920source = "registry+https://github.com/rust-lang/crates.io-index"8921checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"8922dependencies = [8923 "proc-macro2",8924]89258926[[package]]8927name = "radium"8928version = "0.6.2"8929source = "registry+https://github.com/rust-lang/crates.io-index"8930checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"89318932[[package]]8933name = "radium"8934version = "0.7.0"8935source = "registry+https://github.com/rust-lang/crates.io-index"8936checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"89378938[[package]]8939name = "rand"8940version = "0.7.3"8941source = "registry+https://github.com/rust-lang/crates.io-index"8942checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8943dependencies = [8944 "getrandom 0.1.16",8945 "libc",8946 "rand_chacha 0.2.2",8947 "rand_core 0.5.1",8948 "rand_hc",8949 "rand_pcg 0.2.1",8950]89518952[[package]]8953name = "rand"8954version = "0.8.5"8955source = "registry+https://github.com/rust-lang/crates.io-index"8956checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8957dependencies = [8958 "libc",8959 "rand_chacha 0.3.1",8960 "rand_core 0.6.4",8961]89628963[[package]]8964name = "rand_chacha"8965version = "0.2.2"8966source = "registry+https://github.com/rust-lang/crates.io-index"8967checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8968dependencies = [8969 "ppv-lite86",8970 "rand_core 0.5.1",8971]89728973[[package]]8974name = "rand_chacha"8975version = "0.3.1"8976source = "registry+https://github.com/rust-lang/crates.io-index"8977checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8978dependencies = [8979 "ppv-lite86",8980 "rand_core 0.6.4",8981]89828983[[package]]8984name = "rand_core"8985version = "0.5.1"8986source = "registry+https://github.com/rust-lang/crates.io-index"8987checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8988dependencies = [8989 "getrandom 0.1.16",8990]89918992[[package]]8993name = "rand_core"8994version = "0.6.4"8995source = "registry+https://github.com/rust-lang/crates.io-index"8996checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8997dependencies = [8998 "getrandom 0.2.8",8999]90009001[[package]]9002name = "rand_distr"9003version = "0.4.3"9004source = "registry+https://github.com/rust-lang/crates.io-index"9005checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9006dependencies = [9007 "num-traits",9008 "rand 0.8.5",9009]90109011[[package]]9012name = "rand_hc"9013version = "0.2.0"9014source = "registry+https://github.com/rust-lang/crates.io-index"9015checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9016dependencies = [9017 "rand_core 0.5.1",9018]90199020[[package]]9021name = "rand_pcg"9022version = "0.2.1"9023source = "registry+https://github.com/rust-lang/crates.io-index"9024checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9025dependencies = [9026 "rand_core 0.5.1",9027]90289029[[package]]9030name = "rand_pcg"9031version = "0.3.1"9032source = "registry+https://github.com/rust-lang/crates.io-index"9033checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9034dependencies = [9035 "rand_core 0.6.4",9036]90379038[[package]]9039name = "rawpointer"9040version = "0.2.1"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"90439044[[package]]9045name = "rayon"9046version = "1.5.3"9047source = "registry+https://github.com/rust-lang/crates.io-index"9048checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9049dependencies = [9050 "autocfg",9051 "crossbeam-deque",9052 "either",9053 "rayon-core",9054]90559056[[package]]9057name = "rayon-core"9058version = "1.9.3"9059source = "registry+https://github.com/rust-lang/crates.io-index"9060checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9061dependencies = [9062 "crossbeam-channel",9063 "crossbeam-deque",9064 "crossbeam-utils",9065 "num_cpus",9066]90679068[[package]]9069name = "redox_syscall"9070version = "0.2.16"9071source = "registry+https://github.com/rust-lang/crates.io-index"9072checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9073dependencies = [9074 "bitflags",9075]90769077[[package]]9078name = "redox_users"9079version = "0.4.3"9080source = "registry+https://github.com/rust-lang/crates.io-index"9081checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9082dependencies = [9083 "getrandom 0.2.8",9084 "redox_syscall",9085 "thiserror",9086]90879088[[package]]9089name = "reed-solomon-novelpoly"9090version = "1.0.0"9091source = "registry+https://github.com/rust-lang/crates.io-index"9092checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9093dependencies = [9094 "derive_more",9095 "fs-err",9096 "itertools",9097 "static_init 0.5.2",9098 "thiserror",9099]91009101[[package]]9102name = "ref-cast"9103version = "1.0.12"9104source = "registry+https://github.com/rust-lang/crates.io-index"9105checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9106dependencies = [9107 "ref-cast-impl",9108]91099110[[package]]9111name = "ref-cast-impl"9112version = "1.0.12"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9115dependencies = [9116 "proc-macro2",9117 "quote",9118 "syn",9119]91209121[[package]]9122name = "regalloc2"9123version = "0.3.2"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9126dependencies = [9127 "fxhash",9128 "log",9129 "slice-group-by",9130 "smallvec",9131]91329133[[package]]9134name = "regex"9135version = "1.6.0"9136source = "registry+https://github.com/rust-lang/crates.io-index"9137checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9138dependencies = [9139 "aho-corasick",9140 "memchr",9141 "regex-syntax",9142]91439144[[package]]9145name = "regex-automata"9146version = "0.1.10"9147source = "registry+https://github.com/rust-lang/crates.io-index"9148checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9149dependencies = [9150 "regex-syntax",9151]91529153[[package]]9154name = "regex-syntax"9155version = "0.6.27"9156source = "registry+https://github.com/rust-lang/crates.io-index"9157checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"91589159[[package]]9160name = "remote-externalities"9161version = "0.10.0-dev"9162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9163dependencies = [9164 "env_logger",9165 "jsonrpsee",9166 "log",9167 "parity-scale-codec 3.2.1",9168 "serde",9169 "serde_json",9170 "sp-core",9171 "sp-io",9172 "sp-runtime",9173 "sp-version",9174]91759176[[package]]9177name = "remove_dir_all"9178version = "0.5.3"9179source = "registry+https://github.com/rust-lang/crates.io-index"9180checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9181dependencies = [9182 "winapi",9183]91849185[[package]]9186name = "resolv-conf"9187version = "0.7.0"9188source = "registry+https://github.com/rust-lang/crates.io-index"9189checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9190dependencies = [9191 "hostname",9192 "quick-error",9193]91949195[[package]]9196name = "rfc6979"9197version = "0.1.0"9198source = "registry+https://github.com/rust-lang/crates.io-index"9199checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9200dependencies = [9201 "crypto-bigint",9202 "hmac 0.11.0",9203 "zeroize",9204]92059206[[package]]9207name = "ring"9208version = "0.16.20"9209source = "registry+https://github.com/rust-lang/crates.io-index"9210checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9211dependencies = [9212 "cc",9213 "libc",9214 "once_cell",9215 "spin",9216 "untrusted",9217 "web-sys",9218 "winapi",9219]92209221[[package]]9222name = "rlp"9223version = "0.5.2"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9226dependencies = [9227 "bytes",9228 "rustc-hex",9229]92309231[[package]]9232name = "rlp-derive"9233version = "0.1.0"9234source = "registry+https://github.com/rust-lang/crates.io-index"9235checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9236dependencies = [9237 "proc-macro2",9238 "quote",9239 "syn",9240]92419242[[package]]9243name = "rmrk-rpc"9244version = "0.0.2"9245dependencies = [9246 "parity-scale-codec 2.3.1",9247 "rmrk-traits",9248 "serde",9249 "sp-api",9250 "sp-core",9251 "sp-runtime",9252 "sp-std",9253]92549255[[package]]9256name = "rmrk-traits"9257version = "0.1.0"9258dependencies = [9259 "parity-scale-codec 3.2.1",9260 "scale-info",9261 "serde",9262]92639264[[package]]9265name = "rocksdb"9266version = "0.18.0"9267source = "registry+https://github.com/rust-lang/crates.io-index"9268checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9269dependencies = [9270 "libc",9271 "librocksdb-sys",9272]92739274[[package]]9275name = "rococo-runtime"9276version = "0.9.30"9277source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9278dependencies = [9279 "beefy-merkle-tree",9280 "beefy-primitives",9281 "frame-benchmarking",9282 "frame-executive",9283 "frame-support",9284 "frame-system",9285 "frame-system-benchmarking",9286 "frame-system-rpc-runtime-api",9287 "hex-literal",9288 "log",9289 "pallet-authority-discovery",9290 "pallet-authorship",9291 "pallet-babe",9292 "pallet-balances",9293 "pallet-beefy",9294 "pallet-beefy-mmr",9295 "pallet-bounties",9296 "pallet-child-bounties",9297 "pallet-collective",9298 "pallet-democracy",9299 "pallet-elections-phragmen",9300 "pallet-gilt",9301 "pallet-grandpa",9302 "pallet-identity",9303 "pallet-im-online",9304 "pallet-indices",9305 "pallet-membership",9306 "pallet-mmr",9307 "pallet-multisig",9308 "pallet-offences",9309 "pallet-preimage",9310 "pallet-proxy",9311 "pallet-recovery",9312 "pallet-scheduler",9313 "pallet-session",9314 "pallet-society",9315 "pallet-staking",9316 "pallet-sudo",9317 "pallet-timestamp",9318 "pallet-tips",9319 "pallet-transaction-payment",9320 "pallet-transaction-payment-rpc-runtime-api",9321 "pallet-treasury",9322 "pallet-utility",9323 "pallet-vesting",9324 "pallet-xcm",9325 "pallet-xcm-benchmarks",9326 "parity-scale-codec 3.2.1",9327 "polkadot-parachain",9328 "polkadot-primitives",9329 "polkadot-runtime-common",9330 "polkadot-runtime-parachains",9331 "rococo-runtime-constants",9332 "scale-info",9333 "serde",9334 "serde_derive",9335 "smallvec",9336 "sp-api",9337 "sp-authority-discovery",9338 "sp-block-builder",9339 "sp-consensus-babe",9340 "sp-core",9341 "sp-inherents",9342 "sp-io",9343 "sp-mmr-primitives",9344 "sp-offchain",9345 "sp-runtime",9346 "sp-session",9347 "sp-staking",9348 "sp-std",9349 "sp-transaction-pool",9350 "sp-version",9351 "static_assertions",9352 "substrate-wasm-builder",9353 "xcm",9354 "xcm-builder",9355 "xcm-executor",9356]93579358[[package]]9359name = "rococo-runtime-constants"9360version = "0.9.30"9361source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9362dependencies = [9363 "frame-support",9364 "polkadot-primitives",9365 "polkadot-runtime-common",9366 "smallvec",9367 "sp-runtime",9368]93699370[[package]]9371name = "rpassword"9372version = "7.1.0"9373source = "registry+https://github.com/rust-lang/crates.io-index"9374checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9375dependencies = [9376 "libc",9377 "winapi",9378]93799380[[package]]9381name = "rtnetlink"9382version = "0.10.1"9383source = "registry+https://github.com/rust-lang/crates.io-index"9384checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9385dependencies = [9386 "async-global-executor",9387 "futures 0.3.25",9388 "log",9389 "netlink-packet-route",9390 "netlink-proto",9391 "nix",9392 "thiserror",9393]93949395[[package]]9396name = "rustc-demangle"9397version = "0.1.21"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"94009401[[package]]9402name = "rustc-hash"9403version = "1.1.0"9404source = "registry+https://github.com/rust-lang/crates.io-index"9405checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"94069407[[package]]9408name = "rustc-hex"9409version = "2.1.0"9410source = "registry+https://github.com/rust-lang/crates.io-index"9411checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"94129413[[package]]9414name = "rustc_version"9415version = "0.2.3"9416source = "registry+https://github.com/rust-lang/crates.io-index"9417checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9418dependencies = [9419 "semver 0.9.0",9420]94219422[[package]]9423name = "rustc_version"9424version = "0.4.0"9425source = "registry+https://github.com/rust-lang/crates.io-index"9426checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9427dependencies = [9428 "semver 1.0.14",9429]94309431[[package]]9432name = "rustix"9433version = "0.35.12"9434source = "registry+https://github.com/rust-lang/crates.io-index"9435checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9436dependencies = [9437 "bitflags",9438 "errno",9439 "io-lifetimes",9440 "libc",9441 "linux-raw-sys",9442 "windows-sys 0.36.1",9443]94449445[[package]]9446name = "rustls"9447version = "0.20.7"9448source = "registry+https://github.com/rust-lang/crates.io-index"9449checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9450dependencies = [9451 "log",9452 "ring",9453 "sct",9454 "webpki",9455]94569457[[package]]9458name = "rustls-native-certs"9459version = "0.6.2"9460source = "registry+https://github.com/rust-lang/crates.io-index"9461checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9462dependencies = [9463 "openssl-probe",9464 "rustls-pemfile",9465 "schannel",9466 "security-framework",9467]94689469[[package]]9470name = "rustls-pemfile"9471version = "1.0.1"9472source = "registry+https://github.com/rust-lang/crates.io-index"9473checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9474dependencies = [9475 "base64",9476]94779478[[package]]9479name = "rustversion"9480version = "1.0.9"9481source = "registry+https://github.com/rust-lang/crates.io-index"9482checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"94839484[[package]]9485name = "rw-stream-sink"9486version = "0.3.0"9487source = "registry+https://github.com/rust-lang/crates.io-index"9488checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9489dependencies = [9490 "futures 0.3.25",9491 "pin-project",9492 "static_assertions",9493]94949495[[package]]9496name = "ryu"9497version = "1.0.11"9498source = "registry+https://github.com/rust-lang/crates.io-index"9499checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"95009501[[package]]9502name = "safe-mix"9503version = "1.0.1"9504source = "registry+https://github.com/rust-lang/crates.io-index"9505checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9506dependencies = [9507 "rustc_version 0.2.3",9508]95099510[[package]]9511name = "salsa20"9512version = "0.10.2"9513source = "registry+https://github.com/rust-lang/crates.io-index"9514checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9515dependencies = [9516 "cipher 0.4.3",9517]95189519[[package]]9520name = "same-file"9521version = "1.0.6"9522source = "registry+https://github.com/rust-lang/crates.io-index"9523checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9524dependencies = [9525 "winapi-util",9526]95279528[[package]]9529name = "sc-allocator"9530version = "4.1.0-dev"9531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9532dependencies = [9533 "log",9534 "sp-core",9535 "sp-wasm-interface",9536 "thiserror",9537]95389539[[package]]9540name = "sc-authority-discovery"9541version = "0.10.0-dev"9542source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9543dependencies = [9544 "async-trait",9545 "futures 0.3.25",9546 "futures-timer",9547 "ip_network",9548 "libp2p",9549 "log",9550 "parity-scale-codec 3.2.1",9551 "prost 0.10.4",9552 "prost-build 0.10.4",9553 "rand 0.7.3",9554 "sc-client-api",9555 "sc-network-common",9556 "sp-api",9557 "sp-authority-discovery",9558 "sp-blockchain",9559 "sp-core",9560 "sp-keystore",9561 "sp-runtime",9562 "substrate-prometheus-endpoint",9563 "thiserror",9564]95659566[[package]]9567name = "sc-basic-authorship"9568version = "0.10.0-dev"9569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9570dependencies = [9571 "futures 0.3.25",9572 "futures-timer",9573 "log",9574 "parity-scale-codec 3.2.1",9575 "sc-block-builder",9576 "sc-client-api",9577 "sc-proposer-metrics",9578 "sc-telemetry",9579 "sc-transaction-pool-api",9580 "sp-api",9581 "sp-blockchain",9582 "sp-consensus",9583 "sp-core",9584 "sp-inherents",9585 "sp-runtime",9586 "substrate-prometheus-endpoint",9587]95889589[[package]]9590name = "sc-block-builder"9591version = "0.10.0-dev"9592source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9593dependencies = [9594 "parity-scale-codec 3.2.1",9595 "sc-client-api",9596 "sp-api",9597 "sp-block-builder",9598 "sp-blockchain",9599 "sp-core",9600 "sp-inherents",9601 "sp-runtime",9602 "sp-state-machine",9603]96049605[[package]]9606name = "sc-chain-spec"9607version = "4.0.0-dev"9608source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9609dependencies = [9610 "impl-trait-for-tuples",9611 "memmap2",9612 "parity-scale-codec 3.2.1",9613 "sc-chain-spec-derive",9614 "sc-network-common",9615 "sc-telemetry",9616 "serde",9617 "serde_json",9618 "sp-core",9619 "sp-runtime",9620]96219622[[package]]9623name = "sc-chain-spec-derive"9624version = "4.0.0-dev"9625source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9626dependencies = [9627 "proc-macro-crate",9628 "proc-macro2",9629 "quote",9630 "syn",9631]96329633[[package]]9634name = "sc-cli"9635version = "0.10.0-dev"9636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9637dependencies = [9638 "array-bytes",9639 "chrono",9640 "clap",9641 "fdlimit",9642 "futures 0.3.25",9643 "libp2p",9644 "log",9645 "names",9646 "parity-scale-codec 3.2.1",9647 "rand 0.7.3",9648 "regex",9649 "rpassword",9650 "sc-client-api",9651 "sc-client-db",9652 "sc-keystore",9653 "sc-network",9654 "sc-network-common",9655 "sc-service",9656 "sc-telemetry",9657 "sc-tracing",9658 "sc-utils",9659 "serde",9660 "serde_json",9661 "sp-blockchain",9662 "sp-core",9663 "sp-keyring",9664 "sp-keystore",9665 "sp-panic-handler",9666 "sp-runtime",9667 "sp-version",9668 "thiserror",9669 "tiny-bip39",9670 "tokio",9671]96729673[[package]]9674name = "sc-client-api"9675version = "4.0.0-dev"9676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9677dependencies = [9678 "fnv",9679 "futures 0.3.25",9680 "hash-db",9681 "log",9682 "parity-scale-codec 3.2.1",9683 "parking_lot 0.12.1",9684 "sc-executor",9685 "sc-transaction-pool-api",9686 "sc-utils",9687 "sp-api",9688 "sp-blockchain",9689 "sp-consensus",9690 "sp-core",9691 "sp-database",9692 "sp-externalities",9693 "sp-keystore",9694 "sp-runtime",9695 "sp-state-machine",9696 "sp-storage",9697 "sp-trie",9698 "substrate-prometheus-endpoint",9699]97009701[[package]]9702name = "sc-client-db"9703version = "0.10.0-dev"9704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9705dependencies = [9706 "hash-db",9707 "kvdb",9708 "kvdb-memorydb",9709 "kvdb-rocksdb",9710 "linked-hash-map",9711 "log",9712 "parity-db",9713 "parity-scale-codec 3.2.1",9714 "parking_lot 0.12.1",9715 "sc-client-api",9716 "sc-state-db",9717 "sp-arithmetic",9718 "sp-blockchain",9719 "sp-core",9720 "sp-database",9721 "sp-runtime",9722 "sp-state-machine",9723 "sp-trie",9724]97259726[[package]]9727name = "sc-consensus"9728version = "0.10.0-dev"9729source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9730dependencies = [9731 "async-trait",9732 "futures 0.3.25",9733 "futures-timer",9734 "libp2p",9735 "log",9736 "parking_lot 0.12.1",9737 "sc-client-api",9738 "sc-utils",9739 "serde",9740 "sp-api",9741 "sp-blockchain",9742 "sp-consensus",9743 "sp-core",9744 "sp-runtime",9745 "sp-state-machine",9746 "substrate-prometheus-endpoint",9747 "thiserror",9748]97499750[[package]]9751name = "sc-consensus-aura"9752version = "0.10.0-dev"9753source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9754dependencies = [9755 "async-trait",9756 "futures 0.3.25",9757 "log",9758 "parity-scale-codec 3.2.1",9759 "sc-block-builder",9760 "sc-client-api",9761 "sc-consensus",9762 "sc-consensus-slots",9763 "sc-telemetry",9764 "sp-api",9765 "sp-application-crypto",9766 "sp-block-builder",9767 "sp-blockchain",9768 "sp-consensus",9769 "sp-consensus-aura",9770 "sp-consensus-slots",9771 "sp-core",9772 "sp-inherents",9773 "sp-keystore",9774 "sp-runtime",9775 "substrate-prometheus-endpoint",9776 "thiserror",9777]97789779[[package]]9780name = "sc-consensus-babe"9781version = "0.10.0-dev"9782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9783dependencies = [9784 "async-trait",9785 "fork-tree",9786 "futures 0.3.25",9787 "log",9788 "merlin",9789 "num-bigint 0.2.6",9790 "num-rational 0.2.4",9791 "num-traits",9792 "parity-scale-codec 3.2.1",9793 "parking_lot 0.12.1",9794 "rand 0.7.3",9795 "sc-client-api",9796 "sc-consensus",9797 "sc-consensus-epochs",9798 "sc-consensus-slots",9799 "sc-keystore",9800 "sc-telemetry",9801 "schnorrkel",9802 "serde",9803 "sp-api",9804 "sp-application-crypto",9805 "sp-block-builder",9806 "sp-blockchain",9807 "sp-consensus",9808 "sp-consensus-babe",9809 "sp-consensus-slots",9810 "sp-consensus-vrf",9811 "sp-core",9812 "sp-inherents",9813 "sp-io",9814 "sp-keystore",9815 "sp-runtime",9816 "sp-version",9817 "substrate-prometheus-endpoint",9818 "thiserror",9819]98209821[[package]]9822name = "sc-consensus-babe-rpc"9823version = "0.10.0-dev"9824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9825dependencies = [9826 "futures 0.3.25",9827 "jsonrpsee",9828 "sc-consensus-babe",9829 "sc-consensus-epochs",9830 "sc-rpc-api",9831 "serde",9832 "sp-api",9833 "sp-application-crypto",9834 "sp-blockchain",9835 "sp-consensus",9836 "sp-consensus-babe",9837 "sp-core",9838 "sp-keystore",9839 "sp-runtime",9840 "thiserror",9841]98429843[[package]]9844name = "sc-consensus-epochs"9845version = "0.10.0-dev"9846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9847dependencies = [9848 "fork-tree",9849 "parity-scale-codec 3.2.1",9850 "sc-client-api",9851 "sc-consensus",9852 "sp-blockchain",9853 "sp-runtime",9854]98559856[[package]]9857name = "sc-consensus-manual-seal"9858version = "0.10.0-dev"9859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9860dependencies = [9861 "assert_matches",9862 "async-trait",9863 "futures 0.3.25",9864 "jsonrpsee",9865 "log",9866 "parity-scale-codec 3.2.1",9867 "sc-client-api",9868 "sc-consensus",9869 "sc-consensus-aura",9870 "sc-consensus-babe",9871 "sc-consensus-epochs",9872 "sc-transaction-pool",9873 "sc-transaction-pool-api",9874 "serde",9875 "sp-api",9876 "sp-blockchain",9877 "sp-consensus",9878 "sp-consensus-aura",9879 "sp-consensus-babe",9880 "sp-consensus-slots",9881 "sp-core",9882 "sp-inherents",9883 "sp-keystore",9884 "sp-runtime",9885 "sp-timestamp",9886 "substrate-prometheus-endpoint",9887 "thiserror",9888]98899890[[package]]9891name = "sc-consensus-slots"9892version = "0.10.0-dev"9893source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9894dependencies = [9895 "async-trait",9896 "futures 0.3.25",9897 "futures-timer",9898 "log",9899 "parity-scale-codec 3.2.1",9900 "sc-client-api",9901 "sc-consensus",9902 "sc-telemetry",9903 "sp-arithmetic",9904 "sp-blockchain",9905 "sp-consensus",9906 "sp-consensus-slots",9907 "sp-core",9908 "sp-inherents",9909 "sp-runtime",9910 "sp-state-machine",9911 "thiserror",9912]99139914[[package]]9915name = "sc-executor"9916version = "0.10.0-dev"9917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9918dependencies = [9919 "lazy_static",9920 "lru 0.7.8",9921 "parity-scale-codec 3.2.1",9922 "parking_lot 0.12.1",9923 "sc-executor-common",9924 "sc-executor-wasmi",9925 "sc-executor-wasmtime",9926 "sp-api",9927 "sp-core",9928 "sp-core-hashing-proc-macro",9929 "sp-externalities",9930 "sp-io",9931 "sp-panic-handler",9932 "sp-runtime-interface",9933 "sp-tasks",9934 "sp-trie",9935 "sp-version",9936 "sp-wasm-interface",9937 "tracing",9938 "wasmi",9939]99409941[[package]]9942name = "sc-executor-common"9943version = "0.10.0-dev"9944source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9945dependencies = [9946 "environmental",9947 "parity-scale-codec 3.2.1",9948 "sc-allocator",9949 "sp-maybe-compressed-blob",9950 "sp-sandbox",9951 "sp-wasm-interface",9952 "thiserror",9953 "wasm-instrument",9954 "wasmi",9955]99569957[[package]]9958name = "sc-executor-wasmi"9959version = "0.10.0-dev"9960source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9961dependencies = [9962 "log",9963 "parity-scale-codec 3.2.1",9964 "sc-allocator",9965 "sc-executor-common",9966 "sp-runtime-interface",9967 "sp-sandbox",9968 "sp-wasm-interface",9969 "wasmi",9970]99719972[[package]]9973name = "sc-executor-wasmtime"9974version = "0.10.0-dev"9975source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9976dependencies = [9977 "cfg-if 1.0.0",9978 "libc",9979 "log",9980 "once_cell",9981 "parity-scale-codec 3.2.1",9982 "parity-wasm 0.45.0",9983 "rustix",9984 "sc-allocator",9985 "sc-executor-common",9986 "sp-runtime-interface",9987 "sp-sandbox",9988 "sp-wasm-interface",9989 "wasmtime",9990]99919992[[package]]9993name = "sc-finality-grandpa"9994version = "0.10.0-dev"9995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9996dependencies = [9997 "ahash",9998 "array-bytes",9999 "async-trait",10000 "dyn-clone",10001 "finality-grandpa",10002 "fork-tree",10003 "futures 0.3.25",10004 "futures-timer",10005 "log",10006 "parity-scale-codec 3.2.1",10007 "parking_lot 0.12.1",10008 "rand 0.8.5",10009 "sc-block-builder",10010 "sc-chain-spec",10011 "sc-client-api",10012 "sc-consensus",10013 "sc-keystore",10014 "sc-network",10015 "sc-network-common",10016 "sc-network-gossip",10017 "sc-telemetry",10018 "sc-utils",10019 "serde_json",10020 "sp-api",10021 "sp-application-crypto",10022 "sp-arithmetic",10023 "sp-blockchain",10024 "sp-consensus",10025 "sp-core",10026 "sp-finality-grandpa",10027 "sp-keystore",10028 "sp-runtime",10029 "substrate-prometheus-endpoint",10030 "thiserror",10031]1003210033[[package]]10034name = "sc-finality-grandpa-rpc"10035version = "0.10.0-dev"10036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10037dependencies = [10038 "finality-grandpa",10039 "futures 0.3.25",10040 "jsonrpsee",10041 "log",10042 "parity-scale-codec 3.2.1",10043 "sc-client-api",10044 "sc-finality-grandpa",10045 "sc-rpc",10046 "serde",10047 "serde_json",10048 "sp-blockchain",10049 "sp-core",10050 "sp-runtime",10051 "thiserror",10052]1005310054[[package]]10055name = "sc-informant"10056version = "0.10.0-dev"10057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10058dependencies = [10059 "ansi_term",10060 "futures 0.3.25",10061 "futures-timer",10062 "log",10063 "parity-util-mem",10064 "sc-client-api",10065 "sc-network-common",10066 "sc-transaction-pool-api",10067 "sp-blockchain",10068 "sp-runtime",10069]1007010071[[package]]10072name = "sc-keystore"10073version = "4.0.0-dev"10074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10075dependencies = [10076 "array-bytes",10077 "async-trait",10078 "parking_lot 0.12.1",10079 "serde_json",10080 "sp-application-crypto",10081 "sp-core",10082 "sp-keystore",10083 "thiserror",10084]1008510086[[package]]10087name = "sc-network"10088version = "0.10.0-dev"10089source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10090dependencies = [10091 "array-bytes",10092 "async-trait",10093 "asynchronous-codec",10094 "bitflags",10095 "bytes",10096 "cid",10097 "either",10098 "fnv",10099 "fork-tree",10100 "futures 0.3.25",10101 "futures-timer",10102 "ip_network",10103 "libp2p",10104 "linked-hash-map",10105 "linked_hash_set",10106 "log",10107 "lru 0.7.8",10108 "parity-scale-codec 3.2.1",10109 "parking_lot 0.12.1",10110 "pin-project",10111 "prost 0.10.4",10112 "rand 0.7.3",10113 "sc-block-builder",10114 "sc-client-api",10115 "sc-consensus",10116 "sc-network-common",10117 "sc-peerset",10118 "sc-utils",10119 "serde",10120 "serde_json",10121 "smallvec",10122 "sp-arithmetic",10123 "sp-blockchain",10124 "sp-consensus",10125 "sp-core",10126 "sp-runtime",10127 "substrate-prometheus-endpoint",10128 "thiserror",10129 "unsigned-varint",10130 "zeroize",10131]1013210133[[package]]10134name = "sc-network-bitswap"10135version = "0.10.0-dev"10136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10137dependencies = [10138 "cid",10139 "futures 0.3.25",10140 "libp2p",10141 "log",10142 "prost 0.11.0",10143 "prost-build 0.11.1",10144 "sc-client-api",10145 "sc-network-common",10146 "sp-blockchain",10147 "sp-runtime",10148 "thiserror",10149 "unsigned-varint",10150 "void",10151]1015210153[[package]]10154name = "sc-network-common"10155version = "0.10.0-dev"10156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10157dependencies = [10158 "async-trait",10159 "bitflags",10160 "bytes",10161 "futures 0.3.25",10162 "futures-timer",10163 "libp2p",10164 "linked_hash_set",10165 "parity-scale-codec 3.2.1",10166 "prost-build 0.10.4",10167 "sc-consensus",10168 "sc-peerset",10169 "serde",10170 "smallvec",10171 "sp-blockchain",10172 "sp-consensus",10173 "sp-finality-grandpa",10174 "sp-runtime",10175 "substrate-prometheus-endpoint",10176 "thiserror",10177]1017810179[[package]]10180name = "sc-network-gossip"10181version = "0.10.0-dev"10182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10183dependencies = [10184 "ahash",10185 "futures 0.3.25",10186 "futures-timer",10187 "libp2p",10188 "log",10189 "lru 0.7.8",10190 "sc-network-common",10191 "sc-peerset",10192 "sp-runtime",10193 "substrate-prometheus-endpoint",10194 "tracing",10195]1019610197[[package]]10198name = "sc-network-light"10199version = "0.10.0-dev"10200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10201dependencies = [10202 "array-bytes",10203 "futures 0.3.25",10204 "libp2p",10205 "log",10206 "parity-scale-codec 3.2.1",10207 "prost 0.10.4",10208 "prost-build 0.10.4",10209 "sc-client-api",10210 "sc-network-common",10211 "sc-peerset",10212 "sp-blockchain",10213 "sp-core",10214 "sp-runtime",10215 "thiserror",10216]1021710218[[package]]10219name = "sc-network-sync"10220version = "0.10.0-dev"10221source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10222dependencies = [10223 "array-bytes",10224 "fork-tree",10225 "futures 0.3.25",10226 "libp2p",10227 "log",10228 "lru 0.7.8",10229 "parity-scale-codec 3.2.1",10230 "prost 0.10.4",10231 "prost-build 0.10.4",10232 "sc-client-api",10233 "sc-consensus",10234 "sc-network-common",10235 "sc-peerset",10236 "smallvec",10237 "sp-arithmetic",10238 "sp-blockchain",10239 "sp-consensus",10240 "sp-core",10241 "sp-finality-grandpa",10242 "sp-runtime",10243 "thiserror",10244]1024510246[[package]]10247name = "sc-network-transactions"10248version = "0.10.0-dev"10249source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10250dependencies = [10251 "array-bytes",10252 "futures 0.3.25",10253 "hex",10254 "libp2p",10255 "log",10256 "parity-scale-codec 3.2.1",10257 "pin-project",10258 "sc-network-common",10259 "sc-peerset",10260 "sp-consensus",10261 "sp-runtime",10262 "substrate-prometheus-endpoint",10263]1026410265[[package]]10266name = "sc-offchain"10267version = "4.0.0-dev"10268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10269dependencies = [10270 "array-bytes",10271 "bytes",10272 "fnv",10273 "futures 0.3.25",10274 "futures-timer",10275 "hyper",10276 "hyper-rustls",10277 "libp2p",10278 "num_cpus",10279 "once_cell",10280 "parity-scale-codec 3.2.1",10281 "parking_lot 0.12.1",10282 "rand 0.7.3",10283 "sc-client-api",10284 "sc-network-common",10285 "sc-peerset",10286 "sc-utils",10287 "sp-api",10288 "sp-core",10289 "sp-offchain",10290 "sp-runtime",10291 "threadpool",10292 "tracing",10293]1029410295[[package]]10296name = "sc-peerset"10297version = "4.0.0-dev"10298source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10299dependencies = [10300 "futures 0.3.25",10301 "libp2p",10302 "log",10303 "sc-utils",10304 "serde_json",10305 "wasm-timer",10306]1030710308[[package]]10309name = "sc-proposer-metrics"10310version = "0.10.0-dev"10311source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10312dependencies = [10313 "log",10314 "substrate-prometheus-endpoint",10315]1031610317[[package]]10318name = "sc-rpc"10319version = "4.0.0-dev"10320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10321dependencies = [10322 "futures 0.3.25",10323 "hash-db",10324 "jsonrpsee",10325 "log",10326 "parity-scale-codec 3.2.1",10327 "parking_lot 0.12.1",10328 "sc-block-builder",10329 "sc-chain-spec",10330 "sc-client-api",10331 "sc-rpc-api",10332 "sc-tracing",10333 "sc-transaction-pool-api",10334 "sc-utils",10335 "serde_json",10336 "sp-api",10337 "sp-blockchain",10338 "sp-core",10339 "sp-keystore",10340 "sp-offchain",10341 "sp-rpc",10342 "sp-runtime",10343 "sp-session",10344 "sp-version",10345]1034610347[[package]]10348name = "sc-rpc-api"10349version = "0.10.0-dev"10350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10351dependencies = [10352 "futures 0.3.25",10353 "jsonrpsee",10354 "log",10355 "parity-scale-codec 3.2.1",10356 "parking_lot 0.12.1",10357 "sc-chain-spec",10358 "sc-transaction-pool-api",10359 "scale-info",10360 "serde",10361 "serde_json",10362 "sp-core",10363 "sp-rpc",10364 "sp-runtime",10365 "sp-tracing",10366 "sp-version",10367 "thiserror",10368]1036910370[[package]]10371name = "sc-rpc-server"10372version = "4.0.0-dev"10373source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10374dependencies = [10375 "futures 0.3.25",10376 "jsonrpsee",10377 "log",10378 "serde_json",10379 "substrate-prometheus-endpoint",10380 "tokio",10381]1038210383[[package]]10384name = "sc-service"10385version = "0.10.0-dev"10386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10387dependencies = [10388 "async-trait",10389 "directories",10390 "exit-future",10391 "futures 0.3.25",10392 "futures-timer",10393 "hash-db",10394 "jsonrpsee",10395 "log",10396 "parity-scale-codec 3.2.1",10397 "parity-util-mem",10398 "parking_lot 0.12.1",10399 "pin-project",10400 "rand 0.7.3",10401 "sc-block-builder",10402 "sc-chain-spec",10403 "sc-client-api",10404 "sc-client-db",10405 "sc-consensus",10406 "sc-executor",10407 "sc-informant",10408 "sc-keystore",10409 "sc-network",10410 "sc-network-bitswap",10411 "sc-network-common",10412 "sc-network-light",10413 "sc-network-sync",10414 "sc-network-transactions",10415 "sc-offchain",10416 "sc-rpc",10417 "sc-rpc-server",10418 "sc-sysinfo",10419 "sc-telemetry",10420 "sc-tracing",10421 "sc-transaction-pool",10422 "sc-transaction-pool-api",10423 "sc-utils",10424 "serde",10425 "serde_json",10426 "sp-api",10427 "sp-application-crypto",10428 "sp-block-builder",10429 "sp-blockchain",10430 "sp-consensus",10431 "sp-core",10432 "sp-externalities",10433 "sp-inherents",10434 "sp-keystore",10435 "sp-runtime",10436 "sp-session",10437 "sp-state-machine",10438 "sp-storage",10439 "sp-tracing",10440 "sp-transaction-pool",10441 "sp-transaction-storage-proof",10442 "sp-trie",10443 "sp-version",10444 "static_init 1.0.3",10445 "substrate-prometheus-endpoint",10446 "tempfile",10447 "thiserror",10448 "tokio",10449 "tracing",10450 "tracing-futures",10451]1045210453[[package]]10454name = "sc-state-db"10455version = "0.10.0-dev"10456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10457dependencies = [10458 "log",10459 "parity-scale-codec 3.2.1",10460 "parity-util-mem",10461 "parity-util-mem-derive",10462 "parking_lot 0.12.1",10463 "sc-client-api",10464 "sp-core",10465]1046610467[[package]]10468name = "sc-sync-state-rpc"10469version = "0.10.0-dev"10470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10471dependencies = [10472 "jsonrpsee",10473 "parity-scale-codec 3.2.1",10474 "sc-chain-spec",10475 "sc-client-api",10476 "sc-consensus-babe",10477 "sc-consensus-epochs",10478 "sc-finality-grandpa",10479 "serde",10480 "serde_json",10481 "sp-blockchain",10482 "sp-runtime",10483 "thiserror",10484]1048510486[[package]]10487name = "sc-sysinfo"10488version = "6.0.0-dev"10489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10490dependencies = [10491 "futures 0.3.25",10492 "libc",10493 "log",10494 "rand 0.7.3",10495 "rand_pcg 0.2.1",10496 "regex",10497 "sc-telemetry",10498 "serde",10499 "serde_json",10500 "sp-core",10501 "sp-io",10502 "sp-std",10503]1050410505[[package]]10506name = "sc-telemetry"10507version = "4.0.0-dev"10508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10509dependencies = [10510 "chrono",10511 "futures 0.3.25",10512 "libp2p",10513 "log",10514 "parking_lot 0.12.1",10515 "pin-project",10516 "rand 0.7.3",10517 "serde",10518 "serde_json",10519 "thiserror",10520 "wasm-timer",10521]1052210523[[package]]10524name = "sc-tracing"10525version = "4.0.0-dev"10526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10527dependencies = [10528 "ansi_term",10529 "atty",10530 "chrono",10531 "lazy_static",10532 "libc",10533 "log",10534 "once_cell",10535 "parking_lot 0.12.1",10536 "regex",10537 "rustc-hash",10538 "sc-client-api",10539 "sc-rpc-server",10540 "sc-tracing-proc-macro",10541 "serde",10542 "sp-api",10543 "sp-blockchain",10544 "sp-core",10545 "sp-rpc",10546 "sp-runtime",10547 "sp-tracing",10548 "thiserror",10549 "tracing",10550 "tracing-log",10551 "tracing-subscriber",10552]1055310554[[package]]10555name = "sc-tracing-proc-macro"10556version = "4.0.0-dev"10557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10558dependencies = [10559 "proc-macro-crate",10560 "proc-macro2",10561 "quote",10562 "syn",10563]1056410565[[package]]10566name = "sc-transaction-pool"10567version = "4.0.0-dev"10568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10569dependencies = [10570 "futures 0.3.25",10571 "futures-timer",10572 "linked-hash-map",10573 "log",10574 "parity-scale-codec 3.2.1",10575 "parity-util-mem",10576 "parking_lot 0.12.1",10577 "sc-client-api",10578 "sc-transaction-pool-api",10579 "sc-utils",10580 "serde",10581 "sp-api",10582 "sp-blockchain",10583 "sp-core",10584 "sp-runtime",10585 "sp-tracing",10586 "sp-transaction-pool",10587 "substrate-prometheus-endpoint",10588 "thiserror",10589]1059010591[[package]]10592name = "sc-transaction-pool-api"10593version = "4.0.0-dev"10594source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10595dependencies = [10596 "futures 0.3.25",10597 "log",10598 "serde",10599 "sp-blockchain",10600 "sp-runtime",10601 "thiserror",10602]1060310604[[package]]10605name = "sc-utils"10606version = "4.0.0-dev"10607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10608dependencies = [10609 "futures 0.3.25",10610 "futures-timer",10611 "lazy_static",10612 "log",10613 "parking_lot 0.12.1",10614 "prometheus",10615]1061610617[[package]]10618name = "scale-info"10619version = "2.2.0"10620source = "registry+https://github.com/rust-lang/crates.io-index"10621checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10622dependencies = [10623 "bitvec 1.0.1",10624 "cfg-if 1.0.0",10625 "derive_more",10626 "parity-scale-codec 3.2.1",10627 "scale-info-derive",10628 "serde",10629]1063010631[[package]]10632name = "scale-info-derive"10633version = "2.2.0"10634source = "registry+https://github.com/rust-lang/crates.io-index"10635checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10636dependencies = [10637 "proc-macro-crate",10638 "proc-macro2",10639 "quote",10640 "syn",10641]1064210643[[package]]10644name = "schannel"10645version = "0.1.20"10646source = "registry+https://github.com/rust-lang/crates.io-index"10647checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10648dependencies = [10649 "lazy_static",10650 "windows-sys 0.36.1",10651]1065210653[[package]]10654name = "schnorrkel"10655version = "0.9.1"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10658dependencies = [10659 "arrayref",10660 "arrayvec 0.5.2",10661 "curve25519-dalek 2.1.3",10662 "getrandom 0.1.16",10663 "merlin",10664 "rand 0.7.3",10665 "rand_core 0.5.1",10666 "sha2 0.8.2",10667 "subtle",10668 "zeroize",10669]1067010671[[package]]10672name = "scopeguard"10673version = "1.1.0"10674source = "registry+https://github.com/rust-lang/crates.io-index"10675checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1067610677[[package]]10678name = "scratch"10679version = "1.0.2"10680source = "registry+https://github.com/rust-lang/crates.io-index"10681checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1068210683[[package]]10684name = "sct"10685version = "0.7.0"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10688dependencies = [10689 "ring",10690 "untrusted",10691]1069210693[[package]]10694name = "sec1"10695version = "0.2.1"10696source = "registry+https://github.com/rust-lang/crates.io-index"10697checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10698dependencies = [10699 "der",10700 "generic-array 0.14.6",10701 "pkcs8",10702 "subtle",10703 "zeroize",10704]1070510706[[package]]10707name = "secp256k1"10708version = "0.24.1"10709source = "registry+https://github.com/rust-lang/crates.io-index"10710checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10711dependencies = [10712 "secp256k1-sys",10713]1071410715[[package]]10716name = "secp256k1-sys"10717version = "0.6.1"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10720dependencies = [10721 "cc",10722]1072310724[[package]]10725name = "secrecy"10726version = "0.8.0"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10729dependencies = [10730 "zeroize",10731]1073210733[[package]]10734name = "security-framework"10735version = "2.7.0"10736source = "registry+https://github.com/rust-lang/crates.io-index"10737checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10738dependencies = [10739 "bitflags",10740 "core-foundation",10741 "core-foundation-sys",10742 "libc",10743 "security-framework-sys",10744]1074510746[[package]]10747name = "security-framework-sys"10748version = "2.6.1"10749source = "registry+https://github.com/rust-lang/crates.io-index"10750checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10751dependencies = [10752 "core-foundation-sys",10753 "libc",10754]1075510756[[package]]10757name = "semver"10758version = "0.6.0"10759source = "registry+https://github.com/rust-lang/crates.io-index"10760checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10761dependencies = [10762 "semver-parser",10763]1076410765[[package]]10766name = "semver"10767version = "0.9.0"10768source = "registry+https://github.com/rust-lang/crates.io-index"10769checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10770dependencies = [10771 "semver-parser",10772]1077310774[[package]]10775name = "semver"10776version = "1.0.14"10777source = "registry+https://github.com/rust-lang/crates.io-index"10778checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10779dependencies = [10780 "serde",10781]1078210783[[package]]10784name = "semver-parser"10785version = "0.7.0"10786source = "registry+https://github.com/rust-lang/crates.io-index"10787checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1078810789[[package]]10790name = "serde"10791version = "1.0.147"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10794dependencies = [10795 "serde_derive",10796]1079710798[[package]]10799name = "serde_derive"10800version = "1.0.147"10801source = "registry+https://github.com/rust-lang/crates.io-index"10802checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10803dependencies = [10804 "proc-macro2",10805 "quote",10806 "syn",10807]1080810809[[package]]10810name = "serde_json"10811version = "1.0.87"10812source = "registry+https://github.com/rust-lang/crates.io-index"10813checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"10814dependencies = [10815 "itoa",10816 "ryu",10817 "serde",10818]1081910820[[package]]10821name = "serde_nanos"10822version = "0.1.2"10823source = "registry+https://github.com/rust-lang/crates.io-index"10824checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10825dependencies = [10826 "serde",10827]1082810829[[package]]10830name = "sha-1"10831version = "0.9.8"10832source = "registry+https://github.com/rust-lang/crates.io-index"10833checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10834dependencies = [10835 "block-buffer 0.9.0",10836 "cfg-if 1.0.0",10837 "cpufeatures",10838 "digest 0.9.0",10839 "opaque-debug 0.3.0",10840]1084110842[[package]]10843name = "sha1"10844version = "0.10.5"10845source = "registry+https://github.com/rust-lang/crates.io-index"10846checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"10847dependencies = [10848 "cfg-if 1.0.0",10849 "cpufeatures",10850 "digest 0.10.5",10851]1085210853[[package]]10854name = "sha2"10855version = "0.8.2"10856source = "registry+https://github.com/rust-lang/crates.io-index"10857checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10858dependencies = [10859 "block-buffer 0.7.3",10860 "digest 0.8.1",10861 "fake-simd",10862 "opaque-debug 0.2.3",10863]1086410865[[package]]10866name = "sha2"10867version = "0.9.9"10868source = "registry+https://github.com/rust-lang/crates.io-index"10869checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10870dependencies = [10871 "block-buffer 0.9.0",10872 "cfg-if 1.0.0",10873 "cpufeatures",10874 "digest 0.9.0",10875 "opaque-debug 0.3.0",10876]1087710878[[package]]10879name = "sha2"10880version = "0.10.6"10881source = "registry+https://github.com/rust-lang/crates.io-index"10882checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10883dependencies = [10884 "cfg-if 1.0.0",10885 "cpufeatures",10886 "digest 0.10.5",10887]1088810889[[package]]10890name = "sha3"10891version = "0.10.6"10892source = "registry+https://github.com/rust-lang/crates.io-index"10893checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10894dependencies = [10895 "digest 0.10.5",10896 "keccak",10897]1089810899[[package]]10900name = "sha3-const"10901version = "0.1.1"10902source = "registry+https://github.com/rust-lang/crates.io-index"10903checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1090410905[[package]]10906name = "sharded-slab"10907version = "0.1.4"10908source = "registry+https://github.com/rust-lang/crates.io-index"10909checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10910dependencies = [10911 "lazy_static",10912]1091310914[[package]]10915name = "shlex"10916version = "1.1.0"10917source = "registry+https://github.com/rust-lang/crates.io-index"10918checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1091910920[[package]]10921name = "signal-hook"10922version = "0.3.14"10923source = "registry+https://github.com/rust-lang/crates.io-index"10924checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10925dependencies = [10926 "libc",10927 "signal-hook-registry",10928]1092910930[[package]]10931name = "signal-hook-registry"10932version = "1.4.0"10933source = "registry+https://github.com/rust-lang/crates.io-index"10934checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10935dependencies = [10936 "libc",10937]1093810939[[package]]10940name = "signature"10941version = "1.4.0"10942source = "registry+https://github.com/rust-lang/crates.io-index"10943checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10944dependencies = [10945 "digest 0.9.0",10946 "rand_core 0.6.4",10947]1094810949[[package]]10950name = "simba"10951version = "0.5.1"10952source = "registry+https://github.com/rust-lang/crates.io-index"10953checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10954dependencies = [10955 "approx",10956 "num-complex",10957 "num-traits",10958 "paste",10959]1096010961[[package]]10962name = "similar"10963version = "2.2.0"10964source = "registry+https://github.com/rust-lang/crates.io-index"10965checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"10966dependencies = [10967 "bstr",10968 "unicode-segmentation",10969]1097010971[[package]]10972name = "similar-asserts"10973version = "1.4.2"10974source = "registry+https://github.com/rust-lang/crates.io-index"10975checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10976dependencies = [10977 "console",10978 "similar",10979]1098010981[[package]]10982name = "slab"10983version = "0.4.7"10984source = "registry+https://github.com/rust-lang/crates.io-index"10985checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10986dependencies = [10987 "autocfg",10988]1098910990[[package]]10991name = "slice-group-by"10992version = "0.3.0"10993source = "registry+https://github.com/rust-lang/crates.io-index"10994checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1099510996[[package]]10997name = "slot-range-helper"10998version = "0.9.30"10999source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11000dependencies = [11001 "enumn",11002 "parity-scale-codec 3.2.1",11003 "paste",11004 "sp-runtime",11005 "sp-std",11006]1100711008[[package]]11009name = "slotmap"11010version = "1.0.6"11011source = "registry+https://github.com/rust-lang/crates.io-index"11012checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11013dependencies = [11014 "version_check",11015]1101611017[[package]]11018name = "smallvec"11019version = "1.10.0"11020source = "registry+https://github.com/rust-lang/crates.io-index"11021checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1102211023[[package]]11024name = "snap"11025version = "1.0.5"11026source = "registry+https://github.com/rust-lang/crates.io-index"11027checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1102811029[[package]]11030name = "snow"11031version = "0.9.0"11032source = "registry+https://github.com/rust-lang/crates.io-index"11033checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11034dependencies = [11035 "aes-gcm",11036 "blake2",11037 "chacha20poly1305",11038 "curve25519-dalek 4.0.0-pre.1",11039 "rand_core 0.6.4",11040 "ring",11041 "rustc_version 0.4.0",11042 "sha2 0.10.6",11043 "subtle",11044]1104511046[[package]]11047name = "socket2"11048version = "0.4.7"11049source = "registry+https://github.com/rust-lang/crates.io-index"11050checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11051dependencies = [11052 "libc",11053 "winapi",11054]1105511056[[package]]11057name = "soketto"11058version = "0.7.1"11059source = "registry+https://github.com/rust-lang/crates.io-index"11060checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11061dependencies = [11062 "base64",11063 "bytes",11064 "flate2",11065 "futures 0.3.25",11066 "httparse",11067 "log",11068 "rand 0.8.5",11069 "sha-1",11070]1107111072[[package]]11073name = "sp-api"11074version = "4.0.0-dev"11075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11076dependencies = [11077 "hash-db",11078 "log",11079 "parity-scale-codec 3.2.1",11080 "sp-api-proc-macro",11081 "sp-core",11082 "sp-runtime",11083 "sp-state-machine",11084 "sp-std",11085 "sp-trie",11086 "sp-version",11087 "thiserror",11088]1108911090[[package]]11091name = "sp-api-proc-macro"11092version = "4.0.0-dev"11093source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11094dependencies = [11095 "blake2",11096 "proc-macro-crate",11097 "proc-macro2",11098 "quote",11099 "syn",11100]1110111102[[package]]11103name = "sp-application-crypto"11104version = "6.0.0"11105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11106dependencies = [11107 "parity-scale-codec 3.2.1",11108 "scale-info",11109 "serde",11110 "sp-core",11111 "sp-io",11112 "sp-std",11113]1111411115[[package]]11116name = "sp-arithmetic"11117version = "5.0.0"11118source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11119dependencies = [11120 "integer-sqrt",11121 "num-traits",11122 "parity-scale-codec 3.2.1",11123 "scale-info",11124 "serde",11125 "sp-debug-derive",11126 "sp-std",11127 "static_assertions",11128]1112911130[[package]]11131name = "sp-authority-discovery"11132version = "4.0.0-dev"11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11134dependencies = [11135 "parity-scale-codec 3.2.1",11136 "scale-info",11137 "sp-api",11138 "sp-application-crypto",11139 "sp-runtime",11140 "sp-std",11141]1114211143[[package]]11144name = "sp-authorship"11145version = "4.0.0-dev"11146source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11147dependencies = [11148 "async-trait",11149 "parity-scale-codec 3.2.1",11150 "sp-inherents",11151 "sp-runtime",11152 "sp-std",11153]1115411155[[package]]11156name = "sp-block-builder"11157version = "4.0.0-dev"11158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11159dependencies = [11160 "parity-scale-codec 3.2.1",11161 "sp-api",11162 "sp-inherents",11163 "sp-runtime",11164 "sp-std",11165]1116611167[[package]]11168name = "sp-blockchain"11169version = "4.0.0-dev"11170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11171dependencies = [11172 "futures 0.3.25",11173 "log",11174 "lru 0.7.8",11175 "parity-scale-codec 3.2.1",11176 "parking_lot 0.12.1",11177 "sp-api",11178 "sp-consensus",11179 "sp-database",11180 "sp-runtime",11181 "sp-state-machine",11182 "thiserror",11183]1118411185[[package]]11186name = "sp-consensus"11187version = "0.10.0-dev"11188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11189dependencies = [11190 "async-trait",11191 "futures 0.3.25",11192 "futures-timer",11193 "log",11194 "parity-scale-codec 3.2.1",11195 "sp-core",11196 "sp-inherents",11197 "sp-runtime",11198 "sp-state-machine",11199 "sp-std",11200 "sp-version",11201 "thiserror",11202]1120311204[[package]]11205name = "sp-consensus-aura"11206version = "0.10.0-dev"11207source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11208dependencies = [11209 "async-trait",11210 "parity-scale-codec 3.2.1",11211 "scale-info",11212 "sp-api",11213 "sp-application-crypto",11214 "sp-consensus",11215 "sp-consensus-slots",11216 "sp-inherents",11217 "sp-runtime",11218 "sp-std",11219 "sp-timestamp",11220]1122111222[[package]]11223name = "sp-consensus-babe"11224version = "0.10.0-dev"11225source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11226dependencies = [11227 "async-trait",11228 "merlin",11229 "parity-scale-codec 3.2.1",11230 "scale-info",11231 "serde",11232 "sp-api",11233 "sp-application-crypto",11234 "sp-consensus",11235 "sp-consensus-slots",11236 "sp-consensus-vrf",11237 "sp-core",11238 "sp-inherents",11239 "sp-keystore",11240 "sp-runtime",11241 "sp-std",11242 "sp-timestamp",11243]1124411245[[package]]11246name = "sp-consensus-slots"11247version = "0.10.0-dev"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11249dependencies = [11250 "parity-scale-codec 3.2.1",11251 "scale-info",11252 "serde",11253 "sp-arithmetic",11254 "sp-runtime",11255 "sp-std",11256 "sp-timestamp",11257]1125811259[[package]]11260name = "sp-consensus-vrf"11261version = "0.10.0-dev"11262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11263dependencies = [11264 "parity-scale-codec 3.2.1",11265 "scale-info",11266 "schnorrkel",11267 "sp-core",11268 "sp-runtime",11269 "sp-std",11270]1127111272[[package]]11273name = "sp-core"11274version = "6.0.0"11275source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11276dependencies = [11277 "array-bytes",11278 "base58",11279 "bitflags",11280 "blake2",11281 "byteorder",11282 "dyn-clonable",11283 "ed25519-zebra",11284 "futures 0.3.25",11285 "hash-db",11286 "hash256-std-hasher",11287 "impl-serde",11288 "lazy_static",11289 "libsecp256k1",11290 "log",11291 "merlin",11292 "num-traits",11293 "parity-scale-codec 3.2.1",11294 "parity-util-mem",11295 "parking_lot 0.12.1",11296 "primitive-types",11297 "rand 0.7.3",11298 "regex",11299 "scale-info",11300 "schnorrkel",11301 "secp256k1",11302 "secrecy",11303 "serde",11304 "sp-core-hashing",11305 "sp-debug-derive",11306 "sp-externalities",11307 "sp-runtime-interface",11308 "sp-std",11309 "sp-storage",11310 "ss58-registry",11311 "substrate-bip39",11312 "thiserror",11313 "tiny-bip39",11314 "wasmi",11315 "zeroize",11316]1131711318[[package]]11319name = "sp-core-hashing"11320version = "4.0.0"11321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11322dependencies = [11323 "blake2",11324 "byteorder",11325 "digest 0.10.5",11326 "sha2 0.10.6",11327 "sha3",11328 "sp-std",11329 "twox-hash",11330]1133111332[[package]]11333name = "sp-core-hashing-proc-macro"11334version = "5.0.0"11335source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11336dependencies = [11337 "proc-macro2",11338 "quote",11339 "sp-core-hashing",11340 "syn",11341]1134211343[[package]]11344name = "sp-database"11345version = "4.0.0-dev"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11347dependencies = [11348 "kvdb",11349 "parking_lot 0.12.1",11350]1135111352[[package]]11353name = "sp-debug-derive"11354version = "4.0.0"11355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11356dependencies = [11357 "proc-macro2",11358 "quote",11359 "syn",11360]1136111362[[package]]11363name = "sp-externalities"11364version = "0.12.0"11365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11366dependencies = [11367 "environmental",11368 "parity-scale-codec 3.2.1",11369 "sp-std",11370 "sp-storage",11371]1137211373[[package]]11374name = "sp-finality-grandpa"11375version = "4.0.0-dev"11376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11377dependencies = [11378 "finality-grandpa",11379 "log",11380 "parity-scale-codec 3.2.1",11381 "scale-info",11382 "serde",11383 "sp-api",11384 "sp-application-crypto",11385 "sp-core",11386 "sp-keystore",11387 "sp-runtime",11388 "sp-std",11389]1139011391[[package]]11392name = "sp-inherents"11393version = "4.0.0-dev"11394source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11395dependencies = [11396 "async-trait",11397 "impl-trait-for-tuples",11398 "parity-scale-codec 3.2.1",11399 "sp-core",11400 "sp-runtime",11401 "sp-std",11402 "thiserror",11403]1140411405[[package]]11406name = "sp-io"11407version = "6.0.0"11408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11409dependencies = [11410 "bytes",11411 "futures 0.3.25",11412 "hash-db",11413 "libsecp256k1",11414 "log",11415 "parity-scale-codec 3.2.1",11416 "parking_lot 0.12.1",11417 "secp256k1",11418 "sp-core",11419 "sp-externalities",11420 "sp-keystore",11421 "sp-runtime-interface",11422 "sp-state-machine",11423 "sp-std",11424 "sp-tracing",11425 "sp-trie",11426 "sp-wasm-interface",11427 "tracing",11428 "tracing-core",11429]1143011431[[package]]11432name = "sp-keyring"11433version = "6.0.0"11434source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11435dependencies = [11436 "lazy_static",11437 "sp-core",11438 "sp-runtime",11439 "strum",11440]1144111442[[package]]11443name = "sp-keystore"11444version = "0.12.0"11445source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11446dependencies = [11447 "async-trait",11448 "futures 0.3.25",11449 "merlin",11450 "parity-scale-codec 3.2.1",11451 "parking_lot 0.12.1",11452 "schnorrkel",11453 "serde",11454 "sp-core",11455 "sp-externalities",11456 "thiserror",11457]1145811459[[package]]11460name = "sp-maybe-compressed-blob"11461version = "4.1.0-dev"11462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11463dependencies = [11464 "thiserror",11465 "zstd",11466]1146711468[[package]]11469name = "sp-mmr-primitives"11470version = "4.0.0-dev"11471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11472dependencies = [11473 "log",11474 "parity-scale-codec 3.2.1",11475 "serde",11476 "sp-api",11477 "sp-core",11478 "sp-debug-derive",11479 "sp-runtime",11480 "sp-std",11481]1148211483[[package]]11484name = "sp-npos-elections"11485version = "4.0.0-dev"11486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11487dependencies = [11488 "parity-scale-codec 3.2.1",11489 "scale-info",11490 "serde",11491 "sp-arithmetic",11492 "sp-core",11493 "sp-runtime",11494 "sp-std",11495]1149611497[[package]]11498name = "sp-offchain"11499version = "4.0.0-dev"11500source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11501dependencies = [11502 "sp-api",11503 "sp-core",11504 "sp-runtime",11505]1150611507[[package]]11508name = "sp-panic-handler"11509version = "4.0.0"11510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11511dependencies = [11512 "backtrace",11513 "lazy_static",11514 "regex",11515]1151611517[[package]]11518name = "sp-rpc"11519version = "6.0.0"11520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11521dependencies = [11522 "rustc-hash",11523 "serde",11524 "sp-core",11525]1152611527[[package]]11528name = "sp-runtime"11529version = "6.0.0"11530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11531dependencies = [11532 "either",11533 "hash256-std-hasher",11534 "impl-trait-for-tuples",11535 "log",11536 "parity-scale-codec 3.2.1",11537 "parity-util-mem",11538 "paste",11539 "rand 0.7.3",11540 "scale-info",11541 "serde",11542 "sp-application-crypto",11543 "sp-arithmetic",11544 "sp-core",11545 "sp-io",11546 "sp-std",11547 "sp-weights",11548]1154911550[[package]]11551name = "sp-runtime-interface"11552version = "6.0.0"11553source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11554dependencies = [11555 "bytes",11556 "impl-trait-for-tuples",11557 "parity-scale-codec 3.2.1",11558 "primitive-types",11559 "sp-externalities",11560 "sp-runtime-interface-proc-macro",11561 "sp-std",11562 "sp-storage",11563 "sp-tracing",11564 "sp-wasm-interface",11565 "static_assertions",11566]1156711568[[package]]11569name = "sp-runtime-interface-proc-macro"11570version = "5.0.0"11571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11572dependencies = [11573 "Inflector",11574 "proc-macro-crate",11575 "proc-macro2",11576 "quote",11577 "syn",11578]1157911580[[package]]11581name = "sp-sandbox"11582version = "0.10.0-dev"11583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11584dependencies = [11585 "log",11586 "parity-scale-codec 3.2.1",11587 "sp-core",11588 "sp-io",11589 "sp-std",11590 "sp-wasm-interface",11591 "wasmi",11592]1159311594[[package]]11595name = "sp-session"11596version = "4.0.0-dev"11597source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11598dependencies = [11599 "parity-scale-codec 3.2.1",11600 "scale-info",11601 "sp-api",11602 "sp-core",11603 "sp-runtime",11604 "sp-staking",11605 "sp-std",11606]1160711608[[package]]11609name = "sp-staking"11610version = "4.0.0-dev"11611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11612dependencies = [11613 "parity-scale-codec 3.2.1",11614 "scale-info",11615 "sp-runtime",11616 "sp-std",11617]1161811619[[package]]11620name = "sp-state-machine"11621version = "0.12.0"11622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11623dependencies = [11624 "hash-db",11625 "log",11626 "num-traits",11627 "parity-scale-codec 3.2.1",11628 "parking_lot 0.12.1",11629 "rand 0.7.3",11630 "smallvec",11631 "sp-core",11632 "sp-externalities",11633 "sp-panic-handler",11634 "sp-std",11635 "sp-trie",11636 "thiserror",11637 "tracing",11638 "trie-root",11639]1164011641[[package]]11642name = "sp-std"11643version = "4.0.0"11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1164511646[[package]]11647name = "sp-storage"11648version = "6.0.0"11649source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11650dependencies = [11651 "impl-serde",11652 "parity-scale-codec 3.2.1",11653 "ref-cast",11654 "serde",11655 "sp-debug-derive",11656 "sp-std",11657]1165811659[[package]]11660name = "sp-tasks"11661version = "4.0.0-dev"11662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11663dependencies = [11664 "log",11665 "sp-core",11666 "sp-externalities",11667 "sp-io",11668 "sp-runtime-interface",11669 "sp-std",11670]1167111672[[package]]11673name = "sp-timestamp"11674version = "4.0.0-dev"11675source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11676dependencies = [11677 "async-trait",11678 "futures-timer",11679 "log",11680 "parity-scale-codec 3.2.1",11681 "sp-api",11682 "sp-inherents",11683 "sp-runtime",11684 "sp-std",11685 "thiserror",11686]1168711688[[package]]11689name = "sp-tracing"11690version = "5.0.0"11691source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11692dependencies = [11693 "parity-scale-codec 3.2.1",11694 "sp-std",11695 "tracing",11696 "tracing-core",11697 "tracing-subscriber",11698]1169911700[[package]]11701name = "sp-transaction-pool"11702version = "4.0.0-dev"11703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11704dependencies = [11705 "sp-api",11706 "sp-runtime",11707]1170811709[[package]]11710name = "sp-transaction-storage-proof"11711version = "4.0.0-dev"11712source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11713dependencies = [11714 "async-trait",11715 "log",11716 "parity-scale-codec 3.2.1",11717 "scale-info",11718 "sp-core",11719 "sp-inherents",11720 "sp-runtime",11721 "sp-std",11722 "sp-trie",11723]1172411725[[package]]11726name = "sp-trie"11727version = "6.0.0"11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11729dependencies = [11730 "ahash",11731 "hash-db",11732 "hashbrown",11733 "lazy_static",11734 "lru 0.7.8",11735 "memory-db",11736 "nohash-hasher",11737 "parity-scale-codec 3.2.1",11738 "parking_lot 0.12.1",11739 "scale-info",11740 "sp-core",11741 "sp-std",11742 "thiserror",11743 "tracing",11744 "trie-db",11745 "trie-root",11746]1174711748[[package]]11749name = "sp-version"11750version = "5.0.0"11751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11752dependencies = [11753 "impl-serde",11754 "parity-scale-codec 3.2.1",11755 "parity-wasm 0.45.0",11756 "scale-info",11757 "serde",11758 "sp-core-hashing-proc-macro",11759 "sp-runtime",11760 "sp-std",11761 "sp-version-proc-macro",11762 "thiserror",11763]1176411765[[package]]11766name = "sp-version-proc-macro"11767version = "4.0.0-dev"11768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11769dependencies = [11770 "parity-scale-codec 3.2.1",11771 "proc-macro2",11772 "quote",11773 "syn",11774]1177511776[[package]]11777name = "sp-wasm-interface"11778version = "6.0.0"11779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11780dependencies = [11781 "impl-trait-for-tuples",11782 "log",11783 "parity-scale-codec 3.2.1",11784 "sp-std",11785 "wasmi",11786 "wasmtime",11787]1178811789[[package]]11790name = "sp-weights"11791version = "4.0.0"11792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11793dependencies = [11794 "impl-trait-for-tuples",11795 "parity-scale-codec 3.2.1",11796 "scale-info",11797 "serde",11798 "smallvec",11799 "sp-arithmetic",11800 "sp-core",11801 "sp-debug-derive",11802 "sp-std",11803]1180411805[[package]]11806name = "spin"11807version = "0.5.2"11808source = "registry+https://github.com/rust-lang/crates.io-index"11809checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1181011811[[package]]11812name = "spki"11813version = "0.5.4"11814source = "registry+https://github.com/rust-lang/crates.io-index"11815checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"11816dependencies = [11817 "base64ct",11818 "der",11819]1182011821[[package]]11822name = "ss58-registry"11823version = "1.33.0"11824source = "registry+https://github.com/rust-lang/crates.io-index"11825checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"11826dependencies = [11827 "Inflector",11828 "num-format",11829 "proc-macro2",11830 "quote",11831 "serde",11832 "serde_json",11833 "unicode-xid",11834]1183511836[[package]]11837name = "stable_deref_trait"11838version = "1.2.0"11839source = "registry+https://github.com/rust-lang/crates.io-index"11840checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1184111842[[package]]11843name = "static_assertions"11844version = "1.1.0"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1184711848[[package]]11849name = "static_init"11850version = "0.5.2"11851source = "registry+https://github.com/rust-lang/crates.io-index"11852checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11853dependencies = [11854 "cfg_aliases",11855 "libc",11856 "parking_lot 0.11.2",11857 "static_init_macro 0.5.0",11858]1185911860[[package]]11861name = "static_init"11862version = "1.0.3"11863source = "registry+https://github.com/rust-lang/crates.io-index"11864checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11865dependencies = [11866 "bitflags",11867 "cfg_aliases",11868 "libc",11869 "parking_lot 0.11.2",11870 "parking_lot_core 0.8.5",11871 "static_init_macro 1.0.2",11872 "winapi",11873]1187411875[[package]]11876name = "static_init_macro"11877version = "0.5.0"11878source = "registry+https://github.com/rust-lang/crates.io-index"11879checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11880dependencies = [11881 "cfg_aliases",11882 "memchr",11883 "proc-macro2",11884 "quote",11885 "syn",11886]1188711888[[package]]11889name = "static_init_macro"11890version = "1.0.2"11891source = "registry+https://github.com/rust-lang/crates.io-index"11892checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11893dependencies = [11894 "cfg_aliases",11895 "memchr",11896 "proc-macro2",11897 "quote",11898 "syn",11899]1190011901[[package]]11902name = "statrs"11903version = "0.15.0"11904source = "registry+https://github.com/rust-lang/crates.io-index"11905checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11906dependencies = [11907 "approx",11908 "lazy_static",11909 "nalgebra",11910 "num-traits",11911 "rand 0.8.5",11912]1191311914[[package]]11915name = "strsim"11916version = "0.10.0"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1191911920[[package]]11921name = "struct-versioning"11922version = "0.1.0"11923dependencies = [11924 "quote",11925 "syn",11926]1192711928[[package]]11929name = "strum"11930version = "0.24.1"11931source = "registry+https://github.com/rust-lang/crates.io-index"11932checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11933dependencies = [11934 "strum_macros",11935]1193611937[[package]]11938name = "strum_macros"11939version = "0.24.3"11940source = "registry+https://github.com/rust-lang/crates.io-index"11941checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11942dependencies = [11943 "heck",11944 "proc-macro2",11945 "quote",11946 "rustversion",11947 "syn",11948]1194911950[[package]]11951name = "substrate-bip39"11952version = "0.4.4"11953source = "registry+https://github.com/rust-lang/crates.io-index"11954checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11955dependencies = [11956 "hmac 0.11.0",11957 "pbkdf2 0.8.0",11958 "schnorrkel",11959 "sha2 0.9.9",11960 "zeroize",11961]1196211963[[package]]11964name = "substrate-build-script-utils"11965version = "3.0.0"11966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11967dependencies = [11968 "platforms",11969]1197011971[[package]]11972name = "substrate-frame-rpc-system"11973version = "4.0.0-dev"11974source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11975dependencies = [11976 "frame-system-rpc-runtime-api",11977 "futures 0.3.25",11978 "jsonrpsee",11979 "log",11980 "parity-scale-codec 3.2.1",11981 "sc-client-api",11982 "sc-rpc-api",11983 "sc-transaction-pool-api",11984 "serde_json",11985 "sp-api",11986 "sp-block-builder",11987 "sp-blockchain",11988 "sp-core",11989 "sp-runtime",11990]1199111992[[package]]11993name = "substrate-prometheus-endpoint"11994version = "0.10.0-dev"11995source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11996dependencies = [11997 "futures-util",11998 "hyper",11999 "log",12000 "prometheus",12001 "thiserror",12002 "tokio",12003]1200412005[[package]]12006name = "substrate-state-trie-migration-rpc"12007version = "4.0.0-dev"12008source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12009dependencies = [12010 "jsonrpsee",12011 "log",12012 "parity-scale-codec 3.2.1",12013 "sc-client-api",12014 "sc-rpc-api",12015 "scale-info",12016 "serde",12017 "sp-core",12018 "sp-io",12019 "sp-runtime",12020 "sp-state-machine",12021 "sp-std",12022 "sp-trie",12023 "trie-db",12024]1202512026[[package]]12027name = "substrate-test-client"12028version = "2.0.1"12029source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12030dependencies = [12031 "array-bytes",12032 "async-trait",12033 "futures 0.3.25",12034 "parity-scale-codec 3.2.1",12035 "sc-client-api",12036 "sc-client-db",12037 "sc-consensus",12038 "sc-executor",12039 "sc-offchain",12040 "sc-service",12041 "serde",12042 "serde_json",12043 "sp-blockchain",12044 "sp-consensus",12045 "sp-core",12046 "sp-keyring",12047 "sp-keystore",12048 "sp-runtime",12049 "sp-state-machine",12050]1205112052[[package]]12053name = "substrate-test-utils"12054version = "4.0.0-dev"12055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12056dependencies = [12057 "futures 0.3.25",12058 "substrate-test-utils-derive",12059 "tokio",12060]1206112062[[package]]12063name = "substrate-test-utils-derive"12064version = "0.10.0-dev"12065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12066dependencies = [12067 "proc-macro-crate",12068 "proc-macro2",12069 "quote",12070 "syn",12071]1207212073[[package]]12074name = "substrate-wasm-builder"12075version = "5.0.0-dev"12076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12077dependencies = [12078 "ansi_term",12079 "build-helper",12080 "cargo_metadata",12081 "filetime",12082 "sp-maybe-compressed-blob",12083 "strum",12084 "tempfile",12085 "toml",12086 "walkdir",12087 "wasm-gc-api",12088]1208912090[[package]]12091name = "subtle"12092version = "2.4.1"12093source = "registry+https://github.com/rust-lang/crates.io-index"12094checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1209512096[[package]]12097name = "syn"12098version = "1.0.103"12099source = "registry+https://github.com/rust-lang/crates.io-index"12100checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12101dependencies = [12102 "proc-macro2",12103 "quote",12104 "unicode-ident",12105]1210612107[[package]]12108name = "synstructure"12109version = "0.12.6"12110source = "registry+https://github.com/rust-lang/crates.io-index"12111checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12112dependencies = [12113 "proc-macro2",12114 "quote",12115 "syn",12116 "unicode-xid",12117]1211812119[[package]]12120name = "system-configuration"12121version = "0.5.0"12122source = "registry+https://github.com/rust-lang/crates.io-index"12123checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12124dependencies = [12125 "bitflags",12126 "core-foundation",12127 "system-configuration-sys",12128]1212912130[[package]]12131name = "system-configuration-sys"12132version = "0.5.0"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12135dependencies = [12136 "core-foundation-sys",12137 "libc",12138]1213912140[[package]]12141name = "tap"12142version = "1.0.1"12143source = "registry+https://github.com/rust-lang/crates.io-index"12144checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1214512146[[package]]12147name = "target-lexicon"12148version = "0.12.4"12149source = "registry+https://github.com/rust-lang/crates.io-index"12150checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1215112152[[package]]12153name = "tempfile"12154version = "3.3.0"12155source = "registry+https://github.com/rust-lang/crates.io-index"12156checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12157dependencies = [12158 "cfg-if 1.0.0",12159 "fastrand",12160 "libc",12161 "redox_syscall",12162 "remove_dir_all",12163 "winapi",12164]1216512166[[package]]12167name = "termcolor"12168version = "1.1.3"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12171dependencies = [12172 "winapi-util",12173]1217412175[[package]]12176name = "terminal_size"12177version = "0.1.17"12178source = "registry+https://github.com/rust-lang/crates.io-index"12179checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12180dependencies = [12181 "libc",12182 "winapi",12183]1218412185[[package]]12186name = "test-runtime-constants"12187version = "0.9.30"12188source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12189dependencies = [12190 "frame-support",12191 "polkadot-primitives",12192 "polkadot-runtime-common",12193 "smallvec",12194 "sp-runtime",12195]1219612197[[package]]12198name = "tests"12199version = "0.1.1"12200dependencies = [12201 "evm-coder",12202 "fp-evm-mapping",12203 "frame-support",12204 "frame-system",12205 "pallet-balances",12206 "pallet-common",12207 "pallet-ethereum",12208 "pallet-evm",12209 "pallet-evm-coder-substrate",12210 "pallet-fungible",12211 "pallet-nonfungible",12212 "pallet-refungible",12213 "pallet-structure",12214 "pallet-timestamp",12215 "pallet-transaction-payment",12216 "pallet-unique",12217 "parity-scale-codec 3.2.1",12218 "scale-info",12219 "sp-core",12220 "sp-io",12221 "sp-runtime",12222 "sp-std",12223 "up-data-structs",12224 "up-sponsorship",12225]1222612227[[package]]12228name = "textwrap"12229version = "0.16.0"12230source = "registry+https://github.com/rust-lang/crates.io-index"12231checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1223212233[[package]]12234name = "thiserror"12235version = "1.0.37"12236source = "registry+https://github.com/rust-lang/crates.io-index"12237checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12238dependencies = [12239 "thiserror-impl",12240]1224112242[[package]]12243name = "thiserror-impl"12244version = "1.0.37"12245source = "registry+https://github.com/rust-lang/crates.io-index"12246checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12247dependencies = [12248 "proc-macro2",12249 "quote",12250 "syn",12251]1225212253[[package]]12254name = "thousands"12255version = "0.2.0"12256source = "registry+https://github.com/rust-lang/crates.io-index"12257checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1225812259[[package]]12260name = "thread_local"12261version = "1.1.4"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12264dependencies = [12265 "once_cell",12266]1226712268[[package]]12269name = "threadpool"12270version = "1.8.1"12271source = "registry+https://github.com/rust-lang/crates.io-index"12272checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12273dependencies = [12274 "num_cpus",12275]1227612277[[package]]12278name = "thrift"12279version = "0.15.0"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12282dependencies = [12283 "byteorder",12284 "integer-encoding",12285 "log",12286 "ordered-float",12287 "threadpool",12288]1228912290[[package]]12291name = "tikv-jemalloc-sys"12292version = "0.4.3+5.2.1-patched.2"12293source = "registry+https://github.com/rust-lang/crates.io-index"12294checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12295dependencies = [12296 "cc",12297 "fs_extra",12298 "libc",12299]1230012301[[package]]12302name = "time"12303version = "0.1.44"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12306dependencies = [12307 "libc",12308 "wasi 0.10.0+wasi-snapshot-preview1",12309 "winapi",12310]1231112312[[package]]12313name = "time"12314version = "0.3.9"12315source = "registry+https://github.com/rust-lang/crates.io-index"12316checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12317dependencies = [12318 "itoa",12319 "libc",12320 "num_threads",12321 "time-macros",12322]1232312324[[package]]12325name = "time-macros"12326version = "0.2.4"12327source = "registry+https://github.com/rust-lang/crates.io-index"12328checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1232912330[[package]]12331name = "tiny-bip39"12332version = "0.8.2"12333source = "registry+https://github.com/rust-lang/crates.io-index"12334checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12335dependencies = [12336 "anyhow",12337 "hmac 0.8.1",12338 "once_cell",12339 "pbkdf2 0.4.0",12340 "rand 0.7.3",12341 "rustc-hash",12342 "sha2 0.9.9",12343 "thiserror",12344 "unicode-normalization",12345 "wasm-bindgen",12346 "zeroize",12347]1234812349[[package]]12350name = "tiny-keccak"12351version = "2.0.2"12352source = "registry+https://github.com/rust-lang/crates.io-index"12353checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12354dependencies = [12355 "crunchy",12356]1235712358[[package]]12359name = "tinyvec"12360version = "1.6.0"12361source = "registry+https://github.com/rust-lang/crates.io-index"12362checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12363dependencies = [12364 "tinyvec_macros",12365]1236612367[[package]]12368name = "tinyvec_macros"12369version = "0.1.0"12370source = "registry+https://github.com/rust-lang/crates.io-index"12371checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1237212373[[package]]12374name = "tokio"12375version = "1.21.2"12376source = "registry+https://github.com/rust-lang/crates.io-index"12377checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12378dependencies = [12379 "autocfg",12380 "bytes",12381 "libc",12382 "memchr",12383 "mio",12384 "num_cpus",12385 "parking_lot 0.12.1",12386 "pin-project-lite 0.2.9",12387 "signal-hook-registry",12388 "socket2",12389 "tokio-macros",12390 "winapi",12391]1239212393[[package]]12394name = "tokio-macros"12395version = "1.8.0"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12398dependencies = [12399 "proc-macro2",12400 "quote",12401 "syn",12402]1240312404[[package]]12405name = "tokio-rustls"12406version = "0.23.4"12407source = "registry+https://github.com/rust-lang/crates.io-index"12408checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12409dependencies = [12410 "rustls",12411 "tokio",12412 "webpki",12413]1241412415[[package]]12416name = "tokio-stream"12417version = "0.1.11"12418source = "registry+https://github.com/rust-lang/crates.io-index"12419checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12420dependencies = [12421 "futures-core",12422 "pin-project-lite 0.2.9",12423 "tokio",12424]1242512426[[package]]12427name = "tokio-util"12428version = "0.7.4"12429source = "registry+https://github.com/rust-lang/crates.io-index"12430checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12431dependencies = [12432 "bytes",12433 "futures-core",12434 "futures-io",12435 "futures-sink",12436 "pin-project-lite 0.2.9",12437 "tokio",12438 "tracing",12439]1244012441[[package]]12442name = "toml"12443version = "0.5.9"12444source = "registry+https://github.com/rust-lang/crates.io-index"12445checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12446dependencies = [12447 "serde",12448]1244912450[[package]]12451name = "tower-service"12452version = "0.3.2"12453source = "registry+https://github.com/rust-lang/crates.io-index"12454checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1245512456[[package]]12457name = "tracing"12458version = "0.1.37"12459source = "registry+https://github.com/rust-lang/crates.io-index"12460checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12461dependencies = [12462 "cfg-if 1.0.0",12463 "pin-project-lite 0.2.9",12464 "tracing-attributes",12465 "tracing-core",12466]1246712468[[package]]12469name = "tracing-attributes"12470version = "0.1.23"12471source = "registry+https://github.com/rust-lang/crates.io-index"12472checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12473dependencies = [12474 "proc-macro2",12475 "quote",12476 "syn",12477]1247812479[[package]]12480name = "tracing-core"12481version = "0.1.30"12482source = "registry+https://github.com/rust-lang/crates.io-index"12483checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12484dependencies = [12485 "once_cell",12486 "valuable",12487]1248812489[[package]]12490name = "tracing-futures"12491version = "0.2.5"12492source = "registry+https://github.com/rust-lang/crates.io-index"12493checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12494dependencies = [12495 "pin-project",12496 "tracing",12497]1249812499[[package]]12500name = "tracing-gum"12501version = "0.9.30"12502source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12503dependencies = [12504 "polkadot-node-jaeger",12505 "polkadot-primitives",12506 "tracing",12507 "tracing-gum-proc-macro",12508]1250912510[[package]]12511name = "tracing-gum-proc-macro"12512version = "0.9.30"12513source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12514dependencies = [12515 "expander 0.0.6",12516 "proc-macro-crate",12517 "proc-macro2",12518 "quote",12519 "syn",12520]1252112522[[package]]12523name = "tracing-log"12524version = "0.1.3"12525source = "registry+https://github.com/rust-lang/crates.io-index"12526checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12527dependencies = [12528 "lazy_static",12529 "log",12530 "tracing-core",12531]1253212533[[package]]12534name = "tracing-serde"12535version = "0.1.3"12536source = "registry+https://github.com/rust-lang/crates.io-index"12537checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12538dependencies = [12539 "serde",12540 "tracing-core",12541]1254212543[[package]]12544name = "tracing-subscriber"12545version = "0.2.25"12546source = "registry+https://github.com/rust-lang/crates.io-index"12547checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12548dependencies = [12549 "ansi_term",12550 "chrono",12551 "lazy_static",12552 "matchers",12553 "parking_lot 0.11.2",12554 "regex",12555 "serde",12556 "serde_json",12557 "sharded-slab",12558 "smallvec",12559 "thread_local",12560 "tracing",12561 "tracing-core",12562 "tracing-log",12563 "tracing-serde",12564]1256512566[[package]]12567name = "trie-db"12568version = "0.24.0"12569source = "registry+https://github.com/rust-lang/crates.io-index"12570checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12571dependencies = [12572 "hash-db",12573 "hashbrown",12574 "log",12575 "rustc-hex",12576 "smallvec",12577]1257812579[[package]]12580name = "trie-root"12581version = "0.17.0"12582source = "registry+https://github.com/rust-lang/crates.io-index"12583checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12584dependencies = [12585 "hash-db",12586]1258712588[[package]]12589name = "triehash"12590version = "0.8.4"12591source = "registry+https://github.com/rust-lang/crates.io-index"12592checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12593dependencies = [12594 "hash-db",12595 "rlp",12596]1259712598[[package]]12599name = "trust-dns-proto"12600version = "0.21.2"12601source = "registry+https://github.com/rust-lang/crates.io-index"12602checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12603dependencies = [12604 "async-trait",12605 "cfg-if 1.0.0",12606 "data-encoding",12607 "enum-as-inner",12608 "futures-channel",12609 "futures-io",12610 "futures-util",12611 "idna 0.2.3",12612 "ipnet",12613 "lazy_static",12614 "log",12615 "rand 0.8.5",12616 "smallvec",12617 "thiserror",12618 "tinyvec",12619 "url",12620]1262112622[[package]]12623name = "trust-dns-resolver"12624version = "0.21.2"12625source = "registry+https://github.com/rust-lang/crates.io-index"12626checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12627dependencies = [12628 "cfg-if 1.0.0",12629 "futures-util",12630 "ipconfig",12631 "lazy_static",12632 "log",12633 "lru-cache",12634 "parking_lot 0.12.1",12635 "resolv-conf",12636 "smallvec",12637 "thiserror",12638 "trust-dns-proto",12639]1264012641[[package]]12642name = "try-lock"12643version = "0.2.3"12644source = "registry+https://github.com/rust-lang/crates.io-index"12645checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1264612647[[package]]12648name = "try-runtime-cli"12649version = "0.10.0-dev"12650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12651dependencies = [12652 "clap",12653 "frame-try-runtime",12654 "jsonrpsee",12655 "log",12656 "parity-scale-codec 3.2.1",12657 "remote-externalities",12658 "sc-chain-spec",12659 "sc-cli",12660 "sc-executor",12661 "sc-service",12662 "serde",12663 "sp-core",12664 "sp-externalities",12665 "sp-io",12666 "sp-keystore",12667 "sp-runtime",12668 "sp-state-machine",12669 "sp-version",12670 "zstd",12671]1267212673[[package]]12674name = "tt-call"12675version = "1.0.8"12676source = "registry+https://github.com/rust-lang/crates.io-index"12677checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1267812679[[package]]12680name = "twox-hash"12681version = "1.6.3"12682source = "registry+https://github.com/rust-lang/crates.io-index"12683checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12684dependencies = [12685 "cfg-if 1.0.0",12686 "digest 0.10.5",12687 "rand 0.8.5",12688 "static_assertions",12689]1269012691[[package]]12692name = "typenum"12693version = "1.15.0"12694source = "registry+https://github.com/rust-lang/crates.io-index"12695checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1269612697[[package]]12698name = "uc-rpc"12699version = "0.1.4"12700dependencies = [12701 "anyhow",12702 "app-promotion-rpc",12703 "jsonrpsee",12704 "pallet-common",12705 "pallet-evm",12706 "parity-scale-codec 3.2.1",12707 "rmrk-rpc",12708 "sp-api",12709 "sp-blockchain",12710 "sp-core",12711 "sp-rpc",12712 "sp-runtime",12713 "up-data-structs",12714 "up-rpc",12715]1271612717[[package]]12718name = "ucd-trie"12719version = "0.1.5"12720source = "registry+https://github.com/rust-lang/crates.io-index"12721checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1272212723[[package]]12724name = "uint"12725version = "0.9.4"12726source = "registry+https://github.com/rust-lang/crates.io-index"12727checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"12728dependencies = [12729 "byteorder",12730 "crunchy",12731 "hex",12732 "static_assertions",12733]1273412735[[package]]12736name = "unicase"12737version = "2.6.0"12738source = "registry+https://github.com/rust-lang/crates.io-index"12739checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12740dependencies = [12741 "version_check",12742]1274312744[[package]]12745name = "unicode-bidi"12746version = "0.3.8"12747source = "registry+https://github.com/rust-lang/crates.io-index"12748checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1274912750[[package]]12751name = "unicode-ident"12752version = "1.0.5"12753source = "registry+https://github.com/rust-lang/crates.io-index"12754checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1275512756[[package]]12757name = "unicode-normalization"12758version = "0.1.22"12759source = "registry+https://github.com/rust-lang/crates.io-index"12760checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12761dependencies = [12762 "tinyvec",12763]1276412765[[package]]12766name = "unicode-segmentation"12767version = "1.10.0"12768source = "registry+https://github.com/rust-lang/crates.io-index"12769checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1277012771[[package]]12772name = "unicode-width"12773version = "0.1.10"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1277612777[[package]]12778name = "unicode-xid"12779version = "0.2.4"12780source = "registry+https://github.com/rust-lang/crates.io-index"12781checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1278212783[[package]]12784name = "unique-node"12785version = "0.9.30"12786dependencies = [12787 "app-promotion-rpc",12788 "clap",12789 "cumulus-client-cli",12790 "cumulus-client-collator",12791 "cumulus-client-consensus-aura",12792 "cumulus-client-consensus-common",12793 "cumulus-client-network",12794 "cumulus-client-service",12795 "cumulus-primitives-core",12796 "cumulus-primitives-parachain-inherent",12797 "cumulus-relay-chain-inprocess-interface",12798 "cumulus-relay-chain-interface",12799 "cumulus-relay-chain-rpc-interface",12800 "fc-consensus",12801 "fc-db",12802 "fc-mapping-sync",12803 "fc-rpc",12804 "fc-rpc-core",12805 "flexi_logger",12806 "fp-rpc",12807 "frame-benchmarking",12808 "frame-benchmarking-cli",12809 "futures 0.3.25",12810 "jsonrpsee",12811 "log",12812 "opal-runtime",12813 "pallet-ethereum",12814 "pallet-transaction-payment-rpc",12815 "pallet-transaction-payment-rpc-runtime-api",12816 "parity-scale-codec 3.2.1",12817 "parking_lot 0.12.1",12818 "polkadot-cli",12819 "polkadot-parachain",12820 "polkadot-primitives",12821 "polkadot-service",12822 "polkadot-test-service",12823 "quartz-runtime",12824 "rmrk-rpc",12825 "sc-basic-authorship",12826 "sc-chain-spec",12827 "sc-cli",12828 "sc-client-api",12829 "sc-consensus",12830 "sc-consensus-aura",12831 "sc-consensus-manual-seal",12832 "sc-executor",12833 "sc-finality-grandpa",12834 "sc-keystore",12835 "sc-network",12836 "sc-rpc",12837 "sc-rpc-api",12838 "sc-service",12839 "sc-sysinfo",12840 "sc-telemetry",12841 "sc-tracing",12842 "sc-transaction-pool",12843 "serde",12844 "serde_json",12845 "sp-api",12846 "sp-block-builder",12847 "sp-blockchain",12848 "sp-consensus",12849 "sp-consensus-aura",12850 "sp-core",12851 "sp-finality-grandpa",12852 "sp-inherents",12853 "sp-keystore",12854 "sp-offchain",12855 "sp-runtime",12856 "sp-session",12857 "sp-timestamp",12858 "sp-transaction-pool",12859 "sp-trie",12860 "substrate-build-script-utils",12861 "substrate-frame-rpc-system",12862 "substrate-prometheus-endpoint",12863 "tokio",12864 "try-runtime-cli",12865 "unique-rpc",12866 "unique-runtime",12867 "up-common",12868 "up-data-structs",12869 "up-rpc",12870]1287112872[[package]]12873name = "unique-rpc"12874version = "0.1.2"12875dependencies = [12876 "app-promotion-rpc",12877 "fc-db",12878 "fc-mapping-sync",12879 "fc-rpc",12880 "fc-rpc-core",12881 "fp-rpc",12882 "fp-storage",12883 "futures 0.3.25",12884 "jsonrpsee",12885 "pallet-common",12886 "pallet-ethereum",12887 "pallet-transaction-payment-rpc",12888 "pallet-transaction-payment-rpc-runtime-api",12889 "pallet-unique",12890 "rmrk-rpc",12891 "sc-client-api",12892 "sc-consensus-aura",12893 "sc-consensus-epochs",12894 "sc-finality-grandpa",12895 "sc-finality-grandpa-rpc",12896 "sc-keystore",12897 "sc-network",12898 "sc-rpc",12899 "sc-rpc-api",12900 "sc-service",12901 "sc-transaction-pool",12902 "serde",12903 "sp-api",12904 "sp-block-builder",12905 "sp-blockchain",12906 "sp-consensus",12907 "sp-consensus-aura",12908 "sp-core",12909 "sp-offchain",12910 "sp-runtime",12911 "sp-session",12912 "sp-storage",12913 "sp-transaction-pool",12914 "substrate-frame-rpc-system",12915 "tokio",12916 "uc-rpc",12917 "up-common",12918 "up-data-structs",12919 "up-rpc",12920]1292112922[[package]]12923name = "unique-runtime"12924version = "0.9.30"12925dependencies = [12926 "app-promotion-rpc",12927 "cumulus-pallet-aura-ext",12928 "cumulus-pallet-dmp-queue",12929 "cumulus-pallet-parachain-system",12930 "cumulus-pallet-xcm",12931 "cumulus-pallet-xcmp-queue",12932 "cumulus-primitives-core",12933 "cumulus-primitives-timestamp",12934 "cumulus-primitives-utility",12935 "derivative",12936 "evm-coder",12937 "fp-evm-mapping",12938 "fp-rpc",12939 "fp-self-contained",12940 "frame-benchmarking",12941 "frame-executive",12942 "frame-support",12943 "frame-system",12944 "frame-system-benchmarking",12945 "frame-system-rpc-runtime-api",12946 "frame-try-runtime",12947 "hex-literal",12948 "impl-trait-for-tuples",12949 "log",12950 "logtest",12951 "orml-tokens",12952 "orml-traits",12953 "orml-vesting",12954 "orml-xtokens",12955 "pallet-app-promotion",12956 "pallet-aura",12957 "pallet-balances",12958 "pallet-base-fee",12959 "pallet-common",12960 "pallet-configuration",12961 "pallet-ethereum",12962 "pallet-evm",12963 "pallet-evm-coder-substrate",12964 "pallet-evm-contract-helpers",12965 "pallet-evm-migration",12966 "pallet-evm-transaction-payment",12967 "pallet-foreign-assets",12968 "pallet-fungible",12969 "pallet-inflation",12970 "pallet-nonfungible",12971 "pallet-randomness-collective-flip",12972 "pallet-refungible",12973 "pallet-rmrk-core",12974 "pallet-rmrk-equip",12975 "pallet-structure",12976 "pallet-sudo",12977 "pallet-template-transaction-payment",12978 "pallet-timestamp",12979 "pallet-transaction-payment",12980 "pallet-transaction-payment-rpc-runtime-api",12981 "pallet-treasury",12982 "pallet-unique",12983 "pallet-unique-scheduler",12984 "pallet-xcm",12985 "parachain-info",12986 "parity-scale-codec 3.2.1",12987 "polkadot-parachain",12988 "rmrk-rpc",12989 "scale-info",12990 "serde",12991 "smallvec",12992 "sp-api",12993 "sp-arithmetic",12994 "sp-block-builder",12995 "sp-consensus-aura",12996 "sp-core",12997 "sp-inherents",12998 "sp-io",12999 "sp-offchain",13000 "sp-runtime",13001 "sp-session",13002 "sp-std",13003 "sp-transaction-pool",13004 "sp-version",13005 "substrate-wasm-builder",13006 "up-common",13007 "up-data-structs",13008 "up-rpc",13009 "up-sponsorship",13010 "xcm",13011 "xcm-builder",13012 "xcm-executor",13013]1301413015[[package]]13016name = "universal-hash"13017version = "0.4.1"13018source = "registry+https://github.com/rust-lang/crates.io-index"13019checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13020dependencies = [13021 "generic-array 0.14.6",13022 "subtle",13023]1302413025[[package]]13026name = "unsigned-varint"13027version = "0.7.1"13028source = "registry+https://github.com/rust-lang/crates.io-index"13029checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13030dependencies = [13031 "asynchronous-codec",13032 "bytes",13033 "futures-io",13034 "futures-util",13035]1303613037[[package]]13038name = "untrusted"13039version = "0.7.1"13040source = "registry+https://github.com/rust-lang/crates.io-index"13041checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1304213043[[package]]13044name = "up-common"13045version = "0.9.30"13046dependencies = [13047 "fp-rpc",13048 "frame-support",13049 "pallet-evm",13050 "sp-consensus-aura",13051 "sp-core",13052 "sp-runtime",13053 "sp-std",13054]1305513056[[package]]13057name = "up-data-structs"13058version = "0.2.2"13059dependencies = [13060 "bondrewd",13061 "derivative",13062 "frame-support",13063 "frame-system",13064 "pallet-evm",13065 "parity-scale-codec 3.2.1",13066 "rmrk-traits",13067 "scale-info",13068 "serde",13069 "sp-core",13070 "sp-runtime",13071 "sp-std",13072 "struct-versioning",13073]1307413075[[package]]13076name = "up-rpc"13077version = "0.1.3"13078dependencies = [13079 "pallet-common",13080 "pallet-evm",13081 "parity-scale-codec 3.2.1",13082 "sp-api",13083 "sp-core",13084 "sp-runtime",13085 "sp-std",13086 "up-data-structs",13087]1308813089[[package]]13090name = "up-sponsorship"13091version = "0.1.0"13092source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13093dependencies = [13094 "impl-trait-for-tuples",13095]1309613097[[package]]13098name = "url"13099version = "2.3.1"13100source = "registry+https://github.com/rust-lang/crates.io-index"13101checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13102dependencies = [13103 "form_urlencoded",13104 "idna 0.3.0",13105 "percent-encoding",13106]1310713108[[package]]13109name = "valuable"13110version = "0.1.0"13111source = "registry+https://github.com/rust-lang/crates.io-index"13112checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1311313114[[package]]13115name = "value-bag"13116version = "1.0.0-alpha.9"13117source = "registry+https://github.com/rust-lang/crates.io-index"13118checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13119dependencies = [13120 "ctor",13121 "version_check",13122]1312313124[[package]]13125name = "vcpkg"13126version = "0.2.15"13127source = "registry+https://github.com/rust-lang/crates.io-index"13128checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1312913130[[package]]13131name = "version_check"13132version = "0.9.4"13133source = "registry+https://github.com/rust-lang/crates.io-index"13134checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1313513136[[package]]13137name = "void"13138version = "1.0.2"13139source = "registry+https://github.com/rust-lang/crates.io-index"13140checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1314113142[[package]]13143name = "waker-fn"13144version = "1.1.0"13145source = "registry+https://github.com/rust-lang/crates.io-index"13146checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1314713148[[package]]13149name = "walkdir"13150version = "2.3.2"13151source = "registry+https://github.com/rust-lang/crates.io-index"13152checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13153dependencies = [13154 "same-file",13155 "winapi",13156 "winapi-util",13157]1315813159[[package]]13160name = "want"13161version = "0.3.0"13162source = "registry+https://github.com/rust-lang/crates.io-index"13163checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13164dependencies = [13165 "log",13166 "try-lock",13167]1316813169[[package]]13170name = "wasi"13171version = "0.9.0+wasi-snapshot-preview1"13172source = "registry+https://github.com/rust-lang/crates.io-index"13173checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1317413175[[package]]13176name = "wasi"13177version = "0.10.0+wasi-snapshot-preview1"13178source = "registry+https://github.com/rust-lang/crates.io-index"13179checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1318013181[[package]]13182name = "wasi"13183version = "0.11.0+wasi-snapshot-preview1"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1318613187[[package]]13188name = "wasm-bindgen"13189version = "0.2.83"13190source = "registry+https://github.com/rust-lang/crates.io-index"13191checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13192dependencies = [13193 "cfg-if 1.0.0",13194 "wasm-bindgen-macro",13195]1319613197[[package]]13198name = "wasm-bindgen-backend"13199version = "0.2.83"13200source = "registry+https://github.com/rust-lang/crates.io-index"13201checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13202dependencies = [13203 "bumpalo",13204 "log",13205 "once_cell",13206 "proc-macro2",13207 "quote",13208 "syn",13209 "wasm-bindgen-shared",13210]1321113212[[package]]13213name = "wasm-bindgen-futures"13214version = "0.4.33"13215source = "registry+https://github.com/rust-lang/crates.io-index"13216checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13217dependencies = [13218 "cfg-if 1.0.0",13219 "js-sys",13220 "wasm-bindgen",13221 "web-sys",13222]1322313224[[package]]13225name = "wasm-bindgen-macro"13226version = "0.2.83"13227source = "registry+https://github.com/rust-lang/crates.io-index"13228checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13229dependencies = [13230 "quote",13231 "wasm-bindgen-macro-support",13232]1323313234[[package]]13235name = "wasm-bindgen-macro-support"13236version = "0.2.83"13237source = "registry+https://github.com/rust-lang/crates.io-index"13238checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13239dependencies = [13240 "proc-macro2",13241 "quote",13242 "syn",13243 "wasm-bindgen-backend",13244 "wasm-bindgen-shared",13245]1324613247[[package]]13248name = "wasm-bindgen-shared"13249version = "0.2.83"13250source = "registry+https://github.com/rust-lang/crates.io-index"13251checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1325213253[[package]]13254name = "wasm-gc-api"13255version = "0.1.11"13256source = "registry+https://github.com/rust-lang/crates.io-index"13257checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13258dependencies = [13259 "log",13260 "parity-wasm 0.32.0",13261 "rustc-demangle",13262]1326313264[[package]]13265name = "wasm-instrument"13266version = "0.3.0"13267source = "registry+https://github.com/rust-lang/crates.io-index"13268checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13269dependencies = [13270 "parity-wasm 0.45.0",13271]1327213273[[package]]13274name = "wasm-timer"13275version = "0.2.5"13276source = "registry+https://github.com/rust-lang/crates.io-index"13277checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13278dependencies = [13279 "futures 0.3.25",13280 "js-sys",13281 "parking_lot 0.11.2",13282 "pin-utils",13283 "wasm-bindgen",13284 "wasm-bindgen-futures",13285 "web-sys",13286]1328713288[[package]]13289name = "wasmi"13290version = "0.13.2"13291source = "registry+https://github.com/rust-lang/crates.io-index"13292checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13293dependencies = [13294 "parity-wasm 0.45.0",13295 "wasmi-validation",13296 "wasmi_core",13297]1329813299[[package]]13300name = "wasmi-validation"13301version = "0.5.0"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13304dependencies = [13305 "parity-wasm 0.45.0",13306]1330713308[[package]]13309name = "wasmi_core"13310version = "0.2.1"13311source = "registry+https://github.com/rust-lang/crates.io-index"13312checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13313dependencies = [13314 "downcast-rs",13315 "libm",13316 "memory_units",13317 "num-rational 0.4.1",13318 "num-traits",13319]1332013321[[package]]13322name = "wasmparser"13323version = "0.89.1"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13326dependencies = [13327 "indexmap",13328]1332913330[[package]]13331name = "wasmtime"13332version = "1.0.1"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13335dependencies = [13336 "anyhow",13337 "bincode",13338 "cfg-if 1.0.0",13339 "indexmap",13340 "libc",13341 "log",13342 "object",13343 "once_cell",13344 "paste",13345 "psm",13346 "rayon",13347 "serde",13348 "target-lexicon",13349 "wasmparser",13350 "wasmtime-cache",13351 "wasmtime-cranelift",13352 "wasmtime-environ",13353 "wasmtime-jit",13354 "wasmtime-runtime",13355 "windows-sys 0.36.1",13356]1335713358[[package]]13359name = "wasmtime-asm-macros"13360version = "1.0.1"13361source = "registry+https://github.com/rust-lang/crates.io-index"13362checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13363dependencies = [13364 "cfg-if 1.0.0",13365]1336613367[[package]]13368name = "wasmtime-cache"13369version = "1.0.1"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13372dependencies = [13373 "anyhow",13374 "base64",13375 "bincode",13376 "directories-next",13377 "file-per-thread-logger",13378 "log",13379 "rustix",13380 "serde",13381 "sha2 0.9.9",13382 "toml",13383 "windows-sys 0.36.1",13384 "zstd",13385]1338613387[[package]]13388name = "wasmtime-cranelift"13389version = "1.0.1"13390source = "registry+https://github.com/rust-lang/crates.io-index"13391checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13392dependencies = [13393 "anyhow",13394 "cranelift-codegen",13395 "cranelift-entity",13396 "cranelift-frontend",13397 "cranelift-native",13398 "cranelift-wasm",13399 "gimli",13400 "log",13401 "object",13402 "target-lexicon",13403 "thiserror",13404 "wasmparser",13405 "wasmtime-environ",13406]1340713408[[package]]13409name = "wasmtime-environ"13410version = "1.0.1"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13413dependencies = [13414 "anyhow",13415 "cranelift-entity",13416 "gimli",13417 "indexmap",13418 "log",13419 "object",13420 "serde",13421 "target-lexicon",13422 "thiserror",13423 "wasmparser",13424 "wasmtime-types",13425]1342613427[[package]]13428name = "wasmtime-jit"13429version = "1.0.1"13430source = "registry+https://github.com/rust-lang/crates.io-index"13431checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13432dependencies = [13433 "addr2line",13434 "anyhow",13435 "bincode",13436 "cfg-if 1.0.0",13437 "cpp_demangle",13438 "gimli",13439 "log",13440 "object",13441 "rustc-demangle",13442 "rustix",13443 "serde",13444 "target-lexicon",13445 "thiserror",13446 "wasmtime-environ",13447 "wasmtime-jit-debug",13448 "wasmtime-runtime",13449 "windows-sys 0.36.1",13450]1345113452[[package]]13453name = "wasmtime-jit-debug"13454version = "1.0.1"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13457dependencies = [13458 "object",13459 "once_cell",13460 "rustix",13461]1346213463[[package]]13464name = "wasmtime-runtime"13465version = "1.0.1"13466source = "registry+https://github.com/rust-lang/crates.io-index"13467checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13468dependencies = [13469 "anyhow",13470 "cc",13471 "cfg-if 1.0.0",13472 "indexmap",13473 "libc",13474 "log",13475 "mach",13476 "memfd",13477 "memoffset",13478 "paste",13479 "rand 0.8.5",13480 "rustix",13481 "thiserror",13482 "wasmtime-asm-macros",13483 "wasmtime-environ",13484 "wasmtime-jit-debug",13485 "windows-sys 0.36.1",13486]1348713488[[package]]13489name = "wasmtime-types"13490version = "1.0.1"13491source = "registry+https://github.com/rust-lang/crates.io-index"13492checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13493dependencies = [13494 "cranelift-entity",13495 "serde",13496 "thiserror",13497 "wasmparser",13498]1349913500[[package]]13501name = "web-sys"13502version = "0.3.60"13503source = "registry+https://github.com/rust-lang/crates.io-index"13504checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13505dependencies = [13506 "js-sys",13507 "wasm-bindgen",13508]1350913510[[package]]13511name = "webpki"13512version = "0.22.0"13513source = "registry+https://github.com/rust-lang/crates.io-index"13514checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13515dependencies = [13516 "ring",13517 "untrusted",13518]1351913520[[package]]13521name = "webpki-roots"13522version = "0.22.5"13523source = "registry+https://github.com/rust-lang/crates.io-index"13524checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13525dependencies = [13526 "webpki",13527]1352813529[[package]]13530name = "wepoll-ffi"13531version = "0.1.2"13532source = "registry+https://github.com/rust-lang/crates.io-index"13533checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13534dependencies = [13535 "cc",13536]1353713538[[package]]13539name = "westend-runtime"13540version = "0.9.30"13541source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13542dependencies = [13543 "beefy-primitives",13544 "bitvec 1.0.1",13545 "frame-benchmarking",13546 "frame-election-provider-support",13547 "frame-executive",13548 "frame-support",13549 "frame-system",13550 "frame-system-benchmarking",13551 "frame-system-rpc-runtime-api",13552 "frame-try-runtime",13553 "hex-literal",13554 "log",13555 "pallet-authority-discovery",13556 "pallet-authorship",13557 "pallet-babe",13558 "pallet-bags-list",13559 "pallet-balances",13560 "pallet-collective",13561 "pallet-democracy",13562 "pallet-election-provider-multi-phase",13563 "pallet-election-provider-support-benchmarking",13564 "pallet-elections-phragmen",13565 "pallet-fast-unstake",13566 "pallet-grandpa",13567 "pallet-identity",13568 "pallet-im-online",13569 "pallet-indices",13570 "pallet-membership",13571 "pallet-multisig",13572 "pallet-nomination-pools",13573 "pallet-nomination-pools-benchmarking",13574 "pallet-nomination-pools-runtime-api",13575 "pallet-offences",13576 "pallet-offences-benchmarking",13577 "pallet-preimage",13578 "pallet-proxy",13579 "pallet-recovery",13580 "pallet-scheduler",13581 "pallet-session",13582 "pallet-session-benchmarking",13583 "pallet-society",13584 "pallet-staking",13585 "pallet-staking-reward-curve",13586 "pallet-sudo",13587 "pallet-timestamp",13588 "pallet-transaction-payment",13589 "pallet-transaction-payment-rpc-runtime-api",13590 "pallet-treasury",13591 "pallet-utility",13592 "pallet-vesting",13593 "pallet-xcm",13594 "pallet-xcm-benchmarks",13595 "parity-scale-codec 3.2.1",13596 "polkadot-parachain",13597 "polkadot-primitives",13598 "polkadot-runtime-common",13599 "polkadot-runtime-parachains",13600 "rustc-hex",13601 "scale-info",13602 "serde",13603 "serde_derive",13604 "smallvec",13605 "sp-api",13606 "sp-authority-discovery",13607 "sp-block-builder",13608 "sp-consensus-babe",13609 "sp-core",13610 "sp-inherents",13611 "sp-io",13612 "sp-mmr-primitives",13613 "sp-npos-elections",13614 "sp-offchain",13615 "sp-runtime",13616 "sp-session",13617 "sp-staking",13618 "sp-std",13619 "sp-transaction-pool",13620 "sp-version",13621 "substrate-wasm-builder",13622 "westend-runtime-constants",13623 "xcm",13624 "xcm-builder",13625 "xcm-executor",13626]1362713628[[package]]13629name = "westend-runtime-constants"13630version = "0.9.30"13631source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13632dependencies = [13633 "frame-support",13634 "polkadot-primitives",13635 "polkadot-runtime-common",13636 "smallvec",13637 "sp-runtime",13638]1363913640[[package]]13641name = "which"13642version = "4.3.0"13643source = "registry+https://github.com/rust-lang/crates.io-index"13644checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13645dependencies = [13646 "either",13647 "libc",13648 "once_cell",13649]1365013651[[package]]13652name = "widestring"13653version = "0.5.1"13654source = "registry+https://github.com/rust-lang/crates.io-index"13655checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1365613657[[package]]13658name = "winapi"13659version = "0.3.9"13660source = "registry+https://github.com/rust-lang/crates.io-index"13661checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13662dependencies = [13663 "winapi-i686-pc-windows-gnu",13664 "winapi-x86_64-pc-windows-gnu",13665]1366613667[[package]]13668name = "winapi-i686-pc-windows-gnu"13669version = "0.4.0"13670source = "registry+https://github.com/rust-lang/crates.io-index"13671checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1367213673[[package]]13674name = "winapi-util"13675version = "0.1.5"13676source = "registry+https://github.com/rust-lang/crates.io-index"13677checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13678dependencies = [13679 "winapi",13680]1368113682[[package]]13683name = "winapi-x86_64-pc-windows-gnu"13684version = "0.4.0"13685source = "registry+https://github.com/rust-lang/crates.io-index"13686checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1368713688[[package]]13689name = "windows"13690version = "0.34.0"13691source = "registry+https://github.com/rust-lang/crates.io-index"13692checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13693dependencies = [13694 "windows_aarch64_msvc 0.34.0",13695 "windows_i686_gnu 0.34.0",13696 "windows_i686_msvc 0.34.0",13697 "windows_x86_64_gnu 0.34.0",13698 "windows_x86_64_msvc 0.34.0",13699]1370013701[[package]]13702name = "windows-sys"13703version = "0.36.1"13704source = "registry+https://github.com/rust-lang/crates.io-index"13705checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13706dependencies = [13707 "windows_aarch64_msvc 0.36.1",13708 "windows_i686_gnu 0.36.1",13709 "windows_i686_msvc 0.36.1",13710 "windows_x86_64_gnu 0.36.1",13711 "windows_x86_64_msvc 0.36.1",13712]1371313714[[package]]13715name = "windows-sys"13716version = "0.42.0"13717source = "registry+https://github.com/rust-lang/crates.io-index"13718checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13719dependencies = [13720 "windows_aarch64_gnullvm",13721 "windows_aarch64_msvc 0.42.0",13722 "windows_i686_gnu 0.42.0",13723 "windows_i686_msvc 0.42.0",13724 "windows_x86_64_gnu 0.42.0",13725 "windows_x86_64_gnullvm",13726 "windows_x86_64_msvc 0.42.0",13727]1372813729[[package]]13730name = "windows_aarch64_gnullvm"13731version = "0.42.0"13732source = "registry+https://github.com/rust-lang/crates.io-index"13733checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1373413735[[package]]13736name = "windows_aarch64_msvc"13737version = "0.34.0"13738source = "registry+https://github.com/rust-lang/crates.io-index"13739checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1374013741[[package]]13742name = "windows_aarch64_msvc"13743version = "0.36.1"13744source = "registry+https://github.com/rust-lang/crates.io-index"13745checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1374613747[[package]]13748name = "windows_aarch64_msvc"13749version = "0.42.0"13750source = "registry+https://github.com/rust-lang/crates.io-index"13751checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1375213753[[package]]13754name = "windows_i686_gnu"13755version = "0.34.0"13756source = "registry+https://github.com/rust-lang/crates.io-index"13757checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1375813759[[package]]13760name = "windows_i686_gnu"13761version = "0.36.1"13762source = "registry+https://github.com/rust-lang/crates.io-index"13763checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1376413765[[package]]13766name = "windows_i686_gnu"13767version = "0.42.0"13768source = "registry+https://github.com/rust-lang/crates.io-index"13769checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1377013771[[package]]13772name = "windows_i686_msvc"13773version = "0.34.0"13774source = "registry+https://github.com/rust-lang/crates.io-index"13775checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1377613777[[package]]13778name = "windows_i686_msvc"13779version = "0.36.1"13780source = "registry+https://github.com/rust-lang/crates.io-index"13781checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1378213783[[package]]13784name = "windows_i686_msvc"13785version = "0.42.0"13786source = "registry+https://github.com/rust-lang/crates.io-index"13787checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1378813789[[package]]13790name = "windows_x86_64_gnu"13791version = "0.34.0"13792source = "registry+https://github.com/rust-lang/crates.io-index"13793checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1379413795[[package]]13796name = "windows_x86_64_gnu"13797version = "0.36.1"13798source = "registry+https://github.com/rust-lang/crates.io-index"13799checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1380013801[[package]]13802name = "windows_x86_64_gnu"13803version = "0.42.0"13804source = "registry+https://github.com/rust-lang/crates.io-index"13805checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1380613807[[package]]13808name = "windows_x86_64_gnullvm"13809version = "0.42.0"13810source = "registry+https://github.com/rust-lang/crates.io-index"13811checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1381213813[[package]]13814name = "windows_x86_64_msvc"13815version = "0.34.0"13816source = "registry+https://github.com/rust-lang/crates.io-index"13817checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1381813819[[package]]13820name = "windows_x86_64_msvc"13821version = "0.36.1"13822source = "registry+https://github.com/rust-lang/crates.io-index"13823checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1382413825[[package]]13826name = "windows_x86_64_msvc"13827version = "0.42.0"13828source = "registry+https://github.com/rust-lang/crates.io-index"13829checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1383013831[[package]]13832name = "winreg"13833version = "0.7.0"13834source = "registry+https://github.com/rust-lang/crates.io-index"13835checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13836dependencies = [13837 "winapi",13838]1383913840[[package]]13841name = "wyz"13842version = "0.2.0"13843source = "registry+https://github.com/rust-lang/crates.io-index"13844checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1384513846[[package]]13847name = "wyz"13848version = "0.5.0"13849source = "registry+https://github.com/rust-lang/crates.io-index"13850checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13851dependencies = [13852 "tap",13853]1385413855[[package]]13856name = "x25519-dalek"13857version = "1.1.1"13858source = "registry+https://github.com/rust-lang/crates.io-index"13859checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13860dependencies = [13861 "curve25519-dalek 3.2.0",13862 "rand_core 0.5.1",13863 "zeroize",13864]1386513866[[package]]13867name = "xcm"13868version = "0.9.30"13869source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13870dependencies = [13871 "derivative",13872 "impl-trait-for-tuples",13873 "log",13874 "parity-scale-codec 3.2.1",13875 "scale-info",13876 "sp-runtime",13877 "xcm-procedural",13878]1387913880[[package]]13881name = "xcm-builder"13882version = "0.9.30"13883source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13884dependencies = [13885 "frame-support",13886 "frame-system",13887 "log",13888 "pallet-transaction-payment",13889 "parity-scale-codec 3.2.1",13890 "polkadot-parachain",13891 "scale-info",13892 "sp-arithmetic",13893 "sp-io",13894 "sp-runtime",13895 "sp-std",13896 "xcm",13897 "xcm-executor",13898]1389913900[[package]]13901name = "xcm-executor"13902version = "0.9.30"13903source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13904dependencies = [13905 "frame-benchmarking",13906 "frame-support",13907 "impl-trait-for-tuples",13908 "log",13909 "parity-scale-codec 3.2.1",13910 "sp-arithmetic",13911 "sp-core",13912 "sp-io",13913 "sp-runtime",13914 "sp-std",13915 "xcm",13916]1391713918[[package]]13919name = "xcm-procedural"13920version = "0.9.30"13921source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13922dependencies = [13923 "Inflector",13924 "proc-macro2",13925 "quote",13926 "syn",13927]1392813929[[package]]13930name = "yamux"13931version = "0.10.2"13932source = "registry+https://github.com/rust-lang/crates.io-index"13933checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13934dependencies = [13935 "futures 0.3.25",13936 "log",13937 "nohash-hasher",13938 "parking_lot 0.12.1",13939 "rand 0.8.5",13940 "static_assertions",13941]1394213943[[package]]13944name = "zeroize"13945version = "1.5.7"13946source = "registry+https://github.com/rust-lang/crates.io-index"13947checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13948dependencies = [13949 "zeroize_derive",13950]1395113952[[package]]13953name = "zeroize_derive"13954version = "1.3.2"13955source = "registry+https://github.com/rust-lang/crates.io-index"13956checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13957dependencies = [13958 "proc-macro2",13959 "quote",13960 "syn",13961 "synstructure",13962]1396313964[[package]]13965name = "zstd"13966version = "0.11.2+zstd.1.5.2"13967source = "registry+https://github.com/rust-lang/crates.io-index"13968checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13969dependencies = [13970 "zstd-safe",13971]1397213973[[package]]13974name = "zstd-safe"13975version = "5.0.2+zstd.1.5.2"13976source = "registry+https://github.com/rust-lang/crates.io-index"13977checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13978dependencies = [13979 "libc",13980 "zstd-sys",13981]1398213983[[package]]13984name = "zstd-sys"13985version = "2.0.1+zstd.1.5.2"13986source = "registry+https://github.com/rust-lang/crates.io-index"13987checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"13988dependencies = [13989 "cc",13990 "libc",13991]