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

difftreelog

source

Cargo.lock419.8 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher 0.3.0",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher 0.3.0",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",121 "parity-scale-codec 3.2.1",122 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",123 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",124 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",481 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",482 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",483 "sp-blockchain",484 "sp-consensus",485 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",486 "sp-keystore",487 "sp-mmr-primitives",488 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",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 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",510 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",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 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",531 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",532 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",533 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",534 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",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 = "const_format"1100version = "0.2.26"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "939dc9e2eb9077e0679d2ce32de1ded8531779360b003b4a972a7a39ec263495"1103dependencies = [1104 "const_format_proc_macros",1105]11061107[[package]]1108name = "const_format_proc_macros"1109version = "0.2.22"1110source = "registry+https://github.com/rust-lang/crates.io-index"1111checksum = "ef196d5d972878a48da7decb7686eded338b4858fbabeed513d63a7c98b2b82d"1112dependencies = [1113 "proc-macro2",1114 "quote",1115 "unicode-xid",1116]11171118[[package]]1119name = "constant_time_eq"1120version = "0.1.5"1121source = "registry+https://github.com/rust-lang/crates.io-index"1122checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11231124[[package]]1125name = "convert_case"1126version = "0.4.0"1127source = "registry+https://github.com/rust-lang/crates.io-index"1128checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11291130[[package]]1131name = "core-foundation"1132version = "0.9.3"1133source = "registry+https://github.com/rust-lang/crates.io-index"1134checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1135dependencies = [1136 "core-foundation-sys",1137 "libc",1138]11391140[[package]]1141name = "core-foundation-sys"1142version = "0.8.3"1143source = "registry+https://github.com/rust-lang/crates.io-index"1144checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11451146[[package]]1147name = "core2"1148version = "0.4.0"1149source = "registry+https://github.com/rust-lang/crates.io-index"1150checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1151dependencies = [1152 "memchr",1153]11541155[[package]]1156name = "cpp_demangle"1157version = "0.3.5"1158source = "registry+https://github.com/rust-lang/crates.io-index"1159checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1160dependencies = [1161 "cfg-if 1.0.0",1162]11631164[[package]]1165name = "cpufeatures"1166version = "0.2.5"1167source = "registry+https://github.com/rust-lang/crates.io-index"1168checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1169dependencies = [1170 "libc",1171]11721173[[package]]1174name = "cranelift-bforest"1175version = "0.88.1"1176source = "registry+https://github.com/rust-lang/crates.io-index"1177checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1178dependencies = [1179 "cranelift-entity",1180]11811182[[package]]1183name = "cranelift-codegen"1184version = "0.88.1"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1187dependencies = [1188 "arrayvec 0.7.2",1189 "bumpalo",1190 "cranelift-bforest",1191 "cranelift-codegen-meta",1192 "cranelift-codegen-shared",1193 "cranelift-entity",1194 "cranelift-isle",1195 "gimli",1196 "log",1197 "regalloc2",1198 "smallvec",1199 "target-lexicon",1200]12011202[[package]]1203name = "cranelift-codegen-meta"1204version = "0.88.1"1205source = "registry+https://github.com/rust-lang/crates.io-index"1206checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1207dependencies = [1208 "cranelift-codegen-shared",1209]12101211[[package]]1212name = "cranelift-codegen-shared"1213version = "0.88.1"1214source = "registry+https://github.com/rust-lang/crates.io-index"1215checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"12161217[[package]]1218name = "cranelift-entity"1219version = "0.88.1"1220source = "registry+https://github.com/rust-lang/crates.io-index"1221checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1222dependencies = [1223 "serde",1224]12251226[[package]]1227name = "cranelift-frontend"1228version = "0.88.1"1229source = "registry+https://github.com/rust-lang/crates.io-index"1230checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1231dependencies = [1232 "cranelift-codegen",1233 "log",1234 "smallvec",1235 "target-lexicon",1236]12371238[[package]]1239name = "cranelift-isle"1240version = "0.88.1"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12431244[[package]]1245name = "cranelift-native"1246version = "0.88.1"1247source = "registry+https://github.com/rust-lang/crates.io-index"1248checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1249dependencies = [1250 "cranelift-codegen",1251 "libc",1252 "target-lexicon",1253]12541255[[package]]1256name = "cranelift-wasm"1257version = "0.88.1"1258source = "registry+https://github.com/rust-lang/crates.io-index"1259checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1260dependencies = [1261 "cranelift-codegen",1262 "cranelift-entity",1263 "cranelift-frontend",1264 "itertools",1265 "log",1266 "smallvec",1267 "wasmparser",1268 "wasmtime-types",1269]12701271[[package]]1272name = "crc32fast"1273version = "1.3.2"1274source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1276dependencies = [1277 "cfg-if 1.0.0",1278]12791280[[package]]1281name = "crossbeam-channel"1282version = "0.5.6"1283source = "registry+https://github.com/rust-lang/crates.io-index"1284checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1285dependencies = [1286 "cfg-if 1.0.0",1287 "crossbeam-utils",1288]12891290[[package]]1291name = "crossbeam-deque"1292version = "0.8.2"1293source = "registry+https://github.com/rust-lang/crates.io-index"1294checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1295dependencies = [1296 "cfg-if 1.0.0",1297 "crossbeam-epoch",1298 "crossbeam-utils",1299]13001301[[package]]1302name = "crossbeam-epoch"1303version = "0.9.11"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1306dependencies = [1307 "autocfg",1308 "cfg-if 1.0.0",1309 "crossbeam-utils",1310 "memoffset",1311 "scopeguard",1312]13131314[[package]]1315name = "crossbeam-queue"1316version = "0.3.6"1317source = "registry+https://github.com/rust-lang/crates.io-index"1318checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1319dependencies = [1320 "cfg-if 1.0.0",1321 "crossbeam-utils",1322]13231324[[package]]1325name = "crossbeam-utils"1326version = "0.8.12"1327source = "registry+https://github.com/rust-lang/crates.io-index"1328checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1329dependencies = [1330 "cfg-if 1.0.0",1331]13321333[[package]]1334name = "crunchy"1335version = "0.2.2"1336source = "registry+https://github.com/rust-lang/crates.io-index"1337checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13381339[[package]]1340name = "crypto-bigint"1341version = "0.3.2"1342source = "registry+https://github.com/rust-lang/crates.io-index"1343checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1344dependencies = [1345 "generic-array 0.14.6",1346 "rand_core 0.6.4",1347 "subtle",1348 "zeroize",1349]13501351[[package]]1352name = "crypto-common"1353version = "0.1.6"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1356dependencies = [1357 "generic-array 0.14.6",1358 "typenum",1359]13601361[[package]]1362name = "crypto-mac"1363version = "0.8.0"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1366dependencies = [1367 "generic-array 0.14.6",1368 "subtle",1369]13701371[[package]]1372name = "crypto-mac"1373version = "0.11.1"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1376dependencies = [1377 "generic-array 0.14.6",1378 "subtle",1379]13801381[[package]]1382name = "ctor"1383version = "0.1.26"1384source = "registry+https://github.com/rust-lang/crates.io-index"1385checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1386dependencies = [1387 "quote",1388 "syn",1389]13901391[[package]]1392name = "ctr"1393version = "0.8.0"1394source = "registry+https://github.com/rust-lang/crates.io-index"1395checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1396dependencies = [1397 "cipher 0.3.0",1398]13991400[[package]]1401name = "cuckoofilter"1402version = "0.5.0"1403source = "registry+https://github.com/rust-lang/crates.io-index"1404checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1405dependencies = [1406 "byteorder",1407 "fnv",1408 "rand 0.7.3",1409]14101411[[package]]1412name = "cumulus-client-cli"1413version = "0.1.0"1414source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1415dependencies = [1416 "clap",1417 "parity-scale-codec 3.2.1",1418 "sc-chain-spec",1419 "sc-cli",1420 "sc-service",1421 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1422 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1423 "url",1424]14251426[[package]]1427name = "cumulus-client-collator"1428version = "0.1.0"1429source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1430dependencies = [1431 "cumulus-client-consensus-common",1432 "cumulus-client-network",1433 "cumulus-primitives-core",1434 "cumulus-relay-chain-interface",1435 "futures 0.3.25",1436 "parity-scale-codec 3.2.1",1437 "parking_lot 0.12.1",1438 "polkadot-node-primitives",1439 "polkadot-node-subsystem",1440 "polkadot-overseer",1441 "polkadot-primitives",1442 "sc-client-api",1443 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1444 "sp-consensus",1445 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1446 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1447 "tracing",1448]14491450[[package]]1451name = "cumulus-client-consensus-aura"1452version = "0.1.0"1453source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1454dependencies = [1455 "async-trait",1456 "cumulus-client-consensus-common",1457 "cumulus-primitives-core",1458 "futures 0.3.25",1459 "parity-scale-codec 3.2.1",1460 "sc-client-api",1461 "sc-consensus",1462 "sc-consensus-aura",1463 "sc-consensus-slots",1464 "sc-telemetry",1465 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1466 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1467 "sp-block-builder",1468 "sp-blockchain",1469 "sp-consensus",1470 "sp-consensus-aura",1471 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1472 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1473 "sp-keystore",1474 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1475 "substrate-prometheus-endpoint",1476 "tracing",1477]14781479[[package]]1480name = "cumulus-client-consensus-common"1481version = "0.1.0"1482source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1483dependencies = [1484 "async-trait",1485 "cumulus-relay-chain-interface",1486 "dyn-clone",1487 "futures 0.3.25",1488 "parity-scale-codec 3.2.1",1489 "polkadot-primitives",1490 "sc-client-api",1491 "sc-consensus",1492 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1493 "sp-blockchain",1494 "sp-consensus",1495 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1496 "sp-trie",1497 "tracing",1498]14991500[[package]]1501name = "cumulus-client-network"1502version = "0.1.0"1503source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1504dependencies = [1505 "async-trait",1506 "cumulus-relay-chain-interface",1507 "derive_more",1508 "futures 0.3.25",1509 "futures-timer",1510 "parity-scale-codec 3.2.1",1511 "parking_lot 0.12.1",1512 "polkadot-node-primitives",1513 "polkadot-parachain",1514 "polkadot-primitives",1515 "sc-client-api",1516 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1517 "sp-blockchain",1518 "sp-consensus",1519 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1520 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1521 "sp-state-machine",1522 "tracing",1523]15241525[[package]]1526name = "cumulus-client-pov-recovery"1527version = "0.1.0"1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1529dependencies = [1530 "cumulus-primitives-core",1531 "cumulus-relay-chain-interface",1532 "futures 0.3.25",1533 "futures-timer",1534 "parity-scale-codec 3.2.1",1535 "polkadot-node-primitives",1536 "polkadot-node-subsystem",1537 "polkadot-overseer",1538 "polkadot-primitives",1539 "rand 0.8.5",1540 "sc-client-api",1541 "sc-consensus",1542 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1543 "sp-consensus",1544 "sp-maybe-compressed-blob",1545 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1546 "tracing",1547]15481549[[package]]1550name = "cumulus-client-service"1551version = "0.1.0"1552source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1553dependencies = [1554 "cumulus-client-cli",1555 "cumulus-client-collator",1556 "cumulus-client-consensus-common",1557 "cumulus-client-pov-recovery",1558 "cumulus-primitives-core",1559 "cumulus-relay-chain-interface",1560 "parking_lot 0.12.1",1561 "polkadot-overseer",1562 "polkadot-primitives",1563 "sc-client-api",1564 "sc-consensus",1565 "sc-consensus-babe",1566 "sc-service",1567 "sc-telemetry",1568 "sc-tracing",1569 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1570 "sp-blockchain",1571 "sp-consensus",1572 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1573 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1574 "tracing",1575]15761577[[package]]1578name = "cumulus-pallet-aura-ext"1579version = "0.1.0"1580source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1581dependencies = [1582 "frame-executive",1583 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1584 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1585 "pallet-aura",1586 "parity-scale-codec 3.2.1",1587 "scale-info",1588 "serde",1589 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1590 "sp-consensus-aura",1591 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1592 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1593]15941595[[package]]1596name = "cumulus-pallet-dmp-queue"1597version = "0.1.0"1598source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1599dependencies = [1600 "cumulus-primitives-core",1601 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1602 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1603 "log",1604 "parity-scale-codec 3.2.1",1605 "scale-info",1606 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1607 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1608 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1609 "xcm",1610 "xcm-executor",1611]16121613[[package]]1614name = "cumulus-pallet-parachain-system"1615version = "0.1.0"1616source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1617dependencies = [1618 "bytes",1619 "cumulus-pallet-parachain-system-proc-macro",1620 "cumulus-primitives-core",1621 "cumulus-primitives-parachain-inherent",1622 "environmental",1623 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1624 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1625 "impl-trait-for-tuples",1626 "log",1627 "pallet-balances",1628 "parity-scale-codec 3.2.1",1629 "polkadot-parachain",1630 "scale-info",1631 "serde",1632 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1633 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1634 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1635 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1636 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1637 "sp-state-machine",1638 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1639 "sp-trie",1640 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1641 "xcm",1642]16431644[[package]]1645name = "cumulus-pallet-parachain-system-proc-macro"1646version = "0.1.0"1647source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1648dependencies = [1649 "proc-macro-crate",1650 "proc-macro2",1651 "quote",1652 "syn",1653]16541655[[package]]1656name = "cumulus-pallet-xcm"1657version = "0.1.0"1658source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1659dependencies = [1660 "cumulus-primitives-core",1661 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1662 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1663 "parity-scale-codec 3.2.1",1664 "scale-info",1665 "serde",1666 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1667 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1668 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1669 "xcm",1670]16711672[[package]]1673name = "cumulus-pallet-xcmp-queue"1674version = "0.1.0"1675source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1676dependencies = [1677 "cumulus-primitives-core",1678 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1679 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1680 "log",1681 "parity-scale-codec 3.2.1",1682 "rand_chacha 0.3.1",1683 "scale-info",1684 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1685 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1686 "xcm",1687 "xcm-executor",1688]16891690[[package]]1691name = "cumulus-primitives-core"1692version = "0.1.0"1693source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1694dependencies = [1695 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1696 "parity-scale-codec 3.2.1",1697 "polkadot-core-primitives",1698 "polkadot-parachain",1699 "polkadot-primitives",1700 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1701 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1702 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1703 "sp-trie",1704]17051706[[package]]1707name = "cumulus-primitives-parachain-inherent"1708version = "0.1.0"1709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1710dependencies = [1711 "async-trait",1712 "cumulus-primitives-core",1713 "cumulus-relay-chain-interface",1714 "cumulus-test-relay-sproof-builder",1715 "parity-scale-codec 3.2.1",1716 "sc-client-api",1717 "scale-info",1718 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1719 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1720 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1721 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1722 "sp-state-machine",1723 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1724 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1725 "sp-trie",1726 "tracing",1727]17281729[[package]]1730name = "cumulus-primitives-timestamp"1731version = "0.1.0"1732source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1733dependencies = [1734 "cumulus-primitives-core",1735 "futures 0.3.25",1736 "parity-scale-codec 3.2.1",1737 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1738 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1739 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1740]17411742[[package]]1743name = "cumulus-primitives-utility"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1746dependencies = [1747 "cumulus-primitives-core",1748 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1749 "log",1750 "parity-scale-codec 3.2.1",1751 "polkadot-core-primitives",1752 "polkadot-parachain",1753 "polkadot-primitives",1754 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1755 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1756 "sp-trie",1757 "xcm",1758 "xcm-builder",1759 "xcm-executor",1760]17611762[[package]]1763name = "cumulus-relay-chain-inprocess-interface"1764version = "0.1.0"1765source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1766dependencies = [1767 "async-trait",1768 "cumulus-primitives-core",1769 "cumulus-relay-chain-interface",1770 "futures 0.3.25",1771 "futures-timer",1772 "polkadot-cli",1773 "polkadot-client",1774 "polkadot-service",1775 "sc-cli",1776 "sc-client-api",1777 "sc-consensus-babe",1778 "sc-network",1779 "sc-sysinfo",1780 "sc-telemetry",1781 "sc-tracing",1782 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1783 "sp-blockchain",1784 "sp-consensus",1785 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1786 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1787 "sp-state-machine",1788 "tracing",1789]17901791[[package]]1792name = "cumulus-relay-chain-interface"1793version = "0.1.0"1794source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1795dependencies = [1796 "async-trait",1797 "cumulus-primitives-core",1798 "derive_more",1799 "futures 0.3.25",1800 "jsonrpsee-core",1801 "parity-scale-codec 3.2.1",1802 "parking_lot 0.12.1",1803 "polkadot-overseer",1804 "polkadot-service",1805 "sc-client-api",1806 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1807 "sp-blockchain",1808 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1809 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1810 "sp-state-machine",1811 "thiserror",1812]18131814[[package]]1815name = "cumulus-relay-chain-rpc-interface"1816version = "0.1.0"1817source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1818dependencies = [1819 "async-trait",1820 "backoff",1821 "cumulus-primitives-core",1822 "cumulus-relay-chain-interface",1823 "futures 0.3.25",1824 "futures-timer",1825 "jsonrpsee",1826 "parity-scale-codec 3.2.1",1827 "parking_lot 0.12.1",1828 "polkadot-service",1829 "sc-client-api",1830 "sc-rpc-api",1831 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1832 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1833 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1834 "sp-state-machine",1835 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1836 "tokio",1837 "tracing",1838 "url",1839]18401841[[package]]1842name = "cumulus-test-relay-sproof-builder"1843version = "0.1.0"1844source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1845dependencies = [1846 "cumulus-primitives-core",1847 "parity-scale-codec 3.2.1",1848 "polkadot-primitives",1849 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1850 "sp-state-machine",1851 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1852]18531854[[package]]1855name = "curve25519-dalek"1856version = "2.1.3"1857source = "registry+https://github.com/rust-lang/crates.io-index"1858checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1859dependencies = [1860 "byteorder",1861 "digest 0.8.1",1862 "rand_core 0.5.1",1863 "subtle",1864 "zeroize",1865]18661867[[package]]1868name = "curve25519-dalek"1869version = "3.2.0"1870source = "registry+https://github.com/rust-lang/crates.io-index"1871checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1872dependencies = [1873 "byteorder",1874 "digest 0.9.0",1875 "rand_core 0.5.1",1876 "subtle",1877 "zeroize",1878]18791880[[package]]1881name = "curve25519-dalek"1882version = "4.0.0-pre.1"1883source = "registry+https://github.com/rust-lang/crates.io-index"1884checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1885dependencies = [1886 "byteorder",1887 "digest 0.9.0",1888 "rand_core 0.6.4",1889 "subtle",1890 "zeroize",1891]18921893[[package]]1894name = "cxx"1895version = "1.0.80"1896source = "registry+https://github.com/rust-lang/crates.io-index"1897checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"1898dependencies = [1899 "cc",1900 "cxxbridge-flags",1901 "cxxbridge-macro",1902 "link-cplusplus",1903]19041905[[package]]1906name = "cxx-build"1907version = "1.0.80"1908source = "registry+https://github.com/rust-lang/crates.io-index"1909checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"1910dependencies = [1911 "cc",1912 "codespan-reporting",1913 "once_cell",1914 "proc-macro2",1915 "quote",1916 "scratch",1917 "syn",1918]19191920[[package]]1921name = "cxxbridge-flags"1922version = "1.0.80"1923source = "registry+https://github.com/rust-lang/crates.io-index"1924checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"19251926[[package]]1927name = "cxxbridge-macro"1928version = "1.0.80"1929source = "registry+https://github.com/rust-lang/crates.io-index"1930checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"1931dependencies = [1932 "proc-macro2",1933 "quote",1934 "syn",1935]19361937[[package]]1938name = "data-encoding"1939version = "2.3.2"1940source = "registry+https://github.com/rust-lang/crates.io-index"1941checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19421943[[package]]1944name = "data-encoding-macro"1945version = "0.1.12"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1948dependencies = [1949 "data-encoding",1950 "data-encoding-macro-internal",1951]19521953[[package]]1954name = "data-encoding-macro-internal"1955version = "0.1.10"1956source = "registry+https://github.com/rust-lang/crates.io-index"1957checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1958dependencies = [1959 "data-encoding",1960 "syn",1961]19621963[[package]]1964name = "der"1965version = "0.5.1"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1968dependencies = [1969 "const-oid",1970]19711972[[package]]1973name = "derivative"1974version = "2.2.0"1975source = "registry+https://github.com/rust-lang/crates.io-index"1976checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1977dependencies = [1978 "proc-macro2",1979 "quote",1980 "syn",1981]19821983[[package]]1984name = "derive_more"1985version = "0.99.17"1986source = "registry+https://github.com/rust-lang/crates.io-index"1987checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1988dependencies = [1989 "convert_case",1990 "proc-macro2",1991 "quote",1992 "rustc_version 0.4.0",1993 "syn",1994]19951996[[package]]1997name = "digest"1998version = "0.8.1"1999source = "registry+https://github.com/rust-lang/crates.io-index"2000checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2001dependencies = [2002 "generic-array 0.12.4",2003]20042005[[package]]2006name = "digest"2007version = "0.9.0"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2010dependencies = [2011 "generic-array 0.14.6",2012]20132014[[package]]2015name = "digest"2016version = "0.10.5"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"2019dependencies = [2020 "block-buffer 0.10.3",2021 "crypto-common",2022 "subtle",2023]20242025[[package]]2026name = "directories"2027version = "4.0.1"2028source = "registry+https://github.com/rust-lang/crates.io-index"2029checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2030dependencies = [2031 "dirs-sys",2032]20332034[[package]]2035name = "directories-next"2036version = "2.0.0"2037source = "registry+https://github.com/rust-lang/crates.io-index"2038checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2039dependencies = [2040 "cfg-if 1.0.0",2041 "dirs-sys-next",2042]20432044[[package]]2045name = "dirs-sys"2046version = "0.3.7"2047source = "registry+https://github.com/rust-lang/crates.io-index"2048checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2049dependencies = [2050 "libc",2051 "redox_users",2052 "winapi",2053]20542055[[package]]2056name = "dirs-sys-next"2057version = "0.1.2"2058source = "registry+https://github.com/rust-lang/crates.io-index"2059checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2060dependencies = [2061 "libc",2062 "redox_users",2063 "winapi",2064]20652066[[package]]2067name = "dns-parser"2068version = "0.8.0"2069source = "registry+https://github.com/rust-lang/crates.io-index"2070checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2071dependencies = [2072 "byteorder",2073 "quick-error",2074]20752076[[package]]2077name = "downcast-rs"2078version = "1.2.0"2079source = "registry+https://github.com/rust-lang/crates.io-index"2080checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20812082[[package]]2083name = "dtoa"2084version = "1.0.4"2085source = "registry+https://github.com/rust-lang/crates.io-index"2086checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20872088[[package]]2089name = "dyn-clonable"2090version = "0.9.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2093dependencies = [2094 "dyn-clonable-impl",2095 "dyn-clone",2096]20972098[[package]]2099name = "dyn-clonable-impl"2100version = "0.9.0"2101source = "registry+https://github.com/rust-lang/crates.io-index"2102checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2103dependencies = [2104 "proc-macro2",2105 "quote",2106 "syn",2107]21082109[[package]]2110name = "dyn-clone"2111version = "1.0.9"2112source = "registry+https://github.com/rust-lang/crates.io-index"2113checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"21142115[[package]]2116name = "ecdsa"2117version = "0.13.4"2118source = "registry+https://github.com/rust-lang/crates.io-index"2119checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2120dependencies = [2121 "der",2122 "elliptic-curve",2123 "rfc6979",2124 "signature",2125]21262127[[package]]2128name = "ed25519"2129version = "1.5.2"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2132dependencies = [2133 "signature",2134]21352136[[package]]2137name = "ed25519-dalek"2138version = "1.0.1"2139source = "registry+https://github.com/rust-lang/crates.io-index"2140checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2141dependencies = [2142 "curve25519-dalek 3.2.0",2143 "ed25519",2144 "rand 0.7.3",2145 "serde",2146 "sha2 0.9.9",2147 "zeroize",2148]21492150[[package]]2151name = "ed25519-zebra"2152version = "3.1.0"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2155dependencies = [2156 "curve25519-dalek 3.2.0",2157 "hashbrown",2158 "hex",2159 "rand_core 0.6.4",2160 "sha2 0.9.9",2161 "zeroize",2162]21632164[[package]]2165name = "either"2166version = "1.8.0"2167source = "registry+https://github.com/rust-lang/crates.io-index"2168checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21692170[[package]]2171name = "elliptic-curve"2172version = "0.11.12"2173source = "registry+https://github.com/rust-lang/crates.io-index"2174checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2175dependencies = [2176 "base16ct",2177 "crypto-bigint",2178 "der",2179 "ff",2180 "generic-array 0.14.6",2181 "group",2182 "rand_core 0.6.4",2183 "sec1",2184 "subtle",2185 "zeroize",2186]21872188[[package]]2189name = "encode_unicode"2190version = "0.3.6"2191source = "registry+https://github.com/rust-lang/crates.io-index"2192checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21932194[[package]]2195name = "enum-as-inner"2196version = "0.4.0"2197source = "registry+https://github.com/rust-lang/crates.io-index"2198checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2199dependencies = [2200 "heck",2201 "proc-macro2",2202 "quote",2203 "syn",2204]22052206[[package]]2207name = "enumflags2"2208version = "0.7.5"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2211dependencies = [2212 "enumflags2_derive",2213]22142215[[package]]2216name = "enumflags2_derive"2217version = "0.7.4"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2220dependencies = [2221 "proc-macro2",2222 "quote",2223 "syn",2224]22252226[[package]]2227name = "enumn"2228version = "0.1.5"2229source = "registry+https://github.com/rust-lang/crates.io-index"2230checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2231dependencies = [2232 "proc-macro2",2233 "quote",2234 "syn",2235]22362237[[package]]2238name = "env_logger"2239version = "0.9.1"2240source = "registry+https://github.com/rust-lang/crates.io-index"2241checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2242dependencies = [2243 "atty",2244 "humantime",2245 "log",2246 "regex",2247 "termcolor",2248]22492250[[package]]2251name = "environmental"2252version = "1.1.3"2253source = "registry+https://github.com/rust-lang/crates.io-index"2254checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22552256[[package]]2257name = "errno"2258version = "0.2.8"2259source = "registry+https://github.com/rust-lang/crates.io-index"2260checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2261dependencies = [2262 "errno-dragonfly",2263 "libc",2264 "winapi",2265]22662267[[package]]2268name = "errno-dragonfly"2269version = "0.1.2"2270source = "registry+https://github.com/rust-lang/crates.io-index"2271checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2272dependencies = [2273 "cc",2274 "libc",2275]22762277[[package]]2278name = "ethbloom"2279version = "0.12.1"2280source = "registry+https://github.com/rust-lang/crates.io-index"2281checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2282dependencies = [2283 "crunchy",2284 "fixed-hash",2285 "impl-codec",2286 "impl-rlp",2287 "impl-serde",2288 "scale-info",2289 "tiny-keccak",2290]22912292[[package]]2293name = "ethereum"2294version = "0.12.0"2295source = "registry+https://github.com/rust-lang/crates.io-index"2296checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2297dependencies = [2298 "bytes",2299 "ethereum-types",2300 "hash-db",2301 "hash256-std-hasher",2302 "parity-scale-codec 3.2.1",2303 "rlp",2304 "rlp-derive",2305 "scale-info",2306 "serde",2307 "sha3",2308 "triehash",2309]23102311[[package]]2312name = "ethereum-types"2313version = "0.13.1"2314source = "registry+https://github.com/rust-lang/crates.io-index"2315checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2316dependencies = [2317 "ethbloom",2318 "fixed-hash",2319 "impl-codec",2320 "impl-rlp",2321 "impl-serde",2322 "primitive-types",2323 "scale-info",2324 "uint",2325]23262327[[package]]2328name = "event-listener"2329version = "2.5.3"2330source = "registry+https://github.com/rust-lang/crates.io-index"2331checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23322333[[package]]2334name = "evm"2335version = "0.35.0"2336source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2337dependencies = [2338 "auto_impl",2339 "ethereum",2340 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2341 "evm-gasometer 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2342 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2343 "log",2344 "parity-scale-codec 3.2.1",2345 "primitive-types",2346 "rlp",2347 "scale-info",2348 "sha3",2349]23502351[[package]]2352name = "evm"2353version = "0.35.0"2354source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2355dependencies = [2356 "auto_impl",2357 "environmental",2358 "ethereum",2359 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2360 "evm-gasometer 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2361 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2362 "log",2363 "parity-scale-codec 3.2.1",2364 "primitive-types",2365 "rlp",2366 "scale-info",2367 "serde",2368 "sha3",2369]23702371[[package]]2372name = "evm-coder"2373version = "0.1.3"2374dependencies = [2375 "concat-idents",2376 "const_format",2377 "ethereum",2378 "evm-coder-procedural",2379 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2380 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2381 "hex",2382 "hex-literal",2383 "impl-trait-for-tuples",2384 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",2385 "primitive-types",2386 "sha3-const",2387 "similar-asserts",2388 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2389]23902391[[package]]2392name = "evm-coder-procedural"2393version = "0.2.0"2394dependencies = [2395 "Inflector",2396 "hex",2397 "proc-macro2",2398 "quote",2399 "sha3",2400 "syn",2401]24022403[[package]]2404name = "evm-core"2405version = "0.35.0"2406source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2407dependencies = [2408 "parity-scale-codec 3.2.1",2409 "primitive-types",2410 "scale-info",2411]24122413[[package]]2414name = "evm-core"2415version = "0.35.0"2416source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2417dependencies = [2418 "parity-scale-codec 3.2.1",2419 "primitive-types",2420 "scale-info",2421 "serde",2422]24232424[[package]]2425name = "evm-gasometer"2426version = "0.35.0"2427source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2428dependencies = [2429 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2430 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2431 "primitive-types",2432]24332434[[package]]2435name = "evm-gasometer"2436version = "0.35.0"2437source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2438dependencies = [2439 "environmental",2440 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2441 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2442 "primitive-types",2443]24442445[[package]]2446name = "evm-runtime"2447version = "0.35.0"2448source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2449dependencies = [2450 "auto_impl",2451 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2452 "primitive-types",2453 "sha3",2454]24552456[[package]]2457name = "evm-runtime"2458version = "0.35.0"2459source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2460dependencies = [2461 "auto_impl",2462 "environmental",2463 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2464 "primitive-types",2465 "sha3",2466]24672468[[package]]2469name = "exit-future"2470version = "0.2.0"2471source = "registry+https://github.com/rust-lang/crates.io-index"2472checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2473dependencies = [2474 "futures 0.3.25",2475]24762477[[package]]2478name = "expander"2479version = "0.0.4"2480source = "registry+https://github.com/rust-lang/crates.io-index"2481checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2482dependencies = [2483 "blake3",2484 "fs-err",2485 "proc-macro2",2486 "quote",2487]24882489[[package]]2490name = "expander"2491version = "0.0.6"2492source = "registry+https://github.com/rust-lang/crates.io-index"2493checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2494dependencies = [2495 "blake2",2496 "fs-err",2497 "proc-macro2",2498 "quote",2499 "syn",2500]25012502[[package]]2503name = "fake-simd"2504version = "0.1.2"2505source = "registry+https://github.com/rust-lang/crates.io-index"2506checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"25072508[[package]]2509name = "fallible-iterator"2510version = "0.2.0"2511source = "registry+https://github.com/rust-lang/crates.io-index"2512checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"25132514[[package]]2515name = "fastrand"2516version = "1.8.0"2517source = "registry+https://github.com/rust-lang/crates.io-index"2518checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2519dependencies = [2520 "instant",2521]25222523[[package]]2524name = "fatality"2525version = "0.0.6"2526source = "registry+https://github.com/rust-lang/crates.io-index"2527checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2528dependencies = [2529 "fatality-proc-macro",2530 "thiserror",2531]25322533[[package]]2534name = "fatality-proc-macro"2535version = "0.0.6"2536source = "registry+https://github.com/rust-lang/crates.io-index"2537checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2538dependencies = [2539 "expander 0.0.4",2540 "indexmap",2541 "proc-macro-crate",2542 "proc-macro2",2543 "quote",2544 "syn",2545 "thiserror",2546]25472548[[package]]2549name = "fc-consensus"2550version = "2.0.0-dev"2551source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2552dependencies = [2553 "async-trait",2554 "fc-db",2555 "fp-consensus",2556 "fp-rpc",2557 "sc-client-api",2558 "sc-consensus",2559 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2560 "sp-block-builder",2561 "sp-blockchain",2562 "sp-consensus",2563 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2564 "thiserror",2565]25662567[[package]]2568name = "fc-db"2569version = "2.0.0-dev"2570source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2571dependencies = [2572 "fp-storage",2573 "kvdb-rocksdb",2574 "parity-db",2575 "parity-scale-codec 3.2.1",2576 "parking_lot 0.12.1",2577 "sc-client-db",2578 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2579 "sp-database",2580 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2581]25822583[[package]]2584name = "fc-mapping-sync"2585version = "2.0.0-dev"2586source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2587dependencies = [2588 "fc-db",2589 "fp-consensus",2590 "fp-rpc",2591 "futures 0.3.25",2592 "futures-timer",2593 "log",2594 "sc-client-api",2595 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2596 "sp-blockchain",2597 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2598]25992600[[package]]2601name = "fc-rpc"2602version = "2.0.0-dev"2603source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2604dependencies = [2605 "ethereum",2606 "ethereum-types",2607 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2608 "fc-db",2609 "fc-rpc-core",2610 "fp-rpc",2611 "fp-storage",2612 "futures 0.3.25",2613 "hex",2614 "jsonrpsee",2615 "libsecp256k1",2616 "log",2617 "lru 0.7.8",2618 "parity-scale-codec 3.2.1",2619 "prometheus",2620 "rand 0.8.5",2621 "rlp",2622 "rustc-hex",2623 "sc-client-api",2624 "sc-network",2625 "sc-network-common",2626 "sc-rpc",2627 "sc-service",2628 "sc-transaction-pool",2629 "sc-transaction-pool-api",2630 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2631 "sp-block-builder",2632 "sp-blockchain",2633 "sp-consensus",2634 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2635 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2636 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2637 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2638 "substrate-prometheus-endpoint",2639 "tokio",2640]26412642[[package]]2643name = "fc-rpc-core"2644version = "1.1.0-dev"2645source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2646dependencies = [2647 "ethereum",2648 "ethereum-types",2649 "jsonrpsee",2650 "rlp",2651 "rustc-hex",2652 "serde",2653 "serde_json",2654]26552656[[package]]2657name = "fdlimit"2658version = "0.2.1"2659source = "registry+https://github.com/rust-lang/crates.io-index"2660checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2661dependencies = [2662 "libc",2663]26642665[[package]]2666name = "ff"2667version = "0.11.1"2668source = "registry+https://github.com/rust-lang/crates.io-index"2669checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2670dependencies = [2671 "rand_core 0.6.4",2672 "subtle",2673]26742675[[package]]2676name = "file-per-thread-logger"2677version = "0.1.5"2678source = "registry+https://github.com/rust-lang/crates.io-index"2679checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2680dependencies = [2681 "env_logger",2682 "log",2683]26842685[[package]]2686name = "filetime"2687version = "0.2.18"2688source = "registry+https://github.com/rust-lang/crates.io-index"2689checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2690dependencies = [2691 "cfg-if 1.0.0",2692 "libc",2693 "redox_syscall",2694 "windows-sys 0.42.0",2695]26962697[[package]]2698name = "finality-grandpa"2699version = "0.16.0"2700source = "registry+https://github.com/rust-lang/crates.io-index"2701checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2702dependencies = [2703 "either",2704 "futures 0.3.25",2705 "futures-timer",2706 "log",2707 "num-traits",2708 "parity-scale-codec 3.2.1",2709 "parking_lot 0.12.1",2710 "scale-info",2711]27122713[[package]]2714name = "fixed-hash"2715version = "0.7.0"2716source = "registry+https://github.com/rust-lang/crates.io-index"2717checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2718dependencies = [2719 "byteorder",2720 "rand 0.8.5",2721 "rustc-hex",2722 "static_assertions",2723]27242725[[package]]2726name = "fixedbitset"2727version = "0.4.2"2728source = "registry+https://github.com/rust-lang/crates.io-index"2729checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"27302731[[package]]2732name = "flate2"2733version = "1.0.24"2734source = "registry+https://github.com/rust-lang/crates.io-index"2735checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2736dependencies = [2737 "crc32fast",2738 "libz-sys",2739 "miniz_oxide",2740]27412742[[package]]2743name = "flexi_logger"2744version = "0.22.6"2745source = "registry+https://github.com/rust-lang/crates.io-index"2746checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2747dependencies = [2748 "ansi_term",2749 "atty",2750 "glob",2751 "lazy_static",2752 "log",2753 "regex",2754 "rustversion",2755 "thiserror",2756 "time 0.3.9",2757]27582759[[package]]2760name = "fnv"2761version = "1.0.7"2762source = "registry+https://github.com/rust-lang/crates.io-index"2763checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27642765[[package]]2766name = "fork-tree"2767version = "3.0.0"2768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2769dependencies = [2770 "parity-scale-codec 3.2.1",2771]27722773[[package]]2774name = "form_urlencoded"2775version = "1.1.0"2776source = "registry+https://github.com/rust-lang/crates.io-index"2777checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2778dependencies = [2779 "percent-encoding",2780]27812782[[package]]2783name = "fp-consensus"2784version = "2.0.0-dev"2785source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2786dependencies = [2787 "ethereum",2788 "parity-scale-codec 3.2.1",2789 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2790 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2791 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2792]27932794[[package]]2795name = "fp-evm"2796version = "3.0.0-dev"2797source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"2798dependencies = [2799 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2800 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2801 "impl-trait-for-tuples",2802 "parity-scale-codec 3.2.1",2803 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2804 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2805]28062807[[package]]2808name = "fp-evm"2809version = "3.0.0-dev"2810source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2811dependencies = [2812 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2813 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2814 "impl-trait-for-tuples",2815 "parity-scale-codec 3.2.1",2816 "serde",2817 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2818 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2819]28202821[[package]]2822name = "fp-evm-mapping"2823version = "0.1.0"2824source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"2825dependencies = [2826 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2827 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2828]28292830[[package]]2831name = "fp-evm-mapping"2832version = "0.1.0"2833source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2834dependencies = [2835 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2836 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2837]28382839[[package]]2840name = "fp-rpc"2841version = "3.0.0-dev"2842source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2843dependencies = [2844 "ethereum",2845 "ethereum-types",2846 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",2847 "parity-scale-codec 3.2.1",2848 "scale-info",2849 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2850 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2851 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2852 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2853 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2854]28552856[[package]]2857name = "fp-self-contained"2858version = "1.0.0-dev"2859source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2860dependencies = [2861 "ethereum",2862 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2863 "parity-scale-codec 3.2.1",2864 "parity-util-mem",2865 "scale-info",2866 "serde",2867 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2868 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2869 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2870]28712872[[package]]2873name = "fp-storage"2874version = "2.0.0"2875source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2876dependencies = [2877 "parity-scale-codec 3.2.1",2878]28792880[[package]]2881name = "frame-benchmarking"2882version = "4.0.0-dev"2883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2884dependencies = [2885 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2886 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2887 "linregress",2888 "log",2889 "parity-scale-codec 3.2.1",2890 "paste",2891 "scale-info",2892 "serde",2893 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2894 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2895 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2896 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2897 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2898 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2899 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2900 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2901]29022903[[package]]2904name = "frame-benchmarking-cli"2905version = "4.0.0-dev"2906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2907dependencies = [2908 "Inflector",2909 "array-bytes",2910 "chrono",2911 "clap",2912 "comfy-table",2913 "frame-benchmarking",2914 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2915 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2916 "gethostname",2917 "handlebars",2918 "hash-db",2919 "itertools",2920 "kvdb",2921 "lazy_static",2922 "linked-hash-map",2923 "log",2924 "memory-db",2925 "parity-scale-codec 3.2.1",2926 "rand 0.8.5",2927 "rand_pcg 0.3.1",2928 "sc-block-builder",2929 "sc-cli",2930 "sc-client-api",2931 "sc-client-db",2932 "sc-executor",2933 "sc-service",2934 "sc-sysinfo",2935 "serde",2936 "serde_json",2937 "serde_nanos",2938 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2939 "sp-blockchain",2940 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2941 "sp-database",2942 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2943 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2944 "sp-keystore",2945 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2946 "sp-state-machine",2947 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2948 "sp-trie",2949 "tempfile",2950 "thiserror",2951 "thousands",2952]29532954[[package]]2955name = "frame-election-provider-solution-type"2956version = "4.0.0-dev"2957source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2958dependencies = [2959 "proc-macro-crate",2960 "proc-macro2",2961 "quote",2962 "syn",2963]29642965[[package]]2966name = "frame-election-provider-support"2967version = "4.0.0-dev"2968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2969dependencies = [2970 "frame-election-provider-solution-type",2971 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2972 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2973 "parity-scale-codec 3.2.1",2974 "scale-info",2975 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2976 "sp-npos-elections",2977 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2978 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2979]29802981[[package]]2982name = "frame-executive"2983version = "4.0.0-dev"2984source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2985dependencies = [2986 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2987 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2988 "frame-try-runtime",2989 "parity-scale-codec 3.2.1",2990 "scale-info",2991 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2992 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2993 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2994 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2995 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2996]29972998[[package]]2999name = "frame-metadata"3000version = "15.0.0"3001source = "registry+https://github.com/rust-lang/crates.io-index"3002checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"3003dependencies = [3004 "cfg-if 1.0.0",3005 "parity-scale-codec 3.2.1",3006 "scale-info",3007 "serde",3008]30093010[[package]]3011name = "frame-support"3012version = "4.0.0-dev"3013source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3014dependencies = [3015 "bitflags",3016 "frame-metadata",3017 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3018 "impl-trait-for-tuples",3019 "k256",3020 "log",3021 "parity-scale-codec 3.2.1",3022 "paste",3023 "scale-info",3024 "smallvec",3025 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3026 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3027 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3028 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3029 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3030 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3031 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3032 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3033 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3034 "tt-call",3035]30363037[[package]]3038name = "frame-support"3039version = "4.0.0-dev"3040source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3041dependencies = [3042 "bitflags",3043 "frame-metadata",3044 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3045 "impl-trait-for-tuples",3046 "k256",3047 "log",3048 "once_cell",3049 "parity-scale-codec 3.2.1",3050 "paste",3051 "scale-info",3052 "serde",3053 "smallvec",3054 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3055 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3056 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3057 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3058 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3059 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3060 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3061 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3062 "sp-state-machine",3063 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3064 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3065 "sp-weights",3066 "tt-call",3067]30683069[[package]]3070name = "frame-support-procedural"3071version = "4.0.0-dev"3072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3073dependencies = [3074 "Inflector",3075 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3076 "proc-macro2",3077 "quote",3078 "syn",3079]30803081[[package]]3082name = "frame-support-procedural"3083version = "4.0.0-dev"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3085dependencies = [3086 "Inflector",3087 "cfg-expr",3088 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3089 "itertools",3090 "proc-macro2",3091 "quote",3092 "syn",3093]30943095[[package]]3096name = "frame-support-procedural-tools"3097version = "4.0.0-dev"3098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3099dependencies = [3100 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3101 "proc-macro-crate",3102 "proc-macro2",3103 "quote",3104 "syn",3105]31063107[[package]]3108name = "frame-support-procedural-tools"3109version = "4.0.0-dev"3110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3111dependencies = [3112 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3113 "proc-macro-crate",3114 "proc-macro2",3115 "quote",3116 "syn",3117]31183119[[package]]3120name = "frame-support-procedural-tools-derive"3121version = "3.0.0"3122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3123dependencies = [3124 "proc-macro2",3125 "quote",3126 "syn",3127]31283129[[package]]3130name = "frame-support-procedural-tools-derive"3131version = "3.0.0"3132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3133dependencies = [3134 "proc-macro2",3135 "quote",3136 "syn",3137]31383139[[package]]3140name = "frame-system"3141version = "4.0.0-dev"3142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3143dependencies = [3144 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3145 "log",3146 "parity-scale-codec 3.2.1",3147 "scale-info",3148 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3149 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3150 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3151 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3152 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3153]31543155[[package]]3156name = "frame-system"3157version = "4.0.0-dev"3158source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3159dependencies = [3160 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3161 "log",3162 "parity-scale-codec 3.2.1",3163 "scale-info",3164 "serde",3165 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3166 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3167 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3168 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3169 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3170 "sp-weights",3171]31723173[[package]]3174name = "frame-system-benchmarking"3175version = "4.0.0-dev"3176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3177dependencies = [3178 "frame-benchmarking",3179 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3180 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3181 "parity-scale-codec 3.2.1",3182 "scale-info",3183 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3184 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3185 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3186]31873188[[package]]3189name = "frame-system-rpc-runtime-api"3190version = "4.0.0-dev"3191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3192dependencies = [3193 "parity-scale-codec 3.2.1",3194 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3195]31963197[[package]]3198name = "frame-try-runtime"3199version = "0.10.0-dev"3200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3201dependencies = [3202 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3203 "parity-scale-codec 3.2.1",3204 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3205 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3206 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3207]32083209[[package]]3210name = "fs-err"3211version = "2.8.1"3212source = "registry+https://github.com/rust-lang/crates.io-index"3213checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"32143215[[package]]3216name = "fs-swap"3217version = "0.2.6"3218source = "registry+https://github.com/rust-lang/crates.io-index"3219checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3220dependencies = [3221 "lazy_static",3222 "libc",3223 "libloading 0.5.2",3224 "winapi",3225]32263227[[package]]3228name = "fs2"3229version = "0.4.3"3230source = "registry+https://github.com/rust-lang/crates.io-index"3231checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3232dependencies = [3233 "libc",3234 "winapi",3235]32363237[[package]]3238name = "fs_extra"3239version = "1.2.0"3240source = "registry+https://github.com/rust-lang/crates.io-index"3241checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"32423243[[package]]3244name = "funty"3245version = "1.1.0"3246source = "registry+https://github.com/rust-lang/crates.io-index"3247checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"32483249[[package]]3250name = "funty"3251version = "2.0.0"3252source = "registry+https://github.com/rust-lang/crates.io-index"3253checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"32543255[[package]]3256name = "futures"3257version = "0.1.31"3258source = "registry+https://github.com/rust-lang/crates.io-index"3259checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"32603261[[package]]3262name = "futures"3263version = "0.3.25"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3266dependencies = [3267 "futures-channel",3268 "futures-core",3269 "futures-executor",3270 "futures-io",3271 "futures-sink",3272 "futures-task",3273 "futures-util",3274]32753276[[package]]3277name = "futures-channel"3278version = "0.3.25"3279source = "registry+https://github.com/rust-lang/crates.io-index"3280checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3281dependencies = [3282 "futures-core",3283 "futures-sink",3284]32853286[[package]]3287name = "futures-core"3288version = "0.3.25"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"32913292[[package]]3293name = "futures-executor"3294version = "0.3.25"3295source = "registry+https://github.com/rust-lang/crates.io-index"3296checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3297dependencies = [3298 "futures-core",3299 "futures-task",3300 "futures-util",3301 "num_cpus",3302]33033304[[package]]3305name = "futures-io"3306version = "0.3.25"3307source = "registry+https://github.com/rust-lang/crates.io-index"3308checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"33093310[[package]]3311name = "futures-lite"3312version = "1.12.0"3313source = "registry+https://github.com/rust-lang/crates.io-index"3314checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3315dependencies = [3316 "fastrand",3317 "futures-core",3318 "futures-io",3319 "memchr",3320 "parking",3321 "pin-project-lite 0.2.9",3322 "waker-fn",3323]33243325[[package]]3326name = "futures-macro"3327version = "0.3.25"3328source = "registry+https://github.com/rust-lang/crates.io-index"3329checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3330dependencies = [3331 "proc-macro2",3332 "quote",3333 "syn",3334]33353336[[package]]3337name = "futures-rustls"3338version = "0.22.2"3339source = "registry+https://github.com/rust-lang/crates.io-index"3340checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3341dependencies = [3342 "futures-io",3343 "rustls",3344 "webpki",3345]33463347[[package]]3348name = "futures-sink"3349version = "0.3.25"3350source = "registry+https://github.com/rust-lang/crates.io-index"3351checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"33523353[[package]]3354name = "futures-task"3355version = "0.3.25"3356source = "registry+https://github.com/rust-lang/crates.io-index"3357checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"33583359[[package]]3360name = "futures-timer"3361version = "3.0.2"3362source = "registry+https://github.com/rust-lang/crates.io-index"3363checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"33643365[[package]]3366name = "futures-util"3367version = "0.3.25"3368source = "registry+https://github.com/rust-lang/crates.io-index"3369checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3370dependencies = [3371 "futures 0.1.31",3372 "futures-channel",3373 "futures-core",3374 "futures-io",3375 "futures-macro",3376 "futures-sink",3377 "futures-task",3378 "memchr",3379 "pin-project-lite 0.2.9",3380 "pin-utils",3381 "slab",3382]33833384[[package]]3385name = "fxhash"3386version = "0.2.1"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3389dependencies = [3390 "byteorder",3391]33923393[[package]]3394name = "generic-array"3395version = "0.12.4"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3398dependencies = [3399 "typenum",3400]34013402[[package]]3403name = "generic-array"3404version = "0.14.6"3405source = "registry+https://github.com/rust-lang/crates.io-index"3406checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3407dependencies = [3408 "typenum",3409 "version_check",3410]34113412[[package]]3413name = "gethostname"3414version = "0.2.3"3415source = "registry+https://github.com/rust-lang/crates.io-index"3416checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3417dependencies = [3418 "libc",3419 "winapi",3420]34213422[[package]]3423name = "getrandom"3424version = "0.1.16"3425source = "registry+https://github.com/rust-lang/crates.io-index"3426checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3427dependencies = [3428 "cfg-if 1.0.0",3429 "js-sys",3430 "libc",3431 "wasi 0.9.0+wasi-snapshot-preview1",3432 "wasm-bindgen",3433]34343435[[package]]3436name = "getrandom"3437version = "0.2.8"3438source = "registry+https://github.com/rust-lang/crates.io-index"3439checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3440dependencies = [3441 "cfg-if 1.0.0",3442 "libc",3443 "wasi 0.11.0+wasi-snapshot-preview1",3444]34453446[[package]]3447name = "ghash"3448version = "0.4.4"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3451dependencies = [3452 "opaque-debug 0.3.0",3453 "polyval",3454]34553456[[package]]3457name = "gimli"3458version = "0.26.2"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3461dependencies = [3462 "fallible-iterator",3463 "indexmap",3464 "stable_deref_trait",3465]34663467[[package]]3468name = "glob"3469version = "0.3.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"34723473[[package]]3474name = "globset"3475version = "0.4.9"3476source = "registry+https://github.com/rust-lang/crates.io-index"3477checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3478dependencies = [3479 "aho-corasick",3480 "bstr",3481 "fnv",3482 "log",3483 "regex",3484]34853486[[package]]3487name = "gloo-timers"3488version = "0.2.4"3489source = "registry+https://github.com/rust-lang/crates.io-index"3490checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3491dependencies = [3492 "futures-channel",3493 "futures-core",3494 "js-sys",3495 "wasm-bindgen",3496]34973498[[package]]3499name = "group"3500version = "0.11.0"3501source = "registry+https://github.com/rust-lang/crates.io-index"3502checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3503dependencies = [3504 "ff",3505 "rand_core 0.6.4",3506 "subtle",3507]35083509[[package]]3510name = "h2"3511version = "0.3.15"3512source = "registry+https://github.com/rust-lang/crates.io-index"3513checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3514dependencies = [3515 "bytes",3516 "fnv",3517 "futures-core",3518 "futures-sink",3519 "futures-util",3520 "http",3521 "indexmap",3522 "slab",3523 "tokio",3524 "tokio-util",3525 "tracing",3526]35273528[[package]]3529name = "handlebars"3530version = "4.3.5"3531source = "registry+https://github.com/rust-lang/crates.io-index"3532checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3533dependencies = [3534 "log",3535 "pest",3536 "pest_derive",3537 "serde",3538 "serde_json",3539 "thiserror",3540]35413542[[package]]3543name = "hash-db"3544version = "0.15.2"3545source = "registry+https://github.com/rust-lang/crates.io-index"3546checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"35473548[[package]]3549name = "hash256-std-hasher"3550version = "0.15.2"3551source = "registry+https://github.com/rust-lang/crates.io-index"3552checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3553dependencies = [3554 "crunchy",3555]35563557[[package]]3558name = "hashbrown"3559version = "0.12.3"3560source = "registry+https://github.com/rust-lang/crates.io-index"3561checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3562dependencies = [3563 "ahash",3564]35653566[[package]]3567name = "heck"3568version = "0.4.0"3569source = "registry+https://github.com/rust-lang/crates.io-index"3570checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"35713572[[package]]3573name = "hermit-abi"3574version = "0.1.19"3575source = "registry+https://github.com/rust-lang/crates.io-index"3576checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3577dependencies = [3578 "libc",3579]35803581[[package]]3582name = "hex"3583version = "0.4.3"3584source = "registry+https://github.com/rust-lang/crates.io-index"3585checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"35863587[[package]]3588name = "hex-literal"3589version = "0.3.4"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"35923593[[package]]3594name = "hex_fmt"3595version = "0.3.0"3596source = "registry+https://github.com/rust-lang/crates.io-index"3597checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"35983599[[package]]3600name = "hmac"3601version = "0.8.1"3602source = "registry+https://github.com/rust-lang/crates.io-index"3603checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3604dependencies = [3605 "crypto-mac 0.8.0",3606 "digest 0.9.0",3607]36083609[[package]]3610name = "hmac"3611version = "0.11.0"3612source = "registry+https://github.com/rust-lang/crates.io-index"3613checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3614dependencies = [3615 "crypto-mac 0.11.1",3616 "digest 0.9.0",3617]36183619[[package]]3620name = "hmac-drbg"3621version = "0.3.0"3622source = "registry+https://github.com/rust-lang/crates.io-index"3623checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3624dependencies = [3625 "digest 0.9.0",3626 "generic-array 0.14.6",3627 "hmac 0.8.1",3628]36293630[[package]]3631name = "hostname"3632version = "0.3.1"3633source = "registry+https://github.com/rust-lang/crates.io-index"3634checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3635dependencies = [3636 "libc",3637 "match_cfg",3638 "winapi",3639]36403641[[package]]3642name = "http"3643version = "0.2.8"3644source = "registry+https://github.com/rust-lang/crates.io-index"3645checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3646dependencies = [3647 "bytes",3648 "fnv",3649 "itoa",3650]36513652[[package]]3653name = "http-body"3654version = "0.4.5"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3657dependencies = [3658 "bytes",3659 "http",3660 "pin-project-lite 0.2.9",3661]36623663[[package]]3664name = "httparse"3665version = "1.8.0"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"36683669[[package]]3670name = "httpdate"3671version = "1.0.2"3672source = "registry+https://github.com/rust-lang/crates.io-index"3673checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"36743675[[package]]3676name = "humantime"3677version = "2.1.0"3678source = "registry+https://github.com/rust-lang/crates.io-index"3679checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"36803681[[package]]3682name = "hyper"3683version = "0.14.20"3684source = "registry+https://github.com/rust-lang/crates.io-index"3685checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3686dependencies = [3687 "bytes",3688 "futures-channel",3689 "futures-core",3690 "futures-util",3691 "h2",3692 "http",3693 "http-body",3694 "httparse",3695 "httpdate",3696 "itoa",3697 "pin-project-lite 0.2.9",3698 "socket2",3699 "tokio",3700 "tower-service",3701 "tracing",3702 "want",3703]37043705[[package]]3706name = "hyper-rustls"3707version = "0.23.0"3708source = "registry+https://github.com/rust-lang/crates.io-index"3709checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3710dependencies = [3711 "http",3712 "hyper",3713 "log",3714 "rustls",3715 "rustls-native-certs",3716 "tokio",3717 "tokio-rustls",3718]37193720[[package]]3721name = "iana-time-zone"3722version = "0.1.51"3723source = "registry+https://github.com/rust-lang/crates.io-index"3724checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3725dependencies = [3726 "android_system_properties",3727 "core-foundation-sys",3728 "iana-time-zone-haiku",3729 "js-sys",3730 "wasm-bindgen",3731 "winapi",3732]37333734[[package]]3735name = "iana-time-zone-haiku"3736version = "0.1.1"3737source = "registry+https://github.com/rust-lang/crates.io-index"3738checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3739dependencies = [3740 "cxx",3741 "cxx-build",3742]37433744[[package]]3745name = "idna"3746version = "0.2.3"3747source = "registry+https://github.com/rust-lang/crates.io-index"3748checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3749dependencies = [3750 "matches",3751 "unicode-bidi",3752 "unicode-normalization",3753]37543755[[package]]3756name = "idna"3757version = "0.3.0"3758source = "registry+https://github.com/rust-lang/crates.io-index"3759checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3760dependencies = [3761 "unicode-bidi",3762 "unicode-normalization",3763]37643765[[package]]3766name = "if-addrs"3767version = "0.7.0"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3770dependencies = [3771 "libc",3772 "winapi",3773]37743775[[package]]3776name = "if-watch"3777version = "1.1.1"3778source = "registry+https://github.com/rust-lang/crates.io-index"3779checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3780dependencies = [3781 "async-io",3782 "core-foundation",3783 "fnv",3784 "futures 0.3.25",3785 "if-addrs",3786 "ipnet",3787 "log",3788 "rtnetlink",3789 "system-configuration",3790 "windows",3791]37923793[[package]]3794name = "impl-codec"3795version = "0.6.0"3796source = "registry+https://github.com/rust-lang/crates.io-index"3797checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3798dependencies = [3799 "parity-scale-codec 3.2.1",3800]38013802[[package]]3803name = "impl-rlp"3804version = "0.3.0"3805source = "registry+https://github.com/rust-lang/crates.io-index"3806checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3807dependencies = [3808 "rlp",3809]38103811[[package]]3812name = "impl-serde"3813version = "0.3.2"3814source = "registry+https://github.com/rust-lang/crates.io-index"3815checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3816dependencies = [3817 "serde",3818]38193820[[package]]3821name = "impl-trait-for-tuples"3822version = "0.2.2"3823source = "registry+https://github.com/rust-lang/crates.io-index"3824checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3825dependencies = [3826 "proc-macro2",3827 "quote",3828 "syn",3829]38303831[[package]]3832name = "indexmap"3833version = "1.9.1"3834source = "registry+https://github.com/rust-lang/crates.io-index"3835checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3836dependencies = [3837 "autocfg",3838 "hashbrown",3839 "serde",3840]38413842[[package]]3843name = "inout"3844version = "0.1.3"3845source = "registry+https://github.com/rust-lang/crates.io-index"3846checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3847dependencies = [3848 "generic-array 0.14.6",3849]38503851[[package]]3852name = "instant"3853version = "0.1.12"3854source = "registry+https://github.com/rust-lang/crates.io-index"3855checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3856dependencies = [3857 "cfg-if 1.0.0",3858]38593860[[package]]3861name = "integer-encoding"3862version = "3.0.4"3863source = "registry+https://github.com/rust-lang/crates.io-index"3864checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"38653866[[package]]3867name = "integer-sqrt"3868version = "0.1.5"3869source = "registry+https://github.com/rust-lang/crates.io-index"3870checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3871dependencies = [3872 "num-traits",3873]38743875[[package]]3876name = "io-lifetimes"3877version = "0.7.4"3878source = "registry+https://github.com/rust-lang/crates.io-index"3879checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"38803881[[package]]3882name = "ip_network"3883version = "0.4.1"3884source = "registry+https://github.com/rust-lang/crates.io-index"3885checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"38863887[[package]]3888name = "ipconfig"3889version = "0.3.0"3890source = "registry+https://github.com/rust-lang/crates.io-index"3891checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3892dependencies = [3893 "socket2",3894 "widestring",3895 "winapi",3896 "winreg",3897]38983899[[package]]3900name = "ipnet"3901version = "2.5.0"3902source = "registry+https://github.com/rust-lang/crates.io-index"3903checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"39043905[[package]]3906name = "itertools"3907version = "0.10.5"3908source = "registry+https://github.com/rust-lang/crates.io-index"3909checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3910dependencies = [3911 "either",3912]39133914[[package]]3915name = "itoa"3916version = "1.0.4"3917source = "registry+https://github.com/rust-lang/crates.io-index"3918checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"39193920[[package]]3921name = "jobserver"3922version = "0.1.25"3923source = "registry+https://github.com/rust-lang/crates.io-index"3924checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3925dependencies = [3926 "libc",3927]39283929[[package]]3930name = "js-sys"3931version = "0.3.60"3932source = "registry+https://github.com/rust-lang/crates.io-index"3933checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3934dependencies = [3935 "wasm-bindgen",3936]39373938[[package]]3939name = "jsonrpsee"3940version = "0.15.1"3941source = "registry+https://github.com/rust-lang/crates.io-index"3942checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3943dependencies = [3944 "jsonrpsee-core",3945 "jsonrpsee-http-server",3946 "jsonrpsee-proc-macros",3947 "jsonrpsee-types",3948 "jsonrpsee-ws-client",3949 "jsonrpsee-ws-server",3950 "tracing",3951]39523953[[package]]3954name = "jsonrpsee-client-transport"3955version = "0.15.1"3956source = "registry+https://github.com/rust-lang/crates.io-index"3957checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3958dependencies = [3959 "futures-util",3960 "http",3961 "jsonrpsee-core",3962 "jsonrpsee-types",3963 "pin-project",3964 "rustls-native-certs",3965 "soketto",3966 "thiserror",3967 "tokio",3968 "tokio-rustls",3969 "tokio-util",3970 "tracing",3971 "webpki-roots",3972]39733974[[package]]3975name = "jsonrpsee-core"3976version = "0.15.1"3977source = "registry+https://github.com/rust-lang/crates.io-index"3978checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3979dependencies = [3980 "anyhow",3981 "arrayvec 0.7.2",3982 "async-lock",3983 "async-trait",3984 "beef",3985 "futures-channel",3986 "futures-timer",3987 "futures-util",3988 "globset",3989 "http",3990 "hyper",3991 "jsonrpsee-types",3992 "lazy_static",3993 "parking_lot 0.12.1",3994 "rand 0.8.5",3995 "rustc-hash",3996 "serde",3997 "serde_json",3998 "soketto",3999 "thiserror",4000 "tokio",4001 "tracing",4002 "tracing-futures",4003 "unicase",4004]40054006[[package]]4007name = "jsonrpsee-http-server"4008version = "0.15.1"4009source = "registry+https://github.com/rust-lang/crates.io-index"4010checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"4011dependencies = [4012 "futures-channel",4013 "futures-util",4014 "hyper",4015 "jsonrpsee-core",4016 "jsonrpsee-types",4017 "serde",4018 "serde_json",4019 "tokio",4020 "tracing",4021 "tracing-futures",4022]40234024[[package]]4025name = "jsonrpsee-proc-macros"4026version = "0.15.1"4027source = "registry+https://github.com/rust-lang/crates.io-index"4028checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"4029dependencies = [4030 "proc-macro-crate",4031 "proc-macro2",4032 "quote",4033 "syn",4034]40354036[[package]]4037name = "jsonrpsee-types"4038version = "0.15.1"4039source = "registry+https://github.com/rust-lang/crates.io-index"4040checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"4041dependencies = [4042 "anyhow",4043 "beef",4044 "serde",4045 "serde_json",4046 "thiserror",4047 "tracing",4048]40494050[[package]]4051name = "jsonrpsee-ws-client"4052version = "0.15.1"4053source = "registry+https://github.com/rust-lang/crates.io-index"4054checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"4055dependencies = [4056 "http",4057 "jsonrpsee-client-transport",4058 "jsonrpsee-core",4059 "jsonrpsee-types",4060]40614062[[package]]4063name = "jsonrpsee-ws-server"4064version = "0.15.1"4065source = "registry+https://github.com/rust-lang/crates.io-index"4066checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"4067dependencies = [4068 "futures-channel",4069 "futures-util",4070 "http",4071 "jsonrpsee-core",4072 "jsonrpsee-types",4073 "serde_json",4074 "soketto",4075 "tokio",4076 "tokio-stream",4077 "tokio-util",4078 "tracing",4079 "tracing-futures",4080]40814082[[package]]4083name = "k256"4084version = "0.10.4"4085source = "registry+https://github.com/rust-lang/crates.io-index"4086checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4087dependencies = [4088 "cfg-if 1.0.0",4089 "ecdsa",4090 "elliptic-curve",4091 "sec1",4092]40934094[[package]]4095name = "keccak"4096version = "0.1.2"4097source = "registry+https://github.com/rust-lang/crates.io-index"4098checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"40994100[[package]]4101name = "kusama-runtime"4102version = "0.9.30"4103source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4104dependencies = [4105 "beefy-primitives",4106 "bitvec 1.0.1",4107 "frame-benchmarking",4108 "frame-election-provider-support",4109 "frame-executive",4110 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4111 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4112 "frame-system-benchmarking",4113 "frame-system-rpc-runtime-api",4114 "frame-try-runtime",4115 "hex-literal",4116 "kusama-runtime-constants",4117 "log",4118 "pallet-authority-discovery",4119 "pallet-authorship",4120 "pallet-babe",4121 "pallet-bags-list",4122 "pallet-balances",4123 "pallet-bounties",4124 "pallet-child-bounties",4125 "pallet-collective",4126 "pallet-democracy",4127 "pallet-election-provider-multi-phase",4128 "pallet-election-provider-support-benchmarking",4129 "pallet-elections-phragmen",4130 "pallet-fast-unstake",4131 "pallet-gilt",4132 "pallet-grandpa",4133 "pallet-identity",4134 "pallet-im-online",4135 "pallet-indices",4136 "pallet-membership",4137 "pallet-multisig",4138 "pallet-nomination-pools",4139 "pallet-nomination-pools-benchmarking",4140 "pallet-nomination-pools-runtime-api",4141 "pallet-offences",4142 "pallet-offences-benchmarking",4143 "pallet-preimage",4144 "pallet-proxy",4145 "pallet-recovery",4146 "pallet-scheduler",4147 "pallet-session",4148 "pallet-session-benchmarking",4149 "pallet-society",4150 "pallet-staking",4151 "pallet-staking-reward-fn",4152 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4153 "pallet-tips",4154 "pallet-transaction-payment",4155 "pallet-transaction-payment-rpc-runtime-api",4156 "pallet-treasury",4157 "pallet-utility",4158 "pallet-vesting",4159 "pallet-xcm",4160 "pallet-xcm-benchmarks",4161 "parity-scale-codec 3.2.1",4162 "polkadot-primitives",4163 "polkadot-runtime-common",4164 "polkadot-runtime-parachains",4165 "rustc-hex",4166 "scale-info",4167 "serde",4168 "serde_derive",4169 "smallvec",4170 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4171 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4172 "sp-authority-discovery",4173 "sp-block-builder",4174 "sp-consensus-babe",4175 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4176 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4177 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4178 "sp-mmr-primitives",4179 "sp-npos-elections",4180 "sp-offchain",4181 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4182 "sp-session",4183 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4184 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4185 "sp-transaction-pool",4186 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4187 "static_assertions",4188 "substrate-wasm-builder",4189 "xcm",4190 "xcm-builder",4191 "xcm-executor",4192]41934194[[package]]4195name = "kusama-runtime-constants"4196version = "0.9.30"4197source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4198dependencies = [4199 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4200 "polkadot-primitives",4201 "polkadot-runtime-common",4202 "smallvec",4203 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4204]42054206[[package]]4207name = "kv-log-macro"4208version = "1.0.7"4209source = "registry+https://github.com/rust-lang/crates.io-index"4210checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4211dependencies = [4212 "log",4213]42144215[[package]]4216name = "kvdb"4217version = "0.11.0"4218source = "registry+https://github.com/rust-lang/crates.io-index"4219checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4220dependencies = [4221 "parity-util-mem",4222 "smallvec",4223]42244225[[package]]4226name = "kvdb-memorydb"4227version = "0.11.0"4228source = "registry+https://github.com/rust-lang/crates.io-index"4229checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4230dependencies = [4231 "kvdb",4232 "parity-util-mem",4233 "parking_lot 0.12.1",4234]42354236[[package]]4237name = "kvdb-rocksdb"4238version = "0.15.2"4239source = "registry+https://github.com/rust-lang/crates.io-index"4240checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4241dependencies = [4242 "fs-swap",4243 "kvdb",4244 "log",4245 "num_cpus",4246 "owning_ref",4247 "parity-util-mem",4248 "parking_lot 0.12.1",4249 "regex",4250 "rocksdb",4251 "smallvec",4252]42534254[[package]]4255name = "lazy_static"4256version = "1.4.0"4257source = "registry+https://github.com/rust-lang/crates.io-index"4258checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"42594260[[package]]4261name = "lazycell"4262version = "1.3.0"4263source = "registry+https://github.com/rust-lang/crates.io-index"4264checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"42654266[[package]]4267name = "libc"4268version = "0.2.137"4269source = "registry+https://github.com/rust-lang/crates.io-index"4270checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"42714272[[package]]4273name = "libloading"4274version = "0.5.2"4275source = "registry+https://github.com/rust-lang/crates.io-index"4276checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4277dependencies = [4278 "cc",4279 "winapi",4280]42814282[[package]]4283name = "libloading"4284version = "0.7.3"4285source = "registry+https://github.com/rust-lang/crates.io-index"4286checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4287dependencies = [4288 "cfg-if 1.0.0",4289 "winapi",4290]42914292[[package]]4293name = "libm"4294version = "0.2.5"4295source = "registry+https://github.com/rust-lang/crates.io-index"4296checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"42974298[[package]]4299name = "libp2p"4300version = "0.46.1"4301source = "registry+https://github.com/rust-lang/crates.io-index"4302checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4303dependencies = [4304 "bytes",4305 "futures 0.3.25",4306 "futures-timer",4307 "getrandom 0.2.8",4308 "instant",4309 "lazy_static",4310 "libp2p-autonat",4311 "libp2p-core",4312 "libp2p-deflate",4313 "libp2p-dns",4314 "libp2p-floodsub",4315 "libp2p-gossipsub",4316 "libp2p-identify",4317 "libp2p-kad",4318 "libp2p-mdns",4319 "libp2p-metrics",4320 "libp2p-mplex",4321 "libp2p-noise",4322 "libp2p-ping",4323 "libp2p-plaintext",4324 "libp2p-pnet",4325 "libp2p-relay",4326 "libp2p-rendezvous",4327 "libp2p-request-response",4328 "libp2p-swarm",4329 "libp2p-swarm-derive",4330 "libp2p-tcp",4331 "libp2p-uds",4332 "libp2p-wasm-ext",4333 "libp2p-websocket",4334 "libp2p-yamux",4335 "multiaddr",4336 "parking_lot 0.12.1",4337 "pin-project",4338 "rand 0.7.3",4339 "smallvec",4340]43414342[[package]]4343name = "libp2p-autonat"4344version = "0.5.0"4345source = "registry+https://github.com/rust-lang/crates.io-index"4346checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4347dependencies = [4348 "async-trait",4349 "futures 0.3.25",4350 "futures-timer",4351 "instant",4352 "libp2p-core",4353 "libp2p-request-response",4354 "libp2p-swarm",4355 "log",4356 "prost 0.10.4",4357 "prost-build 0.10.4",4358 "rand 0.8.5",4359]43604361[[package]]4362name = "libp2p-core"4363version = "0.34.0"4364source = "registry+https://github.com/rust-lang/crates.io-index"4365checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4366dependencies = [4367 "asn1_der",4368 "bs58",4369 "ed25519-dalek",4370 "either",4371 "fnv",4372 "futures 0.3.25",4373 "futures-timer",4374 "instant",4375 "lazy_static",4376 "libsecp256k1",4377 "log",4378 "multiaddr",4379 "multihash",4380 "multistream-select",4381 "parking_lot 0.12.1",4382 "pin-project",4383 "prost 0.10.4",4384 "prost-build 0.10.4",4385 "rand 0.8.5",4386 "ring",4387 "rw-stream-sink",4388 "sha2 0.10.6",4389 "smallvec",4390 "thiserror",4391 "unsigned-varint",4392 "void",4393 "zeroize",4394]43954396[[package]]4397name = "libp2p-deflate"4398version = "0.34.0"4399source = "registry+https://github.com/rust-lang/crates.io-index"4400checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4401dependencies = [4402 "flate2",4403 "futures 0.3.25",4404 "libp2p-core",4405]44064407[[package]]4408name = "libp2p-dns"4409version = "0.34.0"4410source = "registry+https://github.com/rust-lang/crates.io-index"4411checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4412dependencies = [4413 "async-std-resolver",4414 "futures 0.3.25",4415 "libp2p-core",4416 "log",4417 "parking_lot 0.12.1",4418 "smallvec",4419 "trust-dns-resolver",4420]44214422[[package]]4423name = "libp2p-floodsub"4424version = "0.37.0"4425source = "registry+https://github.com/rust-lang/crates.io-index"4426checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4427dependencies = [4428 "cuckoofilter",4429 "fnv",4430 "futures 0.3.25",4431 "libp2p-core",4432 "libp2p-swarm",4433 "log",4434 "prost 0.10.4",4435 "prost-build 0.10.4",4436 "rand 0.7.3",4437 "smallvec",4438]44394440[[package]]4441name = "libp2p-gossipsub"4442version = "0.39.0"4443source = "registry+https://github.com/rust-lang/crates.io-index"4444checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4445dependencies = [4446 "asynchronous-codec",4447 "base64",4448 "byteorder",4449 "bytes",4450 "fnv",4451 "futures 0.3.25",4452 "hex_fmt",4453 "instant",4454 "libp2p-core",4455 "libp2p-swarm",4456 "log",4457 "prometheus-client",4458 "prost 0.10.4",4459 "prost-build 0.10.4",4460 "rand 0.7.3",4461 "regex",4462 "sha2 0.10.6",4463 "smallvec",4464 "unsigned-varint",4465 "wasm-timer",4466]44674468[[package]]4469name = "libp2p-identify"4470version = "0.37.0"4471source = "registry+https://github.com/rust-lang/crates.io-index"4472checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4473dependencies = [4474 "asynchronous-codec",4475 "futures 0.3.25",4476 "futures-timer",4477 "libp2p-core",4478 "libp2p-swarm",4479 "log",4480 "lru 0.7.8",4481 "prost 0.10.4",4482 "prost-build 0.10.4",4483 "prost-codec",4484 "smallvec",4485 "thiserror",4486 "void",4487]44884489[[package]]4490name = "libp2p-kad"4491version = "0.38.0"4492source = "registry+https://github.com/rust-lang/crates.io-index"4493checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4494dependencies = [4495 "arrayvec 0.7.2",4496 "asynchronous-codec",4497 "bytes",4498 "either",4499 "fnv",4500 "futures 0.3.25",4501 "futures-timer",4502 "instant",4503 "libp2p-core",4504 "libp2p-swarm",4505 "log",4506 "prost 0.10.4",4507 "prost-build 0.10.4",4508 "rand 0.7.3",4509 "sha2 0.10.6",4510 "smallvec",4511 "thiserror",4512 "uint",4513 "unsigned-varint",4514 "void",4515]45164517[[package]]4518name = "libp2p-mdns"4519version = "0.38.0"4520source = "registry+https://github.com/rust-lang/crates.io-index"4521checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4522dependencies = [4523 "async-io",4524 "data-encoding",4525 "dns-parser",4526 "futures 0.3.25",4527 "if-watch",4528 "lazy_static",4529 "libp2p-core",4530 "libp2p-swarm",4531 "log",4532 "rand 0.8.5",4533 "smallvec",4534 "socket2",4535 "void",4536]45374538[[package]]4539name = "libp2p-metrics"4540version = "0.7.0"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4543dependencies = [4544 "libp2p-core",4545 "libp2p-gossipsub",4546 "libp2p-identify",4547 "libp2p-kad",4548 "libp2p-ping",4549 "libp2p-relay",4550 "libp2p-swarm",4551 "prometheus-client",4552]45534554[[package]]4555name = "libp2p-mplex"4556version = "0.34.0"4557source = "registry+https://github.com/rust-lang/crates.io-index"4558checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4559dependencies = [4560 "asynchronous-codec",4561 "bytes",4562 "futures 0.3.25",4563 "libp2p-core",4564 "log",4565 "nohash-hasher",4566 "parking_lot 0.12.1",4567 "rand 0.7.3",4568 "smallvec",4569 "unsigned-varint",4570]45714572[[package]]4573name = "libp2p-noise"4574version = "0.37.0"4575source = "registry+https://github.com/rust-lang/crates.io-index"4576checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4577dependencies = [4578 "bytes",4579 "curve25519-dalek 3.2.0",4580 "futures 0.3.25",4581 "lazy_static",4582 "libp2p-core",4583 "log",4584 "prost 0.10.4",4585 "prost-build 0.10.4",4586 "rand 0.8.5",4587 "sha2 0.10.6",4588 "snow",4589 "static_assertions",4590 "x25519-dalek",4591 "zeroize",4592]45934594[[package]]4595name = "libp2p-ping"4596version = "0.37.0"4597source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4599dependencies = [4600 "futures 0.3.25",4601 "futures-timer",4602 "instant",4603 "libp2p-core",4604 "libp2p-swarm",4605 "log",4606 "rand 0.7.3",4607 "void",4608]46094610[[package]]4611name = "libp2p-plaintext"4612version = "0.34.0"4613source = "registry+https://github.com/rust-lang/crates.io-index"4614checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4615dependencies = [4616 "asynchronous-codec",4617 "bytes",4618 "futures 0.3.25",4619 "libp2p-core",4620 "log",4621 "prost 0.10.4",4622 "prost-build 0.10.4",4623 "unsigned-varint",4624 "void",4625]46264627[[package]]4628name = "libp2p-pnet"4629version = "0.22.1"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4632dependencies = [4633 "futures 0.3.25",4634 "log",4635 "pin-project",4636 "rand 0.8.5",4637 "salsa20",4638 "sha3",4639]46404641[[package]]4642name = "libp2p-relay"4643version = "0.10.0"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4646dependencies = [4647 "asynchronous-codec",4648 "bytes",4649 "either",4650 "futures 0.3.25",4651 "futures-timer",4652 "instant",4653 "libp2p-core",4654 "libp2p-swarm",4655 "log",4656 "pin-project",4657 "prost 0.10.4",4658 "prost-build 0.10.4",4659 "prost-codec",4660 "rand 0.8.5",4661 "smallvec",4662 "static_assertions",4663 "thiserror",4664 "void",4665]46664667[[package]]4668name = "libp2p-rendezvous"4669version = "0.7.0"4670source = "registry+https://github.com/rust-lang/crates.io-index"4671checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4672dependencies = [4673 "asynchronous-codec",4674 "bimap",4675 "futures 0.3.25",4676 "futures-timer",4677 "instant",4678 "libp2p-core",4679 "libp2p-swarm",4680 "log",4681 "prost 0.10.4",4682 "prost-build 0.10.4",4683 "rand 0.8.5",4684 "sha2 0.10.6",4685 "thiserror",4686 "unsigned-varint",4687 "void",4688]46894690[[package]]4691name = "libp2p-request-response"4692version = "0.19.0"4693source = "registry+https://github.com/rust-lang/crates.io-index"4694checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4695dependencies = [4696 "async-trait",4697 "bytes",4698 "futures 0.3.25",4699 "instant",4700 "libp2p-core",4701 "libp2p-swarm",4702 "log",4703 "rand 0.7.3",4704 "smallvec",4705 "unsigned-varint",4706]47074708[[package]]4709name = "libp2p-swarm"4710version = "0.37.0"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4713dependencies = [4714 "either",4715 "fnv",4716 "futures 0.3.25",4717 "futures-timer",4718 "instant",4719 "libp2p-core",4720 "log",4721 "pin-project",4722 "rand 0.7.3",4723 "smallvec",4724 "thiserror",4725 "void",4726]47274728[[package]]4729name = "libp2p-swarm-derive"4730version = "0.28.0"4731source = "registry+https://github.com/rust-lang/crates.io-index"4732checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4733dependencies = [4734 "quote",4735 "syn",4736]47374738[[package]]4739name = "libp2p-tcp"4740version = "0.34.0"4741source = "registry+https://github.com/rust-lang/crates.io-index"4742checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4743dependencies = [4744 "async-io",4745 "futures 0.3.25",4746 "futures-timer",4747 "if-watch",4748 "ipnet",4749 "libc",4750 "libp2p-core",4751 "log",4752 "socket2",4753]47544755[[package]]4756name = "libp2p-uds"4757version = "0.33.0"4758source = "registry+https://github.com/rust-lang/crates.io-index"4759checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4760dependencies = [4761 "async-std",4762 "futures 0.3.25",4763 "libp2p-core",4764 "log",4765]47664767[[package]]4768name = "libp2p-wasm-ext"4769version = "0.34.0"4770source = "registry+https://github.com/rust-lang/crates.io-index"4771checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4772dependencies = [4773 "futures 0.3.25",4774 "js-sys",4775 "libp2p-core",4776 "parity-send-wrapper",4777 "wasm-bindgen",4778 "wasm-bindgen-futures",4779]47804781[[package]]4782name = "libp2p-websocket"4783version = "0.36.0"4784source = "registry+https://github.com/rust-lang/crates.io-index"4785checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4786dependencies = [4787 "either",4788 "futures 0.3.25",4789 "futures-rustls",4790 "libp2p-core",4791 "log",4792 "parking_lot 0.12.1",4793 "quicksink",4794 "rw-stream-sink",4795 "soketto",4796 "url",4797 "webpki-roots",4798]47994800[[package]]4801name = "libp2p-yamux"4802version = "0.38.0"4803source = "registry+https://github.com/rust-lang/crates.io-index"4804checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4805dependencies = [4806 "futures 0.3.25",4807 "libp2p-core",4808 "parking_lot 0.12.1",4809 "thiserror",4810 "yamux",4811]48124813[[package]]4814name = "librocksdb-sys"4815version = "0.6.1+6.28.2"4816source = "registry+https://github.com/rust-lang/crates.io-index"4817checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4818dependencies = [4819 "bindgen",4820 "bzip2-sys",4821 "cc",4822 "glob",4823 "libc",4824 "libz-sys",4825 "tikv-jemalloc-sys",4826]48274828[[package]]4829name = "libsecp256k1"4830version = "0.7.1"4831source = "registry+https://github.com/rust-lang/crates.io-index"4832checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4833dependencies = [4834 "arrayref",4835 "base64",4836 "digest 0.9.0",4837 "hmac-drbg",4838 "libsecp256k1-core",4839 "libsecp256k1-gen-ecmult",4840 "libsecp256k1-gen-genmult",4841 "rand 0.8.5",4842 "serde",4843 "sha2 0.9.9",4844 "typenum",4845]48464847[[package]]4848name = "libsecp256k1-core"4849version = "0.3.0"4850source = "registry+https://github.com/rust-lang/crates.io-index"4851checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4852dependencies = [4853 "crunchy",4854 "digest 0.9.0",4855 "subtle",4856]48574858[[package]]4859name = "libsecp256k1-gen-ecmult"4860version = "0.3.0"4861source = "registry+https://github.com/rust-lang/crates.io-index"4862checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4863dependencies = [4864 "libsecp256k1-core",4865]48664867[[package]]4868name = "libsecp256k1-gen-genmult"4869version = "0.3.0"4870source = "registry+https://github.com/rust-lang/crates.io-index"4871checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4872dependencies = [4873 "libsecp256k1-core",4874]48754876[[package]]4877name = "libz-sys"4878version = "1.1.8"4879source = "registry+https://github.com/rust-lang/crates.io-index"4880checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4881dependencies = [4882 "cc",4883 "pkg-config",4884 "vcpkg",4885]48864887[[package]]4888name = "link-cplusplus"4889version = "1.0.7"4890source = "registry+https://github.com/rust-lang/crates.io-index"4891checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4892dependencies = [4893 "cc",4894]48954896[[package]]4897name = "linked-hash-map"4898version = "0.5.6"4899source = "registry+https://github.com/rust-lang/crates.io-index"4900checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"49014902[[package]]4903name = "linked_hash_set"4904version = "0.1.4"4905source = "registry+https://github.com/rust-lang/crates.io-index"4906checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4907dependencies = [4908 "linked-hash-map",4909]49104911[[package]]4912name = "linregress"4913version = "0.4.4"4914source = "registry+https://github.com/rust-lang/crates.io-index"4915checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4916dependencies = [4917 "nalgebra",4918 "statrs",4919]49204921[[package]]4922name = "linux-raw-sys"4923version = "0.0.46"4924source = "registry+https://github.com/rust-lang/crates.io-index"4925checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"49264927[[package]]4928name = "lock_api"4929version = "0.4.9"4930source = "registry+https://github.com/rust-lang/crates.io-index"4931checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4932dependencies = [4933 "autocfg",4934 "scopeguard",4935]49364937[[package]]4938name = "log"4939version = "0.4.17"4940source = "registry+https://github.com/rust-lang/crates.io-index"4941checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4942dependencies = [4943 "cfg-if 1.0.0",4944 "value-bag",4945]49464947[[package]]4948name = "logtest"4949version = "2.0.0"4950source = "registry+https://github.com/rust-lang/crates.io-index"4951checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4952dependencies = [4953 "lazy_static",4954 "log",4955]49564957[[package]]4958name = "lru"4959version = "0.7.8"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4962dependencies = [4963 "hashbrown",4964]49654966[[package]]4967name = "lru"4968version = "0.8.1"4969source = "registry+https://github.com/rust-lang/crates.io-index"4970checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4971dependencies = [4972 "hashbrown",4973]49744975[[package]]4976name = "lru-cache"4977version = "0.1.2"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4980dependencies = [4981 "linked-hash-map",4982]49834984[[package]]4985name = "lz4"4986version = "1.24.0"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4989dependencies = [4990 "libc",4991 "lz4-sys",4992]49934994[[package]]4995name = "lz4-sys"4996version = "1.9.4"4997source = "registry+https://github.com/rust-lang/crates.io-index"4998checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4999dependencies = [5000 "cc",5001 "libc",5002]50035004[[package]]5005name = "mach"5006version = "0.3.2"5007source = "registry+https://github.com/rust-lang/crates.io-index"5008checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"5009dependencies = [5010 "libc",5011]50125013[[package]]5014name = "match_cfg"5015version = "0.1.0"5016source = "registry+https://github.com/rust-lang/crates.io-index"5017checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"50185019[[package]]5020name = "matchers"5021version = "0.0.1"5022source = "registry+https://github.com/rust-lang/crates.io-index"5023checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5024dependencies = [5025 "regex-automata",5026]50275028[[package]]5029name = "matches"5030version = "0.1.9"5031source = "registry+https://github.com/rust-lang/crates.io-index"5032checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"50335034[[package]]5035name = "matrixmultiply"5036version = "0.3.2"5037source = "registry+https://github.com/rust-lang/crates.io-index"5038checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5039dependencies = [5040 "rawpointer",5041]50425043[[package]]5044name = "memchr"5045version = "2.5.0"5046source = "registry+https://github.com/rust-lang/crates.io-index"5047checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50485049[[package]]5050name = "memfd"5051version = "0.6.1"5052source = "registry+https://github.com/rust-lang/crates.io-index"5053checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"5054dependencies = [5055 "rustix",5056]50575058[[package]]5059name = "memmap2"5060version = "0.5.7"5061source = "registry+https://github.com/rust-lang/crates.io-index"5062checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"5063dependencies = [5064 "libc",5065]50665067[[package]]5068name = "memoffset"5069version = "0.6.5"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5072dependencies = [5073 "autocfg",5074]50755076[[package]]5077name = "memory-db"5078version = "0.29.0"5079source = "registry+https://github.com/rust-lang/crates.io-index"5080checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5081dependencies = [5082 "hash-db",5083 "hashbrown",5084 "parity-util-mem",5085]50865087[[package]]5088name = "memory-lru"5089version = "0.1.1"5090source = "registry+https://github.com/rust-lang/crates.io-index"5091checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"5092dependencies = [5093 "lru 0.8.1",5094]50955096[[package]]5097name = "memory_units"5098version = "0.4.0"5099source = "registry+https://github.com/rust-lang/crates.io-index"5100checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"51015102[[package]]5103name = "merlin"5104version = "2.0.1"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5107dependencies = [5108 "byteorder",5109 "keccak",5110 "rand_core 0.5.1",5111 "zeroize",5112]51135114[[package]]5115name = "mick-jaeger"5116version = "0.1.8"5117source = "registry+https://github.com/rust-lang/crates.io-index"5118checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5119dependencies = [5120 "futures 0.3.25",5121 "rand 0.8.5",5122 "thrift",5123]51245125[[package]]5126name = "minimal-lexical"5127version = "0.2.1"5128source = "registry+https://github.com/rust-lang/crates.io-index"5129checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51305131[[package]]5132name = "miniz_oxide"5133version = "0.5.4"5134source = "registry+https://github.com/rust-lang/crates.io-index"5135checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"5136dependencies = [5137 "adler",5138]51395140[[package]]5141name = "mio"5142version = "0.8.5"5143source = "registry+https://github.com/rust-lang/crates.io-index"5144checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"5145dependencies = [5146 "libc",5147 "log",5148 "wasi 0.11.0+wasi-snapshot-preview1",5149 "windows-sys 0.42.0",5150]51515152[[package]]5153name = "multiaddr"5154version = "0.14.0"5155source = "registry+https://github.com/rust-lang/crates.io-index"5156checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"5157dependencies = [5158 "arrayref",5159 "bs58",5160 "byteorder",5161 "data-encoding",5162 "multihash",5163 "percent-encoding",5164 "serde",5165 "static_assertions",5166 "unsigned-varint",5167 "url",5168]51695170[[package]]5171name = "multibase"5172version = "0.9.1"5173source = "registry+https://github.com/rust-lang/crates.io-index"5174checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5175dependencies = [5176 "base-x",5177 "data-encoding",5178 "data-encoding-macro",5179]51805181[[package]]5182name = "multihash"5183version = "0.16.3"5184source = "registry+https://github.com/rust-lang/crates.io-index"5185checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5186dependencies = [5187 "blake2b_simd",5188 "blake2s_simd",5189 "blake3",5190 "core2",5191 "digest 0.10.5",5192 "multihash-derive",5193 "sha2 0.10.6",5194 "sha3",5195 "unsigned-varint",5196]51975198[[package]]5199name = "multihash-derive"5200version = "0.8.0"5201source = "registry+https://github.com/rust-lang/crates.io-index"5202checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5203dependencies = [5204 "proc-macro-crate",5205 "proc-macro-error",5206 "proc-macro2",5207 "quote",5208 "syn",5209 "synstructure",5210]52115212[[package]]5213name = "multimap"5214version = "0.8.3"5215source = "registry+https://github.com/rust-lang/crates.io-index"5216checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"52175218[[package]]5219name = "multistream-select"5220version = "0.11.0"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5223dependencies = [5224 "bytes",5225 "futures 0.3.25",5226 "log",5227 "pin-project",5228 "smallvec",5229 "unsigned-varint",5230]52315232[[package]]5233name = "nalgebra"5234version = "0.27.1"5235source = "registry+https://github.com/rust-lang/crates.io-index"5236checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5237dependencies = [5238 "approx",5239 "matrixmultiply",5240 "nalgebra-macros",5241 "num-complex",5242 "num-rational 0.4.1",5243 "num-traits",5244 "rand 0.8.5",5245 "rand_distr",5246 "simba",5247 "typenum",5248]52495250[[package]]5251name = "nalgebra-macros"5252version = "0.1.0"5253source = "registry+https://github.com/rust-lang/crates.io-index"5254checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5255dependencies = [5256 "proc-macro2",5257 "quote",5258 "syn",5259]52605261[[package]]5262name = "names"5263version = "0.13.0"5264source = "registry+https://github.com/rust-lang/crates.io-index"5265checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5266dependencies = [5267 "rand 0.8.5",5268]52695270[[package]]5271name = "nanorand"5272version = "0.7.0"5273source = "registry+https://github.com/rust-lang/crates.io-index"5274checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"52755276[[package]]5277name = "netlink-packet-core"5278version = "0.4.2"5279source = "registry+https://github.com/rust-lang/crates.io-index"5280checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5281dependencies = [5282 "anyhow",5283 "byteorder",5284 "libc",5285 "netlink-packet-utils",5286]52875288[[package]]5289name = "netlink-packet-route"5290version = "0.12.0"5291source = "registry+https://github.com/rust-lang/crates.io-index"5292checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5293dependencies = [5294 "anyhow",5295 "bitflags",5296 "byteorder",5297 "libc",5298 "netlink-packet-core",5299 "netlink-packet-utils",5300]53015302[[package]]5303name = "netlink-packet-utils"5304version = "0.5.1"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5307dependencies = [5308 "anyhow",5309 "byteorder",5310 "paste",5311 "thiserror",5312]53135314[[package]]5315name = "netlink-proto"5316version = "0.10.0"5317source = "registry+https://github.com/rust-lang/crates.io-index"5318checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5319dependencies = [5320 "bytes",5321 "futures 0.3.25",5322 "log",5323 "netlink-packet-core",5324 "netlink-sys",5325 "thiserror",5326 "tokio",5327]53285329[[package]]5330name = "netlink-sys"5331version = "0.8.3"5332source = "registry+https://github.com/rust-lang/crates.io-index"5333checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5334dependencies = [5335 "async-io",5336 "bytes",5337 "futures 0.3.25",5338 "libc",5339 "log",5340]53415342[[package]]5343name = "nix"5344version = "0.24.2"5345source = "registry+https://github.com/rust-lang/crates.io-index"5346checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5347dependencies = [5348 "bitflags",5349 "cfg-if 1.0.0",5350 "libc",5351]53525353[[package]]5354name = "nodrop"5355version = "0.1.14"5356source = "registry+https://github.com/rust-lang/crates.io-index"5357checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53585359[[package]]5360name = "nohash-hasher"5361version = "0.2.0"5362source = "registry+https://github.com/rust-lang/crates.io-index"5363checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53645365[[package]]5366name = "nom"5367version = "7.1.1"5368source = "registry+https://github.com/rust-lang/crates.io-index"5369checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5370dependencies = [5371 "memchr",5372 "minimal-lexical",5373]53745375[[package]]5376name = "num-bigint"5377version = "0.2.6"5378source = "registry+https://github.com/rust-lang/crates.io-index"5379checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5380dependencies = [5381 "autocfg",5382 "num-integer",5383 "num-traits",5384]53855386[[package]]5387name = "num-bigint"5388version = "0.4.3"5389source = "registry+https://github.com/rust-lang/crates.io-index"5390checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5391dependencies = [5392 "autocfg",5393 "num-integer",5394 "num-traits",5395]53965397[[package]]5398name = "num-complex"5399version = "0.4.2"5400source = "registry+https://github.com/rust-lang/crates.io-index"5401checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5402dependencies = [5403 "num-traits",5404]54055406[[package]]5407name = "num-format"5408version = "0.4.3"5409source = "registry+https://github.com/rust-lang/crates.io-index"5410checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5411dependencies = [5412 "arrayvec 0.7.2",5413 "itoa",5414]54155416[[package]]5417name = "num-integer"5418version = "0.1.45"5419source = "registry+https://github.com/rust-lang/crates.io-index"5420checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5421dependencies = [5422 "autocfg",5423 "num-traits",5424]54255426[[package]]5427name = "num-rational"5428version = "0.2.4"5429source = "registry+https://github.com/rust-lang/crates.io-index"5430checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5431dependencies = [5432 "autocfg",5433 "num-bigint 0.2.6",5434 "num-integer",5435 "num-traits",5436]54375438[[package]]5439name = "num-rational"5440version = "0.4.1"5441source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5443dependencies = [5444 "autocfg",5445 "num-bigint 0.4.3",5446 "num-integer",5447 "num-traits",5448]54495450[[package]]5451name = "num-traits"5452version = "0.2.15"5453source = "registry+https://github.com/rust-lang/crates.io-index"5454checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5455dependencies = [5456 "autocfg",5457 "libm",5458]54595460[[package]]5461name = "num_cpus"5462version = "1.13.1"5463source = "registry+https://github.com/rust-lang/crates.io-index"5464checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5465dependencies = [5466 "hermit-abi",5467 "libc",5468]54695470[[package]]5471name = "num_threads"5472version = "0.1.6"5473source = "registry+https://github.com/rust-lang/crates.io-index"5474checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5475dependencies = [5476 "libc",5477]54785479[[package]]5480name = "object"5481version = "0.29.0"5482source = "registry+https://github.com/rust-lang/crates.io-index"5483checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5484dependencies = [5485 "crc32fast",5486 "hashbrown",5487 "indexmap",5488 "memchr",5489]54905491[[package]]5492name = "once_cell"5493version = "1.15.0"5494source = "registry+https://github.com/rust-lang/crates.io-index"5495checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"54965497[[package]]5498name = "opal-runtime"5499version = "0.9.30"5500dependencies = [5501 "app-promotion-rpc",5502 "cumulus-pallet-aura-ext",5503 "cumulus-pallet-dmp-queue",5504 "cumulus-pallet-parachain-system",5505 "cumulus-pallet-xcm",5506 "cumulus-pallet-xcmp-queue",5507 "cumulus-primitives-core",5508 "cumulus-primitives-timestamp",5509 "cumulus-primitives-utility",5510 "derivative",5511 "evm-coder",5512 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5513 "fp-rpc",5514 "fp-self-contained",5515 "frame-benchmarking",5516 "frame-executive",5517 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5518 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5519 "frame-system-benchmarking",5520 "frame-system-rpc-runtime-api",5521 "frame-try-runtime",5522 "hex-literal",5523 "impl-trait-for-tuples",5524 "log",5525 "logtest",5526 "orml-tokens",5527 "orml-traits",5528 "orml-vesting",5529 "orml-xtokens",5530 "pallet-app-promotion",5531 "pallet-aura",5532 "pallet-balances",5533 "pallet-base-fee",5534 "pallet-common",5535 "pallet-configuration",5536 "pallet-ethereum",5537 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5538 "pallet-evm-coder-substrate",5539 "pallet-evm-contract-helpers",5540 "pallet-evm-migration",5541 "pallet-evm-transaction-payment",5542 "pallet-foreign-assets",5543 "pallet-fungible",5544 "pallet-inflation",5545 "pallet-nonfungible",5546 "pallet-randomness-collective-flip",5547 "pallet-refungible",5548 "pallet-rmrk-core",5549 "pallet-rmrk-equip",5550 "pallet-structure",5551 "pallet-sudo",5552 "pallet-template-transaction-payment",5553 "pallet-test-utils",5554 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5555 "pallet-transaction-payment",5556 "pallet-transaction-payment-rpc-runtime-api",5557 "pallet-treasury",5558 "pallet-unique",5559 "pallet-unique-scheduler",5560 "pallet-unique-scheduler-v2",5561 "pallet-xcm",5562 "parachain-info",5563 "parity-scale-codec 3.2.1",5564 "polkadot-parachain",5565 "rmrk-rpc",5566 "scale-info",5567 "serde",5568 "smallvec",5569 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5570 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5571 "sp-block-builder",5572 "sp-consensus-aura",5573 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5574 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5575 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5576 "sp-offchain",5577 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5578 "sp-session",5579 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5580 "sp-transaction-pool",5581 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5582 "substrate-wasm-builder",5583 "up-common",5584 "up-data-structs",5585 "up-rpc",5586 "up-sponsorship",5587 "xcm",5588 "xcm-builder",5589 "xcm-executor",5590]55915592[[package]]5593name = "opaque-debug"5594version = "0.2.3"5595source = "registry+https://github.com/rust-lang/crates.io-index"5596checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55975598[[package]]5599name = "opaque-debug"5600version = "0.3.0"5601source = "registry+https://github.com/rust-lang/crates.io-index"5602checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"56035604[[package]]5605name = "openssl-probe"5606version = "0.1.5"5607source = "registry+https://github.com/rust-lang/crates.io-index"5608checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"56095610[[package]]5611name = "orchestra"5612version = "0.0.1"5613source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5614dependencies = [5615 "async-trait",5616 "dyn-clonable",5617 "futures 0.3.25",5618 "futures-timer",5619 "orchestra-proc-macro",5620 "pin-project",5621 "prioritized-metered-channel",5622 "thiserror",5623 "tracing",5624]56255626[[package]]5627name = "orchestra-proc-macro"5628version = "0.0.1"5629source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5630dependencies = [5631 "expander 0.0.6",5632 "itertools",5633 "petgraph",5634 "proc-macro-crate",5635 "proc-macro2",5636 "quote",5637 "syn",5638]56395640[[package]]5641name = "ordered-float"5642version = "1.1.1"5643source = "registry+https://github.com/rust-lang/crates.io-index"5644checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5645dependencies = [5646 "num-traits",5647]56485649[[package]]5650name = "orml-tokens"5651version = "0.4.1-dev"5652source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5653dependencies = [5654 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5655 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5656 "orml-traits",5657 "parity-scale-codec 3.2.1",5658 "scale-info",5659 "serde",5660 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5661 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5662]56635664[[package]]5665name = "orml-traits"5666version = "0.4.1-dev"5667source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5668dependencies = [5669 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5670 "impl-trait-for-tuples",5671 "num-traits",5672 "orml-utilities",5673 "parity-scale-codec 3.2.1",5674 "scale-info",5675 "serde",5676 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5677 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5678 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5679 "xcm",5680]56815682[[package]]5683name = "orml-utilities"5684version = "0.4.1-dev"5685source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5686dependencies = [5687 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5688 "parity-scale-codec 3.2.1",5689 "scale-info",5690 "serde",5691 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5692 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5693 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5694]56955696[[package]]5697name = "orml-vesting"5698version = "0.4.1-dev"5699source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5700dependencies = [5701 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5702 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5703 "parity-scale-codec 3.2.1",5704 "scale-info",5705 "serde",5706 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5707 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5708 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5709]57105711[[package]]5712name = "orml-xcm-support"5713version = "0.4.1-dev"5714source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5715dependencies = [5716 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5717 "orml-traits",5718 "parity-scale-codec 3.2.1",5719 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5720 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5721 "xcm",5722 "xcm-executor",5723]57245725[[package]]5726name = "orml-xtokens"5727version = "0.4.1-dev"5728source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5729dependencies = [5730 "cumulus-primitives-core",5731 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5732 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5733 "orml-traits",5734 "orml-xcm-support",5735 "pallet-xcm",5736 "parity-scale-codec 3.2.1",5737 "scale-info",5738 "serde",5739 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5740 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5741 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5742 "xcm",5743 "xcm-executor",5744]57455746[[package]]5747name = "os_str_bytes"5748version = "6.3.0"5749source = "registry+https://github.com/rust-lang/crates.io-index"5750checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"57515752[[package]]5753name = "owning_ref"5754version = "0.4.1"5755source = "registry+https://github.com/rust-lang/crates.io-index"5756checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5757dependencies = [5758 "stable_deref_trait",5759]57605761[[package]]5762name = "pallet-app-promotion"5763version = "0.1.0"5764dependencies = [5765 "frame-benchmarking",5766 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5767 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5768 "pallet-balances",5769 "pallet-common",5770 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5771 "pallet-evm-contract-helpers",5772 "pallet-evm-migration",5773 "pallet-randomness-collective-flip",5774 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5775 "pallet-unique",5776 "parity-scale-codec 3.2.1",5777 "scale-info",5778 "serde",5779 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5780 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5781 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5782 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5783 "up-data-structs",5784]57855786[[package]]5787name = "pallet-aura"5788version = "4.0.0-dev"5789source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5790dependencies = [5791 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5792 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5793 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5794 "parity-scale-codec 3.2.1",5795 "scale-info",5796 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5797 "sp-consensus-aura",5798 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5799 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5800]58015802[[package]]5803name = "pallet-authority-discovery"5804version = "4.0.0-dev"5805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5806dependencies = [5807 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5808 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5809 "pallet-session",5810 "parity-scale-codec 3.2.1",5811 "scale-info",5812 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5813 "sp-authority-discovery",5814 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5815 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5816]58175818[[package]]5819name = "pallet-authorship"5820version = "4.0.0-dev"5821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5822dependencies = [5823 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5824 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5825 "impl-trait-for-tuples",5826 "parity-scale-codec 3.2.1",5827 "scale-info",5828 "sp-authorship",5829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5830 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5831]58325833[[package]]5834name = "pallet-babe"5835version = "4.0.0-dev"5836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5837dependencies = [5838 "frame-benchmarking",5839 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5840 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5841 "log",5842 "pallet-authorship",5843 "pallet-session",5844 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5845 "parity-scale-codec 3.2.1",5846 "scale-info",5847 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5848 "sp-consensus-babe",5849 "sp-consensus-vrf",5850 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5851 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5852 "sp-session",5853 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5854 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5855]58565857[[package]]5858name = "pallet-bags-list"5859version = "4.0.0-dev"5860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5861dependencies = [5862 "frame-benchmarking",5863 "frame-election-provider-support",5864 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5865 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5866 "log",5867 "pallet-balances",5868 "parity-scale-codec 3.2.1",5869 "scale-info",5870 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5871 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5872 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5873 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5874 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5875]58765877[[package]]5878name = "pallet-balances"5879version = "4.0.0-dev"5880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5881dependencies = [5882 "frame-benchmarking",5883 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5884 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5885 "log",5886 "parity-scale-codec 3.2.1",5887 "scale-info",5888 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5889 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5890]58915892[[package]]5893name = "pallet-base-fee"5894version = "1.0.0"5895source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5896dependencies = [5897 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5898 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5899 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5900 "parity-scale-codec 3.2.1",5901 "scale-info",5902 "serde",5903 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5904 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5905]59065907[[package]]5908name = "pallet-beefy"5909version = "4.0.0-dev"5910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5911dependencies = [5912 "beefy-primitives",5913 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5914 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5915 "pallet-session",5916 "parity-scale-codec 3.2.1",5917 "scale-info",5918 "serde",5919 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5920 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5921]59225923[[package]]5924name = "pallet-beefy-mmr"5925version = "4.0.0-dev"5926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5927dependencies = [5928 "array-bytes",5929 "beefy-merkle-tree",5930 "beefy-primitives",5931 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5932 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5933 "log",5934 "pallet-beefy",5935 "pallet-mmr",5936 "pallet-session",5937 "parity-scale-codec 3.2.1",5938 "scale-info",5939 "serde",5940 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5941 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5942 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5943 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5944]59455946[[package]]5947name = "pallet-bounties"5948version = "4.0.0-dev"5949source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5950dependencies = [5951 "frame-benchmarking",5952 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5953 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5954 "log",5955 "pallet-treasury",5956 "parity-scale-codec 3.2.1",5957 "scale-info",5958 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5959 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5960 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5961 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5962]59635964[[package]]5965name = "pallet-child-bounties"5966version = "4.0.0-dev"5967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5968dependencies = [5969 "frame-benchmarking",5970 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5971 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5972 "log",5973 "pallet-bounties",5974 "pallet-treasury",5975 "parity-scale-codec 3.2.1",5976 "scale-info",5977 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5978 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5979 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5980 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5981]59825983[[package]]5984name = "pallet-collective"5985version = "4.0.0-dev"5986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5987dependencies = [5988 "frame-benchmarking",5989 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5990 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5991 "log",5992 "parity-scale-codec 3.2.1",5993 "scale-info",5994 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5995 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5996 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5997 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5998]59996000[[package]]6001name = "pallet-common"6002version = "0.1.9"6003dependencies = [6004 "ethereum",6005 "evm-coder",6006 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6007 "frame-benchmarking",6008 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6009 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6010 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6011 "pallet-evm-coder-substrate",6012 "parity-scale-codec 3.2.1",6013 "scale-info",6014 "serde",6015 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6016 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6017 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6018 "up-data-structs",6019]60206021[[package]]6022name = "pallet-configuration"6023version = "0.1.1"6024dependencies = [6025 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6026 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6027 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6028 "parity-scale-codec 3.2.1",6029 "scale-info",6030 "smallvec",6031 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6032 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6033 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6034 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6035]60366037[[package]]6038name = "pallet-democracy"6039version = "4.0.0-dev"6040source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6041dependencies = [6042 "frame-benchmarking",6043 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6044 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6045 "parity-scale-codec 3.2.1",6046 "scale-info",6047 "serde",6048 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6049 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6050 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6051]60526053[[package]]6054name = "pallet-election-provider-multi-phase"6055version = "4.0.0-dev"6056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6057dependencies = [6058 "frame-benchmarking",6059 "frame-election-provider-support",6060 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6061 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6062 "log",6063 "pallet-election-provider-support-benchmarking",6064 "parity-scale-codec 3.2.1",6065 "rand 0.7.3",6066 "scale-info",6067 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6068 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6069 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6070 "sp-npos-elections",6071 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6072 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6073 "static_assertions",6074 "strum",6075]60766077[[package]]6078name = "pallet-election-provider-support-benchmarking"6079version = "4.0.0-dev"6080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6081dependencies = [6082 "frame-benchmarking",6083 "frame-election-provider-support",6084 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6085 "parity-scale-codec 3.2.1",6086 "sp-npos-elections",6087 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6088]60896090[[package]]6091name = "pallet-elections-phragmen"6092version = "5.0.0-dev"6093source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6094dependencies = [6095 "frame-benchmarking",6096 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6097 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6098 "log",6099 "parity-scale-codec 3.2.1",6100 "scale-info",6101 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6102 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6103 "sp-npos-elections",6104 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6105 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6106]61076108[[package]]6109name = "pallet-ethereum"6110version = "4.0.0-dev"6111source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"6112dependencies = [6113 "ethereum",6114 "ethereum-types",6115 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",6116 "fp-consensus",6117 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6118 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6119 "fp-rpc",6120 "fp-self-contained",6121 "fp-storage",6122 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6123 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6124 "log",6125 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6126 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6127 "parity-scale-codec 3.2.1",6128 "rlp",6129 "scale-info",6130 "serde",6131 "sha3",6132 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6133 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6134 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6135]61366137[[package]]6138name = "pallet-evm"6139version = "6.0.0-dev"6140source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"6141dependencies = [6142 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",6143 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",6144 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",6145 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6146 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6147 "hex",6148 "impl-trait-for-tuples",6149 "log",6150 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6151 "parity-scale-codec 3.2.1",6152 "primitive-types",6153 "rlp",6154 "scale-info",6155 "sha3",6156 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6157 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6158 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6159 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6160]61616162[[package]]6163name = "pallet-evm"6164version = "6.0.0-dev"6165source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"6166dependencies = [6167 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",6168 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6169 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6170 "frame-benchmarking",6171 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6172 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6173 "hex",6174 "impl-trait-for-tuples",6175 "log",6176 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6177 "parity-scale-codec 3.2.1",6178 "primitive-types",6179 "rlp",6180 "scale-info",6181 "serde",6182 "sha3",6183 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6184 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6185 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6186 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6187]61886189[[package]]6190name = "pallet-evm-coder-substrate"6191version = "0.1.3"6192dependencies = [6193 "ethereum",6194 "evm-coder",6195 "frame-benchmarking",6196 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6197 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6198 "pallet-ethereum",6199 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6200 "parity-scale-codec 3.2.1",6201 "scale-info",6202 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6203 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6204 "up-data-structs",6205]62066207[[package]]6208name = "pallet-evm-contract-helpers"6209version = "0.3.0"6210dependencies = [6211 "ethereum",6212 "evm-coder",6213 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6214 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6215 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6216 "log",6217 "pallet-common",6218 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6219 "pallet-evm-coder-substrate",6220 "pallet-evm-transaction-payment",6221 "parity-scale-codec 3.2.1",6222 "scale-info",6223 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6224 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6225 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6226 "up-data-structs",6227 "up-sponsorship",6228]62296230[[package]]6231name = "pallet-evm-migration"6232version = "0.1.1"6233dependencies = [6234 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6235 "frame-benchmarking",6236 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6237 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6238 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6239 "parity-scale-codec 3.2.1",6240 "scale-info",6241 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6242 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6243 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6244 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6245]62466247[[package]]6248name = "pallet-evm-transaction-payment"6249version = "0.1.1"6250dependencies = [6251 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6252 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6253 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6254 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6255 "pallet-ethereum",6256 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6257 "parity-scale-codec 3.2.1",6258 "scale-info",6259 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6260 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6261 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6262 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6263 "up-sponsorship",6264]62656266[[package]]6267name = "pallet-fast-unstake"6268version = "4.0.0-dev"6269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6270dependencies = [6271 "frame-benchmarking",6272 "frame-election-provider-support",6273 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6274 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6275 "log",6276 "pallet-balances",6277 "pallet-staking",6278 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6279 "parity-scale-codec 3.2.1",6280 "scale-info",6281 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6282 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6283 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6284 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6285]62866287[[package]]6288name = "pallet-foreign-assets"6289version = "0.1.0"6290dependencies = [6291 "frame-benchmarking",6292 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6293 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6294 "hex",6295 "log",6296 "orml-tokens",6297 "pallet-balances",6298 "pallet-common",6299 "pallet-fungible",6300 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6301 "parity-scale-codec 3.2.1",6302 "scale-info",6303 "serde",6304 "serde_json",6305 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6306 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6307 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6308 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6309 "up-data-structs",6310 "xcm",6311 "xcm-builder",6312 "xcm-executor",6313]63146315[[package]]6316name = "pallet-fungible"6317version = "0.1.5"6318dependencies = [6319 "ethereum",6320 "evm-coder",6321 "frame-benchmarking",6322 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6323 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6324 "pallet-common",6325 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6326 "pallet-evm-coder-substrate",6327 "pallet-structure",6328 "parity-scale-codec 3.2.1",6329 "scale-info",6330 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6331 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6332 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6333 "up-data-structs",6334]63356336[[package]]6337name = "pallet-gilt"6338version = "4.0.0-dev"6339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6340dependencies = [6341 "frame-benchmarking",6342 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6343 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6344 "parity-scale-codec 3.2.1",6345 "scale-info",6346 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6347 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6348 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6349]63506351[[package]]6352name = "pallet-grandpa"6353version = "4.0.0-dev"6354source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6355dependencies = [6356 "frame-benchmarking",6357 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6358 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6359 "log",6360 "pallet-authorship",6361 "pallet-session",6362 "parity-scale-codec 3.2.1",6363 "scale-info",6364 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6365 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6366 "sp-finality-grandpa",6367 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6368 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6369 "sp-session",6370 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6371 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6372]63736374[[package]]6375name = "pallet-identity"6376version = "4.0.0-dev"6377source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6378dependencies = [6379 "enumflags2",6380 "frame-benchmarking",6381 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6382 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6383 "parity-scale-codec 3.2.1",6384 "scale-info",6385 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6386 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6387 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6388]63896390[[package]]6391name = "pallet-im-online"6392version = "4.0.0-dev"6393source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6394dependencies = [6395 "frame-benchmarking",6396 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6397 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6398 "log",6399 "pallet-authorship",6400 "parity-scale-codec 3.2.1",6401 "scale-info",6402 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6403 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6404 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6405 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6406 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6407 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6408]64096410[[package]]6411name = "pallet-indices"6412version = "4.0.0-dev"6413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6414dependencies = [6415 "frame-benchmarking",6416 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6417 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6418 "parity-scale-codec 3.2.1",6419 "scale-info",6420 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6421 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6422 "sp-keyring",6423 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6424 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6425]64266427[[package]]6428name = "pallet-inflation"6429version = "0.1.1"6430dependencies = [6431 "frame-benchmarking",6432 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6433 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6434 "pallet-balances",6435 "pallet-randomness-collective-flip",6436 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6437 "parity-scale-codec 3.2.1",6438 "scale-info",6439 "serde",6440 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6441 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6442 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6443 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6444]64456446[[package]]6447name = "pallet-membership"6448version = "4.0.0-dev"6449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6450dependencies = [6451 "frame-benchmarking",6452 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6453 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6454 "log",6455 "parity-scale-codec 3.2.1",6456 "scale-info",6457 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6458 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6459 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6460 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6461]64626463[[package]]6464name = "pallet-mmr"6465version = "4.0.0-dev"6466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6467dependencies = [6468 "ckb-merkle-mountain-range",6469 "frame-benchmarking",6470 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6471 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6472 "parity-scale-codec 3.2.1",6473 "scale-info",6474 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6475 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6476 "sp-mmr-primitives",6477 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6478 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6479]64806481[[package]]6482name = "pallet-mmr-rpc"6483version = "3.0.0"6484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6485dependencies = [6486 "jsonrpsee",6487 "parity-scale-codec 3.2.1",6488 "serde",6489 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6490 "sp-blockchain",6491 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6492 "sp-mmr-primitives",6493 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6494]64956496[[package]]6497name = "pallet-multisig"6498version = "4.0.0-dev"6499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6500dependencies = [6501 "frame-benchmarking",6502 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6503 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6504 "parity-scale-codec 3.2.1",6505 "scale-info",6506 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6507 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6508 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6509]65106511[[package]]6512name = "pallet-nomination-pools"6513version = "1.0.0"6514source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6515dependencies = [6516 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6517 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6518 "log",6519 "parity-scale-codec 3.2.1",6520 "scale-info",6521 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6522 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6523 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6524 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6525 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6526]65276528[[package]]6529name = "pallet-nomination-pools-benchmarking"6530version = "1.0.0"6531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6532dependencies = [6533 "frame-benchmarking",6534 "frame-election-provider-support",6535 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6536 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6537 "pallet-bags-list",6538 "pallet-nomination-pools",6539 "pallet-staking",6540 "parity-scale-codec 3.2.1",6541 "scale-info",6542 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6543 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6544 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6545 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6546]65476548[[package]]6549name = "pallet-nomination-pools-runtime-api"6550version = "1.0.0-dev"6551source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6552dependencies = [6553 "parity-scale-codec 3.2.1",6554 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6555 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6556]65576558[[package]]6559name = "pallet-nonfungible"6560version = "0.1.6"6561dependencies = [6562 "ethereum",6563 "evm-coder",6564 "frame-benchmarking",6565 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6566 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6567 "pallet-common",6568 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6569 "pallet-evm-coder-substrate",6570 "pallet-structure",6571 "parity-scale-codec 3.2.1",6572 "scale-info",6573 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6574 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6575 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6576 "struct-versioning",6577 "up-data-structs",6578]65796580[[package]]6581name = "pallet-offences"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6584dependencies = [6585 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6586 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6587 "log",6588 "pallet-balances",6589 "parity-scale-codec 3.2.1",6590 "scale-info",6591 "serde",6592 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6593 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6594 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6595]65966597[[package]]6598name = "pallet-offences-benchmarking"6599version = "4.0.0-dev"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6601dependencies = [6602 "frame-benchmarking",6603 "frame-election-provider-support",6604 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6605 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6606 "pallet-babe",6607 "pallet-balances",6608 "pallet-grandpa",6609 "pallet-im-online",6610 "pallet-offences",6611 "pallet-session",6612 "pallet-staking",6613 "parity-scale-codec 3.2.1",6614 "scale-info",6615 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6616 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6617 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6618]66196620[[package]]6621name = "pallet-preimage"6622version = "4.0.0-dev"6623source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6624dependencies = [6625 "frame-benchmarking",6626 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6627 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6628 "parity-scale-codec 3.2.1",6629 "scale-info",6630 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6631 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6632 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6633 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6634]66356636[[package]]6637name = "pallet-proxy"6638version = "4.0.0-dev"6639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6640dependencies = [6641 "frame-benchmarking",6642 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6643 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6644 "parity-scale-codec 3.2.1",6645 "scale-info",6646 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6647 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6648 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6649]66506651[[package]]6652name = "pallet-randomness-collective-flip"6653version = "4.0.0-dev"6654source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6655dependencies = [6656 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6657 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6658 "parity-scale-codec 3.2.1",6659 "safe-mix",6660 "scale-info",6661 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6662 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6663]66646665[[package]]6666name = "pallet-recovery"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6669dependencies = [6670 "frame-benchmarking",6671 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6672 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6673 "parity-scale-codec 3.2.1",6674 "scale-info",6675 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6676 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6677 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6678]66796680[[package]]6681name = "pallet-refungible"6682version = "0.2.5"6683dependencies = [6684 "derivative",6685 "ethereum",6686 "evm-coder",6687 "frame-benchmarking",6688 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6689 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6690 "pallet-common",6691 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6692 "pallet-evm-coder-substrate",6693 "pallet-structure",6694 "parity-scale-codec 3.2.1",6695 "scale-info",6696 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6697 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6698 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6699 "struct-versioning",6700 "up-data-structs",6701]67026703[[package]]6704name = "pallet-rmrk-core"6705version = "0.1.2"6706dependencies = [6707 "derivative",6708 "frame-benchmarking",6709 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6710 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6711 "pallet-common",6712 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6713 "pallet-nonfungible",6714 "pallet-structure",6715 "parity-scale-codec 3.2.1",6716 "rmrk-traits",6717 "scale-info",6718 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6719 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6720 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6721 "up-data-structs",6722]67236724[[package]]6725name = "pallet-rmrk-equip"6726version = "0.1.2"6727dependencies = [6728 "frame-benchmarking",6729 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6730 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6731 "pallet-common",6732 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6733 "pallet-nonfungible",6734 "pallet-rmrk-core",6735 "parity-scale-codec 3.2.1",6736 "rmrk-traits",6737 "scale-info",6738 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6739 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6740 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6741 "up-data-structs",6742]67436744[[package]]6745name = "pallet-scheduler"6746version = "4.0.0-dev"6747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6748dependencies = [6749 "frame-benchmarking",6750 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6751 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6752 "log",6753 "parity-scale-codec 3.2.1",6754 "scale-info",6755 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6756 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6757 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6758]67596760[[package]]6761name = "pallet-session"6762version = "4.0.0-dev"6763source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6764dependencies = [6765 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6766 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6767 "impl-trait-for-tuples",6768 "log",6769 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6770 "parity-scale-codec 3.2.1",6771 "scale-info",6772 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6773 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6774 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6775 "sp-session",6776 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6777 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6778 "sp-trie",6779]67806781[[package]]6782name = "pallet-session-benchmarking"6783version = "4.0.0-dev"6784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6785dependencies = [6786 "frame-benchmarking",6787 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6788 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6789 "pallet-session",6790 "pallet-staking",6791 "rand 0.7.3",6792 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6793 "sp-session",6794 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6795]67966797[[package]]6798name = "pallet-society"6799version = "4.0.0-dev"6800source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6801dependencies = [6802 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6803 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6804 "parity-scale-codec 3.2.1",6805 "rand_chacha 0.2.2",6806 "scale-info",6807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6808 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6809]68106811[[package]]6812name = "pallet-staking"6813version = "4.0.0-dev"6814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6815dependencies = [6816 "frame-benchmarking",6817 "frame-election-provider-support",6818 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6819 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6820 "log",6821 "pallet-authorship",6822 "pallet-session",6823 "parity-scale-codec 3.2.1",6824 "rand_chacha 0.2.2",6825 "scale-info",6826 "serde",6827 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6828 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6830 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6831 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6832]68336834[[package]]6835name = "pallet-staking-reward-curve"6836version = "4.0.0-dev"6837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6838dependencies = [6839 "proc-macro-crate",6840 "proc-macro2",6841 "quote",6842 "syn",6843]68446845[[package]]6846name = "pallet-staking-reward-fn"6847version = "4.0.0-dev"6848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6849dependencies = [6850 "log",6851 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6852]68536854[[package]]6855name = "pallet-structure"6856version = "0.1.2"6857dependencies = [6858 "frame-benchmarking",6859 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6860 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6861 "pallet-common",6862 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6863 "parity-scale-codec 3.2.1",6864 "scale-info",6865 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6866 "up-data-structs",6867]68686869[[package]]6870name = "pallet-sudo"6871version = "4.0.0-dev"6872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6873dependencies = [6874 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6875 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6876 "parity-scale-codec 3.2.1",6877 "scale-info",6878 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6879 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6880 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6881]68826883[[package]]6884name = "pallet-template-transaction-payment"6885version = "3.0.0"6886source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6887dependencies = [6888 "frame-benchmarking",6889 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6890 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6891 "pallet-balances",6892 "pallet-transaction-payment",6893 "parity-scale-codec 3.2.1",6894 "scale-info",6895 "serde",6896 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6897 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6898 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6899 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6900 "up-sponsorship",6901]69026903[[package]]6904name = "pallet-test-utils"6905version = "0.1.0"6906dependencies = [6907 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6908 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6909 "pallet-unique-scheduler-v2",6910 "parity-scale-codec 3.2.1",6911 "scale-info",6912]69136914[[package]]6915name = "pallet-timestamp"6916version = "4.0.0-dev"6917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"6918dependencies = [6919 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6920 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6921 "log",6922 "parity-scale-codec 3.2.1",6923 "scale-info",6924 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6925 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6926 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6927 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6928]69296930[[package]]6931name = "pallet-timestamp"6932version = "4.0.0-dev"6933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6934dependencies = [6935 "frame-benchmarking",6936 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6937 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6938 "log",6939 "parity-scale-codec 3.2.1",6940 "scale-info",6941 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6942 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6943 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6944 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6945 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6946]69476948[[package]]6949name = "pallet-tips"6950version = "4.0.0-dev"6951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6952dependencies = [6953 "frame-benchmarking",6954 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6955 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6956 "log",6957 "pallet-treasury",6958 "parity-scale-codec 3.2.1",6959 "scale-info",6960 "serde",6961 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6962 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6963 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6964 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6965]69666967[[package]]6968name = "pallet-transaction-payment"6969version = "4.0.0-dev"6970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6971dependencies = [6972 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6973 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6974 "parity-scale-codec 3.2.1",6975 "scale-info",6976 "serde",6977 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6978 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6979 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6980 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6981]69826983[[package]]6984name = "pallet-transaction-payment-rpc"6985version = "4.0.0-dev"6986source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6987dependencies = [6988 "jsonrpsee",6989 "pallet-transaction-payment-rpc-runtime-api",6990 "parity-scale-codec 3.2.1",6991 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6992 "sp-blockchain",6993 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6994 "sp-rpc",6995 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6996]69976998[[package]]6999name = "pallet-transaction-payment-rpc-runtime-api"7000version = "4.0.0-dev"7001source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7002dependencies = [7003 "pallet-transaction-payment",7004 "parity-scale-codec 3.2.1",7005 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7006 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7007]70087009[[package]]7010name = "pallet-treasury"7011version = "4.0.0-dev"7012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7013dependencies = [7014 "frame-benchmarking",7015 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7016 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7017 "impl-trait-for-tuples",7018 "pallet-balances",7019 "parity-scale-codec 3.2.1",7020 "scale-info",7021 "serde",7022 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7023 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7024]70257026[[package]]7027name = "pallet-unique"7028version = "0.2.1"7029dependencies = [7030 "ethereum",7031 "evm-coder",7032 "frame-benchmarking",7033 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7034 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7035 "pallet-common",7036 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",7037 "pallet-evm-coder-substrate",7038 "pallet-nonfungible",7039 "pallet-refungible",7040 "parity-scale-codec 3.2.1",7041 "scale-info",7042 "serde",7043 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7044 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7045 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7046 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7047 "up-data-structs",7048]70497050[[package]]7051name = "pallet-unique-scheduler"7052version = "0.1.1"7053dependencies = [7054 "frame-benchmarking",7055 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7056 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7057 "log",7058 "parity-scale-codec 3.2.1",7059 "scale-info",7060 "serde",7061 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7062 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7063 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7064 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7065 "substrate-test-utils",7066 "up-sponsorship",7067]70687069[[package]]7070name = "pallet-unique-scheduler-v2"7071version = "0.1.0"7072dependencies = [7073 "frame-benchmarking",7074 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7075 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7076 "log",7077 "pallet-preimage",7078 "parity-scale-codec 3.2.1",7079 "scale-info",7080 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7081 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7082 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7083 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7084 "substrate-test-utils",7085]70867087[[package]]7088name = "pallet-utility"7089version = "4.0.0-dev"7090source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7091dependencies = [7092 "frame-benchmarking",7093 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7094 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7095 "parity-scale-codec 3.2.1",7096 "scale-info",7097 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7098 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7099 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7100 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7101]71027103[[package]]7104name = "pallet-vesting"7105version = "4.0.0-dev"7106source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7107dependencies = [7108 "frame-benchmarking",7109 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7110 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7111 "log",7112 "parity-scale-codec 3.2.1",7113 "scale-info",7114 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7115 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7116]71177118[[package]]7119name = "pallet-xcm"7120version = "0.9.30"7121source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7122dependencies = [7123 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7124 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7125 "log",7126 "parity-scale-codec 3.2.1",7127 "scale-info",7128 "serde",7129 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7130 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7131 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7132 "xcm",7133 "xcm-executor",7134]71357136[[package]]7137name = "pallet-xcm-benchmarks"7138version = "0.9.30"7139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7140dependencies = [7141 "frame-benchmarking",7142 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7143 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7144 "log",7145 "parity-scale-codec 3.2.1",7146 "scale-info",7147 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7148 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7149 "xcm",7150 "xcm-executor",7151]71527153[[package]]7154name = "parachain-info"7155version = "0.1.0"7156source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"7157dependencies = [7158 "cumulus-primitives-core",7159 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7160 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7161 "parity-scale-codec 3.2.1",7162 "scale-info",7163 "serde",7164]71657166[[package]]7167name = "parity-db"7168version = "0.3.17"7169source = "registry+https://github.com/rust-lang/crates.io-index"7170checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"7171dependencies = [7172 "blake2-rfc",7173 "crc32fast",7174 "fs2",7175 "hex",7176 "libc",7177 "log",7178 "lz4",7179 "memmap2",7180 "parking_lot 0.12.1",7181 "rand 0.8.5",7182 "snap",7183]71847185[[package]]7186name = "parity-scale-codec"7187version = "2.3.1"7188source = "registry+https://github.com/rust-lang/crates.io-index"7189checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7190dependencies = [7191 "arrayvec 0.7.2",7192 "bitvec 0.20.4",7193 "byte-slice-cast",7194 "impl-trait-for-tuples",7195 "parity-scale-codec-derive 2.3.1",7196 "serde",7197]71987199[[package]]7200name = "parity-scale-codec"7201version = "3.2.1"7202source = "registry+https://github.com/rust-lang/crates.io-index"7203checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7204dependencies = [7205 "arrayvec 0.7.2",7206 "bitvec 1.0.1",7207 "byte-slice-cast",7208 "bytes",7209 "impl-trait-for-tuples",7210 "parity-scale-codec-derive 3.1.3",7211 "serde",7212]72137214[[package]]7215name = "parity-scale-codec-derive"7216version = "2.3.1"7217source = "registry+https://github.com/rust-lang/crates.io-index"7218checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7219dependencies = [7220 "proc-macro-crate",7221 "proc-macro2",7222 "quote",7223 "syn",7224]72257226[[package]]7227name = "parity-scale-codec-derive"7228version = "3.1.3"7229source = "registry+https://github.com/rust-lang/crates.io-index"7230checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7231dependencies = [7232 "proc-macro-crate",7233 "proc-macro2",7234 "quote",7235 "syn",7236]72377238[[package]]7239name = "parity-send-wrapper"7240version = "0.1.0"7241source = "registry+https://github.com/rust-lang/crates.io-index"7242checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"72437244[[package]]7245name = "parity-util-mem"7246version = "0.11.0"7247source = "registry+https://github.com/rust-lang/crates.io-index"7248checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7249dependencies = [7250 "cfg-if 1.0.0",7251 "ethereum-types",7252 "hashbrown",7253 "impl-trait-for-tuples",7254 "lru 0.7.8",7255 "parity-util-mem-derive",7256 "parking_lot 0.12.1",7257 "primitive-types",7258 "smallvec",7259 "winapi",7260]72617262[[package]]7263name = "parity-util-mem-derive"7264version = "0.1.0"7265source = "registry+https://github.com/rust-lang/crates.io-index"7266checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7267dependencies = [7268 "proc-macro2",7269 "syn",7270 "synstructure",7271]72727273[[package]]7274name = "parity-wasm"7275version = "0.32.0"7276source = "registry+https://github.com/rust-lang/crates.io-index"7277checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7278dependencies = [7279 "byteorder",7280]72817282[[package]]7283name = "parity-wasm"7284version = "0.45.0"7285source = "registry+https://github.com/rust-lang/crates.io-index"7286checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"72877288[[package]]7289name = "parking"7290version = "2.0.0"7291source = "registry+https://github.com/rust-lang/crates.io-index"7292checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"72937294[[package]]7295name = "parking_lot"7296version = "0.11.2"7297source = "registry+https://github.com/rust-lang/crates.io-index"7298checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7299dependencies = [7300 "instant",7301 "lock_api",7302 "parking_lot_core 0.8.5",7303]73047305[[package]]7306name = "parking_lot"7307version = "0.12.1"7308source = "registry+https://github.com/rust-lang/crates.io-index"7309checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7310dependencies = [7311 "lock_api",7312 "parking_lot_core 0.9.4",7313]73147315[[package]]7316name = "parking_lot_core"7317version = "0.8.5"7318source = "registry+https://github.com/rust-lang/crates.io-index"7319checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7320dependencies = [7321 "cfg-if 1.0.0",7322 "instant",7323 "libc",7324 "redox_syscall",7325 "smallvec",7326 "winapi",7327]73287329[[package]]7330name = "parking_lot_core"7331version = "0.9.4"7332source = "registry+https://github.com/rust-lang/crates.io-index"7333checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7334dependencies = [7335 "cfg-if 1.0.0",7336 "libc",7337 "redox_syscall",7338 "smallvec",7339 "windows-sys 0.42.0",7340]73417342[[package]]7343name = "paste"7344version = "1.0.9"7345source = "registry+https://github.com/rust-lang/crates.io-index"7346checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"73477348[[package]]7349name = "pbkdf2"7350version = "0.4.0"7351source = "registry+https://github.com/rust-lang/crates.io-index"7352checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7353dependencies = [7354 "crypto-mac 0.8.0",7355]73567357[[package]]7358name = "pbkdf2"7359version = "0.8.0"7360source = "registry+https://github.com/rust-lang/crates.io-index"7361checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7362dependencies = [7363 "crypto-mac 0.11.1",7364]73657366[[package]]7367name = "peeking_take_while"7368version = "0.1.2"7369source = "registry+https://github.com/rust-lang/crates.io-index"7370checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"73717372[[package]]7373name = "percent-encoding"7374version = "2.2.0"7375source = "registry+https://github.com/rust-lang/crates.io-index"7376checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"73777378[[package]]7379name = "pest"7380version = "2.4.0"7381source = "registry+https://github.com/rust-lang/crates.io-index"7382checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7383dependencies = [7384 "thiserror",7385 "ucd-trie",7386]73877388[[package]]7389name = "pest_derive"7390version = "2.4.0"7391source = "registry+https://github.com/rust-lang/crates.io-index"7392checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7393dependencies = [7394 "pest",7395 "pest_generator",7396]73977398[[package]]7399name = "pest_generator"7400version = "2.4.0"7401source = "registry+https://github.com/rust-lang/crates.io-index"7402checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7403dependencies = [7404 "pest",7405 "pest_meta",7406 "proc-macro2",7407 "quote",7408 "syn",7409]74107411[[package]]7412name = "pest_meta"7413version = "2.4.0"7414source = "registry+https://github.com/rust-lang/crates.io-index"7415checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7416dependencies = [7417 "once_cell",7418 "pest",7419 "sha1",7420]74217422[[package]]7423name = "petgraph"7424version = "0.6.2"7425source = "registry+https://github.com/rust-lang/crates.io-index"7426checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7427dependencies = [7428 "fixedbitset",7429 "indexmap",7430]74317432[[package]]7433name = "pin-project"7434version = "1.0.12"7435source = "registry+https://github.com/rust-lang/crates.io-index"7436checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7437dependencies = [7438 "pin-project-internal",7439]74407441[[package]]7442name = "pin-project-internal"7443version = "1.0.12"7444source = "registry+https://github.com/rust-lang/crates.io-index"7445checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7446dependencies = [7447 "proc-macro2",7448 "quote",7449 "syn",7450]74517452[[package]]7453name = "pin-project-lite"7454version = "0.1.12"7455source = "registry+https://github.com/rust-lang/crates.io-index"7456checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"74577458[[package]]7459name = "pin-project-lite"7460version = "0.2.9"7461source = "registry+https://github.com/rust-lang/crates.io-index"7462checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"74637464[[package]]7465name = "pin-utils"7466version = "0.1.0"7467source = "registry+https://github.com/rust-lang/crates.io-index"7468checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"74697470[[package]]7471name = "pkcs8"7472version = "0.8.0"7473source = "registry+https://github.com/rust-lang/crates.io-index"7474checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7475dependencies = [7476 "der",7477 "spki",7478 "zeroize",7479]74807481[[package]]7482name = "pkg-config"7483version = "0.3.26"7484source = "registry+https://github.com/rust-lang/crates.io-index"7485checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"74867487[[package]]7488name = "platforms"7489version = "2.0.0"7490source = "registry+https://github.com/rust-lang/crates.io-index"7491checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"74927493[[package]]7494name = "polkadot-approval-distribution"7495version = "0.9.30"7496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7497dependencies = [7498 "futures 0.3.25",7499 "polkadot-node-network-protocol",7500 "polkadot-node-primitives",7501 "polkadot-node-subsystem",7502 "polkadot-node-subsystem-util",7503 "polkadot-primitives",7504 "rand 0.8.5",7505 "tracing-gum",7506]75077508[[package]]7509name = "polkadot-availability-bitfield-distribution"7510version = "0.9.30"7511source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7512dependencies = [7513 "futures 0.3.25",7514 "polkadot-node-network-protocol",7515 "polkadot-node-subsystem",7516 "polkadot-node-subsystem-util",7517 "polkadot-primitives",7518 "rand 0.8.5",7519 "tracing-gum",7520]75217522[[package]]7523name = "polkadot-availability-distribution"7524version = "0.9.30"7525source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7526dependencies = [7527 "derive_more",7528 "fatality",7529 "futures 0.3.25",7530 "lru 0.7.8",7531 "parity-scale-codec 3.2.1",7532 "polkadot-erasure-coding",7533 "polkadot-node-network-protocol",7534 "polkadot-node-primitives",7535 "polkadot-node-subsystem",7536 "polkadot-node-subsystem-util",7537 "polkadot-primitives",7538 "rand 0.8.5",7539 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7540 "sp-keystore",7541 "thiserror",7542 "tracing-gum",7543]75447545[[package]]7546name = "polkadot-availability-recovery"7547version = "0.9.30"7548source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7549dependencies = [7550 "fatality",7551 "futures 0.3.25",7552 "lru 0.7.8",7553 "parity-scale-codec 3.2.1",7554 "polkadot-erasure-coding",7555 "polkadot-node-network-protocol",7556 "polkadot-node-primitives",7557 "polkadot-node-subsystem",7558 "polkadot-node-subsystem-util",7559 "polkadot-primitives",7560 "rand 0.8.5",7561 "sc-network",7562 "thiserror",7563 "tracing-gum",7564]75657566[[package]]7567name = "polkadot-cli"7568version = "0.9.30"7569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7570dependencies = [7571 "clap",7572 "frame-benchmarking-cli",7573 "futures 0.3.25",7574 "log",7575 "polkadot-client",7576 "polkadot-node-core-pvf",7577 "polkadot-node-metrics",7578 "polkadot-performance-test",7579 "polkadot-service",7580 "sc-cli",7581 "sc-service",7582 "sc-sysinfo",7583 "sc-tracing",7584 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7585 "sp-keyring",7586 "sp-trie",7587 "substrate-build-script-utils",7588 "thiserror",7589 "try-runtime-cli",7590]75917592[[package]]7593name = "polkadot-client"7594version = "0.9.30"7595source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7596dependencies = [7597 "beefy-primitives",7598 "frame-benchmarking",7599 "frame-benchmarking-cli",7600 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7601 "frame-system-rpc-runtime-api",7602 "pallet-transaction-payment",7603 "pallet-transaction-payment-rpc-runtime-api",7604 "polkadot-core-primitives",7605 "polkadot-node-core-parachains-inherent",7606 "polkadot-primitives",7607 "polkadot-runtime",7608 "polkadot-runtime-common",7609 "sc-client-api",7610 "sc-consensus",7611 "sc-executor",7612 "sc-service",7613 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7614 "sp-authority-discovery",7615 "sp-block-builder",7616 "sp-blockchain",7617 "sp-consensus",7618 "sp-consensus-babe",7619 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7620 "sp-finality-grandpa",7621 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7622 "sp-keyring",7623 "sp-mmr-primitives",7624 "sp-offchain",7625 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7626 "sp-session",7627 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7628 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7629 "sp-transaction-pool",7630]76317632[[package]]7633name = "polkadot-collator-protocol"7634version = "0.9.30"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7636dependencies = [7637 "always-assert",7638 "fatality",7639 "futures 0.3.25",7640 "futures-timer",7641 "polkadot-node-network-protocol",7642 "polkadot-node-primitives",7643 "polkadot-node-subsystem",7644 "polkadot-node-subsystem-util",7645 "polkadot-primitives",7646 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7647 "sp-keystore",7648 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7649 "thiserror",7650 "tracing-gum",7651]76527653[[package]]7654name = "polkadot-core-primitives"7655version = "0.9.30"7656source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7657dependencies = [7658 "parity-scale-codec 3.2.1",7659 "parity-util-mem",7660 "scale-info",7661 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7662 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7663 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7664]76657666[[package]]7667name = "polkadot-dispute-distribution"7668version = "0.9.30"7669source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7670dependencies = [7671 "derive_more",7672 "fatality",7673 "futures 0.3.25",7674 "lru 0.7.8",7675 "parity-scale-codec 3.2.1",7676 "polkadot-erasure-coding",7677 "polkadot-node-network-protocol",7678 "polkadot-node-primitives",7679 "polkadot-node-subsystem",7680 "polkadot-node-subsystem-util",7681 "polkadot-primitives",7682 "sc-network",7683 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7684 "sp-keystore",7685 "thiserror",7686 "tracing-gum",7687]76887689[[package]]7690name = "polkadot-erasure-coding"7691version = "0.9.30"7692source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7693dependencies = [7694 "parity-scale-codec 3.2.1",7695 "polkadot-node-primitives",7696 "polkadot-primitives",7697 "reed-solomon-novelpoly",7698 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7699 "sp-trie",7700 "thiserror",7701]77027703[[package]]7704name = "polkadot-gossip-support"7705version = "0.9.30"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7707dependencies = [7708 "futures 0.3.25",7709 "futures-timer",7710 "polkadot-node-network-protocol",7711 "polkadot-node-subsystem",7712 "polkadot-node-subsystem-util",7713 "polkadot-primitives",7714 "rand 0.8.5",7715 "rand_chacha 0.3.1",7716 "sc-network",7717 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7718 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7719 "sp-keystore",7720 "tracing-gum",7721]77227723[[package]]7724name = "polkadot-network-bridge"7725version = "0.9.30"7726source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7727dependencies = [7728 "always-assert",7729 "async-trait",7730 "bytes",7731 "fatality",7732 "futures 0.3.25",7733 "parity-scale-codec 3.2.1",7734 "parking_lot 0.12.1",7735 "polkadot-node-network-protocol",7736 "polkadot-node-subsystem",7737 "polkadot-node-subsystem-util",7738 "polkadot-overseer",7739 "polkadot-primitives",7740 "sc-network",7741 "sc-network-common",7742 "sp-consensus",7743 "thiserror",7744 "tracing-gum",7745]77467747[[package]]7748name = "polkadot-node-collation-generation"7749version = "0.9.30"7750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7751dependencies = [7752 "futures 0.3.25",7753 "parity-scale-codec 3.2.1",7754 "polkadot-erasure-coding",7755 "polkadot-node-primitives",7756 "polkadot-node-subsystem",7757 "polkadot-node-subsystem-util",7758 "polkadot-primitives",7759 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7760 "sp-maybe-compressed-blob",7761 "thiserror",7762 "tracing-gum",7763]77647765[[package]]7766name = "polkadot-node-core-approval-voting"7767version = "0.9.30"7768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7769dependencies = [7770 "bitvec 1.0.1",7771 "derive_more",7772 "futures 0.3.25",7773 "futures-timer",7774 "kvdb",7775 "lru 0.7.8",7776 "merlin",7777 "parity-scale-codec 3.2.1",7778 "polkadot-node-jaeger",7779 "polkadot-node-primitives",7780 "polkadot-node-subsystem",7781 "polkadot-node-subsystem-util",7782 "polkadot-overseer",7783 "polkadot-primitives",7784 "sc-keystore",7785 "schnorrkel",7786 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7787 "sp-consensus",7788 "sp-consensus-slots",7789 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7790 "thiserror",7791 "tracing-gum",7792]77937794[[package]]7795name = "polkadot-node-core-av-store"7796version = "0.9.30"7797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7798dependencies = [7799 "bitvec 1.0.1",7800 "futures 0.3.25",7801 "futures-timer",7802 "kvdb",7803 "parity-scale-codec 3.2.1",7804 "polkadot-erasure-coding",7805 "polkadot-node-primitives",7806 "polkadot-node-subsystem",7807 "polkadot-node-subsystem-util",7808 "polkadot-overseer",7809 "polkadot-primitives",7810 "thiserror",7811 "tracing-gum",7812]78137814[[package]]7815name = "polkadot-node-core-backing"7816version = "0.9.30"7817source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7818dependencies = [7819 "bitvec 1.0.1",7820 "fatality",7821 "futures 0.3.25",7822 "polkadot-erasure-coding",7823 "polkadot-node-primitives",7824 "polkadot-node-subsystem",7825 "polkadot-node-subsystem-util",7826 "polkadot-primitives",7827 "polkadot-statement-table",7828 "sp-keystore",7829 "thiserror",7830 "tracing-gum",7831]78327833[[package]]7834name = "polkadot-node-core-bitfield-signing"7835version = "0.9.30"7836source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7837dependencies = [7838 "futures 0.3.25",7839 "polkadot-node-subsystem",7840 "polkadot-node-subsystem-util",7841 "polkadot-primitives",7842 "sp-keystore",7843 "thiserror",7844 "tracing-gum",7845 "wasm-timer",7846]78477848[[package]]7849name = "polkadot-node-core-candidate-validation"7850version = "0.9.30"7851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7852dependencies = [7853 "async-trait",7854 "futures 0.3.25",7855 "parity-scale-codec 3.2.1",7856 "polkadot-node-core-pvf",7857 "polkadot-node-primitives",7858 "polkadot-node-subsystem",7859 "polkadot-node-subsystem-util",7860 "polkadot-parachain",7861 "polkadot-primitives",7862 "sp-maybe-compressed-blob",7863 "tracing-gum",7864]78657866[[package]]7867name = "polkadot-node-core-chain-api"7868version = "0.9.30"7869source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7870dependencies = [7871 "futures 0.3.25",7872 "polkadot-node-subsystem",7873 "polkadot-node-subsystem-util",7874 "polkadot-primitives",7875 "sc-client-api",7876 "sc-consensus-babe",7877 "sp-blockchain",7878 "tracing-gum",7879]78807881[[package]]7882name = "polkadot-node-core-chain-selection"7883version = "0.9.30"7884source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7885dependencies = [7886 "futures 0.3.25",7887 "futures-timer",7888 "kvdb",7889 "parity-scale-codec 3.2.1",7890 "polkadot-node-primitives",7891 "polkadot-node-subsystem",7892 "polkadot-node-subsystem-util",7893 "polkadot-primitives",7894 "thiserror",7895 "tracing-gum",7896]78977898[[package]]7899name = "polkadot-node-core-dispute-coordinator"7900version = "0.9.30"7901source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7902dependencies = [7903 "fatality",7904 "futures 0.3.25",7905 "kvdb",7906 "lru 0.7.8",7907 "parity-scale-codec 3.2.1",7908 "polkadot-node-primitives",7909 "polkadot-node-subsystem",7910 "polkadot-node-subsystem-util",7911 "polkadot-primitives",7912 "sc-keystore",7913 "thiserror",7914 "tracing-gum",7915]79167917[[package]]7918name = "polkadot-node-core-parachains-inherent"7919version = "0.9.30"7920source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7921dependencies = [7922 "async-trait",7923 "futures 0.3.25",7924 "futures-timer",7925 "polkadot-node-subsystem",7926 "polkadot-primitives",7927 "sp-blockchain",7928 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7929 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7930 "thiserror",7931 "tracing-gum",7932]79337934[[package]]7935name = "polkadot-node-core-provisioner"7936version = "0.9.30"7937source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7938dependencies = [7939 "bitvec 1.0.1",7940 "fatality",7941 "futures 0.3.25",7942 "futures-timer",7943 "polkadot-node-primitives",7944 "polkadot-node-subsystem",7945 "polkadot-node-subsystem-util",7946 "polkadot-primitives",7947 "rand 0.8.5",7948 "thiserror",7949 "tracing-gum",7950]79517952[[package]]7953name = "polkadot-node-core-pvf"7954version = "0.9.30"7955source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7956dependencies = [7957 "always-assert",7958 "assert_matches",7959 "async-process",7960 "async-std",7961 "futures 0.3.25",7962 "futures-timer",7963 "parity-scale-codec 3.2.1",7964 "pin-project",7965 "polkadot-core-primitives",7966 "polkadot-node-metrics",7967 "polkadot-parachain",7968 "rand 0.8.5",7969 "rayon",7970 "sc-executor",7971 "sc-executor-common",7972 "sc-executor-wasmtime",7973 "slotmap",7974 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7975 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7976 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7977 "sp-maybe-compressed-blob",7978 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7979 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7980 "tempfile",7981 "tracing-gum",7982]79837984[[package]]7985name = "polkadot-node-core-pvf-checker"7986version = "0.9.30"7987source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7988dependencies = [7989 "futures 0.3.25",7990 "polkadot-node-primitives",7991 "polkadot-node-subsystem",7992 "polkadot-node-subsystem-util",7993 "polkadot-overseer",7994 "polkadot-primitives",7995 "sp-keystore",7996 "thiserror",7997 "tracing-gum",7998]79998000[[package]]8001name = "polkadot-node-core-runtime-api"8002version = "0.9.30"8003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8004dependencies = [8005 "futures 0.3.25",8006 "memory-lru",8007 "parity-util-mem",8008 "polkadot-node-subsystem",8009 "polkadot-node-subsystem-types",8010 "polkadot-node-subsystem-util",8011 "polkadot-primitives",8012 "sp-consensus-babe",8013 "tracing-gum",8014]80158016[[package]]8017name = "polkadot-node-jaeger"8018version = "0.9.30"8019source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8020dependencies = [8021 "async-std",8022 "lazy_static",8023 "log",8024 "mick-jaeger",8025 "parity-scale-codec 3.2.1",8026 "parking_lot 0.12.1",8027 "polkadot-node-primitives",8028 "polkadot-primitives",8029 "sc-network",8030 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8031 "thiserror",8032]80338034[[package]]8035name = "polkadot-node-metrics"8036version = "0.9.30"8037source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8038dependencies = [8039 "bs58",8040 "futures 0.3.25",8041 "futures-timer",8042 "log",8043 "parity-scale-codec 3.2.1",8044 "polkadot-primitives",8045 "prioritized-metered-channel",8046 "sc-cli",8047 "sc-service",8048 "sc-tracing",8049 "substrate-prometheus-endpoint",8050 "tracing-gum",8051]80528053[[package]]8054name = "polkadot-node-network-protocol"8055version = "0.9.30"8056source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8057dependencies = [8058 "async-trait",8059 "derive_more",8060 "fatality",8061 "futures 0.3.25",8062 "hex",8063 "parity-scale-codec 3.2.1",8064 "polkadot-node-jaeger",8065 "polkadot-node-primitives",8066 "polkadot-primitives",8067 "rand 0.8.5",8068 "sc-authority-discovery",8069 "sc-network",8070 "sc-network-common",8071 "strum",8072 "thiserror",8073 "tracing-gum",8074]80758076[[package]]8077name = "polkadot-node-primitives"8078version = "0.9.30"8079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8080dependencies = [8081 "bounded-vec",8082 "futures 0.3.25",8083 "parity-scale-codec 3.2.1",8084 "polkadot-parachain",8085 "polkadot-primitives",8086 "schnorrkel",8087 "serde",8088 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8089 "sp-consensus-babe",8090 "sp-consensus-vrf",8091 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8092 "sp-keystore",8093 "sp-maybe-compressed-blob",8094 "thiserror",8095 "zstd",8096]80978098[[package]]8099name = "polkadot-node-subsystem"8100version = "0.9.30"8101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8102dependencies = [8103 "polkadot-node-jaeger",8104 "polkadot-node-subsystem-types",8105 "polkadot-overseer",8106]81078108[[package]]8109name = "polkadot-node-subsystem-types"8110version = "0.9.30"8111source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8112dependencies = [8113 "async-trait",8114 "derive_more",8115 "futures 0.3.25",8116 "orchestra",8117 "polkadot-node-jaeger",8118 "polkadot-node-network-protocol",8119 "polkadot-node-primitives",8120 "polkadot-primitives",8121 "polkadot-statement-table",8122 "sc-network",8123 "smallvec",8124 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8125 "sp-authority-discovery",8126 "sp-consensus-babe",8127 "substrate-prometheus-endpoint",8128 "thiserror",8129]81308131[[package]]8132name = "polkadot-node-subsystem-util"8133version = "0.9.30"8134source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8135dependencies = [8136 "async-trait",8137 "derive_more",8138 "fatality",8139 "futures 0.3.25",8140 "itertools",8141 "kvdb",8142 "lru 0.7.8",8143 "parity-db",8144 "parity-scale-codec 3.2.1",8145 "parity-util-mem",8146 "parking_lot 0.11.2",8147 "pin-project",8148 "polkadot-node-jaeger",8149 "polkadot-node-metrics",8150 "polkadot-node-network-protocol",8151 "polkadot-node-primitives",8152 "polkadot-node-subsystem",8153 "polkadot-overseer",8154 "polkadot-primitives",8155 "prioritized-metered-channel",8156 "rand 0.8.5",8157 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8158 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8159 "sp-keystore",8160 "thiserror",8161 "tracing-gum",8162]81638164[[package]]8165name = "polkadot-overseer"8166version = "0.9.30"8167source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8168dependencies = [8169 "async-trait",8170 "futures 0.3.25",8171 "futures-timer",8172 "lru 0.7.8",8173 "orchestra",8174 "parity-util-mem",8175 "parking_lot 0.12.1",8176 "polkadot-node-metrics",8177 "polkadot-node-network-protocol",8178 "polkadot-node-primitives",8179 "polkadot-node-subsystem-types",8180 "polkadot-primitives",8181 "sc-client-api",8182 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8183 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8184 "tracing-gum",8185]81868187[[package]]8188name = "polkadot-parachain"8189version = "0.9.30"8190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8191dependencies = [8192 "derive_more",8193 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8194 "parity-scale-codec 3.2.1",8195 "parity-util-mem",8196 "polkadot-core-primitives",8197 "scale-info",8198 "serde",8199 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8200 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8201 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8202]82038204[[package]]8205name = "polkadot-performance-test"8206version = "0.9.30"8207source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8208dependencies = [8209 "env_logger",8210 "kusama-runtime",8211 "log",8212 "polkadot-erasure-coding",8213 "polkadot-node-core-pvf",8214 "polkadot-node-primitives",8215 "quote",8216 "thiserror",8217]82188219[[package]]8220name = "polkadot-primitives"8221version = "0.9.30"8222source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8223dependencies = [8224 "bitvec 1.0.1",8225 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8226 "hex-literal",8227 "parity-scale-codec 3.2.1",8228 "parity-util-mem",8229 "polkadot-core-primitives",8230 "polkadot-parachain",8231 "scale-info",8232 "serde",8233 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8234 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8235 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8236 "sp-authority-discovery",8237 "sp-consensus-slots",8238 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8239 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8240 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8241 "sp-keystore",8242 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8243 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8244 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8245 "sp-trie",8246 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8247]82488249[[package]]8250name = "polkadot-rpc"8251version = "0.9.30"8252source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8253dependencies = [8254 "beefy-gadget",8255 "beefy-gadget-rpc",8256 "jsonrpsee",8257 "pallet-mmr-rpc",8258 "pallet-transaction-payment-rpc",8259 "polkadot-primitives",8260 "sc-chain-spec",8261 "sc-client-api",8262 "sc-consensus-babe",8263 "sc-consensus-babe-rpc",8264 "sc-consensus-epochs",8265 "sc-finality-grandpa",8266 "sc-finality-grandpa-rpc",8267 "sc-rpc",8268 "sc-sync-state-rpc",8269 "sc-transaction-pool-api",8270 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8271 "sp-block-builder",8272 "sp-blockchain",8273 "sp-consensus",8274 "sp-consensus-babe",8275 "sp-keystore",8276 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8277 "substrate-frame-rpc-system",8278 "substrate-state-trie-migration-rpc",8279]82808281[[package]]8282name = "polkadot-runtime"8283version = "0.9.30"8284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8285dependencies = [8286 "beefy-primitives",8287 "bitvec 1.0.1",8288 "frame-benchmarking",8289 "frame-election-provider-support",8290 "frame-executive",8291 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8292 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8293 "frame-system-benchmarking",8294 "frame-system-rpc-runtime-api",8295 "frame-try-runtime",8296 "hex-literal",8297 "log",8298 "pallet-authority-discovery",8299 "pallet-authorship",8300 "pallet-babe",8301 "pallet-bags-list",8302 "pallet-balances",8303 "pallet-bounties",8304 "pallet-child-bounties",8305 "pallet-collective",8306 "pallet-democracy",8307 "pallet-election-provider-multi-phase",8308 "pallet-election-provider-support-benchmarking",8309 "pallet-elections-phragmen",8310 "pallet-fast-unstake",8311 "pallet-grandpa",8312 "pallet-identity",8313 "pallet-im-online",8314 "pallet-indices",8315 "pallet-membership",8316 "pallet-multisig",8317 "pallet-nomination-pools",8318 "pallet-nomination-pools-benchmarking",8319 "pallet-nomination-pools-runtime-api",8320 "pallet-offences",8321 "pallet-offences-benchmarking",8322 "pallet-preimage",8323 "pallet-proxy",8324 "pallet-scheduler",8325 "pallet-session",8326 "pallet-session-benchmarking",8327 "pallet-staking",8328 "pallet-staking-reward-curve",8329 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8330 "pallet-tips",8331 "pallet-transaction-payment",8332 "pallet-transaction-payment-rpc-runtime-api",8333 "pallet-treasury",8334 "pallet-utility",8335 "pallet-vesting",8336 "pallet-xcm",8337 "parity-scale-codec 3.2.1",8338 "polkadot-primitives",8339 "polkadot-runtime-common",8340 "polkadot-runtime-constants",8341 "polkadot-runtime-parachains",8342 "rustc-hex",8343 "scale-info",8344 "serde",8345 "serde_derive",8346 "smallvec",8347 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8348 "sp-authority-discovery",8349 "sp-block-builder",8350 "sp-consensus-babe",8351 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8352 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8353 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8354 "sp-mmr-primitives",8355 "sp-npos-elections",8356 "sp-offchain",8357 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8358 "sp-session",8359 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8360 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8361 "sp-transaction-pool",8362 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8363 "static_assertions",8364 "substrate-wasm-builder",8365 "xcm",8366 "xcm-builder",8367 "xcm-executor",8368]83698370[[package]]8371name = "polkadot-runtime-common"8372version = "0.9.30"8373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8374dependencies = [8375 "beefy-primitives",8376 "bitvec 1.0.1",8377 "frame-benchmarking",8378 "frame-election-provider-support",8379 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8380 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8381 "impl-trait-for-tuples",8382 "libsecp256k1",8383 "log",8384 "pallet-authorship",8385 "pallet-babe",8386 "pallet-bags-list",8387 "pallet-balances",8388 "pallet-beefy-mmr",8389 "pallet-election-provider-multi-phase",8390 "pallet-session",8391 "pallet-staking",8392 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8393 "pallet-transaction-payment",8394 "pallet-treasury",8395 "pallet-vesting",8396 "parity-scale-codec 3.2.1",8397 "polkadot-primitives",8398 "polkadot-runtime-parachains",8399 "rustc-hex",8400 "scale-info",8401 "serde",8402 "serde_derive",8403 "slot-range-helper",8404 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8405 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8406 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8407 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8408 "sp-npos-elections",8409 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8410 "sp-session",8411 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8412 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8413 "static_assertions",8414 "xcm",8415]84168417[[package]]8418name = "polkadot-runtime-constants"8419version = "0.9.30"8420source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8421dependencies = [8422 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8423 "polkadot-primitives",8424 "polkadot-runtime-common",8425 "smallvec",8426 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8427]84288429[[package]]8430name = "polkadot-runtime-metrics"8431version = "0.9.30"8432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8433dependencies = [8434 "bs58",8435 "parity-scale-codec 3.2.1",8436 "polkadot-primitives",8437 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8438 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8439]84408441[[package]]8442name = "polkadot-runtime-parachains"8443version = "0.9.30"8444source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8445dependencies = [8446 "bitflags",8447 "bitvec 1.0.1",8448 "derive_more",8449 "frame-benchmarking",8450 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8451 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8452 "log",8453 "pallet-authority-discovery",8454 "pallet-authorship",8455 "pallet-babe",8456 "pallet-balances",8457 "pallet-session",8458 "pallet-staking",8459 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8460 "pallet-vesting",8461 "parity-scale-codec 3.2.1",8462 "polkadot-primitives",8463 "polkadot-runtime-metrics",8464 "rand 0.8.5",8465 "rand_chacha 0.3.1",8466 "rustc-hex",8467 "scale-info",8468 "serde",8469 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8470 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8471 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8472 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8473 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8474 "sp-keystore",8475 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8476 "sp-session",8477 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8478 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8479 "static_assertions",8480 "xcm",8481 "xcm-executor",8482]84838484[[package]]8485name = "polkadot-service"8486version = "0.9.30"8487source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8488dependencies = [8489 "async-trait",8490 "beefy-gadget",8491 "beefy-primitives",8492 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8493 "frame-system-rpc-runtime-api",8494 "futures 0.3.25",8495 "hex-literal",8496 "kusama-runtime",8497 "kvdb",8498 "kvdb-rocksdb",8499 "lru 0.7.8",8500 "pallet-babe",8501 "pallet-im-online",8502 "pallet-staking",8503 "pallet-transaction-payment-rpc-runtime-api",8504 "parity-db",8505 "polkadot-approval-distribution",8506 "polkadot-availability-bitfield-distribution",8507 "polkadot-availability-distribution",8508 "polkadot-availability-recovery",8509 "polkadot-client",8510 "polkadot-collator-protocol",8511 "polkadot-dispute-distribution",8512 "polkadot-gossip-support",8513 "polkadot-network-bridge",8514 "polkadot-node-collation-generation",8515 "polkadot-node-core-approval-voting",8516 "polkadot-node-core-av-store",8517 "polkadot-node-core-backing",8518 "polkadot-node-core-bitfield-signing",8519 "polkadot-node-core-candidate-validation",8520 "polkadot-node-core-chain-api",8521 "polkadot-node-core-chain-selection",8522 "polkadot-node-core-dispute-coordinator",8523 "polkadot-node-core-parachains-inherent",8524 "polkadot-node-core-provisioner",8525 "polkadot-node-core-pvf-checker",8526 "polkadot-node-core-runtime-api",8527 "polkadot-node-network-protocol",8528 "polkadot-node-primitives",8529 "polkadot-node-subsystem",8530 "polkadot-node-subsystem-types",8531 "polkadot-node-subsystem-util",8532 "polkadot-overseer",8533 "polkadot-parachain",8534 "polkadot-primitives",8535 "polkadot-rpc",8536 "polkadot-runtime",8537 "polkadot-runtime-constants",8538 "polkadot-runtime-parachains",8539 "polkadot-statement-distribution",8540 "rococo-runtime",8541 "sc-authority-discovery",8542 "sc-basic-authorship",8543 "sc-block-builder",8544 "sc-chain-spec",8545 "sc-client-api",8546 "sc-client-db",8547 "sc-consensus",8548 "sc-consensus-babe",8549 "sc-consensus-slots",8550 "sc-executor",8551 "sc-finality-grandpa",8552 "sc-keystore",8553 "sc-network",8554 "sc-network-common",8555 "sc-offchain",8556 "sc-service",8557 "sc-sync-state-rpc",8558 "sc-sysinfo",8559 "sc-telemetry",8560 "sc-transaction-pool",8561 "serde",8562 "serde_json",8563 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8564 "sp-authority-discovery",8565 "sp-block-builder",8566 "sp-blockchain",8567 "sp-consensus",8568 "sp-consensus-babe",8569 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8570 "sp-finality-grandpa",8571 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8572 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8573 "sp-keystore",8574 "sp-offchain",8575 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8576 "sp-session",8577 "sp-state-machine",8578 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8579 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8580 "sp-transaction-pool",8581 "sp-trie",8582 "substrate-prometheus-endpoint",8583 "thiserror",8584 "tracing-gum",8585 "westend-runtime",8586]85878588[[package]]8589name = "polkadot-statement-distribution"8590version = "0.9.30"8591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8592dependencies = [8593 "arrayvec 0.5.2",8594 "fatality",8595 "futures 0.3.25",8596 "indexmap",8597 "parity-scale-codec 3.2.1",8598 "polkadot-node-network-protocol",8599 "polkadot-node-primitives",8600 "polkadot-node-subsystem",8601 "polkadot-node-subsystem-util",8602 "polkadot-primitives",8603 "sp-keystore",8604 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8605 "thiserror",8606 "tracing-gum",8607]86088609[[package]]8610name = "polkadot-statement-table"8611version = "0.9.30"8612source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8613dependencies = [8614 "parity-scale-codec 3.2.1",8615 "polkadot-primitives",8616 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8617]86188619[[package]]8620name = "polkadot-test-runtime"8621version = "0.9.30"8622source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8623dependencies = [8624 "beefy-primitives",8625 "bitvec 1.0.1",8626 "frame-election-provider-support",8627 "frame-executive",8628 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8629 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8630 "frame-system-rpc-runtime-api",8631 "log",8632 "pallet-authority-discovery",8633 "pallet-authorship",8634 "pallet-babe",8635 "pallet-balances",8636 "pallet-grandpa",8637 "pallet-indices",8638 "pallet-offences",8639 "pallet-session",8640 "pallet-staking",8641 "pallet-staking-reward-curve",8642 "pallet-sudo",8643 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8644 "pallet-transaction-payment",8645 "pallet-transaction-payment-rpc-runtime-api",8646 "pallet-vesting",8647 "pallet-xcm",8648 "parity-scale-codec 3.2.1",8649 "polkadot-parachain",8650 "polkadot-primitives",8651 "polkadot-runtime-common",8652 "polkadot-runtime-parachains",8653 "rustc-hex",8654 "scale-info",8655 "serde",8656 "serde_derive",8657 "smallvec",8658 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8659 "sp-authority-discovery",8660 "sp-block-builder",8661 "sp-consensus-babe",8662 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8663 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8664 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8665 "sp-mmr-primitives",8666 "sp-offchain",8667 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8668 "sp-session",8669 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8670 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8671 "sp-transaction-pool",8672 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8673 "substrate-wasm-builder",8674 "test-runtime-constants",8675 "xcm",8676 "xcm-builder",8677 "xcm-executor",8678]86798680[[package]]8681name = "polkadot-test-service"8682version = "0.9.30"8683source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8684dependencies = [8685 "frame-benchmarking",8686 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8687 "futures 0.3.25",8688 "hex",8689 "pallet-balances",8690 "pallet-staking",8691 "pallet-transaction-payment",8692 "polkadot-node-primitives",8693 "polkadot-node-subsystem",8694 "polkadot-overseer",8695 "polkadot-parachain",8696 "polkadot-primitives",8697 "polkadot-rpc",8698 "polkadot-runtime-common",8699 "polkadot-runtime-parachains",8700 "polkadot-service",8701 "polkadot-test-runtime",8702 "rand 0.8.5",8703 "sc-authority-discovery",8704 "sc-chain-spec",8705 "sc-cli",8706 "sc-client-api",8707 "sc-consensus",8708 "sc-consensus-babe",8709 "sc-executor",8710 "sc-finality-grandpa",8711 "sc-network",8712 "sc-network-common",8713 "sc-service",8714 "sc-tracing",8715 "sc-transaction-pool",8716 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8717 "sp-authority-discovery",8718 "sp-blockchain",8719 "sp-consensus",8720 "sp-consensus-babe",8721 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8722 "sp-finality-grandpa",8723 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8724 "sp-keyring",8725 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8726 "sp-state-machine",8727 "substrate-test-client",8728 "tempfile",8729 "test-runtime-constants",8730 "tokio",8731 "tracing-gum",8732]87338734[[package]]8735name = "polling"8736version = "2.4.0"8737source = "registry+https://github.com/rust-lang/crates.io-index"8738checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8739dependencies = [8740 "autocfg",8741 "cfg-if 1.0.0",8742 "libc",8743 "log",8744 "wepoll-ffi",8745 "winapi",8746]87478748[[package]]8749name = "poly1305"8750version = "0.7.2"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8753dependencies = [8754 "cpufeatures",8755 "opaque-debug 0.3.0",8756 "universal-hash",8757]87588759[[package]]8760name = "polyval"8761version = "0.5.3"8762source = "registry+https://github.com/rust-lang/crates.io-index"8763checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8764dependencies = [8765 "cfg-if 1.0.0",8766 "cpufeatures",8767 "opaque-debug 0.3.0",8768 "universal-hash",8769]87708771[[package]]8772name = "ppv-lite86"8773version = "0.2.16"8774source = "registry+https://github.com/rust-lang/crates.io-index"8775checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"87768777[[package]]8778name = "primitive-types"8779version = "0.11.1"8780source = "registry+https://github.com/rust-lang/crates.io-index"8781checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8782dependencies = [8783 "fixed-hash",8784 "impl-codec",8785 "impl-rlp",8786 "impl-serde",8787 "scale-info",8788 "uint",8789]87908791[[package]]8792name = "prioritized-metered-channel"8793version = "0.2.0"8794source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8795dependencies = [8796 "coarsetime",8797 "crossbeam-queue",8798 "derive_more",8799 "futures 0.3.25",8800 "futures-timer",8801 "nanorand",8802 "thiserror",8803 "tracing",8804]88058806[[package]]8807name = "proc-macro-crate"8808version = "1.2.1"8809source = "registry+https://github.com/rust-lang/crates.io-index"8810checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8811dependencies = [8812 "once_cell",8813 "thiserror",8814 "toml",8815]88168817[[package]]8818name = "proc-macro-error"8819version = "1.0.4"8820source = "registry+https://github.com/rust-lang/crates.io-index"8821checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8822dependencies = [8823 "proc-macro-error-attr",8824 "proc-macro2",8825 "quote",8826 "syn",8827 "version_check",8828]88298830[[package]]8831name = "proc-macro-error-attr"8832version = "1.0.4"8833source = "registry+https://github.com/rust-lang/crates.io-index"8834checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8835dependencies = [8836 "proc-macro2",8837 "quote",8838 "version_check",8839]88408841[[package]]8842name = "proc-macro2"8843version = "1.0.47"8844source = "registry+https://github.com/rust-lang/crates.io-index"8845checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8846dependencies = [8847 "unicode-ident",8848]88498850[[package]]8851name = "prometheus"8852version = "0.13.3"8853source = "registry+https://github.com/rust-lang/crates.io-index"8854checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8855dependencies = [8856 "cfg-if 1.0.0",8857 "fnv",8858 "lazy_static",8859 "memchr",8860 "parking_lot 0.12.1",8861 "thiserror",8862]88638864[[package]]8865name = "prometheus-client"8866version = "0.16.0"8867source = "registry+https://github.com/rust-lang/crates.io-index"8868checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8869dependencies = [8870 "dtoa",8871 "itoa",8872 "owning_ref",8873 "prometheus-client-derive-text-encode",8874]88758876[[package]]8877name = "prometheus-client-derive-text-encode"8878version = "0.2.0"8879source = "registry+https://github.com/rust-lang/crates.io-index"8880checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8881dependencies = [8882 "proc-macro2",8883 "quote",8884 "syn",8885]88868887[[package]]8888name = "prost"8889version = "0.10.4"8890source = "registry+https://github.com/rust-lang/crates.io-index"8891checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8892dependencies = [8893 "bytes",8894 "prost-derive 0.10.1",8895]88968897[[package]]8898name = "prost"8899version = "0.11.0"8900source = "registry+https://github.com/rust-lang/crates.io-index"8901checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8902dependencies = [8903 "bytes",8904 "prost-derive 0.11.0",8905]89068907[[package]]8908name = "prost-build"8909version = "0.10.4"8910source = "registry+https://github.com/rust-lang/crates.io-index"8911checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8912dependencies = [8913 "bytes",8914 "cfg-if 1.0.0",8915 "cmake",8916 "heck",8917 "itertools",8918 "lazy_static",8919 "log",8920 "multimap",8921 "petgraph",8922 "prost 0.10.4",8923 "prost-types 0.10.1",8924 "regex",8925 "tempfile",8926 "which",8927]89288929[[package]]8930name = "prost-build"8931version = "0.11.1"8932source = "registry+https://github.com/rust-lang/crates.io-index"8933checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8934dependencies = [8935 "bytes",8936 "heck",8937 "itertools",8938 "lazy_static",8939 "log",8940 "multimap",8941 "petgraph",8942 "prost 0.11.0",8943 "prost-types 0.11.1",8944 "regex",8945 "tempfile",8946 "which",8947]89488949[[package]]8950name = "prost-codec"8951version = "0.1.0"8952source = "registry+https://github.com/rust-lang/crates.io-index"8953checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8954dependencies = [8955 "asynchronous-codec",8956 "bytes",8957 "prost 0.10.4",8958 "thiserror",8959 "unsigned-varint",8960]89618962[[package]]8963name = "prost-derive"8964version = "0.10.1"8965source = "registry+https://github.com/rust-lang/crates.io-index"8966checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8967dependencies = [8968 "anyhow",8969 "itertools",8970 "proc-macro2",8971 "quote",8972 "syn",8973]89748975[[package]]8976name = "prost-derive"8977version = "0.11.0"8978source = "registry+https://github.com/rust-lang/crates.io-index"8979checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8980dependencies = [8981 "anyhow",8982 "itertools",8983 "proc-macro2",8984 "quote",8985 "syn",8986]89878988[[package]]8989name = "prost-types"8990version = "0.10.1"8991source = "registry+https://github.com/rust-lang/crates.io-index"8992checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8993dependencies = [8994 "bytes",8995 "prost 0.10.4",8996]89978998[[package]]8999name = "prost-types"9000version = "0.11.1"9001source = "registry+https://github.com/rust-lang/crates.io-index"9002checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"9003dependencies = [9004 "bytes",9005 "prost 0.11.0",9006]90079008[[package]]9009name = "psm"9010version = "0.1.21"9011source = "registry+https://github.com/rust-lang/crates.io-index"9012checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"9013dependencies = [9014 "cc",9015]90169017[[package]]9018name = "quartz-runtime"9019version = "0.9.30"9020dependencies = [9021 "app-promotion-rpc",9022 "cumulus-pallet-aura-ext",9023 "cumulus-pallet-dmp-queue",9024 "cumulus-pallet-parachain-system",9025 "cumulus-pallet-xcm",9026 "cumulus-pallet-xcmp-queue",9027 "cumulus-primitives-core",9028 "cumulus-primitives-timestamp",9029 "cumulus-primitives-utility",9030 "derivative",9031 "evm-coder",9032 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",9033 "fp-rpc",9034 "fp-self-contained",9035 "frame-benchmarking",9036 "frame-executive",9037 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9038 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9039 "frame-system-benchmarking",9040 "frame-system-rpc-runtime-api",9041 "frame-try-runtime",9042 "hex-literal",9043 "impl-trait-for-tuples",9044 "log",9045 "logtest",9046 "orml-tokens",9047 "orml-traits",9048 "orml-vesting",9049 "orml-xtokens",9050 "pallet-app-promotion",9051 "pallet-aura",9052 "pallet-balances",9053 "pallet-base-fee",9054 "pallet-common",9055 "pallet-configuration",9056 "pallet-ethereum",9057 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",9058 "pallet-evm-coder-substrate",9059 "pallet-evm-contract-helpers",9060 "pallet-evm-migration",9061 "pallet-evm-transaction-payment",9062 "pallet-foreign-assets",9063 "pallet-fungible",9064 "pallet-inflation",9065 "pallet-nonfungible",9066 "pallet-randomness-collective-flip",9067 "pallet-refungible",9068 "pallet-rmrk-core",9069 "pallet-rmrk-equip",9070 "pallet-structure",9071 "pallet-sudo",9072 "pallet-template-transaction-payment",9073 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9074 "pallet-transaction-payment",9075 "pallet-transaction-payment-rpc-runtime-api",9076 "pallet-treasury",9077 "pallet-unique",9078 "pallet-unique-scheduler",9079 "pallet-xcm",9080 "parachain-info",9081 "parity-scale-codec 3.2.1",9082 "polkadot-parachain",9083 "rmrk-rpc",9084 "scale-info",9085 "serde",9086 "smallvec",9087 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9088 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9089 "sp-block-builder",9090 "sp-consensus-aura",9091 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9092 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9093 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9094 "sp-offchain",9095 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9096 "sp-session",9097 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9098 "sp-transaction-pool",9099 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9100 "substrate-wasm-builder",9101 "up-common",9102 "up-data-structs",9103 "up-rpc",9104 "up-sponsorship",9105 "xcm",9106 "xcm-builder",9107 "xcm-executor",9108]91099110[[package]]9111name = "quick-error"9112version = "1.2.3"9113source = "registry+https://github.com/rust-lang/crates.io-index"9114checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"91159116[[package]]9117name = "quicksink"9118version = "0.1.2"9119source = "registry+https://github.com/rust-lang/crates.io-index"9120checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"9121dependencies = [9122 "futures-core",9123 "futures-sink",9124 "pin-project-lite 0.1.12",9125]91269127[[package]]9128name = "quote"9129version = "1.0.21"9130source = "registry+https://github.com/rust-lang/crates.io-index"9131checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"9132dependencies = [9133 "proc-macro2",9134]91359136[[package]]9137name = "radium"9138version = "0.6.2"9139source = "registry+https://github.com/rust-lang/crates.io-index"9140checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"91419142[[package]]9143name = "radium"9144version = "0.7.0"9145source = "registry+https://github.com/rust-lang/crates.io-index"9146checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"91479148[[package]]9149name = "rand"9150version = "0.7.3"9151source = "registry+https://github.com/rust-lang/crates.io-index"9152checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9153dependencies = [9154 "getrandom 0.1.16",9155 "libc",9156 "rand_chacha 0.2.2",9157 "rand_core 0.5.1",9158 "rand_hc",9159 "rand_pcg 0.2.1",9160]91619162[[package]]9163name = "rand"9164version = "0.8.5"9165source = "registry+https://github.com/rust-lang/crates.io-index"9166checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9167dependencies = [9168 "libc",9169 "rand_chacha 0.3.1",9170 "rand_core 0.6.4",9171]91729173[[package]]9174name = "rand_chacha"9175version = "0.2.2"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9178dependencies = [9179 "ppv-lite86",9180 "rand_core 0.5.1",9181]91829183[[package]]9184name = "rand_chacha"9185version = "0.3.1"9186source = "registry+https://github.com/rust-lang/crates.io-index"9187checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9188dependencies = [9189 "ppv-lite86",9190 "rand_core 0.6.4",9191]91929193[[package]]9194name = "rand_core"9195version = "0.5.1"9196source = "registry+https://github.com/rust-lang/crates.io-index"9197checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9198dependencies = [9199 "getrandom 0.1.16",9200]92019202[[package]]9203name = "rand_core"9204version = "0.6.4"9205source = "registry+https://github.com/rust-lang/crates.io-index"9206checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9207dependencies = [9208 "getrandom 0.2.8",9209]92109211[[package]]9212name = "rand_distr"9213version = "0.4.3"9214source = "registry+https://github.com/rust-lang/crates.io-index"9215checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9216dependencies = [9217 "num-traits",9218 "rand 0.8.5",9219]92209221[[package]]9222name = "rand_hc"9223version = "0.2.0"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9226dependencies = [9227 "rand_core 0.5.1",9228]92299230[[package]]9231name = "rand_pcg"9232version = "0.2.1"9233source = "registry+https://github.com/rust-lang/crates.io-index"9234checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9235dependencies = [9236 "rand_core 0.5.1",9237]92389239[[package]]9240name = "rand_pcg"9241version = "0.3.1"9242source = "registry+https://github.com/rust-lang/crates.io-index"9243checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9244dependencies = [9245 "rand_core 0.6.4",9246]92479248[[package]]9249name = "rawpointer"9250version = "0.2.1"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"92539254[[package]]9255name = "rayon"9256version = "1.5.3"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9259dependencies = [9260 "autocfg",9261 "crossbeam-deque",9262 "either",9263 "rayon-core",9264]92659266[[package]]9267name = "rayon-core"9268version = "1.9.3"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9271dependencies = [9272 "crossbeam-channel",9273 "crossbeam-deque",9274 "crossbeam-utils",9275 "num_cpus",9276]92779278[[package]]9279name = "redox_syscall"9280version = "0.2.16"9281source = "registry+https://github.com/rust-lang/crates.io-index"9282checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9283dependencies = [9284 "bitflags",9285]92869287[[package]]9288name = "redox_users"9289version = "0.4.3"9290source = "registry+https://github.com/rust-lang/crates.io-index"9291checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9292dependencies = [9293 "getrandom 0.2.8",9294 "redox_syscall",9295 "thiserror",9296]92979298[[package]]9299name = "reed-solomon-novelpoly"9300version = "1.0.0"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9303dependencies = [9304 "derive_more",9305 "fs-err",9306 "itertools",9307 "static_init 0.5.2",9308 "thiserror",9309]93109311[[package]]9312name = "ref-cast"9313version = "1.0.12"9314source = "registry+https://github.com/rust-lang/crates.io-index"9315checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9316dependencies = [9317 "ref-cast-impl",9318]93199320[[package]]9321name = "ref-cast-impl"9322version = "1.0.12"9323source = "registry+https://github.com/rust-lang/crates.io-index"9324checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9325dependencies = [9326 "proc-macro2",9327 "quote",9328 "syn",9329]93309331[[package]]9332name = "regalloc2"9333version = "0.3.2"9334source = "registry+https://github.com/rust-lang/crates.io-index"9335checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9336dependencies = [9337 "fxhash",9338 "log",9339 "slice-group-by",9340 "smallvec",9341]93429343[[package]]9344name = "regex"9345version = "1.6.0"9346source = "registry+https://github.com/rust-lang/crates.io-index"9347checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9348dependencies = [9349 "aho-corasick",9350 "memchr",9351 "regex-syntax",9352]93539354[[package]]9355name = "regex-automata"9356version = "0.1.10"9357source = "registry+https://github.com/rust-lang/crates.io-index"9358checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9359dependencies = [9360 "regex-syntax",9361]93629363[[package]]9364name = "regex-syntax"9365version = "0.6.27"9366source = "registry+https://github.com/rust-lang/crates.io-index"9367checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"93689369[[package]]9370name = "remote-externalities"9371version = "0.10.0-dev"9372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9373dependencies = [9374 "env_logger",9375 "jsonrpsee",9376 "log",9377 "parity-scale-codec 3.2.1",9378 "serde",9379 "serde_json",9380 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9381 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9382 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9383 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9384]93859386[[package]]9387name = "remove_dir_all"9388version = "0.5.3"9389source = "registry+https://github.com/rust-lang/crates.io-index"9390checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9391dependencies = [9392 "winapi",9393]93949395[[package]]9396name = "resolv-conf"9397version = "0.7.0"9398source = "registry+https://github.com/rust-lang/crates.io-index"9399checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9400dependencies = [9401 "hostname",9402 "quick-error",9403]94049405[[package]]9406name = "rfc6979"9407version = "0.1.0"9408source = "registry+https://github.com/rust-lang/crates.io-index"9409checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9410dependencies = [9411 "crypto-bigint",9412 "hmac 0.11.0",9413 "zeroize",9414]94159416[[package]]9417name = "ring"9418version = "0.16.20"9419source = "registry+https://github.com/rust-lang/crates.io-index"9420checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9421dependencies = [9422 "cc",9423 "libc",9424 "once_cell",9425 "spin",9426 "untrusted",9427 "web-sys",9428 "winapi",9429]94309431[[package]]9432name = "rlp"9433version = "0.5.2"9434source = "registry+https://github.com/rust-lang/crates.io-index"9435checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9436dependencies = [9437 "bytes",9438 "rustc-hex",9439]94409441[[package]]9442name = "rlp-derive"9443version = "0.1.0"9444source = "registry+https://github.com/rust-lang/crates.io-index"9445checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9446dependencies = [9447 "proc-macro2",9448 "quote",9449 "syn",9450]94519452[[package]]9453name = "rmrk-rpc"9454version = "0.0.2"9455dependencies = [9456 "parity-scale-codec 2.3.1",9457 "rmrk-traits",9458 "serde",9459 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9460 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9461 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9462 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9463]94649465[[package]]9466name = "rmrk-traits"9467version = "0.1.0"9468dependencies = [9469 "parity-scale-codec 3.2.1",9470 "scale-info",9471 "serde",9472]94739474[[package]]9475name = "rocksdb"9476version = "0.18.0"9477source = "registry+https://github.com/rust-lang/crates.io-index"9478checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9479dependencies = [9480 "libc",9481 "librocksdb-sys",9482]94839484[[package]]9485name = "rococo-runtime"9486version = "0.9.30"9487source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9488dependencies = [9489 "beefy-merkle-tree",9490 "beefy-primitives",9491 "frame-benchmarking",9492 "frame-executive",9493 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9494 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9495 "frame-system-benchmarking",9496 "frame-system-rpc-runtime-api",9497 "hex-literal",9498 "log",9499 "pallet-authority-discovery",9500 "pallet-authorship",9501 "pallet-babe",9502 "pallet-balances",9503 "pallet-beefy",9504 "pallet-beefy-mmr",9505 "pallet-bounties",9506 "pallet-child-bounties",9507 "pallet-collective",9508 "pallet-democracy",9509 "pallet-elections-phragmen",9510 "pallet-gilt",9511 "pallet-grandpa",9512 "pallet-identity",9513 "pallet-im-online",9514 "pallet-indices",9515 "pallet-membership",9516 "pallet-mmr",9517 "pallet-multisig",9518 "pallet-offences",9519 "pallet-preimage",9520 "pallet-proxy",9521 "pallet-recovery",9522 "pallet-scheduler",9523 "pallet-session",9524 "pallet-society",9525 "pallet-staking",9526 "pallet-sudo",9527 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9528 "pallet-tips",9529 "pallet-transaction-payment",9530 "pallet-transaction-payment-rpc-runtime-api",9531 "pallet-treasury",9532 "pallet-utility",9533 "pallet-vesting",9534 "pallet-xcm",9535 "pallet-xcm-benchmarks",9536 "parity-scale-codec 3.2.1",9537 "polkadot-parachain",9538 "polkadot-primitives",9539 "polkadot-runtime-common",9540 "polkadot-runtime-parachains",9541 "rococo-runtime-constants",9542 "scale-info",9543 "serde",9544 "serde_derive",9545 "smallvec",9546 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9547 "sp-authority-discovery",9548 "sp-block-builder",9549 "sp-consensus-babe",9550 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9551 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9552 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9553 "sp-mmr-primitives",9554 "sp-offchain",9555 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9556 "sp-session",9557 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9558 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9559 "sp-transaction-pool",9560 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9561 "static_assertions",9562 "substrate-wasm-builder",9563 "xcm",9564 "xcm-builder",9565 "xcm-executor",9566]95679568[[package]]9569name = "rococo-runtime-constants"9570version = "0.9.30"9571source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9572dependencies = [9573 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9574 "polkadot-primitives",9575 "polkadot-runtime-common",9576 "smallvec",9577 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9578]95799580[[package]]9581name = "rpassword"9582version = "7.1.0"9583source = "registry+https://github.com/rust-lang/crates.io-index"9584checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9585dependencies = [9586 "libc",9587 "winapi",9588]95899590[[package]]9591name = "rtnetlink"9592version = "0.10.1"9593source = "registry+https://github.com/rust-lang/crates.io-index"9594checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9595dependencies = [9596 "async-global-executor",9597 "futures 0.3.25",9598 "log",9599 "netlink-packet-route",9600 "netlink-proto",9601 "nix",9602 "thiserror",9603]96049605[[package]]9606name = "rustc-demangle"9607version = "0.1.21"9608source = "registry+https://github.com/rust-lang/crates.io-index"9609checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"96109611[[package]]9612name = "rustc-hash"9613version = "1.1.0"9614source = "registry+https://github.com/rust-lang/crates.io-index"9615checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"96169617[[package]]9618name = "rustc-hex"9619version = "2.1.0"9620source = "registry+https://github.com/rust-lang/crates.io-index"9621checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"96229623[[package]]9624name = "rustc_version"9625version = "0.2.3"9626source = "registry+https://github.com/rust-lang/crates.io-index"9627checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9628dependencies = [9629 "semver 0.9.0",9630]96319632[[package]]9633name = "rustc_version"9634version = "0.4.0"9635source = "registry+https://github.com/rust-lang/crates.io-index"9636checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9637dependencies = [9638 "semver 1.0.14",9639]96409641[[package]]9642name = "rustix"9643version = "0.35.12"9644source = "registry+https://github.com/rust-lang/crates.io-index"9645checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9646dependencies = [9647 "bitflags",9648 "errno",9649 "io-lifetimes",9650 "libc",9651 "linux-raw-sys",9652 "windows-sys 0.36.1",9653]96549655[[package]]9656name = "rustls"9657version = "0.20.7"9658source = "registry+https://github.com/rust-lang/crates.io-index"9659checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9660dependencies = [9661 "log",9662 "ring",9663 "sct",9664 "webpki",9665]96669667[[package]]9668name = "rustls-native-certs"9669version = "0.6.2"9670source = "registry+https://github.com/rust-lang/crates.io-index"9671checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9672dependencies = [9673 "openssl-probe",9674 "rustls-pemfile",9675 "schannel",9676 "security-framework",9677]96789679[[package]]9680name = "rustls-pemfile"9681version = "1.0.1"9682source = "registry+https://github.com/rust-lang/crates.io-index"9683checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9684dependencies = [9685 "base64",9686]96879688[[package]]9689name = "rustversion"9690version = "1.0.9"9691source = "registry+https://github.com/rust-lang/crates.io-index"9692checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"96939694[[package]]9695name = "rw-stream-sink"9696version = "0.3.0"9697source = "registry+https://github.com/rust-lang/crates.io-index"9698checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9699dependencies = [9700 "futures 0.3.25",9701 "pin-project",9702 "static_assertions",9703]97049705[[package]]9706name = "ryu"9707version = "1.0.11"9708source = "registry+https://github.com/rust-lang/crates.io-index"9709checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"97109711[[package]]9712name = "safe-mix"9713version = "1.0.1"9714source = "registry+https://github.com/rust-lang/crates.io-index"9715checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9716dependencies = [9717 "rustc_version 0.2.3",9718]97199720[[package]]9721name = "salsa20"9722version = "0.10.2"9723source = "registry+https://github.com/rust-lang/crates.io-index"9724checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9725dependencies = [9726 "cipher 0.4.3",9727]97289729[[package]]9730name = "same-file"9731version = "1.0.6"9732source = "registry+https://github.com/rust-lang/crates.io-index"9733checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9734dependencies = [9735 "winapi-util",9736]97379738[[package]]9739name = "sc-allocator"9740version = "4.1.0-dev"9741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9742dependencies = [9743 "log",9744 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9745 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9746 "thiserror",9747]97489749[[package]]9750name = "sc-authority-discovery"9751version = "0.10.0-dev"9752source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9753dependencies = [9754 "async-trait",9755 "futures 0.3.25",9756 "futures-timer",9757 "ip_network",9758 "libp2p",9759 "log",9760 "parity-scale-codec 3.2.1",9761 "prost 0.10.4",9762 "prost-build 0.10.4",9763 "rand 0.7.3",9764 "sc-client-api",9765 "sc-network-common",9766 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9767 "sp-authority-discovery",9768 "sp-blockchain",9769 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9770 "sp-keystore",9771 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9772 "substrate-prometheus-endpoint",9773 "thiserror",9774]97759776[[package]]9777name = "sc-basic-authorship"9778version = "0.10.0-dev"9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9780dependencies = [9781 "futures 0.3.25",9782 "futures-timer",9783 "log",9784 "parity-scale-codec 3.2.1",9785 "sc-block-builder",9786 "sc-client-api",9787 "sc-proposer-metrics",9788 "sc-telemetry",9789 "sc-transaction-pool-api",9790 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9791 "sp-blockchain",9792 "sp-consensus",9793 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9794 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9795 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9796 "substrate-prometheus-endpoint",9797]97989799[[package]]9800name = "sc-block-builder"9801version = "0.10.0-dev"9802source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9803dependencies = [9804 "parity-scale-codec 3.2.1",9805 "sc-client-api",9806 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9807 "sp-block-builder",9808 "sp-blockchain",9809 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9810 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9811 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9812 "sp-state-machine",9813]98149815[[package]]9816name = "sc-chain-spec"9817version = "4.0.0-dev"9818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9819dependencies = [9820 "impl-trait-for-tuples",9821 "memmap2",9822 "parity-scale-codec 3.2.1",9823 "sc-chain-spec-derive",9824 "sc-network-common",9825 "sc-telemetry",9826 "serde",9827 "serde_json",9828 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9830]98319832[[package]]9833name = "sc-chain-spec-derive"9834version = "4.0.0-dev"9835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9836dependencies = [9837 "proc-macro-crate",9838 "proc-macro2",9839 "quote",9840 "syn",9841]98429843[[package]]9844name = "sc-cli"9845version = "0.10.0-dev"9846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9847dependencies = [9848 "array-bytes",9849 "chrono",9850 "clap",9851 "fdlimit",9852 "futures 0.3.25",9853 "libp2p",9854 "log",9855 "names",9856 "parity-scale-codec 3.2.1",9857 "rand 0.7.3",9858 "regex",9859 "rpassword",9860 "sc-client-api",9861 "sc-client-db",9862 "sc-keystore",9863 "sc-network",9864 "sc-network-common",9865 "sc-service",9866 "sc-telemetry",9867 "sc-tracing",9868 "sc-utils",9869 "serde",9870 "serde_json",9871 "sp-blockchain",9872 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9873 "sp-keyring",9874 "sp-keystore",9875 "sp-panic-handler",9876 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9877 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9878 "thiserror",9879 "tiny-bip39",9880 "tokio",9881]98829883[[package]]9884name = "sc-client-api"9885version = "4.0.0-dev"9886source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9887dependencies = [9888 "fnv",9889 "futures 0.3.25",9890 "hash-db",9891 "log",9892 "parity-scale-codec 3.2.1",9893 "parking_lot 0.12.1",9894 "sc-executor",9895 "sc-transaction-pool-api",9896 "sc-utils",9897 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9898 "sp-blockchain",9899 "sp-consensus",9900 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9901 "sp-database",9902 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9903 "sp-keystore",9904 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9905 "sp-state-machine",9906 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9907 "sp-trie",9908 "substrate-prometheus-endpoint",9909]99109911[[package]]9912name = "sc-client-db"9913version = "0.10.0-dev"9914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9915dependencies = [9916 "hash-db",9917 "kvdb",9918 "kvdb-memorydb",9919 "kvdb-rocksdb",9920 "linked-hash-map",9921 "log",9922 "parity-db",9923 "parity-scale-codec 3.2.1",9924 "parking_lot 0.12.1",9925 "sc-client-api",9926 "sc-state-db",9927 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9928 "sp-blockchain",9929 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9930 "sp-database",9931 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9932 "sp-state-machine",9933 "sp-trie",9934]99359936[[package]]9937name = "sc-consensus"9938version = "0.10.0-dev"9939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9940dependencies = [9941 "async-trait",9942 "futures 0.3.25",9943 "futures-timer",9944 "libp2p",9945 "log",9946 "parking_lot 0.12.1",9947 "sc-client-api",9948 "sc-utils",9949 "serde",9950 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9951 "sp-blockchain",9952 "sp-consensus",9953 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9954 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9955 "sp-state-machine",9956 "substrate-prometheus-endpoint",9957 "thiserror",9958]99599960[[package]]9961name = "sc-consensus-aura"9962version = "0.10.0-dev"9963source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9964dependencies = [9965 "async-trait",9966 "futures 0.3.25",9967 "log",9968 "parity-scale-codec 3.2.1",9969 "sc-block-builder",9970 "sc-client-api",9971 "sc-consensus",9972 "sc-consensus-slots",9973 "sc-telemetry",9974 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9975 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9976 "sp-block-builder",9977 "sp-blockchain",9978 "sp-consensus",9979 "sp-consensus-aura",9980 "sp-consensus-slots",9981 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9982 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9983 "sp-keystore",9984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9985 "substrate-prometheus-endpoint",9986 "thiserror",9987]99889989[[package]]9990name = "sc-consensus-babe"9991version = "0.10.0-dev"9992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9993dependencies = [9994 "async-trait",9995 "fork-tree",9996 "futures 0.3.25",9997 "log",9998 "merlin",9999 "num-bigint 0.2.6",10000 "num-rational 0.2.4",10001 "num-traits",10002 "parity-scale-codec 3.2.1",10003 "parking_lot 0.12.1",10004 "rand 0.7.3",10005 "sc-client-api",10006 "sc-consensus",10007 "sc-consensus-epochs",10008 "sc-consensus-slots",10009 "sc-keystore",10010 "sc-telemetry",10011 "schnorrkel",10012 "serde",10013 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10014 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10015 "sp-block-builder",10016 "sp-blockchain",10017 "sp-consensus",10018 "sp-consensus-babe",10019 "sp-consensus-slots",10020 "sp-consensus-vrf",10021 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10022 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10023 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10024 "sp-keystore",10025 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10026 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10027 "substrate-prometheus-endpoint",10028 "thiserror",10029]1003010031[[package]]10032name = "sc-consensus-babe-rpc"10033version = "0.10.0-dev"10034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10035dependencies = [10036 "futures 0.3.25",10037 "jsonrpsee",10038 "sc-consensus-babe",10039 "sc-consensus-epochs",10040 "sc-rpc-api",10041 "serde",10042 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10043 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10044 "sp-blockchain",10045 "sp-consensus",10046 "sp-consensus-babe",10047 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10048 "sp-keystore",10049 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10050 "thiserror",10051]1005210053[[package]]10054name = "sc-consensus-epochs"10055version = "0.10.0-dev"10056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10057dependencies = [10058 "fork-tree",10059 "parity-scale-codec 3.2.1",10060 "sc-client-api",10061 "sc-consensus",10062 "sp-blockchain",10063 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10064]1006510066[[package]]10067name = "sc-consensus-manual-seal"10068version = "0.10.0-dev"10069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10070dependencies = [10071 "assert_matches",10072 "async-trait",10073 "futures 0.3.25",10074 "jsonrpsee",10075 "log",10076 "parity-scale-codec 3.2.1",10077 "sc-client-api",10078 "sc-consensus",10079 "sc-consensus-aura",10080 "sc-consensus-babe",10081 "sc-consensus-epochs",10082 "sc-transaction-pool",10083 "sc-transaction-pool-api",10084 "serde",10085 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10086 "sp-blockchain",10087 "sp-consensus",10088 "sp-consensus-aura",10089 "sp-consensus-babe",10090 "sp-consensus-slots",10091 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10092 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10093 "sp-keystore",10094 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10095 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10096 "substrate-prometheus-endpoint",10097 "thiserror",10098]1009910100[[package]]10101name = "sc-consensus-slots"10102version = "0.10.0-dev"10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10104dependencies = [10105 "async-trait",10106 "futures 0.3.25",10107 "futures-timer",10108 "log",10109 "parity-scale-codec 3.2.1",10110 "sc-client-api",10111 "sc-consensus",10112 "sc-telemetry",10113 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10114 "sp-blockchain",10115 "sp-consensus",10116 "sp-consensus-slots",10117 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10118 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10119 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10120 "sp-state-machine",10121 "thiserror",10122]1012310124[[package]]10125name = "sc-executor"10126version = "0.10.0-dev"10127source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10128dependencies = [10129 "lazy_static",10130 "lru 0.7.8",10131 "parity-scale-codec 3.2.1",10132 "parking_lot 0.12.1",10133 "sc-executor-common",10134 "sc-executor-wasmi",10135 "sc-executor-wasmtime",10136 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10137 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10138 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10139 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10140 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10141 "sp-panic-handler",10142 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10143 "sp-tasks",10144 "sp-trie",10145 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10146 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10147 "tracing",10148 "wasmi",10149]1015010151[[package]]10152name = "sc-executor-common"10153version = "0.10.0-dev"10154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10155dependencies = [10156 "environmental",10157 "parity-scale-codec 3.2.1",10158 "sc-allocator",10159 "sp-maybe-compressed-blob",10160 "sp-sandbox",10161 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10162 "thiserror",10163 "wasm-instrument",10164 "wasmi",10165]1016610167[[package]]10168name = "sc-executor-wasmi"10169version = "0.10.0-dev"10170source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10171dependencies = [10172 "log",10173 "parity-scale-codec 3.2.1",10174 "sc-allocator",10175 "sc-executor-common",10176 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10177 "sp-sandbox",10178 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10179 "wasmi",10180]1018110182[[package]]10183name = "sc-executor-wasmtime"10184version = "0.10.0-dev"10185source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10186dependencies = [10187 "cfg-if 1.0.0",10188 "libc",10189 "log",10190 "once_cell",10191 "parity-scale-codec 3.2.1",10192 "parity-wasm 0.45.0",10193 "rustix",10194 "sc-allocator",10195 "sc-executor-common",10196 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10197 "sp-sandbox",10198 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10199 "wasmtime",10200]1020110202[[package]]10203name = "sc-finality-grandpa"10204version = "0.10.0-dev"10205source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10206dependencies = [10207 "ahash",10208 "array-bytes",10209 "async-trait",10210 "dyn-clone",10211 "finality-grandpa",10212 "fork-tree",10213 "futures 0.3.25",10214 "futures-timer",10215 "log",10216 "parity-scale-codec 3.2.1",10217 "parking_lot 0.12.1",10218 "rand 0.8.5",10219 "sc-block-builder",10220 "sc-chain-spec",10221 "sc-client-api",10222 "sc-consensus",10223 "sc-keystore",10224 "sc-network",10225 "sc-network-common",10226 "sc-network-gossip",10227 "sc-telemetry",10228 "sc-utils",10229 "serde_json",10230 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10231 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10232 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10233 "sp-blockchain",10234 "sp-consensus",10235 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10236 "sp-finality-grandpa",10237 "sp-keystore",10238 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10239 "substrate-prometheus-endpoint",10240 "thiserror",10241]1024210243[[package]]10244name = "sc-finality-grandpa-rpc"10245version = "0.10.0-dev"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10247dependencies = [10248 "finality-grandpa",10249 "futures 0.3.25",10250 "jsonrpsee",10251 "log",10252 "parity-scale-codec 3.2.1",10253 "sc-client-api",10254 "sc-finality-grandpa",10255 "sc-rpc",10256 "serde",10257 "serde_json",10258 "sp-blockchain",10259 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10260 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10261 "thiserror",10262]1026310264[[package]]10265name = "sc-informant"10266version = "0.10.0-dev"10267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10268dependencies = [10269 "ansi_term",10270 "futures 0.3.25",10271 "futures-timer",10272 "log",10273 "parity-util-mem",10274 "sc-client-api",10275 "sc-network-common",10276 "sc-transaction-pool-api",10277 "sp-blockchain",10278 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10279]1028010281[[package]]10282name = "sc-keystore"10283version = "4.0.0-dev"10284source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10285dependencies = [10286 "array-bytes",10287 "async-trait",10288 "parking_lot 0.12.1",10289 "serde_json",10290 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10291 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10292 "sp-keystore",10293 "thiserror",10294]1029510296[[package]]10297name = "sc-network"10298version = "0.10.0-dev"10299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10300dependencies = [10301 "array-bytes",10302 "async-trait",10303 "asynchronous-codec",10304 "bitflags",10305 "bytes",10306 "cid",10307 "either",10308 "fnv",10309 "fork-tree",10310 "futures 0.3.25",10311 "futures-timer",10312 "ip_network",10313 "libp2p",10314 "linked-hash-map",10315 "linked_hash_set",10316 "log",10317 "lru 0.7.8",10318 "parity-scale-codec 3.2.1",10319 "parking_lot 0.12.1",10320 "pin-project",10321 "prost 0.10.4",10322 "rand 0.7.3",10323 "sc-block-builder",10324 "sc-client-api",10325 "sc-consensus",10326 "sc-network-common",10327 "sc-peerset",10328 "sc-utils",10329 "serde",10330 "serde_json",10331 "smallvec",10332 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10333 "sp-blockchain",10334 "sp-consensus",10335 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10336 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10337 "substrate-prometheus-endpoint",10338 "thiserror",10339 "unsigned-varint",10340 "zeroize",10341]1034210343[[package]]10344name = "sc-network-bitswap"10345version = "0.10.0-dev"10346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10347dependencies = [10348 "cid",10349 "futures 0.3.25",10350 "libp2p",10351 "log",10352 "prost 0.11.0",10353 "prost-build 0.11.1",10354 "sc-client-api",10355 "sc-network-common",10356 "sp-blockchain",10357 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10358 "thiserror",10359 "unsigned-varint",10360 "void",10361]1036210363[[package]]10364name = "sc-network-common"10365version = "0.10.0-dev"10366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10367dependencies = [10368 "async-trait",10369 "bitflags",10370 "bytes",10371 "futures 0.3.25",10372 "futures-timer",10373 "libp2p",10374 "linked_hash_set",10375 "parity-scale-codec 3.2.1",10376 "prost-build 0.10.4",10377 "sc-consensus",10378 "sc-peerset",10379 "serde",10380 "smallvec",10381 "sp-blockchain",10382 "sp-consensus",10383 "sp-finality-grandpa",10384 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10385 "substrate-prometheus-endpoint",10386 "thiserror",10387]1038810389[[package]]10390name = "sc-network-gossip"10391version = "0.10.0-dev"10392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10393dependencies = [10394 "ahash",10395 "futures 0.3.25",10396 "futures-timer",10397 "libp2p",10398 "log",10399 "lru 0.7.8",10400 "sc-network-common",10401 "sc-peerset",10402 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10403 "substrate-prometheus-endpoint",10404 "tracing",10405]1040610407[[package]]10408name = "sc-network-light"10409version = "0.10.0-dev"10410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10411dependencies = [10412 "array-bytes",10413 "futures 0.3.25",10414 "libp2p",10415 "log",10416 "parity-scale-codec 3.2.1",10417 "prost 0.10.4",10418 "prost-build 0.10.4",10419 "sc-client-api",10420 "sc-network-common",10421 "sc-peerset",10422 "sp-blockchain",10423 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10424 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10425 "thiserror",10426]1042710428[[package]]10429name = "sc-network-sync"10430version = "0.10.0-dev"10431source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10432dependencies = [10433 "array-bytes",10434 "fork-tree",10435 "futures 0.3.25",10436 "libp2p",10437 "log",10438 "lru 0.7.8",10439 "parity-scale-codec 3.2.1",10440 "prost 0.10.4",10441 "prost-build 0.10.4",10442 "sc-client-api",10443 "sc-consensus",10444 "sc-network-common",10445 "sc-peerset",10446 "smallvec",10447 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10448 "sp-blockchain",10449 "sp-consensus",10450 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10451 "sp-finality-grandpa",10452 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10453 "thiserror",10454]1045510456[[package]]10457name = "sc-network-transactions"10458version = "0.10.0-dev"10459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10460dependencies = [10461 "array-bytes",10462 "futures 0.3.25",10463 "hex",10464 "libp2p",10465 "log",10466 "parity-scale-codec 3.2.1",10467 "pin-project",10468 "sc-network-common",10469 "sc-peerset",10470 "sp-consensus",10471 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10472 "substrate-prometheus-endpoint",10473]1047410475[[package]]10476name = "sc-offchain"10477version = "4.0.0-dev"10478source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10479dependencies = [10480 "array-bytes",10481 "bytes",10482 "fnv",10483 "futures 0.3.25",10484 "futures-timer",10485 "hyper",10486 "hyper-rustls",10487 "libp2p",10488 "num_cpus",10489 "once_cell",10490 "parity-scale-codec 3.2.1",10491 "parking_lot 0.12.1",10492 "rand 0.7.3",10493 "sc-client-api",10494 "sc-network-common",10495 "sc-peerset",10496 "sc-utils",10497 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10498 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10499 "sp-offchain",10500 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10501 "threadpool",10502 "tracing",10503]1050410505[[package]]10506name = "sc-peerset"10507version = "4.0.0-dev"10508source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10509dependencies = [10510 "futures 0.3.25",10511 "libp2p",10512 "log",10513 "sc-utils",10514 "serde_json",10515 "wasm-timer",10516]1051710518[[package]]10519name = "sc-proposer-metrics"10520version = "0.10.0-dev"10521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10522dependencies = [10523 "log",10524 "substrate-prometheus-endpoint",10525]1052610527[[package]]10528name = "sc-rpc"10529version = "4.0.0-dev"10530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10531dependencies = [10532 "futures 0.3.25",10533 "hash-db",10534 "jsonrpsee",10535 "log",10536 "parity-scale-codec 3.2.1",10537 "parking_lot 0.12.1",10538 "sc-block-builder",10539 "sc-chain-spec",10540 "sc-client-api",10541 "sc-rpc-api",10542 "sc-tracing",10543 "sc-transaction-pool-api",10544 "sc-utils",10545 "serde_json",10546 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10547 "sp-blockchain",10548 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10549 "sp-keystore",10550 "sp-offchain",10551 "sp-rpc",10552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10553 "sp-session",10554 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10555]1055610557[[package]]10558name = "sc-rpc-api"10559version = "0.10.0-dev"10560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10561dependencies = [10562 "futures 0.3.25",10563 "jsonrpsee",10564 "log",10565 "parity-scale-codec 3.2.1",10566 "parking_lot 0.12.1",10567 "sc-chain-spec",10568 "sc-transaction-pool-api",10569 "scale-info",10570 "serde",10571 "serde_json",10572 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10573 "sp-rpc",10574 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10575 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10576 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10577 "thiserror",10578]1057910580[[package]]10581name = "sc-rpc-server"10582version = "4.0.0-dev"10583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10584dependencies = [10585 "futures 0.3.25",10586 "jsonrpsee",10587 "log",10588 "serde_json",10589 "substrate-prometheus-endpoint",10590 "tokio",10591]1059210593[[package]]10594name = "sc-service"10595version = "0.10.0-dev"10596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10597dependencies = [10598 "async-trait",10599 "directories",10600 "exit-future",10601 "futures 0.3.25",10602 "futures-timer",10603 "hash-db",10604 "jsonrpsee",10605 "log",10606 "parity-scale-codec 3.2.1",10607 "parity-util-mem",10608 "parking_lot 0.12.1",10609 "pin-project",10610 "rand 0.7.3",10611 "sc-block-builder",10612 "sc-chain-spec",10613 "sc-client-api",10614 "sc-client-db",10615 "sc-consensus",10616 "sc-executor",10617 "sc-informant",10618 "sc-keystore",10619 "sc-network",10620 "sc-network-bitswap",10621 "sc-network-common",10622 "sc-network-light",10623 "sc-network-sync",10624 "sc-network-transactions",10625 "sc-offchain",10626 "sc-rpc",10627 "sc-rpc-server",10628 "sc-sysinfo",10629 "sc-telemetry",10630 "sc-tracing",10631 "sc-transaction-pool",10632 "sc-transaction-pool-api",10633 "sc-utils",10634 "serde",10635 "serde_json",10636 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10637 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10638 "sp-block-builder",10639 "sp-blockchain",10640 "sp-consensus",10641 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10642 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10643 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10644 "sp-keystore",10645 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10646 "sp-session",10647 "sp-state-machine",10648 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10649 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10650 "sp-transaction-pool",10651 "sp-transaction-storage-proof",10652 "sp-trie",10653 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10654 "static_init 1.0.3",10655 "substrate-prometheus-endpoint",10656 "tempfile",10657 "thiserror",10658 "tokio",10659 "tracing",10660 "tracing-futures",10661]1066210663[[package]]10664name = "sc-state-db"10665version = "0.10.0-dev"10666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10667dependencies = [10668 "log",10669 "parity-scale-codec 3.2.1",10670 "parity-util-mem",10671 "parity-util-mem-derive",10672 "parking_lot 0.12.1",10673 "sc-client-api",10674 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10675]1067610677[[package]]10678name = "sc-sync-state-rpc"10679version = "0.10.0-dev"10680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10681dependencies = [10682 "jsonrpsee",10683 "parity-scale-codec 3.2.1",10684 "sc-chain-spec",10685 "sc-client-api",10686 "sc-consensus-babe",10687 "sc-consensus-epochs",10688 "sc-finality-grandpa",10689 "serde",10690 "serde_json",10691 "sp-blockchain",10692 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10693 "thiserror",10694]1069510696[[package]]10697name = "sc-sysinfo"10698version = "6.0.0-dev"10699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10700dependencies = [10701 "futures 0.3.25",10702 "libc",10703 "log",10704 "rand 0.7.3",10705 "rand_pcg 0.2.1",10706 "regex",10707 "sc-telemetry",10708 "serde",10709 "serde_json",10710 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10711 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10712 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10713]1071410715[[package]]10716name = "sc-telemetry"10717version = "4.0.0-dev"10718source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10719dependencies = [10720 "chrono",10721 "futures 0.3.25",10722 "libp2p",10723 "log",10724 "parking_lot 0.12.1",10725 "pin-project",10726 "rand 0.7.3",10727 "serde",10728 "serde_json",10729 "thiserror",10730 "wasm-timer",10731]1073210733[[package]]10734name = "sc-tracing"10735version = "4.0.0-dev"10736source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10737dependencies = [10738 "ansi_term",10739 "atty",10740 "chrono",10741 "lazy_static",10742 "libc",10743 "log",10744 "once_cell",10745 "parking_lot 0.12.1",10746 "regex",10747 "rustc-hash",10748 "sc-client-api",10749 "sc-rpc-server",10750 "sc-tracing-proc-macro",10751 "serde",10752 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10753 "sp-blockchain",10754 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10755 "sp-rpc",10756 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10757 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10758 "thiserror",10759 "tracing",10760 "tracing-log",10761 "tracing-subscriber",10762]1076310764[[package]]10765name = "sc-tracing-proc-macro"10766version = "4.0.0-dev"10767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10768dependencies = [10769 "proc-macro-crate",10770 "proc-macro2",10771 "quote",10772 "syn",10773]1077410775[[package]]10776name = "sc-transaction-pool"10777version = "4.0.0-dev"10778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10779dependencies = [10780 "futures 0.3.25",10781 "futures-timer",10782 "linked-hash-map",10783 "log",10784 "parity-scale-codec 3.2.1",10785 "parity-util-mem",10786 "parking_lot 0.12.1",10787 "sc-client-api",10788 "sc-transaction-pool-api",10789 "sc-utils",10790 "serde",10791 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10792 "sp-blockchain",10793 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10794 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10795 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10796 "sp-transaction-pool",10797 "substrate-prometheus-endpoint",10798 "thiserror",10799]1080010801[[package]]10802name = "sc-transaction-pool-api"10803version = "4.0.0-dev"10804source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10805dependencies = [10806 "futures 0.3.25",10807 "log",10808 "serde",10809 "sp-blockchain",10810 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10811 "thiserror",10812]1081310814[[package]]10815name = "sc-utils"10816version = "4.0.0-dev"10817source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10818dependencies = [10819 "futures 0.3.25",10820 "futures-timer",10821 "lazy_static",10822 "log",10823 "parking_lot 0.12.1",10824 "prometheus",10825]1082610827[[package]]10828name = "scale-info"10829version = "2.2.0"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10832dependencies = [10833 "bitvec 1.0.1",10834 "cfg-if 1.0.0",10835 "derive_more",10836 "parity-scale-codec 3.2.1",10837 "scale-info-derive",10838 "serde",10839]1084010841[[package]]10842name = "scale-info-derive"10843version = "2.2.0"10844source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10846dependencies = [10847 "proc-macro-crate",10848 "proc-macro2",10849 "quote",10850 "syn",10851]1085210853[[package]]10854name = "schannel"10855version = "0.1.20"10856source = "registry+https://github.com/rust-lang/crates.io-index"10857checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10858dependencies = [10859 "lazy_static",10860 "windows-sys 0.36.1",10861]1086210863[[package]]10864name = "schnorrkel"10865version = "0.9.1"10866source = "registry+https://github.com/rust-lang/crates.io-index"10867checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10868dependencies = [10869 "arrayref",10870 "arrayvec 0.5.2",10871 "curve25519-dalek 2.1.3",10872 "getrandom 0.1.16",10873 "merlin",10874 "rand 0.7.3",10875 "rand_core 0.5.1",10876 "sha2 0.8.2",10877 "subtle",10878 "zeroize",10879]1088010881[[package]]10882name = "scopeguard"10883version = "1.1.0"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1088610887[[package]]10888name = "scratch"10889version = "1.0.2"10890source = "registry+https://github.com/rust-lang/crates.io-index"10891checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1089210893[[package]]10894name = "sct"10895version = "0.7.0"10896source = "registry+https://github.com/rust-lang/crates.io-index"10897checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10898dependencies = [10899 "ring",10900 "untrusted",10901]1090210903[[package]]10904name = "sec1"10905version = "0.2.1"10906source = "registry+https://github.com/rust-lang/crates.io-index"10907checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10908dependencies = [10909 "der",10910 "generic-array 0.14.6",10911 "pkcs8",10912 "subtle",10913 "zeroize",10914]1091510916[[package]]10917name = "secp256k1"10918version = "0.24.1"10919source = "registry+https://github.com/rust-lang/crates.io-index"10920checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10921dependencies = [10922 "secp256k1-sys",10923]1092410925[[package]]10926name = "secp256k1-sys"10927version = "0.6.1"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10930dependencies = [10931 "cc",10932]1093310934[[package]]10935name = "secrecy"10936version = "0.8.0"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10939dependencies = [10940 "zeroize",10941]1094210943[[package]]10944name = "security-framework"10945version = "2.7.0"10946source = "registry+https://github.com/rust-lang/crates.io-index"10947checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10948dependencies = [10949 "bitflags",10950 "core-foundation",10951 "core-foundation-sys",10952 "libc",10953 "security-framework-sys",10954]1095510956[[package]]10957name = "security-framework-sys"10958version = "2.6.1"10959source = "registry+https://github.com/rust-lang/crates.io-index"10960checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10961dependencies = [10962 "core-foundation-sys",10963 "libc",10964]1096510966[[package]]10967name = "semver"10968version = "0.6.0"10969source = "registry+https://github.com/rust-lang/crates.io-index"10970checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10971dependencies = [10972 "semver-parser",10973]1097410975[[package]]10976name = "semver"10977version = "0.9.0"10978source = "registry+https://github.com/rust-lang/crates.io-index"10979checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10980dependencies = [10981 "semver-parser",10982]1098310984[[package]]10985name = "semver"10986version = "1.0.14"10987source = "registry+https://github.com/rust-lang/crates.io-index"10988checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10989dependencies = [10990 "serde",10991]1099210993[[package]]10994name = "semver-parser"10995version = "0.7.0"10996source = "registry+https://github.com/rust-lang/crates.io-index"10997checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1099810999[[package]]11000name = "serde"11001version = "1.0.147"11002source = "registry+https://github.com/rust-lang/crates.io-index"11003checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"11004dependencies = [11005 "serde_derive",11006]1100711008[[package]]11009name = "serde_derive"11010version = "1.0.147"11011source = "registry+https://github.com/rust-lang/crates.io-index"11012checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"11013dependencies = [11014 "proc-macro2",11015 "quote",11016 "syn",11017]1101811019[[package]]11020name = "serde_json"11021version = "1.0.87"11022source = "registry+https://github.com/rust-lang/crates.io-index"11023checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"11024dependencies = [11025 "itoa",11026 "ryu",11027 "serde",11028]1102911030[[package]]11031name = "serde_nanos"11032version = "0.1.2"11033source = "registry+https://github.com/rust-lang/crates.io-index"11034checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"11035dependencies = [11036 "serde",11037]1103811039[[package]]11040name = "sha-1"11041version = "0.9.8"11042source = "registry+https://github.com/rust-lang/crates.io-index"11043checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"11044dependencies = [11045 "block-buffer 0.9.0",11046 "cfg-if 1.0.0",11047 "cpufeatures",11048 "digest 0.9.0",11049 "opaque-debug 0.3.0",11050]1105111052[[package]]11053name = "sha1"11054version = "0.10.5"11055source = "registry+https://github.com/rust-lang/crates.io-index"11056checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"11057dependencies = [11058 "cfg-if 1.0.0",11059 "cpufeatures",11060 "digest 0.10.5",11061]1106211063[[package]]11064name = "sha2"11065version = "0.8.2"11066source = "registry+https://github.com/rust-lang/crates.io-index"11067checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"11068dependencies = [11069 "block-buffer 0.7.3",11070 "digest 0.8.1",11071 "fake-simd",11072 "opaque-debug 0.2.3",11073]1107411075[[package]]11076name = "sha2"11077version = "0.9.9"11078source = "registry+https://github.com/rust-lang/crates.io-index"11079checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"11080dependencies = [11081 "block-buffer 0.9.0",11082 "cfg-if 1.0.0",11083 "cpufeatures",11084 "digest 0.9.0",11085 "opaque-debug 0.3.0",11086]1108711088[[package]]11089name = "sha2"11090version = "0.10.6"11091source = "registry+https://github.com/rust-lang/crates.io-index"11092checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"11093dependencies = [11094 "cfg-if 1.0.0",11095 "cpufeatures",11096 "digest 0.10.5",11097]1109811099[[package]]11100name = "sha3"11101version = "0.10.6"11102source = "registry+https://github.com/rust-lang/crates.io-index"11103checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"11104dependencies = [11105 "digest 0.10.5",11106 "keccak",11107]1110811109[[package]]11110name = "sha3-const"11111version = "0.1.0"11112source = "registry+https://github.com/rust-lang/crates.io-index"11113checksum = "af9625d558d174dbdc711248b479271c0fdca39e9d3d67f6e890b3d4251fbf8e"1111411115[[package]]11116name = "sharded-slab"11117version = "0.1.4"11118source = "registry+https://github.com/rust-lang/crates.io-index"11119checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11120dependencies = [11121 "lazy_static",11122]1112311124[[package]]11125name = "shlex"11126version = "1.1.0"11127source = "registry+https://github.com/rust-lang/crates.io-index"11128checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1112911130[[package]]11131name = "signal-hook"11132version = "0.3.14"11133source = "registry+https://github.com/rust-lang/crates.io-index"11134checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"11135dependencies = [11136 "libc",11137 "signal-hook-registry",11138]1113911140[[package]]11141name = "signal-hook-registry"11142version = "1.4.0"11143source = "registry+https://github.com/rust-lang/crates.io-index"11144checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11145dependencies = [11146 "libc",11147]1114811149[[package]]11150name = "signature"11151version = "1.4.0"11152source = "registry+https://github.com/rust-lang/crates.io-index"11153checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"11154dependencies = [11155 "digest 0.9.0",11156 "rand_core 0.6.4",11157]1115811159[[package]]11160name = "simba"11161version = "0.5.1"11162source = "registry+https://github.com/rust-lang/crates.io-index"11163checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11164dependencies = [11165 "approx",11166 "num-complex",11167 "num-traits",11168 "paste",11169]1117011171[[package]]11172name = "similar"11173version = "2.2.0"11174source = "registry+https://github.com/rust-lang/crates.io-index"11175checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"11176dependencies = [11177 "bstr",11178 "unicode-segmentation",11179]1118011181[[package]]11182name = "similar-asserts"11183version = "1.4.2"11184source = "registry+https://github.com/rust-lang/crates.io-index"11185checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11186dependencies = [11187 "console",11188 "similar",11189]1119011191[[package]]11192name = "slab"11193version = "0.4.7"11194source = "registry+https://github.com/rust-lang/crates.io-index"11195checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11196dependencies = [11197 "autocfg",11198]1119911200[[package]]11201name = "slice-group-by"11202version = "0.3.0"11203source = "registry+https://github.com/rust-lang/crates.io-index"11204checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1120511206[[package]]11207name = "slot-range-helper"11208version = "0.9.30"11209source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11210dependencies = [11211 "enumn",11212 "parity-scale-codec 3.2.1",11213 "paste",11214 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11215 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11216]1121711218[[package]]11219name = "slotmap"11220version = "1.0.6"11221source = "registry+https://github.com/rust-lang/crates.io-index"11222checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11223dependencies = [11224 "version_check",11225]1122611227[[package]]11228name = "smallvec"11229version = "1.10.0"11230source = "registry+https://github.com/rust-lang/crates.io-index"11231checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1123211233[[package]]11234name = "snap"11235version = "1.0.5"11236source = "registry+https://github.com/rust-lang/crates.io-index"11237checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1123811239[[package]]11240name = "snow"11241version = "0.9.0"11242source = "registry+https://github.com/rust-lang/crates.io-index"11243checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11244dependencies = [11245 "aes-gcm",11246 "blake2",11247 "chacha20poly1305",11248 "curve25519-dalek 4.0.0-pre.1",11249 "rand_core 0.6.4",11250 "ring",11251 "rustc_version 0.4.0",11252 "sha2 0.10.6",11253 "subtle",11254]1125511256[[package]]11257name = "socket2"11258version = "0.4.7"11259source = "registry+https://github.com/rust-lang/crates.io-index"11260checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11261dependencies = [11262 "libc",11263 "winapi",11264]1126511266[[package]]11267name = "soketto"11268version = "0.7.1"11269source = "registry+https://github.com/rust-lang/crates.io-index"11270checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11271dependencies = [11272 "base64",11273 "bytes",11274 "flate2",11275 "futures 0.3.25",11276 "httparse",11277 "log",11278 "rand 0.8.5",11279 "sha-1",11280]1128111282[[package]]11283name = "sp-api"11284version = "4.0.0-dev"11285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11286dependencies = [11287 "log",11288 "parity-scale-codec 3.2.1",11289 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11290 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11291 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11292 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11293 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11294]1129511296[[package]]11297name = "sp-api"11298version = "4.0.0-dev"11299source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11300dependencies = [11301 "hash-db",11302 "log",11303 "parity-scale-codec 3.2.1",11304 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11305 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11306 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11307 "sp-state-machine",11308 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11309 "sp-trie",11310 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11311 "thiserror",11312]1131311314[[package]]11315name = "sp-api-proc-macro"11316version = "4.0.0-dev"11317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11318dependencies = [11319 "blake2",11320 "proc-macro-crate",11321 "proc-macro2",11322 "quote",11323 "syn",11324]1132511326[[package]]11327name = "sp-api-proc-macro"11328version = "4.0.0-dev"11329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11330dependencies = [11331 "blake2",11332 "proc-macro-crate",11333 "proc-macro2",11334 "quote",11335 "syn",11336]1133711338[[package]]11339name = "sp-application-crypto"11340version = "6.0.0"11341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11342dependencies = [11343 "parity-scale-codec 3.2.1",11344 "scale-info",11345 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11346 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11347 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11348]1134911350[[package]]11351name = "sp-application-crypto"11352version = "6.0.0"11353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11354dependencies = [11355 "parity-scale-codec 3.2.1",11356 "scale-info",11357 "serde",11358 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11359 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11360 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11361]1136211363[[package]]11364name = "sp-arithmetic"11365version = "5.0.0"11366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11367dependencies = [11368 "integer-sqrt",11369 "num-traits",11370 "parity-scale-codec 3.2.1",11371 "scale-info",11372 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11373 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11374 "static_assertions",11375]1137611377[[package]]11378name = "sp-arithmetic"11379version = "5.0.0"11380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11381dependencies = [11382 "integer-sqrt",11383 "num-traits",11384 "parity-scale-codec 3.2.1",11385 "scale-info",11386 "serde",11387 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11388 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11389 "static_assertions",11390]1139111392[[package]]11393name = "sp-authority-discovery"11394version = "4.0.0-dev"11395source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11396dependencies = [11397 "parity-scale-codec 3.2.1",11398 "scale-info",11399 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11400 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11401 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11402 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11403]1140411405[[package]]11406name = "sp-authorship"11407version = "4.0.0-dev"11408source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11409dependencies = [11410 "async-trait",11411 "parity-scale-codec 3.2.1",11412 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11413 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11414 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11415]1141611417[[package]]11418name = "sp-block-builder"11419version = "4.0.0-dev"11420source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11421dependencies = [11422 "parity-scale-codec 3.2.1",11423 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11424 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11425 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11426 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11427]1142811429[[package]]11430name = "sp-blockchain"11431version = "4.0.0-dev"11432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11433dependencies = [11434 "futures 0.3.25",11435 "log",11436 "lru 0.7.8",11437 "parity-scale-codec 3.2.1",11438 "parking_lot 0.12.1",11439 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11440 "sp-consensus",11441 "sp-database",11442 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11443 "sp-state-machine",11444 "thiserror",11445]1144611447[[package]]11448name = "sp-consensus"11449version = "0.10.0-dev"11450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11451dependencies = [11452 "async-trait",11453 "futures 0.3.25",11454 "futures-timer",11455 "log",11456 "parity-scale-codec 3.2.1",11457 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11458 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11459 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11460 "sp-state-machine",11461 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11462 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11463 "thiserror",11464]1146511466[[package]]11467name = "sp-consensus-aura"11468version = "0.10.0-dev"11469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11470dependencies = [11471 "async-trait",11472 "parity-scale-codec 3.2.1",11473 "scale-info",11474 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11475 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11476 "sp-consensus",11477 "sp-consensus-slots",11478 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11479 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11480 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11481 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11482]1148311484[[package]]11485name = "sp-consensus-babe"11486version = "0.10.0-dev"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11488dependencies = [11489 "async-trait",11490 "merlin",11491 "parity-scale-codec 3.2.1",11492 "scale-info",11493 "serde",11494 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11495 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11496 "sp-consensus",11497 "sp-consensus-slots",11498 "sp-consensus-vrf",11499 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11500 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11501 "sp-keystore",11502 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11503 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11504 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11505]1150611507[[package]]11508name = "sp-consensus-slots"11509version = "0.10.0-dev"11510source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11511dependencies = [11512 "parity-scale-codec 3.2.1",11513 "scale-info",11514 "serde",11515 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11516 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11517 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11518 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11519]1152011521[[package]]11522name = "sp-consensus-vrf"11523version = "0.10.0-dev"11524source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11525dependencies = [11526 "parity-scale-codec 3.2.1",11527 "scale-info",11528 "schnorrkel",11529 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11530 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11531 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11532]1153311534[[package]]11535name = "sp-core"11536version = "6.0.0"11537source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11538dependencies = [11539 "bitflags",11540 "byteorder",11541 "hash-db",11542 "hash256-std-hasher",11543 "log",11544 "num-traits",11545 "parity-scale-codec 3.2.1",11546 "parity-util-mem",11547 "primitive-types",11548 "scale-info",11549 "secrecy",11550 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11551 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11552 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11553 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11554 "ss58-registry",11555 "zeroize",11556]1155711558[[package]]11559name = "sp-core"11560version = "6.0.0"11561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11562dependencies = [11563 "array-bytes",11564 "base58",11565 "bitflags",11566 "blake2",11567 "byteorder",11568 "dyn-clonable",11569 "ed25519-zebra",11570 "futures 0.3.25",11571 "hash-db",11572 "hash256-std-hasher",11573 "impl-serde",11574 "lazy_static",11575 "libsecp256k1",11576 "log",11577 "merlin",11578 "num-traits",11579 "parity-scale-codec 3.2.1",11580 "parity-util-mem",11581 "parking_lot 0.12.1",11582 "primitive-types",11583 "rand 0.7.3",11584 "regex",11585 "scale-info",11586 "schnorrkel",11587 "secp256k1",11588 "secrecy",11589 "serde",11590 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11591 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11592 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11593 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11594 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11595 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11596 "ss58-registry",11597 "substrate-bip39",11598 "thiserror",11599 "tiny-bip39",11600 "wasmi",11601 "zeroize",11602]1160311604[[package]]11605name = "sp-core-hashing"11606version = "4.0.0"11607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11608dependencies = [11609 "blake2",11610 "byteorder",11611 "digest 0.10.5",11612 "sha2 0.10.6",11613 "sha3",11614 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11615 "twox-hash",11616]1161711618[[package]]11619name = "sp-core-hashing"11620version = "4.0.0"11621source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11622dependencies = [11623 "blake2",11624 "byteorder",11625 "digest 0.10.5",11626 "sha2 0.10.6",11627 "sha3",11628 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11629 "twox-hash",11630]1163111632[[package]]11633name = "sp-core-hashing-proc-macro"11634version = "5.0.0"11635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11636dependencies = [11637 "proc-macro2",11638 "quote",11639 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11640 "syn",11641]1164211643[[package]]11644name = "sp-core-hashing-proc-macro"11645version = "5.0.0"11646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11647dependencies = [11648 "proc-macro2",11649 "quote",11650 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11651 "syn",11652]1165311654[[package]]11655name = "sp-database"11656version = "4.0.0-dev"11657source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11658dependencies = [11659 "kvdb",11660 "parking_lot 0.12.1",11661]1166211663[[package]]11664name = "sp-debug-derive"11665version = "4.0.0"11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11667dependencies = [11668 "proc-macro2",11669 "quote",11670 "syn",11671]1167211673[[package]]11674name = "sp-debug-derive"11675version = "4.0.0"11676source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11677dependencies = [11678 "proc-macro2",11679 "quote",11680 "syn",11681]1168211683[[package]]11684name = "sp-externalities"11685version = "0.12.0"11686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11687dependencies = [11688 "environmental",11689 "parity-scale-codec 3.2.1",11690 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11691 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11692]1169311694[[package]]11695name = "sp-externalities"11696version = "0.12.0"11697source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11698dependencies = [11699 "environmental",11700 "parity-scale-codec 3.2.1",11701 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11702 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11703]1170411705[[package]]11706name = "sp-finality-grandpa"11707version = "4.0.0-dev"11708source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11709dependencies = [11710 "finality-grandpa",11711 "log",11712 "parity-scale-codec 3.2.1",11713 "scale-info",11714 "serde",11715 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11716 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11717 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11718 "sp-keystore",11719 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11720 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11721]1172211723[[package]]11724name = "sp-inherents"11725version = "4.0.0-dev"11726source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11727dependencies = [11728 "impl-trait-for-tuples",11729 "parity-scale-codec 3.2.1",11730 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11731 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11732]1173311734[[package]]11735name = "sp-inherents"11736version = "4.0.0-dev"11737source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11738dependencies = [11739 "async-trait",11740 "impl-trait-for-tuples",11741 "parity-scale-codec 3.2.1",11742 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11743 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11744 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11745 "thiserror",11746]1174711748[[package]]11749name = "sp-io"11750version = "6.0.0"11751source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11752dependencies = [11753 "hash-db",11754 "parity-scale-codec 3.2.1",11755 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11756 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11757 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11758 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11759 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11760 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11761 "tracing",11762 "tracing-core",11763]1176411765[[package]]11766name = "sp-io"11767version = "6.0.0"11768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11769dependencies = [11770 "bytes",11771 "futures 0.3.25",11772 "hash-db",11773 "libsecp256k1",11774 "log",11775 "parity-scale-codec 3.2.1",11776 "parking_lot 0.12.1",11777 "secp256k1",11778 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11779 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11780 "sp-keystore",11781 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11782 "sp-state-machine",11783 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11784 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11785 "sp-trie",11786 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11787 "tracing",11788 "tracing-core",11789]1179011791[[package]]11792name = "sp-keyring"11793version = "6.0.0"11794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11795dependencies = [11796 "lazy_static",11797 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11798 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11799 "strum",11800]1180111802[[package]]11803name = "sp-keystore"11804version = "0.12.0"11805source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11806dependencies = [11807 "async-trait",11808 "futures 0.3.25",11809 "merlin",11810 "parity-scale-codec 3.2.1",11811 "parking_lot 0.12.1",11812 "schnorrkel",11813 "serde",11814 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11815 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11816 "thiserror",11817]1181811819[[package]]11820name = "sp-maybe-compressed-blob"11821version = "4.1.0-dev"11822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11823dependencies = [11824 "thiserror",11825 "zstd",11826]1182711828[[package]]11829name = "sp-mmr-primitives"11830version = "4.0.0-dev"11831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11832dependencies = [11833 "log",11834 "parity-scale-codec 3.2.1",11835 "serde",11836 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11837 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11838 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11839 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11840 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11841]1184211843[[package]]11844name = "sp-npos-elections"11845version = "4.0.0-dev"11846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11847dependencies = [11848 "parity-scale-codec 3.2.1",11849 "scale-info",11850 "serde",11851 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11852 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11853 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11854 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11855]1185611857[[package]]11858name = "sp-offchain"11859version = "4.0.0-dev"11860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11861dependencies = [11862 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11863 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11864 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11865]1186611867[[package]]11868name = "sp-panic-handler"11869version = "4.0.0"11870source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11871dependencies = [11872 "backtrace",11873 "lazy_static",11874 "regex",11875]1187611877[[package]]11878name = "sp-rpc"11879version = "6.0.0"11880source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11881dependencies = [11882 "rustc-hash",11883 "serde",11884 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11885]1188611887[[package]]11888name = "sp-runtime"11889version = "6.0.0"11890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11891dependencies = [11892 "either",11893 "hash256-std-hasher",11894 "impl-trait-for-tuples",11895 "log",11896 "parity-scale-codec 3.2.1",11897 "parity-util-mem",11898 "paste",11899 "scale-info",11900 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11901 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11902 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11903 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11904 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11905]1190611907[[package]]11908name = "sp-runtime"11909version = "6.0.0"11910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11911dependencies = [11912 "either",11913 "hash256-std-hasher",11914 "impl-trait-for-tuples",11915 "log",11916 "parity-scale-codec 3.2.1",11917 "parity-util-mem",11918 "paste",11919 "rand 0.7.3",11920 "scale-info",11921 "serde",11922 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11923 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11924 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11925 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11926 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11927 "sp-weights",11928]1192911930[[package]]11931name = "sp-runtime-interface"11932version = "6.0.0"11933source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11934dependencies = [11935 "impl-trait-for-tuples",11936 "parity-scale-codec 3.2.1",11937 "primitive-types",11938 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11939 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11940 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11941 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11942 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11943 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11944 "static_assertions",11945]1194611947[[package]]11948name = "sp-runtime-interface"11949version = "6.0.0"11950source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11951dependencies = [11952 "bytes",11953 "impl-trait-for-tuples",11954 "parity-scale-codec 3.2.1",11955 "primitive-types",11956 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11957 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11958 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11959 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11960 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11961 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11962 "static_assertions",11963]1196411965[[package]]11966name = "sp-runtime-interface-proc-macro"11967version = "5.0.0"11968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11969dependencies = [11970 "Inflector",11971 "proc-macro-crate",11972 "proc-macro2",11973 "quote",11974 "syn",11975]1197611977[[package]]11978name = "sp-runtime-interface-proc-macro"11979version = "5.0.0"11980source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11981dependencies = [11982 "Inflector",11983 "proc-macro-crate",11984 "proc-macro2",11985 "quote",11986 "syn",11987]1198811989[[package]]11990name = "sp-sandbox"11991version = "0.10.0-dev"11992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11993dependencies = [11994 "log",11995 "parity-scale-codec 3.2.1",11996 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11997 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11998 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11999 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12000 "wasmi",12001]1200212003[[package]]12004name = "sp-session"12005version = "4.0.0-dev"12006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12007dependencies = [12008 "parity-scale-codec 3.2.1",12009 "scale-info",12010 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12011 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12012 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12013 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12014 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12015]1201612017[[package]]12018name = "sp-staking"12019version = "4.0.0-dev"12020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12021dependencies = [12022 "parity-scale-codec 3.2.1",12023 "scale-info",12024 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12025 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12026]1202712028[[package]]12029name = "sp-staking"12030version = "4.0.0-dev"12031source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12032dependencies = [12033 "parity-scale-codec 3.2.1",12034 "scale-info",12035 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12036 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12037]1203812039[[package]]12040name = "sp-state-machine"12041version = "0.12.0"12042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12043dependencies = [12044 "hash-db",12045 "log",12046 "num-traits",12047 "parity-scale-codec 3.2.1",12048 "parking_lot 0.12.1",12049 "rand 0.7.3",12050 "smallvec",12051 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12052 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12053 "sp-panic-handler",12054 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12055 "sp-trie",12056 "thiserror",12057 "tracing",12058 "trie-root",12059]1206012061[[package]]12062name = "sp-std"12063version = "4.0.0"12064source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"1206512066[[package]]12067name = "sp-std"12068version = "4.0.0"12069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1207012071[[package]]12072name = "sp-storage"12073version = "6.0.0"12074source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12075dependencies = [12076 "parity-scale-codec 3.2.1",12077 "ref-cast",12078 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12079 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12080]1208112082[[package]]12083name = "sp-storage"12084version = "6.0.0"12085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12086dependencies = [12087 "impl-serde",12088 "parity-scale-codec 3.2.1",12089 "ref-cast",12090 "serde",12091 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12092 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12093]1209412095[[package]]12096name = "sp-tasks"12097version = "4.0.0-dev"12098source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12099dependencies = [12100 "log",12101 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12102 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12103 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12104 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12105 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12106]1210712108[[package]]12109name = "sp-timestamp"12110version = "4.0.0-dev"12111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12112dependencies = [12113 "parity-scale-codec 3.2.1",12114 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12115 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12116 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12117 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12118]1211912120[[package]]12121name = "sp-timestamp"12122version = "4.0.0-dev"12123source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12124dependencies = [12125 "async-trait",12126 "futures-timer",12127 "log",12128 "parity-scale-codec 3.2.1",12129 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12130 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12131 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12132 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12133 "thiserror",12134]1213512136[[package]]12137name = "sp-tracing"12138version = "5.0.0"12139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12140dependencies = [12141 "parity-scale-codec 3.2.1",12142 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12143 "tracing",12144 "tracing-core",12145]1214612147[[package]]12148name = "sp-tracing"12149version = "5.0.0"12150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12151dependencies = [12152 "parity-scale-codec 3.2.1",12153 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12154 "tracing",12155 "tracing-core",12156 "tracing-subscriber",12157]1215812159[[package]]12160name = "sp-transaction-pool"12161version = "4.0.0-dev"12162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12163dependencies = [12164 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12165 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12166]1216712168[[package]]12169name = "sp-transaction-storage-proof"12170version = "4.0.0-dev"12171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12172dependencies = [12173 "async-trait",12174 "log",12175 "parity-scale-codec 3.2.1",12176 "scale-info",12177 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12178 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12179 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12180 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12181 "sp-trie",12182]1218312184[[package]]12185name = "sp-trie"12186version = "6.0.0"12187source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12188dependencies = [12189 "ahash",12190 "hash-db",12191 "hashbrown",12192 "lazy_static",12193 "lru 0.7.8",12194 "memory-db",12195 "nohash-hasher",12196 "parity-scale-codec 3.2.1",12197 "parking_lot 0.12.1",12198 "scale-info",12199 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12200 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12201 "thiserror",12202 "tracing",12203 "trie-db",12204 "trie-root",12205]1220612207[[package]]12208name = "sp-version"12209version = "5.0.0"12210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12211dependencies = [12212 "parity-scale-codec 3.2.1",12213 "scale-info",12214 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12215 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12216 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12217 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12218]1221912220[[package]]12221name = "sp-version"12222version = "5.0.0"12223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12224dependencies = [12225 "impl-serde",12226 "parity-scale-codec 3.2.1",12227 "parity-wasm 0.45.0",12228 "scale-info",12229 "serde",12230 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12231 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12232 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12233 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12234 "thiserror",12235]1223612237[[package]]12238name = "sp-version-proc-macro"12239version = "4.0.0-dev"12240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12241dependencies = [12242 "parity-scale-codec 3.2.1",12243 "proc-macro2",12244 "quote",12245 "syn",12246]1224712248[[package]]12249name = "sp-version-proc-macro"12250version = "4.0.0-dev"12251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12252dependencies = [12253 "parity-scale-codec 3.2.1",12254 "proc-macro2",12255 "quote",12256 "syn",12257]1225812259[[package]]12260name = "sp-wasm-interface"12261version = "6.0.0"12262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12263dependencies = [12264 "impl-trait-for-tuples",12265 "parity-scale-codec 3.2.1",12266 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12267]1226812269[[package]]12270name = "sp-wasm-interface"12271version = "6.0.0"12272source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12273dependencies = [12274 "impl-trait-for-tuples",12275 "log",12276 "parity-scale-codec 3.2.1",12277 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12278 "wasmi",12279 "wasmtime",12280]1228112282[[package]]12283name = "sp-weights"12284version = "4.0.0"12285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12286dependencies = [12287 "impl-trait-for-tuples",12288 "parity-scale-codec 3.2.1",12289 "scale-info",12290 "serde",12291 "smallvec",12292 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12293 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12294 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12295 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12296]1229712298[[package]]12299name = "spin"12300version = "0.5.2"12301source = "registry+https://github.com/rust-lang/crates.io-index"12302checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1230312304[[package]]12305name = "spki"12306version = "0.5.4"12307source = "registry+https://github.com/rust-lang/crates.io-index"12308checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"12309dependencies = [12310 "base64ct",12311 "der",12312]1231312314[[package]]12315name = "ss58-registry"12316version = "1.33.0"12317source = "registry+https://github.com/rust-lang/crates.io-index"12318checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"12319dependencies = [12320 "Inflector",12321 "num-format",12322 "proc-macro2",12323 "quote",12324 "serde",12325 "serde_json",12326 "unicode-xid",12327]1232812329[[package]]12330name = "stable_deref_trait"12331version = "1.2.0"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1233412335[[package]]12336name = "static_assertions"12337version = "1.1.0"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1234012341[[package]]12342name = "static_init"12343version = "0.5.2"12344source = "registry+https://github.com/rust-lang/crates.io-index"12345checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12346dependencies = [12347 "cfg_aliases",12348 "libc",12349 "parking_lot 0.11.2",12350 "static_init_macro 0.5.0",12351]1235212353[[package]]12354name = "static_init"12355version = "1.0.3"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"12358dependencies = [12359 "bitflags",12360 "cfg_aliases",12361 "libc",12362 "parking_lot 0.11.2",12363 "parking_lot_core 0.8.5",12364 "static_init_macro 1.0.2",12365 "winapi",12366]1236712368[[package]]12369name = "static_init_macro"12370version = "0.5.0"12371source = "registry+https://github.com/rust-lang/crates.io-index"12372checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12373dependencies = [12374 "cfg_aliases",12375 "memchr",12376 "proc-macro2",12377 "quote",12378 "syn",12379]1238012381[[package]]12382name = "static_init_macro"12383version = "1.0.2"12384source = "registry+https://github.com/rust-lang/crates.io-index"12385checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12386dependencies = [12387 "cfg_aliases",12388 "memchr",12389 "proc-macro2",12390 "quote",12391 "syn",12392]1239312394[[package]]12395name = "statrs"12396version = "0.15.0"12397source = "registry+https://github.com/rust-lang/crates.io-index"12398checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"12399dependencies = [12400 "approx",12401 "lazy_static",12402 "nalgebra",12403 "num-traits",12404 "rand 0.8.5",12405]1240612407[[package]]12408name = "strsim"12409version = "0.10.0"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1241212413[[package]]12414name = "struct-versioning"12415version = "0.1.0"12416dependencies = [12417 "quote",12418 "syn",12419]1242012421[[package]]12422name = "strum"12423version = "0.24.1"12424source = "registry+https://github.com/rust-lang/crates.io-index"12425checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12426dependencies = [12427 "strum_macros",12428]1242912430[[package]]12431name = "strum_macros"12432version = "0.24.3"12433source = "registry+https://github.com/rust-lang/crates.io-index"12434checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12435dependencies = [12436 "heck",12437 "proc-macro2",12438 "quote",12439 "rustversion",12440 "syn",12441]1244212443[[package]]12444name = "substrate-bip39"12445version = "0.4.4"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12448dependencies = [12449 "hmac 0.11.0",12450 "pbkdf2 0.8.0",12451 "schnorrkel",12452 "sha2 0.9.9",12453 "zeroize",12454]1245512456[[package]]12457name = "substrate-build-script-utils"12458version = "3.0.0"12459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12460dependencies = [12461 "platforms",12462]1246312464[[package]]12465name = "substrate-frame-rpc-system"12466version = "4.0.0-dev"12467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12468dependencies = [12469 "frame-system-rpc-runtime-api",12470 "futures 0.3.25",12471 "jsonrpsee",12472 "log",12473 "parity-scale-codec 3.2.1",12474 "sc-client-api",12475 "sc-rpc-api",12476 "sc-transaction-pool-api",12477 "serde_json",12478 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12479 "sp-block-builder",12480 "sp-blockchain",12481 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12482 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12483]1248412485[[package]]12486name = "substrate-prometheus-endpoint"12487version = "0.10.0-dev"12488source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12489dependencies = [12490 "futures-util",12491 "hyper",12492 "log",12493 "prometheus",12494 "thiserror",12495 "tokio",12496]1249712498[[package]]12499name = "substrate-state-trie-migration-rpc"12500version = "4.0.0-dev"12501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12502dependencies = [12503 "jsonrpsee",12504 "log",12505 "parity-scale-codec 3.2.1",12506 "sc-client-api",12507 "sc-rpc-api",12508 "scale-info",12509 "serde",12510 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12511 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12512 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12513 "sp-state-machine",12514 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12515 "sp-trie",12516 "trie-db",12517]1251812519[[package]]12520name = "substrate-test-client"12521version = "2.0.1"12522source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12523dependencies = [12524 "array-bytes",12525 "async-trait",12526 "futures 0.3.25",12527 "parity-scale-codec 3.2.1",12528 "sc-client-api",12529 "sc-client-db",12530 "sc-consensus",12531 "sc-executor",12532 "sc-offchain",12533 "sc-service",12534 "serde",12535 "serde_json",12536 "sp-blockchain",12537 "sp-consensus",12538 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12539 "sp-keyring",12540 "sp-keystore",12541 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12542 "sp-state-machine",12543]1254412545[[package]]12546name = "substrate-test-utils"12547version = "4.0.0-dev"12548source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12549dependencies = [12550 "futures 0.3.25",12551 "substrate-test-utils-derive",12552 "tokio",12553]1255412555[[package]]12556name = "substrate-test-utils-derive"12557version = "0.10.0-dev"12558source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12559dependencies = [12560 "proc-macro-crate",12561 "proc-macro2",12562 "quote",12563 "syn",12564]1256512566[[package]]12567name = "substrate-wasm-builder"12568version = "5.0.0-dev"12569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12570dependencies = [12571 "ansi_term",12572 "build-helper",12573 "cargo_metadata",12574 "filetime",12575 "sp-maybe-compressed-blob",12576 "strum",12577 "tempfile",12578 "toml",12579 "walkdir",12580 "wasm-gc-api",12581]1258212583[[package]]12584name = "subtle"12585version = "2.4.1"12586source = "registry+https://github.com/rust-lang/crates.io-index"12587checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1258812589[[package]]12590name = "syn"12591version = "1.0.103"12592source = "registry+https://github.com/rust-lang/crates.io-index"12593checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12594dependencies = [12595 "proc-macro2",12596 "quote",12597 "unicode-ident",12598]1259912600[[package]]12601name = "synstructure"12602version = "0.12.6"12603source = "registry+https://github.com/rust-lang/crates.io-index"12604checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12605dependencies = [12606 "proc-macro2",12607 "quote",12608 "syn",12609 "unicode-xid",12610]1261112612[[package]]12613name = "system-configuration"12614version = "0.5.0"12615source = "registry+https://github.com/rust-lang/crates.io-index"12616checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12617dependencies = [12618 "bitflags",12619 "core-foundation",12620 "system-configuration-sys",12621]1262212623[[package]]12624name = "system-configuration-sys"12625version = "0.5.0"12626source = "registry+https://github.com/rust-lang/crates.io-index"12627checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12628dependencies = [12629 "core-foundation-sys",12630 "libc",12631]1263212633[[package]]12634name = "tap"12635version = "1.0.1"12636source = "registry+https://github.com/rust-lang/crates.io-index"12637checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1263812639[[package]]12640name = "target-lexicon"12641version = "0.12.4"12642source = "registry+https://github.com/rust-lang/crates.io-index"12643checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1264412645[[package]]12646name = "tempfile"12647version = "3.3.0"12648source = "registry+https://github.com/rust-lang/crates.io-index"12649checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12650dependencies = [12651 "cfg-if 1.0.0",12652 "fastrand",12653 "libc",12654 "redox_syscall",12655 "remove_dir_all",12656 "winapi",12657]1265812659[[package]]12660name = "termcolor"12661version = "1.1.3"12662source = "registry+https://github.com/rust-lang/crates.io-index"12663checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12664dependencies = [12665 "winapi-util",12666]1266712668[[package]]12669name = "terminal_size"12670version = "0.1.17"12671source = "registry+https://github.com/rust-lang/crates.io-index"12672checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12673dependencies = [12674 "libc",12675 "winapi",12676]1267712678[[package]]12679name = "test-runtime-constants"12680version = "0.9.30"12681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12682dependencies = [12683 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12684 "polkadot-primitives",12685 "polkadot-runtime-common",12686 "smallvec",12687 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12688]1268912690[[package]]12691name = "tests"12692version = "0.1.1"12693dependencies = [12694 "evm-coder",12695 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12696 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12697 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12698 "pallet-balances",12699 "pallet-common",12700 "pallet-ethereum",12701 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12702 "pallet-evm-coder-substrate",12703 "pallet-fungible",12704 "pallet-nonfungible",12705 "pallet-refungible",12706 "pallet-structure",12707 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12708 "pallet-transaction-payment",12709 "pallet-unique",12710 "parity-scale-codec 3.2.1",12711 "scale-info",12712 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12713 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12714 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12715 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12716 "up-data-structs",12717 "up-sponsorship",12718]1271912720[[package]]12721name = "textwrap"12722version = "0.16.0"12723source = "registry+https://github.com/rust-lang/crates.io-index"12724checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1272512726[[package]]12727name = "thiserror"12728version = "1.0.37"12729source = "registry+https://github.com/rust-lang/crates.io-index"12730checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12731dependencies = [12732 "thiserror-impl",12733]1273412735[[package]]12736name = "thiserror-impl"12737version = "1.0.37"12738source = "registry+https://github.com/rust-lang/crates.io-index"12739checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12740dependencies = [12741 "proc-macro2",12742 "quote",12743 "syn",12744]1274512746[[package]]12747name = "thousands"12748version = "0.2.0"12749source = "registry+https://github.com/rust-lang/crates.io-index"12750checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1275112752[[package]]12753name = "thread_local"12754version = "1.1.4"12755source = "registry+https://github.com/rust-lang/crates.io-index"12756checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12757dependencies = [12758 "once_cell",12759]1276012761[[package]]12762name = "threadpool"12763version = "1.8.1"12764source = "registry+https://github.com/rust-lang/crates.io-index"12765checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12766dependencies = [12767 "num_cpus",12768]1276912770[[package]]12771name = "thrift"12772version = "0.15.0"12773source = "registry+https://github.com/rust-lang/crates.io-index"12774checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12775dependencies = [12776 "byteorder",12777 "integer-encoding",12778 "log",12779 "ordered-float",12780 "threadpool",12781]1278212783[[package]]12784name = "tikv-jemalloc-sys"12785version = "0.4.3+5.2.1-patched.2"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12788dependencies = [12789 "cc",12790 "fs_extra",12791 "libc",12792]1279312794[[package]]12795name = "time"12796version = "0.1.44"12797source = "registry+https://github.com/rust-lang/crates.io-index"12798checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12799dependencies = [12800 "libc",12801 "wasi 0.10.0+wasi-snapshot-preview1",12802 "winapi",12803]1280412805[[package]]12806name = "time"12807version = "0.3.9"12808source = "registry+https://github.com/rust-lang/crates.io-index"12809checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12810dependencies = [12811 "itoa",12812 "libc",12813 "num_threads",12814 "time-macros",12815]1281612817[[package]]12818name = "time-macros"12819version = "0.2.4"12820source = "registry+https://github.com/rust-lang/crates.io-index"12821checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1282212823[[package]]12824name = "tiny-bip39"12825version = "0.8.2"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12828dependencies = [12829 "anyhow",12830 "hmac 0.8.1",12831 "once_cell",12832 "pbkdf2 0.4.0",12833 "rand 0.7.3",12834 "rustc-hash",12835 "sha2 0.9.9",12836 "thiserror",12837 "unicode-normalization",12838 "wasm-bindgen",12839 "zeroize",12840]1284112842[[package]]12843name = "tiny-keccak"12844version = "2.0.2"12845source = "registry+https://github.com/rust-lang/crates.io-index"12846checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12847dependencies = [12848 "crunchy",12849]1285012851[[package]]12852name = "tinyvec"12853version = "1.6.0"12854source = "registry+https://github.com/rust-lang/crates.io-index"12855checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12856dependencies = [12857 "tinyvec_macros",12858]1285912860[[package]]12861name = "tinyvec_macros"12862version = "0.1.0"12863source = "registry+https://github.com/rust-lang/crates.io-index"12864checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1286512866[[package]]12867name = "tokio"12868version = "1.21.2"12869source = "registry+https://github.com/rust-lang/crates.io-index"12870checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12871dependencies = [12872 "autocfg",12873 "bytes",12874 "libc",12875 "memchr",12876 "mio",12877 "num_cpus",12878 "parking_lot 0.12.1",12879 "pin-project-lite 0.2.9",12880 "signal-hook-registry",12881 "socket2",12882 "tokio-macros",12883 "winapi",12884]1288512886[[package]]12887name = "tokio-macros"12888version = "1.8.0"12889source = "registry+https://github.com/rust-lang/crates.io-index"12890checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12891dependencies = [12892 "proc-macro2",12893 "quote",12894 "syn",12895]1289612897[[package]]12898name = "tokio-rustls"12899version = "0.23.4"12900source = "registry+https://github.com/rust-lang/crates.io-index"12901checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12902dependencies = [12903 "rustls",12904 "tokio",12905 "webpki",12906]1290712908[[package]]12909name = "tokio-stream"12910version = "0.1.11"12911source = "registry+https://github.com/rust-lang/crates.io-index"12912checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12913dependencies = [12914 "futures-core",12915 "pin-project-lite 0.2.9",12916 "tokio",12917]1291812919[[package]]12920name = "tokio-util"12921version = "0.7.4"12922source = "registry+https://github.com/rust-lang/crates.io-index"12923checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12924dependencies = [12925 "bytes",12926 "futures-core",12927 "futures-io",12928 "futures-sink",12929 "pin-project-lite 0.2.9",12930 "tokio",12931 "tracing",12932]1293312934[[package]]12935name = "toml"12936version = "0.5.9"12937source = "registry+https://github.com/rust-lang/crates.io-index"12938checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12939dependencies = [12940 "serde",12941]1294212943[[package]]12944name = "tower-service"12945version = "0.3.2"12946source = "registry+https://github.com/rust-lang/crates.io-index"12947checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1294812949[[package]]12950name = "tracing"12951version = "0.1.37"12952source = "registry+https://github.com/rust-lang/crates.io-index"12953checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12954dependencies = [12955 "cfg-if 1.0.0",12956 "pin-project-lite 0.2.9",12957 "tracing-attributes",12958 "tracing-core",12959]1296012961[[package]]12962name = "tracing-attributes"12963version = "0.1.23"12964source = "registry+https://github.com/rust-lang/crates.io-index"12965checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12966dependencies = [12967 "proc-macro2",12968 "quote",12969 "syn",12970]1297112972[[package]]12973name = "tracing-core"12974version = "0.1.30"12975source = "registry+https://github.com/rust-lang/crates.io-index"12976checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12977dependencies = [12978 "once_cell",12979 "valuable",12980]1298112982[[package]]12983name = "tracing-futures"12984version = "0.2.5"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12987dependencies = [12988 "pin-project",12989 "tracing",12990]1299112992[[package]]12993name = "tracing-gum"12994version = "0.9.30"12995source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12996dependencies = [12997 "polkadot-node-jaeger",12998 "polkadot-primitives",12999 "tracing",13000 "tracing-gum-proc-macro",13001]1300213003[[package]]13004name = "tracing-gum-proc-macro"13005version = "0.9.30"13006source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"13007dependencies = [13008 "expander 0.0.6",13009 "proc-macro-crate",13010 "proc-macro2",13011 "quote",13012 "syn",13013]1301413015[[package]]13016name = "tracing-log"13017version = "0.1.3"13018source = "registry+https://github.com/rust-lang/crates.io-index"13019checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"13020dependencies = [13021 "lazy_static",13022 "log",13023 "tracing-core",13024]1302513026[[package]]13027name = "tracing-serde"13028version = "0.1.3"13029source = "registry+https://github.com/rust-lang/crates.io-index"13030checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"13031dependencies = [13032 "serde",13033 "tracing-core",13034]1303513036[[package]]13037name = "tracing-subscriber"13038version = "0.2.25"13039source = "registry+https://github.com/rust-lang/crates.io-index"13040checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"13041dependencies = [13042 "ansi_term",13043 "chrono",13044 "lazy_static",13045 "matchers",13046 "parking_lot 0.11.2",13047 "regex",13048 "serde",13049 "serde_json",13050 "sharded-slab",13051 "smallvec",13052 "thread_local",13053 "tracing",13054 "tracing-core",13055 "tracing-log",13056 "tracing-serde",13057]1305813059[[package]]13060name = "trie-db"13061version = "0.24.0"13062source = "registry+https://github.com/rust-lang/crates.io-index"13063checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"13064dependencies = [13065 "hash-db",13066 "hashbrown",13067 "log",13068 "rustc-hex",13069 "smallvec",13070]1307113072[[package]]13073name = "trie-root"13074version = "0.17.0"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"13077dependencies = [13078 "hash-db",13079]1308013081[[package]]13082name = "triehash"13083version = "0.8.4"13084source = "registry+https://github.com/rust-lang/crates.io-index"13085checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"13086dependencies = [13087 "hash-db",13088 "rlp",13089]1309013091[[package]]13092name = "trust-dns-proto"13093version = "0.21.2"13094source = "registry+https://github.com/rust-lang/crates.io-index"13095checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"13096dependencies = [13097 "async-trait",13098 "cfg-if 1.0.0",13099 "data-encoding",13100 "enum-as-inner",13101 "futures-channel",13102 "futures-io",13103 "futures-util",13104 "idna 0.2.3",13105 "ipnet",13106 "lazy_static",13107 "log",13108 "rand 0.8.5",13109 "smallvec",13110 "thiserror",13111 "tinyvec",13112 "url",13113]1311413115[[package]]13116name = "trust-dns-resolver"13117version = "0.21.2"13118source = "registry+https://github.com/rust-lang/crates.io-index"13119checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"13120dependencies = [13121 "cfg-if 1.0.0",13122 "futures-util",13123 "ipconfig",13124 "lazy_static",13125 "log",13126 "lru-cache",13127 "parking_lot 0.12.1",13128 "resolv-conf",13129 "smallvec",13130 "thiserror",13131 "trust-dns-proto",13132]1313313134[[package]]13135name = "try-lock"13136version = "0.2.3"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1313913140[[package]]13141name = "try-runtime-cli"13142version = "0.10.0-dev"13143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"13144dependencies = [13145 "clap",13146 "frame-try-runtime",13147 "jsonrpsee",13148 "log",13149 "parity-scale-codec 3.2.1",13150 "remote-externalities",13151 "sc-chain-spec",13152 "sc-cli",13153 "sc-executor",13154 "sc-service",13155 "serde",13156 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13157 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13158 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13159 "sp-keystore",13160 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13161 "sp-state-machine",13162 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13163 "zstd",13164]1316513166[[package]]13167name = "tt-call"13168version = "1.0.8"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1317113172[[package]]13173name = "twox-hash"13174version = "1.6.3"13175source = "registry+https://github.com/rust-lang/crates.io-index"13176checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13177dependencies = [13178 "cfg-if 1.0.0",13179 "digest 0.10.5",13180 "rand 0.8.5",13181 "static_assertions",13182]1318313184[[package]]13185name = "typenum"13186version = "1.15.0"13187source = "registry+https://github.com/rust-lang/crates.io-index"13188checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1318913190[[package]]13191name = "uc-rpc"13192version = "0.1.4"13193dependencies = [13194 "anyhow",13195 "app-promotion-rpc",13196 "jsonrpsee",13197 "pallet-common",13198 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13199 "parity-scale-codec 3.2.1",13200 "rmrk-rpc",13201 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13202 "sp-blockchain",13203 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13204 "sp-rpc",13205 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13206 "up-data-structs",13207 "up-rpc",13208]1320913210[[package]]13211name = "ucd-trie"13212version = "0.1.5"13213source = "registry+https://github.com/rust-lang/crates.io-index"13214checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1321513216[[package]]13217name = "uint"13218version = "0.9.4"13219source = "registry+https://github.com/rust-lang/crates.io-index"13220checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"13221dependencies = [13222 "byteorder",13223 "crunchy",13224 "hex",13225 "static_assertions",13226]1322713228[[package]]13229name = "unicase"13230version = "2.6.0"13231source = "registry+https://github.com/rust-lang/crates.io-index"13232checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"13233dependencies = [13234 "version_check",13235]1323613237[[package]]13238name = "unicode-bidi"13239version = "0.3.8"13240source = "registry+https://github.com/rust-lang/crates.io-index"13241checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1324213243[[package]]13244name = "unicode-ident"13245version = "1.0.5"13246source = "registry+https://github.com/rust-lang/crates.io-index"13247checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1324813249[[package]]13250name = "unicode-normalization"13251version = "0.1.22"13252source = "registry+https://github.com/rust-lang/crates.io-index"13253checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"13254dependencies = [13255 "tinyvec",13256]1325713258[[package]]13259name = "unicode-segmentation"13260version = "1.10.0"13261source = "registry+https://github.com/rust-lang/crates.io-index"13262checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1326313264[[package]]13265name = "unicode-width"13266version = "0.1.10"13267source = "registry+https://github.com/rust-lang/crates.io-index"13268checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1326913270[[package]]13271name = "unicode-xid"13272version = "0.2.4"13273source = "registry+https://github.com/rust-lang/crates.io-index"13274checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1327513276[[package]]13277name = "unique-node"13278version = "0.9.30"13279dependencies = [13280 "app-promotion-rpc",13281 "clap",13282 "cumulus-client-cli",13283 "cumulus-client-collator",13284 "cumulus-client-consensus-aura",13285 "cumulus-client-consensus-common",13286 "cumulus-client-network",13287 "cumulus-client-service",13288 "cumulus-primitives-core",13289 "cumulus-primitives-parachain-inherent",13290 "cumulus-relay-chain-inprocess-interface",13291 "cumulus-relay-chain-interface",13292 "cumulus-relay-chain-rpc-interface",13293 "fc-consensus",13294 "fc-db",13295 "fc-mapping-sync",13296 "fc-rpc",13297 "fc-rpc-core",13298 "flexi_logger",13299 "fp-rpc",13300 "frame-benchmarking",13301 "frame-benchmarking-cli",13302 "futures 0.3.25",13303 "jsonrpsee",13304 "log",13305 "opal-runtime",13306 "pallet-ethereum",13307 "pallet-transaction-payment-rpc",13308 "pallet-transaction-payment-rpc-runtime-api",13309 "parity-scale-codec 3.2.1",13310 "parking_lot 0.12.1",13311 "polkadot-cli",13312 "polkadot-parachain",13313 "polkadot-primitives",13314 "polkadot-service",13315 "polkadot-test-service",13316 "quartz-runtime",13317 "rmrk-rpc",13318 "sc-basic-authorship",13319 "sc-chain-spec",13320 "sc-cli",13321 "sc-client-api",13322 "sc-consensus",13323 "sc-consensus-aura",13324 "sc-consensus-manual-seal",13325 "sc-executor",13326 "sc-finality-grandpa",13327 "sc-keystore",13328 "sc-network",13329 "sc-rpc",13330 "sc-rpc-api",13331 "sc-service",13332 "sc-sysinfo",13333 "sc-telemetry",13334 "sc-tracing",13335 "sc-transaction-pool",13336 "serde",13337 "serde_json",13338 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13339 "sp-block-builder",13340 "sp-blockchain",13341 "sp-consensus",13342 "sp-consensus-aura",13343 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13344 "sp-finality-grandpa",13345 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13346 "sp-keystore",13347 "sp-offchain",13348 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13349 "sp-session",13350 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13351 "sp-transaction-pool",13352 "sp-trie",13353 "substrate-build-script-utils",13354 "substrate-frame-rpc-system",13355 "substrate-prometheus-endpoint",13356 "tokio",13357 "try-runtime-cli",13358 "unique-rpc",13359 "unique-runtime",13360 "up-common",13361 "up-data-structs",13362 "up-rpc",13363]1336413365[[package]]13366name = "unique-rpc"13367version = "0.1.2"13368dependencies = [13369 "app-promotion-rpc",13370 "fc-db",13371 "fc-mapping-sync",13372 "fc-rpc",13373 "fc-rpc-core",13374 "fp-rpc",13375 "fp-storage",13376 "futures 0.3.25",13377 "jsonrpsee",13378 "pallet-common",13379 "pallet-ethereum",13380 "pallet-transaction-payment-rpc",13381 "pallet-transaction-payment-rpc-runtime-api",13382 "pallet-unique",13383 "rmrk-rpc",13384 "sc-client-api",13385 "sc-consensus-aura",13386 "sc-consensus-epochs",13387 "sc-finality-grandpa",13388 "sc-finality-grandpa-rpc",13389 "sc-keystore",13390 "sc-network",13391 "sc-rpc",13392 "sc-rpc-api",13393 "sc-service",13394 "sc-transaction-pool",13395 "serde",13396 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13397 "sp-block-builder",13398 "sp-blockchain",13399 "sp-consensus",13400 "sp-consensus-aura",13401 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13402 "sp-offchain",13403 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13404 "sp-session",13405 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13406 "sp-transaction-pool",13407 "substrate-frame-rpc-system",13408 "tokio",13409 "uc-rpc",13410 "up-common",13411 "up-data-structs",13412 "up-rpc",13413]1341413415[[package]]13416name = "unique-runtime"13417version = "0.9.30"13418dependencies = [13419 "app-promotion-rpc",13420 "cumulus-pallet-aura-ext",13421 "cumulus-pallet-dmp-queue",13422 "cumulus-pallet-parachain-system",13423 "cumulus-pallet-xcm",13424 "cumulus-pallet-xcmp-queue",13425 "cumulus-primitives-core",13426 "cumulus-primitives-timestamp",13427 "cumulus-primitives-utility",13428 "derivative",13429 "evm-coder",13430 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13431 "fp-rpc",13432 "fp-self-contained",13433 "frame-benchmarking",13434 "frame-executive",13435 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13436 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13437 "frame-system-benchmarking",13438 "frame-system-rpc-runtime-api",13439 "frame-try-runtime",13440 "hex-literal",13441 "impl-trait-for-tuples",13442 "log",13443 "logtest",13444 "orml-tokens",13445 "orml-traits",13446 "orml-vesting",13447 "orml-xtokens",13448 "pallet-app-promotion",13449 "pallet-aura",13450 "pallet-balances",13451 "pallet-base-fee",13452 "pallet-common",13453 "pallet-configuration",13454 "pallet-ethereum",13455 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13456 "pallet-evm-coder-substrate",13457 "pallet-evm-contract-helpers",13458 "pallet-evm-migration",13459 "pallet-evm-transaction-payment",13460 "pallet-foreign-assets",13461 "pallet-fungible",13462 "pallet-inflation",13463 "pallet-nonfungible",13464 "pallet-randomness-collective-flip",13465 "pallet-refungible",13466 "pallet-rmrk-core",13467 "pallet-rmrk-equip",13468 "pallet-structure",13469 "pallet-sudo",13470 "pallet-template-transaction-payment",13471 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13472 "pallet-transaction-payment",13473 "pallet-transaction-payment-rpc-runtime-api",13474 "pallet-treasury",13475 "pallet-unique",13476 "pallet-unique-scheduler",13477 "pallet-xcm",13478 "parachain-info",13479 "parity-scale-codec 3.2.1",13480 "polkadot-parachain",13481 "rmrk-rpc",13482 "scale-info",13483 "serde",13484 "smallvec",13485 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13486 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13487 "sp-block-builder",13488 "sp-consensus-aura",13489 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13490 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13491 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13492 "sp-offchain",13493 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13494 "sp-session",13495 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13496 "sp-transaction-pool",13497 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13498 "substrate-wasm-builder",13499 "up-common",13500 "up-data-structs",13501 "up-rpc",13502 "up-sponsorship",13503 "xcm",13504 "xcm-builder",13505 "xcm-executor",13506]1350713508[[package]]13509name = "universal-hash"13510version = "0.4.1"13511source = "registry+https://github.com/rust-lang/crates.io-index"13512checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13513dependencies = [13514 "generic-array 0.14.6",13515 "subtle",13516]1351713518[[package]]13519name = "unsigned-varint"13520version = "0.7.1"13521source = "registry+https://github.com/rust-lang/crates.io-index"13522checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13523dependencies = [13524 "asynchronous-codec",13525 "bytes",13526 "futures-io",13527 "futures-util",13528]1352913530[[package]]13531name = "untrusted"13532version = "0.7.1"13533source = "registry+https://github.com/rust-lang/crates.io-index"13534checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1353513536[[package]]13537name = "up-common"13538version = "0.9.30"13539dependencies = [13540 "fp-rpc",13541 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13542 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13543 "sp-consensus-aura",13544 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13545 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13546 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13547]1354813549[[package]]13550name = "up-data-structs"13551version = "0.2.2"13552dependencies = [13553 "bondrewd",13554 "derivative",13555 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13556 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13557 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13558 "parity-scale-codec 3.2.1",13559 "rmrk-traits",13560 "scale-info",13561 "serde",13562 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13563 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13564 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13565 "struct-versioning",13566]1356713568[[package]]13569name = "up-rpc"13570version = "0.1.3"13571dependencies = [13572 "pallet-common",13573 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13574 "parity-scale-codec 3.2.1",13575 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13576 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13577 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13578 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13579 "up-data-structs",13580]1358113582[[package]]13583name = "up-sponsorship"13584version = "0.1.0"13585source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13586dependencies = [13587 "impl-trait-for-tuples",13588]1358913590[[package]]13591name = "url"13592version = "2.3.1"13593source = "registry+https://github.com/rust-lang/crates.io-index"13594checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13595dependencies = [13596 "form_urlencoded",13597 "idna 0.3.0",13598 "percent-encoding",13599]1360013601[[package]]13602name = "valuable"13603version = "0.1.0"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1360613607[[package]]13608name = "value-bag"13609version = "1.0.0-alpha.9"13610source = "registry+https://github.com/rust-lang/crates.io-index"13611checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13612dependencies = [13613 "ctor",13614 "version_check",13615]1361613617[[package]]13618name = "vcpkg"13619version = "0.2.15"13620source = "registry+https://github.com/rust-lang/crates.io-index"13621checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1362213623[[package]]13624name = "version_check"13625version = "0.9.4"13626source = "registry+https://github.com/rust-lang/crates.io-index"13627checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1362813629[[package]]13630name = "void"13631version = "1.0.2"13632source = "registry+https://github.com/rust-lang/crates.io-index"13633checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1363413635[[package]]13636name = "waker-fn"13637version = "1.1.0"13638source = "registry+https://github.com/rust-lang/crates.io-index"13639checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1364013641[[package]]13642name = "walkdir"13643version = "2.3.2"13644source = "registry+https://github.com/rust-lang/crates.io-index"13645checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13646dependencies = [13647 "same-file",13648 "winapi",13649 "winapi-util",13650]1365113652[[package]]13653name = "want"13654version = "0.3.0"13655source = "registry+https://github.com/rust-lang/crates.io-index"13656checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13657dependencies = [13658 "log",13659 "try-lock",13660]1366113662[[package]]13663name = "wasi"13664version = "0.9.0+wasi-snapshot-preview1"13665source = "registry+https://github.com/rust-lang/crates.io-index"13666checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1366713668[[package]]13669name = "wasi"13670version = "0.10.0+wasi-snapshot-preview1"13671source = "registry+https://github.com/rust-lang/crates.io-index"13672checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1367313674[[package]]13675name = "wasi"13676version = "0.11.0+wasi-snapshot-preview1"13677source = "registry+https://github.com/rust-lang/crates.io-index"13678checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1367913680[[package]]13681name = "wasm-bindgen"13682version = "0.2.83"13683source = "registry+https://github.com/rust-lang/crates.io-index"13684checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13685dependencies = [13686 "cfg-if 1.0.0",13687 "wasm-bindgen-macro",13688]1368913690[[package]]13691name = "wasm-bindgen-backend"13692version = "0.2.83"13693source = "registry+https://github.com/rust-lang/crates.io-index"13694checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13695dependencies = [13696 "bumpalo",13697 "log",13698 "once_cell",13699 "proc-macro2",13700 "quote",13701 "syn",13702 "wasm-bindgen-shared",13703]1370413705[[package]]13706name = "wasm-bindgen-futures"13707version = "0.4.33"13708source = "registry+https://github.com/rust-lang/crates.io-index"13709checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13710dependencies = [13711 "cfg-if 1.0.0",13712 "js-sys",13713 "wasm-bindgen",13714 "web-sys",13715]1371613717[[package]]13718name = "wasm-bindgen-macro"13719version = "0.2.83"13720source = "registry+https://github.com/rust-lang/crates.io-index"13721checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13722dependencies = [13723 "quote",13724 "wasm-bindgen-macro-support",13725]1372613727[[package]]13728name = "wasm-bindgen-macro-support"13729version = "0.2.83"13730source = "registry+https://github.com/rust-lang/crates.io-index"13731checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13732dependencies = [13733 "proc-macro2",13734 "quote",13735 "syn",13736 "wasm-bindgen-backend",13737 "wasm-bindgen-shared",13738]1373913740[[package]]13741name = "wasm-bindgen-shared"13742version = "0.2.83"13743source = "registry+https://github.com/rust-lang/crates.io-index"13744checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1374513746[[package]]13747name = "wasm-gc-api"13748version = "0.1.11"13749source = "registry+https://github.com/rust-lang/crates.io-index"13750checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13751dependencies = [13752 "log",13753 "parity-wasm 0.32.0",13754 "rustc-demangle",13755]1375613757[[package]]13758name = "wasm-instrument"13759version = "0.3.0"13760source = "registry+https://github.com/rust-lang/crates.io-index"13761checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13762dependencies = [13763 "parity-wasm 0.45.0",13764]1376513766[[package]]13767name = "wasm-timer"13768version = "0.2.5"13769source = "registry+https://github.com/rust-lang/crates.io-index"13770checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13771dependencies = [13772 "futures 0.3.25",13773 "js-sys",13774 "parking_lot 0.11.2",13775 "pin-utils",13776 "wasm-bindgen",13777 "wasm-bindgen-futures",13778 "web-sys",13779]1378013781[[package]]13782name = "wasmi"13783version = "0.13.2"13784source = "registry+https://github.com/rust-lang/crates.io-index"13785checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13786dependencies = [13787 "parity-wasm 0.45.0",13788 "wasmi-validation",13789 "wasmi_core",13790]1379113792[[package]]13793name = "wasmi-validation"13794version = "0.5.0"13795source = "registry+https://github.com/rust-lang/crates.io-index"13796checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13797dependencies = [13798 "parity-wasm 0.45.0",13799]1380013801[[package]]13802name = "wasmi_core"13803version = "0.2.1"13804source = "registry+https://github.com/rust-lang/crates.io-index"13805checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13806dependencies = [13807 "downcast-rs",13808 "libm",13809 "memory_units",13810 "num-rational 0.4.1",13811 "num-traits",13812]1381313814[[package]]13815name = "wasmparser"13816version = "0.89.1"13817source = "registry+https://github.com/rust-lang/crates.io-index"13818checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13819dependencies = [13820 "indexmap",13821]1382213823[[package]]13824name = "wasmtime"13825version = "1.0.1"13826source = "registry+https://github.com/rust-lang/crates.io-index"13827checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13828dependencies = [13829 "anyhow",13830 "bincode",13831 "cfg-if 1.0.0",13832 "indexmap",13833 "libc",13834 "log",13835 "object",13836 "once_cell",13837 "paste",13838 "psm",13839 "rayon",13840 "serde",13841 "target-lexicon",13842 "wasmparser",13843 "wasmtime-cache",13844 "wasmtime-cranelift",13845 "wasmtime-environ",13846 "wasmtime-jit",13847 "wasmtime-runtime",13848 "windows-sys 0.36.1",13849]1385013851[[package]]13852name = "wasmtime-asm-macros"13853version = "1.0.1"13854source = "registry+https://github.com/rust-lang/crates.io-index"13855checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13856dependencies = [13857 "cfg-if 1.0.0",13858]1385913860[[package]]13861name = "wasmtime-cache"13862version = "1.0.1"13863source = "registry+https://github.com/rust-lang/crates.io-index"13864checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13865dependencies = [13866 "anyhow",13867 "base64",13868 "bincode",13869 "directories-next",13870 "file-per-thread-logger",13871 "log",13872 "rustix",13873 "serde",13874 "sha2 0.9.9",13875 "toml",13876 "windows-sys 0.36.1",13877 "zstd",13878]1387913880[[package]]13881name = "wasmtime-cranelift"13882version = "1.0.1"13883source = "registry+https://github.com/rust-lang/crates.io-index"13884checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13885dependencies = [13886 "anyhow",13887 "cranelift-codegen",13888 "cranelift-entity",13889 "cranelift-frontend",13890 "cranelift-native",13891 "cranelift-wasm",13892 "gimli",13893 "log",13894 "object",13895 "target-lexicon",13896 "thiserror",13897 "wasmparser",13898 "wasmtime-environ",13899]1390013901[[package]]13902name = "wasmtime-environ"13903version = "1.0.1"13904source = "registry+https://github.com/rust-lang/crates.io-index"13905checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13906dependencies = [13907 "anyhow",13908 "cranelift-entity",13909 "gimli",13910 "indexmap",13911 "log",13912 "object",13913 "serde",13914 "target-lexicon",13915 "thiserror",13916 "wasmparser",13917 "wasmtime-types",13918]1391913920[[package]]13921name = "wasmtime-jit"13922version = "1.0.1"13923source = "registry+https://github.com/rust-lang/crates.io-index"13924checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13925dependencies = [13926 "addr2line",13927 "anyhow",13928 "bincode",13929 "cfg-if 1.0.0",13930 "cpp_demangle",13931 "gimli",13932 "log",13933 "object",13934 "rustc-demangle",13935 "rustix",13936 "serde",13937 "target-lexicon",13938 "thiserror",13939 "wasmtime-environ",13940 "wasmtime-jit-debug",13941 "wasmtime-runtime",13942 "windows-sys 0.36.1",13943]1394413945[[package]]13946name = "wasmtime-jit-debug"13947version = "1.0.1"13948source = "registry+https://github.com/rust-lang/crates.io-index"13949checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13950dependencies = [13951 "object",13952 "once_cell",13953 "rustix",13954]1395513956[[package]]13957name = "wasmtime-runtime"13958version = "1.0.1"13959source = "registry+https://github.com/rust-lang/crates.io-index"13960checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13961dependencies = [13962 "anyhow",13963 "cc",13964 "cfg-if 1.0.0",13965 "indexmap",13966 "libc",13967 "log",13968 "mach",13969 "memfd",13970 "memoffset",13971 "paste",13972 "rand 0.8.5",13973 "rustix",13974 "thiserror",13975 "wasmtime-asm-macros",13976 "wasmtime-environ",13977 "wasmtime-jit-debug",13978 "windows-sys 0.36.1",13979]1398013981[[package]]13982name = "wasmtime-types"13983version = "1.0.1"13984source = "registry+https://github.com/rust-lang/crates.io-index"13985checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13986dependencies = [13987 "cranelift-entity",13988 "serde",13989 "thiserror",13990 "wasmparser",13991]1399213993[[package]]13994name = "web-sys"13995version = "0.3.60"13996source = "registry+https://github.com/rust-lang/crates.io-index"13997checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13998dependencies = [13999 "js-sys",14000 "wasm-bindgen",14001]1400214003[[package]]14004name = "webpki"14005version = "0.22.0"14006source = "registry+https://github.com/rust-lang/crates.io-index"14007checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"14008dependencies = [14009 "ring",14010 "untrusted",14011]1401214013[[package]]14014name = "webpki-roots"14015version = "0.22.5"14016source = "registry+https://github.com/rust-lang/crates.io-index"14017checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"14018dependencies = [14019 "webpki",14020]1402114022[[package]]14023name = "wepoll-ffi"14024version = "0.1.2"14025source = "registry+https://github.com/rust-lang/crates.io-index"14026checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"14027dependencies = [14028 "cc",14029]1403014031[[package]]14032name = "westend-runtime"14033version = "0.9.30"14034source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14035dependencies = [14036 "beefy-primitives",14037 "bitvec 1.0.1",14038 "frame-benchmarking",14039 "frame-election-provider-support",14040 "frame-executive",14041 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14042 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14043 "frame-system-benchmarking",14044 "frame-system-rpc-runtime-api",14045 "frame-try-runtime",14046 "hex-literal",14047 "log",14048 "pallet-authority-discovery",14049 "pallet-authorship",14050 "pallet-babe",14051 "pallet-bags-list",14052 "pallet-balances",14053 "pallet-collective",14054 "pallet-democracy",14055 "pallet-election-provider-multi-phase",14056 "pallet-election-provider-support-benchmarking",14057 "pallet-elections-phragmen",14058 "pallet-fast-unstake",14059 "pallet-grandpa",14060 "pallet-identity",14061 "pallet-im-online",14062 "pallet-indices",14063 "pallet-membership",14064 "pallet-multisig",14065 "pallet-nomination-pools",14066 "pallet-nomination-pools-benchmarking",14067 "pallet-nomination-pools-runtime-api",14068 "pallet-offences",14069 "pallet-offences-benchmarking",14070 "pallet-preimage",14071 "pallet-proxy",14072 "pallet-recovery",14073 "pallet-scheduler",14074 "pallet-session",14075 "pallet-session-benchmarking",14076 "pallet-society",14077 "pallet-staking",14078 "pallet-staking-reward-curve",14079 "pallet-sudo",14080 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14081 "pallet-transaction-payment",14082 "pallet-transaction-payment-rpc-runtime-api",14083 "pallet-treasury",14084 "pallet-utility",14085 "pallet-vesting",14086 "pallet-xcm",14087 "pallet-xcm-benchmarks",14088 "parity-scale-codec 3.2.1",14089 "polkadot-parachain",14090 "polkadot-primitives",14091 "polkadot-runtime-common",14092 "polkadot-runtime-parachains",14093 "rustc-hex",14094 "scale-info",14095 "serde",14096 "serde_derive",14097 "smallvec",14098 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14099 "sp-authority-discovery",14100 "sp-block-builder",14101 "sp-consensus-babe",14102 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14103 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14104 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14105 "sp-mmr-primitives",14106 "sp-npos-elections",14107 "sp-offchain",14108 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14109 "sp-session",14110 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14111 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14112 "sp-transaction-pool",14113 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14114 "substrate-wasm-builder",14115 "westend-runtime-constants",14116 "xcm",14117 "xcm-builder",14118 "xcm-executor",14119]1412014121[[package]]14122name = "westend-runtime-constants"14123version = "0.9.30"14124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14125dependencies = [14126 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14127 "polkadot-primitives",14128 "polkadot-runtime-common",14129 "smallvec",14130 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14131]1413214133[[package]]14134name = "which"14135version = "4.3.0"14136source = "registry+https://github.com/rust-lang/crates.io-index"14137checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"14138dependencies = [14139 "either",14140 "libc",14141 "once_cell",14142]1414314144[[package]]14145name = "widestring"14146version = "0.5.1"14147source = "registry+https://github.com/rust-lang/crates.io-index"14148checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1414914150[[package]]14151name = "winapi"14152version = "0.3.9"14153source = "registry+https://github.com/rust-lang/crates.io-index"14154checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14155dependencies = [14156 "winapi-i686-pc-windows-gnu",14157 "winapi-x86_64-pc-windows-gnu",14158]1415914160[[package]]14161name = "winapi-i686-pc-windows-gnu"14162version = "0.4.0"14163source = "registry+https://github.com/rust-lang/crates.io-index"14164checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1416514166[[package]]14167name = "winapi-util"14168version = "0.1.5"14169source = "registry+https://github.com/rust-lang/crates.io-index"14170checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14171dependencies = [14172 "winapi",14173]1417414175[[package]]14176name = "winapi-x86_64-pc-windows-gnu"14177version = "0.4.0"14178source = "registry+https://github.com/rust-lang/crates.io-index"14179checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1418014181[[package]]14182name = "windows"14183version = "0.34.0"14184source = "registry+https://github.com/rust-lang/crates.io-index"14185checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"14186dependencies = [14187 "windows_aarch64_msvc 0.34.0",14188 "windows_i686_gnu 0.34.0",14189 "windows_i686_msvc 0.34.0",14190 "windows_x86_64_gnu 0.34.0",14191 "windows_x86_64_msvc 0.34.0",14192]1419314194[[package]]14195name = "windows-sys"14196version = "0.36.1"14197source = "registry+https://github.com/rust-lang/crates.io-index"14198checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"14199dependencies = [14200 "windows_aarch64_msvc 0.36.1",14201 "windows_i686_gnu 0.36.1",14202 "windows_i686_msvc 0.36.1",14203 "windows_x86_64_gnu 0.36.1",14204 "windows_x86_64_msvc 0.36.1",14205]1420614207[[package]]14208name = "windows-sys"14209version = "0.42.0"14210source = "registry+https://github.com/rust-lang/crates.io-index"14211checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14212dependencies = [14213 "windows_aarch64_gnullvm",14214 "windows_aarch64_msvc 0.42.0",14215 "windows_i686_gnu 0.42.0",14216 "windows_i686_msvc 0.42.0",14217 "windows_x86_64_gnu 0.42.0",14218 "windows_x86_64_gnullvm",14219 "windows_x86_64_msvc 0.42.0",14220]1422114222[[package]]14223name = "windows_aarch64_gnullvm"14224version = "0.42.0"14225source = "registry+https://github.com/rust-lang/crates.io-index"14226checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1422714228[[package]]14229name = "windows_aarch64_msvc"14230version = "0.34.0"14231source = "registry+https://github.com/rust-lang/crates.io-index"14232checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1423314234[[package]]14235name = "windows_aarch64_msvc"14236version = "0.36.1"14237source = "registry+https://github.com/rust-lang/crates.io-index"14238checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1423914240[[package]]14241name = "windows_aarch64_msvc"14242version = "0.42.0"14243source = "registry+https://github.com/rust-lang/crates.io-index"14244checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1424514246[[package]]14247name = "windows_i686_gnu"14248version = "0.34.0"14249source = "registry+https://github.com/rust-lang/crates.io-index"14250checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1425114252[[package]]14253name = "windows_i686_gnu"14254version = "0.36.1"14255source = "registry+https://github.com/rust-lang/crates.io-index"14256checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1425714258[[package]]14259name = "windows_i686_gnu"14260version = "0.42.0"14261source = "registry+https://github.com/rust-lang/crates.io-index"14262checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1426314264[[package]]14265name = "windows_i686_msvc"14266version = "0.34.0"14267source = "registry+https://github.com/rust-lang/crates.io-index"14268checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1426914270[[package]]14271name = "windows_i686_msvc"14272version = "0.36.1"14273source = "registry+https://github.com/rust-lang/crates.io-index"14274checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1427514276[[package]]14277name = "windows_i686_msvc"14278version = "0.42.0"14279source = "registry+https://github.com/rust-lang/crates.io-index"14280checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1428114282[[package]]14283name = "windows_x86_64_gnu"14284version = "0.34.0"14285source = "registry+https://github.com/rust-lang/crates.io-index"14286checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1428714288[[package]]14289name = "windows_x86_64_gnu"14290version = "0.36.1"14291source = "registry+https://github.com/rust-lang/crates.io-index"14292checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1429314294[[package]]14295name = "windows_x86_64_gnu"14296version = "0.42.0"14297source = "registry+https://github.com/rust-lang/crates.io-index"14298checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1429914300[[package]]14301name = "windows_x86_64_gnullvm"14302version = "0.42.0"14303source = "registry+https://github.com/rust-lang/crates.io-index"14304checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1430514306[[package]]14307name = "windows_x86_64_msvc"14308version = "0.34.0"14309source = "registry+https://github.com/rust-lang/crates.io-index"14310checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1431114312[[package]]14313name = "windows_x86_64_msvc"14314version = "0.36.1"14315source = "registry+https://github.com/rust-lang/crates.io-index"14316checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1431714318[[package]]14319name = "windows_x86_64_msvc"14320version = "0.42.0"14321source = "registry+https://github.com/rust-lang/crates.io-index"14322checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1432314324[[package]]14325name = "winreg"14326version = "0.7.0"14327source = "registry+https://github.com/rust-lang/crates.io-index"14328checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"14329dependencies = [14330 "winapi",14331]1433214333[[package]]14334name = "wyz"14335version = "0.2.0"14336source = "registry+https://github.com/rust-lang/crates.io-index"14337checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1433814339[[package]]14340name = "wyz"14341version = "0.5.0"14342source = "registry+https://github.com/rust-lang/crates.io-index"14343checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"14344dependencies = [14345 "tap",14346]1434714348[[package]]14349name = "x25519-dalek"14350version = "1.1.1"14351source = "registry+https://github.com/rust-lang/crates.io-index"14352checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14353dependencies = [14354 "curve25519-dalek 3.2.0",14355 "rand_core 0.5.1",14356 "zeroize",14357]1435814359[[package]]14360name = "xcm"14361version = "0.9.30"14362source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14363dependencies = [14364 "derivative",14365 "impl-trait-for-tuples",14366 "log",14367 "parity-scale-codec 3.2.1",14368 "scale-info",14369 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14370 "xcm-procedural",14371]1437214373[[package]]14374name = "xcm-builder"14375version = "0.9.30"14376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14377dependencies = [14378 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14379 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14380 "log",14381 "pallet-transaction-payment",14382 "parity-scale-codec 3.2.1",14383 "polkadot-parachain",14384 "scale-info",14385 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14386 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14387 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14388 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14389 "xcm",14390 "xcm-executor",14391]1439214393[[package]]14394name = "xcm-executor"14395version = "0.9.30"14396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14397dependencies = [14398 "frame-benchmarking",14399 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14400 "impl-trait-for-tuples",14401 "log",14402 "parity-scale-codec 3.2.1",14403 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14404 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14405 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14406 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14407 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14408 "xcm",14409]1441014411[[package]]14412name = "xcm-procedural"14413version = "0.9.30"14414source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14415dependencies = [14416 "Inflector",14417 "proc-macro2",14418 "quote",14419 "syn",14420]1442114422[[package]]14423name = "yamux"14424version = "0.10.2"14425source = "registry+https://github.com/rust-lang/crates.io-index"14426checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14427dependencies = [14428 "futures 0.3.25",14429 "log",14430 "nohash-hasher",14431 "parking_lot 0.12.1",14432 "rand 0.8.5",14433 "static_assertions",14434]1443514436[[package]]14437name = "zeroize"14438version = "1.5.7"14439source = "registry+https://github.com/rust-lang/crates.io-index"14440checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14441dependencies = [14442 "zeroize_derive",14443]1444414445[[package]]14446name = "zeroize_derive"14447version = "1.3.2"14448source = "registry+https://github.com/rust-lang/crates.io-index"14449checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"14450dependencies = [14451 "proc-macro2",14452 "quote",14453 "syn",14454 "synstructure",14455]1445614457[[package]]14458name = "zstd"14459version = "0.11.2+zstd.1.5.2"14460source = "registry+https://github.com/rust-lang/crates.io-index"14461checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14462dependencies = [14463 "zstd-safe",14464]1446514466[[package]]14467name = "zstd-safe"14468version = "5.0.2+zstd.1.5.2"14469source = "registry+https://github.com/rust-lang/crates.io-index"14470checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14471dependencies = [14472 "libc",14473 "zstd-sys",14474]1447514476[[package]]14477name = "zstd-sys"14478version = "2.0.1+zstd.1.5.2"14479source = "registry+https://github.com/rust-lang/crates.io-index"14480checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14481dependencies = [14482 "cc",14483 "libc",14484]