git.delta.rocks / unique-network / refs/commits / 4d4a023748fc

difftreelog

source

Cargo.lock419.1 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.6",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher 0.3.0",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher 0.3.0",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.8",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.19"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"81dependencies = [82 "memchr",83]8485[[package]]86name = "always-assert"87version = "0.1.2"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"9091[[package]]92name = "android_system_properties"93version = "0.1.5"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"96dependencies = [97 "libc",98]99100[[package]]101name = "ansi_term"102version = "0.12.1"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"105dependencies = [106 "winapi",107]108109[[package]]110name = "anyhow"111version = "1.0.66"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"114115[[package]]116name = "app-promotion-rpc"117version = "0.1.0"118dependencies = [119 "pallet-common",120 "pallet-evm 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 = "constant_time_eq"1100version = "0.1.5"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11031104[[package]]1105name = "convert_case"1106version = "0.4.0"1107source = "registry+https://github.com/rust-lang/crates.io-index"1108checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11091110[[package]]1111name = "core-foundation"1112version = "0.9.3"1113source = "registry+https://github.com/rust-lang/crates.io-index"1114checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1115dependencies = [1116 "core-foundation-sys",1117 "libc",1118]11191120[[package]]1121name = "core-foundation-sys"1122version = "0.8.3"1123source = "registry+https://github.com/rust-lang/crates.io-index"1124checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11251126[[package]]1127name = "core2"1128version = "0.4.0"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1131dependencies = [1132 "memchr",1133]11341135[[package]]1136name = "cpp_demangle"1137version = "0.3.5"1138source = "registry+https://github.com/rust-lang/crates.io-index"1139checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1140dependencies = [1141 "cfg-if 1.0.0",1142]11431144[[package]]1145name = "cpufeatures"1146version = "0.2.5"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1149dependencies = [1150 "libc",1151]11521153[[package]]1154name = "cranelift-bforest"1155version = "0.88.1"1156source = "registry+https://github.com/rust-lang/crates.io-index"1157checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a"1158dependencies = [1159 "cranelift-entity",1160]11611162[[package]]1163name = "cranelift-codegen"1164version = "0.88.1"1165source = "registry+https://github.com/rust-lang/crates.io-index"1166checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf"1167dependencies = [1168 "arrayvec 0.7.2",1169 "bumpalo",1170 "cranelift-bforest",1171 "cranelift-codegen-meta",1172 "cranelift-codegen-shared",1173 "cranelift-entity",1174 "cranelift-isle",1175 "gimli",1176 "log",1177 "regalloc2",1178 "smallvec",1179 "target-lexicon",1180]11811182[[package]]1183name = "cranelift-codegen-meta"1184version = "0.88.1"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5"1187dependencies = [1188 "cranelift-codegen-shared",1189]11901191[[package]]1192name = "cranelift-codegen-shared"1193version = "0.88.1"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e"11961197[[package]]1198name = "cranelift-entity"1199version = "0.88.1"1200source = "registry+https://github.com/rust-lang/crates.io-index"1201checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103"1202dependencies = [1203 "serde",1204]12051206[[package]]1207name = "cranelift-frontend"1208version = "0.88.1"1209source = "registry+https://github.com/rust-lang/crates.io-index"1210checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc"1211dependencies = [1212 "cranelift-codegen",1213 "log",1214 "smallvec",1215 "target-lexicon",1216]12171218[[package]]1219name = "cranelift-isle"1220version = "0.88.1"1221source = "registry+https://github.com/rust-lang/crates.io-index"1222checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293"12231224[[package]]1225name = "cranelift-native"1226version = "0.88.1"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4"1229dependencies = [1230 "cranelift-codegen",1231 "libc",1232 "target-lexicon",1233]12341235[[package]]1236name = "cranelift-wasm"1237version = "0.88.1"1238source = "registry+https://github.com/rust-lang/crates.io-index"1239checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913"1240dependencies = [1241 "cranelift-codegen",1242 "cranelift-entity",1243 "cranelift-frontend",1244 "itertools",1245 "log",1246 "smallvec",1247 "wasmparser",1248 "wasmtime-types",1249]12501251[[package]]1252name = "crc32fast"1253version = "1.3.2"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1256dependencies = [1257 "cfg-if 1.0.0",1258]12591260[[package]]1261name = "crossbeam-channel"1262version = "0.5.6"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1265dependencies = [1266 "cfg-if 1.0.0",1267 "crossbeam-utils",1268]12691270[[package]]1271name = "crossbeam-deque"1272version = "0.8.2"1273source = "registry+https://github.com/rust-lang/crates.io-index"1274checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1275dependencies = [1276 "cfg-if 1.0.0",1277 "crossbeam-epoch",1278 "crossbeam-utils",1279]12801281[[package]]1282name = "crossbeam-epoch"1283version = "0.9.11"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"1286dependencies = [1287 "autocfg",1288 "cfg-if 1.0.0",1289 "crossbeam-utils",1290 "memoffset",1291 "scopeguard",1292]12931294[[package]]1295name = "crossbeam-queue"1296version = "0.3.6"1297source = "registry+https://github.com/rust-lang/crates.io-index"1298checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"1299dependencies = [1300 "cfg-if 1.0.0",1301 "crossbeam-utils",1302]13031304[[package]]1305name = "crossbeam-utils"1306version = "0.8.12"1307source = "registry+https://github.com/rust-lang/crates.io-index"1308checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"1309dependencies = [1310 "cfg-if 1.0.0",1311]13121313[[package]]1314name = "crunchy"1315version = "0.2.2"1316source = "registry+https://github.com/rust-lang/crates.io-index"1317checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13181319[[package]]1320name = "crypto-bigint"1321version = "0.3.2"1322source = "registry+https://github.com/rust-lang/crates.io-index"1323checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1324dependencies = [1325 "generic-array 0.14.6",1326 "rand_core 0.6.4",1327 "subtle",1328 "zeroize",1329]13301331[[package]]1332name = "crypto-common"1333version = "0.1.6"1334source = "registry+https://github.com/rust-lang/crates.io-index"1335checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1336dependencies = [1337 "generic-array 0.14.6",1338 "typenum",1339]13401341[[package]]1342name = "crypto-mac"1343version = "0.8.0"1344source = "registry+https://github.com/rust-lang/crates.io-index"1345checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1346dependencies = [1347 "generic-array 0.14.6",1348 "subtle",1349]13501351[[package]]1352name = "crypto-mac"1353version = "0.11.1"1354source = "registry+https://github.com/rust-lang/crates.io-index"1355checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1356dependencies = [1357 "generic-array 0.14.6",1358 "subtle",1359]13601361[[package]]1362name = "ctor"1363version = "0.1.26"1364source = "registry+https://github.com/rust-lang/crates.io-index"1365checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1366dependencies = [1367 "quote",1368 "syn",1369]13701371[[package]]1372name = "ctr"1373version = "0.8.0"1374source = "registry+https://github.com/rust-lang/crates.io-index"1375checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1376dependencies = [1377 "cipher 0.3.0",1378]13791380[[package]]1381name = "cuckoofilter"1382version = "0.5.0"1383source = "registry+https://github.com/rust-lang/crates.io-index"1384checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1385dependencies = [1386 "byteorder",1387 "fnv",1388 "rand 0.7.3",1389]13901391[[package]]1392name = "cumulus-client-cli"1393version = "0.1.0"1394source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1395dependencies = [1396 "clap",1397 "parity-scale-codec 3.2.1",1398 "sc-chain-spec",1399 "sc-cli",1400 "sc-service",1401 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1402 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1403 "url",1404]14051406[[package]]1407name = "cumulus-client-collator"1408version = "0.1.0"1409source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1410dependencies = [1411 "cumulus-client-consensus-common",1412 "cumulus-client-network",1413 "cumulus-primitives-core",1414 "cumulus-relay-chain-interface",1415 "futures 0.3.25",1416 "parity-scale-codec 3.2.1",1417 "parking_lot 0.12.1",1418 "polkadot-node-primitives",1419 "polkadot-node-subsystem",1420 "polkadot-overseer",1421 "polkadot-primitives",1422 "sc-client-api",1423 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1424 "sp-consensus",1425 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1426 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1427 "tracing",1428]14291430[[package]]1431name = "cumulus-client-consensus-aura"1432version = "0.1.0"1433source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1434dependencies = [1435 "async-trait",1436 "cumulus-client-consensus-common",1437 "cumulus-primitives-core",1438 "futures 0.3.25",1439 "parity-scale-codec 3.2.1",1440 "sc-client-api",1441 "sc-consensus",1442 "sc-consensus-aura",1443 "sc-consensus-slots",1444 "sc-telemetry",1445 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1446 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1447 "sp-block-builder",1448 "sp-blockchain",1449 "sp-consensus",1450 "sp-consensus-aura",1451 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1452 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1453 "sp-keystore",1454 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1455 "substrate-prometheus-endpoint",1456 "tracing",1457]14581459[[package]]1460name = "cumulus-client-consensus-common"1461version = "0.1.0"1462source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1463dependencies = [1464 "async-trait",1465 "cumulus-relay-chain-interface",1466 "dyn-clone",1467 "futures 0.3.25",1468 "parity-scale-codec 3.2.1",1469 "polkadot-primitives",1470 "sc-client-api",1471 "sc-consensus",1472 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1473 "sp-blockchain",1474 "sp-consensus",1475 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1476 "sp-trie",1477 "tracing",1478]14791480[[package]]1481name = "cumulus-client-network"1482version = "0.1.0"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1484dependencies = [1485 "async-trait",1486 "cumulus-relay-chain-interface",1487 "derive_more",1488 "futures 0.3.25",1489 "futures-timer",1490 "parity-scale-codec 3.2.1",1491 "parking_lot 0.12.1",1492 "polkadot-node-primitives",1493 "polkadot-parachain",1494 "polkadot-primitives",1495 "sc-client-api",1496 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1497 "sp-blockchain",1498 "sp-consensus",1499 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1500 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1501 "sp-state-machine",1502 "tracing",1503]15041505[[package]]1506name = "cumulus-client-pov-recovery"1507version = "0.1.0"1508source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1509dependencies = [1510 "cumulus-primitives-core",1511 "cumulus-relay-chain-interface",1512 "futures 0.3.25",1513 "futures-timer",1514 "parity-scale-codec 3.2.1",1515 "polkadot-node-primitives",1516 "polkadot-node-subsystem",1517 "polkadot-overseer",1518 "polkadot-primitives",1519 "rand 0.8.5",1520 "sc-client-api",1521 "sc-consensus",1522 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1523 "sp-consensus",1524 "sp-maybe-compressed-blob",1525 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-client-service"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1533dependencies = [1534 "cumulus-client-cli",1535 "cumulus-client-collator",1536 "cumulus-client-consensus-common",1537 "cumulus-client-pov-recovery",1538 "cumulus-primitives-core",1539 "cumulus-relay-chain-interface",1540 "parking_lot 0.12.1",1541 "polkadot-overseer",1542 "polkadot-primitives",1543 "sc-client-api",1544 "sc-consensus",1545 "sc-consensus-babe",1546 "sc-service",1547 "sc-telemetry",1548 "sc-tracing",1549 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1550 "sp-blockchain",1551 "sp-consensus",1552 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1553 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1554 "tracing",1555]15561557[[package]]1558name = "cumulus-pallet-aura-ext"1559version = "0.1.0"1560source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1561dependencies = [1562 "frame-executive",1563 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1564 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1565 "pallet-aura",1566 "parity-scale-codec 3.2.1",1567 "scale-info",1568 "serde",1569 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1570 "sp-consensus-aura",1571 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1572 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1573]15741575[[package]]1576name = "cumulus-pallet-dmp-queue"1577version = "0.1.0"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1579dependencies = [1580 "cumulus-primitives-core",1581 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1582 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1583 "log",1584 "parity-scale-codec 3.2.1",1585 "scale-info",1586 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1587 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1588 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1589 "xcm",1590 "xcm-executor",1591]15921593[[package]]1594name = "cumulus-pallet-parachain-system"1595version = "0.1.0"1596source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1597dependencies = [1598 "bytes",1599 "cumulus-pallet-parachain-system-proc-macro",1600 "cumulus-primitives-core",1601 "cumulus-primitives-parachain-inherent",1602 "environmental",1603 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1604 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1605 "impl-trait-for-tuples",1606 "log",1607 "pallet-balances",1608 "parity-scale-codec 3.2.1",1609 "polkadot-parachain",1610 "scale-info",1611 "serde",1612 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1613 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1614 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1615 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1616 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1617 "sp-state-machine",1618 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1619 "sp-trie",1620 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1621 "xcm",1622]16231624[[package]]1625name = "cumulus-pallet-parachain-system-proc-macro"1626version = "0.1.0"1627source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1628dependencies = [1629 "proc-macro-crate",1630 "proc-macro2",1631 "quote",1632 "syn",1633]16341635[[package]]1636name = "cumulus-pallet-xcm"1637version = "0.1.0"1638source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1639dependencies = [1640 "cumulus-primitives-core",1641 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1642 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1643 "parity-scale-codec 3.2.1",1644 "scale-info",1645 "serde",1646 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1647 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1648 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1649 "xcm",1650]16511652[[package]]1653name = "cumulus-pallet-xcmp-queue"1654version = "0.1.0"1655source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1656dependencies = [1657 "cumulus-primitives-core",1658 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1659 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1660 "log",1661 "parity-scale-codec 3.2.1",1662 "rand_chacha 0.3.1",1663 "scale-info",1664 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1665 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1666 "xcm",1667 "xcm-executor",1668]16691670[[package]]1671name = "cumulus-primitives-core"1672version = "0.1.0"1673source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1674dependencies = [1675 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1676 "parity-scale-codec 3.2.1",1677 "polkadot-core-primitives",1678 "polkadot-parachain",1679 "polkadot-primitives",1680 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1681 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1682 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1683 "sp-trie",1684]16851686[[package]]1687name = "cumulus-primitives-parachain-inherent"1688version = "0.1.0"1689source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1690dependencies = [1691 "async-trait",1692 "cumulus-primitives-core",1693 "cumulus-relay-chain-interface",1694 "cumulus-test-relay-sproof-builder",1695 "parity-scale-codec 3.2.1",1696 "sc-client-api",1697 "scale-info",1698 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1699 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1700 "sp-inherents 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-state-machine",1703 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1704 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1705 "sp-trie",1706 "tracing",1707]17081709[[package]]1710name = "cumulus-primitives-timestamp"1711version = "0.1.0"1712source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1713dependencies = [1714 "cumulus-primitives-core",1715 "futures 0.3.25",1716 "parity-scale-codec 3.2.1",1717 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1718 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1719 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1720]17211722[[package]]1723name = "cumulus-primitives-utility"1724version = "0.1.0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1726dependencies = [1727 "cumulus-primitives-core",1728 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1729 "log",1730 "parity-scale-codec 3.2.1",1731 "polkadot-core-primitives",1732 "polkadot-parachain",1733 "polkadot-primitives",1734 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1735 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1736 "sp-trie",1737 "xcm",1738 "xcm-builder",1739 "xcm-executor",1740]17411742[[package]]1743name = "cumulus-relay-chain-inprocess-interface"1744version = "0.1.0"1745source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1746dependencies = [1747 "async-trait",1748 "cumulus-primitives-core",1749 "cumulus-relay-chain-interface",1750 "futures 0.3.25",1751 "futures-timer",1752 "polkadot-cli",1753 "polkadot-client",1754 "polkadot-service",1755 "sc-cli",1756 "sc-client-api",1757 "sc-consensus-babe",1758 "sc-network",1759 "sc-sysinfo",1760 "sc-telemetry",1761 "sc-tracing",1762 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1763 "sp-blockchain",1764 "sp-consensus",1765 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1766 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1767 "sp-state-machine",1768 "tracing",1769]17701771[[package]]1772name = "cumulus-relay-chain-interface"1773version = "0.1.0"1774source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1775dependencies = [1776 "async-trait",1777 "cumulus-primitives-core",1778 "derive_more",1779 "futures 0.3.25",1780 "jsonrpsee-core",1781 "parity-scale-codec 3.2.1",1782 "parking_lot 0.12.1",1783 "polkadot-overseer",1784 "polkadot-service",1785 "sc-client-api",1786 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1787 "sp-blockchain",1788 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1789 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1790 "sp-state-machine",1791 "thiserror",1792]17931794[[package]]1795name = "cumulus-relay-chain-rpc-interface"1796version = "0.1.0"1797source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1798dependencies = [1799 "async-trait",1800 "backoff",1801 "cumulus-primitives-core",1802 "cumulus-relay-chain-interface",1803 "futures 0.3.25",1804 "futures-timer",1805 "jsonrpsee",1806 "parity-scale-codec 3.2.1",1807 "parking_lot 0.12.1",1808 "polkadot-service",1809 "sc-client-api",1810 "sc-rpc-api",1811 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1812 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1813 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1814 "sp-state-machine",1815 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1816 "tokio",1817 "tracing",1818 "url",1819]18201821[[package]]1822name = "cumulus-test-relay-sproof-builder"1823version = "0.1.0"1824source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"1825dependencies = [1826 "cumulus-primitives-core",1827 "parity-scale-codec 3.2.1",1828 "polkadot-primitives",1829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1830 "sp-state-machine",1831 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",1832]18331834[[package]]1835name = "curve25519-dalek"1836version = "2.1.3"1837source = "registry+https://github.com/rust-lang/crates.io-index"1838checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1839dependencies = [1840 "byteorder",1841 "digest 0.8.1",1842 "rand_core 0.5.1",1843 "subtle",1844 "zeroize",1845]18461847[[package]]1848name = "curve25519-dalek"1849version = "3.2.0"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1852dependencies = [1853 "byteorder",1854 "digest 0.9.0",1855 "rand_core 0.5.1",1856 "subtle",1857 "zeroize",1858]18591860[[package]]1861name = "curve25519-dalek"1862version = "4.0.0-pre.1"1863source = "registry+https://github.com/rust-lang/crates.io-index"1864checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1865dependencies = [1866 "byteorder",1867 "digest 0.9.0",1868 "rand_core 0.6.4",1869 "subtle",1870 "zeroize",1871]18721873[[package]]1874name = "cxx"1875version = "1.0.80"1876source = "registry+https://github.com/rust-lang/crates.io-index"1877checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"1878dependencies = [1879 "cc",1880 "cxxbridge-flags",1881 "cxxbridge-macro",1882 "link-cplusplus",1883]18841885[[package]]1886name = "cxx-build"1887version = "1.0.80"1888source = "registry+https://github.com/rust-lang/crates.io-index"1889checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"1890dependencies = [1891 "cc",1892 "codespan-reporting",1893 "once_cell",1894 "proc-macro2",1895 "quote",1896 "scratch",1897 "syn",1898]18991900[[package]]1901name = "cxxbridge-flags"1902version = "1.0.80"1903source = "registry+https://github.com/rust-lang/crates.io-index"1904checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"19051906[[package]]1907name = "cxxbridge-macro"1908version = "1.0.80"1909source = "registry+https://github.com/rust-lang/crates.io-index"1910checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"1911dependencies = [1912 "proc-macro2",1913 "quote",1914 "syn",1915]19161917[[package]]1918name = "data-encoding"1919version = "2.3.2"1920source = "registry+https://github.com/rust-lang/crates.io-index"1921checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19221923[[package]]1924name = "data-encoding-macro"1925version = "0.1.12"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1928dependencies = [1929 "data-encoding",1930 "data-encoding-macro-internal",1931]19321933[[package]]1934name = "data-encoding-macro-internal"1935version = "0.1.10"1936source = "registry+https://github.com/rust-lang/crates.io-index"1937checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1938dependencies = [1939 "data-encoding",1940 "syn",1941]19421943[[package]]1944name = "der"1945version = "0.5.1"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"1948dependencies = [1949 "const-oid",1950]19511952[[package]]1953name = "derivative"1954version = "2.2.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1957dependencies = [1958 "proc-macro2",1959 "quote",1960 "syn",1961]19621963[[package]]1964name = "derive_more"1965version = "0.99.17"1966source = "registry+https://github.com/rust-lang/crates.io-index"1967checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1968dependencies = [1969 "convert_case",1970 "proc-macro2",1971 "quote",1972 "rustc_version 0.4.0",1973 "syn",1974]19751976[[package]]1977name = "digest"1978version = "0.8.1"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1981dependencies = [1982 "generic-array 0.12.4",1983]19841985[[package]]1986name = "digest"1987version = "0.9.0"1988source = "registry+https://github.com/rust-lang/crates.io-index"1989checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1990dependencies = [1991 "generic-array 0.14.6",1992]19931994[[package]]1995name = "digest"1996version = "0.10.5"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"1999dependencies = [2000 "block-buffer 0.10.3",2001 "crypto-common",2002 "subtle",2003]20042005[[package]]2006name = "directories"2007version = "4.0.1"2008source = "registry+https://github.com/rust-lang/crates.io-index"2009checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2010dependencies = [2011 "dirs-sys",2012]20132014[[package]]2015name = "directories-next"2016version = "2.0.0"2017source = "registry+https://github.com/rust-lang/crates.io-index"2018checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2019dependencies = [2020 "cfg-if 1.0.0",2021 "dirs-sys-next",2022]20232024[[package]]2025name = "dirs-sys"2026version = "0.3.7"2027source = "registry+https://github.com/rust-lang/crates.io-index"2028checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2029dependencies = [2030 "libc",2031 "redox_users",2032 "winapi",2033]20342035[[package]]2036name = "dirs-sys-next"2037version = "0.1.2"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2040dependencies = [2041 "libc",2042 "redox_users",2043 "winapi",2044]20452046[[package]]2047name = "dns-parser"2048version = "0.8.0"2049source = "registry+https://github.com/rust-lang/crates.io-index"2050checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2051dependencies = [2052 "byteorder",2053 "quick-error",2054]20552056[[package]]2057name = "downcast-rs"2058version = "1.2.0"2059source = "registry+https://github.com/rust-lang/crates.io-index"2060checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20612062[[package]]2063name = "dtoa"2064version = "1.0.4"2065source = "registry+https://github.com/rust-lang/crates.io-index"2066checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa"20672068[[package]]2069name = "dyn-clonable"2070version = "0.9.0"2071source = "registry+https://github.com/rust-lang/crates.io-index"2072checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2073dependencies = [2074 "dyn-clonable-impl",2075 "dyn-clone",2076]20772078[[package]]2079name = "dyn-clonable-impl"2080version = "0.9.0"2081source = "registry+https://github.com/rust-lang/crates.io-index"2082checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2083dependencies = [2084 "proc-macro2",2085 "quote",2086 "syn",2087]20882089[[package]]2090name = "dyn-clone"2091version = "1.0.9"2092source = "registry+https://github.com/rust-lang/crates.io-index"2093checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2"20942095[[package]]2096name = "ecdsa"2097version = "0.13.4"2098source = "registry+https://github.com/rust-lang/crates.io-index"2099checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2100dependencies = [2101 "der",2102 "elliptic-curve",2103 "rfc6979",2104 "signature",2105]21062107[[package]]2108name = "ed25519"2109version = "1.5.2"2110source = "registry+https://github.com/rust-lang/crates.io-index"2111checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2112dependencies = [2113 "signature",2114]21152116[[package]]2117name = "ed25519-dalek"2118version = "1.0.1"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2121dependencies = [2122 "curve25519-dalek 3.2.0",2123 "ed25519",2124 "rand 0.7.3",2125 "serde",2126 "sha2 0.9.9",2127 "zeroize",2128]21292130[[package]]2131name = "ed25519-zebra"2132version = "3.1.0"2133source = "registry+https://github.com/rust-lang/crates.io-index"2134checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2135dependencies = [2136 "curve25519-dalek 3.2.0",2137 "hashbrown",2138 "hex",2139 "rand_core 0.6.4",2140 "sha2 0.9.9",2141 "zeroize",2142]21432144[[package]]2145name = "either"2146version = "1.8.0"2147source = "registry+https://github.com/rust-lang/crates.io-index"2148checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"21492150[[package]]2151name = "elliptic-curve"2152version = "0.11.12"2153source = "registry+https://github.com/rust-lang/crates.io-index"2154checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2155dependencies = [2156 "base16ct",2157 "crypto-bigint",2158 "der",2159 "ff",2160 "generic-array 0.14.6",2161 "group",2162 "rand_core 0.6.4",2163 "sec1",2164 "subtle",2165 "zeroize",2166]21672168[[package]]2169name = "encode_unicode"2170version = "0.3.6"2171source = "registry+https://github.com/rust-lang/crates.io-index"2172checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21732174[[package]]2175name = "enum-as-inner"2176version = "0.4.0"2177source = "registry+https://github.com/rust-lang/crates.io-index"2178checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2179dependencies = [2180 "heck",2181 "proc-macro2",2182 "quote",2183 "syn",2184]21852186[[package]]2187name = "enumflags2"2188version = "0.7.5"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2191dependencies = [2192 "enumflags2_derive",2193]21942195[[package]]2196name = "enumflags2_derive"2197version = "0.7.4"2198source = "registry+https://github.com/rust-lang/crates.io-index"2199checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2200dependencies = [2201 "proc-macro2",2202 "quote",2203 "syn",2204]22052206[[package]]2207name = "enumn"2208version = "0.1.5"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2"2211dependencies = [2212 "proc-macro2",2213 "quote",2214 "syn",2215]22162217[[package]]2218name = "env_logger"2219version = "0.9.1"2220source = "registry+https://github.com/rust-lang/crates.io-index"2221checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"2222dependencies = [2223 "atty",2224 "humantime",2225 "log",2226 "regex",2227 "termcolor",2228]22292230[[package]]2231name = "environmental"2232version = "1.1.3"2233source = "registry+https://github.com/rust-lang/crates.io-index"2234checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22352236[[package]]2237name = "errno"2238version = "0.2.8"2239source = "registry+https://github.com/rust-lang/crates.io-index"2240checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2241dependencies = [2242 "errno-dragonfly",2243 "libc",2244 "winapi",2245]22462247[[package]]2248name = "errno-dragonfly"2249version = "0.1.2"2250source = "registry+https://github.com/rust-lang/crates.io-index"2251checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2252dependencies = [2253 "cc",2254 "libc",2255]22562257[[package]]2258name = "ethbloom"2259version = "0.12.1"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2262dependencies = [2263 "crunchy",2264 "fixed-hash",2265 "impl-codec",2266 "impl-rlp",2267 "impl-serde",2268 "scale-info",2269 "tiny-keccak",2270]22712272[[package]]2273name = "ethereum"2274version = "0.12.0"2275source = "registry+https://github.com/rust-lang/crates.io-index"2276checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2277dependencies = [2278 "bytes",2279 "ethereum-types",2280 "hash-db",2281 "hash256-std-hasher",2282 "parity-scale-codec 3.2.1",2283 "rlp",2284 "rlp-derive",2285 "scale-info",2286 "serde",2287 "sha3",2288 "triehash",2289]22902291[[package]]2292name = "ethereum-types"2293version = "0.13.1"2294source = "registry+https://github.com/rust-lang/crates.io-index"2295checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2296dependencies = [2297 "ethbloom",2298 "fixed-hash",2299 "impl-codec",2300 "impl-rlp",2301 "impl-serde",2302 "primitive-types",2303 "scale-info",2304 "uint",2305]23062307[[package]]2308name = "event-listener"2309version = "2.5.3"2310source = "registry+https://github.com/rust-lang/crates.io-index"2311checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23122313[[package]]2314name = "evm"2315version = "0.35.0"2316source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2317dependencies = [2318 "auto_impl",2319 "ethereum",2320 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2321 "evm-gasometer 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2322 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2323 "log",2324 "parity-scale-codec 3.2.1",2325 "primitive-types",2326 "rlp",2327 "scale-info",2328 "sha3",2329]23302331[[package]]2332name = "evm"2333version = "0.35.0"2334source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2335dependencies = [2336 "auto_impl",2337 "environmental",2338 "ethereum",2339 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2340 "evm-gasometer 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2341 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2342 "log",2343 "parity-scale-codec 3.2.1",2344 "primitive-types",2345 "rlp",2346 "scale-info",2347 "serde",2348 "sha3",2349]23502351[[package]]2352name = "evm-coder"2353version = "0.1.3"2354dependencies = [2355 "concat-idents",2356 "ethereum",2357 "evm-coder-procedural",2358 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2359 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2360 "hex",2361 "hex-literal",2362 "impl-trait-for-tuples",2363 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",2364 "primitive-types",2365 "similar-asserts",2366 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2367]23682369[[package]]2370name = "evm-coder-procedural"2371version = "0.2.0"2372dependencies = [2373 "Inflector",2374 "hex",2375 "proc-macro2",2376 "quote",2377 "sha3",2378 "syn",2379]23802381[[package]]2382name = "evm-core"2383version = "0.35.0"2384source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2385dependencies = [2386 "parity-scale-codec 3.2.1",2387 "primitive-types",2388 "scale-info",2389]23902391[[package]]2392name = "evm-core"2393version = "0.35.0"2394source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2395dependencies = [2396 "parity-scale-codec 3.2.1",2397 "primitive-types",2398 "scale-info",2399 "serde",2400]24012402[[package]]2403name = "evm-gasometer"2404version = "0.35.0"2405source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2406dependencies = [2407 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2408 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2409 "primitive-types",2410]24112412[[package]]2413name = "evm-gasometer"2414version = "0.35.0"2415source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2416dependencies = [2417 "environmental",2418 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2419 "evm-runtime 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2420 "primitive-types",2421]24222423[[package]]2424name = "evm-runtime"2425version = "0.35.0"2426source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27#e9252ed42dc26fc85b6703b1ba50660a08209e55"2427dependencies = [2428 "auto_impl",2429 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2430 "primitive-types",2431 "sha3",2432]24332434[[package]]2435name = "evm-runtime"2436version = "0.35.0"2437source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30#e9252ed42dc26fc85b6703b1ba50660a08209e55"2438dependencies = [2439 "auto_impl",2440 "environmental",2441 "evm-core 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2442 "primitive-types",2443 "sha3",2444]24452446[[package]]2447name = "exit-future"2448version = "0.2.0"2449source = "registry+https://github.com/rust-lang/crates.io-index"2450checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2451dependencies = [2452 "futures 0.3.25",2453]24542455[[package]]2456name = "expander"2457version = "0.0.4"2458source = "registry+https://github.com/rust-lang/crates.io-index"2459checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2460dependencies = [2461 "blake3",2462 "fs-err",2463 "proc-macro2",2464 "quote",2465]24662467[[package]]2468name = "expander"2469version = "0.0.6"2470source = "registry+https://github.com/rust-lang/crates.io-index"2471checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2472dependencies = [2473 "blake2",2474 "fs-err",2475 "proc-macro2",2476 "quote",2477 "syn",2478]24792480[[package]]2481name = "fake-simd"2482version = "0.1.2"2483source = "registry+https://github.com/rust-lang/crates.io-index"2484checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24852486[[package]]2487name = "fallible-iterator"2488version = "0.2.0"2489source = "registry+https://github.com/rust-lang/crates.io-index"2490checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24912492[[package]]2493name = "fastrand"2494version = "1.8.0"2495source = "registry+https://github.com/rust-lang/crates.io-index"2496checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2497dependencies = [2498 "instant",2499]25002501[[package]]2502name = "fatality"2503version = "0.0.6"2504source = "registry+https://github.com/rust-lang/crates.io-index"2505checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2506dependencies = [2507 "fatality-proc-macro",2508 "thiserror",2509]25102511[[package]]2512name = "fatality-proc-macro"2513version = "0.0.6"2514source = "registry+https://github.com/rust-lang/crates.io-index"2515checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2516dependencies = [2517 "expander 0.0.4",2518 "indexmap",2519 "proc-macro-crate",2520 "proc-macro2",2521 "quote",2522 "syn",2523 "thiserror",2524]25252526[[package]]2527name = "fc-consensus"2528version = "2.0.0-dev"2529source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2530dependencies = [2531 "async-trait",2532 "fc-db",2533 "fp-consensus",2534 "fp-rpc",2535 "sc-client-api",2536 "sc-consensus",2537 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2538 "sp-block-builder",2539 "sp-blockchain",2540 "sp-consensus",2541 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2542 "thiserror",2543]25442545[[package]]2546name = "fc-db"2547version = "2.0.0-dev"2548source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2549dependencies = [2550 "fp-storage",2551 "kvdb-rocksdb",2552 "parity-db",2553 "parity-scale-codec 3.2.1",2554 "parking_lot 0.12.1",2555 "sc-client-db",2556 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2557 "sp-database",2558 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2559]25602561[[package]]2562name = "fc-mapping-sync"2563version = "2.0.0-dev"2564source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2565dependencies = [2566 "fc-db",2567 "fp-consensus",2568 "fp-rpc",2569 "futures 0.3.25",2570 "futures-timer",2571 "log",2572 "sc-client-api",2573 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2574 "sp-blockchain",2575 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2576]25772578[[package]]2579name = "fc-rpc"2580version = "2.0.0-dev"2581source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2582dependencies = [2583 "ethereum",2584 "ethereum-types",2585 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2586 "fc-db",2587 "fc-rpc-core",2588 "fp-rpc",2589 "fp-storage",2590 "futures 0.3.25",2591 "hex",2592 "jsonrpsee",2593 "libsecp256k1",2594 "log",2595 "lru 0.7.8",2596 "parity-scale-codec 3.2.1",2597 "prometheus",2598 "rand 0.8.5",2599 "rlp",2600 "rustc-hex",2601 "sc-client-api",2602 "sc-network",2603 "sc-network-common",2604 "sc-rpc",2605 "sc-service",2606 "sc-transaction-pool",2607 "sc-transaction-pool-api",2608 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2609 "sp-block-builder",2610 "sp-blockchain",2611 "sp-consensus",2612 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2613 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2614 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2615 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2616 "substrate-prometheus-endpoint",2617 "tokio",2618]26192620[[package]]2621name = "fc-rpc-core"2622version = "1.1.0-dev"2623source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2624dependencies = [2625 "ethereum",2626 "ethereum-types",2627 "jsonrpsee",2628 "rlp",2629 "rustc-hex",2630 "serde",2631 "serde_json",2632]26332634[[package]]2635name = "fdlimit"2636version = "0.2.1"2637source = "registry+https://github.com/rust-lang/crates.io-index"2638checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2639dependencies = [2640 "libc",2641]26422643[[package]]2644name = "ff"2645version = "0.11.1"2646source = "registry+https://github.com/rust-lang/crates.io-index"2647checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2648dependencies = [2649 "rand_core 0.6.4",2650 "subtle",2651]26522653[[package]]2654name = "file-per-thread-logger"2655version = "0.1.5"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2658dependencies = [2659 "env_logger",2660 "log",2661]26622663[[package]]2664name = "filetime"2665version = "0.2.18"2666source = "registry+https://github.com/rust-lang/crates.io-index"2667checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"2668dependencies = [2669 "cfg-if 1.0.0",2670 "libc",2671 "redox_syscall",2672 "windows-sys 0.42.0",2673]26742675[[package]]2676name = "finality-grandpa"2677version = "0.16.0"2678source = "registry+https://github.com/rust-lang/crates.io-index"2679checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5"2680dependencies = [2681 "either",2682 "futures 0.3.25",2683 "futures-timer",2684 "log",2685 "num-traits",2686 "parity-scale-codec 3.2.1",2687 "parking_lot 0.12.1",2688 "scale-info",2689]26902691[[package]]2692name = "fixed-hash"2693version = "0.7.0"2694source = "registry+https://github.com/rust-lang/crates.io-index"2695checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2696dependencies = [2697 "byteorder",2698 "rand 0.8.5",2699 "rustc-hex",2700 "static_assertions",2701]27022703[[package]]2704name = "fixedbitset"2705version = "0.4.2"2706source = "registry+https://github.com/rust-lang/crates.io-index"2707checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"27082709[[package]]2710name = "flate2"2711version = "1.0.24"2712source = "registry+https://github.com/rust-lang/crates.io-index"2713checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2714dependencies = [2715 "crc32fast",2716 "libz-sys",2717 "miniz_oxide",2718]27192720[[package]]2721name = "flexi_logger"2722version = "0.22.6"2723source = "registry+https://github.com/rust-lang/crates.io-index"2724checksum = "0c76a80dd14a27fc3d8bc696502132cb52b3f227256fd8601166c3a35e45f409"2725dependencies = [2726 "ansi_term",2727 "atty",2728 "glob",2729 "lazy_static",2730 "log",2731 "regex",2732 "rustversion",2733 "thiserror",2734 "time 0.3.9",2735]27362737[[package]]2738name = "fnv"2739version = "1.0.7"2740source = "registry+https://github.com/rust-lang/crates.io-index"2741checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27422743[[package]]2744name = "fork-tree"2745version = "3.0.0"2746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2747dependencies = [2748 "parity-scale-codec 3.2.1",2749]27502751[[package]]2752name = "form_urlencoded"2753version = "1.1.0"2754source = "registry+https://github.com/rust-lang/crates.io-index"2755checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2756dependencies = [2757 "percent-encoding",2758]27592760[[package]]2761name = "fp-consensus"2762version = "2.0.0-dev"2763source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2764dependencies = [2765 "ethereum",2766 "parity-scale-codec 3.2.1",2767 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2768 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2769 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2770]27712772[[package]]2773name = "fp-evm"2774version = "3.0.0-dev"2775source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"2776dependencies = [2777 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",2778 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2779 "impl-trait-for-tuples",2780 "parity-scale-codec 3.2.1",2781 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2782 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2783]27842785[[package]]2786name = "fp-evm"2787version = "3.0.0-dev"2788source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2789dependencies = [2790 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",2791 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2792 "impl-trait-for-tuples",2793 "parity-scale-codec 3.2.1",2794 "serde",2795 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2796 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2797]27982799[[package]]2800name = "fp-evm-mapping"2801version = "0.1.0"2802source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"2803dependencies = [2804 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2805 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2806]28072808[[package]]2809name = "fp-evm-mapping"2810version = "0.1.0"2811source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2812dependencies = [2813 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2814 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2815]28162817[[package]]2818name = "fp-rpc"2819version = "3.0.0-dev"2820source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2821dependencies = [2822 "ethereum",2823 "ethereum-types",2824 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",2825 "parity-scale-codec 3.2.1",2826 "scale-info",2827 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2828 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2829 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2830 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2831 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2832]28332834[[package]]2835name = "fp-self-contained"2836version = "1.0.0-dev"2837source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2838dependencies = [2839 "ethereum",2840 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2841 "parity-scale-codec 3.2.1",2842 "parity-util-mem",2843 "scale-info",2844 "serde",2845 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2846 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2847 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2848]28492850[[package]]2851name = "fp-storage"2852version = "2.0.0"2853source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"2854dependencies = [2855 "parity-scale-codec 3.2.1",2856]28572858[[package]]2859name = "frame-benchmarking"2860version = "4.0.0-dev"2861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2862dependencies = [2863 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2864 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2865 "linregress",2866 "log",2867 "parity-scale-codec 3.2.1",2868 "paste",2869 "scale-info",2870 "serde",2871 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2872 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2873 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2874 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2875 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2876 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2877 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2878 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2879]28802881[[package]]2882name = "frame-benchmarking-cli"2883version = "4.0.0-dev"2884source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2885dependencies = [2886 "Inflector",2887 "array-bytes",2888 "chrono",2889 "clap",2890 "comfy-table",2891 "frame-benchmarking",2892 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2893 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2894 "gethostname",2895 "handlebars",2896 "hash-db",2897 "itertools",2898 "kvdb",2899 "lazy_static",2900 "linked-hash-map",2901 "log",2902 "memory-db",2903 "parity-scale-codec 3.2.1",2904 "rand 0.8.5",2905 "rand_pcg 0.3.1",2906 "sc-block-builder",2907 "sc-cli",2908 "sc-client-api",2909 "sc-client-db",2910 "sc-executor",2911 "sc-service",2912 "sc-sysinfo",2913 "serde",2914 "serde_json",2915 "serde_nanos",2916 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2917 "sp-blockchain",2918 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2919 "sp-database",2920 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2921 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2922 "sp-keystore",2923 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2924 "sp-state-machine",2925 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2926 "sp-trie",2927 "tempfile",2928 "thiserror",2929 "thousands",2930]29312932[[package]]2933name = "frame-election-provider-solution-type"2934version = "4.0.0-dev"2935source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2936dependencies = [2937 "proc-macro-crate",2938 "proc-macro2",2939 "quote",2940 "syn",2941]29422943[[package]]2944name = "frame-election-provider-support"2945version = "4.0.0-dev"2946source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2947dependencies = [2948 "frame-election-provider-solution-type",2949 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2950 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2951 "parity-scale-codec 3.2.1",2952 "scale-info",2953 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2954 "sp-npos-elections",2955 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2956 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2957]29582959[[package]]2960name = "frame-executive"2961version = "4.0.0-dev"2962source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"2963dependencies = [2964 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2965 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2966 "frame-try-runtime",2967 "parity-scale-codec 3.2.1",2968 "scale-info",2969 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2970 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2971 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2972 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2973 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",2974]29752976[[package]]2977name = "frame-metadata"2978version = "15.0.0"2979source = "registry+https://github.com/rust-lang/crates.io-index"2980checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2981dependencies = [2982 "cfg-if 1.0.0",2983 "parity-scale-codec 3.2.1",2984 "scale-info",2985 "serde",2986]29872988[[package]]2989name = "frame-support"2990version = "4.0.0-dev"2991source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"2992dependencies = [2993 "bitflags",2994 "frame-metadata",2995 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",2996 "impl-trait-for-tuples",2997 "k256",2998 "log",2999 "parity-scale-codec 3.2.1",3000 "paste",3001 "scale-info",3002 "smallvec",3003 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3004 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3005 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3006 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3007 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3008 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3009 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3010 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3011 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3012 "tt-call",3013]30143015[[package]]3016name = "frame-support"3017version = "4.0.0-dev"3018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3019dependencies = [3020 "bitflags",3021 "frame-metadata",3022 "frame-support-procedural 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3023 "impl-trait-for-tuples",3024 "k256",3025 "log",3026 "once_cell",3027 "parity-scale-codec 3.2.1",3028 "paste",3029 "scale-info",3030 "serde",3031 "smallvec",3032 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3033 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3034 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3035 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3036 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3037 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3038 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3039 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3040 "sp-state-machine",3041 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3042 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3043 "sp-weights",3044 "tt-call",3045]30463047[[package]]3048name = "frame-support-procedural"3049version = "4.0.0-dev"3050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3051dependencies = [3052 "Inflector",3053 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3054 "proc-macro2",3055 "quote",3056 "syn",3057]30583059[[package]]3060name = "frame-support-procedural"3061version = "4.0.0-dev"3062source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3063dependencies = [3064 "Inflector",3065 "cfg-expr",3066 "frame-support-procedural-tools 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3067 "itertools",3068 "proc-macro2",3069 "quote",3070 "syn",3071]30723073[[package]]3074name = "frame-support-procedural-tools"3075version = "4.0.0-dev"3076source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3077dependencies = [3078 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3079 "proc-macro-crate",3080 "proc-macro2",3081 "quote",3082 "syn",3083]30843085[[package]]3086name = "frame-support-procedural-tools"3087version = "4.0.0-dev"3088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3089dependencies = [3090 "frame-support-procedural-tools-derive 3.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3091 "proc-macro-crate",3092 "proc-macro2",3093 "quote",3094 "syn",3095]30963097[[package]]3098name = "frame-support-procedural-tools-derive"3099version = "3.0.0"3100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3101dependencies = [3102 "proc-macro2",3103 "quote",3104 "syn",3105]31063107[[package]]3108name = "frame-support-procedural-tools-derive"3109version = "3.0.0"3110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3111dependencies = [3112 "proc-macro2",3113 "quote",3114 "syn",3115]31163117[[package]]3118name = "frame-system"3119version = "4.0.0-dev"3120source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"3121dependencies = [3122 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3123 "log",3124 "parity-scale-codec 3.2.1",3125 "scale-info",3126 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3127 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3128 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3129 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3130 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",3131]31323133[[package]]3134name = "frame-system"3135version = "4.0.0-dev"3136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3137dependencies = [3138 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3139 "log",3140 "parity-scale-codec 3.2.1",3141 "scale-info",3142 "serde",3143 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3144 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3145 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3146 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3147 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3148 "sp-weights",3149]31503151[[package]]3152name = "frame-system-benchmarking"3153version = "4.0.0-dev"3154source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3155dependencies = [3156 "frame-benchmarking",3157 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3158 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3159 "parity-scale-codec 3.2.1",3160 "scale-info",3161 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3162 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3163 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3164]31653166[[package]]3167name = "frame-system-rpc-runtime-api"3168version = "4.0.0-dev"3169source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3170dependencies = [3171 "parity-scale-codec 3.2.1",3172 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3173]31743175[[package]]3176name = "frame-try-runtime"3177version = "0.10.0-dev"3178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"3179dependencies = [3180 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3181 "parity-scale-codec 3.2.1",3182 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3183 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3184 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",3185]31863187[[package]]3188name = "fs-err"3189version = "2.8.1"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "64db3e262960f0662f43a6366788d5f10f7f244b8f7d7d987f560baf5ded5c50"31923193[[package]]3194name = "fs-swap"3195version = "0.2.6"3196source = "registry+https://github.com/rust-lang/crates.io-index"3197checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3198dependencies = [3199 "lazy_static",3200 "libc",3201 "libloading 0.5.2",3202 "winapi",3203]32043205[[package]]3206name = "fs2"3207version = "0.4.3"3208source = "registry+https://github.com/rust-lang/crates.io-index"3209checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3210dependencies = [3211 "libc",3212 "winapi",3213]32143215[[package]]3216name = "fs_extra"3217version = "1.2.0"3218source = "registry+https://github.com/rust-lang/crates.io-index"3219checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"32203221[[package]]3222name = "funty"3223version = "1.1.0"3224source = "registry+https://github.com/rust-lang/crates.io-index"3225checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"32263227[[package]]3228name = "funty"3229version = "2.0.0"3230source = "registry+https://github.com/rust-lang/crates.io-index"3231checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"32323233[[package]]3234name = "futures"3235version = "0.1.31"3236source = "registry+https://github.com/rust-lang/crates.io-index"3237checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"32383239[[package]]3240name = "futures"3241version = "0.3.25"3242source = "registry+https://github.com/rust-lang/crates.io-index"3243checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3244dependencies = [3245 "futures-channel",3246 "futures-core",3247 "futures-executor",3248 "futures-io",3249 "futures-sink",3250 "futures-task",3251 "futures-util",3252]32533254[[package]]3255name = "futures-channel"3256version = "0.3.25"3257source = "registry+https://github.com/rust-lang/crates.io-index"3258checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3259dependencies = [3260 "futures-core",3261 "futures-sink",3262]32633264[[package]]3265name = "futures-core"3266version = "0.3.25"3267source = "registry+https://github.com/rust-lang/crates.io-index"3268checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"32693270[[package]]3271name = "futures-executor"3272version = "0.3.25"3273source = "registry+https://github.com/rust-lang/crates.io-index"3274checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3275dependencies = [3276 "futures-core",3277 "futures-task",3278 "futures-util",3279 "num_cpus",3280]32813282[[package]]3283name = "futures-io"3284version = "0.3.25"3285source = "registry+https://github.com/rust-lang/crates.io-index"3286checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"32873288[[package]]3289name = "futures-lite"3290version = "1.12.0"3291source = "registry+https://github.com/rust-lang/crates.io-index"3292checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3293dependencies = [3294 "fastrand",3295 "futures-core",3296 "futures-io",3297 "memchr",3298 "parking",3299 "pin-project-lite 0.2.9",3300 "waker-fn",3301]33023303[[package]]3304name = "futures-macro"3305version = "0.3.25"3306source = "registry+https://github.com/rust-lang/crates.io-index"3307checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3308dependencies = [3309 "proc-macro2",3310 "quote",3311 "syn",3312]33133314[[package]]3315name = "futures-rustls"3316version = "0.22.2"3317source = "registry+https://github.com/rust-lang/crates.io-index"3318checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3319dependencies = [3320 "futures-io",3321 "rustls",3322 "webpki",3323]33243325[[package]]3326name = "futures-sink"3327version = "0.3.25"3328source = "registry+https://github.com/rust-lang/crates.io-index"3329checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"33303331[[package]]3332name = "futures-task"3333version = "0.3.25"3334source = "registry+https://github.com/rust-lang/crates.io-index"3335checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"33363337[[package]]3338name = "futures-timer"3339version = "3.0.2"3340source = "registry+https://github.com/rust-lang/crates.io-index"3341checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"33423343[[package]]3344name = "futures-util"3345version = "0.3.25"3346source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3348dependencies = [3349 "futures 0.1.31",3350 "futures-channel",3351 "futures-core",3352 "futures-io",3353 "futures-macro",3354 "futures-sink",3355 "futures-task",3356 "memchr",3357 "pin-project-lite 0.2.9",3358 "pin-utils",3359 "slab",3360]33613362[[package]]3363name = "fxhash"3364version = "0.2.1"3365source = "registry+https://github.com/rust-lang/crates.io-index"3366checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3367dependencies = [3368 "byteorder",3369]33703371[[package]]3372name = "generic-array"3373version = "0.12.4"3374source = "registry+https://github.com/rust-lang/crates.io-index"3375checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3376dependencies = [3377 "typenum",3378]33793380[[package]]3381name = "generic-array"3382version = "0.14.6"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3385dependencies = [3386 "typenum",3387 "version_check",3388]33893390[[package]]3391name = "gethostname"3392version = "0.2.3"3393source = "registry+https://github.com/rust-lang/crates.io-index"3394checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3395dependencies = [3396 "libc",3397 "winapi",3398]33993400[[package]]3401name = "getrandom"3402version = "0.1.16"3403source = "registry+https://github.com/rust-lang/crates.io-index"3404checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3405dependencies = [3406 "cfg-if 1.0.0",3407 "js-sys",3408 "libc",3409 "wasi 0.9.0+wasi-snapshot-preview1",3410 "wasm-bindgen",3411]34123413[[package]]3414name = "getrandom"3415version = "0.2.8"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3418dependencies = [3419 "cfg-if 1.0.0",3420 "libc",3421 "wasi 0.11.0+wasi-snapshot-preview1",3422]34233424[[package]]3425name = "ghash"3426version = "0.4.4"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3429dependencies = [3430 "opaque-debug 0.3.0",3431 "polyval",3432]34333434[[package]]3435name = "gimli"3436version = "0.26.2"3437source = "registry+https://github.com/rust-lang/crates.io-index"3438checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3439dependencies = [3440 "fallible-iterator",3441 "indexmap",3442 "stable_deref_trait",3443]34443445[[package]]3446name = "glob"3447version = "0.3.0"3448source = "registry+https://github.com/rust-lang/crates.io-index"3449checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"34503451[[package]]3452name = "globset"3453version = "0.4.9"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"3456dependencies = [3457 "aho-corasick",3458 "bstr",3459 "fnv",3460 "log",3461 "regex",3462]34633464[[package]]3465name = "gloo-timers"3466version = "0.2.4"3467source = "registry+https://github.com/rust-lang/crates.io-index"3468checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3469dependencies = [3470 "futures-channel",3471 "futures-core",3472 "js-sys",3473 "wasm-bindgen",3474]34753476[[package]]3477name = "group"3478version = "0.11.0"3479source = "registry+https://github.com/rust-lang/crates.io-index"3480checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3481dependencies = [3482 "ff",3483 "rand_core 0.6.4",3484 "subtle",3485]34863487[[package]]3488name = "h2"3489version = "0.3.15"3490source = "registry+https://github.com/rust-lang/crates.io-index"3491checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3492dependencies = [3493 "bytes",3494 "fnv",3495 "futures-core",3496 "futures-sink",3497 "futures-util",3498 "http",3499 "indexmap",3500 "slab",3501 "tokio",3502 "tokio-util",3503 "tracing",3504]35053506[[package]]3507name = "handlebars"3508version = "4.3.5"3509source = "registry+https://github.com/rust-lang/crates.io-index"3510checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd"3511dependencies = [3512 "log",3513 "pest",3514 "pest_derive",3515 "serde",3516 "serde_json",3517 "thiserror",3518]35193520[[package]]3521name = "hash-db"3522version = "0.15.2"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"35253526[[package]]3527name = "hash256-std-hasher"3528version = "0.15.2"3529source = "registry+https://github.com/rust-lang/crates.io-index"3530checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3531dependencies = [3532 "crunchy",3533]35343535[[package]]3536name = "hashbrown"3537version = "0.12.3"3538source = "registry+https://github.com/rust-lang/crates.io-index"3539checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3540dependencies = [3541 "ahash",3542]35433544[[package]]3545name = "heck"3546version = "0.4.0"3547source = "registry+https://github.com/rust-lang/crates.io-index"3548checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"35493550[[package]]3551name = "hermit-abi"3552version = "0.1.19"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3555dependencies = [3556 "libc",3557]35583559[[package]]3560name = "hex"3561version = "0.4.3"3562source = "registry+https://github.com/rust-lang/crates.io-index"3563checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"35643565[[package]]3566name = "hex-literal"3567version = "0.3.4"3568source = "registry+https://github.com/rust-lang/crates.io-index"3569checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"35703571[[package]]3572name = "hex_fmt"3573version = "0.3.0"3574source = "registry+https://github.com/rust-lang/crates.io-index"3575checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"35763577[[package]]3578name = "hmac"3579version = "0.8.1"3580source = "registry+https://github.com/rust-lang/crates.io-index"3581checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3582dependencies = [3583 "crypto-mac 0.8.0",3584 "digest 0.9.0",3585]35863587[[package]]3588name = "hmac"3589version = "0.11.0"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3592dependencies = [3593 "crypto-mac 0.11.1",3594 "digest 0.9.0",3595]35963597[[package]]3598name = "hmac-drbg"3599version = "0.3.0"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3602dependencies = [3603 "digest 0.9.0",3604 "generic-array 0.14.6",3605 "hmac 0.8.1",3606]36073608[[package]]3609name = "hostname"3610version = "0.3.1"3611source = "registry+https://github.com/rust-lang/crates.io-index"3612checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3613dependencies = [3614 "libc",3615 "match_cfg",3616 "winapi",3617]36183619[[package]]3620name = "http"3621version = "0.2.8"3622source = "registry+https://github.com/rust-lang/crates.io-index"3623checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3624dependencies = [3625 "bytes",3626 "fnv",3627 "itoa",3628]36293630[[package]]3631name = "http-body"3632version = "0.4.5"3633source = "registry+https://github.com/rust-lang/crates.io-index"3634checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3635dependencies = [3636 "bytes",3637 "http",3638 "pin-project-lite 0.2.9",3639]36403641[[package]]3642name = "httparse"3643version = "1.8.0"3644source = "registry+https://github.com/rust-lang/crates.io-index"3645checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"36463647[[package]]3648name = "httpdate"3649version = "1.0.2"3650source = "registry+https://github.com/rust-lang/crates.io-index"3651checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"36523653[[package]]3654name = "humantime"3655version = "2.1.0"3656source = "registry+https://github.com/rust-lang/crates.io-index"3657checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"36583659[[package]]3660name = "hyper"3661version = "0.14.20"3662source = "registry+https://github.com/rust-lang/crates.io-index"3663checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"3664dependencies = [3665 "bytes",3666 "futures-channel",3667 "futures-core",3668 "futures-util",3669 "h2",3670 "http",3671 "http-body",3672 "httparse",3673 "httpdate",3674 "itoa",3675 "pin-project-lite 0.2.9",3676 "socket2",3677 "tokio",3678 "tower-service",3679 "tracing",3680 "want",3681]36823683[[package]]3684name = "hyper-rustls"3685version = "0.23.0"3686source = "registry+https://github.com/rust-lang/crates.io-index"3687checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"3688dependencies = [3689 "http",3690 "hyper",3691 "log",3692 "rustls",3693 "rustls-native-certs",3694 "tokio",3695 "tokio-rustls",3696]36973698[[package]]3699name = "iana-time-zone"3700version = "0.1.51"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"3703dependencies = [3704 "android_system_properties",3705 "core-foundation-sys",3706 "iana-time-zone-haiku",3707 "js-sys",3708 "wasm-bindgen",3709 "winapi",3710]37113712[[package]]3713name = "iana-time-zone-haiku"3714version = "0.1.1"3715source = "registry+https://github.com/rust-lang/crates.io-index"3716checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3717dependencies = [3718 "cxx",3719 "cxx-build",3720]37213722[[package]]3723name = "idna"3724version = "0.2.3"3725source = "registry+https://github.com/rust-lang/crates.io-index"3726checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3727dependencies = [3728 "matches",3729 "unicode-bidi",3730 "unicode-normalization",3731]37323733[[package]]3734name = "idna"3735version = "0.3.0"3736source = "registry+https://github.com/rust-lang/crates.io-index"3737checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3738dependencies = [3739 "unicode-bidi",3740 "unicode-normalization",3741]37423743[[package]]3744name = "if-addrs"3745version = "0.7.0"3746source = "registry+https://github.com/rust-lang/crates.io-index"3747checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3748dependencies = [3749 "libc",3750 "winapi",3751]37523753[[package]]3754name = "if-watch"3755version = "1.1.1"3756source = "registry+https://github.com/rust-lang/crates.io-index"3757checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"3758dependencies = [3759 "async-io",3760 "core-foundation",3761 "fnv",3762 "futures 0.3.25",3763 "if-addrs",3764 "ipnet",3765 "log",3766 "rtnetlink",3767 "system-configuration",3768 "windows",3769]37703771[[package]]3772name = "impl-codec"3773version = "0.6.0"3774source = "registry+https://github.com/rust-lang/crates.io-index"3775checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3776dependencies = [3777 "parity-scale-codec 3.2.1",3778]37793780[[package]]3781name = "impl-rlp"3782version = "0.3.0"3783source = "registry+https://github.com/rust-lang/crates.io-index"3784checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3785dependencies = [3786 "rlp",3787]37883789[[package]]3790name = "impl-serde"3791version = "0.3.2"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3794dependencies = [3795 "serde",3796]37973798[[package]]3799name = "impl-trait-for-tuples"3800version = "0.2.2"3801source = "registry+https://github.com/rust-lang/crates.io-index"3802checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3803dependencies = [3804 "proc-macro2",3805 "quote",3806 "syn",3807]38083809[[package]]3810name = "indexmap"3811version = "1.9.1"3812source = "registry+https://github.com/rust-lang/crates.io-index"3813checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"3814dependencies = [3815 "autocfg",3816 "hashbrown",3817 "serde",3818]38193820[[package]]3821name = "inout"3822version = "0.1.3"3823source = "registry+https://github.com/rust-lang/crates.io-index"3824checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"3825dependencies = [3826 "generic-array 0.14.6",3827]38283829[[package]]3830name = "instant"3831version = "0.1.12"3832source = "registry+https://github.com/rust-lang/crates.io-index"3833checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3834dependencies = [3835 "cfg-if 1.0.0",3836]38373838[[package]]3839name = "integer-encoding"3840version = "3.0.4"3841source = "registry+https://github.com/rust-lang/crates.io-index"3842checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"38433844[[package]]3845name = "integer-sqrt"3846version = "0.1.5"3847source = "registry+https://github.com/rust-lang/crates.io-index"3848checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3849dependencies = [3850 "num-traits",3851]38523853[[package]]3854name = "io-lifetimes"3855version = "0.7.4"3856source = "registry+https://github.com/rust-lang/crates.io-index"3857checksum = "e6e481ccbe3dea62107216d0d1138bb8ad8e5e5c43009a098bd1990272c497b0"38583859[[package]]3860name = "ip_network"3861version = "0.4.1"3862source = "registry+https://github.com/rust-lang/crates.io-index"3863checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"38643865[[package]]3866name = "ipconfig"3867version = "0.3.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3870dependencies = [3871 "socket2",3872 "widestring",3873 "winapi",3874 "winreg",3875]38763877[[package]]3878name = "ipnet"3879version = "2.5.0"3880source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"38823883[[package]]3884name = "itertools"3885version = "0.10.5"3886source = "registry+https://github.com/rust-lang/crates.io-index"3887checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3888dependencies = [3889 "either",3890]38913892[[package]]3893name = "itoa"3894version = "1.0.4"3895source = "registry+https://github.com/rust-lang/crates.io-index"3896checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"38973898[[package]]3899name = "jobserver"3900version = "0.1.25"3901source = "registry+https://github.com/rust-lang/crates.io-index"3902checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3903dependencies = [3904 "libc",3905]39063907[[package]]3908name = "js-sys"3909version = "0.3.60"3910source = "registry+https://github.com/rust-lang/crates.io-index"3911checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3912dependencies = [3913 "wasm-bindgen",3914]39153916[[package]]3917name = "jsonrpsee"3918version = "0.15.1"3919source = "registry+https://github.com/rust-lang/crates.io-index"3920checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a"3921dependencies = [3922 "jsonrpsee-core",3923 "jsonrpsee-http-server",3924 "jsonrpsee-proc-macros",3925 "jsonrpsee-types",3926 "jsonrpsee-ws-client",3927 "jsonrpsee-ws-server",3928 "tracing",3929]39303931[[package]]3932name = "jsonrpsee-client-transport"3933version = "0.15.1"3934source = "registry+https://github.com/rust-lang/crates.io-index"3935checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74"3936dependencies = [3937 "futures-util",3938 "http",3939 "jsonrpsee-core",3940 "jsonrpsee-types",3941 "pin-project",3942 "rustls-native-certs",3943 "soketto",3944 "thiserror",3945 "tokio",3946 "tokio-rustls",3947 "tokio-util",3948 "tracing",3949 "webpki-roots",3950]39513952[[package]]3953name = "jsonrpsee-core"3954version = "0.15.1"3955source = "registry+https://github.com/rust-lang/crates.io-index"3956checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca"3957dependencies = [3958 "anyhow",3959 "arrayvec 0.7.2",3960 "async-lock",3961 "async-trait",3962 "beef",3963 "futures-channel",3964 "futures-timer",3965 "futures-util",3966 "globset",3967 "http",3968 "hyper",3969 "jsonrpsee-types",3970 "lazy_static",3971 "parking_lot 0.12.1",3972 "rand 0.8.5",3973 "rustc-hash",3974 "serde",3975 "serde_json",3976 "soketto",3977 "thiserror",3978 "tokio",3979 "tracing",3980 "tracing-futures",3981 "unicase",3982]39833984[[package]]3985name = "jsonrpsee-http-server"3986version = "0.15.1"3987source = "registry+https://github.com/rust-lang/crates.io-index"3988checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117"3989dependencies = [3990 "futures-channel",3991 "futures-util",3992 "hyper",3993 "jsonrpsee-core",3994 "jsonrpsee-types",3995 "serde",3996 "serde_json",3997 "tokio",3998 "tracing",3999 "tracing-futures",4000]40014002[[package]]4003name = "jsonrpsee-proc-macros"4004version = "0.15.1"4005source = "registry+https://github.com/rust-lang/crates.io-index"4006checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3"4007dependencies = [4008 "proc-macro-crate",4009 "proc-macro2",4010 "quote",4011 "syn",4012]40134014[[package]]4015name = "jsonrpsee-types"4016version = "0.15.1"4017source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d"4019dependencies = [4020 "anyhow",4021 "beef",4022 "serde",4023 "serde_json",4024 "thiserror",4025 "tracing",4026]40274028[[package]]4029name = "jsonrpsee-ws-client"4030version = "0.15.1"4031source = "registry+https://github.com/rust-lang/crates.io-index"4032checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff"4033dependencies = [4034 "http",4035 "jsonrpsee-client-transport",4036 "jsonrpsee-core",4037 "jsonrpsee-types",4038]40394040[[package]]4041name = "jsonrpsee-ws-server"4042version = "0.15.1"4043source = "registry+https://github.com/rust-lang/crates.io-index"4044checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325"4045dependencies = [4046 "futures-channel",4047 "futures-util",4048 "http",4049 "jsonrpsee-core",4050 "jsonrpsee-types",4051 "serde_json",4052 "soketto",4053 "tokio",4054 "tokio-stream",4055 "tokio-util",4056 "tracing",4057 "tracing-futures",4058]40594060[[package]]4061name = "k256"4062version = "0.10.4"4063source = "registry+https://github.com/rust-lang/crates.io-index"4064checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"4065dependencies = [4066 "cfg-if 1.0.0",4067 "ecdsa",4068 "elliptic-curve",4069 "sec1",4070]40714072[[package]]4073name = "keccak"4074version = "0.1.2"4075source = "registry+https://github.com/rust-lang/crates.io-index"4076checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"40774078[[package]]4079name = "kusama-runtime"4080version = "0.9.30"4081source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4082dependencies = [4083 "beefy-primitives",4084 "bitvec 1.0.1",4085 "frame-benchmarking",4086 "frame-election-provider-support",4087 "frame-executive",4088 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4089 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4090 "frame-system-benchmarking",4091 "frame-system-rpc-runtime-api",4092 "frame-try-runtime",4093 "hex-literal",4094 "kusama-runtime-constants",4095 "log",4096 "pallet-authority-discovery",4097 "pallet-authorship",4098 "pallet-babe",4099 "pallet-bags-list",4100 "pallet-balances",4101 "pallet-bounties",4102 "pallet-child-bounties",4103 "pallet-collective",4104 "pallet-democracy",4105 "pallet-election-provider-multi-phase",4106 "pallet-election-provider-support-benchmarking",4107 "pallet-elections-phragmen",4108 "pallet-fast-unstake",4109 "pallet-gilt",4110 "pallet-grandpa",4111 "pallet-identity",4112 "pallet-im-online",4113 "pallet-indices",4114 "pallet-membership",4115 "pallet-multisig",4116 "pallet-nomination-pools",4117 "pallet-nomination-pools-benchmarking",4118 "pallet-nomination-pools-runtime-api",4119 "pallet-offences",4120 "pallet-offences-benchmarking",4121 "pallet-preimage",4122 "pallet-proxy",4123 "pallet-recovery",4124 "pallet-scheduler",4125 "pallet-session",4126 "pallet-session-benchmarking",4127 "pallet-society",4128 "pallet-staking",4129 "pallet-staking-reward-fn",4130 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4131 "pallet-tips",4132 "pallet-transaction-payment",4133 "pallet-transaction-payment-rpc-runtime-api",4134 "pallet-treasury",4135 "pallet-utility",4136 "pallet-vesting",4137 "pallet-xcm",4138 "pallet-xcm-benchmarks",4139 "parity-scale-codec 3.2.1",4140 "polkadot-primitives",4141 "polkadot-runtime-common",4142 "polkadot-runtime-parachains",4143 "rustc-hex",4144 "scale-info",4145 "serde",4146 "serde_derive",4147 "smallvec",4148 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4149 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4150 "sp-authority-discovery",4151 "sp-block-builder",4152 "sp-consensus-babe",4153 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4154 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4155 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4156 "sp-mmr-primitives",4157 "sp-npos-elections",4158 "sp-offchain",4159 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4160 "sp-session",4161 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4162 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4163 "sp-transaction-pool",4164 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4165 "static_assertions",4166 "substrate-wasm-builder",4167 "xcm",4168 "xcm-builder",4169 "xcm-executor",4170]41714172[[package]]4173name = "kusama-runtime-constants"4174version = "0.9.30"4175source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"4176dependencies = [4177 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4178 "polkadot-primitives",4179 "polkadot-runtime-common",4180 "smallvec",4181 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",4182]41834184[[package]]4185name = "kv-log-macro"4186version = "1.0.7"4187source = "registry+https://github.com/rust-lang/crates.io-index"4188checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4189dependencies = [4190 "log",4191]41924193[[package]]4194name = "kvdb"4195version = "0.11.0"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4198dependencies = [4199 "parity-util-mem",4200 "smallvec",4201]42024203[[package]]4204name = "kvdb-memorydb"4205version = "0.11.0"4206source = "registry+https://github.com/rust-lang/crates.io-index"4207checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4208dependencies = [4209 "kvdb",4210 "parity-util-mem",4211 "parking_lot 0.12.1",4212]42134214[[package]]4215name = "kvdb-rocksdb"4216version = "0.15.2"4217source = "registry+https://github.com/rust-lang/crates.io-index"4218checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4219dependencies = [4220 "fs-swap",4221 "kvdb",4222 "log",4223 "num_cpus",4224 "owning_ref",4225 "parity-util-mem",4226 "parking_lot 0.12.1",4227 "regex",4228 "rocksdb",4229 "smallvec",4230]42314232[[package]]4233name = "lazy_static"4234version = "1.4.0"4235source = "registry+https://github.com/rust-lang/crates.io-index"4236checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"42374238[[package]]4239name = "lazycell"4240version = "1.3.0"4241source = "registry+https://github.com/rust-lang/crates.io-index"4242checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"42434244[[package]]4245name = "libc"4246version = "0.2.137"4247source = "registry+https://github.com/rust-lang/crates.io-index"4248checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"42494250[[package]]4251name = "libloading"4252version = "0.5.2"4253source = "registry+https://github.com/rust-lang/crates.io-index"4254checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4255dependencies = [4256 "cc",4257 "winapi",4258]42594260[[package]]4261name = "libloading"4262version = "0.7.3"4263source = "registry+https://github.com/rust-lang/crates.io-index"4264checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4265dependencies = [4266 "cfg-if 1.0.0",4267 "winapi",4268]42694270[[package]]4271name = "libm"4272version = "0.2.5"4273source = "registry+https://github.com/rust-lang/crates.io-index"4274checksum = "292a948cd991e376cf75541fe5b97a1081d713c618b4f1b9500f8844e49eb565"42754276[[package]]4277name = "libp2p"4278version = "0.46.1"4279source = "registry+https://github.com/rust-lang/crates.io-index"4280checksum = "81327106887e42d004fbdab1fef93675be2e2e07c1b95fce45e2cc813485611d"4281dependencies = [4282 "bytes",4283 "futures 0.3.25",4284 "futures-timer",4285 "getrandom 0.2.8",4286 "instant",4287 "lazy_static",4288 "libp2p-autonat",4289 "libp2p-core",4290 "libp2p-deflate",4291 "libp2p-dns",4292 "libp2p-floodsub",4293 "libp2p-gossipsub",4294 "libp2p-identify",4295 "libp2p-kad",4296 "libp2p-mdns",4297 "libp2p-metrics",4298 "libp2p-mplex",4299 "libp2p-noise",4300 "libp2p-ping",4301 "libp2p-plaintext",4302 "libp2p-pnet",4303 "libp2p-relay",4304 "libp2p-rendezvous",4305 "libp2p-request-response",4306 "libp2p-swarm",4307 "libp2p-swarm-derive",4308 "libp2p-tcp",4309 "libp2p-uds",4310 "libp2p-wasm-ext",4311 "libp2p-websocket",4312 "libp2p-yamux",4313 "multiaddr",4314 "parking_lot 0.12.1",4315 "pin-project",4316 "rand 0.7.3",4317 "smallvec",4318]43194320[[package]]4321name = "libp2p-autonat"4322version = "0.5.0"4323source = "registry+https://github.com/rust-lang/crates.io-index"4324checksum = "4decc51f3573653a9f4ecacb31b1b922dd20c25a6322bb15318ec04287ec46f9"4325dependencies = [4326 "async-trait",4327 "futures 0.3.25",4328 "futures-timer",4329 "instant",4330 "libp2p-core",4331 "libp2p-request-response",4332 "libp2p-swarm",4333 "log",4334 "prost 0.10.4",4335 "prost-build 0.10.4",4336 "rand 0.8.5",4337]43384339[[package]]4340name = "libp2p-core"4341version = "0.34.0"4342source = "registry+https://github.com/rust-lang/crates.io-index"4343checksum = "fbf9b94cefab7599b2d3dff2f93bee218c6621d68590b23ede4485813cbcece6"4344dependencies = [4345 "asn1_der",4346 "bs58",4347 "ed25519-dalek",4348 "either",4349 "fnv",4350 "futures 0.3.25",4351 "futures-timer",4352 "instant",4353 "lazy_static",4354 "libsecp256k1",4355 "log",4356 "multiaddr",4357 "multihash",4358 "multistream-select",4359 "parking_lot 0.12.1",4360 "pin-project",4361 "prost 0.10.4",4362 "prost-build 0.10.4",4363 "rand 0.8.5",4364 "ring",4365 "rw-stream-sink",4366 "sha2 0.10.6",4367 "smallvec",4368 "thiserror",4369 "unsigned-varint",4370 "void",4371 "zeroize",4372]43734374[[package]]4375name = "libp2p-deflate"4376version = "0.34.0"4377source = "registry+https://github.com/rust-lang/crates.io-index"4378checksum = "d0183dc2a3da1fbbf85e5b6cf51217f55b14f5daea0c455a9536eef646bfec71"4379dependencies = [4380 "flate2",4381 "futures 0.3.25",4382 "libp2p-core",4383]43844385[[package]]4386name = "libp2p-dns"4387version = "0.34.0"4388source = "registry+https://github.com/rust-lang/crates.io-index"4389checksum = "6cbf54723250fa5d521383be789bf60efdabe6bacfb443f87da261019a49b4b5"4390dependencies = [4391 "async-std-resolver",4392 "futures 0.3.25",4393 "libp2p-core",4394 "log",4395 "parking_lot 0.12.1",4396 "smallvec",4397 "trust-dns-resolver",4398]43994400[[package]]4401name = "libp2p-floodsub"4402version = "0.37.0"4403source = "registry+https://github.com/rust-lang/crates.io-index"4404checksum = "98a4b6ffd53e355775d24b76f583fdda54b3284806f678499b57913adb94f231"4405dependencies = [4406 "cuckoofilter",4407 "fnv",4408 "futures 0.3.25",4409 "libp2p-core",4410 "libp2p-swarm",4411 "log",4412 "prost 0.10.4",4413 "prost-build 0.10.4",4414 "rand 0.7.3",4415 "smallvec",4416]44174418[[package]]4419name = "libp2p-gossipsub"4420version = "0.39.0"4421source = "registry+https://github.com/rust-lang/crates.io-index"4422checksum = "74b4b888cfbeb1f5551acd3aa1366e01bf88ede26cc3c4645d0d2d004d5ca7b0"4423dependencies = [4424 "asynchronous-codec",4425 "base64",4426 "byteorder",4427 "bytes",4428 "fnv",4429 "futures 0.3.25",4430 "hex_fmt",4431 "instant",4432 "libp2p-core",4433 "libp2p-swarm",4434 "log",4435 "prometheus-client",4436 "prost 0.10.4",4437 "prost-build 0.10.4",4438 "rand 0.7.3",4439 "regex",4440 "sha2 0.10.6",4441 "smallvec",4442 "unsigned-varint",4443 "wasm-timer",4444]44454446[[package]]4447name = "libp2p-identify"4448version = "0.37.0"4449source = "registry+https://github.com/rust-lang/crates.io-index"4450checksum = "c50b585518f8efd06f93ac2f976bd672e17cdac794644b3117edd078e96bda06"4451dependencies = [4452 "asynchronous-codec",4453 "futures 0.3.25",4454 "futures-timer",4455 "libp2p-core",4456 "libp2p-swarm",4457 "log",4458 "lru 0.7.8",4459 "prost 0.10.4",4460 "prost-build 0.10.4",4461 "prost-codec",4462 "smallvec",4463 "thiserror",4464 "void",4465]44664467[[package]]4468name = "libp2p-kad"4469version = "0.38.0"4470source = "registry+https://github.com/rust-lang/crates.io-index"4471checksum = "740862893bb5f06ac24acc9d49bdeadc3a5e52e51818a30a25c1f3519da2c851"4472dependencies = [4473 "arrayvec 0.7.2",4474 "asynchronous-codec",4475 "bytes",4476 "either",4477 "fnv",4478 "futures 0.3.25",4479 "futures-timer",4480 "instant",4481 "libp2p-core",4482 "libp2p-swarm",4483 "log",4484 "prost 0.10.4",4485 "prost-build 0.10.4",4486 "rand 0.7.3",4487 "sha2 0.10.6",4488 "smallvec",4489 "thiserror",4490 "uint",4491 "unsigned-varint",4492 "void",4493]44944495[[package]]4496name = "libp2p-mdns"4497version = "0.38.0"4498source = "registry+https://github.com/rust-lang/crates.io-index"4499checksum = "66e5e5919509603281033fd16306c61df7a4428ce274b67af5e14b07de5cdcb2"4500dependencies = [4501 "async-io",4502 "data-encoding",4503 "dns-parser",4504 "futures 0.3.25",4505 "if-watch",4506 "lazy_static",4507 "libp2p-core",4508 "libp2p-swarm",4509 "log",4510 "rand 0.8.5",4511 "smallvec",4512 "socket2",4513 "void",4514]45154516[[package]]4517name = "libp2p-metrics"4518version = "0.7.0"4519source = "registry+https://github.com/rust-lang/crates.io-index"4520checksum = "ef8aff4a1abef42328fbb30b17c853fff9be986dc39af17ee39f9c5f755c5e0c"4521dependencies = [4522 "libp2p-core",4523 "libp2p-gossipsub",4524 "libp2p-identify",4525 "libp2p-kad",4526 "libp2p-ping",4527 "libp2p-relay",4528 "libp2p-swarm",4529 "prometheus-client",4530]45314532[[package]]4533name = "libp2p-mplex"4534version = "0.34.0"4535source = "registry+https://github.com/rust-lang/crates.io-index"4536checksum = "61fd1b20638ec209c5075dfb2e8ce6a7ea4ec3cd3ad7b77f7a477c06d53322e2"4537dependencies = [4538 "asynchronous-codec",4539 "bytes",4540 "futures 0.3.25",4541 "libp2p-core",4542 "log",4543 "nohash-hasher",4544 "parking_lot 0.12.1",4545 "rand 0.7.3",4546 "smallvec",4547 "unsigned-varint",4548]45494550[[package]]4551name = "libp2p-noise"4552version = "0.37.0"4553source = "registry+https://github.com/rust-lang/crates.io-index"4554checksum = "762408cb5d84b49a600422d7f9a42c18012d8da6ebcd570f9a4a4290ba41fb6f"4555dependencies = [4556 "bytes",4557 "curve25519-dalek 3.2.0",4558 "futures 0.3.25",4559 "lazy_static",4560 "libp2p-core",4561 "log",4562 "prost 0.10.4",4563 "prost-build 0.10.4",4564 "rand 0.8.5",4565 "sha2 0.10.6",4566 "snow",4567 "static_assertions",4568 "x25519-dalek",4569 "zeroize",4570]45714572[[package]]4573name = "libp2p-ping"4574version = "0.37.0"4575source = "registry+https://github.com/rust-lang/crates.io-index"4576checksum = "100a6934ae1dbf8a693a4e7dd1d730fd60b774dafc45688ed63b554497c6c925"4577dependencies = [4578 "futures 0.3.25",4579 "futures-timer",4580 "instant",4581 "libp2p-core",4582 "libp2p-swarm",4583 "log",4584 "rand 0.7.3",4585 "void",4586]45874588[[package]]4589name = "libp2p-plaintext"4590version = "0.34.0"4591source = "registry+https://github.com/rust-lang/crates.io-index"4592checksum = "be27bf0820a6238a4e06365b096d428271cce85a129cf16f2fe9eb1610c4df86"4593dependencies = [4594 "asynchronous-codec",4595 "bytes",4596 "futures 0.3.25",4597 "libp2p-core",4598 "log",4599 "prost 0.10.4",4600 "prost-build 0.10.4",4601 "unsigned-varint",4602 "void",4603]46044605[[package]]4606name = "libp2p-pnet"4607version = "0.22.1"4608source = "registry+https://github.com/rust-lang/crates.io-index"4609checksum = "1a5a702574223aa55d8878bdc8bf55c84a6086f87ddaddc28ce730b4caa81538"4610dependencies = [4611 "futures 0.3.25",4612 "log",4613 "pin-project",4614 "rand 0.8.5",4615 "salsa20",4616 "sha3",4617]46184619[[package]]4620name = "libp2p-relay"4621version = "0.10.0"4622source = "registry+https://github.com/rust-lang/crates.io-index"4623checksum = "4931547ee0cce03971ccc1733ff05bb0c4349fd89120a39e9861e2bbe18843c3"4624dependencies = [4625 "asynchronous-codec",4626 "bytes",4627 "either",4628 "futures 0.3.25",4629 "futures-timer",4630 "instant",4631 "libp2p-core",4632 "libp2p-swarm",4633 "log",4634 "pin-project",4635 "prost 0.10.4",4636 "prost-build 0.10.4",4637 "prost-codec",4638 "rand 0.8.5",4639 "smallvec",4640 "static_assertions",4641 "thiserror",4642 "void",4643]46444645[[package]]4646name = "libp2p-rendezvous"4647version = "0.7.0"4648source = "registry+https://github.com/rust-lang/crates.io-index"4649checksum = "9511c9672ba33284838e349623319c8cad2d18cfad243ae46c6b7e8a2982ea4e"4650dependencies = [4651 "asynchronous-codec",4652 "bimap",4653 "futures 0.3.25",4654 "futures-timer",4655 "instant",4656 "libp2p-core",4657 "libp2p-swarm",4658 "log",4659 "prost 0.10.4",4660 "prost-build 0.10.4",4661 "rand 0.8.5",4662 "sha2 0.10.6",4663 "thiserror",4664 "unsigned-varint",4665 "void",4666]46674668[[package]]4669name = "libp2p-request-response"4670version = "0.19.0"4671source = "registry+https://github.com/rust-lang/crates.io-index"4672checksum = "508a189e2795d892c8f5c1fa1e9e0b1845d32d7b0b249dbf7b05b18811361843"4673dependencies = [4674 "async-trait",4675 "bytes",4676 "futures 0.3.25",4677 "instant",4678 "libp2p-core",4679 "libp2p-swarm",4680 "log",4681 "rand 0.7.3",4682 "smallvec",4683 "unsigned-varint",4684]46854686[[package]]4687name = "libp2p-swarm"4688version = "0.37.0"4689source = "registry+https://github.com/rust-lang/crates.io-index"4690checksum = "95ac5be6c2de2d1ff3f7693fda6faf8a827b1f3e808202277783fea9f527d114"4691dependencies = [4692 "either",4693 "fnv",4694 "futures 0.3.25",4695 "futures-timer",4696 "instant",4697 "libp2p-core",4698 "log",4699 "pin-project",4700 "rand 0.7.3",4701 "smallvec",4702 "thiserror",4703 "void",4704]47054706[[package]]4707name = "libp2p-swarm-derive"4708version = "0.28.0"4709source = "registry+https://github.com/rust-lang/crates.io-index"4710checksum = "9f54a64b6957249e0ce782f8abf41d97f69330d02bf229f0672d864f0650cc76"4711dependencies = [4712 "quote",4713 "syn",4714]47154716[[package]]4717name = "libp2p-tcp"4718version = "0.34.0"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "8a6771dc19aa3c65d6af9a8c65222bfc8fcd446630ddca487acd161fa6096f3b"4721dependencies = [4722 "async-io",4723 "futures 0.3.25",4724 "futures-timer",4725 "if-watch",4726 "ipnet",4727 "libc",4728 "libp2p-core",4729 "log",4730 "socket2",4731]47324733[[package]]4734name = "libp2p-uds"4735version = "0.33.0"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "d125e3e5f0d58f3c6ac21815b20cf4b6a88b8db9dc26368ea821838f4161fd4d"4738dependencies = [4739 "async-std",4740 "futures 0.3.25",4741 "libp2p-core",4742 "log",4743]47444745[[package]]4746name = "libp2p-wasm-ext"4747version = "0.34.0"4748source = "registry+https://github.com/rust-lang/crates.io-index"4749checksum = "ec894790eec3c1608f8d1a8a0bdf0dbeb79ed4de2dce964222011c2896dfa05a"4750dependencies = [4751 "futures 0.3.25",4752 "js-sys",4753 "libp2p-core",4754 "parity-send-wrapper",4755 "wasm-bindgen",4756 "wasm-bindgen-futures",4757]47584759[[package]]4760name = "libp2p-websocket"4761version = "0.36.0"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "9808e57e81be76ff841c106b4c5974fb4d41a233a7bdd2afbf1687ac6def3818"4764dependencies = [4765 "either",4766 "futures 0.3.25",4767 "futures-rustls",4768 "libp2p-core",4769 "log",4770 "parking_lot 0.12.1",4771 "quicksink",4772 "rw-stream-sink",4773 "soketto",4774 "url",4775 "webpki-roots",4776]47774778[[package]]4779name = "libp2p-yamux"4780version = "0.38.0"4781source = "registry+https://github.com/rust-lang/crates.io-index"4782checksum = "c6dea686217a06072033dc025631932810e2f6ad784e4fafa42e27d311c7a81c"4783dependencies = [4784 "futures 0.3.25",4785 "libp2p-core",4786 "parking_lot 0.12.1",4787 "thiserror",4788 "yamux",4789]47904791[[package]]4792name = "librocksdb-sys"4793version = "0.6.1+6.28.2"4794source = "registry+https://github.com/rust-lang/crates.io-index"4795checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4796dependencies = [4797 "bindgen",4798 "bzip2-sys",4799 "cc",4800 "glob",4801 "libc",4802 "libz-sys",4803 "tikv-jemalloc-sys",4804]48054806[[package]]4807name = "libsecp256k1"4808version = "0.7.1"4809source = "registry+https://github.com/rust-lang/crates.io-index"4810checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4811dependencies = [4812 "arrayref",4813 "base64",4814 "digest 0.9.0",4815 "hmac-drbg",4816 "libsecp256k1-core",4817 "libsecp256k1-gen-ecmult",4818 "libsecp256k1-gen-genmult",4819 "rand 0.8.5",4820 "serde",4821 "sha2 0.9.9",4822 "typenum",4823]48244825[[package]]4826name = "libsecp256k1-core"4827version = "0.3.0"4828source = "registry+https://github.com/rust-lang/crates.io-index"4829checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4830dependencies = [4831 "crunchy",4832 "digest 0.9.0",4833 "subtle",4834]48354836[[package]]4837name = "libsecp256k1-gen-ecmult"4838version = "0.3.0"4839source = "registry+https://github.com/rust-lang/crates.io-index"4840checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4841dependencies = [4842 "libsecp256k1-core",4843]48444845[[package]]4846name = "libsecp256k1-gen-genmult"4847version = "0.3.0"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4850dependencies = [4851 "libsecp256k1-core",4852]48534854[[package]]4855name = "libz-sys"4856version = "1.1.8"4857source = "registry+https://github.com/rust-lang/crates.io-index"4858checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4859dependencies = [4860 "cc",4861 "pkg-config",4862 "vcpkg",4863]48644865[[package]]4866name = "link-cplusplus"4867version = "1.0.7"4868source = "registry+https://github.com/rust-lang/crates.io-index"4869checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"4870dependencies = [4871 "cc",4872]48734874[[package]]4875name = "linked-hash-map"4876version = "0.5.6"4877source = "registry+https://github.com/rust-lang/crates.io-index"4878checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"48794880[[package]]4881name = "linked_hash_set"4882version = "0.1.4"4883source = "registry+https://github.com/rust-lang/crates.io-index"4884checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4885dependencies = [4886 "linked-hash-map",4887]48884889[[package]]4890name = "linregress"4891version = "0.4.4"4892source = "registry+https://github.com/rust-lang/crates.io-index"4893checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4894dependencies = [4895 "nalgebra",4896 "statrs",4897]48984899[[package]]4900name = "linux-raw-sys"4901version = "0.0.46"4902source = "registry+https://github.com/rust-lang/crates.io-index"4903checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"49044905[[package]]4906name = "lock_api"4907version = "0.4.9"4908source = "registry+https://github.com/rust-lang/crates.io-index"4909checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4910dependencies = [4911 "autocfg",4912 "scopeguard",4913]49144915[[package]]4916name = "log"4917version = "0.4.17"4918source = "registry+https://github.com/rust-lang/crates.io-index"4919checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4920dependencies = [4921 "cfg-if 1.0.0",4922 "value-bag",4923]49244925[[package]]4926name = "logtest"4927version = "2.0.0"4928source = "registry+https://github.com/rust-lang/crates.io-index"4929checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4930dependencies = [4931 "lazy_static",4932 "log",4933]49344935[[package]]4936name = "lru"4937version = "0.7.8"4938source = "registry+https://github.com/rust-lang/crates.io-index"4939checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"4940dependencies = [4941 "hashbrown",4942]49434944[[package]]4945name = "lru"4946version = "0.8.1"4947source = "registry+https://github.com/rust-lang/crates.io-index"4948checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4949dependencies = [4950 "hashbrown",4951]49524953[[package]]4954name = "lru-cache"4955version = "0.1.2"4956source = "registry+https://github.com/rust-lang/crates.io-index"4957checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4958dependencies = [4959 "linked-hash-map",4960]49614962[[package]]4963name = "lz4"4964version = "1.24.0"4965source = "registry+https://github.com/rust-lang/crates.io-index"4966checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4967dependencies = [4968 "libc",4969 "lz4-sys",4970]49714972[[package]]4973name = "lz4-sys"4974version = "1.9.4"4975source = "registry+https://github.com/rust-lang/crates.io-index"4976checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4977dependencies = [4978 "cc",4979 "libc",4980]49814982[[package]]4983name = "mach"4984version = "0.3.2"4985source = "registry+https://github.com/rust-lang/crates.io-index"4986checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4987dependencies = [4988 "libc",4989]49904991[[package]]4992name = "match_cfg"4993version = "0.1.0"4994source = "registry+https://github.com/rust-lang/crates.io-index"4995checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"49964997[[package]]4998name = "matchers"4999version = "0.0.1"5000source = "registry+https://github.com/rust-lang/crates.io-index"5001checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"5002dependencies = [5003 "regex-automata",5004]50055006[[package]]5007name = "matches"5008version = "0.1.9"5009source = "registry+https://github.com/rust-lang/crates.io-index"5010checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"50115012[[package]]5013name = "matrixmultiply"5014version = "0.3.2"5015source = "registry+https://github.com/rust-lang/crates.io-index"5016checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"5017dependencies = [5018 "rawpointer",5019]50205021[[package]]5022name = "memchr"5023version = "2.5.0"5024source = "registry+https://github.com/rust-lang/crates.io-index"5025checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"50265027[[package]]5028name = "memfd"5029version = "0.6.1"5030source = "registry+https://github.com/rust-lang/crates.io-index"5031checksum = "480b5a5de855d11ff13195950bdc8b98b5e942ef47afc447f6615cdcc4e15d80"5032dependencies = [5033 "rustix",5034]50355036[[package]]5037name = "memmap2"5038version = "0.5.7"5039source = "registry+https://github.com/rust-lang/crates.io-index"5040checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"5041dependencies = [5042 "libc",5043]50445045[[package]]5046name = "memoffset"5047version = "0.6.5"5048source = "registry+https://github.com/rust-lang/crates.io-index"5049checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"5050dependencies = [5051 "autocfg",5052]50535054[[package]]5055name = "memory-db"5056version = "0.29.0"5057source = "registry+https://github.com/rust-lang/crates.io-index"5058checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"5059dependencies = [5060 "hash-db",5061 "hashbrown",5062 "parity-util-mem",5063]50645065[[package]]5066name = "memory-lru"5067version = "0.1.1"5068source = "registry+https://github.com/rust-lang/crates.io-index"5069checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395"5070dependencies = [5071 "lru 0.8.1",5072]50735074[[package]]5075name = "memory_units"5076version = "0.4.0"5077source = "registry+https://github.com/rust-lang/crates.io-index"5078checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"50795080[[package]]5081name = "merlin"5082version = "2.0.1"5083source = "registry+https://github.com/rust-lang/crates.io-index"5084checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"5085dependencies = [5086 "byteorder",5087 "keccak",5088 "rand_core 0.5.1",5089 "zeroize",5090]50915092[[package]]5093name = "mick-jaeger"5094version = "0.1.8"5095source = "registry+https://github.com/rust-lang/crates.io-index"5096checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"5097dependencies = [5098 "futures 0.3.25",5099 "rand 0.8.5",5100 "thrift",5101]51025103[[package]]5104name = "minimal-lexical"5105version = "0.2.1"5106source = "registry+https://github.com/rust-lang/crates.io-index"5107checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"51085109[[package]]5110name = "miniz_oxide"5111version = "0.5.4"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"5114dependencies = [5115 "adler",5116]51175118[[package]]5119name = "mio"5120version = "0.8.5"5121source = "registry+https://github.com/rust-lang/crates.io-index"5122checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"5123dependencies = [5124 "libc",5125 "log",5126 "wasi 0.11.0+wasi-snapshot-preview1",5127 "windows-sys 0.42.0",5128]51295130[[package]]5131name = "multiaddr"5132version = "0.14.0"5133source = "registry+https://github.com/rust-lang/crates.io-index"5134checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"5135dependencies = [5136 "arrayref",5137 "bs58",5138 "byteorder",5139 "data-encoding",5140 "multihash",5141 "percent-encoding",5142 "serde",5143 "static_assertions",5144 "unsigned-varint",5145 "url",5146]51475148[[package]]5149name = "multibase"5150version = "0.9.1"5151source = "registry+https://github.com/rust-lang/crates.io-index"5152checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"5153dependencies = [5154 "base-x",5155 "data-encoding",5156 "data-encoding-macro",5157]51585159[[package]]5160name = "multihash"5161version = "0.16.3"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"5164dependencies = [5165 "blake2b_simd",5166 "blake2s_simd",5167 "blake3",5168 "core2",5169 "digest 0.10.5",5170 "multihash-derive",5171 "sha2 0.10.6",5172 "sha3",5173 "unsigned-varint",5174]51755176[[package]]5177name = "multihash-derive"5178version = "0.8.0"5179source = "registry+https://github.com/rust-lang/crates.io-index"5180checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5181dependencies = [5182 "proc-macro-crate",5183 "proc-macro-error",5184 "proc-macro2",5185 "quote",5186 "syn",5187 "synstructure",5188]51895190[[package]]5191name = "multimap"5192version = "0.8.3"5193source = "registry+https://github.com/rust-lang/crates.io-index"5194checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"51955196[[package]]5197name = "multistream-select"5198version = "0.11.0"5199source = "registry+https://github.com/rust-lang/crates.io-index"5200checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5201dependencies = [5202 "bytes",5203 "futures 0.3.25",5204 "log",5205 "pin-project",5206 "smallvec",5207 "unsigned-varint",5208]52095210[[package]]5211name = "nalgebra"5212version = "0.27.1"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5215dependencies = [5216 "approx",5217 "matrixmultiply",5218 "nalgebra-macros",5219 "num-complex",5220 "num-rational 0.4.1",5221 "num-traits",5222 "rand 0.8.5",5223 "rand_distr",5224 "simba",5225 "typenum",5226]52275228[[package]]5229name = "nalgebra-macros"5230version = "0.1.0"5231source = "registry+https://github.com/rust-lang/crates.io-index"5232checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5233dependencies = [5234 "proc-macro2",5235 "quote",5236 "syn",5237]52385239[[package]]5240name = "names"5241version = "0.13.0"5242source = "registry+https://github.com/rust-lang/crates.io-index"5243checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5244dependencies = [5245 "rand 0.8.5",5246]52475248[[package]]5249name = "nanorand"5250version = "0.7.0"5251source = "registry+https://github.com/rust-lang/crates.io-index"5252checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"52535254[[package]]5255name = "netlink-packet-core"5256version = "0.4.2"5257source = "registry+https://github.com/rust-lang/crates.io-index"5258checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5259dependencies = [5260 "anyhow",5261 "byteorder",5262 "libc",5263 "netlink-packet-utils",5264]52655266[[package]]5267name = "netlink-packet-route"5268version = "0.12.0"5269source = "registry+https://github.com/rust-lang/crates.io-index"5270checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5271dependencies = [5272 "anyhow",5273 "bitflags",5274 "byteorder",5275 "libc",5276 "netlink-packet-core",5277 "netlink-packet-utils",5278]52795280[[package]]5281name = "netlink-packet-utils"5282version = "0.5.1"5283source = "registry+https://github.com/rust-lang/crates.io-index"5284checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5285dependencies = [5286 "anyhow",5287 "byteorder",5288 "paste",5289 "thiserror",5290]52915292[[package]]5293name = "netlink-proto"5294version = "0.10.0"5295source = "registry+https://github.com/rust-lang/crates.io-index"5296checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5297dependencies = [5298 "bytes",5299 "futures 0.3.25",5300 "log",5301 "netlink-packet-core",5302 "netlink-sys",5303 "thiserror",5304 "tokio",5305]53065307[[package]]5308name = "netlink-sys"5309version = "0.8.3"5310source = "registry+https://github.com/rust-lang/crates.io-index"5311checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5312dependencies = [5313 "async-io",5314 "bytes",5315 "futures 0.3.25",5316 "libc",5317 "log",5318]53195320[[package]]5321name = "nix"5322version = "0.24.2"5323source = "registry+https://github.com/rust-lang/crates.io-index"5324checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"5325dependencies = [5326 "bitflags",5327 "cfg-if 1.0.0",5328 "libc",5329]53305331[[package]]5332name = "nodrop"5333version = "0.1.14"5334source = "registry+https://github.com/rust-lang/crates.io-index"5335checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"53365337[[package]]5338name = "nohash-hasher"5339version = "0.2.0"5340source = "registry+https://github.com/rust-lang/crates.io-index"5341checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"53425343[[package]]5344name = "nom"5345version = "7.1.1"5346source = "registry+https://github.com/rust-lang/crates.io-index"5347checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5348dependencies = [5349 "memchr",5350 "minimal-lexical",5351]53525353[[package]]5354name = "num-bigint"5355version = "0.2.6"5356source = "registry+https://github.com/rust-lang/crates.io-index"5357checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5358dependencies = [5359 "autocfg",5360 "num-integer",5361 "num-traits",5362]53635364[[package]]5365name = "num-bigint"5366version = "0.4.3"5367source = "registry+https://github.com/rust-lang/crates.io-index"5368checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5369dependencies = [5370 "autocfg",5371 "num-integer",5372 "num-traits",5373]53745375[[package]]5376name = "num-complex"5377version = "0.4.2"5378source = "registry+https://github.com/rust-lang/crates.io-index"5379checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5380dependencies = [5381 "num-traits",5382]53835384[[package]]5385name = "num-format"5386version = "0.4.3"5387source = "registry+https://github.com/rust-lang/crates.io-index"5388checksum = "54b862ff8df690cf089058c98b183676a7ed0f974cc08b426800093227cbff3b"5389dependencies = [5390 "arrayvec 0.7.2",5391 "itoa",5392]53935394[[package]]5395name = "num-integer"5396version = "0.1.45"5397source = "registry+https://github.com/rust-lang/crates.io-index"5398checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5399dependencies = [5400 "autocfg",5401 "num-traits",5402]54035404[[package]]5405name = "num-rational"5406version = "0.2.4"5407source = "registry+https://github.com/rust-lang/crates.io-index"5408checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5409dependencies = [5410 "autocfg",5411 "num-bigint 0.2.6",5412 "num-integer",5413 "num-traits",5414]54155416[[package]]5417name = "num-rational"5418version = "0.4.1"5419source = "registry+https://github.com/rust-lang/crates.io-index"5420checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5421dependencies = [5422 "autocfg",5423 "num-bigint 0.4.3",5424 "num-integer",5425 "num-traits",5426]54275428[[package]]5429name = "num-traits"5430version = "0.2.15"5431source = "registry+https://github.com/rust-lang/crates.io-index"5432checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5433dependencies = [5434 "autocfg",5435 "libm",5436]54375438[[package]]5439name = "num_cpus"5440version = "1.13.1"5441source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5443dependencies = [5444 "hermit-abi",5445 "libc",5446]54475448[[package]]5449name = "num_threads"5450version = "0.1.6"5451source = "registry+https://github.com/rust-lang/crates.io-index"5452checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"5453dependencies = [5454 "libc",5455]54565457[[package]]5458name = "object"5459version = "0.29.0"5460source = "registry+https://github.com/rust-lang/crates.io-index"5461checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5462dependencies = [5463 "crc32fast",5464 "hashbrown",5465 "indexmap",5466 "memchr",5467]54685469[[package]]5470name = "once_cell"5471version = "1.15.0"5472source = "registry+https://github.com/rust-lang/crates.io-index"5473checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"54745475[[package]]5476name = "opal-runtime"5477version = "0.9.30"5478dependencies = [5479 "app-promotion-rpc",5480 "cumulus-pallet-aura-ext",5481 "cumulus-pallet-dmp-queue",5482 "cumulus-pallet-parachain-system",5483 "cumulus-pallet-xcm",5484 "cumulus-pallet-xcmp-queue",5485 "cumulus-primitives-core",5486 "cumulus-primitives-timestamp",5487 "cumulus-primitives-utility",5488 "derivative",5489 "evm-coder",5490 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5491 "fp-rpc",5492 "fp-self-contained",5493 "frame-benchmarking",5494 "frame-executive",5495 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5496 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5497 "frame-system-benchmarking",5498 "frame-system-rpc-runtime-api",5499 "frame-try-runtime",5500 "hex-literal",5501 "impl-trait-for-tuples",5502 "log",5503 "logtest",5504 "orml-tokens",5505 "orml-traits",5506 "orml-vesting",5507 "orml-xtokens",5508 "pallet-app-promotion",5509 "pallet-aura",5510 "pallet-balances",5511 "pallet-base-fee",5512 "pallet-common",5513 "pallet-configuration",5514 "pallet-ethereum",5515 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5516 "pallet-evm-coder-substrate",5517 "pallet-evm-contract-helpers",5518 "pallet-evm-migration",5519 "pallet-evm-transaction-payment",5520 "pallet-foreign-assets",5521 "pallet-fungible",5522 "pallet-inflation",5523 "pallet-nonfungible",5524 "pallet-randomness-collective-flip",5525 "pallet-refungible",5526 "pallet-rmrk-core",5527 "pallet-rmrk-equip",5528 "pallet-structure",5529 "pallet-sudo",5530 "pallet-template-transaction-payment",5531 "pallet-test-utils",5532 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5533 "pallet-transaction-payment",5534 "pallet-transaction-payment-rpc-runtime-api",5535 "pallet-treasury",5536 "pallet-unique",5537 "pallet-unique-scheduler",5538 "pallet-unique-scheduler-v2",5539 "pallet-xcm",5540 "parachain-info",5541 "parity-scale-codec 3.2.1",5542 "polkadot-parachain",5543 "rmrk-rpc",5544 "scale-info",5545 "serde",5546 "smallvec",5547 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5548 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5549 "sp-block-builder",5550 "sp-consensus-aura",5551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5552 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5553 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5554 "sp-offchain",5555 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5556 "sp-session",5557 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5558 "sp-transaction-pool",5559 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5560 "substrate-wasm-builder",5561 "up-common",5562 "up-data-structs",5563 "up-rpc",5564 "up-sponsorship",5565 "xcm",5566 "xcm-builder",5567 "xcm-executor",5568]55695570[[package]]5571name = "opaque-debug"5572version = "0.2.3"5573source = "registry+https://github.com/rust-lang/crates.io-index"5574checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"55755576[[package]]5577name = "opaque-debug"5578version = "0.3.0"5579source = "registry+https://github.com/rust-lang/crates.io-index"5580checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"55815582[[package]]5583name = "openssl-probe"5584version = "0.1.5"5585source = "registry+https://github.com/rust-lang/crates.io-index"5586checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"55875588[[package]]5589name = "orchestra"5590version = "0.0.1"5591source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5592dependencies = [5593 "async-trait",5594 "dyn-clonable",5595 "futures 0.3.25",5596 "futures-timer",5597 "orchestra-proc-macro",5598 "pin-project",5599 "prioritized-metered-channel",5600 "thiserror",5601 "tracing",5602]56035604[[package]]5605name = "orchestra-proc-macro"5606version = "0.0.1"5607source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"5608dependencies = [5609 "expander 0.0.6",5610 "itertools",5611 "petgraph",5612 "proc-macro-crate",5613 "proc-macro2",5614 "quote",5615 "syn",5616]56175618[[package]]5619name = "ordered-float"5620version = "1.1.1"5621source = "registry+https://github.com/rust-lang/crates.io-index"5622checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5623dependencies = [5624 "num-traits",5625]56265627[[package]]5628name = "orml-tokens"5629version = "0.4.1-dev"5630source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5631dependencies = [5632 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5633 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5634 "orml-traits",5635 "parity-scale-codec 3.2.1",5636 "scale-info",5637 "serde",5638 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5639 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5640]56415642[[package]]5643name = "orml-traits"5644version = "0.4.1-dev"5645source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5646dependencies = [5647 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5648 "impl-trait-for-tuples",5649 "num-traits",5650 "orml-utilities",5651 "parity-scale-codec 3.2.1",5652 "scale-info",5653 "serde",5654 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5655 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5656 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5657 "xcm",5658]56595660[[package]]5661name = "orml-utilities"5662version = "0.4.1-dev"5663source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5664dependencies = [5665 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5666 "parity-scale-codec 3.2.1",5667 "scale-info",5668 "serde",5669 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5670 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5671 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5672]56735674[[package]]5675name = "orml-vesting"5676version = "0.4.1-dev"5677source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5678dependencies = [5679 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5680 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5681 "parity-scale-codec 3.2.1",5682 "scale-info",5683 "serde",5684 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5685 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5686 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5687]56885689[[package]]5690name = "orml-xcm-support"5691version = "0.4.1-dev"5692source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5693dependencies = [5694 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5695 "orml-traits",5696 "parity-scale-codec 3.2.1",5697 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5698 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5699 "xcm",5700 "xcm-executor",5701]57025703[[package]]5704name = "orml-xtokens"5705version = "0.4.1-dev"5706source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=polkadot-v0.9.30#4020ff64cfcad3dcc7f4f090cc9bc7699a78cc9c"5707dependencies = [5708 "cumulus-primitives-core",5709 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5710 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5711 "orml-traits",5712 "orml-xcm-support",5713 "pallet-xcm",5714 "parity-scale-codec 3.2.1",5715 "scale-info",5716 "serde",5717 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5718 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5719 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5720 "xcm",5721 "xcm-executor",5722]57235724[[package]]5725name = "os_str_bytes"5726version = "6.3.0"5727source = "registry+https://github.com/rust-lang/crates.io-index"5728checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"57295730[[package]]5731name = "owning_ref"5732version = "0.4.1"5733source = "registry+https://github.com/rust-lang/crates.io-index"5734checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5735dependencies = [5736 "stable_deref_trait",5737]57385739[[package]]5740name = "pallet-app-promotion"5741version = "0.1.0"5742dependencies = [5743 "frame-benchmarking",5744 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5745 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5746 "pallet-balances",5747 "pallet-common",5748 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5749 "pallet-evm-contract-helpers",5750 "pallet-evm-migration",5751 "pallet-randomness-collective-flip",5752 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5753 "pallet-unique",5754 "parity-scale-codec 3.2.1",5755 "scale-info",5756 "serde",5757 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5758 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5759 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5760 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5761 "up-data-structs",5762]57635764[[package]]5765name = "pallet-aura"5766version = "4.0.0-dev"5767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5768dependencies = [5769 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5770 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5771 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5772 "parity-scale-codec 3.2.1",5773 "scale-info",5774 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5775 "sp-consensus-aura",5776 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5777 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5778]57795780[[package]]5781name = "pallet-authority-discovery"5782version = "4.0.0-dev"5783source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5784dependencies = [5785 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5786 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5787 "pallet-session",5788 "parity-scale-codec 3.2.1",5789 "scale-info",5790 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5791 "sp-authority-discovery",5792 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5793 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5794]57955796[[package]]5797name = "pallet-authorship"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5800dependencies = [5801 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5802 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5803 "impl-trait-for-tuples",5804 "parity-scale-codec 3.2.1",5805 "scale-info",5806 "sp-authorship",5807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5808 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5809]58105811[[package]]5812name = "pallet-babe"5813version = "4.0.0-dev"5814source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5815dependencies = [5816 "frame-benchmarking",5817 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5818 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5819 "log",5820 "pallet-authorship",5821 "pallet-session",5822 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5823 "parity-scale-codec 3.2.1",5824 "scale-info",5825 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5826 "sp-consensus-babe",5827 "sp-consensus-vrf",5828 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5829 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5830 "sp-session",5831 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5832 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5833]58345835[[package]]5836name = "pallet-bags-list"5837version = "4.0.0-dev"5838source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5839dependencies = [5840 "frame-benchmarking",5841 "frame-election-provider-support",5842 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5843 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5844 "log",5845 "pallet-balances",5846 "parity-scale-codec 3.2.1",5847 "scale-info",5848 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5849 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5850 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5851 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5852 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5853]58545855[[package]]5856name = "pallet-balances"5857version = "4.0.0-dev"5858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5859dependencies = [5860 "frame-benchmarking",5861 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5862 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5863 "log",5864 "parity-scale-codec 3.2.1",5865 "scale-info",5866 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5867 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5868]58695870[[package]]5871name = "pallet-base-fee"5872version = "1.0.0"5873source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"5874dependencies = [5875 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5876 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5877 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5878 "parity-scale-codec 3.2.1",5879 "scale-info",5880 "serde",5881 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5882 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5883]58845885[[package]]5886name = "pallet-beefy"5887version = "4.0.0-dev"5888source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5889dependencies = [5890 "beefy-primitives",5891 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5892 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5893 "pallet-session",5894 "parity-scale-codec 3.2.1",5895 "scale-info",5896 "serde",5897 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5898 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5899]59005901[[package]]5902name = "pallet-beefy-mmr"5903version = "4.0.0-dev"5904source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5905dependencies = [5906 "array-bytes",5907 "beefy-merkle-tree",5908 "beefy-primitives",5909 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5910 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5911 "log",5912 "pallet-beefy",5913 "pallet-mmr",5914 "pallet-session",5915 "parity-scale-codec 3.2.1",5916 "scale-info",5917 "serde",5918 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5919 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5920 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5921 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5922]59235924[[package]]5925name = "pallet-bounties"5926version = "4.0.0-dev"5927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5928dependencies = [5929 "frame-benchmarking",5930 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5931 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5932 "log",5933 "pallet-treasury",5934 "parity-scale-codec 3.2.1",5935 "scale-info",5936 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5937 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5938 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5939 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5940]59415942[[package]]5943name = "pallet-child-bounties"5944version = "4.0.0-dev"5945source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5946dependencies = [5947 "frame-benchmarking",5948 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5949 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5950 "log",5951 "pallet-bounties",5952 "pallet-treasury",5953 "parity-scale-codec 3.2.1",5954 "scale-info",5955 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5956 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5957 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5958 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5959]59605961[[package]]5962name = "pallet-collective"5963version = "4.0.0-dev"5964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"5965dependencies = [5966 "frame-benchmarking",5967 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5968 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5969 "log",5970 "parity-scale-codec 3.2.1",5971 "scale-info",5972 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5973 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5974 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5975 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5976]59775978[[package]]5979name = "pallet-common"5980version = "0.1.9"5981dependencies = [5982 "ethereum",5983 "evm-coder",5984 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5985 "frame-benchmarking",5986 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5987 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5988 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",5989 "pallet-evm-coder-substrate",5990 "parity-scale-codec 3.2.1",5991 "scale-info",5992 "serde",5993 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5994 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5995 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",5996 "up-data-structs",5997]59985999[[package]]6000name = "pallet-configuration"6001version = "0.1.1"6002dependencies = [6003 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6004 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6005 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6006 "parity-scale-codec 3.2.1",6007 "scale-info",6008 "smallvec",6009 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6010 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6011 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6012 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6013]60146015[[package]]6016name = "pallet-democracy"6017version = "4.0.0-dev"6018source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6019dependencies = [6020 "frame-benchmarking",6021 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6022 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6023 "parity-scale-codec 3.2.1",6024 "scale-info",6025 "serde",6026 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6027 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6028 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6029]60306031[[package]]6032name = "pallet-election-provider-multi-phase"6033version = "4.0.0-dev"6034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6035dependencies = [6036 "frame-benchmarking",6037 "frame-election-provider-support",6038 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6039 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6040 "log",6041 "pallet-election-provider-support-benchmarking",6042 "parity-scale-codec 3.2.1",6043 "rand 0.7.3",6044 "scale-info",6045 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6046 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6047 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6048 "sp-npos-elections",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 "static_assertions",6052 "strum",6053]60546055[[package]]6056name = "pallet-election-provider-support-benchmarking"6057version = "4.0.0-dev"6058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6059dependencies = [6060 "frame-benchmarking",6061 "frame-election-provider-support",6062 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6063 "parity-scale-codec 3.2.1",6064 "sp-npos-elections",6065 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6066]60676068[[package]]6069name = "pallet-elections-phragmen"6070version = "5.0.0-dev"6071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6072dependencies = [6073 "frame-benchmarking",6074 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6075 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6076 "log",6077 "parity-scale-codec 3.2.1",6078 "scale-info",6079 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6080 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6081 "sp-npos-elections",6082 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6083 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6084]60856086[[package]]6087name = "pallet-ethereum"6088version = "4.0.0-dev"6089source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"6090dependencies = [6091 "ethereum",6092 "ethereum-types",6093 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",6094 "fp-consensus",6095 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6096 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6097 "fp-rpc",6098 "fp-self-contained",6099 "fp-storage",6100 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6101 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6102 "log",6103 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6104 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6105 "parity-scale-codec 3.2.1",6106 "rlp",6107 "scale-info",6108 "serde",6109 "sha3",6110 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6111 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6112 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6113]61146115[[package]]6116name = "pallet-evm"6117version = "6.0.0-dev"6118source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit#0ae36821312f4a26e7f96225f1b2cb16216cddf5"6119dependencies = [6120 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.27)",6121 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",6122 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.27-fee-limit)",6123 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6124 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6125 "hex",6126 "impl-trait-for-tuples",6127 "log",6128 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6129 "parity-scale-codec 3.2.1",6130 "primitive-types",6131 "rlp",6132 "scale-info",6133 "sha3",6134 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6135 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6136 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6137 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6138]61396140[[package]]6141name = "pallet-evm"6142version = "6.0.0-dev"6143source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30#65930cb2982258bee67b73a1f017711f6f4aa0a4"6144dependencies = [6145 "evm 0.35.0 (git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.30)",6146 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6147 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6148 "frame-benchmarking",6149 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6150 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6151 "hex",6152 "impl-trait-for-tuples",6153 "log",6154 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6155 "parity-scale-codec 3.2.1",6156 "primitive-types",6157 "rlp",6158 "scale-info",6159 "serde",6160 "sha3",6161 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6162 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6163 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6164 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6165]61666167[[package]]6168name = "pallet-evm-coder-substrate"6169version = "0.1.3"6170dependencies = [6171 "ethereum",6172 "evm-coder",6173 "frame-benchmarking",6174 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6175 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6176 "pallet-ethereum",6177 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6178 "parity-scale-codec 3.2.1",6179 "scale-info",6180 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6181 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6182 "up-data-structs",6183]61846185[[package]]6186name = "pallet-evm-contract-helpers"6187version = "0.3.0"6188dependencies = [6189 "ethereum",6190 "evm-coder",6191 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6192 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6193 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6194 "log",6195 "pallet-common",6196 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6197 "pallet-evm-coder-substrate",6198 "pallet-evm-transaction-payment",6199 "parity-scale-codec 3.2.1",6200 "scale-info",6201 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6202 "sp-runtime 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 "up-sponsorship",6206]62076208[[package]]6209name = "pallet-evm-migration"6210version = "0.1.1"6211dependencies = [6212 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6213 "frame-benchmarking",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 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6217 "parity-scale-codec 3.2.1",6218 "scale-info",6219 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6220 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6221 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6222 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6223]62246225[[package]]6226name = "pallet-evm-transaction-payment"6227version = "0.1.1"6228dependencies = [6229 "fp-evm 3.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6230 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6231 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6232 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6233 "pallet-ethereum",6234 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6235 "parity-scale-codec 3.2.1",6236 "scale-info",6237 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6238 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6239 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6240 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6241 "up-sponsorship",6242]62436244[[package]]6245name = "pallet-fast-unstake"6246version = "4.0.0-dev"6247source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6248dependencies = [6249 "frame-benchmarking",6250 "frame-election-provider-support",6251 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6252 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6253 "log",6254 "pallet-balances",6255 "pallet-staking",6256 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6257 "parity-scale-codec 3.2.1",6258 "scale-info",6259 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6260 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6261 "sp-staking 4.0.0-dev (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]62646265[[package]]6266name = "pallet-foreign-assets"6267version = "0.1.0"6268dependencies = [6269 "frame-benchmarking",6270 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6271 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6272 "hex",6273 "log",6274 "orml-tokens",6275 "pallet-balances",6276 "pallet-common",6277 "pallet-fungible",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 "serde",6282 "serde_json",6283 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6284 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6285 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6286 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6287 "up-data-structs",6288 "xcm",6289 "xcm-builder",6290 "xcm-executor",6291]62926293[[package]]6294name = "pallet-fungible"6295version = "0.1.5"6296dependencies = [6297 "ethereum",6298 "evm-coder",6299 "frame-benchmarking",6300 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6301 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6302 "pallet-common",6303 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6304 "pallet-evm-coder-substrate",6305 "pallet-structure",6306 "parity-scale-codec 3.2.1",6307 "scale-info",6308 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6309 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6310 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6311 "up-data-structs",6312]63136314[[package]]6315name = "pallet-gilt"6316version = "4.0.0-dev"6317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6318dependencies = [6319 "frame-benchmarking",6320 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6321 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6322 "parity-scale-codec 3.2.1",6323 "scale-info",6324 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6325 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6326 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6327]63286329[[package]]6330name = "pallet-grandpa"6331version = "4.0.0-dev"6332source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6333dependencies = [6334 "frame-benchmarking",6335 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6336 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6337 "log",6338 "pallet-authorship",6339 "pallet-session",6340 "parity-scale-codec 3.2.1",6341 "scale-info",6342 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6343 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6344 "sp-finality-grandpa",6345 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6346 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6347 "sp-session",6348 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6349 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6350]63516352[[package]]6353name = "pallet-identity"6354version = "4.0.0-dev"6355source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6356dependencies = [6357 "enumflags2",6358 "frame-benchmarking",6359 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6360 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6361 "parity-scale-codec 3.2.1",6362 "scale-info",6363 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6364 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6365 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6366]63676368[[package]]6369name = "pallet-im-online"6370version = "4.0.0-dev"6371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6372dependencies = [6373 "frame-benchmarking",6374 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6375 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6376 "log",6377 "pallet-authorship",6378 "parity-scale-codec 3.2.1",6379 "scale-info",6380 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6381 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6382 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6383 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6384 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6385 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6386]63876388[[package]]6389name = "pallet-indices"6390version = "4.0.0-dev"6391source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6392dependencies = [6393 "frame-benchmarking",6394 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6395 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6396 "parity-scale-codec 3.2.1",6397 "scale-info",6398 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6399 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6400 "sp-keyring",6401 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6402 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6403]64046405[[package]]6406name = "pallet-inflation"6407version = "0.1.1"6408dependencies = [6409 "frame-benchmarking",6410 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6411 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6412 "pallet-balances",6413 "pallet-randomness-collective-flip",6414 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6415 "parity-scale-codec 3.2.1",6416 "scale-info",6417 "serde",6418 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6419 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6420 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6421 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6422]64236424[[package]]6425name = "pallet-membership"6426version = "4.0.0-dev"6427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6428dependencies = [6429 "frame-benchmarking",6430 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6431 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6432 "log",6433 "parity-scale-codec 3.2.1",6434 "scale-info",6435 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6436 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6437 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6438 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6439]64406441[[package]]6442name = "pallet-mmr"6443version = "4.0.0-dev"6444source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6445dependencies = [6446 "ckb-merkle-mountain-range",6447 "frame-benchmarking",6448 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6449 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6450 "parity-scale-codec 3.2.1",6451 "scale-info",6452 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6453 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6454 "sp-mmr-primitives",6455 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6456 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6457]64586459[[package]]6460name = "pallet-mmr-rpc"6461version = "3.0.0"6462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6463dependencies = [6464 "jsonrpsee",6465 "parity-scale-codec 3.2.1",6466 "serde",6467 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6468 "sp-blockchain",6469 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6470 "sp-mmr-primitives",6471 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6472]64736474[[package]]6475name = "pallet-multisig"6476version = "4.0.0-dev"6477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6478dependencies = [6479 "frame-benchmarking",6480 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6481 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6482 "parity-scale-codec 3.2.1",6483 "scale-info",6484 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6485 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6486 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6487]64886489[[package]]6490name = "pallet-nomination-pools"6491version = "1.0.0"6492source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6493dependencies = [6494 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6495 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6496 "log",6497 "parity-scale-codec 3.2.1",6498 "scale-info",6499 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6500 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6501 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6502 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6503 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6504]65056506[[package]]6507name = "pallet-nomination-pools-benchmarking"6508version = "1.0.0"6509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6510dependencies = [6511 "frame-benchmarking",6512 "frame-election-provider-support",6513 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6514 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6515 "pallet-bags-list",6516 "pallet-nomination-pools",6517 "pallet-staking",6518 "parity-scale-codec 3.2.1",6519 "scale-info",6520 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6521 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6522 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6523 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6524]65256526[[package]]6527name = "pallet-nomination-pools-runtime-api"6528version = "1.0.0-dev"6529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6530dependencies = [6531 "parity-scale-codec 3.2.1",6532 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6533 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6534]65356536[[package]]6537name = "pallet-nonfungible"6538version = "0.1.6"6539dependencies = [6540 "ethereum",6541 "evm-coder",6542 "frame-benchmarking",6543 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6544 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6545 "pallet-common",6546 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6547 "pallet-evm-coder-substrate",6548 "pallet-structure",6549 "parity-scale-codec 3.2.1",6550 "scale-info",6551 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6553 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6554 "struct-versioning",6555 "up-data-structs",6556]65576558[[package]]6559name = "pallet-offences"6560version = "4.0.0-dev"6561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6562dependencies = [6563 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6564 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6565 "log",6566 "pallet-balances",6567 "parity-scale-codec 3.2.1",6568 "scale-info",6569 "serde",6570 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6571 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6572 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6573]65746575[[package]]6576name = "pallet-offences-benchmarking"6577version = "4.0.0-dev"6578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6579dependencies = [6580 "frame-benchmarking",6581 "frame-election-provider-support",6582 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6583 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6584 "pallet-babe",6585 "pallet-balances",6586 "pallet-grandpa",6587 "pallet-im-online",6588 "pallet-offences",6589 "pallet-session",6590 "pallet-staking",6591 "parity-scale-codec 3.2.1",6592 "scale-info",6593 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6594 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6595 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6596]65976598[[package]]6599name = "pallet-preimage"6600version = "4.0.0-dev"6601source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6602dependencies = [6603 "frame-benchmarking",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 "parity-scale-codec 3.2.1",6607 "scale-info",6608 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6609 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6610 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6611 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6612]66136614[[package]]6615name = "pallet-proxy"6616version = "4.0.0-dev"6617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6618dependencies = [6619 "frame-benchmarking",6620 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6621 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6622 "parity-scale-codec 3.2.1",6623 "scale-info",6624 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6625 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6626 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6627]66286629[[package]]6630name = "pallet-randomness-collective-flip"6631version = "4.0.0-dev"6632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6633dependencies = [6634 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6635 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6636 "parity-scale-codec 3.2.1",6637 "safe-mix",6638 "scale-info",6639 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6640 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6641]66426643[[package]]6644name = "pallet-recovery"6645version = "4.0.0-dev"6646source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6647dependencies = [6648 "frame-benchmarking",6649 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6650 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6651 "parity-scale-codec 3.2.1",6652 "scale-info",6653 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6654 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6655 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6656]66576658[[package]]6659name = "pallet-refungible"6660version = "0.2.5"6661dependencies = [6662 "derivative",6663 "ethereum",6664 "evm-coder",6665 "frame-benchmarking",6666 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6667 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6668 "pallet-common",6669 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6670 "pallet-evm-coder-substrate",6671 "pallet-structure",6672 "parity-scale-codec 3.2.1",6673 "scale-info",6674 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6675 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6676 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6677 "struct-versioning",6678 "up-data-structs",6679]66806681[[package]]6682name = "pallet-rmrk-core"6683version = "0.1.2"6684dependencies = [6685 "derivative",6686 "frame-benchmarking",6687 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6688 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6689 "pallet-common",6690 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6691 "pallet-nonfungible",6692 "pallet-structure",6693 "parity-scale-codec 3.2.1",6694 "rmrk-traits",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 "up-data-structs",6700]67016702[[package]]6703name = "pallet-rmrk-equip"6704version = "0.1.2"6705dependencies = [6706 "frame-benchmarking",6707 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6708 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6709 "pallet-common",6710 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6711 "pallet-nonfungible",6712 "pallet-rmrk-core",6713 "parity-scale-codec 3.2.1",6714 "rmrk-traits",6715 "scale-info",6716 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6717 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6718 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6719 "up-data-structs",6720]67216722[[package]]6723name = "pallet-scheduler"6724version = "4.0.0-dev"6725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6726dependencies = [6727 "frame-benchmarking",6728 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6729 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6730 "log",6731 "parity-scale-codec 3.2.1",6732 "scale-info",6733 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6734 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6735 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6736]67376738[[package]]6739name = "pallet-session"6740version = "4.0.0-dev"6741source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6742dependencies = [6743 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6744 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6745 "impl-trait-for-tuples",6746 "log",6747 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6748 "parity-scale-codec 3.2.1",6749 "scale-info",6750 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6751 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6752 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6753 "sp-session",6754 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6755 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6756 "sp-trie",6757]67586759[[package]]6760name = "pallet-session-benchmarking"6761version = "4.0.0-dev"6762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6763dependencies = [6764 "frame-benchmarking",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 "pallet-session",6768 "pallet-staking",6769 "rand 0.7.3",6770 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6771 "sp-session",6772 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6773]67746775[[package]]6776name = "pallet-society"6777version = "4.0.0-dev"6778source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6779dependencies = [6780 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6781 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6782 "parity-scale-codec 3.2.1",6783 "rand_chacha 0.2.2",6784 "scale-info",6785 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6786 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6787]67886789[[package]]6790name = "pallet-staking"6791version = "4.0.0-dev"6792source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6793dependencies = [6794 "frame-benchmarking",6795 "frame-election-provider-support",6796 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6797 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6798 "log",6799 "pallet-authorship",6800 "pallet-session",6801 "parity-scale-codec 3.2.1",6802 "rand_chacha 0.2.2",6803 "scale-info",6804 "serde",6805 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6806 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6808 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6809 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6810]68116812[[package]]6813name = "pallet-staking-reward-curve"6814version = "4.0.0-dev"6815source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6816dependencies = [6817 "proc-macro-crate",6818 "proc-macro2",6819 "quote",6820 "syn",6821]68226823[[package]]6824name = "pallet-staking-reward-fn"6825version = "4.0.0-dev"6826source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6827dependencies = [6828 "log",6829 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6830]68316832[[package]]6833name = "pallet-structure"6834version = "0.1.2"6835dependencies = [6836 "frame-benchmarking",6837 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6838 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6839 "pallet-common",6840 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",6841 "parity-scale-codec 3.2.1",6842 "scale-info",6843 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6844 "up-data-structs",6845]68466847[[package]]6848name = "pallet-sudo"6849version = "4.0.0-dev"6850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6851dependencies = [6852 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6853 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6854 "parity-scale-codec 3.2.1",6855 "scale-info",6856 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6857 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6858 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6859]68606861[[package]]6862name = "pallet-template-transaction-payment"6863version = "3.0.0"6864source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"6865dependencies = [6866 "frame-benchmarking",6867 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6868 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6869 "pallet-balances",6870 "pallet-transaction-payment",6871 "parity-scale-codec 3.2.1",6872 "scale-info",6873 "serde",6874 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6875 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6876 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6877 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6878 "up-sponsorship",6879]68806881[[package]]6882name = "pallet-test-utils"6883version = "0.1.0"6884dependencies = [6885 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6886 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6887 "pallet-unique-scheduler-v2",6888 "parity-scale-codec 3.2.1",6889 "scale-info",6890]68916892[[package]]6893name = "pallet-timestamp"6894version = "4.0.0-dev"6895source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"6896dependencies = [6897 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6898 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6899 "log",6900 "parity-scale-codec 3.2.1",6901 "scale-info",6902 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6903 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6904 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6905 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",6906]69076908[[package]]6909name = "pallet-timestamp"6910version = "4.0.0-dev"6911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6912dependencies = [6913 "frame-benchmarking",6914 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6915 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6916 "log",6917 "parity-scale-codec 3.2.1",6918 "scale-info",6919 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6920 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6921 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6922 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6923 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6924]69256926[[package]]6927name = "pallet-tips"6928version = "4.0.0-dev"6929source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6930dependencies = [6931 "frame-benchmarking",6932 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6933 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6934 "log",6935 "pallet-treasury",6936 "parity-scale-codec 3.2.1",6937 "scale-info",6938 "serde",6939 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6940 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6941 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6942 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6943]69446945[[package]]6946name = "pallet-transaction-payment"6947version = "4.0.0-dev"6948source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6949dependencies = [6950 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6951 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6952 "parity-scale-codec 3.2.1",6953 "scale-info",6954 "serde",6955 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6956 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6957 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6958 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6959]69606961[[package]]6962name = "pallet-transaction-payment-rpc"6963version = "4.0.0-dev"6964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6965dependencies = [6966 "jsonrpsee",6967 "pallet-transaction-payment-rpc-runtime-api",6968 "parity-scale-codec 3.2.1",6969 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6970 "sp-blockchain",6971 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6972 "sp-rpc",6973 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6974]69756976[[package]]6977name = "pallet-transaction-payment-rpc-runtime-api"6978version = "4.0.0-dev"6979source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6980dependencies = [6981 "pallet-transaction-payment",6982 "parity-scale-codec 3.2.1",6983 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6985]69866987[[package]]6988name = "pallet-treasury"6989version = "4.0.0-dev"6990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"6991dependencies = [6992 "frame-benchmarking",6993 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6994 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",6995 "impl-trait-for-tuples",6996 "pallet-balances",6997 "parity-scale-codec 3.2.1",6998 "scale-info",6999 "serde",7000 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7001 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7002]70037004[[package]]7005name = "pallet-unique"7006version = "0.2.1"7007dependencies = [7008 "ethereum",7009 "evm-coder",7010 "frame-benchmarking",7011 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7012 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7013 "pallet-common",7014 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",7015 "pallet-evm-coder-substrate",7016 "pallet-nonfungible",7017 "pallet-refungible",7018 "parity-scale-codec 3.2.1",7019 "scale-info",7020 "serde",7021 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7022 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7023 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7024 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7025 "up-data-structs",7026]70277028[[package]]7029name = "pallet-unique-scheduler"7030version = "0.1.1"7031dependencies = [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 "log",7036 "parity-scale-codec 3.2.1",7037 "scale-info",7038 "serde",7039 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7040 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7041 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7042 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7043 "substrate-test-utils",7044 "up-sponsorship",7045]70467047[[package]]7048name = "pallet-unique-scheduler-v2"7049version = "0.1.0"7050dependencies = [7051 "frame-benchmarking",7052 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7053 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7054 "log",7055 "pallet-preimage",7056 "parity-scale-codec 3.2.1",7057 "scale-info",7058 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7059 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7060 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7061 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7062 "substrate-test-utils",7063]70647065[[package]]7066name = "pallet-utility"7067version = "4.0.0-dev"7068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7069dependencies = [7070 "frame-benchmarking",7071 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7072 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7073 "parity-scale-codec 3.2.1",7074 "scale-info",7075 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7076 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7077 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7078 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7079]70807081[[package]]7082name = "pallet-vesting"7083version = "4.0.0-dev"7084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"7085dependencies = [7086 "frame-benchmarking",7087 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7088 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7089 "log",7090 "parity-scale-codec 3.2.1",7091 "scale-info",7092 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7093 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7094]70957096[[package]]7097name = "pallet-xcm"7098version = "0.9.30"7099source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7100dependencies = [7101 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7102 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7103 "log",7104 "parity-scale-codec 3.2.1",7105 "scale-info",7106 "serde",7107 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7108 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7109 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7110 "xcm",7111 "xcm-executor",7112]71137114[[package]]7115name = "pallet-xcm-benchmarks"7116version = "0.9.30"7117source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7118dependencies = [7119 "frame-benchmarking",7120 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7121 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7122 "log",7123 "parity-scale-codec 3.2.1",7124 "scale-info",7125 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7126 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7127 "xcm",7128 "xcm-executor",7129]71307131[[package]]7132name = "parachain-info"7133version = "0.1.0"7134source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.30#7b1fc0ed107fe42bb7e6a5dfefb586f4c3ae4328"7135dependencies = [7136 "cumulus-primitives-core",7137 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7138 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7139 "parity-scale-codec 3.2.1",7140 "scale-info",7141 "serde",7142]71437144[[package]]7145name = "parity-db"7146version = "0.3.17"7147source = "registry+https://github.com/rust-lang/crates.io-index"7148checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce"7149dependencies = [7150 "blake2-rfc",7151 "crc32fast",7152 "fs2",7153 "hex",7154 "libc",7155 "log",7156 "lz4",7157 "memmap2",7158 "parking_lot 0.12.1",7159 "rand 0.8.5",7160 "snap",7161]71627163[[package]]7164name = "parity-scale-codec"7165version = "2.3.1"7166source = "registry+https://github.com/rust-lang/crates.io-index"7167checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"7168dependencies = [7169 "arrayvec 0.7.2",7170 "bitvec 0.20.4",7171 "byte-slice-cast",7172 "impl-trait-for-tuples",7173 "parity-scale-codec-derive 2.3.1",7174 "serde",7175]71767177[[package]]7178name = "parity-scale-codec"7179version = "3.2.1"7180source = "registry+https://github.com/rust-lang/crates.io-index"7181checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a"7182dependencies = [7183 "arrayvec 0.7.2",7184 "bitvec 1.0.1",7185 "byte-slice-cast",7186 "bytes",7187 "impl-trait-for-tuples",7188 "parity-scale-codec-derive 3.1.3",7189 "serde",7190]71917192[[package]]7193name = "parity-scale-codec-derive"7194version = "2.3.1"7195source = "registry+https://github.com/rust-lang/crates.io-index"7196checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"7197dependencies = [7198 "proc-macro-crate",7199 "proc-macro2",7200 "quote",7201 "syn",7202]72037204[[package]]7205name = "parity-scale-codec-derive"7206version = "3.1.3"7207source = "registry+https://github.com/rust-lang/crates.io-index"7208checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"7209dependencies = [7210 "proc-macro-crate",7211 "proc-macro2",7212 "quote",7213 "syn",7214]72157216[[package]]7217name = "parity-send-wrapper"7218version = "0.1.0"7219source = "registry+https://github.com/rust-lang/crates.io-index"7220checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"72217222[[package]]7223name = "parity-util-mem"7224version = "0.11.0"7225source = "registry+https://github.com/rust-lang/crates.io-index"7226checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"7227dependencies = [7228 "cfg-if 1.0.0",7229 "ethereum-types",7230 "hashbrown",7231 "impl-trait-for-tuples",7232 "lru 0.7.8",7233 "parity-util-mem-derive",7234 "parking_lot 0.12.1",7235 "primitive-types",7236 "smallvec",7237 "winapi",7238]72397240[[package]]7241name = "parity-util-mem-derive"7242version = "0.1.0"7243source = "registry+https://github.com/rust-lang/crates.io-index"7244checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"7245dependencies = [7246 "proc-macro2",7247 "syn",7248 "synstructure",7249]72507251[[package]]7252name = "parity-wasm"7253version = "0.32.0"7254source = "registry+https://github.com/rust-lang/crates.io-index"7255checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"7256dependencies = [7257 "byteorder",7258]72597260[[package]]7261name = "parity-wasm"7262version = "0.45.0"7263source = "registry+https://github.com/rust-lang/crates.io-index"7264checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"72657266[[package]]7267name = "parking"7268version = "2.0.0"7269source = "registry+https://github.com/rust-lang/crates.io-index"7270checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"72717272[[package]]7273name = "parking_lot"7274version = "0.11.2"7275source = "registry+https://github.com/rust-lang/crates.io-index"7276checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7277dependencies = [7278 "instant",7279 "lock_api",7280 "parking_lot_core 0.8.5",7281]72827283[[package]]7284name = "parking_lot"7285version = "0.12.1"7286source = "registry+https://github.com/rust-lang/crates.io-index"7287checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7288dependencies = [7289 "lock_api",7290 "parking_lot_core 0.9.4",7291]72927293[[package]]7294name = "parking_lot_core"7295version = "0.8.5"7296source = "registry+https://github.com/rust-lang/crates.io-index"7297checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"7298dependencies = [7299 "cfg-if 1.0.0",7300 "instant",7301 "libc",7302 "redox_syscall",7303 "smallvec",7304 "winapi",7305]73067307[[package]]7308name = "parking_lot_core"7309version = "0.9.4"7310source = "registry+https://github.com/rust-lang/crates.io-index"7311checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"7312dependencies = [7313 "cfg-if 1.0.0",7314 "libc",7315 "redox_syscall",7316 "smallvec",7317 "windows-sys 0.42.0",7318]73197320[[package]]7321name = "paste"7322version = "1.0.9"7323source = "registry+https://github.com/rust-lang/crates.io-index"7324checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"73257326[[package]]7327name = "pbkdf2"7328version = "0.4.0"7329source = "registry+https://github.com/rust-lang/crates.io-index"7330checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7331dependencies = [7332 "crypto-mac 0.8.0",7333]73347335[[package]]7336name = "pbkdf2"7337version = "0.8.0"7338source = "registry+https://github.com/rust-lang/crates.io-index"7339checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7340dependencies = [7341 "crypto-mac 0.11.1",7342]73437344[[package]]7345name = "peeking_take_while"7346version = "0.1.2"7347source = "registry+https://github.com/rust-lang/crates.io-index"7348checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"73497350[[package]]7351name = "percent-encoding"7352version = "2.2.0"7353source = "registry+https://github.com/rust-lang/crates.io-index"7354checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"73557356[[package]]7357name = "pest"7358version = "2.4.0"7359source = "registry+https://github.com/rust-lang/crates.io-index"7360checksum = "dbc7bc69c062e492337d74d59b120c274fd3d261b6bf6d3207d499b4b379c41a"7361dependencies = [7362 "thiserror",7363 "ucd-trie",7364]73657366[[package]]7367name = "pest_derive"7368version = "2.4.0"7369source = "registry+https://github.com/rust-lang/crates.io-index"7370checksum = "60b75706b9642ebcb34dab3bc7750f811609a0eb1dd8b88c2d15bf628c1c65b2"7371dependencies = [7372 "pest",7373 "pest_generator",7374]73757376[[package]]7377name = "pest_generator"7378version = "2.4.0"7379source = "registry+https://github.com/rust-lang/crates.io-index"7380checksum = "f4f9272122f5979a6511a749af9db9bfc810393f63119970d7085fed1c4ea0db"7381dependencies = [7382 "pest",7383 "pest_meta",7384 "proc-macro2",7385 "quote",7386 "syn",7387]73887389[[package]]7390name = "pest_meta"7391version = "2.4.0"7392source = "registry+https://github.com/rust-lang/crates.io-index"7393checksum = "4c8717927f9b79515e565a64fe46c38b8cd0427e64c40680b14a7365ab09ac8d"7394dependencies = [7395 "once_cell",7396 "pest",7397 "sha1",7398]73997400[[package]]7401name = "petgraph"7402version = "0.6.2"7403source = "registry+https://github.com/rust-lang/crates.io-index"7404checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7405dependencies = [7406 "fixedbitset",7407 "indexmap",7408]74097410[[package]]7411name = "pin-project"7412version = "1.0.12"7413source = "registry+https://github.com/rust-lang/crates.io-index"7414checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7415dependencies = [7416 "pin-project-internal",7417]74187419[[package]]7420name = "pin-project-internal"7421version = "1.0.12"7422source = "registry+https://github.com/rust-lang/crates.io-index"7423checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7424dependencies = [7425 "proc-macro2",7426 "quote",7427 "syn",7428]74297430[[package]]7431name = "pin-project-lite"7432version = "0.1.12"7433source = "registry+https://github.com/rust-lang/crates.io-index"7434checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"74357436[[package]]7437name = "pin-project-lite"7438version = "0.2.9"7439source = "registry+https://github.com/rust-lang/crates.io-index"7440checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"74417442[[package]]7443name = "pin-utils"7444version = "0.1.0"7445source = "registry+https://github.com/rust-lang/crates.io-index"7446checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"74477448[[package]]7449name = "pkcs8"7450version = "0.8.0"7451source = "registry+https://github.com/rust-lang/crates.io-index"7452checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"7453dependencies = [7454 "der",7455 "spki",7456 "zeroize",7457]74587459[[package]]7460name = "pkg-config"7461version = "0.3.26"7462source = "registry+https://github.com/rust-lang/crates.io-index"7463checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"74647465[[package]]7466name = "platforms"7467version = "2.0.0"7468source = "registry+https://github.com/rust-lang/crates.io-index"7469checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"74707471[[package]]7472name = "polkadot-approval-distribution"7473version = "0.9.30"7474source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7475dependencies = [7476 "futures 0.3.25",7477 "polkadot-node-network-protocol",7478 "polkadot-node-primitives",7479 "polkadot-node-subsystem",7480 "polkadot-node-subsystem-util",7481 "polkadot-primitives",7482 "rand 0.8.5",7483 "tracing-gum",7484]74857486[[package]]7487name = "polkadot-availability-bitfield-distribution"7488version = "0.9.30"7489source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7490dependencies = [7491 "futures 0.3.25",7492 "polkadot-node-network-protocol",7493 "polkadot-node-subsystem",7494 "polkadot-node-subsystem-util",7495 "polkadot-primitives",7496 "rand 0.8.5",7497 "tracing-gum",7498]74997500[[package]]7501name = "polkadot-availability-distribution"7502version = "0.9.30"7503source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7504dependencies = [7505 "derive_more",7506 "fatality",7507 "futures 0.3.25",7508 "lru 0.7.8",7509 "parity-scale-codec 3.2.1",7510 "polkadot-erasure-coding",7511 "polkadot-node-network-protocol",7512 "polkadot-node-primitives",7513 "polkadot-node-subsystem",7514 "polkadot-node-subsystem-util",7515 "polkadot-primitives",7516 "rand 0.8.5",7517 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7518 "sp-keystore",7519 "thiserror",7520 "tracing-gum",7521]75227523[[package]]7524name = "polkadot-availability-recovery"7525version = "0.9.30"7526source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7527dependencies = [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 "sc-network",7540 "thiserror",7541 "tracing-gum",7542]75437544[[package]]7545name = "polkadot-cli"7546version = "0.9.30"7547source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7548dependencies = [7549 "clap",7550 "frame-benchmarking-cli",7551 "futures 0.3.25",7552 "log",7553 "polkadot-client",7554 "polkadot-node-core-pvf",7555 "polkadot-node-metrics",7556 "polkadot-performance-test",7557 "polkadot-service",7558 "sc-cli",7559 "sc-service",7560 "sc-sysinfo",7561 "sc-tracing",7562 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7563 "sp-keyring",7564 "sp-trie",7565 "substrate-build-script-utils",7566 "thiserror",7567 "try-runtime-cli",7568]75697570[[package]]7571name = "polkadot-client"7572version = "0.9.30"7573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7574dependencies = [7575 "beefy-primitives",7576 "frame-benchmarking",7577 "frame-benchmarking-cli",7578 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7579 "frame-system-rpc-runtime-api",7580 "pallet-transaction-payment",7581 "pallet-transaction-payment-rpc-runtime-api",7582 "polkadot-core-primitives",7583 "polkadot-node-core-parachains-inherent",7584 "polkadot-primitives",7585 "polkadot-runtime",7586 "polkadot-runtime-common",7587 "sc-client-api",7588 "sc-consensus",7589 "sc-executor",7590 "sc-service",7591 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7592 "sp-authority-discovery",7593 "sp-block-builder",7594 "sp-blockchain",7595 "sp-consensus",7596 "sp-consensus-babe",7597 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7598 "sp-finality-grandpa",7599 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7600 "sp-keyring",7601 "sp-mmr-primitives",7602 "sp-offchain",7603 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7604 "sp-session",7605 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7606 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7607 "sp-transaction-pool",7608]76097610[[package]]7611name = "polkadot-collator-protocol"7612version = "0.9.30"7613source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7614dependencies = [7615 "always-assert",7616 "fatality",7617 "futures 0.3.25",7618 "futures-timer",7619 "polkadot-node-network-protocol",7620 "polkadot-node-primitives",7621 "polkadot-node-subsystem",7622 "polkadot-node-subsystem-util",7623 "polkadot-primitives",7624 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7625 "sp-keystore",7626 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7627 "thiserror",7628 "tracing-gum",7629]76307631[[package]]7632name = "polkadot-core-primitives"7633version = "0.9.30"7634source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7635dependencies = [7636 "parity-scale-codec 3.2.1",7637 "parity-util-mem",7638 "scale-info",7639 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7640 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7641 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7642]76437644[[package]]7645name = "polkadot-dispute-distribution"7646version = "0.9.30"7647source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7648dependencies = [7649 "derive_more",7650 "fatality",7651 "futures 0.3.25",7652 "lru 0.7.8",7653 "parity-scale-codec 3.2.1",7654 "polkadot-erasure-coding",7655 "polkadot-node-network-protocol",7656 "polkadot-node-primitives",7657 "polkadot-node-subsystem",7658 "polkadot-node-subsystem-util",7659 "polkadot-primitives",7660 "sc-network",7661 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7662 "sp-keystore",7663 "thiserror",7664 "tracing-gum",7665]76667667[[package]]7668name = "polkadot-erasure-coding"7669version = "0.9.30"7670source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7671dependencies = [7672 "parity-scale-codec 3.2.1",7673 "polkadot-node-primitives",7674 "polkadot-primitives",7675 "reed-solomon-novelpoly",7676 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7677 "sp-trie",7678 "thiserror",7679]76807681[[package]]7682name = "polkadot-gossip-support"7683version = "0.9.30"7684source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7685dependencies = [7686 "futures 0.3.25",7687 "futures-timer",7688 "polkadot-node-network-protocol",7689 "polkadot-node-subsystem",7690 "polkadot-node-subsystem-util",7691 "polkadot-primitives",7692 "rand 0.8.5",7693 "rand_chacha 0.3.1",7694 "sc-network",7695 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7696 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7697 "sp-keystore",7698 "tracing-gum",7699]77007701[[package]]7702name = "polkadot-network-bridge"7703version = "0.9.30"7704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7705dependencies = [7706 "always-assert",7707 "async-trait",7708 "bytes",7709 "fatality",7710 "futures 0.3.25",7711 "parity-scale-codec 3.2.1",7712 "parking_lot 0.12.1",7713 "polkadot-node-network-protocol",7714 "polkadot-node-subsystem",7715 "polkadot-node-subsystem-util",7716 "polkadot-overseer",7717 "polkadot-primitives",7718 "sc-network",7719 "sc-network-common",7720 "sp-consensus",7721 "thiserror",7722 "tracing-gum",7723]77247725[[package]]7726name = "polkadot-node-collation-generation"7727version = "0.9.30"7728source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7729dependencies = [7730 "futures 0.3.25",7731 "parity-scale-codec 3.2.1",7732 "polkadot-erasure-coding",7733 "polkadot-node-primitives",7734 "polkadot-node-subsystem",7735 "polkadot-node-subsystem-util",7736 "polkadot-primitives",7737 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7738 "sp-maybe-compressed-blob",7739 "thiserror",7740 "tracing-gum",7741]77427743[[package]]7744name = "polkadot-node-core-approval-voting"7745version = "0.9.30"7746source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7747dependencies = [7748 "bitvec 1.0.1",7749 "derive_more",7750 "futures 0.3.25",7751 "futures-timer",7752 "kvdb",7753 "lru 0.7.8",7754 "merlin",7755 "parity-scale-codec 3.2.1",7756 "polkadot-node-jaeger",7757 "polkadot-node-primitives",7758 "polkadot-node-subsystem",7759 "polkadot-node-subsystem-util",7760 "polkadot-overseer",7761 "polkadot-primitives",7762 "sc-keystore",7763 "schnorrkel",7764 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7765 "sp-consensus",7766 "sp-consensus-slots",7767 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7768 "thiserror",7769 "tracing-gum",7770]77717772[[package]]7773name = "polkadot-node-core-av-store"7774version = "0.9.30"7775source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7776dependencies = [7777 "bitvec 1.0.1",7778 "futures 0.3.25",7779 "futures-timer",7780 "kvdb",7781 "parity-scale-codec 3.2.1",7782 "polkadot-erasure-coding",7783 "polkadot-node-primitives",7784 "polkadot-node-subsystem",7785 "polkadot-node-subsystem-util",7786 "polkadot-overseer",7787 "polkadot-primitives",7788 "thiserror",7789 "tracing-gum",7790]77917792[[package]]7793name = "polkadot-node-core-backing"7794version = "0.9.30"7795source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7796dependencies = [7797 "bitvec 1.0.1",7798 "fatality",7799 "futures 0.3.25",7800 "polkadot-erasure-coding",7801 "polkadot-node-primitives",7802 "polkadot-node-subsystem",7803 "polkadot-node-subsystem-util",7804 "polkadot-primitives",7805 "polkadot-statement-table",7806 "sp-keystore",7807 "thiserror",7808 "tracing-gum",7809]78107811[[package]]7812name = "polkadot-node-core-bitfield-signing"7813version = "0.9.30"7814source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7815dependencies = [7816 "futures 0.3.25",7817 "polkadot-node-subsystem",7818 "polkadot-node-subsystem-util",7819 "polkadot-primitives",7820 "sp-keystore",7821 "thiserror",7822 "tracing-gum",7823 "wasm-timer",7824]78257826[[package]]7827name = "polkadot-node-core-candidate-validation"7828version = "0.9.30"7829source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7830dependencies = [7831 "async-trait",7832 "futures 0.3.25",7833 "parity-scale-codec 3.2.1",7834 "polkadot-node-core-pvf",7835 "polkadot-node-primitives",7836 "polkadot-node-subsystem",7837 "polkadot-node-subsystem-util",7838 "polkadot-parachain",7839 "polkadot-primitives",7840 "sp-maybe-compressed-blob",7841 "tracing-gum",7842]78437844[[package]]7845name = "polkadot-node-core-chain-api"7846version = "0.9.30"7847source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7848dependencies = [7849 "futures 0.3.25",7850 "polkadot-node-subsystem",7851 "polkadot-node-subsystem-util",7852 "polkadot-primitives",7853 "sc-client-api",7854 "sc-consensus-babe",7855 "sp-blockchain",7856 "tracing-gum",7857]78587859[[package]]7860name = "polkadot-node-core-chain-selection"7861version = "0.9.30"7862source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7863dependencies = [7864 "futures 0.3.25",7865 "futures-timer",7866 "kvdb",7867 "parity-scale-codec 3.2.1",7868 "polkadot-node-primitives",7869 "polkadot-node-subsystem",7870 "polkadot-node-subsystem-util",7871 "polkadot-primitives",7872 "thiserror",7873 "tracing-gum",7874]78757876[[package]]7877name = "polkadot-node-core-dispute-coordinator"7878version = "0.9.30"7879source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7880dependencies = [7881 "fatality",7882 "futures 0.3.25",7883 "kvdb",7884 "lru 0.7.8",7885 "parity-scale-codec 3.2.1",7886 "polkadot-node-primitives",7887 "polkadot-node-subsystem",7888 "polkadot-node-subsystem-util",7889 "polkadot-primitives",7890 "sc-keystore",7891 "thiserror",7892 "tracing-gum",7893]78947895[[package]]7896name = "polkadot-node-core-parachains-inherent"7897version = "0.9.30"7898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7899dependencies = [7900 "async-trait",7901 "futures 0.3.25",7902 "futures-timer",7903 "polkadot-node-subsystem",7904 "polkadot-primitives",7905 "sp-blockchain",7906 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7907 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7908 "thiserror",7909 "tracing-gum",7910]79117912[[package]]7913name = "polkadot-node-core-provisioner"7914version = "0.9.30"7915source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7916dependencies = [7917 "bitvec 1.0.1",7918 "fatality",7919 "futures 0.3.25",7920 "futures-timer",7921 "polkadot-node-primitives",7922 "polkadot-node-subsystem",7923 "polkadot-node-subsystem-util",7924 "polkadot-primitives",7925 "rand 0.8.5",7926 "thiserror",7927 "tracing-gum",7928]79297930[[package]]7931name = "polkadot-node-core-pvf"7932version = "0.9.30"7933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7934dependencies = [7935 "always-assert",7936 "assert_matches",7937 "async-process",7938 "async-std",7939 "futures 0.3.25",7940 "futures-timer",7941 "parity-scale-codec 3.2.1",7942 "pin-project",7943 "polkadot-core-primitives",7944 "polkadot-node-metrics",7945 "polkadot-parachain",7946 "rand 0.8.5",7947 "rayon",7948 "sc-executor",7949 "sc-executor-common",7950 "sc-executor-wasmtime",7951 "slotmap",7952 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7953 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7954 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7955 "sp-maybe-compressed-blob",7956 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7957 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",7958 "tempfile",7959 "tracing-gum",7960]79617962[[package]]7963name = "polkadot-node-core-pvf-checker"7964version = "0.9.30"7965source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7966dependencies = [7967 "futures 0.3.25",7968 "polkadot-node-primitives",7969 "polkadot-node-subsystem",7970 "polkadot-node-subsystem-util",7971 "polkadot-overseer",7972 "polkadot-primitives",7973 "sp-keystore",7974 "thiserror",7975 "tracing-gum",7976]79777978[[package]]7979name = "polkadot-node-core-runtime-api"7980version = "0.9.30"7981source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7982dependencies = [7983 "futures 0.3.25",7984 "memory-lru",7985 "parity-util-mem",7986 "polkadot-node-subsystem",7987 "polkadot-node-subsystem-types",7988 "polkadot-node-subsystem-util",7989 "polkadot-primitives",7990 "sp-consensus-babe",7991 "tracing-gum",7992]79937994[[package]]7995name = "polkadot-node-jaeger"7996version = "0.9.30"7997source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"7998dependencies = [7999 "async-std",8000 "lazy_static",8001 "log",8002 "mick-jaeger",8003 "parity-scale-codec 3.2.1",8004 "parking_lot 0.12.1",8005 "polkadot-node-primitives",8006 "polkadot-primitives",8007 "sc-network",8008 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8009 "thiserror",8010]80118012[[package]]8013name = "polkadot-node-metrics"8014version = "0.9.30"8015source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8016dependencies = [8017 "bs58",8018 "futures 0.3.25",8019 "futures-timer",8020 "log",8021 "parity-scale-codec 3.2.1",8022 "polkadot-primitives",8023 "prioritized-metered-channel",8024 "sc-cli",8025 "sc-service",8026 "sc-tracing",8027 "substrate-prometheus-endpoint",8028 "tracing-gum",8029]80308031[[package]]8032name = "polkadot-node-network-protocol"8033version = "0.9.30"8034source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8035dependencies = [8036 "async-trait",8037 "derive_more",8038 "fatality",8039 "futures 0.3.25",8040 "hex",8041 "parity-scale-codec 3.2.1",8042 "polkadot-node-jaeger",8043 "polkadot-node-primitives",8044 "polkadot-primitives",8045 "rand 0.8.5",8046 "sc-authority-discovery",8047 "sc-network",8048 "sc-network-common",8049 "strum",8050 "thiserror",8051 "tracing-gum",8052]80538054[[package]]8055name = "polkadot-node-primitives"8056version = "0.9.30"8057source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8058dependencies = [8059 "bounded-vec",8060 "futures 0.3.25",8061 "parity-scale-codec 3.2.1",8062 "polkadot-parachain",8063 "polkadot-primitives",8064 "schnorrkel",8065 "serde",8066 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8067 "sp-consensus-babe",8068 "sp-consensus-vrf",8069 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8070 "sp-keystore",8071 "sp-maybe-compressed-blob",8072 "thiserror",8073 "zstd",8074]80758076[[package]]8077name = "polkadot-node-subsystem"8078version = "0.9.30"8079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8080dependencies = [8081 "polkadot-node-jaeger",8082 "polkadot-node-subsystem-types",8083 "polkadot-overseer",8084]80858086[[package]]8087name = "polkadot-node-subsystem-types"8088version = "0.9.30"8089source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8090dependencies = [8091 "async-trait",8092 "derive_more",8093 "futures 0.3.25",8094 "orchestra",8095 "polkadot-node-jaeger",8096 "polkadot-node-network-protocol",8097 "polkadot-node-primitives",8098 "polkadot-primitives",8099 "polkadot-statement-table",8100 "sc-network",8101 "smallvec",8102 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8103 "sp-authority-discovery",8104 "sp-consensus-babe",8105 "substrate-prometheus-endpoint",8106 "thiserror",8107]81088109[[package]]8110name = "polkadot-node-subsystem-util"8111version = "0.9.30"8112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8113dependencies = [8114 "async-trait",8115 "derive_more",8116 "fatality",8117 "futures 0.3.25",8118 "itertools",8119 "kvdb",8120 "lru 0.7.8",8121 "parity-db",8122 "parity-scale-codec 3.2.1",8123 "parity-util-mem",8124 "parking_lot 0.11.2",8125 "pin-project",8126 "polkadot-node-jaeger",8127 "polkadot-node-metrics",8128 "polkadot-node-network-protocol",8129 "polkadot-node-primitives",8130 "polkadot-node-subsystem",8131 "polkadot-overseer",8132 "polkadot-primitives",8133 "prioritized-metered-channel",8134 "rand 0.8.5",8135 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8136 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8137 "sp-keystore",8138 "thiserror",8139 "tracing-gum",8140]81418142[[package]]8143name = "polkadot-overseer"8144version = "0.9.30"8145source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8146dependencies = [8147 "async-trait",8148 "futures 0.3.25",8149 "futures-timer",8150 "lru 0.7.8",8151 "orchestra",8152 "parity-util-mem",8153 "parking_lot 0.12.1",8154 "polkadot-node-metrics",8155 "polkadot-node-network-protocol",8156 "polkadot-node-primitives",8157 "polkadot-node-subsystem-types",8158 "polkadot-primitives",8159 "sc-client-api",8160 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8161 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8162 "tracing-gum",8163]81648165[[package]]8166name = "polkadot-parachain"8167version = "0.9.30"8168source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8169dependencies = [8170 "derive_more",8171 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8172 "parity-scale-codec 3.2.1",8173 "parity-util-mem",8174 "polkadot-core-primitives",8175 "scale-info",8176 "serde",8177 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8178 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8179 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8180]81818182[[package]]8183name = "polkadot-performance-test"8184version = "0.9.30"8185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8186dependencies = [8187 "env_logger",8188 "kusama-runtime",8189 "log",8190 "polkadot-erasure-coding",8191 "polkadot-node-core-pvf",8192 "polkadot-node-primitives",8193 "quote",8194 "thiserror",8195]81968197[[package]]8198name = "polkadot-primitives"8199version = "0.9.30"8200source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8201dependencies = [8202 "bitvec 1.0.1",8203 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8204 "hex-literal",8205 "parity-scale-codec 3.2.1",8206 "parity-util-mem",8207 "polkadot-core-primitives",8208 "polkadot-parachain",8209 "scale-info",8210 "serde",8211 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8212 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8213 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8214 "sp-authority-discovery",8215 "sp-consensus-slots",8216 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8217 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8218 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8219 "sp-keystore",8220 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8221 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8222 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8223 "sp-trie",8224 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8225]82268227[[package]]8228name = "polkadot-rpc"8229version = "0.9.30"8230source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8231dependencies = [8232 "beefy-gadget",8233 "beefy-gadget-rpc",8234 "jsonrpsee",8235 "pallet-mmr-rpc",8236 "pallet-transaction-payment-rpc",8237 "polkadot-primitives",8238 "sc-chain-spec",8239 "sc-client-api",8240 "sc-consensus-babe",8241 "sc-consensus-babe-rpc",8242 "sc-consensus-epochs",8243 "sc-finality-grandpa",8244 "sc-finality-grandpa-rpc",8245 "sc-rpc",8246 "sc-sync-state-rpc",8247 "sc-transaction-pool-api",8248 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8249 "sp-block-builder",8250 "sp-blockchain",8251 "sp-consensus",8252 "sp-consensus-babe",8253 "sp-keystore",8254 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8255 "substrate-frame-rpc-system",8256 "substrate-state-trie-migration-rpc",8257]82588259[[package]]8260name = "polkadot-runtime"8261version = "0.9.30"8262source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8263dependencies = [8264 "beefy-primitives",8265 "bitvec 1.0.1",8266 "frame-benchmarking",8267 "frame-election-provider-support",8268 "frame-executive",8269 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8270 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8271 "frame-system-benchmarking",8272 "frame-system-rpc-runtime-api",8273 "frame-try-runtime",8274 "hex-literal",8275 "log",8276 "pallet-authority-discovery",8277 "pallet-authorship",8278 "pallet-babe",8279 "pallet-bags-list",8280 "pallet-balances",8281 "pallet-bounties",8282 "pallet-child-bounties",8283 "pallet-collective",8284 "pallet-democracy",8285 "pallet-election-provider-multi-phase",8286 "pallet-election-provider-support-benchmarking",8287 "pallet-elections-phragmen",8288 "pallet-fast-unstake",8289 "pallet-grandpa",8290 "pallet-identity",8291 "pallet-im-online",8292 "pallet-indices",8293 "pallet-membership",8294 "pallet-multisig",8295 "pallet-nomination-pools",8296 "pallet-nomination-pools-benchmarking",8297 "pallet-nomination-pools-runtime-api",8298 "pallet-offences",8299 "pallet-offences-benchmarking",8300 "pallet-preimage",8301 "pallet-proxy",8302 "pallet-scheduler",8303 "pallet-session",8304 "pallet-session-benchmarking",8305 "pallet-staking",8306 "pallet-staking-reward-curve",8307 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8308 "pallet-tips",8309 "pallet-transaction-payment",8310 "pallet-transaction-payment-rpc-runtime-api",8311 "pallet-treasury",8312 "pallet-utility",8313 "pallet-vesting",8314 "pallet-xcm",8315 "parity-scale-codec 3.2.1",8316 "polkadot-primitives",8317 "polkadot-runtime-common",8318 "polkadot-runtime-constants",8319 "polkadot-runtime-parachains",8320 "rustc-hex",8321 "scale-info",8322 "serde",8323 "serde_derive",8324 "smallvec",8325 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8326 "sp-authority-discovery",8327 "sp-block-builder",8328 "sp-consensus-babe",8329 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8330 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8331 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8332 "sp-mmr-primitives",8333 "sp-npos-elections",8334 "sp-offchain",8335 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8336 "sp-session",8337 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8338 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8339 "sp-transaction-pool",8340 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8341 "static_assertions",8342 "substrate-wasm-builder",8343 "xcm",8344 "xcm-builder",8345 "xcm-executor",8346]83478348[[package]]8349name = "polkadot-runtime-common"8350version = "0.9.30"8351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8352dependencies = [8353 "beefy-primitives",8354 "bitvec 1.0.1",8355 "frame-benchmarking",8356 "frame-election-provider-support",8357 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8358 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8359 "impl-trait-for-tuples",8360 "libsecp256k1",8361 "log",8362 "pallet-authorship",8363 "pallet-babe",8364 "pallet-bags-list",8365 "pallet-balances",8366 "pallet-beefy-mmr",8367 "pallet-election-provider-multi-phase",8368 "pallet-session",8369 "pallet-staking",8370 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8371 "pallet-transaction-payment",8372 "pallet-treasury",8373 "pallet-vesting",8374 "parity-scale-codec 3.2.1",8375 "polkadot-primitives",8376 "polkadot-runtime-parachains",8377 "rustc-hex",8378 "scale-info",8379 "serde",8380 "serde_derive",8381 "slot-range-helper",8382 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8383 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8384 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8385 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8386 "sp-npos-elections",8387 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8388 "sp-session",8389 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8390 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8391 "static_assertions",8392 "xcm",8393]83948395[[package]]8396name = "polkadot-runtime-constants"8397version = "0.9.30"8398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8399dependencies = [8400 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8401 "polkadot-primitives",8402 "polkadot-runtime-common",8403 "smallvec",8404 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8405]84068407[[package]]8408name = "polkadot-runtime-metrics"8409version = "0.9.30"8410source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8411dependencies = [8412 "bs58",8413 "parity-scale-codec 3.2.1",8414 "polkadot-primitives",8415 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8416 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8417]84188419[[package]]8420name = "polkadot-runtime-parachains"8421version = "0.9.30"8422source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8423dependencies = [8424 "bitflags",8425 "bitvec 1.0.1",8426 "derive_more",8427 "frame-benchmarking",8428 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8429 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8430 "log",8431 "pallet-authority-discovery",8432 "pallet-authorship",8433 "pallet-babe",8434 "pallet-balances",8435 "pallet-session",8436 "pallet-staking",8437 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8438 "pallet-vesting",8439 "parity-scale-codec 3.2.1",8440 "polkadot-primitives",8441 "polkadot-runtime-metrics",8442 "rand 0.8.5",8443 "rand_chacha 0.3.1",8444 "rustc-hex",8445 "scale-info",8446 "serde",8447 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8448 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8449 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8450 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8451 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8452 "sp-keystore",8453 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8454 "sp-session",8455 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8456 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8457 "static_assertions",8458 "xcm",8459 "xcm-executor",8460]84618462[[package]]8463name = "polkadot-service"8464version = "0.9.30"8465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8466dependencies = [8467 "async-trait",8468 "beefy-gadget",8469 "beefy-primitives",8470 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8471 "frame-system-rpc-runtime-api",8472 "futures 0.3.25",8473 "hex-literal",8474 "kusama-runtime",8475 "kvdb",8476 "kvdb-rocksdb",8477 "lru 0.7.8",8478 "pallet-babe",8479 "pallet-im-online",8480 "pallet-staking",8481 "pallet-transaction-payment-rpc-runtime-api",8482 "parity-db",8483 "polkadot-approval-distribution",8484 "polkadot-availability-bitfield-distribution",8485 "polkadot-availability-distribution",8486 "polkadot-availability-recovery",8487 "polkadot-client",8488 "polkadot-collator-protocol",8489 "polkadot-dispute-distribution",8490 "polkadot-gossip-support",8491 "polkadot-network-bridge",8492 "polkadot-node-collation-generation",8493 "polkadot-node-core-approval-voting",8494 "polkadot-node-core-av-store",8495 "polkadot-node-core-backing",8496 "polkadot-node-core-bitfield-signing",8497 "polkadot-node-core-candidate-validation",8498 "polkadot-node-core-chain-api",8499 "polkadot-node-core-chain-selection",8500 "polkadot-node-core-dispute-coordinator",8501 "polkadot-node-core-parachains-inherent",8502 "polkadot-node-core-provisioner",8503 "polkadot-node-core-pvf-checker",8504 "polkadot-node-core-runtime-api",8505 "polkadot-node-network-protocol",8506 "polkadot-node-primitives",8507 "polkadot-node-subsystem",8508 "polkadot-node-subsystem-types",8509 "polkadot-node-subsystem-util",8510 "polkadot-overseer",8511 "polkadot-parachain",8512 "polkadot-primitives",8513 "polkadot-rpc",8514 "polkadot-runtime",8515 "polkadot-runtime-constants",8516 "polkadot-runtime-parachains",8517 "polkadot-statement-distribution",8518 "rococo-runtime",8519 "sc-authority-discovery",8520 "sc-basic-authorship",8521 "sc-block-builder",8522 "sc-chain-spec",8523 "sc-client-api",8524 "sc-client-db",8525 "sc-consensus",8526 "sc-consensus-babe",8527 "sc-consensus-slots",8528 "sc-executor",8529 "sc-finality-grandpa",8530 "sc-keystore",8531 "sc-network",8532 "sc-network-common",8533 "sc-offchain",8534 "sc-service",8535 "sc-sync-state-rpc",8536 "sc-sysinfo",8537 "sc-telemetry",8538 "sc-transaction-pool",8539 "serde",8540 "serde_json",8541 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8542 "sp-authority-discovery",8543 "sp-block-builder",8544 "sp-blockchain",8545 "sp-consensus",8546 "sp-consensus-babe",8547 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8548 "sp-finality-grandpa",8549 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8550 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8551 "sp-keystore",8552 "sp-offchain",8553 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8554 "sp-session",8555 "sp-state-machine",8556 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8557 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8558 "sp-transaction-pool",8559 "sp-trie",8560 "substrate-prometheus-endpoint",8561 "thiserror",8562 "tracing-gum",8563 "westend-runtime",8564]85658566[[package]]8567name = "polkadot-statement-distribution"8568version = "0.9.30"8569source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8570dependencies = [8571 "arrayvec 0.5.2",8572 "fatality",8573 "futures 0.3.25",8574 "indexmap",8575 "parity-scale-codec 3.2.1",8576 "polkadot-node-network-protocol",8577 "polkadot-node-primitives",8578 "polkadot-node-subsystem",8579 "polkadot-node-subsystem-util",8580 "polkadot-primitives",8581 "sp-keystore",8582 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8583 "thiserror",8584 "tracing-gum",8585]85868587[[package]]8588name = "polkadot-statement-table"8589version = "0.9.30"8590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8591dependencies = [8592 "parity-scale-codec 3.2.1",8593 "polkadot-primitives",8594 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8595]85968597[[package]]8598name = "polkadot-test-runtime"8599version = "0.9.30"8600source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8601dependencies = [8602 "beefy-primitives",8603 "bitvec 1.0.1",8604 "frame-election-provider-support",8605 "frame-executive",8606 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8607 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8608 "frame-system-rpc-runtime-api",8609 "log",8610 "pallet-authority-discovery",8611 "pallet-authorship",8612 "pallet-babe",8613 "pallet-balances",8614 "pallet-grandpa",8615 "pallet-indices",8616 "pallet-offences",8617 "pallet-session",8618 "pallet-staking",8619 "pallet-staking-reward-curve",8620 "pallet-sudo",8621 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8622 "pallet-transaction-payment",8623 "pallet-transaction-payment-rpc-runtime-api",8624 "pallet-vesting",8625 "pallet-xcm",8626 "parity-scale-codec 3.2.1",8627 "polkadot-parachain",8628 "polkadot-primitives",8629 "polkadot-runtime-common",8630 "polkadot-runtime-parachains",8631 "rustc-hex",8632 "scale-info",8633 "serde",8634 "serde_derive",8635 "smallvec",8636 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8637 "sp-authority-discovery",8638 "sp-block-builder",8639 "sp-consensus-babe",8640 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8641 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8642 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8643 "sp-mmr-primitives",8644 "sp-offchain",8645 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8646 "sp-session",8647 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8648 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8649 "sp-transaction-pool",8650 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8651 "substrate-wasm-builder",8652 "test-runtime-constants",8653 "xcm",8654 "xcm-builder",8655 "xcm-executor",8656]86578658[[package]]8659name = "polkadot-test-service"8660version = "0.9.30"8661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8662dependencies = [8663 "frame-benchmarking",8664 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8665 "futures 0.3.25",8666 "hex",8667 "pallet-balances",8668 "pallet-staking",8669 "pallet-transaction-payment",8670 "polkadot-node-primitives",8671 "polkadot-node-subsystem",8672 "polkadot-overseer",8673 "polkadot-parachain",8674 "polkadot-primitives",8675 "polkadot-rpc",8676 "polkadot-runtime-common",8677 "polkadot-runtime-parachains",8678 "polkadot-service",8679 "polkadot-test-runtime",8680 "rand 0.8.5",8681 "sc-authority-discovery",8682 "sc-chain-spec",8683 "sc-cli",8684 "sc-client-api",8685 "sc-consensus",8686 "sc-consensus-babe",8687 "sc-executor",8688 "sc-finality-grandpa",8689 "sc-network",8690 "sc-network-common",8691 "sc-service",8692 "sc-tracing",8693 "sc-transaction-pool",8694 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8695 "sp-authority-discovery",8696 "sp-blockchain",8697 "sp-consensus",8698 "sp-consensus-babe",8699 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8700 "sp-finality-grandpa",8701 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8702 "sp-keyring",8703 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",8704 "sp-state-machine",8705 "substrate-test-client",8706 "tempfile",8707 "test-runtime-constants",8708 "tokio",8709 "tracing-gum",8710]87118712[[package]]8713name = "polling"8714version = "2.4.0"8715source = "registry+https://github.com/rust-lang/crates.io-index"8716checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"8717dependencies = [8718 "autocfg",8719 "cfg-if 1.0.0",8720 "libc",8721 "log",8722 "wepoll-ffi",8723 "winapi",8724]87258726[[package]]8727name = "poly1305"8728version = "0.7.2"8729source = "registry+https://github.com/rust-lang/crates.io-index"8730checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8731dependencies = [8732 "cpufeatures",8733 "opaque-debug 0.3.0",8734 "universal-hash",8735]87368737[[package]]8738name = "polyval"8739version = "0.5.3"8740source = "registry+https://github.com/rust-lang/crates.io-index"8741checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8742dependencies = [8743 "cfg-if 1.0.0",8744 "cpufeatures",8745 "opaque-debug 0.3.0",8746 "universal-hash",8747]87488749[[package]]8750name = "ppv-lite86"8751version = "0.2.16"8752source = "registry+https://github.com/rust-lang/crates.io-index"8753checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"87548755[[package]]8756name = "primitive-types"8757version = "0.11.1"8758source = "registry+https://github.com/rust-lang/crates.io-index"8759checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8760dependencies = [8761 "fixed-hash",8762 "impl-codec",8763 "impl-rlp",8764 "impl-serde",8765 "scale-info",8766 "uint",8767]87688769[[package]]8770name = "prioritized-metered-channel"8771version = "0.2.0"8772source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"8773dependencies = [8774 "coarsetime",8775 "crossbeam-queue",8776 "derive_more",8777 "futures 0.3.25",8778 "futures-timer",8779 "nanorand",8780 "thiserror",8781 "tracing",8782]87838784[[package]]8785name = "proc-macro-crate"8786version = "1.2.1"8787source = "registry+https://github.com/rust-lang/crates.io-index"8788checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8789dependencies = [8790 "once_cell",8791 "thiserror",8792 "toml",8793]87948795[[package]]8796name = "proc-macro-error"8797version = "1.0.4"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8800dependencies = [8801 "proc-macro-error-attr",8802 "proc-macro2",8803 "quote",8804 "syn",8805 "version_check",8806]88078808[[package]]8809name = "proc-macro-error-attr"8810version = "1.0.4"8811source = "registry+https://github.com/rust-lang/crates.io-index"8812checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8813dependencies = [8814 "proc-macro2",8815 "quote",8816 "version_check",8817]88188819[[package]]8820name = "proc-macro2"8821version = "1.0.47"8822source = "registry+https://github.com/rust-lang/crates.io-index"8823checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"8824dependencies = [8825 "unicode-ident",8826]88278828[[package]]8829name = "prometheus"8830version = "0.13.3"8831source = "registry+https://github.com/rust-lang/crates.io-index"8832checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8833dependencies = [8834 "cfg-if 1.0.0",8835 "fnv",8836 "lazy_static",8837 "memchr",8838 "parking_lot 0.12.1",8839 "thiserror",8840]88418842[[package]]8843name = "prometheus-client"8844version = "0.16.0"8845source = "registry+https://github.com/rust-lang/crates.io-index"8846checksum = "ac1abe0255c04d15f571427a2d1e00099016506cf3297b53853acd2b7eb87825"8847dependencies = [8848 "dtoa",8849 "itoa",8850 "owning_ref",8851 "prometheus-client-derive-text-encode",8852]88538854[[package]]8855name = "prometheus-client-derive-text-encode"8856version = "0.2.0"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8859dependencies = [8860 "proc-macro2",8861 "quote",8862 "syn",8863]88648865[[package]]8866name = "prost"8867version = "0.10.4"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"8870dependencies = [8871 "bytes",8872 "prost-derive 0.10.1",8873]88748875[[package]]8876name = "prost"8877version = "0.11.0"8878source = "registry+https://github.com/rust-lang/crates.io-index"8879checksum = "399c3c31cdec40583bb68f0b18403400d01ec4289c383aa047560439952c4dd7"8880dependencies = [8881 "bytes",8882 "prost-derive 0.11.0",8883]88848885[[package]]8886name = "prost-build"8887version = "0.10.4"8888source = "registry+https://github.com/rust-lang/crates.io-index"8889checksum = "8ae5a4388762d5815a9fc0dea33c56b021cdc8dde0c55e0c9ca57197254b0cab"8890dependencies = [8891 "bytes",8892 "cfg-if 1.0.0",8893 "cmake",8894 "heck",8895 "itertools",8896 "lazy_static",8897 "log",8898 "multimap",8899 "petgraph",8900 "prost 0.10.4",8901 "prost-types 0.10.1",8902 "regex",8903 "tempfile",8904 "which",8905]89068907[[package]]8908name = "prost-build"8909version = "0.11.1"8910source = "registry+https://github.com/rust-lang/crates.io-index"8911checksum = "7f835c582e6bd972ba8347313300219fed5bfa52caf175298d860b61ff6069bb"8912dependencies = [8913 "bytes",8914 "heck",8915 "itertools",8916 "lazy_static",8917 "log",8918 "multimap",8919 "petgraph",8920 "prost 0.11.0",8921 "prost-types 0.11.1",8922 "regex",8923 "tempfile",8924 "which",8925]89268927[[package]]8928name = "prost-codec"8929version = "0.1.0"8930source = "registry+https://github.com/rust-lang/crates.io-index"8931checksum = "00af1e92c33b4813cc79fda3f2dbf56af5169709be0202df730e9ebc3e4cd007"8932dependencies = [8933 "asynchronous-codec",8934 "bytes",8935 "prost 0.10.4",8936 "thiserror",8937 "unsigned-varint",8938]89398940[[package]]8941name = "prost-derive"8942version = "0.10.1"8943source = "registry+https://github.com/rust-lang/crates.io-index"8944checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"8945dependencies = [8946 "anyhow",8947 "itertools",8948 "proc-macro2",8949 "quote",8950 "syn",8951]89528953[[package]]8954name = "prost-derive"8955version = "0.11.0"8956source = "registry+https://github.com/rust-lang/crates.io-index"8957checksum = "7345d5f0e08c0536d7ac7229952590239e77abf0a0100a1b1d890add6ea96364"8958dependencies = [8959 "anyhow",8960 "itertools",8961 "proc-macro2",8962 "quote",8963 "syn",8964]89658966[[package]]8967name = "prost-types"8968version = "0.10.1"8969source = "registry+https://github.com/rust-lang/crates.io-index"8970checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"8971dependencies = [8972 "bytes",8973 "prost 0.10.4",8974]89758976[[package]]8977name = "prost-types"8978version = "0.11.1"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "4dfaa718ad76a44b3415e6c4d53b17c8f99160dcb3a99b10470fce8ad43f6e3e"8981dependencies = [8982 "bytes",8983 "prost 0.11.0",8984]89858986[[package]]8987name = "psm"8988version = "0.1.21"8989source = "registry+https://github.com/rust-lang/crates.io-index"8990checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8991dependencies = [8992 "cc",8993]89948995[[package]]8996name = "quartz-runtime"8997version = "0.9.30"8998dependencies = [8999 "app-promotion-rpc",9000 "cumulus-pallet-aura-ext",9001 "cumulus-pallet-dmp-queue",9002 "cumulus-pallet-parachain-system",9003 "cumulus-pallet-xcm",9004 "cumulus-pallet-xcmp-queue",9005 "cumulus-primitives-core",9006 "cumulus-primitives-timestamp",9007 "cumulus-primitives-utility",9008 "derivative",9009 "evm-coder",9010 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",9011 "fp-rpc",9012 "fp-self-contained",9013 "frame-benchmarking",9014 "frame-executive",9015 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9016 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9017 "frame-system-benchmarking",9018 "frame-system-rpc-runtime-api",9019 "frame-try-runtime",9020 "hex-literal",9021 "impl-trait-for-tuples",9022 "log",9023 "logtest",9024 "orml-tokens",9025 "orml-traits",9026 "orml-vesting",9027 "orml-xtokens",9028 "pallet-app-promotion",9029 "pallet-aura",9030 "pallet-balances",9031 "pallet-base-fee",9032 "pallet-common",9033 "pallet-configuration",9034 "pallet-ethereum",9035 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",9036 "pallet-evm-coder-substrate",9037 "pallet-evm-contract-helpers",9038 "pallet-evm-migration",9039 "pallet-evm-transaction-payment",9040 "pallet-foreign-assets",9041 "pallet-fungible",9042 "pallet-inflation",9043 "pallet-nonfungible",9044 "pallet-randomness-collective-flip",9045 "pallet-refungible",9046 "pallet-rmrk-core",9047 "pallet-rmrk-equip",9048 "pallet-structure",9049 "pallet-sudo",9050 "pallet-template-transaction-payment",9051 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9052 "pallet-transaction-payment",9053 "pallet-transaction-payment-rpc-runtime-api",9054 "pallet-treasury",9055 "pallet-unique",9056 "pallet-unique-scheduler",9057 "pallet-xcm",9058 "parachain-info",9059 "parity-scale-codec 3.2.1",9060 "polkadot-parachain",9061 "rmrk-rpc",9062 "scale-info",9063 "serde",9064 "smallvec",9065 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9066 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9067 "sp-block-builder",9068 "sp-consensus-aura",9069 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9070 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9071 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9072 "sp-offchain",9073 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9074 "sp-session",9075 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9076 "sp-transaction-pool",9077 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9078 "substrate-wasm-builder",9079 "up-common",9080 "up-data-structs",9081 "up-rpc",9082 "up-sponsorship",9083 "xcm",9084 "xcm-builder",9085 "xcm-executor",9086]90879088[[package]]9089name = "quick-error"9090version = "1.2.3"9091source = "registry+https://github.com/rust-lang/crates.io-index"9092checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"90939094[[package]]9095name = "quicksink"9096version = "0.1.2"9097source = "registry+https://github.com/rust-lang/crates.io-index"9098checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"9099dependencies = [9100 "futures-core",9101 "futures-sink",9102 "pin-project-lite 0.1.12",9103]91049105[[package]]9106name = "quote"9107version = "1.0.21"9108source = "registry+https://github.com/rust-lang/crates.io-index"9109checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"9110dependencies = [9111 "proc-macro2",9112]91139114[[package]]9115name = "radium"9116version = "0.6.2"9117source = "registry+https://github.com/rust-lang/crates.io-index"9118checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"91199120[[package]]9121name = "radium"9122version = "0.7.0"9123source = "registry+https://github.com/rust-lang/crates.io-index"9124checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"91259126[[package]]9127name = "rand"9128version = "0.7.3"9129source = "registry+https://github.com/rust-lang/crates.io-index"9130checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"9131dependencies = [9132 "getrandom 0.1.16",9133 "libc",9134 "rand_chacha 0.2.2",9135 "rand_core 0.5.1",9136 "rand_hc",9137 "rand_pcg 0.2.1",9138]91399140[[package]]9141name = "rand"9142version = "0.8.5"9143source = "registry+https://github.com/rust-lang/crates.io-index"9144checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"9145dependencies = [9146 "libc",9147 "rand_chacha 0.3.1",9148 "rand_core 0.6.4",9149]91509151[[package]]9152name = "rand_chacha"9153version = "0.2.2"9154source = "registry+https://github.com/rust-lang/crates.io-index"9155checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"9156dependencies = [9157 "ppv-lite86",9158 "rand_core 0.5.1",9159]91609161[[package]]9162name = "rand_chacha"9163version = "0.3.1"9164source = "registry+https://github.com/rust-lang/crates.io-index"9165checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"9166dependencies = [9167 "ppv-lite86",9168 "rand_core 0.6.4",9169]91709171[[package]]9172name = "rand_core"9173version = "0.5.1"9174source = "registry+https://github.com/rust-lang/crates.io-index"9175checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"9176dependencies = [9177 "getrandom 0.1.16",9178]91799180[[package]]9181name = "rand_core"9182version = "0.6.4"9183source = "registry+https://github.com/rust-lang/crates.io-index"9184checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"9185dependencies = [9186 "getrandom 0.2.8",9187]91889189[[package]]9190name = "rand_distr"9191version = "0.4.3"9192source = "registry+https://github.com/rust-lang/crates.io-index"9193checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"9194dependencies = [9195 "num-traits",9196 "rand 0.8.5",9197]91989199[[package]]9200name = "rand_hc"9201version = "0.2.0"9202source = "registry+https://github.com/rust-lang/crates.io-index"9203checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"9204dependencies = [9205 "rand_core 0.5.1",9206]92079208[[package]]9209name = "rand_pcg"9210version = "0.2.1"9211source = "registry+https://github.com/rust-lang/crates.io-index"9212checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"9213dependencies = [9214 "rand_core 0.5.1",9215]92169217[[package]]9218name = "rand_pcg"9219version = "0.3.1"9220source = "registry+https://github.com/rust-lang/crates.io-index"9221checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"9222dependencies = [9223 "rand_core 0.6.4",9224]92259226[[package]]9227name = "rawpointer"9228version = "0.2.1"9229source = "registry+https://github.com/rust-lang/crates.io-index"9230checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"92319232[[package]]9233name = "rayon"9234version = "1.5.3"9235source = "registry+https://github.com/rust-lang/crates.io-index"9236checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"9237dependencies = [9238 "autocfg",9239 "crossbeam-deque",9240 "either",9241 "rayon-core",9242]92439244[[package]]9245name = "rayon-core"9246version = "1.9.3"9247source = "registry+https://github.com/rust-lang/crates.io-index"9248checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"9249dependencies = [9250 "crossbeam-channel",9251 "crossbeam-deque",9252 "crossbeam-utils",9253 "num_cpus",9254]92559256[[package]]9257name = "redox_syscall"9258version = "0.2.16"9259source = "registry+https://github.com/rust-lang/crates.io-index"9260checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"9261dependencies = [9262 "bitflags",9263]92649265[[package]]9266name = "redox_users"9267version = "0.4.3"9268source = "registry+https://github.com/rust-lang/crates.io-index"9269checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"9270dependencies = [9271 "getrandom 0.2.8",9272 "redox_syscall",9273 "thiserror",9274]92759276[[package]]9277name = "reed-solomon-novelpoly"9278version = "1.0.0"9279source = "registry+https://github.com/rust-lang/crates.io-index"9280checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"9281dependencies = [9282 "derive_more",9283 "fs-err",9284 "itertools",9285 "static_init 0.5.2",9286 "thiserror",9287]92889289[[package]]9290name = "ref-cast"9291version = "1.0.12"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "12a733f1746c929b4913fe48f8697fcf9c55e3304ba251a79ffb41adfeaf49c2"9294dependencies = [9295 "ref-cast-impl",9296]92979298[[package]]9299name = "ref-cast-impl"9300version = "1.0.12"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "5887de4a01acafd221861463be6113e6e87275e79804e56779f4cdc131c60368"9303dependencies = [9304 "proc-macro2",9305 "quote",9306 "syn",9307]93089309[[package]]9310name = "regalloc2"9311version = "0.3.2"9312source = "registry+https://github.com/rust-lang/crates.io-index"9313checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"9314dependencies = [9315 "fxhash",9316 "log",9317 "slice-group-by",9318 "smallvec",9319]93209321[[package]]9322name = "regex"9323version = "1.6.0"9324source = "registry+https://github.com/rust-lang/crates.io-index"9325checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"9326dependencies = [9327 "aho-corasick",9328 "memchr",9329 "regex-syntax",9330]93319332[[package]]9333name = "regex-automata"9334version = "0.1.10"9335source = "registry+https://github.com/rust-lang/crates.io-index"9336checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9337dependencies = [9338 "regex-syntax",9339]93409341[[package]]9342name = "regex-syntax"9343version = "0.6.27"9344source = "registry+https://github.com/rust-lang/crates.io-index"9345checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"93469347[[package]]9348name = "remote-externalities"9349version = "0.10.0-dev"9350source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9351dependencies = [9352 "env_logger",9353 "jsonrpsee",9354 "log",9355 "parity-scale-codec 3.2.1",9356 "serde",9357 "serde_json",9358 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9359 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9360 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9361 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9362]93639364[[package]]9365name = "remove_dir_all"9366version = "0.5.3"9367source = "registry+https://github.com/rust-lang/crates.io-index"9368checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9369dependencies = [9370 "winapi",9371]93729373[[package]]9374name = "resolv-conf"9375version = "0.7.0"9376source = "registry+https://github.com/rust-lang/crates.io-index"9377checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9378dependencies = [9379 "hostname",9380 "quick-error",9381]93829383[[package]]9384name = "rfc6979"9385version = "0.1.0"9386source = "registry+https://github.com/rust-lang/crates.io-index"9387checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"9388dependencies = [9389 "crypto-bigint",9390 "hmac 0.11.0",9391 "zeroize",9392]93939394[[package]]9395name = "ring"9396version = "0.16.20"9397source = "registry+https://github.com/rust-lang/crates.io-index"9398checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9399dependencies = [9400 "cc",9401 "libc",9402 "once_cell",9403 "spin",9404 "untrusted",9405 "web-sys",9406 "winapi",9407]94089409[[package]]9410name = "rlp"9411version = "0.5.2"9412source = "registry+https://github.com/rust-lang/crates.io-index"9413checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9414dependencies = [9415 "bytes",9416 "rustc-hex",9417]94189419[[package]]9420name = "rlp-derive"9421version = "0.1.0"9422source = "registry+https://github.com/rust-lang/crates.io-index"9423checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9424dependencies = [9425 "proc-macro2",9426 "quote",9427 "syn",9428]94299430[[package]]9431name = "rmrk-rpc"9432version = "0.0.2"9433dependencies = [9434 "parity-scale-codec 2.3.1",9435 "rmrk-traits",9436 "serde",9437 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9438 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9439 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9440 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9441]94429443[[package]]9444name = "rmrk-traits"9445version = "0.1.0"9446dependencies = [9447 "parity-scale-codec 3.2.1",9448 "scale-info",9449 "serde",9450]94519452[[package]]9453name = "rocksdb"9454version = "0.18.0"9455source = "registry+https://github.com/rust-lang/crates.io-index"9456checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9457dependencies = [9458 "libc",9459 "librocksdb-sys",9460]94619462[[package]]9463name = "rococo-runtime"9464version = "0.9.30"9465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9466dependencies = [9467 "beefy-merkle-tree",9468 "beefy-primitives",9469 "frame-benchmarking",9470 "frame-executive",9471 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9472 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9473 "frame-system-benchmarking",9474 "frame-system-rpc-runtime-api",9475 "hex-literal",9476 "log",9477 "pallet-authority-discovery",9478 "pallet-authorship",9479 "pallet-babe",9480 "pallet-balances",9481 "pallet-beefy",9482 "pallet-beefy-mmr",9483 "pallet-bounties",9484 "pallet-child-bounties",9485 "pallet-collective",9486 "pallet-democracy",9487 "pallet-elections-phragmen",9488 "pallet-gilt",9489 "pallet-grandpa",9490 "pallet-identity",9491 "pallet-im-online",9492 "pallet-indices",9493 "pallet-membership",9494 "pallet-mmr",9495 "pallet-multisig",9496 "pallet-offences",9497 "pallet-preimage",9498 "pallet-proxy",9499 "pallet-recovery",9500 "pallet-scheduler",9501 "pallet-session",9502 "pallet-society",9503 "pallet-staking",9504 "pallet-sudo",9505 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9506 "pallet-tips",9507 "pallet-transaction-payment",9508 "pallet-transaction-payment-rpc-runtime-api",9509 "pallet-treasury",9510 "pallet-utility",9511 "pallet-vesting",9512 "pallet-xcm",9513 "pallet-xcm-benchmarks",9514 "parity-scale-codec 3.2.1",9515 "polkadot-parachain",9516 "polkadot-primitives",9517 "polkadot-runtime-common",9518 "polkadot-runtime-parachains",9519 "rococo-runtime-constants",9520 "scale-info",9521 "serde",9522 "serde_derive",9523 "smallvec",9524 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9525 "sp-authority-discovery",9526 "sp-block-builder",9527 "sp-consensus-babe",9528 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9529 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9530 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9531 "sp-mmr-primitives",9532 "sp-offchain",9533 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9534 "sp-session",9535 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9536 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9537 "sp-transaction-pool",9538 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9539 "static_assertions",9540 "substrate-wasm-builder",9541 "xcm",9542 "xcm-builder",9543 "xcm-executor",9544]95459546[[package]]9547name = "rococo-runtime-constants"9548version = "0.9.30"9549source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"9550dependencies = [9551 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9552 "polkadot-primitives",9553 "polkadot-runtime-common",9554 "smallvec",9555 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9556]95579558[[package]]9559name = "rpassword"9560version = "7.1.0"9561source = "registry+https://github.com/rust-lang/crates.io-index"9562checksum = "20c9f5d2a0c3e2ea729ab3706d22217177770654c3ef5056b68b69d07332d3f5"9563dependencies = [9564 "libc",9565 "winapi",9566]95679568[[package]]9569name = "rtnetlink"9570version = "0.10.1"9571source = "registry+https://github.com/rust-lang/crates.io-index"9572checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9573dependencies = [9574 "async-global-executor",9575 "futures 0.3.25",9576 "log",9577 "netlink-packet-route",9578 "netlink-proto",9579 "nix",9580 "thiserror",9581]95829583[[package]]9584name = "rustc-demangle"9585version = "0.1.21"9586source = "registry+https://github.com/rust-lang/crates.io-index"9587checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"95889589[[package]]9590name = "rustc-hash"9591version = "1.1.0"9592source = "registry+https://github.com/rust-lang/crates.io-index"9593checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"95949595[[package]]9596name = "rustc-hex"9597version = "2.1.0"9598source = "registry+https://github.com/rust-lang/crates.io-index"9599checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"96009601[[package]]9602name = "rustc_version"9603version = "0.2.3"9604source = "registry+https://github.com/rust-lang/crates.io-index"9605checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9606dependencies = [9607 "semver 0.9.0",9608]96099610[[package]]9611name = "rustc_version"9612version = "0.4.0"9613source = "registry+https://github.com/rust-lang/crates.io-index"9614checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9615dependencies = [9616 "semver 1.0.14",9617]96189619[[package]]9620name = "rustix"9621version = "0.35.12"9622source = "registry+https://github.com/rust-lang/crates.io-index"9623checksum = "985947f9b6423159c4726323f373be0a21bdb514c5af06a849cb3d2dce2d01e8"9624dependencies = [9625 "bitflags",9626 "errno",9627 "io-lifetimes",9628 "libc",9629 "linux-raw-sys",9630 "windows-sys 0.36.1",9631]96329633[[package]]9634name = "rustls"9635version = "0.20.7"9636source = "registry+https://github.com/rust-lang/crates.io-index"9637checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"9638dependencies = [9639 "log",9640 "ring",9641 "sct",9642 "webpki",9643]96449645[[package]]9646name = "rustls-native-certs"9647version = "0.6.2"9648source = "registry+https://github.com/rust-lang/crates.io-index"9649checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9650dependencies = [9651 "openssl-probe",9652 "rustls-pemfile",9653 "schannel",9654 "security-framework",9655]96569657[[package]]9658name = "rustls-pemfile"9659version = "1.0.1"9660source = "registry+https://github.com/rust-lang/crates.io-index"9661checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"9662dependencies = [9663 "base64",9664]96659666[[package]]9667name = "rustversion"9668version = "1.0.9"9669source = "registry+https://github.com/rust-lang/crates.io-index"9670checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8"96719672[[package]]9673name = "rw-stream-sink"9674version = "0.3.0"9675source = "registry+https://github.com/rust-lang/crates.io-index"9676checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9677dependencies = [9678 "futures 0.3.25",9679 "pin-project",9680 "static_assertions",9681]96829683[[package]]9684name = "ryu"9685version = "1.0.11"9686source = "registry+https://github.com/rust-lang/crates.io-index"9687checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"96889689[[package]]9690name = "safe-mix"9691version = "1.0.1"9692source = "registry+https://github.com/rust-lang/crates.io-index"9693checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9694dependencies = [9695 "rustc_version 0.2.3",9696]96979698[[package]]9699name = "salsa20"9700version = "0.10.2"9701source = "registry+https://github.com/rust-lang/crates.io-index"9702checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"9703dependencies = [9704 "cipher 0.4.3",9705]97069707[[package]]9708name = "same-file"9709version = "1.0.6"9710source = "registry+https://github.com/rust-lang/crates.io-index"9711checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9712dependencies = [9713 "winapi-util",9714]97159716[[package]]9717name = "sc-allocator"9718version = "4.1.0-dev"9719source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9720dependencies = [9721 "log",9722 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9723 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9724 "thiserror",9725]97269727[[package]]9728name = "sc-authority-discovery"9729version = "0.10.0-dev"9730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9731dependencies = [9732 "async-trait",9733 "futures 0.3.25",9734 "futures-timer",9735 "ip_network",9736 "libp2p",9737 "log",9738 "parity-scale-codec 3.2.1",9739 "prost 0.10.4",9740 "prost-build 0.10.4",9741 "rand 0.7.3",9742 "sc-client-api",9743 "sc-network-common",9744 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9745 "sp-authority-discovery",9746 "sp-blockchain",9747 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9748 "sp-keystore",9749 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9750 "substrate-prometheus-endpoint",9751 "thiserror",9752]97539754[[package]]9755name = "sc-basic-authorship"9756version = "0.10.0-dev"9757source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9758dependencies = [9759 "futures 0.3.25",9760 "futures-timer",9761 "log",9762 "parity-scale-codec 3.2.1",9763 "sc-block-builder",9764 "sc-client-api",9765 "sc-proposer-metrics",9766 "sc-telemetry",9767 "sc-transaction-pool-api",9768 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9769 "sp-blockchain",9770 "sp-consensus",9771 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9772 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9773 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9774 "substrate-prometheus-endpoint",9775]97769777[[package]]9778name = "sc-block-builder"9779version = "0.10.0-dev"9780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9781dependencies = [9782 "parity-scale-codec 3.2.1",9783 "sc-client-api",9784 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9785 "sp-block-builder",9786 "sp-blockchain",9787 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9788 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9789 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9790 "sp-state-machine",9791]97929793[[package]]9794name = "sc-chain-spec"9795version = "4.0.0-dev"9796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9797dependencies = [9798 "impl-trait-for-tuples",9799 "memmap2",9800 "parity-scale-codec 3.2.1",9801 "sc-chain-spec-derive",9802 "sc-network-common",9803 "sc-telemetry",9804 "serde",9805 "serde_json",9806 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9807 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9808]98099810[[package]]9811name = "sc-chain-spec-derive"9812version = "4.0.0-dev"9813source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9814dependencies = [9815 "proc-macro-crate",9816 "proc-macro2",9817 "quote",9818 "syn",9819]98209821[[package]]9822name = "sc-cli"9823version = "0.10.0-dev"9824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9825dependencies = [9826 "array-bytes",9827 "chrono",9828 "clap",9829 "fdlimit",9830 "futures 0.3.25",9831 "libp2p",9832 "log",9833 "names",9834 "parity-scale-codec 3.2.1",9835 "rand 0.7.3",9836 "regex",9837 "rpassword",9838 "sc-client-api",9839 "sc-client-db",9840 "sc-keystore",9841 "sc-network",9842 "sc-network-common",9843 "sc-service",9844 "sc-telemetry",9845 "sc-tracing",9846 "sc-utils",9847 "serde",9848 "serde_json",9849 "sp-blockchain",9850 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9851 "sp-keyring",9852 "sp-keystore",9853 "sp-panic-handler",9854 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9855 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9856 "thiserror",9857 "tiny-bip39",9858 "tokio",9859]98609861[[package]]9862name = "sc-client-api"9863version = "4.0.0-dev"9864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9865dependencies = [9866 "fnv",9867 "futures 0.3.25",9868 "hash-db",9869 "log",9870 "parity-scale-codec 3.2.1",9871 "parking_lot 0.12.1",9872 "sc-executor",9873 "sc-transaction-pool-api",9874 "sc-utils",9875 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9876 "sp-blockchain",9877 "sp-consensus",9878 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9879 "sp-database",9880 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9881 "sp-keystore",9882 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9883 "sp-state-machine",9884 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9885 "sp-trie",9886 "substrate-prometheus-endpoint",9887]98889889[[package]]9890name = "sc-client-db"9891version = "0.10.0-dev"9892source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9893dependencies = [9894 "hash-db",9895 "kvdb",9896 "kvdb-memorydb",9897 "kvdb-rocksdb",9898 "linked-hash-map",9899 "log",9900 "parity-db",9901 "parity-scale-codec 3.2.1",9902 "parking_lot 0.12.1",9903 "sc-client-api",9904 "sc-state-db",9905 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9906 "sp-blockchain",9907 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9908 "sp-database",9909 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9910 "sp-state-machine",9911 "sp-trie",9912]99139914[[package]]9915name = "sc-consensus"9916version = "0.10.0-dev"9917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9918dependencies = [9919 "async-trait",9920 "futures 0.3.25",9921 "futures-timer",9922 "libp2p",9923 "log",9924 "parking_lot 0.12.1",9925 "sc-client-api",9926 "sc-utils",9927 "serde",9928 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9929 "sp-blockchain",9930 "sp-consensus",9931 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9932 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9933 "sp-state-machine",9934 "substrate-prometheus-endpoint",9935 "thiserror",9936]99379938[[package]]9939name = "sc-consensus-aura"9940version = "0.10.0-dev"9941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9942dependencies = [9943 "async-trait",9944 "futures 0.3.25",9945 "log",9946 "parity-scale-codec 3.2.1",9947 "sc-block-builder",9948 "sc-client-api",9949 "sc-consensus",9950 "sc-consensus-slots",9951 "sc-telemetry",9952 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9953 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9954 "sp-block-builder",9955 "sp-blockchain",9956 "sp-consensus",9957 "sp-consensus-aura",9958 "sp-consensus-slots",9959 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9960 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9961 "sp-keystore",9962 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9963 "substrate-prometheus-endpoint",9964 "thiserror",9965]99669967[[package]]9968name = "sc-consensus-babe"9969version = "0.10.0-dev"9970source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"9971dependencies = [9972 "async-trait",9973 "fork-tree",9974 "futures 0.3.25",9975 "log",9976 "merlin",9977 "num-bigint 0.2.6",9978 "num-rational 0.2.4",9979 "num-traits",9980 "parity-scale-codec 3.2.1",9981 "parking_lot 0.12.1",9982 "rand 0.7.3",9983 "sc-client-api",9984 "sc-consensus",9985 "sc-consensus-epochs",9986 "sc-consensus-slots",9987 "sc-keystore",9988 "sc-telemetry",9989 "schnorrkel",9990 "serde",9991 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9992 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",9993 "sp-block-builder",9994 "sp-blockchain",9995 "sp-consensus",9996 "sp-consensus-babe",9997 "sp-consensus-slots",9998 "sp-consensus-vrf",9999 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10000 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10001 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10002 "sp-keystore",10003 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10004 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10005 "substrate-prometheus-endpoint",10006 "thiserror",10007]1000810009[[package]]10010name = "sc-consensus-babe-rpc"10011version = "0.10.0-dev"10012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10013dependencies = [10014 "futures 0.3.25",10015 "jsonrpsee",10016 "sc-consensus-babe",10017 "sc-consensus-epochs",10018 "sc-rpc-api",10019 "serde",10020 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10021 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10022 "sp-blockchain",10023 "sp-consensus",10024 "sp-consensus-babe",10025 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10026 "sp-keystore",10027 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10028 "thiserror",10029]1003010031[[package]]10032name = "sc-consensus-epochs"10033version = "0.10.0-dev"10034source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10035dependencies = [10036 "fork-tree",10037 "parity-scale-codec 3.2.1",10038 "sc-client-api",10039 "sc-consensus",10040 "sp-blockchain",10041 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10042]1004310044[[package]]10045name = "sc-consensus-manual-seal"10046version = "0.10.0-dev"10047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10048dependencies = [10049 "assert_matches",10050 "async-trait",10051 "futures 0.3.25",10052 "jsonrpsee",10053 "log",10054 "parity-scale-codec 3.2.1",10055 "sc-client-api",10056 "sc-consensus",10057 "sc-consensus-aura",10058 "sc-consensus-babe",10059 "sc-consensus-epochs",10060 "sc-transaction-pool",10061 "sc-transaction-pool-api",10062 "serde",10063 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10064 "sp-blockchain",10065 "sp-consensus",10066 "sp-consensus-aura",10067 "sp-consensus-babe",10068 "sp-consensus-slots",10069 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10070 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10071 "sp-keystore",10072 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10073 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10074 "substrate-prometheus-endpoint",10075 "thiserror",10076]1007710078[[package]]10079name = "sc-consensus-slots"10080version = "0.10.0-dev"10081source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10082dependencies = [10083 "async-trait",10084 "futures 0.3.25",10085 "futures-timer",10086 "log",10087 "parity-scale-codec 3.2.1",10088 "sc-client-api",10089 "sc-consensus",10090 "sc-telemetry",10091 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10092 "sp-blockchain",10093 "sp-consensus",10094 "sp-consensus-slots",10095 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10096 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10097 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10098 "sp-state-machine",10099 "thiserror",10100]1010110102[[package]]10103name = "sc-executor"10104version = "0.10.0-dev"10105source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10106dependencies = [10107 "lazy_static",10108 "lru 0.7.8",10109 "parity-scale-codec 3.2.1",10110 "parking_lot 0.12.1",10111 "sc-executor-common",10112 "sc-executor-wasmi",10113 "sc-executor-wasmtime",10114 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10115 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10116 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10117 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10118 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10119 "sp-panic-handler",10120 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10121 "sp-tasks",10122 "sp-trie",10123 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10124 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10125 "tracing",10126 "wasmi",10127]1012810129[[package]]10130name = "sc-executor-common"10131version = "0.10.0-dev"10132source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10133dependencies = [10134 "environmental",10135 "parity-scale-codec 3.2.1",10136 "sc-allocator",10137 "sp-maybe-compressed-blob",10138 "sp-sandbox",10139 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10140 "thiserror",10141 "wasm-instrument",10142 "wasmi",10143]1014410145[[package]]10146name = "sc-executor-wasmi"10147version = "0.10.0-dev"10148source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10149dependencies = [10150 "log",10151 "parity-scale-codec 3.2.1",10152 "sc-allocator",10153 "sc-executor-common",10154 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10155 "sp-sandbox",10156 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10157 "wasmi",10158]1015910160[[package]]10161name = "sc-executor-wasmtime"10162version = "0.10.0-dev"10163source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10164dependencies = [10165 "cfg-if 1.0.0",10166 "libc",10167 "log",10168 "once_cell",10169 "parity-scale-codec 3.2.1",10170 "parity-wasm 0.45.0",10171 "rustix",10172 "sc-allocator",10173 "sc-executor-common",10174 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10175 "sp-sandbox",10176 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10177 "wasmtime",10178]1017910180[[package]]10181name = "sc-finality-grandpa"10182version = "0.10.0-dev"10183source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10184dependencies = [10185 "ahash",10186 "array-bytes",10187 "async-trait",10188 "dyn-clone",10189 "finality-grandpa",10190 "fork-tree",10191 "futures 0.3.25",10192 "futures-timer",10193 "log",10194 "parity-scale-codec 3.2.1",10195 "parking_lot 0.12.1",10196 "rand 0.8.5",10197 "sc-block-builder",10198 "sc-chain-spec",10199 "sc-client-api",10200 "sc-consensus",10201 "sc-keystore",10202 "sc-network",10203 "sc-network-common",10204 "sc-network-gossip",10205 "sc-telemetry",10206 "sc-utils",10207 "serde_json",10208 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10209 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10210 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10211 "sp-blockchain",10212 "sp-consensus",10213 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10214 "sp-finality-grandpa",10215 "sp-keystore",10216 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10217 "substrate-prometheus-endpoint",10218 "thiserror",10219]1022010221[[package]]10222name = "sc-finality-grandpa-rpc"10223version = "0.10.0-dev"10224source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10225dependencies = [10226 "finality-grandpa",10227 "futures 0.3.25",10228 "jsonrpsee",10229 "log",10230 "parity-scale-codec 3.2.1",10231 "sc-client-api",10232 "sc-finality-grandpa",10233 "sc-rpc",10234 "serde",10235 "serde_json",10236 "sp-blockchain",10237 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10238 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10239 "thiserror",10240]1024110242[[package]]10243name = "sc-informant"10244version = "0.10.0-dev"10245source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10246dependencies = [10247 "ansi_term",10248 "futures 0.3.25",10249 "futures-timer",10250 "log",10251 "parity-util-mem",10252 "sc-client-api",10253 "sc-network-common",10254 "sc-transaction-pool-api",10255 "sp-blockchain",10256 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10257]1025810259[[package]]10260name = "sc-keystore"10261version = "4.0.0-dev"10262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10263dependencies = [10264 "array-bytes",10265 "async-trait",10266 "parking_lot 0.12.1",10267 "serde_json",10268 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10269 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10270 "sp-keystore",10271 "thiserror",10272]1027310274[[package]]10275name = "sc-network"10276version = "0.10.0-dev"10277source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10278dependencies = [10279 "array-bytes",10280 "async-trait",10281 "asynchronous-codec",10282 "bitflags",10283 "bytes",10284 "cid",10285 "either",10286 "fnv",10287 "fork-tree",10288 "futures 0.3.25",10289 "futures-timer",10290 "ip_network",10291 "libp2p",10292 "linked-hash-map",10293 "linked_hash_set",10294 "log",10295 "lru 0.7.8",10296 "parity-scale-codec 3.2.1",10297 "parking_lot 0.12.1",10298 "pin-project",10299 "prost 0.10.4",10300 "rand 0.7.3",10301 "sc-block-builder",10302 "sc-client-api",10303 "sc-consensus",10304 "sc-network-common",10305 "sc-peerset",10306 "sc-utils",10307 "serde",10308 "serde_json",10309 "smallvec",10310 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10311 "sp-blockchain",10312 "sp-consensus",10313 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10314 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10315 "substrate-prometheus-endpoint",10316 "thiserror",10317 "unsigned-varint",10318 "zeroize",10319]1032010321[[package]]10322name = "sc-network-bitswap"10323version = "0.10.0-dev"10324source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10325dependencies = [10326 "cid",10327 "futures 0.3.25",10328 "libp2p",10329 "log",10330 "prost 0.11.0",10331 "prost-build 0.11.1",10332 "sc-client-api",10333 "sc-network-common",10334 "sp-blockchain",10335 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10336 "thiserror",10337 "unsigned-varint",10338 "void",10339]1034010341[[package]]10342name = "sc-network-common"10343version = "0.10.0-dev"10344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10345dependencies = [10346 "async-trait",10347 "bitflags",10348 "bytes",10349 "futures 0.3.25",10350 "futures-timer",10351 "libp2p",10352 "linked_hash_set",10353 "parity-scale-codec 3.2.1",10354 "prost-build 0.10.4",10355 "sc-consensus",10356 "sc-peerset",10357 "serde",10358 "smallvec",10359 "sp-blockchain",10360 "sp-consensus",10361 "sp-finality-grandpa",10362 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10363 "substrate-prometheus-endpoint",10364 "thiserror",10365]1036610367[[package]]10368name = "sc-network-gossip"10369version = "0.10.0-dev"10370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10371dependencies = [10372 "ahash",10373 "futures 0.3.25",10374 "futures-timer",10375 "libp2p",10376 "log",10377 "lru 0.7.8",10378 "sc-network-common",10379 "sc-peerset",10380 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10381 "substrate-prometheus-endpoint",10382 "tracing",10383]1038410385[[package]]10386name = "sc-network-light"10387version = "0.10.0-dev"10388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10389dependencies = [10390 "array-bytes",10391 "futures 0.3.25",10392 "libp2p",10393 "log",10394 "parity-scale-codec 3.2.1",10395 "prost 0.10.4",10396 "prost-build 0.10.4",10397 "sc-client-api",10398 "sc-network-common",10399 "sc-peerset",10400 "sp-blockchain",10401 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10402 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10403 "thiserror",10404]1040510406[[package]]10407name = "sc-network-sync"10408version = "0.10.0-dev"10409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10410dependencies = [10411 "array-bytes",10412 "fork-tree",10413 "futures 0.3.25",10414 "libp2p",10415 "log",10416 "lru 0.7.8",10417 "parity-scale-codec 3.2.1",10418 "prost 0.10.4",10419 "prost-build 0.10.4",10420 "sc-client-api",10421 "sc-consensus",10422 "sc-network-common",10423 "sc-peerset",10424 "smallvec",10425 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10426 "sp-blockchain",10427 "sp-consensus",10428 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10429 "sp-finality-grandpa",10430 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10431 "thiserror",10432]1043310434[[package]]10435name = "sc-network-transactions"10436version = "0.10.0-dev"10437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10438dependencies = [10439 "array-bytes",10440 "futures 0.3.25",10441 "hex",10442 "libp2p",10443 "log",10444 "parity-scale-codec 3.2.1",10445 "pin-project",10446 "sc-network-common",10447 "sc-peerset",10448 "sp-consensus",10449 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10450 "substrate-prometheus-endpoint",10451]1045210453[[package]]10454name = "sc-offchain"10455version = "4.0.0-dev"10456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10457dependencies = [10458 "array-bytes",10459 "bytes",10460 "fnv",10461 "futures 0.3.25",10462 "futures-timer",10463 "hyper",10464 "hyper-rustls",10465 "libp2p",10466 "num_cpus",10467 "once_cell",10468 "parity-scale-codec 3.2.1",10469 "parking_lot 0.12.1",10470 "rand 0.7.3",10471 "sc-client-api",10472 "sc-network-common",10473 "sc-peerset",10474 "sc-utils",10475 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10476 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10477 "sp-offchain",10478 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10479 "threadpool",10480 "tracing",10481]1048210483[[package]]10484name = "sc-peerset"10485version = "4.0.0-dev"10486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10487dependencies = [10488 "futures 0.3.25",10489 "libp2p",10490 "log",10491 "sc-utils",10492 "serde_json",10493 "wasm-timer",10494]1049510496[[package]]10497name = "sc-proposer-metrics"10498version = "0.10.0-dev"10499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10500dependencies = [10501 "log",10502 "substrate-prometheus-endpoint",10503]1050410505[[package]]10506name = "sc-rpc"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 "hash-db",10512 "jsonrpsee",10513 "log",10514 "parity-scale-codec 3.2.1",10515 "parking_lot 0.12.1",10516 "sc-block-builder",10517 "sc-chain-spec",10518 "sc-client-api",10519 "sc-rpc-api",10520 "sc-tracing",10521 "sc-transaction-pool-api",10522 "sc-utils",10523 "serde_json",10524 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10525 "sp-blockchain",10526 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10527 "sp-keystore",10528 "sp-offchain",10529 "sp-rpc",10530 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10531 "sp-session",10532 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10533]1053410535[[package]]10536name = "sc-rpc-api"10537version = "0.10.0-dev"10538source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10539dependencies = [10540 "futures 0.3.25",10541 "jsonrpsee",10542 "log",10543 "parity-scale-codec 3.2.1",10544 "parking_lot 0.12.1",10545 "sc-chain-spec",10546 "sc-transaction-pool-api",10547 "scale-info",10548 "serde",10549 "serde_json",10550 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10551 "sp-rpc",10552 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10553 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10554 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10555 "thiserror",10556]1055710558[[package]]10559name = "sc-rpc-server"10560version = "4.0.0-dev"10561source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10562dependencies = [10563 "futures 0.3.25",10564 "jsonrpsee",10565 "log",10566 "serde_json",10567 "substrate-prometheus-endpoint",10568 "tokio",10569]1057010571[[package]]10572name = "sc-service"10573version = "0.10.0-dev"10574source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10575dependencies = [10576 "async-trait",10577 "directories",10578 "exit-future",10579 "futures 0.3.25",10580 "futures-timer",10581 "hash-db",10582 "jsonrpsee",10583 "log",10584 "parity-scale-codec 3.2.1",10585 "parity-util-mem",10586 "parking_lot 0.12.1",10587 "pin-project",10588 "rand 0.7.3",10589 "sc-block-builder",10590 "sc-chain-spec",10591 "sc-client-api",10592 "sc-client-db",10593 "sc-consensus",10594 "sc-executor",10595 "sc-informant",10596 "sc-keystore",10597 "sc-network",10598 "sc-network-bitswap",10599 "sc-network-common",10600 "sc-network-light",10601 "sc-network-sync",10602 "sc-network-transactions",10603 "sc-offchain",10604 "sc-rpc",10605 "sc-rpc-server",10606 "sc-sysinfo",10607 "sc-telemetry",10608 "sc-tracing",10609 "sc-transaction-pool",10610 "sc-transaction-pool-api",10611 "sc-utils",10612 "serde",10613 "serde_json",10614 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10615 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10616 "sp-block-builder",10617 "sp-blockchain",10618 "sp-consensus",10619 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10620 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10621 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10622 "sp-keystore",10623 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10624 "sp-session",10625 "sp-state-machine",10626 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10627 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10628 "sp-transaction-pool",10629 "sp-transaction-storage-proof",10630 "sp-trie",10631 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10632 "static_init 1.0.3",10633 "substrate-prometheus-endpoint",10634 "tempfile",10635 "thiserror",10636 "tokio",10637 "tracing",10638 "tracing-futures",10639]1064010641[[package]]10642name = "sc-state-db"10643version = "0.10.0-dev"10644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10645dependencies = [10646 "log",10647 "parity-scale-codec 3.2.1",10648 "parity-util-mem",10649 "parity-util-mem-derive",10650 "parking_lot 0.12.1",10651 "sc-client-api",10652 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10653]1065410655[[package]]10656name = "sc-sync-state-rpc"10657version = "0.10.0-dev"10658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10659dependencies = [10660 "jsonrpsee",10661 "parity-scale-codec 3.2.1",10662 "sc-chain-spec",10663 "sc-client-api",10664 "sc-consensus-babe",10665 "sc-consensus-epochs",10666 "sc-finality-grandpa",10667 "serde",10668 "serde_json",10669 "sp-blockchain",10670 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10671 "thiserror",10672]1067310674[[package]]10675name = "sc-sysinfo"10676version = "6.0.0-dev"10677source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10678dependencies = [10679 "futures 0.3.25",10680 "libc",10681 "log",10682 "rand 0.7.3",10683 "rand_pcg 0.2.1",10684 "regex",10685 "sc-telemetry",10686 "serde",10687 "serde_json",10688 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10689 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10690 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10691]1069210693[[package]]10694name = "sc-telemetry"10695version = "4.0.0-dev"10696source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10697dependencies = [10698 "chrono",10699 "futures 0.3.25",10700 "libp2p",10701 "log",10702 "parking_lot 0.12.1",10703 "pin-project",10704 "rand 0.7.3",10705 "serde",10706 "serde_json",10707 "thiserror",10708 "wasm-timer",10709]1071010711[[package]]10712name = "sc-tracing"10713version = "4.0.0-dev"10714source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10715dependencies = [10716 "ansi_term",10717 "atty",10718 "chrono",10719 "lazy_static",10720 "libc",10721 "log",10722 "once_cell",10723 "parking_lot 0.12.1",10724 "regex",10725 "rustc-hash",10726 "sc-client-api",10727 "sc-rpc-server",10728 "sc-tracing-proc-macro",10729 "serde",10730 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10731 "sp-blockchain",10732 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10733 "sp-rpc",10734 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10735 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10736 "thiserror",10737 "tracing",10738 "tracing-log",10739 "tracing-subscriber",10740]1074110742[[package]]10743name = "sc-tracing-proc-macro"10744version = "4.0.0-dev"10745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10746dependencies = [10747 "proc-macro-crate",10748 "proc-macro2",10749 "quote",10750 "syn",10751]1075210753[[package]]10754name = "sc-transaction-pool"10755version = "4.0.0-dev"10756source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10757dependencies = [10758 "futures 0.3.25",10759 "futures-timer",10760 "linked-hash-map",10761 "log",10762 "parity-scale-codec 3.2.1",10763 "parity-util-mem",10764 "parking_lot 0.12.1",10765 "sc-client-api",10766 "sc-transaction-pool-api",10767 "sc-utils",10768 "serde",10769 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10770 "sp-blockchain",10771 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10772 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10773 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10774 "sp-transaction-pool",10775 "substrate-prometheus-endpoint",10776 "thiserror",10777]1077810779[[package]]10780name = "sc-transaction-pool-api"10781version = "4.0.0-dev"10782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10783dependencies = [10784 "futures 0.3.25",10785 "log",10786 "serde",10787 "sp-blockchain",10788 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",10789 "thiserror",10790]1079110792[[package]]10793name = "sc-utils"10794version = "4.0.0-dev"10795source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"10796dependencies = [10797 "futures 0.3.25",10798 "futures-timer",10799 "lazy_static",10800 "log",10801 "parking_lot 0.12.1",10802 "prometheus",10803]1080410805[[package]]10806name = "scale-info"10807version = "2.2.0"10808source = "registry+https://github.com/rust-lang/crates.io-index"10809checksum = "333af15b02563b8182cd863f925bd31ef8fa86a0e095d30c091956057d436153"10810dependencies = [10811 "bitvec 1.0.1",10812 "cfg-if 1.0.0",10813 "derive_more",10814 "parity-scale-codec 3.2.1",10815 "scale-info-derive",10816 "serde",10817]1081810819[[package]]10820name = "scale-info-derive"10821version = "2.2.0"10822source = "registry+https://github.com/rust-lang/crates.io-index"10823checksum = "53f56acbd0743d29ffa08f911ab5397def774ad01bab3786804cf6ee057fb5e1"10824dependencies = [10825 "proc-macro-crate",10826 "proc-macro2",10827 "quote",10828 "syn",10829]1083010831[[package]]10832name = "schannel"10833version = "0.1.20"10834source = "registry+https://github.com/rust-lang/crates.io-index"10835checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10836dependencies = [10837 "lazy_static",10838 "windows-sys 0.36.1",10839]1084010841[[package]]10842name = "schnorrkel"10843version = "0.9.1"10844source = "registry+https://github.com/rust-lang/crates.io-index"10845checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10846dependencies = [10847 "arrayref",10848 "arrayvec 0.5.2",10849 "curve25519-dalek 2.1.3",10850 "getrandom 0.1.16",10851 "merlin",10852 "rand 0.7.3",10853 "rand_core 0.5.1",10854 "sha2 0.8.2",10855 "subtle",10856 "zeroize",10857]1085810859[[package]]10860name = "scopeguard"10861version = "1.1.0"10862source = "registry+https://github.com/rust-lang/crates.io-index"10863checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1086410865[[package]]10866name = "scratch"10867version = "1.0.2"10868source = "registry+https://github.com/rust-lang/crates.io-index"10869checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"1087010871[[package]]10872name = "sct"10873version = "0.7.0"10874source = "registry+https://github.com/rust-lang/crates.io-index"10875checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10876dependencies = [10877 "ring",10878 "untrusted",10879]1088010881[[package]]10882name = "sec1"10883version = "0.2.1"10884source = "registry+https://github.com/rust-lang/crates.io-index"10885checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10886dependencies = [10887 "der",10888 "generic-array 0.14.6",10889 "pkcs8",10890 "subtle",10891 "zeroize",10892]1089310894[[package]]10895name = "secp256k1"10896version = "0.24.1"10897source = "registry+https://github.com/rust-lang/crates.io-index"10898checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964"10899dependencies = [10900 "secp256k1-sys",10901]1090210903[[package]]10904name = "secp256k1-sys"10905version = "0.6.1"10906source = "registry+https://github.com/rust-lang/crates.io-index"10907checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10908dependencies = [10909 "cc",10910]1091110912[[package]]10913name = "secrecy"10914version = "0.8.0"10915source = "registry+https://github.com/rust-lang/crates.io-index"10916checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10917dependencies = [10918 "zeroize",10919]1092010921[[package]]10922name = "security-framework"10923version = "2.7.0"10924source = "registry+https://github.com/rust-lang/crates.io-index"10925checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"10926dependencies = [10927 "bitflags",10928 "core-foundation",10929 "core-foundation-sys",10930 "libc",10931 "security-framework-sys",10932]1093310934[[package]]10935name = "security-framework-sys"10936version = "2.6.1"10937source = "registry+https://github.com/rust-lang/crates.io-index"10938checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10939dependencies = [10940 "core-foundation-sys",10941 "libc",10942]1094310944[[package]]10945name = "semver"10946version = "0.6.0"10947source = "registry+https://github.com/rust-lang/crates.io-index"10948checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10949dependencies = [10950 "semver-parser",10951]1095210953[[package]]10954name = "semver"10955version = "0.9.0"10956source = "registry+https://github.com/rust-lang/crates.io-index"10957checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10958dependencies = [10959 "semver-parser",10960]1096110962[[package]]10963name = "semver"10964version = "1.0.14"10965source = "registry+https://github.com/rust-lang/crates.io-index"10966checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"10967dependencies = [10968 "serde",10969]1097010971[[package]]10972name = "semver-parser"10973version = "0.7.0"10974source = "registry+https://github.com/rust-lang/crates.io-index"10975checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1097610977[[package]]10978name = "serde"10979version = "1.0.147"10980source = "registry+https://github.com/rust-lang/crates.io-index"10981checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"10982dependencies = [10983 "serde_derive",10984]1098510986[[package]]10987name = "serde_derive"10988version = "1.0.147"10989source = "registry+https://github.com/rust-lang/crates.io-index"10990checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"10991dependencies = [10992 "proc-macro2",10993 "quote",10994 "syn",10995]1099610997[[package]]10998name = "serde_json"10999version = "1.0.87"11000source = "registry+https://github.com/rust-lang/crates.io-index"11001checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"11002dependencies = [11003 "itoa",11004 "ryu",11005 "serde",11006]1100711008[[package]]11009name = "serde_nanos"11010version = "0.1.2"11011source = "registry+https://github.com/rust-lang/crates.io-index"11012checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"11013dependencies = [11014 "serde",11015]1101611017[[package]]11018name = "sha-1"11019version = "0.9.8"11020source = "registry+https://github.com/rust-lang/crates.io-index"11021checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"11022dependencies = [11023 "block-buffer 0.9.0",11024 "cfg-if 1.0.0",11025 "cpufeatures",11026 "digest 0.9.0",11027 "opaque-debug 0.3.0",11028]1102911030[[package]]11031name = "sha1"11032version = "0.10.5"11033source = "registry+https://github.com/rust-lang/crates.io-index"11034checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"11035dependencies = [11036 "cfg-if 1.0.0",11037 "cpufeatures",11038 "digest 0.10.5",11039]1104011041[[package]]11042name = "sha2"11043version = "0.8.2"11044source = "registry+https://github.com/rust-lang/crates.io-index"11045checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"11046dependencies = [11047 "block-buffer 0.7.3",11048 "digest 0.8.1",11049 "fake-simd",11050 "opaque-debug 0.2.3",11051]1105211053[[package]]11054name = "sha2"11055version = "0.9.9"11056source = "registry+https://github.com/rust-lang/crates.io-index"11057checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"11058dependencies = [11059 "block-buffer 0.9.0",11060 "cfg-if 1.0.0",11061 "cpufeatures",11062 "digest 0.9.0",11063 "opaque-debug 0.3.0",11064]1106511066[[package]]11067name = "sha2"11068version = "0.10.6"11069source = "registry+https://github.com/rust-lang/crates.io-index"11070checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"11071dependencies = [11072 "cfg-if 1.0.0",11073 "cpufeatures",11074 "digest 0.10.5",11075]1107611077[[package]]11078name = "sha3"11079version = "0.10.6"11080source = "registry+https://github.com/rust-lang/crates.io-index"11081checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"11082dependencies = [11083 "digest 0.10.5",11084 "keccak",11085]1108611087[[package]]11088name = "sharded-slab"11089version = "0.1.4"11090source = "registry+https://github.com/rust-lang/crates.io-index"11091checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"11092dependencies = [11093 "lazy_static",11094]1109511096[[package]]11097name = "shlex"11098version = "1.1.0"11099source = "registry+https://github.com/rust-lang/crates.io-index"11100checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1110111102[[package]]11103name = "signal-hook"11104version = "0.3.14"11105source = "registry+https://github.com/rust-lang/crates.io-index"11106checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"11107dependencies = [11108 "libc",11109 "signal-hook-registry",11110]1111111112[[package]]11113name = "signal-hook-registry"11114version = "1.4.0"11115source = "registry+https://github.com/rust-lang/crates.io-index"11116checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"11117dependencies = [11118 "libc",11119]1112011121[[package]]11122name = "signature"11123version = "1.4.0"11124source = "registry+https://github.com/rust-lang/crates.io-index"11125checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"11126dependencies = [11127 "digest 0.9.0",11128 "rand_core 0.6.4",11129]1113011131[[package]]11132name = "simba"11133version = "0.5.1"11134source = "registry+https://github.com/rust-lang/crates.io-index"11135checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"11136dependencies = [11137 "approx",11138 "num-complex",11139 "num-traits",11140 "paste",11141]1114211143[[package]]11144name = "similar"11145version = "2.2.0"11146source = "registry+https://github.com/rust-lang/crates.io-index"11147checksum = "62ac7f900db32bf3fd12e0117dd3dc4da74bc52ebaac97f39668446d89694803"11148dependencies = [11149 "bstr",11150 "unicode-segmentation",11151]1115211153[[package]]11154name = "similar-asserts"11155version = "1.4.2"11156source = "registry+https://github.com/rust-lang/crates.io-index"11157checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"11158dependencies = [11159 "console",11160 "similar",11161]1116211163[[package]]11164name = "slab"11165version = "0.4.7"11166source = "registry+https://github.com/rust-lang/crates.io-index"11167checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"11168dependencies = [11169 "autocfg",11170]1117111172[[package]]11173name = "slice-group-by"11174version = "0.3.0"11175source = "registry+https://github.com/rust-lang/crates.io-index"11176checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1117711178[[package]]11179name = "slot-range-helper"11180version = "0.9.30"11181source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"11182dependencies = [11183 "enumn",11184 "parity-scale-codec 3.2.1",11185 "paste",11186 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11187 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11188]1118911190[[package]]11191name = "slotmap"11192version = "1.0.6"11193source = "registry+https://github.com/rust-lang/crates.io-index"11194checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"11195dependencies = [11196 "version_check",11197]1119811199[[package]]11200name = "smallvec"11201version = "1.10.0"11202source = "registry+https://github.com/rust-lang/crates.io-index"11203checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1120411205[[package]]11206name = "snap"11207version = "1.0.5"11208source = "registry+https://github.com/rust-lang/crates.io-index"11209checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1121011211[[package]]11212name = "snow"11213version = "0.9.0"11214source = "registry+https://github.com/rust-lang/crates.io-index"11215checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"11216dependencies = [11217 "aes-gcm",11218 "blake2",11219 "chacha20poly1305",11220 "curve25519-dalek 4.0.0-pre.1",11221 "rand_core 0.6.4",11222 "ring",11223 "rustc_version 0.4.0",11224 "sha2 0.10.6",11225 "subtle",11226]1122711228[[package]]11229name = "socket2"11230version = "0.4.7"11231source = "registry+https://github.com/rust-lang/crates.io-index"11232checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"11233dependencies = [11234 "libc",11235 "winapi",11236]1123711238[[package]]11239name = "soketto"11240version = "0.7.1"11241source = "registry+https://github.com/rust-lang/crates.io-index"11242checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"11243dependencies = [11244 "base64",11245 "bytes",11246 "flate2",11247 "futures 0.3.25",11248 "httparse",11249 "log",11250 "rand 0.8.5",11251 "sha-1",11252]1125311254[[package]]11255name = "sp-api"11256version = "4.0.0-dev"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11258dependencies = [11259 "log",11260 "parity-scale-codec 3.2.1",11261 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11262 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11263 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11264 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11265 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11266]1126711268[[package]]11269name = "sp-api"11270version = "4.0.0-dev"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11272dependencies = [11273 "hash-db",11274 "log",11275 "parity-scale-codec 3.2.1",11276 "sp-api-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11277 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11278 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11279 "sp-state-machine",11280 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11281 "sp-trie",11282 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11283 "thiserror",11284]1128511286[[package]]11287name = "sp-api-proc-macro"11288version = "4.0.0-dev"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11290dependencies = [11291 "blake2",11292 "proc-macro-crate",11293 "proc-macro2",11294 "quote",11295 "syn",11296]1129711298[[package]]11299name = "sp-api-proc-macro"11300version = "4.0.0-dev"11301source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11302dependencies = [11303 "blake2",11304 "proc-macro-crate",11305 "proc-macro2",11306 "quote",11307 "syn",11308]1130911310[[package]]11311name = "sp-application-crypto"11312version = "6.0.0"11313source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11314dependencies = [11315 "parity-scale-codec 3.2.1",11316 "scale-info",11317 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11318 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11319 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11320]1132111322[[package]]11323name = "sp-application-crypto"11324version = "6.0.0"11325source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11326dependencies = [11327 "parity-scale-codec 3.2.1",11328 "scale-info",11329 "serde",11330 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11331 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11332 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11333]1133411335[[package]]11336name = "sp-arithmetic"11337version = "5.0.0"11338source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11339dependencies = [11340 "integer-sqrt",11341 "num-traits",11342 "parity-scale-codec 3.2.1",11343 "scale-info",11344 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11345 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11346 "static_assertions",11347]1134811349[[package]]11350name = "sp-arithmetic"11351version = "5.0.0"11352source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11353dependencies = [11354 "integer-sqrt",11355 "num-traits",11356 "parity-scale-codec 3.2.1",11357 "scale-info",11358 "serde",11359 "sp-debug-derive 4.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 "static_assertions",11362]1136311364[[package]]11365name = "sp-authority-discovery"11366version = "4.0.0-dev"11367source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11368dependencies = [11369 "parity-scale-codec 3.2.1",11370 "scale-info",11371 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11372 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11373 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11374 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11375]1137611377[[package]]11378name = "sp-authorship"11379version = "4.0.0-dev"11380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11381dependencies = [11382 "async-trait",11383 "parity-scale-codec 3.2.1",11384 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11385 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11386 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11387]1138811389[[package]]11390name = "sp-block-builder"11391version = "4.0.0-dev"11392source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11393dependencies = [11394 "parity-scale-codec 3.2.1",11395 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11396 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11397 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11398 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11399]1140011401[[package]]11402name = "sp-blockchain"11403version = "4.0.0-dev"11404source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11405dependencies = [11406 "futures 0.3.25",11407 "log",11408 "lru 0.7.8",11409 "parity-scale-codec 3.2.1",11410 "parking_lot 0.12.1",11411 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11412 "sp-consensus",11413 "sp-database",11414 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11415 "sp-state-machine",11416 "thiserror",11417]1141811419[[package]]11420name = "sp-consensus"11421version = "0.10.0-dev"11422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11423dependencies = [11424 "async-trait",11425 "futures 0.3.25",11426 "futures-timer",11427 "log",11428 "parity-scale-codec 3.2.1",11429 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11430 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11431 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11432 "sp-state-machine",11433 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11434 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11435 "thiserror",11436]1143711438[[package]]11439name = "sp-consensus-aura"11440version = "0.10.0-dev"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11442dependencies = [11443 "async-trait",11444 "parity-scale-codec 3.2.1",11445 "scale-info",11446 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11447 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11448 "sp-consensus",11449 "sp-consensus-slots",11450 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11451 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11452 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11453 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11454]1145511456[[package]]11457name = "sp-consensus-babe"11458version = "0.10.0-dev"11459source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11460dependencies = [11461 "async-trait",11462 "merlin",11463 "parity-scale-codec 3.2.1",11464 "scale-info",11465 "serde",11466 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11467 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11468 "sp-consensus",11469 "sp-consensus-slots",11470 "sp-consensus-vrf",11471 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11472 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11473 "sp-keystore",11474 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11475 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11476 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11477]1147811479[[package]]11480name = "sp-consensus-slots"11481version = "0.10.0-dev"11482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11483dependencies = [11484 "parity-scale-codec 3.2.1",11485 "scale-info",11486 "serde",11487 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11488 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11489 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11490 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11491]1149211493[[package]]11494name = "sp-consensus-vrf"11495version = "0.10.0-dev"11496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11497dependencies = [11498 "parity-scale-codec 3.2.1",11499 "scale-info",11500 "schnorrkel",11501 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",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]1150511506[[package]]11507name = "sp-core"11508version = "6.0.0"11509source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11510dependencies = [11511 "bitflags",11512 "byteorder",11513 "hash-db",11514 "hash256-std-hasher",11515 "log",11516 "num-traits",11517 "parity-scale-codec 3.2.1",11518 "parity-util-mem",11519 "primitive-types",11520 "scale-info",11521 "secrecy",11522 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11523 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11524 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11525 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11526 "ss58-registry",11527 "zeroize",11528]1152911530[[package]]11531name = "sp-core"11532version = "6.0.0"11533source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11534dependencies = [11535 "array-bytes",11536 "base58",11537 "bitflags",11538 "blake2",11539 "byteorder",11540 "dyn-clonable",11541 "ed25519-zebra",11542 "futures 0.3.25",11543 "hash-db",11544 "hash256-std-hasher",11545 "impl-serde",11546 "lazy_static",11547 "libsecp256k1",11548 "log",11549 "merlin",11550 "num-traits",11551 "parity-scale-codec 3.2.1",11552 "parity-util-mem",11553 "parking_lot 0.12.1",11554 "primitive-types",11555 "rand 0.7.3",11556 "regex",11557 "scale-info",11558 "schnorrkel",11559 "secp256k1",11560 "secrecy",11561 "serde",11562 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11563 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11564 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11565 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11566 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11567 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11568 "ss58-registry",11569 "substrate-bip39",11570 "thiserror",11571 "tiny-bip39",11572 "wasmi",11573 "zeroize",11574]1157511576[[package]]11577name = "sp-core-hashing"11578version = "4.0.0"11579source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11580dependencies = [11581 "blake2",11582 "byteorder",11583 "digest 0.10.5",11584 "sha2 0.10.6",11585 "sha3",11586 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11587 "twox-hash",11588]1158911590[[package]]11591name = "sp-core-hashing"11592version = "4.0.0"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11594dependencies = [11595 "blake2",11596 "byteorder",11597 "digest 0.10.5",11598 "sha2 0.10.6",11599 "sha3",11600 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11601 "twox-hash",11602]1160311604[[package]]11605name = "sp-core-hashing-proc-macro"11606version = "5.0.0"11607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11608dependencies = [11609 "proc-macro2",11610 "quote",11611 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11612 "syn",11613]1161411615[[package]]11616name = "sp-core-hashing-proc-macro"11617version = "5.0.0"11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11619dependencies = [11620 "proc-macro2",11621 "quote",11622 "sp-core-hashing 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11623 "syn",11624]1162511626[[package]]11627name = "sp-database"11628version = "4.0.0-dev"11629source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11630dependencies = [11631 "kvdb",11632 "parking_lot 0.12.1",11633]1163411635[[package]]11636name = "sp-debug-derive"11637version = "4.0.0"11638source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11639dependencies = [11640 "proc-macro2",11641 "quote",11642 "syn",11643]1164411645[[package]]11646name = "sp-debug-derive"11647version = "4.0.0"11648source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11649dependencies = [11650 "proc-macro2",11651 "quote",11652 "syn",11653]1165411655[[package]]11656name = "sp-externalities"11657version = "0.12.0"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11659dependencies = [11660 "environmental",11661 "parity-scale-codec 3.2.1",11662 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11663 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11664]1166511666[[package]]11667name = "sp-externalities"11668version = "0.12.0"11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11670dependencies = [11671 "environmental",11672 "parity-scale-codec 3.2.1",11673 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11674 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11675]1167611677[[package]]11678name = "sp-finality-grandpa"11679version = "4.0.0-dev"11680source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11681dependencies = [11682 "finality-grandpa",11683 "log",11684 "parity-scale-codec 3.2.1",11685 "scale-info",11686 "serde",11687 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11688 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11689 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11690 "sp-keystore",11691 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11692 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11693]1169411695[[package]]11696name = "sp-inherents"11697version = "4.0.0-dev"11698source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11699dependencies = [11700 "impl-trait-for-tuples",11701 "parity-scale-codec 3.2.1",11702 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11703 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11704]1170511706[[package]]11707name = "sp-inherents"11708version = "4.0.0-dev"11709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11710dependencies = [11711 "async-trait",11712 "impl-trait-for-tuples",11713 "parity-scale-codec 3.2.1",11714 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11715 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11716 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11717 "thiserror",11718]1171911720[[package]]11721name = "sp-io"11722version = "6.0.0"11723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11724dependencies = [11725 "hash-db",11726 "parity-scale-codec 3.2.1",11727 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11728 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11729 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11730 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11731 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11732 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11733 "tracing",11734 "tracing-core",11735]1173611737[[package]]11738name = "sp-io"11739version = "6.0.0"11740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11741dependencies = [11742 "bytes",11743 "futures 0.3.25",11744 "hash-db",11745 "libsecp256k1",11746 "log",11747 "parity-scale-codec 3.2.1",11748 "parking_lot 0.12.1",11749 "secp256k1",11750 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11751 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11752 "sp-keystore",11753 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11754 "sp-state-machine",11755 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11756 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11757 "sp-trie",11758 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11759 "tracing",11760 "tracing-core",11761]1176211763[[package]]11764name = "sp-keyring"11765version = "6.0.0"11766source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11767dependencies = [11768 "lazy_static",11769 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11770 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11771 "strum",11772]1177311774[[package]]11775name = "sp-keystore"11776version = "0.12.0"11777source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11778dependencies = [11779 "async-trait",11780 "futures 0.3.25",11781 "merlin",11782 "parity-scale-codec 3.2.1",11783 "parking_lot 0.12.1",11784 "schnorrkel",11785 "serde",11786 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11787 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11788 "thiserror",11789]1179011791[[package]]11792name = "sp-maybe-compressed-blob"11793version = "4.1.0-dev"11794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11795dependencies = [11796 "thiserror",11797 "zstd",11798]1179911800[[package]]11801name = "sp-mmr-primitives"11802version = "4.0.0-dev"11803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11804dependencies = [11805 "log",11806 "parity-scale-codec 3.2.1",11807 "serde",11808 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11809 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11810 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11811 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11812 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11813]1181411815[[package]]11816name = "sp-npos-elections"11817version = "4.0.0-dev"11818source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11819dependencies = [11820 "parity-scale-codec 3.2.1",11821 "scale-info",11822 "serde",11823 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11824 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11825 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11826 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11827]1182811829[[package]]11830name = "sp-offchain"11831version = "4.0.0-dev"11832source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11833dependencies = [11834 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11835 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11836 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11837]1183811839[[package]]11840name = "sp-panic-handler"11841version = "4.0.0"11842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11843dependencies = [11844 "backtrace",11845 "lazy_static",11846 "regex",11847]1184811849[[package]]11850name = "sp-rpc"11851version = "6.0.0"11852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11853dependencies = [11854 "rustc-hash",11855 "serde",11856 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11857]1185811859[[package]]11860name = "sp-runtime"11861version = "6.0.0"11862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11863dependencies = [11864 "either",11865 "hash256-std-hasher",11866 "impl-trait-for-tuples",11867 "log",11868 "parity-scale-codec 3.2.1",11869 "parity-util-mem",11870 "paste",11871 "scale-info",11872 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11873 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11874 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11875 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11876 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11877]1187811879[[package]]11880name = "sp-runtime"11881version = "6.0.0"11882source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11883dependencies = [11884 "either",11885 "hash256-std-hasher",11886 "impl-trait-for-tuples",11887 "log",11888 "parity-scale-codec 3.2.1",11889 "parity-util-mem",11890 "paste",11891 "rand 0.7.3",11892 "scale-info",11893 "serde",11894 "sp-application-crypto 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11895 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11896 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11897 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11898 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11899 "sp-weights",11900]1190111902[[package]]11903name = "sp-runtime-interface"11904version = "6.0.0"11905source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11906dependencies = [11907 "impl-trait-for-tuples",11908 "parity-scale-codec 3.2.1",11909 "primitive-types",11910 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11911 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11912 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11913 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11914 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11915 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11916 "static_assertions",11917]1191811919[[package]]11920name = "sp-runtime-interface"11921version = "6.0.0"11922source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11923dependencies = [11924 "bytes",11925 "impl-trait-for-tuples",11926 "parity-scale-codec 3.2.1",11927 "primitive-types",11928 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11929 "sp-runtime-interface-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11930 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11931 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11932 "sp-tracing 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11933 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11934 "static_assertions",11935]1193611937[[package]]11938name = "sp-runtime-interface-proc-macro"11939version = "5.0.0"11940source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11941dependencies = [11942 "Inflector",11943 "proc-macro-crate",11944 "proc-macro2",11945 "quote",11946 "syn",11947]1194811949[[package]]11950name = "sp-runtime-interface-proc-macro"11951version = "5.0.0"11952source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11953dependencies = [11954 "Inflector",11955 "proc-macro-crate",11956 "proc-macro2",11957 "quote",11958 "syn",11959]1196011961[[package]]11962name = "sp-sandbox"11963version = "0.10.0-dev"11964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11965dependencies = [11966 "log",11967 "parity-scale-codec 3.2.1",11968 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11969 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11970 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11971 "sp-wasm-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11972 "wasmi",11973]1197411975[[package]]11976name = "sp-session"11977version = "4.0.0-dev"11978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"11979dependencies = [11980 "parity-scale-codec 3.2.1",11981 "scale-info",11982 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11983 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11984 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11985 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11986 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",11987]1198811989[[package]]11990name = "sp-staking"11991version = "4.0.0-dev"11992source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"11993dependencies = [11994 "parity-scale-codec 3.2.1",11995 "scale-info",11996 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11997 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",11998]1199912000[[package]]12001name = "sp-staking"12002version = "4.0.0-dev"12003source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12004dependencies = [12005 "parity-scale-codec 3.2.1",12006 "scale-info",12007 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12008 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12009]1201012011[[package]]12012name = "sp-state-machine"12013version = "0.12.0"12014source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12015dependencies = [12016 "hash-db",12017 "log",12018 "num-traits",12019 "parity-scale-codec 3.2.1",12020 "parking_lot 0.12.1",12021 "rand 0.7.3",12022 "smallvec",12023 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12024 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12025 "sp-panic-handler",12026 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12027 "sp-trie",12028 "thiserror",12029 "tracing",12030 "trie-root",12031]1203212033[[package]]12034name = "sp-std"12035version = "4.0.0"12036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"1203712038[[package]]12039name = "sp-std"12040version = "4.0.0"12041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"1204212043[[package]]12044name = "sp-storage"12045version = "6.0.0"12046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12047dependencies = [12048 "parity-scale-codec 3.2.1",12049 "ref-cast",12050 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12051 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12052]1205312054[[package]]12055name = "sp-storage"12056version = "6.0.0"12057source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12058dependencies = [12059 "impl-serde",12060 "parity-scale-codec 3.2.1",12061 "ref-cast",12062 "serde",12063 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12064 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12065]1206612067[[package]]12068name = "sp-tasks"12069version = "4.0.0-dev"12070source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12071dependencies = [12072 "log",12073 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12074 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12075 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12076 "sp-runtime-interface 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12077 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12078]1207912080[[package]]12081name = "sp-timestamp"12082version = "4.0.0-dev"12083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12084dependencies = [12085 "parity-scale-codec 3.2.1",12086 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12087 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12088 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12089 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12090]1209112092[[package]]12093name = "sp-timestamp"12094version = "4.0.0-dev"12095source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12096dependencies = [12097 "async-trait",12098 "futures-timer",12099 "log",12100 "parity-scale-codec 3.2.1",12101 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12102 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12103 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12104 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12105 "thiserror",12106]1210712108[[package]]12109name = "sp-tracing"12110version = "5.0.0"12111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12112dependencies = [12113 "parity-scale-codec 3.2.1",12114 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12115 "tracing",12116 "tracing-core",12117]1211812119[[package]]12120name = "sp-tracing"12121version = "5.0.0"12122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12123dependencies = [12124 "parity-scale-codec 3.2.1",12125 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12126 "tracing",12127 "tracing-core",12128 "tracing-subscriber",12129]1213012131[[package]]12132name = "sp-transaction-pool"12133version = "4.0.0-dev"12134source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12135dependencies = [12136 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12137 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12138]1213912140[[package]]12141name = "sp-transaction-storage-proof"12142version = "4.0.0-dev"12143source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12144dependencies = [12145 "async-trait",12146 "log",12147 "parity-scale-codec 3.2.1",12148 "scale-info",12149 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12150 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12151 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12152 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12153 "sp-trie",12154]1215512156[[package]]12157name = "sp-trie"12158version = "6.0.0"12159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12160dependencies = [12161 "ahash",12162 "hash-db",12163 "hashbrown",12164 "lazy_static",12165 "lru 0.7.8",12166 "memory-db",12167 "nohash-hasher",12168 "parity-scale-codec 3.2.1",12169 "parking_lot 0.12.1",12170 "scale-info",12171 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12172 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12173 "thiserror",12174 "tracing",12175 "trie-db",12176 "trie-root",12177]1217812179[[package]]12180name = "sp-version"12181version = "5.0.0"12182source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12183dependencies = [12184 "parity-scale-codec 3.2.1",12185 "scale-info",12186 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12187 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12188 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12189 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12190]1219112192[[package]]12193name = "sp-version"12194version = "5.0.0"12195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12196dependencies = [12197 "impl-serde",12198 "parity-scale-codec 3.2.1",12199 "parity-wasm 0.45.0",12200 "scale-info",12201 "serde",12202 "sp-core-hashing-proc-macro 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12203 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12204 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12205 "sp-version-proc-macro 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12206 "thiserror",12207]1220812209[[package]]12210name = "sp-version-proc-macro"12211version = "4.0.0-dev"12212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12213dependencies = [12214 "parity-scale-codec 3.2.1",12215 "proc-macro2",12216 "quote",12217 "syn",12218]1221912220[[package]]12221name = "sp-version-proc-macro"12222version = "4.0.0-dev"12223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12224dependencies = [12225 "parity-scale-codec 3.2.1",12226 "proc-macro2",12227 "quote",12228 "syn",12229]1223012231[[package]]12232name = "sp-wasm-interface"12233version = "6.0.0"12234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27#5bfdbab8ba28523ef10e365627fed64ef2b77cbf"12235dependencies = [12236 "impl-trait-for-tuples",12237 "parity-scale-codec 3.2.1",12238 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.27)",12239]1224012241[[package]]12242name = "sp-wasm-interface"12243version = "6.0.0"12244source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12245dependencies = [12246 "impl-trait-for-tuples",12247 "log",12248 "parity-scale-codec 3.2.1",12249 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12250 "wasmi",12251 "wasmtime",12252]1225312254[[package]]12255name = "sp-weights"12256version = "4.0.0"12257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12258dependencies = [12259 "impl-trait-for-tuples",12260 "parity-scale-codec 3.2.1",12261 "scale-info",12262 "serde",12263 "smallvec",12264 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12265 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12266 "sp-debug-derive 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12267 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12268]1226912270[[package]]12271name = "spin"12272version = "0.5.2"12273source = "registry+https://github.com/rust-lang/crates.io-index"12274checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1227512276[[package]]12277name = "spki"12278version = "0.5.4"12279source = "registry+https://github.com/rust-lang/crates.io-index"12280checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"12281dependencies = [12282 "base64ct",12283 "der",12284]1228512286[[package]]12287name = "ss58-registry"12288version = "1.33.0"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "3ab7554f8a8b6f8d71cd5a8e6536ef116e2ce0504cf97ebf16311d58065dc8a6"12291dependencies = [12292 "Inflector",12293 "num-format",12294 "proc-macro2",12295 "quote",12296 "serde",12297 "serde_json",12298 "unicode-xid",12299]1230012301[[package]]12302name = "stable_deref_trait"12303version = "1.2.0"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1230612307[[package]]12308name = "static_assertions"12309version = "1.1.0"12310source = "registry+https://github.com/rust-lang/crates.io-index"12311checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1231212313[[package]]12314name = "static_init"12315version = "0.5.2"12316source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"12318dependencies = [12319 "cfg_aliases",12320 "libc",12321 "parking_lot 0.11.2",12322 "static_init_macro 0.5.0",12323]1232412325[[package]]12326name = "static_init"12327version = "1.0.3"12328source = "registry+https://github.com/rust-lang/crates.io-index"12329checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"12330dependencies = [12331 "bitflags",12332 "cfg_aliases",12333 "libc",12334 "parking_lot 0.11.2",12335 "parking_lot_core 0.8.5",12336 "static_init_macro 1.0.2",12337 "winapi",12338]1233912340[[package]]12341name = "static_init_macro"12342version = "0.5.0"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"12345dependencies = [12346 "cfg_aliases",12347 "memchr",12348 "proc-macro2",12349 "quote",12350 "syn",12351]1235212353[[package]]12354name = "static_init_macro"12355version = "1.0.2"12356source = "registry+https://github.com/rust-lang/crates.io-index"12357checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"12358dependencies = [12359 "cfg_aliases",12360 "memchr",12361 "proc-macro2",12362 "quote",12363 "syn",12364]1236512366[[package]]12367name = "statrs"12368version = "0.15.0"12369source = "registry+https://github.com/rust-lang/crates.io-index"12370checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"12371dependencies = [12372 "approx",12373 "lazy_static",12374 "nalgebra",12375 "num-traits",12376 "rand 0.8.5",12377]1237812379[[package]]12380name = "strsim"12381version = "0.10.0"12382source = "registry+https://github.com/rust-lang/crates.io-index"12383checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1238412385[[package]]12386name = "struct-versioning"12387version = "0.1.0"12388dependencies = [12389 "quote",12390 "syn",12391]1239212393[[package]]12394name = "strum"12395version = "0.24.1"12396source = "registry+https://github.com/rust-lang/crates.io-index"12397checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"12398dependencies = [12399 "strum_macros",12400]1240112402[[package]]12403name = "strum_macros"12404version = "0.24.3"12405source = "registry+https://github.com/rust-lang/crates.io-index"12406checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"12407dependencies = [12408 "heck",12409 "proc-macro2",12410 "quote",12411 "rustversion",12412 "syn",12413]1241412415[[package]]12416name = "substrate-bip39"12417version = "0.4.4"12418source = "registry+https://github.com/rust-lang/crates.io-index"12419checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"12420dependencies = [12421 "hmac 0.11.0",12422 "pbkdf2 0.8.0",12423 "schnorrkel",12424 "sha2 0.9.9",12425 "zeroize",12426]1242712428[[package]]12429name = "substrate-build-script-utils"12430version = "3.0.0"12431source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12432dependencies = [12433 "platforms",12434]1243512436[[package]]12437name = "substrate-frame-rpc-system"12438version = "4.0.0-dev"12439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12440dependencies = [12441 "frame-system-rpc-runtime-api",12442 "futures 0.3.25",12443 "jsonrpsee",12444 "log",12445 "parity-scale-codec 3.2.1",12446 "sc-client-api",12447 "sc-rpc-api",12448 "sc-transaction-pool-api",12449 "serde_json",12450 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12451 "sp-block-builder",12452 "sp-blockchain",12453 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12454 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12455]1245612457[[package]]12458name = "substrate-prometheus-endpoint"12459version = "0.10.0-dev"12460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12461dependencies = [12462 "futures-util",12463 "hyper",12464 "log",12465 "prometheus",12466 "thiserror",12467 "tokio",12468]1246912470[[package]]12471name = "substrate-state-trie-migration-rpc"12472version = "4.0.0-dev"12473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12474dependencies = [12475 "jsonrpsee",12476 "log",12477 "parity-scale-codec 3.2.1",12478 "sc-client-api",12479 "sc-rpc-api",12480 "scale-info",12481 "serde",12482 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12483 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12484 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12485 "sp-state-machine",12486 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12487 "sp-trie",12488 "trie-db",12489]1249012491[[package]]12492name = "substrate-test-client"12493version = "2.0.1"12494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12495dependencies = [12496 "array-bytes",12497 "async-trait",12498 "futures 0.3.25",12499 "parity-scale-codec 3.2.1",12500 "sc-client-api",12501 "sc-client-db",12502 "sc-consensus",12503 "sc-executor",12504 "sc-offchain",12505 "sc-service",12506 "serde",12507 "serde_json",12508 "sp-blockchain",12509 "sp-consensus",12510 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12511 "sp-keyring",12512 "sp-keystore",12513 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12514 "sp-state-machine",12515]1251612517[[package]]12518name = "substrate-test-utils"12519version = "4.0.0-dev"12520source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12521dependencies = [12522 "futures 0.3.25",12523 "substrate-test-utils-derive",12524 "tokio",12525]1252612527[[package]]12528name = "substrate-test-utils-derive"12529version = "0.10.0-dev"12530source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12531dependencies = [12532 "proc-macro-crate",12533 "proc-macro2",12534 "quote",12535 "syn",12536]1253712538[[package]]12539name = "substrate-wasm-builder"12540version = "5.0.0-dev"12541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"12542dependencies = [12543 "ansi_term",12544 "build-helper",12545 "cargo_metadata",12546 "filetime",12547 "sp-maybe-compressed-blob",12548 "strum",12549 "tempfile",12550 "toml",12551 "walkdir",12552 "wasm-gc-api",12553]1255412555[[package]]12556name = "subtle"12557version = "2.4.1"12558source = "registry+https://github.com/rust-lang/crates.io-index"12559checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1256012561[[package]]12562name = "syn"12563version = "1.0.103"12564source = "registry+https://github.com/rust-lang/crates.io-index"12565checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"12566dependencies = [12567 "proc-macro2",12568 "quote",12569 "unicode-ident",12570]1257112572[[package]]12573name = "synstructure"12574version = "0.12.6"12575source = "registry+https://github.com/rust-lang/crates.io-index"12576checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"12577dependencies = [12578 "proc-macro2",12579 "quote",12580 "syn",12581 "unicode-xid",12582]1258312584[[package]]12585name = "system-configuration"12586version = "0.5.0"12587source = "registry+https://github.com/rust-lang/crates.io-index"12588checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12589dependencies = [12590 "bitflags",12591 "core-foundation",12592 "system-configuration-sys",12593]1259412595[[package]]12596name = "system-configuration-sys"12597version = "0.5.0"12598source = "registry+https://github.com/rust-lang/crates.io-index"12599checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12600dependencies = [12601 "core-foundation-sys",12602 "libc",12603]1260412605[[package]]12606name = "tap"12607version = "1.0.1"12608source = "registry+https://github.com/rust-lang/crates.io-index"12609checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1261012611[[package]]12612name = "target-lexicon"12613version = "0.12.4"12614source = "registry+https://github.com/rust-lang/crates.io-index"12615checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1261612617[[package]]12618name = "tempfile"12619version = "3.3.0"12620source = "registry+https://github.com/rust-lang/crates.io-index"12621checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12622dependencies = [12623 "cfg-if 1.0.0",12624 "fastrand",12625 "libc",12626 "redox_syscall",12627 "remove_dir_all",12628 "winapi",12629]1263012631[[package]]12632name = "termcolor"12633version = "1.1.3"12634source = "registry+https://github.com/rust-lang/crates.io-index"12635checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"12636dependencies = [12637 "winapi-util",12638]1263912640[[package]]12641name = "terminal_size"12642version = "0.1.17"12643source = "registry+https://github.com/rust-lang/crates.io-index"12644checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"12645dependencies = [12646 "libc",12647 "winapi",12648]1264912650[[package]]12651name = "test-runtime-constants"12652version = "0.9.30"12653source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12654dependencies = [12655 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12656 "polkadot-primitives",12657 "polkadot-runtime-common",12658 "smallvec",12659 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12660]1266112662[[package]]12663name = "tests"12664version = "0.1.1"12665dependencies = [12666 "evm-coder",12667 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12668 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12669 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12670 "pallet-balances",12671 "pallet-common",12672 "pallet-ethereum",12673 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",12674 "pallet-evm-coder-substrate",12675 "pallet-fungible",12676 "pallet-nonfungible",12677 "pallet-refungible",12678 "pallet-structure",12679 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12680 "pallet-transaction-payment",12681 "pallet-unique",12682 "parity-scale-codec 3.2.1",12683 "scale-info",12684 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12685 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12686 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12687 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",12688 "up-data-structs",12689 "up-sponsorship",12690]1269112692[[package]]12693name = "textwrap"12694version = "0.16.0"12695source = "registry+https://github.com/rust-lang/crates.io-index"12696checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"1269712698[[package]]12699name = "thiserror"12700version = "1.0.37"12701source = "registry+https://github.com/rust-lang/crates.io-index"12702checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"12703dependencies = [12704 "thiserror-impl",12705]1270612707[[package]]12708name = "thiserror-impl"12709version = "1.0.37"12710source = "registry+https://github.com/rust-lang/crates.io-index"12711checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"12712dependencies = [12713 "proc-macro2",12714 "quote",12715 "syn",12716]1271712718[[package]]12719name = "thousands"12720version = "0.2.0"12721source = "registry+https://github.com/rust-lang/crates.io-index"12722checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1272312724[[package]]12725name = "thread_local"12726version = "1.1.4"12727source = "registry+https://github.com/rust-lang/crates.io-index"12728checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12729dependencies = [12730 "once_cell",12731]1273212733[[package]]12734name = "threadpool"12735version = "1.8.1"12736source = "registry+https://github.com/rust-lang/crates.io-index"12737checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12738dependencies = [12739 "num_cpus",12740]1274112742[[package]]12743name = "thrift"12744version = "0.15.0"12745source = "registry+https://github.com/rust-lang/crates.io-index"12746checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12747dependencies = [12748 "byteorder",12749 "integer-encoding",12750 "log",12751 "ordered-float",12752 "threadpool",12753]1275412755[[package]]12756name = "tikv-jemalloc-sys"12757version = "0.4.3+5.2.1-patched.2"12758source = "registry+https://github.com/rust-lang/crates.io-index"12759checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"12760dependencies = [12761 "cc",12762 "fs_extra",12763 "libc",12764]1276512766[[package]]12767name = "time"12768version = "0.1.44"12769source = "registry+https://github.com/rust-lang/crates.io-index"12770checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"12771dependencies = [12772 "libc",12773 "wasi 0.10.0+wasi-snapshot-preview1",12774 "winapi",12775]1277612777[[package]]12778name = "time"12779version = "0.3.9"12780source = "registry+https://github.com/rust-lang/crates.io-index"12781checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"12782dependencies = [12783 "itoa",12784 "libc",12785 "num_threads",12786 "time-macros",12787]1278812789[[package]]12790name = "time-macros"12791version = "0.2.4"12792source = "registry+https://github.com/rust-lang/crates.io-index"12793checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"1279412795[[package]]12796name = "tiny-bip39"12797version = "0.8.2"12798source = "registry+https://github.com/rust-lang/crates.io-index"12799checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12800dependencies = [12801 "anyhow",12802 "hmac 0.8.1",12803 "once_cell",12804 "pbkdf2 0.4.0",12805 "rand 0.7.3",12806 "rustc-hash",12807 "sha2 0.9.9",12808 "thiserror",12809 "unicode-normalization",12810 "wasm-bindgen",12811 "zeroize",12812]1281312814[[package]]12815name = "tiny-keccak"12816version = "2.0.2"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12819dependencies = [12820 "crunchy",12821]1282212823[[package]]12824name = "tinyvec"12825version = "1.6.0"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12828dependencies = [12829 "tinyvec_macros",12830]1283112832[[package]]12833name = "tinyvec_macros"12834version = "0.1.0"12835source = "registry+https://github.com/rust-lang/crates.io-index"12836checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1283712838[[package]]12839name = "tokio"12840version = "1.21.2"12841source = "registry+https://github.com/rust-lang/crates.io-index"12842checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"12843dependencies = [12844 "autocfg",12845 "bytes",12846 "libc",12847 "memchr",12848 "mio",12849 "num_cpus",12850 "parking_lot 0.12.1",12851 "pin-project-lite 0.2.9",12852 "signal-hook-registry",12853 "socket2",12854 "tokio-macros",12855 "winapi",12856]1285712858[[package]]12859name = "tokio-macros"12860version = "1.8.0"12861source = "registry+https://github.com/rust-lang/crates.io-index"12862checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12863dependencies = [12864 "proc-macro2",12865 "quote",12866 "syn",12867]1286812869[[package]]12870name = "tokio-rustls"12871version = "0.23.4"12872source = "registry+https://github.com/rust-lang/crates.io-index"12873checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12874dependencies = [12875 "rustls",12876 "tokio",12877 "webpki",12878]1287912880[[package]]12881name = "tokio-stream"12882version = "0.1.11"12883source = "registry+https://github.com/rust-lang/crates.io-index"12884checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12885dependencies = [12886 "futures-core",12887 "pin-project-lite 0.2.9",12888 "tokio",12889]1289012891[[package]]12892name = "tokio-util"12893version = "0.7.4"12894source = "registry+https://github.com/rust-lang/crates.io-index"12895checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12896dependencies = [12897 "bytes",12898 "futures-core",12899 "futures-io",12900 "futures-sink",12901 "pin-project-lite 0.2.9",12902 "tokio",12903 "tracing",12904]1290512906[[package]]12907name = "toml"12908version = "0.5.9"12909source = "registry+https://github.com/rust-lang/crates.io-index"12910checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12911dependencies = [12912 "serde",12913]1291412915[[package]]12916name = "tower-service"12917version = "0.3.2"12918source = "registry+https://github.com/rust-lang/crates.io-index"12919checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1292012921[[package]]12922name = "tracing"12923version = "0.1.37"12924source = "registry+https://github.com/rust-lang/crates.io-index"12925checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12926dependencies = [12927 "cfg-if 1.0.0",12928 "pin-project-lite 0.2.9",12929 "tracing-attributes",12930 "tracing-core",12931]1293212933[[package]]12934name = "tracing-attributes"12935version = "0.1.23"12936source = "registry+https://github.com/rust-lang/crates.io-index"12937checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12938dependencies = [12939 "proc-macro2",12940 "quote",12941 "syn",12942]1294312944[[package]]12945name = "tracing-core"12946version = "0.1.30"12947source = "registry+https://github.com/rust-lang/crates.io-index"12948checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12949dependencies = [12950 "once_cell",12951 "valuable",12952]1295312954[[package]]12955name = "tracing-futures"12956version = "0.2.5"12957source = "registry+https://github.com/rust-lang/crates.io-index"12958checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12959dependencies = [12960 "pin-project",12961 "tracing",12962]1296312964[[package]]12965name = "tracing-gum"12966version = "0.9.30"12967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12968dependencies = [12969 "polkadot-node-jaeger",12970 "polkadot-primitives",12971 "tracing",12972 "tracing-gum-proc-macro",12973]1297412975[[package]]12976name = "tracing-gum-proc-macro"12977version = "0.9.30"12978source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"12979dependencies = [12980 "expander 0.0.6",12981 "proc-macro-crate",12982 "proc-macro2",12983 "quote",12984 "syn",12985]1298612987[[package]]12988name = "tracing-log"12989version = "0.1.3"12990source = "registry+https://github.com/rust-lang/crates.io-index"12991checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12992dependencies = [12993 "lazy_static",12994 "log",12995 "tracing-core",12996]1299712998[[package]]12999name = "tracing-serde"13000version = "0.1.3"13001source = "registry+https://github.com/rust-lang/crates.io-index"13002checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"13003dependencies = [13004 "serde",13005 "tracing-core",13006]1300713008[[package]]13009name = "tracing-subscriber"13010version = "0.2.25"13011source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"13013dependencies = [13014 "ansi_term",13015 "chrono",13016 "lazy_static",13017 "matchers",13018 "parking_lot 0.11.2",13019 "regex",13020 "serde",13021 "serde_json",13022 "sharded-slab",13023 "smallvec",13024 "thread_local",13025 "tracing",13026 "tracing-core",13027 "tracing-log",13028 "tracing-serde",13029]1303013031[[package]]13032name = "trie-db"13033version = "0.24.0"13034source = "registry+https://github.com/rust-lang/crates.io-index"13035checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"13036dependencies = [13037 "hash-db",13038 "hashbrown",13039 "log",13040 "rustc-hex",13041 "smallvec",13042]1304313044[[package]]13045name = "trie-root"13046version = "0.17.0"13047source = "registry+https://github.com/rust-lang/crates.io-index"13048checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"13049dependencies = [13050 "hash-db",13051]1305213053[[package]]13054name = "triehash"13055version = "0.8.4"13056source = "registry+https://github.com/rust-lang/crates.io-index"13057checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"13058dependencies = [13059 "hash-db",13060 "rlp",13061]1306213063[[package]]13064name = "trust-dns-proto"13065version = "0.21.2"13066source = "registry+https://github.com/rust-lang/crates.io-index"13067checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"13068dependencies = [13069 "async-trait",13070 "cfg-if 1.0.0",13071 "data-encoding",13072 "enum-as-inner",13073 "futures-channel",13074 "futures-io",13075 "futures-util",13076 "idna 0.2.3",13077 "ipnet",13078 "lazy_static",13079 "log",13080 "rand 0.8.5",13081 "smallvec",13082 "thiserror",13083 "tinyvec",13084 "url",13085]1308613087[[package]]13088name = "trust-dns-resolver"13089version = "0.21.2"13090source = "registry+https://github.com/rust-lang/crates.io-index"13091checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"13092dependencies = [13093 "cfg-if 1.0.0",13094 "futures-util",13095 "ipconfig",13096 "lazy_static",13097 "log",13098 "lru-cache",13099 "parking_lot 0.12.1",13100 "resolv-conf",13101 "smallvec",13102 "thiserror",13103 "trust-dns-proto",13104]1310513106[[package]]13107name = "try-lock"13108version = "0.2.3"13109source = "registry+https://github.com/rust-lang/crates.io-index"13110checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1311113112[[package]]13113name = "try-runtime-cli"13114version = "0.10.0-dev"13115source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30#a3ed0119c45cdd0d571ad34e5b3ee7518c8cef8d"13116dependencies = [13117 "clap",13118 "frame-try-runtime",13119 "jsonrpsee",13120 "log",13121 "parity-scale-codec 3.2.1",13122 "remote-externalities",13123 "sc-chain-spec",13124 "sc-cli",13125 "sc-executor",13126 "sc-service",13127 "serde",13128 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13129 "sp-externalities 0.12.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13130 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13131 "sp-keystore",13132 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13133 "sp-state-machine",13134 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13135 "zstd",13136]1313713138[[package]]13139name = "tt-call"13140version = "1.0.8"13141source = "registry+https://github.com/rust-lang/crates.io-index"13142checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1314313144[[package]]13145name = "twox-hash"13146version = "1.6.3"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"13149dependencies = [13150 "cfg-if 1.0.0",13151 "digest 0.10.5",13152 "rand 0.8.5",13153 "static_assertions",13154]1315513156[[package]]13157name = "typenum"13158version = "1.15.0"13159source = "registry+https://github.com/rust-lang/crates.io-index"13160checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1316113162[[package]]13163name = "uc-rpc"13164version = "0.1.4"13165dependencies = [13166 "anyhow",13167 "app-promotion-rpc",13168 "jsonrpsee",13169 "pallet-common",13170 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13171 "parity-scale-codec 3.2.1",13172 "rmrk-rpc",13173 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13174 "sp-blockchain",13175 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13176 "sp-rpc",13177 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13178 "up-data-structs",13179 "up-rpc",13180]1318113182[[package]]13183name = "ucd-trie"13184version = "0.1.5"13185source = "registry+https://github.com/rust-lang/crates.io-index"13186checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1318713188[[package]]13189name = "uint"13190version = "0.9.4"13191source = "registry+https://github.com/rust-lang/crates.io-index"13192checksum = "a45526d29728d135c2900b0d30573fe3ee79fceb12ef534c7bb30e810a91b601"13193dependencies = [13194 "byteorder",13195 "crunchy",13196 "hex",13197 "static_assertions",13198]1319913200[[package]]13201name = "unicase"13202version = "2.6.0"13203source = "registry+https://github.com/rust-lang/crates.io-index"13204checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"13205dependencies = [13206 "version_check",13207]1320813209[[package]]13210name = "unicode-bidi"13211version = "0.3.8"13212source = "registry+https://github.com/rust-lang/crates.io-index"13213checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1321413215[[package]]13216name = "unicode-ident"13217version = "1.0.5"13218source = "registry+https://github.com/rust-lang/crates.io-index"13219checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"1322013221[[package]]13222name = "unicode-normalization"13223version = "0.1.22"13224source = "registry+https://github.com/rust-lang/crates.io-index"13225checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"13226dependencies = [13227 "tinyvec",13228]1322913230[[package]]13231name = "unicode-segmentation"13232version = "1.10.0"13233source = "registry+https://github.com/rust-lang/crates.io-index"13234checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1323513236[[package]]13237name = "unicode-width"13238version = "0.1.10"13239source = "registry+https://github.com/rust-lang/crates.io-index"13240checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1324113242[[package]]13243name = "unicode-xid"13244version = "0.2.4"13245source = "registry+https://github.com/rust-lang/crates.io-index"13246checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1324713248[[package]]13249name = "unique-node"13250version = "0.9.30"13251dependencies = [13252 "app-promotion-rpc",13253 "clap",13254 "cumulus-client-cli",13255 "cumulus-client-collator",13256 "cumulus-client-consensus-aura",13257 "cumulus-client-consensus-common",13258 "cumulus-client-network",13259 "cumulus-client-service",13260 "cumulus-primitives-core",13261 "cumulus-primitives-parachain-inherent",13262 "cumulus-relay-chain-inprocess-interface",13263 "cumulus-relay-chain-interface",13264 "cumulus-relay-chain-rpc-interface",13265 "fc-consensus",13266 "fc-db",13267 "fc-mapping-sync",13268 "fc-rpc",13269 "fc-rpc-core",13270 "flexi_logger",13271 "fp-rpc",13272 "frame-benchmarking",13273 "frame-benchmarking-cli",13274 "futures 0.3.25",13275 "jsonrpsee",13276 "log",13277 "opal-runtime",13278 "pallet-ethereum",13279 "pallet-transaction-payment-rpc",13280 "pallet-transaction-payment-rpc-runtime-api",13281 "parity-scale-codec 3.2.1",13282 "parking_lot 0.12.1",13283 "polkadot-cli",13284 "polkadot-parachain",13285 "polkadot-primitives",13286 "polkadot-service",13287 "polkadot-test-service",13288 "quartz-runtime",13289 "rmrk-rpc",13290 "sc-basic-authorship",13291 "sc-chain-spec",13292 "sc-cli",13293 "sc-client-api",13294 "sc-consensus",13295 "sc-consensus-aura",13296 "sc-consensus-manual-seal",13297 "sc-executor",13298 "sc-finality-grandpa",13299 "sc-keystore",13300 "sc-network",13301 "sc-rpc",13302 "sc-rpc-api",13303 "sc-service",13304 "sc-sysinfo",13305 "sc-telemetry",13306 "sc-tracing",13307 "sc-transaction-pool",13308 "serde",13309 "serde_json",13310 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13311 "sp-block-builder",13312 "sp-blockchain",13313 "sp-consensus",13314 "sp-consensus-aura",13315 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13316 "sp-finality-grandpa",13317 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13318 "sp-keystore",13319 "sp-offchain",13320 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13321 "sp-session",13322 "sp-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13323 "sp-transaction-pool",13324 "sp-trie",13325 "substrate-build-script-utils",13326 "substrate-frame-rpc-system",13327 "substrate-prometheus-endpoint",13328 "tokio",13329 "try-runtime-cli",13330 "unique-rpc",13331 "unique-runtime",13332 "up-common",13333 "up-data-structs",13334 "up-rpc",13335]1333613337[[package]]13338name = "unique-rpc"13339version = "0.1.2"13340dependencies = [13341 "app-promotion-rpc",13342 "fc-db",13343 "fc-mapping-sync",13344 "fc-rpc",13345 "fc-rpc-core",13346 "fp-rpc",13347 "fp-storage",13348 "futures 0.3.25",13349 "jsonrpsee",13350 "pallet-common",13351 "pallet-ethereum",13352 "pallet-transaction-payment-rpc",13353 "pallet-transaction-payment-rpc-runtime-api",13354 "pallet-unique",13355 "rmrk-rpc",13356 "sc-client-api",13357 "sc-consensus-aura",13358 "sc-consensus-epochs",13359 "sc-finality-grandpa",13360 "sc-finality-grandpa-rpc",13361 "sc-keystore",13362 "sc-network",13363 "sc-rpc",13364 "sc-rpc-api",13365 "sc-service",13366 "sc-transaction-pool",13367 "serde",13368 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13369 "sp-block-builder",13370 "sp-blockchain",13371 "sp-consensus",13372 "sp-consensus-aura",13373 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13374 "sp-offchain",13375 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13376 "sp-session",13377 "sp-storage 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13378 "sp-transaction-pool",13379 "substrate-frame-rpc-system",13380 "tokio",13381 "uc-rpc",13382 "up-common",13383 "up-data-structs",13384 "up-rpc",13385]1338613387[[package]]13388name = "unique-runtime"13389version = "0.9.30"13390dependencies = [13391 "app-promotion-rpc",13392 "cumulus-pallet-aura-ext",13393 "cumulus-pallet-dmp-queue",13394 "cumulus-pallet-parachain-system",13395 "cumulus-pallet-xcm",13396 "cumulus-pallet-xcmp-queue",13397 "cumulus-primitives-core",13398 "cumulus-primitives-timestamp",13399 "cumulus-primitives-utility",13400 "derivative",13401 "evm-coder",13402 "fp-evm-mapping 0.1.0 (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13403 "fp-rpc",13404 "fp-self-contained",13405 "frame-benchmarking",13406 "frame-executive",13407 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13408 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13409 "frame-system-benchmarking",13410 "frame-system-rpc-runtime-api",13411 "frame-try-runtime",13412 "hex-literal",13413 "impl-trait-for-tuples",13414 "log",13415 "logtest",13416 "orml-tokens",13417 "orml-traits",13418 "orml-vesting",13419 "orml-xtokens",13420 "pallet-app-promotion",13421 "pallet-aura",13422 "pallet-balances",13423 "pallet-base-fee",13424 "pallet-common",13425 "pallet-configuration",13426 "pallet-ethereum",13427 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13428 "pallet-evm-coder-substrate",13429 "pallet-evm-contract-helpers",13430 "pallet-evm-migration",13431 "pallet-evm-transaction-payment",13432 "pallet-foreign-assets",13433 "pallet-fungible",13434 "pallet-inflation",13435 "pallet-nonfungible",13436 "pallet-randomness-collective-flip",13437 "pallet-refungible",13438 "pallet-rmrk-core",13439 "pallet-rmrk-equip",13440 "pallet-structure",13441 "pallet-sudo",13442 "pallet-template-transaction-payment",13443 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13444 "pallet-transaction-payment",13445 "pallet-transaction-payment-rpc-runtime-api",13446 "pallet-treasury",13447 "pallet-unique",13448 "pallet-unique-scheduler",13449 "pallet-xcm",13450 "parachain-info",13451 "parity-scale-codec 3.2.1",13452 "polkadot-parachain",13453 "rmrk-rpc",13454 "scale-info",13455 "serde",13456 "smallvec",13457 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13458 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13459 "sp-block-builder",13460 "sp-consensus-aura",13461 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13462 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13463 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13464 "sp-offchain",13465 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13466 "sp-session",13467 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13468 "sp-transaction-pool",13469 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13470 "substrate-wasm-builder",13471 "up-common",13472 "up-data-structs",13473 "up-rpc",13474 "up-sponsorship",13475 "xcm",13476 "xcm-builder",13477 "xcm-executor",13478]1347913480[[package]]13481name = "universal-hash"13482version = "0.4.1"13483source = "registry+https://github.com/rust-lang/crates.io-index"13484checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"13485dependencies = [13486 "generic-array 0.14.6",13487 "subtle",13488]1348913490[[package]]13491name = "unsigned-varint"13492version = "0.7.1"13493source = "registry+https://github.com/rust-lang/crates.io-index"13494checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"13495dependencies = [13496 "asynchronous-codec",13497 "bytes",13498 "futures-io",13499 "futures-util",13500]1350113502[[package]]13503name = "untrusted"13504version = "0.7.1"13505source = "registry+https://github.com/rust-lang/crates.io-index"13506checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1350713508[[package]]13509name = "up-common"13510version = "0.9.30"13511dependencies = [13512 "fp-rpc",13513 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13514 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13515 "sp-consensus-aura",13516 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13517 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13518 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13519]1352013521[[package]]13522name = "up-data-structs"13523version = "0.2.2"13524dependencies = [13525 "bondrewd",13526 "derivative",13527 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13528 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13529 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13530 "parity-scale-codec 3.2.1",13531 "rmrk-traits",13532 "scale-info",13533 "serde",13534 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13535 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13536 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13537 "struct-versioning",13538]1353913540[[package]]13541name = "up-rpc"13542version = "0.1.3"13543dependencies = [13544 "pallet-common",13545 "pallet-evm 6.0.0-dev (git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.30)",13546 "parity-scale-codec 3.2.1",13547 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13548 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13549 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13550 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",13551 "up-data-structs",13552]1355313554[[package]]13555name = "up-sponsorship"13556version = "0.1.0"13557source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.30#39dd82158d6caa9d89105441bf2f7111a6e686e5"13558dependencies = [13559 "impl-trait-for-tuples",13560]1356113562[[package]]13563name = "url"13564version = "2.3.1"13565source = "registry+https://github.com/rust-lang/crates.io-index"13566checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13567dependencies = [13568 "form_urlencoded",13569 "idna 0.3.0",13570 "percent-encoding",13571]1357213573[[package]]13574name = "valuable"13575version = "0.1.0"13576source = "registry+https://github.com/rust-lang/crates.io-index"13577checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1357813579[[package]]13580name = "value-bag"13581version = "1.0.0-alpha.9"13582source = "registry+https://github.com/rust-lang/crates.io-index"13583checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13584dependencies = [13585 "ctor",13586 "version_check",13587]1358813589[[package]]13590name = "vcpkg"13591version = "0.2.15"13592source = "registry+https://github.com/rust-lang/crates.io-index"13593checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1359413595[[package]]13596name = "version_check"13597version = "0.9.4"13598source = "registry+https://github.com/rust-lang/crates.io-index"13599checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1360013601[[package]]13602name = "void"13603version = "1.0.2"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1360613607[[package]]13608name = "waker-fn"13609version = "1.1.0"13610source = "registry+https://github.com/rust-lang/crates.io-index"13611checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1361213613[[package]]13614name = "walkdir"13615version = "2.3.2"13616source = "registry+https://github.com/rust-lang/crates.io-index"13617checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13618dependencies = [13619 "same-file",13620 "winapi",13621 "winapi-util",13622]1362313624[[package]]13625name = "want"13626version = "0.3.0"13627source = "registry+https://github.com/rust-lang/crates.io-index"13628checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13629dependencies = [13630 "log",13631 "try-lock",13632]1363313634[[package]]13635name = "wasi"13636version = "0.9.0+wasi-snapshot-preview1"13637source = "registry+https://github.com/rust-lang/crates.io-index"13638checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1363913640[[package]]13641name = "wasi"13642version = "0.10.0+wasi-snapshot-preview1"13643source = "registry+https://github.com/rust-lang/crates.io-index"13644checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1364513646[[package]]13647name = "wasi"13648version = "0.11.0+wasi-snapshot-preview1"13649source = "registry+https://github.com/rust-lang/crates.io-index"13650checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1365113652[[package]]13653name = "wasm-bindgen"13654version = "0.2.83"13655source = "registry+https://github.com/rust-lang/crates.io-index"13656checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13657dependencies = [13658 "cfg-if 1.0.0",13659 "wasm-bindgen-macro",13660]1366113662[[package]]13663name = "wasm-bindgen-backend"13664version = "0.2.83"13665source = "registry+https://github.com/rust-lang/crates.io-index"13666checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13667dependencies = [13668 "bumpalo",13669 "log",13670 "once_cell",13671 "proc-macro2",13672 "quote",13673 "syn",13674 "wasm-bindgen-shared",13675]1367613677[[package]]13678name = "wasm-bindgen-futures"13679version = "0.4.33"13680source = "registry+https://github.com/rust-lang/crates.io-index"13681checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13682dependencies = [13683 "cfg-if 1.0.0",13684 "js-sys",13685 "wasm-bindgen",13686 "web-sys",13687]1368813689[[package]]13690name = "wasm-bindgen-macro"13691version = "0.2.83"13692source = "registry+https://github.com/rust-lang/crates.io-index"13693checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13694dependencies = [13695 "quote",13696 "wasm-bindgen-macro-support",13697]1369813699[[package]]13700name = "wasm-bindgen-macro-support"13701version = "0.2.83"13702source = "registry+https://github.com/rust-lang/crates.io-index"13703checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13704dependencies = [13705 "proc-macro2",13706 "quote",13707 "syn",13708 "wasm-bindgen-backend",13709 "wasm-bindgen-shared",13710]1371113712[[package]]13713name = "wasm-bindgen-shared"13714version = "0.2.83"13715source = "registry+https://github.com/rust-lang/crates.io-index"13716checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1371713718[[package]]13719name = "wasm-gc-api"13720version = "0.1.11"13721source = "registry+https://github.com/rust-lang/crates.io-index"13722checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"13723dependencies = [13724 "log",13725 "parity-wasm 0.32.0",13726 "rustc-demangle",13727]1372813729[[package]]13730name = "wasm-instrument"13731version = "0.3.0"13732source = "registry+https://github.com/rust-lang/crates.io-index"13733checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13734dependencies = [13735 "parity-wasm 0.45.0",13736]1373713738[[package]]13739name = "wasm-timer"13740version = "0.2.5"13741source = "registry+https://github.com/rust-lang/crates.io-index"13742checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13743dependencies = [13744 "futures 0.3.25",13745 "js-sys",13746 "parking_lot 0.11.2",13747 "pin-utils",13748 "wasm-bindgen",13749 "wasm-bindgen-futures",13750 "web-sys",13751]1375213753[[package]]13754name = "wasmi"13755version = "0.13.2"13756source = "registry+https://github.com/rust-lang/crates.io-index"13757checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13758dependencies = [13759 "parity-wasm 0.45.0",13760 "wasmi-validation",13761 "wasmi_core",13762]1376313764[[package]]13765name = "wasmi-validation"13766version = "0.5.0"13767source = "registry+https://github.com/rust-lang/crates.io-index"13768checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13769dependencies = [13770 "parity-wasm 0.45.0",13771]1377213773[[package]]13774name = "wasmi_core"13775version = "0.2.1"13776source = "registry+https://github.com/rust-lang/crates.io-index"13777checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13778dependencies = [13779 "downcast-rs",13780 "libm",13781 "memory_units",13782 "num-rational 0.4.1",13783 "num-traits",13784]1378513786[[package]]13787name = "wasmparser"13788version = "0.89.1"13789source = "registry+https://github.com/rust-lang/crates.io-index"13790checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13791dependencies = [13792 "indexmap",13793]1379413795[[package]]13796name = "wasmtime"13797version = "1.0.1"13798source = "registry+https://github.com/rust-lang/crates.io-index"13799checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc"13800dependencies = [13801 "anyhow",13802 "bincode",13803 "cfg-if 1.0.0",13804 "indexmap",13805 "libc",13806 "log",13807 "object",13808 "once_cell",13809 "paste",13810 "psm",13811 "rayon",13812 "serde",13813 "target-lexicon",13814 "wasmparser",13815 "wasmtime-cache",13816 "wasmtime-cranelift",13817 "wasmtime-environ",13818 "wasmtime-jit",13819 "wasmtime-runtime",13820 "windows-sys 0.36.1",13821]1382213823[[package]]13824name = "wasmtime-asm-macros"13825version = "1.0.1"13826source = "registry+https://github.com/rust-lang/crates.io-index"13827checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178"13828dependencies = [13829 "cfg-if 1.0.0",13830]1383113832[[package]]13833name = "wasmtime-cache"13834version = "1.0.1"13835source = "registry+https://github.com/rust-lang/crates.io-index"13836checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2"13837dependencies = [13838 "anyhow",13839 "base64",13840 "bincode",13841 "directories-next",13842 "file-per-thread-logger",13843 "log",13844 "rustix",13845 "serde",13846 "sha2 0.9.9",13847 "toml",13848 "windows-sys 0.36.1",13849 "zstd",13850]1385113852[[package]]13853name = "wasmtime-cranelift"13854version = "1.0.1"13855source = "registry+https://github.com/rust-lang/crates.io-index"13856checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705"13857dependencies = [13858 "anyhow",13859 "cranelift-codegen",13860 "cranelift-entity",13861 "cranelift-frontend",13862 "cranelift-native",13863 "cranelift-wasm",13864 "gimli",13865 "log",13866 "object",13867 "target-lexicon",13868 "thiserror",13869 "wasmparser",13870 "wasmtime-environ",13871]1387213873[[package]]13874name = "wasmtime-environ"13875version = "1.0.1"13876source = "registry+https://github.com/rust-lang/crates.io-index"13877checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047"13878dependencies = [13879 "anyhow",13880 "cranelift-entity",13881 "gimli",13882 "indexmap",13883 "log",13884 "object",13885 "serde",13886 "target-lexicon",13887 "thiserror",13888 "wasmparser",13889 "wasmtime-types",13890]1389113892[[package]]13893name = "wasmtime-jit"13894version = "1.0.1"13895source = "registry+https://github.com/rust-lang/crates.io-index"13896checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb"13897dependencies = [13898 "addr2line",13899 "anyhow",13900 "bincode",13901 "cfg-if 1.0.0",13902 "cpp_demangle",13903 "gimli",13904 "log",13905 "object",13906 "rustc-demangle",13907 "rustix",13908 "serde",13909 "target-lexicon",13910 "thiserror",13911 "wasmtime-environ",13912 "wasmtime-jit-debug",13913 "wasmtime-runtime",13914 "windows-sys 0.36.1",13915]1391613917[[package]]13918name = "wasmtime-jit-debug"13919version = "1.0.1"13920source = "registry+https://github.com/rust-lang/crates.io-index"13921checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37"13922dependencies = [13923 "object",13924 "once_cell",13925 "rustix",13926]1392713928[[package]]13929name = "wasmtime-runtime"13930version = "1.0.1"13931source = "registry+https://github.com/rust-lang/crates.io-index"13932checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553"13933dependencies = [13934 "anyhow",13935 "cc",13936 "cfg-if 1.0.0",13937 "indexmap",13938 "libc",13939 "log",13940 "mach",13941 "memfd",13942 "memoffset",13943 "paste",13944 "rand 0.8.5",13945 "rustix",13946 "thiserror",13947 "wasmtime-asm-macros",13948 "wasmtime-environ",13949 "wasmtime-jit-debug",13950 "windows-sys 0.36.1",13951]1395213953[[package]]13954name = "wasmtime-types"13955version = "1.0.1"13956source = "registry+https://github.com/rust-lang/crates.io-index"13957checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075"13958dependencies = [13959 "cranelift-entity",13960 "serde",13961 "thiserror",13962 "wasmparser",13963]1396413965[[package]]13966name = "web-sys"13967version = "0.3.60"13968source = "registry+https://github.com/rust-lang/crates.io-index"13969checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13970dependencies = [13971 "js-sys",13972 "wasm-bindgen",13973]1397413975[[package]]13976name = "webpki"13977version = "0.22.0"13978source = "registry+https://github.com/rust-lang/crates.io-index"13979checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13980dependencies = [13981 "ring",13982 "untrusted",13983]1398413985[[package]]13986name = "webpki-roots"13987version = "0.22.5"13988source = "registry+https://github.com/rust-lang/crates.io-index"13989checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"13990dependencies = [13991 "webpki",13992]1399313994[[package]]13995name = "wepoll-ffi"13996version = "0.1.2"13997source = "registry+https://github.com/rust-lang/crates.io-index"13998checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13999dependencies = [14000 "cc",14001]1400214003[[package]]14004name = "westend-runtime"14005version = "0.9.30"14006source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14007dependencies = [14008 "beefy-primitives",14009 "bitvec 1.0.1",14010 "frame-benchmarking",14011 "frame-election-provider-support",14012 "frame-executive",14013 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14014 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14015 "frame-system-benchmarking",14016 "frame-system-rpc-runtime-api",14017 "frame-try-runtime",14018 "hex-literal",14019 "log",14020 "pallet-authority-discovery",14021 "pallet-authorship",14022 "pallet-babe",14023 "pallet-bags-list",14024 "pallet-balances",14025 "pallet-collective",14026 "pallet-democracy",14027 "pallet-election-provider-multi-phase",14028 "pallet-election-provider-support-benchmarking",14029 "pallet-elections-phragmen",14030 "pallet-fast-unstake",14031 "pallet-grandpa",14032 "pallet-identity",14033 "pallet-im-online",14034 "pallet-indices",14035 "pallet-membership",14036 "pallet-multisig",14037 "pallet-nomination-pools",14038 "pallet-nomination-pools-benchmarking",14039 "pallet-nomination-pools-runtime-api",14040 "pallet-offences",14041 "pallet-offences-benchmarking",14042 "pallet-preimage",14043 "pallet-proxy",14044 "pallet-recovery",14045 "pallet-scheduler",14046 "pallet-session",14047 "pallet-session-benchmarking",14048 "pallet-society",14049 "pallet-staking",14050 "pallet-staking-reward-curve",14051 "pallet-sudo",14052 "pallet-timestamp 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14053 "pallet-transaction-payment",14054 "pallet-transaction-payment-rpc-runtime-api",14055 "pallet-treasury",14056 "pallet-utility",14057 "pallet-vesting",14058 "pallet-xcm",14059 "pallet-xcm-benchmarks",14060 "parity-scale-codec 3.2.1",14061 "polkadot-parachain",14062 "polkadot-primitives",14063 "polkadot-runtime-common",14064 "polkadot-runtime-parachains",14065 "rustc-hex",14066 "scale-info",14067 "serde",14068 "serde_derive",14069 "smallvec",14070 "sp-api 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14071 "sp-authority-discovery",14072 "sp-block-builder",14073 "sp-consensus-babe",14074 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14075 "sp-inherents 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14076 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14077 "sp-mmr-primitives",14078 "sp-npos-elections",14079 "sp-offchain",14080 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14081 "sp-session",14082 "sp-staking 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14083 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14084 "sp-transaction-pool",14085 "sp-version 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14086 "substrate-wasm-builder",14087 "westend-runtime-constants",14088 "xcm",14089 "xcm-builder",14090 "xcm-executor",14091]1409214093[[package]]14094name = "westend-runtime-constants"14095version = "0.9.30"14096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14097dependencies = [14098 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14099 "polkadot-primitives",14100 "polkadot-runtime-common",14101 "smallvec",14102 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14103]1410414105[[package]]14106name = "which"14107version = "4.3.0"14108source = "registry+https://github.com/rust-lang/crates.io-index"14109checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"14110dependencies = [14111 "either",14112 "libc",14113 "once_cell",14114]1411514116[[package]]14117name = "widestring"14118version = "0.5.1"14119source = "registry+https://github.com/rust-lang/crates.io-index"14120checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1412114122[[package]]14123name = "winapi"14124version = "0.3.9"14125source = "registry+https://github.com/rust-lang/crates.io-index"14126checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"14127dependencies = [14128 "winapi-i686-pc-windows-gnu",14129 "winapi-x86_64-pc-windows-gnu",14130]1413114132[[package]]14133name = "winapi-i686-pc-windows-gnu"14134version = "0.4.0"14135source = "registry+https://github.com/rust-lang/crates.io-index"14136checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1413714138[[package]]14139name = "winapi-util"14140version = "0.1.5"14141source = "registry+https://github.com/rust-lang/crates.io-index"14142checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"14143dependencies = [14144 "winapi",14145]1414614147[[package]]14148name = "winapi-x86_64-pc-windows-gnu"14149version = "0.4.0"14150source = "registry+https://github.com/rust-lang/crates.io-index"14151checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1415214153[[package]]14154name = "windows"14155version = "0.34.0"14156source = "registry+https://github.com/rust-lang/crates.io-index"14157checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"14158dependencies = [14159 "windows_aarch64_msvc 0.34.0",14160 "windows_i686_gnu 0.34.0",14161 "windows_i686_msvc 0.34.0",14162 "windows_x86_64_gnu 0.34.0",14163 "windows_x86_64_msvc 0.34.0",14164]1416514166[[package]]14167name = "windows-sys"14168version = "0.36.1"14169source = "registry+https://github.com/rust-lang/crates.io-index"14170checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"14171dependencies = [14172 "windows_aarch64_msvc 0.36.1",14173 "windows_i686_gnu 0.36.1",14174 "windows_i686_msvc 0.36.1",14175 "windows_x86_64_gnu 0.36.1",14176 "windows_x86_64_msvc 0.36.1",14177]1417814179[[package]]14180name = "windows-sys"14181version = "0.42.0"14182source = "registry+https://github.com/rust-lang/crates.io-index"14183checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"14184dependencies = [14185 "windows_aarch64_gnullvm",14186 "windows_aarch64_msvc 0.42.0",14187 "windows_i686_gnu 0.42.0",14188 "windows_i686_msvc 0.42.0",14189 "windows_x86_64_gnu 0.42.0",14190 "windows_x86_64_gnullvm",14191 "windows_x86_64_msvc 0.42.0",14192]1419314194[[package]]14195name = "windows_aarch64_gnullvm"14196version = "0.42.0"14197source = "registry+https://github.com/rust-lang/crates.io-index"14198checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"1419914200[[package]]14201name = "windows_aarch64_msvc"14202version = "0.34.0"14203source = "registry+https://github.com/rust-lang/crates.io-index"14204checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1420514206[[package]]14207name = "windows_aarch64_msvc"14208version = "0.36.1"14209source = "registry+https://github.com/rust-lang/crates.io-index"14210checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1421114212[[package]]14213name = "windows_aarch64_msvc"14214version = "0.42.0"14215source = "registry+https://github.com/rust-lang/crates.io-index"14216checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"1421714218[[package]]14219name = "windows_i686_gnu"14220version = "0.34.0"14221source = "registry+https://github.com/rust-lang/crates.io-index"14222checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1422314224[[package]]14225name = "windows_i686_gnu"14226version = "0.36.1"14227source = "registry+https://github.com/rust-lang/crates.io-index"14228checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1422914230[[package]]14231name = "windows_i686_gnu"14232version = "0.42.0"14233source = "registry+https://github.com/rust-lang/crates.io-index"14234checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"1423514236[[package]]14237name = "windows_i686_msvc"14238version = "0.34.0"14239source = "registry+https://github.com/rust-lang/crates.io-index"14240checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1424114242[[package]]14243name = "windows_i686_msvc"14244version = "0.36.1"14245source = "registry+https://github.com/rust-lang/crates.io-index"14246checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1424714248[[package]]14249name = "windows_i686_msvc"14250version = "0.42.0"14251source = "registry+https://github.com/rust-lang/crates.io-index"14252checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"1425314254[[package]]14255name = "windows_x86_64_gnu"14256version = "0.34.0"14257source = "registry+https://github.com/rust-lang/crates.io-index"14258checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1425914260[[package]]14261name = "windows_x86_64_gnu"14262version = "0.36.1"14263source = "registry+https://github.com/rust-lang/crates.io-index"14264checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1426514266[[package]]14267name = "windows_x86_64_gnu"14268version = "0.42.0"14269source = "registry+https://github.com/rust-lang/crates.io-index"14270checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"1427114272[[package]]14273name = "windows_x86_64_gnullvm"14274version = "0.42.0"14275source = "registry+https://github.com/rust-lang/crates.io-index"14276checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"1427714278[[package]]14279name = "windows_x86_64_msvc"14280version = "0.34.0"14281source = "registry+https://github.com/rust-lang/crates.io-index"14282checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1428314284[[package]]14285name = "windows_x86_64_msvc"14286version = "0.36.1"14287source = "registry+https://github.com/rust-lang/crates.io-index"14288checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1428914290[[package]]14291name = "windows_x86_64_msvc"14292version = "0.42.0"14293source = "registry+https://github.com/rust-lang/crates.io-index"14294checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"1429514296[[package]]14297name = "winreg"14298version = "0.7.0"14299source = "registry+https://github.com/rust-lang/crates.io-index"14300checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"14301dependencies = [14302 "winapi",14303]1430414305[[package]]14306name = "wyz"14307version = "0.2.0"14308source = "registry+https://github.com/rust-lang/crates.io-index"14309checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1431014311[[package]]14312name = "wyz"14313version = "0.5.0"14314source = "registry+https://github.com/rust-lang/crates.io-index"14315checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"14316dependencies = [14317 "tap",14318]1431914320[[package]]14321name = "x25519-dalek"14322version = "1.1.1"14323source = "registry+https://github.com/rust-lang/crates.io-index"14324checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"14325dependencies = [14326 "curve25519-dalek 3.2.0",14327 "rand_core 0.5.1",14328 "zeroize",14329]1433014331[[package]]14332name = "xcm"14333version = "0.9.30"14334source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14335dependencies = [14336 "derivative",14337 "impl-trait-for-tuples",14338 "log",14339 "parity-scale-codec 3.2.1",14340 "scale-info",14341 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14342 "xcm-procedural",14343]1434414345[[package]]14346name = "xcm-builder"14347version = "0.9.30"14348source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14349dependencies = [14350 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14351 "frame-system 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14352 "log",14353 "pallet-transaction-payment",14354 "parity-scale-codec 3.2.1",14355 "polkadot-parachain",14356 "scale-info",14357 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14358 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14359 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14360 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14361 "xcm",14362 "xcm-executor",14363]1436414365[[package]]14366name = "xcm-executor"14367version = "0.9.30"14368source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14369dependencies = [14370 "frame-benchmarking",14371 "frame-support 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14372 "impl-trait-for-tuples",14373 "log",14374 "parity-scale-codec 3.2.1",14375 "sp-arithmetic 5.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14376 "sp-core 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14377 "sp-io 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14378 "sp-runtime 6.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14379 "sp-std 4.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.30)",14380 "xcm",14381]1438214383[[package]]14384name = "xcm-procedural"14385version = "0.9.30"14386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.30#064536093f5ff70d867f4bbce8d4c41a406d317a"14387dependencies = [14388 "Inflector",14389 "proc-macro2",14390 "quote",14391 "syn",14392]1439314394[[package]]14395name = "yamux"14396version = "0.10.2"14397source = "registry+https://github.com/rust-lang/crates.io-index"14398checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"14399dependencies = [14400 "futures 0.3.25",14401 "log",14402 "nohash-hasher",14403 "parking_lot 0.12.1",14404 "rand 0.8.5",14405 "static_assertions",14406]1440714408[[package]]14409name = "zeroize"14410version = "1.5.7"14411source = "registry+https://github.com/rust-lang/crates.io-index"14412checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"14413dependencies = [14414 "zeroize_derive",14415]1441614417[[package]]14418name = "zeroize_derive"14419version = "1.3.2"14420source = "registry+https://github.com/rust-lang/crates.io-index"14421checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"14422dependencies = [14423 "proc-macro2",14424 "quote",14425 "syn",14426 "synstructure",14427]1442814429[[package]]14430name = "zstd"14431version = "0.11.2+zstd.1.5.2"14432source = "registry+https://github.com/rust-lang/crates.io-index"14433checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"14434dependencies = [14435 "zstd-safe",14436]1443714438[[package]]14439name = "zstd-safe"14440version = "5.0.2+zstd.1.5.2"14441source = "registry+https://github.com/rust-lang/crates.io-index"14442checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"14443dependencies = [14444 "libc",14445 "zstd-sys",14446]1444714448[[package]]14449name = "zstd-sys"14450version = "2.0.1+zstd.1.5.2"14451source = "registry+https://github.com/rust-lang/crates.io-index"14452checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"14453dependencies = [14454 "cc",14455 "libc",14456]