git.delta.rocks / unique-network / refs/commits / 9bfc203a27ca

difftreelog

source

Cargo.lock285.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.5",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",47 "cpufeatures 0.2.1",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",60 "ctr",61 "ghash",62 "subtle 2.4.1",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.4",72 "once_cell",73 "version_check",74]7576[[package]]77name = "aho-corasick"78version = "0.7.18"79source = "registry+https://github.com/rust-lang/crates.io-index"80checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"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 = "ansi_term"93version = "0.12.1"94source = "registry+https://github.com/rust-lang/crates.io-index"95checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"96dependencies = [97 "winapi 0.3.9",98]99100[[package]]101name = "anyhow"102version = "1.0.52"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"105106[[package]]107name = "approx"108version = "0.5.0"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "072df7202e63b127ab55acfe16ce97013d5b97bf160489336d3f1840fd78e99e"111dependencies = [112 "num-traits",113]114115[[package]]116name = "arrayref"117version = "0.3.6"118source = "registry+https://github.com/rust-lang/crates.io-index"119checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"120121[[package]]122name = "arrayvec"123version = "0.4.12"124source = "registry+https://github.com/rust-lang/crates.io-index"125checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"126dependencies = [127 "nodrop",128]129130[[package]]131name = "arrayvec"132version = "0.5.2"133source = "registry+https://github.com/rust-lang/crates.io-index"134checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"135136[[package]]137name = "arrayvec"138version = "0.7.2"139source = "registry+https://github.com/rust-lang/crates.io-index"140checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"141142[[package]]143name = "asn1_der"144version = "0.7.5"145source = "registry+https://github.com/rust-lang/crates.io-index"146checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"147148[[package]]149name = "assert_matches"150version = "1.5.0"151source = "registry+https://github.com/rust-lang/crates.io-index"152checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"153154[[package]]155name = "async-attributes"156version = "1.1.2"157source = "registry+https://github.com/rust-lang/crates.io-index"158checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"159dependencies = [160 "quote",161 "syn",162]163164[[package]]165name = "async-channel"166version = "1.6.1"167source = "registry+https://github.com/rust-lang/crates.io-index"168checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"169dependencies = [170 "concurrent-queue",171 "event-listener",172 "futures-core",173]174175[[package]]176name = "async-executor"177version = "1.4.1"178source = "registry+https://github.com/rust-lang/crates.io-index"179checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"180dependencies = [181 "async-task",182 "concurrent-queue",183 "fastrand",184 "futures-lite",185 "once_cell",186 "slab",187]188189[[package]]190name = "async-global-executor"191version = "2.0.2"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-mutex",199 "blocking",200 "futures-lite",201 "num_cpus",202 "once_cell",203]204205[[package]]206name = "async-io"207version = "1.6.0"208source = "registry+https://github.com/rust-lang/crates.io-index"209checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"210dependencies = [211 "concurrent-queue",212 "futures-lite",213 "libc",214 "log",215 "once_cell",216 "parking",217 "polling",218 "slab",219 "socket2 0.4.2",220 "waker-fn",221 "winapi 0.3.9",222]223224[[package]]225name = "async-lock"226version = "2.4.0"227source = "registry+https://github.com/rust-lang/crates.io-index"228checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"229dependencies = [230 "event-listener",231]232233[[package]]234name = "async-mutex"235version = "1.4.0"236source = "registry+https://github.com/rust-lang/crates.io-index"237checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"238dependencies = [239 "event-listener",240]241242[[package]]243name = "async-process"244version = "1.3.0"245source = "registry+https://github.com/rust-lang/crates.io-index"246checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"247dependencies = [248 "async-io",249 "blocking",250 "cfg-if 1.0.0",251 "event-listener",252 "futures-lite",253 "libc",254 "once_cell",255 "signal-hook",256 "winapi 0.3.9",257]258259[[package]]260name = "async-std"261version = "1.10.0"262source = "registry+https://github.com/rust-lang/crates.io-index"263checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"264dependencies = [265 "async-attributes",266 "async-channel",267 "async-global-executor",268 "async-io",269 "async-lock",270 "async-process",271 "crossbeam-utils",272 "futures-channel",273 "futures-core",274 "futures-io",275 "futures-lite",276 "gloo-timers",277 "kv-log-macro",278 "log",279 "memchr",280 "num_cpus",281 "once_cell",282 "pin-project-lite 0.2.8",283 "pin-utils",284 "slab",285 "wasm-bindgen-futures",286]287288[[package]]289name = "async-std-resolver"290version = "0.20.3"291source = "registry+https://github.com/rust-lang/crates.io-index"292checksum = "ed4e2c3da14d8ad45acb1e3191db7a918e9505b6f155b218e70a7c9a1a48c638"293dependencies = [294 "async-std",295 "async-trait",296 "futures-io",297 "futures-util",298 "pin-utils",299 "trust-dns-resolver",300]301302[[package]]303name = "async-task"304version = "4.0.3"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"307308[[package]]309name = "async-trait"310version = "0.1.52"311source = "registry+https://github.com/rust-lang/crates.io-index"312checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"313dependencies = [314 "proc-macro2",315 "quote",316 "syn",317]318319[[package]]320name = "asynchronous-codec"321version = "0.5.0"322source = "registry+https://github.com/rust-lang/crates.io-index"323checksum = "fb4401f0a3622dad2e0763fa79e0eb328bc70fb7dccfdd645341f00d671247d6"324dependencies = [325 "bytes 1.1.0",326 "futures-sink",327 "futures-util",328 "memchr",329 "pin-project-lite 0.2.8",330]331332[[package]]333name = "asynchronous-codec"334version = "0.6.0"335source = "registry+https://github.com/rust-lang/crates.io-index"336checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"337dependencies = [338 "bytes 1.1.0",339 "futures-sink",340 "futures-util",341 "memchr",342 "pin-project-lite 0.2.8",343]344345[[package]]346name = "atomic"347version = "0.5.1"348source = "registry+https://github.com/rust-lang/crates.io-index"349checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"350dependencies = [351 "autocfg",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 0.3.9",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.0.1"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"388389[[package]]390name = "backtrace"391version = "0.3.63"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"394dependencies = [395 "addr2line",396 "cc",397 "cfg-if 1.0.0",398 "libc",399 "miniz_oxide",400 "object",401 "rustc-demangle",402]403404[[package]]405name = "base-x"406version = "0.2.8"407source = "registry+https://github.com/rust-lang/crates.io-index"408checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"409410[[package]]411name = "base58"412version = "0.2.0"413source = "registry+https://github.com/rust-lang/crates.io-index"414checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"415416[[package]]417name = "base64"418version = "0.13.0"419source = "registry+https://github.com/rust-lang/crates.io-index"420checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"421422[[package]]423name = "beef"424version = "0.5.1"425source = "registry+https://github.com/rust-lang/crates.io-index"426checksum = "bed554bd50246729a1ec158d08aa3235d1b69d94ad120ebe187e28894787e736"427dependencies = [428 "serde",429]430431[[package]]432name = "beefy-gadget"433version = "4.0.0-dev"434source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"435dependencies = [436 "beefy-primitives",437 "fnv",438 "futures 0.3.19",439 "log",440 "parity-scale-codec",441 "parking_lot 0.11.2",442 "sc-chain-spec",443 "sc-client-api",444 "sc-keystore",445 "sc-network",446 "sc-network-gossip",447 "sc-utils",448 "sp-api",449 "sp-application-crypto",450 "sp-arithmetic",451 "sp-blockchain",452 "sp-core",453 "sp-keystore",454 "sp-runtime",455 "substrate-prometheus-endpoint",456 "thiserror",457 "wasm-timer",458]459460[[package]]461name = "beefy-gadget-rpc"462version = "4.0.0-dev"463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"464dependencies = [465 "beefy-gadget",466 "beefy-primitives",467 "derive_more",468 "futures 0.3.19",469 "jsonrpc-core",470 "jsonrpc-core-client",471 "jsonrpc-derive",472 "jsonrpc-pubsub",473 "log",474 "parity-scale-codec",475 "parking_lot 0.11.2",476 "sc-rpc",477 "sc-utils",478 "serde",479 "sp-core",480 "sp-runtime",481 "thiserror",482]483484[[package]]485name = "beefy-merkle-tree"486version = "4.0.0-dev"487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"488489[[package]]490name = "beefy-primitives"491version = "4.0.0-dev"492source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"493dependencies = [494 "parity-scale-codec",495 "scale-info",496 "sp-api",497 "sp-application-crypto",498 "sp-core",499 "sp-runtime",500 "sp-std",501]502503[[package]]504name = "bimap"505version = "0.6.1"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "50ae17cabbc8a38a1e3e4c1a6a664e9a09672dc14d0896fa8d865d3a5a446b07"508509[[package]]510name = "bincode"511version = "1.3.3"512source = "registry+https://github.com/rust-lang/crates.io-index"513checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"514dependencies = [515 "serde",516]517518[[package]]519name = "bindgen"520version = "0.59.2"521source = "registry+https://github.com/rust-lang/crates.io-index"522checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"523dependencies = [524 "bitflags",525 "cexpr",526 "clang-sys",527 "lazy_static",528 "lazycell",529 "peeking_take_while",530 "proc-macro2",531 "quote",532 "regex",533 "rustc-hash",534 "shlex",535]536537[[package]]538name = "bitflags"539version = "1.3.2"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"542543[[package]]544name = "bitvec"545version = "0.20.4"546source = "registry+https://github.com/rust-lang/crates.io-index"547checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"548dependencies = [549 "funty",550 "radium",551 "tap",552 "wyz",553]554555[[package]]556name = "blake2"557version = "0.9.2"558source = "registry+https://github.com/rust-lang/crates.io-index"559checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"560dependencies = [561 "crypto-mac 0.8.0",562 "digest 0.9.0",563 "opaque-debug 0.3.0",564]565566[[package]]567name = "blake2-rfc"568version = "0.2.18"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"571dependencies = [572 "arrayvec 0.4.12",573 "constant_time_eq",574]575576[[package]]577name = "blake2b_simd"578version = "0.5.11"579source = "registry+https://github.com/rust-lang/crates.io-index"580checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"581dependencies = [582 "arrayref",583 "arrayvec 0.5.2",584 "constant_time_eq",585]586587[[package]]588name = "blake2s_simd"589version = "0.5.11"590source = "registry+https://github.com/rust-lang/crates.io-index"591checksum = "9e461a7034e85b211a4acb57ee2e6730b32912b06c08cc242243c39fc21ae6a2"592dependencies = [593 "arrayref",594 "arrayvec 0.5.2",595 "constant_time_eq",596]597598[[package]]599name = "blake3"600version = "0.3.8"601source = "registry+https://github.com/rust-lang/crates.io-index"602checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"603dependencies = [604 "arrayref",605 "arrayvec 0.5.2",606 "cc",607 "cfg-if 0.1.10",608 "constant_time_eq",609 "crypto-mac 0.8.0",610 "digest 0.9.0",611]612613[[package]]614name = "block-buffer"615version = "0.7.3"616source = "registry+https://github.com/rust-lang/crates.io-index"617checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"618dependencies = [619 "block-padding 0.1.5",620 "byte-tools",621 "byteorder",622 "generic-array 0.12.4",623]624625[[package]]626name = "block-buffer"627version = "0.9.0"628source = "registry+https://github.com/rust-lang/crates.io-index"629checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"630dependencies = [631 "block-padding 0.2.1",632 "generic-array 0.14.5",633]634635[[package]]636name = "block-buffer"637version = "0.10.0"638source = "registry+https://github.com/rust-lang/crates.io-index"639checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"640dependencies = [641 "generic-array 0.14.5",642]643644[[package]]645name = "block-padding"646version = "0.1.5"647source = "registry+https://github.com/rust-lang/crates.io-index"648checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"649dependencies = [650 "byte-tools",651]652653[[package]]654name = "block-padding"655version = "0.2.1"656source = "registry+https://github.com/rust-lang/crates.io-index"657checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"658659[[package]]660name = "blocking"661version = "1.1.0"662source = "registry+https://github.com/rust-lang/crates.io-index"663checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"664dependencies = [665 "async-channel",666 "async-task",667 "atomic-waker",668 "fastrand",669 "futures-lite",670 "once_cell",671]672673[[package]]674name = "bounded-vec"675version = "0.5.0"676source = "registry+https://github.com/rust-lang/crates.io-index"677checksum = "b47cca82fca99417fe405f09d93bb8fff90bdd03d13c631f18096ee123b4281c"678dependencies = [679 "thiserror",680]681682[[package]]683name = "bp-header-chain"684version = "0.1.0"685source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"686dependencies = [687 "finality-grandpa",688 "frame-support",689 "parity-scale-codec",690 "scale-info",691 "serde",692 "sp-core",693 "sp-finality-grandpa",694 "sp-runtime",695 "sp-std",696]697698[[package]]699name = "bp-message-dispatch"700version = "0.1.0"701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"702dependencies = [703 "bp-runtime",704 "frame-support",705 "parity-scale-codec",706 "scale-info",707 "sp-std",708]709710[[package]]711name = "bp-messages"712version = "0.1.0"713source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"714dependencies = [715 "bitvec",716 "bp-runtime",717 "frame-support",718 "frame-system",719 "impl-trait-for-tuples",720 "parity-scale-codec",721 "scale-info",722 "serde",723 "sp-std",724]725726[[package]]727name = "bp-polkadot-core"728version = "0.1.0"729source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"730dependencies = [731 "bp-messages",732 "bp-runtime",733 "frame-support",734 "frame-system",735 "parity-scale-codec",736 "scale-info",737 "sp-api",738 "sp-core",739 "sp-runtime",740 "sp-std",741 "sp-version",742]743744[[package]]745name = "bp-rococo"746version = "0.1.0"747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"748dependencies = [749 "bp-messages",750 "bp-polkadot-core",751 "bp-runtime",752 "frame-support",753 "parity-scale-codec",754 "smallvec",755 "sp-api",756 "sp-runtime",757 "sp-std",758 "sp-version",759]760761[[package]]762name = "bp-runtime"763version = "0.1.0"764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"765dependencies = [766 "frame-support",767 "hash-db",768 "num-traits",769 "parity-scale-codec",770 "scale-info",771 "sp-core",772 "sp-io",773 "sp-runtime",774 "sp-state-machine",775 "sp-std",776 "sp-trie",777]778779[[package]]780name = "bp-test-utils"781version = "0.1.0"782source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"783dependencies = [784 "bp-header-chain",785 "ed25519-dalek",786 "finality-grandpa",787 "parity-scale-codec",788 "sp-application-crypto",789 "sp-finality-grandpa",790 "sp-runtime",791 "sp-std",792]793794[[package]]795name = "bp-wococo"796version = "0.1.0"797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"798dependencies = [799 "bp-messages",800 "bp-polkadot-core",801 "bp-rococo",802 "bp-runtime",803 "parity-scale-codec",804 "sp-api",805 "sp-runtime",806 "sp-std",807]808809[[package]]810name = "bridge-runtime-common"811version = "0.1.0"812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"813dependencies = [814 "bp-message-dispatch",815 "bp-messages",816 "bp-runtime",817 "frame-support",818 "hash-db",819 "pallet-bridge-dispatch",820 "pallet-bridge-grandpa",821 "pallet-bridge-messages",822 "pallet-transaction-payment",823 "parity-scale-codec",824 "scale-info",825 "sp-core",826 "sp-runtime",827 "sp-state-machine",828 "sp-std",829 "sp-trie",830]831832[[package]]833name = "bs58"834version = "0.4.0"835source = "registry+https://github.com/rust-lang/crates.io-index"836checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"837838[[package]]839name = "bstr"840version = "0.2.17"841source = "registry+https://github.com/rust-lang/crates.io-index"842checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"843dependencies = [844 "memchr",845]846847[[package]]848name = "build-helper"849version = "0.1.1"850source = "registry+https://github.com/rust-lang/crates.io-index"851checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"852dependencies = [853 "semver 0.6.0",854]855856[[package]]857name = "bumpalo"858version = "3.9.1"859source = "registry+https://github.com/rust-lang/crates.io-index"860checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"861862[[package]]863name = "byte-slice-cast"864version = "1.2.0"865source = "registry+https://github.com/rust-lang/crates.io-index"866checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"867868[[package]]869name = "byte-tools"870version = "0.3.1"871source = "registry+https://github.com/rust-lang/crates.io-index"872checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"873874[[package]]875name = "byteorder"876version = "1.4.3"877source = "registry+https://github.com/rust-lang/crates.io-index"878checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"879880[[package]]881name = "bytes"882version = "0.4.12"883source = "registry+https://github.com/rust-lang/crates.io-index"884checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"885dependencies = [886 "byteorder",887 "iovec",888]889890[[package]]891name = "bytes"892version = "0.5.6"893source = "registry+https://github.com/rust-lang/crates.io-index"894checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"895896[[package]]897name = "bytes"898version = "1.1.0"899source = "registry+https://github.com/rust-lang/crates.io-index"900checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"901902[[package]]903name = "cache-padded"904version = "1.2.0"905source = "registry+https://github.com/rust-lang/crates.io-index"906checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"907908[[package]]909name = "camino"910version = "1.0.7"911source = "registry+https://github.com/rust-lang/crates.io-index"912checksum = "6f3132262930b0522068049f5870a856ab8affc80c70d08b6ecb785771a6fc23"913dependencies = [914 "serde",915]916917[[package]]918name = "cargo-platform"919version = "0.1.2"920source = "registry+https://github.com/rust-lang/crates.io-index"921checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"922dependencies = [923 "serde",924]925926[[package]]927name = "cargo_metadata"928version = "0.14.1"929source = "registry+https://github.com/rust-lang/crates.io-index"930checksum = "ba2ae6de944143141f6155a473a6b02f66c7c3f9f47316f802f80204ebfe6e12"931dependencies = [932 "camino",933 "cargo-platform",934 "semver 1.0.4",935 "serde",936 "serde_json",937]938939[[package]]940name = "cc"941version = "1.0.72"942source = "registry+https://github.com/rust-lang/crates.io-index"943checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"944dependencies = [945 "jobserver",946]947948[[package]]949name = "cexpr"950version = "0.6.0"951source = "registry+https://github.com/rust-lang/crates.io-index"952checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"953dependencies = [954 "nom",955]956957[[package]]958name = "cfg-if"959version = "0.1.10"960source = "registry+https://github.com/rust-lang/crates.io-index"961checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"962963[[package]]964name = "cfg-if"965version = "1.0.0"966source = "registry+https://github.com/rust-lang/crates.io-index"967checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"968969[[package]]970name = "cfg_aliases"971version = "0.1.1"972source = "registry+https://github.com/rust-lang/crates.io-index"973checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"974975[[package]]976name = "chacha20"977version = "0.7.1"978source = "registry+https://github.com/rust-lang/crates.io-index"979checksum = "fee7ad89dc1128635074c268ee661f90c3f7e83d9fd12910608c36b47d6c3412"980dependencies = [981 "cfg-if 1.0.0",982 "cipher",983 "cpufeatures 0.1.5",984 "zeroize",985]986987[[package]]988name = "chacha20poly1305"989version = "0.8.0"990source = "registry+https://github.com/rust-lang/crates.io-index"991checksum = "1580317203210c517b6d44794abfbe600698276db18127e37ad3e69bf5e848e5"992dependencies = [993 "aead",994 "chacha20",995 "cipher",996 "poly1305",997 "zeroize",998]9991000[[package]]1001name = "chrono"1002version = "0.4.19"1003source = "registry+https://github.com/rust-lang/crates.io-index"1004checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1005dependencies = [1006 "libc",1007 "num-integer",1008 "num-traits",1009 "time",1010 "winapi 0.3.9",1011]10121013[[package]]1014name = "cid"1015version = "0.6.1"1016source = "registry+https://github.com/rust-lang/crates.io-index"1017checksum = "ff0e3bc0b6446b3f9663c1a6aba6ef06c5aeaa1bc92bd18077be337198ab9768"1018dependencies = [1019 "multibase",1020 "multihash 0.13.2",1021 "unsigned-varint 0.5.1",1022]10231024[[package]]1025name = "cipher"1026version = "0.3.0"1027source = "registry+https://github.com/rust-lang/crates.io-index"1028checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1029dependencies = [1030 "generic-array 0.14.5",1031]10321033[[package]]1034name = "ckb-merkle-mountain-range"1035version = "0.3.2"1036source = "registry+https://github.com/rust-lang/crates.io-index"1037checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1038dependencies = [1039 "cfg-if 0.1.10",1040]10411042[[package]]1043name = "clang-sys"1044version = "1.3.0"1045source = "registry+https://github.com/rust-lang/crates.io-index"1046checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"1047dependencies = [1048 "glob",1049 "libc",1050 "libloading 0.7.3",1051]10521053[[package]]1054name = "clap"1055version = "2.34.0"1056source = "registry+https://github.com/rust-lang/crates.io-index"1057checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"1058dependencies = [1059 "ansi_term",1060 "atty",1061 "bitflags",1062 "strsim 0.8.0",1063 "textwrap",1064 "unicode-width",1065 "vec_map",1066]10671068[[package]]1069name = "cloudabi"1070version = "0.0.3"1071source = "registry+https://github.com/rust-lang/crates.io-index"1072checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"1073dependencies = [1074 "bitflags",1075]10761077[[package]]1078name = "concurrent-queue"1079version = "1.2.2"1080source = "registry+https://github.com/rust-lang/crates.io-index"1081checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1082dependencies = [1083 "cache-padded",1084]10851086[[package]]1087name = "constant_time_eq"1088version = "0.1.5"1089source = "registry+https://github.com/rust-lang/crates.io-index"1090checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10911092[[package]]1093name = "convert_case"1094version = "0.4.0"1095source = "registry+https://github.com/rust-lang/crates.io-index"1096checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10971098[[package]]1099name = "core-foundation"1100version = "0.9.2"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"1103dependencies = [1104 "core-foundation-sys",1105 "libc",1106]11071108[[package]]1109name = "core-foundation-sys"1110version = "0.8.3"1111source = "registry+https://github.com/rust-lang/crates.io-index"1112checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11131114[[package]]1115name = "cpp_demangle"1116version = "0.3.5"1117source = "registry+https://github.com/rust-lang/crates.io-index"1118checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1119dependencies = [1120 "cfg-if 1.0.0",1121]11221123[[package]]1124name = "cpufeatures"1125version = "0.1.5"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1128dependencies = [1129 "libc",1130]11311132[[package]]1133name = "cpufeatures"1134version = "0.2.1"1135source = "registry+https://github.com/rust-lang/crates.io-index"1136checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"1137dependencies = [1138 "libc",1139]11401141[[package]]1142name = "cranelift-bforest"1143version = "0.80.0"1144source = "registry+https://github.com/rust-lang/crates.io-index"1145checksum = "9516ba6b2ba47b4cbf63b713f75b432fafa0a0e0464ec8381ec76e6efe931ab3"1146dependencies = [1147 "cranelift-entity",1148]11491150[[package]]1151name = "cranelift-codegen"1152version = "0.80.0"1153source = "registry+https://github.com/rust-lang/crates.io-index"1154checksum = "489e5d0081f7edff6be12d71282a8bf387b5df64d5592454b75d662397f2d642"1155dependencies = [1156 "cranelift-bforest",1157 "cranelift-codegen-meta",1158 "cranelift-codegen-shared",1159 "cranelift-entity",1160 "gimli",1161 "log",1162 "regalloc",1163 "smallvec",1164 "target-lexicon",1165]11661167[[package]]1168name = "cranelift-codegen-meta"1169version = "0.80.0"1170source = "registry+https://github.com/rust-lang/crates.io-index"1171checksum = "d36ee1140371bb0f69100e734b30400157a4adf7b86148dee8b0a438763ead48"1172dependencies = [1173 "cranelift-codegen-shared",1174]11751176[[package]]1177name = "cranelift-codegen-shared"1178version = "0.80.0"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "981da52d8f746af1feb96290c83977ff8d41071a7499e991d8abae0d4869f564"11811182[[package]]1183name = "cranelift-entity"1184version = "0.80.0"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "a2906740053dd3bcf95ce53df0fd9b5649c68ae4bd9adada92b406f059eae461"1187dependencies = [1188 "serde",1189]11901191[[package]]1192name = "cranelift-frontend"1193version = "0.80.0"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "b7cb156de1097f567d46bf57a0cd720a72c3e15e1a2bd8b1041ba2fc894471b7"1196dependencies = [1197 "cranelift-codegen",1198 "log",1199 "smallvec",1200 "target-lexicon",1201]12021203[[package]]1204name = "cranelift-native"1205version = "0.80.0"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "166028ca0343a6ee7bddac0e70084e142b23f99c701bd6f6ea9123afac1a7a46"1208dependencies = [1209 "cranelift-codegen",1210 "libc",1211 "target-lexicon",1212]12131214[[package]]1215name = "cranelift-wasm"1216version = "0.80.0"1217source = "registry+https://github.com/rust-lang/crates.io-index"1218checksum = "5012a1cde0c8b3898770b711490d803018ae9bec2d60674ba0e5b2058a874f80"1219dependencies = [1220 "cranelift-codegen",1221 "cranelift-entity",1222 "cranelift-frontend",1223 "itertools",1224 "log",1225 "smallvec",1226 "wasmparser",1227 "wasmtime-types",1228]12291230[[package]]1231name = "crc32fast"1232version = "1.3.0"1233source = "registry+https://github.com/rust-lang/crates.io-index"1234checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836"1235dependencies = [1236 "cfg-if 1.0.0",1237]12381239[[package]]1240name = "crossbeam-channel"1241version = "0.5.2"1242source = "registry+https://github.com/rust-lang/crates.io-index"1243checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"1244dependencies = [1245 "cfg-if 1.0.0",1246 "crossbeam-utils",1247]12481249[[package]]1250name = "crossbeam-deque"1251version = "0.8.1"1252source = "registry+https://github.com/rust-lang/crates.io-index"1253checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1254dependencies = [1255 "cfg-if 1.0.0",1256 "crossbeam-epoch",1257 "crossbeam-utils",1258]12591260[[package]]1261name = "crossbeam-epoch"1262version = "0.9.6"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"1265dependencies = [1266 "cfg-if 1.0.0",1267 "crossbeam-utils",1268 "lazy_static",1269 "memoffset",1270 "scopeguard",1271]12721273[[package]]1274name = "crossbeam-utils"1275version = "0.8.6"1276source = "registry+https://github.com/rust-lang/crates.io-index"1277checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"1278dependencies = [1279 "cfg-if 1.0.0",1280 "lazy_static",1281]12821283[[package]]1284name = "crunchy"1285version = "0.2.2"1286source = "registry+https://github.com/rust-lang/crates.io-index"1287checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12881289[[package]]1290name = "crypto-common"1291version = "0.1.1"1292source = "registry+https://github.com/rust-lang/crates.io-index"1293checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"1294dependencies = [1295 "generic-array 0.14.5",1296]12971298[[package]]1299name = "crypto-mac"1300version = "0.7.0"1301source = "registry+https://github.com/rust-lang/crates.io-index"1302checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1303dependencies = [1304 "generic-array 0.12.4",1305 "subtle 1.0.0",1306]13071308[[package]]1309name = "crypto-mac"1310version = "0.8.0"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1313dependencies = [1314 "generic-array 0.14.5",1315 "subtle 2.4.1",1316]13171318[[package]]1319name = "crypto-mac"1320version = "0.11.1"1321source = "registry+https://github.com/rust-lang/crates.io-index"1322checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1323dependencies = [1324 "generic-array 0.14.5",1325 "subtle 2.4.1",1326]13271328[[package]]1329name = "ct-logs"1330version = "0.8.0"1331source = "registry+https://github.com/rust-lang/crates.io-index"1332checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1333dependencies = [1334 "sct",1335]13361337[[package]]1338name = "ctor"1339version = "0.1.21"1340source = "registry+https://github.com/rust-lang/crates.io-index"1341checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"1342dependencies = [1343 "quote",1344 "syn",1345]13461347[[package]]1348name = "ctr"1349version = "0.8.0"1350source = "registry+https://github.com/rust-lang/crates.io-index"1351checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1352dependencies = [1353 "cipher",1354]13551356[[package]]1357name = "cuckoofilter"1358version = "0.5.0"1359source = "registry+https://github.com/rust-lang/crates.io-index"1360checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1361dependencies = [1362 "byteorder",1363 "fnv",1364 "rand 0.7.3",1365]13661367[[package]]1368name = "cumulus-client-cli"1369version = "0.1.0"1370source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1371dependencies = [1372 "sc-cli",1373 "sc-service",1374 "structopt",1375]13761377[[package]]1378name = "cumulus-client-collator"1379version = "0.1.0"1380source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1381dependencies = [1382 "cumulus-client-consensus-common",1383 "cumulus-client-network",1384 "cumulus-primitives-core",1385 "cumulus-relay-chain-interface",1386 "futures 0.3.19",1387 "parity-scale-codec",1388 "parking_lot 0.10.2",1389 "polkadot-node-primitives",1390 "polkadot-node-subsystem",1391 "polkadot-overseer",1392 "polkadot-primitives",1393 "sc-client-api",1394 "sp-api",1395 "sp-consensus",1396 "sp-core",1397 "sp-runtime",1398 "tracing",1399]14001401[[package]]1402name = "cumulus-client-consensus-aura"1403version = "0.1.0"1404source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1405dependencies = [1406 "async-trait",1407 "cumulus-client-consensus-common",1408 "cumulus-primitives-core",1409 "futures 0.3.19",1410 "parity-scale-codec",1411 "sc-client-api",1412 "sc-consensus",1413 "sc-consensus-aura",1414 "sc-consensus-slots",1415 "sc-telemetry",1416 "sp-api",1417 "sp-application-crypto",1418 "sp-block-builder",1419 "sp-blockchain",1420 "sp-consensus",1421 "sp-consensus-aura",1422 "sp-core",1423 "sp-inherents",1424 "sp-keystore",1425 "sp-runtime",1426 "substrate-prometheus-endpoint",1427 "tracing",1428]14291430[[package]]1431name = "cumulus-client-consensus-common"1432version = "0.1.0"1433source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1434dependencies = [1435 "async-trait",1436 "cumulus-relay-chain-interface",1437 "dyn-clone",1438 "futures 0.3.19",1439 "parity-scale-codec",1440 "polkadot-primitives",1441 "sc-client-api",1442 "sc-consensus",1443 "sp-api",1444 "sp-blockchain",1445 "sp-consensus",1446 "sp-runtime",1447 "sp-trie",1448 "tracing",1449]14501451[[package]]1452name = "cumulus-client-network"1453version = "0.1.0"1454source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1455dependencies = [1456 "async-trait",1457 "cumulus-relay-chain-interface",1458 "derive_more",1459 "futures 0.3.19",1460 "futures-timer",1461 "parity-scale-codec",1462 "parking_lot 0.11.2",1463 "polkadot-node-primitives",1464 "polkadot-parachain",1465 "polkadot-primitives",1466 "sc-client-api",1467 "sp-api",1468 "sp-blockchain",1469 "sp-consensus",1470 "sp-core",1471 "sp-runtime",1472 "sp-state-machine",1473 "tracing",1474]14751476[[package]]1477name = "cumulus-client-pov-recovery"1478version = "0.1.0"1479source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1480dependencies = [1481 "cumulus-primitives-core",1482 "cumulus-relay-chain-interface",1483 "futures 0.3.19",1484 "futures-timer",1485 "parity-scale-codec",1486 "polkadot-node-primitives",1487 "polkadot-node-subsystem",1488 "polkadot-overseer",1489 "polkadot-primitives",1490 "rand 0.8.4",1491 "sc-client-api",1492 "sc-consensus",1493 "sp-api",1494 "sp-consensus",1495 "sp-maybe-compressed-blob",1496 "sp-runtime",1497 "tracing",1498]14991500[[package]]1501name = "cumulus-client-service"1502version = "0.1.0"1503source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1504dependencies = [1505 "cumulus-client-collator",1506 "cumulus-client-consensus-common",1507 "cumulus-client-pov-recovery",1508 "cumulus-primitives-core",1509 "cumulus-relay-chain-interface",1510 "parity-scale-codec",1511 "parking_lot 0.10.2",1512 "polkadot-overseer",1513 "polkadot-primitives",1514 "sc-chain-spec",1515 "sc-client-api",1516 "sc-consensus",1517 "sc-consensus-babe",1518 "sc-service",1519 "sc-telemetry",1520 "sc-tracing",1521 "sp-api",1522 "sp-blockchain",1523 "sp-consensus",1524 "sp-core",1525 "sp-runtime",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-pallet-aura-ext"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1533dependencies = [1534 "frame-executive",1535 "frame-support",1536 "frame-system",1537 "pallet-aura",1538 "parity-scale-codec",1539 "scale-info",1540 "serde",1541 "sp-application-crypto",1542 "sp-consensus-aura",1543 "sp-runtime",1544 "sp-std",1545]15461547[[package]]1548name = "cumulus-pallet-dmp-queue"1549version = "0.1.0"1550source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1551dependencies = [1552 "cumulus-primitives-core",1553 "frame-support",1554 "frame-system",1555 "log",1556 "parity-scale-codec",1557 "scale-info",1558 "sp-io",1559 "sp-runtime",1560 "sp-std",1561 "xcm",1562 "xcm-executor",1563]15641565[[package]]1566name = "cumulus-pallet-parachain-system"1567version = "0.1.0"1568source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1569dependencies = [1570 "cumulus-pallet-parachain-system-proc-macro",1571 "cumulus-primitives-core",1572 "cumulus-primitives-parachain-inherent",1573 "environmental",1574 "frame-support",1575 "frame-system",1576 "impl-trait-for-tuples",1577 "log",1578 "pallet-balances",1579 "parity-scale-codec",1580 "polkadot-parachain",1581 "scale-info",1582 "serde",1583 "sp-core",1584 "sp-externalities",1585 "sp-inherents",1586 "sp-io",1587 "sp-runtime",1588 "sp-state-machine",1589 "sp-std",1590 "sp-trie",1591 "sp-version",1592 "xcm",1593]15941595[[package]]1596name = "cumulus-pallet-parachain-system-proc-macro"1597version = "0.1.0"1598source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1599dependencies = [1600 "proc-macro-crate 1.1.0",1601 "proc-macro2",1602 "quote",1603 "syn",1604]16051606[[package]]1607name = "cumulus-pallet-xcm"1608version = "0.1.0"1609source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1610dependencies = [1611 "cumulus-primitives-core",1612 "frame-support",1613 "frame-system",1614 "parity-scale-codec",1615 "scale-info",1616 "serde",1617 "sp-io",1618 "sp-runtime",1619 "sp-std",1620 "xcm",1621]16221623[[package]]1624name = "cumulus-pallet-xcmp-queue"1625version = "0.1.0"1626source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1627dependencies = [1628 "cumulus-primitives-core",1629 "frame-support",1630 "frame-system",1631 "log",1632 "parity-scale-codec",1633 "rand_chacha 0.3.1",1634 "scale-info",1635 "sp-runtime",1636 "sp-std",1637 "xcm",1638 "xcm-executor",1639]16401641[[package]]1642name = "cumulus-primitives-core"1643version = "0.1.0"1644source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1645dependencies = [1646 "frame-support",1647 "parity-scale-codec",1648 "polkadot-core-primitives",1649 "polkadot-parachain",1650 "polkadot-primitives",1651 "sp-api",1652 "sp-runtime",1653 "sp-std",1654 "sp-trie",1655]16561657[[package]]1658name = "cumulus-primitives-parachain-inherent"1659version = "0.1.0"1660source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1661dependencies = [1662 "async-trait",1663 "cumulus-primitives-core",1664 "cumulus-relay-chain-interface",1665 "cumulus-test-relay-sproof-builder",1666 "parity-scale-codec",1667 "sc-client-api",1668 "scale-info",1669 "sp-api",1670 "sp-core",1671 "sp-inherents",1672 "sp-runtime",1673 "sp-state-machine",1674 "sp-std",1675 "sp-storage",1676 "sp-trie",1677 "tracing",1678]16791680[[package]]1681name = "cumulus-primitives-timestamp"1682version = "0.1.0"1683source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1684dependencies = [1685 "cumulus-primitives-core",1686 "sp-inherents",1687 "sp-std",1688 "sp-timestamp",1689]16901691[[package]]1692name = "cumulus-primitives-utility"1693version = "0.1.0"1694source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1695dependencies = [1696 "cumulus-primitives-core",1697 "frame-support",1698 "parity-scale-codec",1699 "polkadot-core-primitives",1700 "polkadot-parachain",1701 "polkadot-primitives",1702 "sp-runtime",1703 "sp-std",1704 "sp-trie",1705 "xcm",1706]17071708[[package]]1709name = "cumulus-relay-chain-interface"1710version = "0.1.0"1711source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1712dependencies = [1713 "async-trait",1714 "cumulus-primitives-core",1715 "derive_more",1716 "futures 0.3.19",1717 "parking_lot 0.11.2",1718 "polkadot-overseer",1719 "sc-client-api",1720 "sc-service",1721 "sp-api",1722 "sp-blockchain",1723 "sp-core",1724 "sp-runtime",1725 "sp-state-machine",1726 "thiserror",1727]17281729[[package]]1730name = "cumulus-relay-chain-local"1731version = "0.1.0"1732source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1733dependencies = [1734 "async-trait",1735 "cumulus-primitives-core",1736 "cumulus-relay-chain-interface",1737 "futures 0.3.19",1738 "futures-timer",1739 "parking_lot 0.11.2",1740 "polkadot-client",1741 "polkadot-service",1742 "sc-client-api",1743 "sc-consensus-babe",1744 "sc-network",1745 "sc-service",1746 "sc-telemetry",1747 "sc-tracing",1748 "sp-api",1749 "sp-blockchain",1750 "sp-consensus",1751 "sp-core",1752 "sp-runtime",1753 "sp-state-machine",1754 "tracing",1755]17561757[[package]]1758name = "cumulus-test-relay-sproof-builder"1759version = "0.1.0"1760source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1761dependencies = [1762 "cumulus-primitives-core",1763 "parity-scale-codec",1764 "polkadot-primitives",1765 "sp-runtime",1766 "sp-state-machine",1767 "sp-std",1768]17691770[[package]]1771name = "curve25519-dalek"1772version = "2.1.3"1773source = "registry+https://github.com/rust-lang/crates.io-index"1774checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1775dependencies = [1776 "byteorder",1777 "digest 0.8.1",1778 "rand_core 0.5.1",1779 "subtle 2.4.1",1780 "zeroize",1781]17821783[[package]]1784name = "curve25519-dalek"1785version = "3.2.0"1786source = "registry+https://github.com/rust-lang/crates.io-index"1787checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1788dependencies = [1789 "byteorder",1790 "digest 0.9.0",1791 "rand_core 0.5.1",1792 "subtle 2.4.1",1793 "zeroize",1794]17951796[[package]]1797name = "darling"1798version = "0.13.1"1799source = "registry+https://github.com/rust-lang/crates.io-index"1800checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"1801dependencies = [1802 "darling_core",1803 "darling_macro",1804]18051806[[package]]1807name = "darling_core"1808version = "0.13.1"1809source = "registry+https://github.com/rust-lang/crates.io-index"1810checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"1811dependencies = [1812 "fnv",1813 "ident_case",1814 "proc-macro2",1815 "quote",1816 "strsim 0.10.0",1817 "syn",1818]18191820[[package]]1821name = "darling_macro"1822version = "0.13.1"1823source = "registry+https://github.com/rust-lang/crates.io-index"1824checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"1825dependencies = [1826 "darling_core",1827 "quote",1828 "syn",1829]18301831[[package]]1832name = "data-encoding"1833version = "2.3.2"1834source = "registry+https://github.com/rust-lang/crates.io-index"1835checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"18361837[[package]]1838name = "data-encoding-macro"1839version = "0.1.12"1840source = "registry+https://github.com/rust-lang/crates.io-index"1841checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1842dependencies = [1843 "data-encoding",1844 "data-encoding-macro-internal",1845]18461847[[package]]1848name = "data-encoding-macro-internal"1849version = "0.1.10"1850source = "registry+https://github.com/rust-lang/crates.io-index"1851checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1852dependencies = [1853 "data-encoding",1854 "syn",1855]18561857[[package]]1858name = "derivative"1859version = "2.2.0"1860source = "registry+https://github.com/rust-lang/crates.io-index"1861checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1862dependencies = [1863 "proc-macro2",1864 "quote",1865 "syn",1866]18671868[[package]]1869name = "derive_more"1870version = "0.99.17"1871source = "registry+https://github.com/rust-lang/crates.io-index"1872checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1873dependencies = [1874 "convert_case",1875 "proc-macro2",1876 "quote",1877 "rustc_version 0.4.0",1878 "syn",1879]18801881[[package]]1882name = "digest"1883version = "0.8.1"1884source = "registry+https://github.com/rust-lang/crates.io-index"1885checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1886dependencies = [1887 "generic-array 0.12.4",1888]18891890[[package]]1891name = "digest"1892version = "0.9.0"1893source = "registry+https://github.com/rust-lang/crates.io-index"1894checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1895dependencies = [1896 "generic-array 0.14.5",1897]18981899[[package]]1900name = "digest"1901version = "0.10.1"1902source = "registry+https://github.com/rust-lang/crates.io-index"1903checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"1904dependencies = [1905 "block-buffer 0.10.0",1906 "crypto-common",1907 "generic-array 0.14.5",1908]19091910[[package]]1911name = "directories"1912version = "4.0.1"1913source = "registry+https://github.com/rust-lang/crates.io-index"1914checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1915dependencies = [1916 "dirs-sys",1917]19181919[[package]]1920name = "directories-next"1921version = "2.0.0"1922source = "registry+https://github.com/rust-lang/crates.io-index"1923checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1924dependencies = [1925 "cfg-if 1.0.0",1926 "dirs-sys-next",1927]19281929[[package]]1930name = "dirs-sys"1931version = "0.3.6"1932source = "registry+https://github.com/rust-lang/crates.io-index"1933checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1934dependencies = [1935 "libc",1936 "redox_users",1937 "winapi 0.3.9",1938]19391940[[package]]1941name = "dirs-sys-next"1942version = "0.1.2"1943source = "registry+https://github.com/rust-lang/crates.io-index"1944checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1945dependencies = [1946 "libc",1947 "redox_users",1948 "winapi 0.3.9",1949]19501951[[package]]1952name = "dns-parser"1953version = "0.8.0"1954source = "registry+https://github.com/rust-lang/crates.io-index"1955checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1956dependencies = [1957 "byteorder",1958 "quick-error 1.2.3",1959]19601961[[package]]1962name = "downcast-rs"1963version = "1.2.0"1964source = "registry+https://github.com/rust-lang/crates.io-index"1965checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19661967[[package]]1968name = "dtoa"1969version = "0.4.8"1970source = "registry+https://github.com/rust-lang/crates.io-index"1971checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"19721973[[package]]1974name = "dyn-clonable"1975version = "0.9.0"1976source = "registry+https://github.com/rust-lang/crates.io-index"1977checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1978dependencies = [1979 "dyn-clonable-impl",1980 "dyn-clone",1981]19821983[[package]]1984name = "dyn-clonable-impl"1985version = "0.9.0"1986source = "registry+https://github.com/rust-lang/crates.io-index"1987checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1988dependencies = [1989 "proc-macro2",1990 "quote",1991 "syn",1992]19931994[[package]]1995name = "dyn-clone"1996version = "1.0.4"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19992000[[package]]2001name = "ed25519"2002version = "1.3.0"2003source = "registry+https://github.com/rust-lang/crates.io-index"2004checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"2005dependencies = [2006 "signature",2007]20082009[[package]]2010name = "ed25519-dalek"2011version = "1.0.1"2012source = "registry+https://github.com/rust-lang/crates.io-index"2013checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2014dependencies = [2015 "curve25519-dalek 3.2.0",2016 "ed25519",2017 "rand 0.7.3",2018 "serde",2019 "sha2 0.9.9",2020 "zeroize",2021]20222023[[package]]2024name = "either"2025version = "1.6.1"2026source = "registry+https://github.com/rust-lang/crates.io-index"2027checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"20282029[[package]]2030name = "enum-as-inner"2031version = "0.3.3"2032source = "registry+https://github.com/rust-lang/crates.io-index"2033checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"2034dependencies = [2035 "heck",2036 "proc-macro2",2037 "quote",2038 "syn",2039]20402041[[package]]2042name = "enumflags2"2043version = "0.6.4"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2046dependencies = [2047 "enumflags2_derive",2048]20492050[[package]]2051name = "enumflags2_derive"2052version = "0.6.4"2053source = "registry+https://github.com/rust-lang/crates.io-index"2054checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2055dependencies = [2056 "proc-macro2",2057 "quote",2058 "syn",2059]20602061[[package]]2062name = "enumn"2063version = "0.1.3"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2066dependencies = [2067 "proc-macro2",2068 "quote",2069 "syn",2070]20712072[[package]]2073name = "env_logger"2074version = "0.7.1"2075source = "registry+https://github.com/rust-lang/crates.io-index"2076checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"2077dependencies = [2078 "atty",2079 "humantime 1.3.0",2080 "log",2081 "regex",2082 "termcolor",2083]20842085[[package]]2086name = "env_logger"2087version = "0.9.0"2088source = "registry+https://github.com/rust-lang/crates.io-index"2089checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2090dependencies = [2091 "atty",2092 "humantime 2.1.0",2093 "log",2094 "regex",2095 "termcolor",2096]20972098[[package]]2099name = "environmental"2100version = "1.1.3"2101source = "registry+https://github.com/rust-lang/crates.io-index"2102checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"21032104[[package]]2105name = "errno"2106version = "0.2.8"2107source = "registry+https://github.com/rust-lang/crates.io-index"2108checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2109dependencies = [2110 "errno-dragonfly",2111 "libc",2112 "winapi 0.3.9",2113]21142115[[package]]2116name = "errno-dragonfly"2117version = "0.1.2"2118source = "registry+https://github.com/rust-lang/crates.io-index"2119checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2120dependencies = [2121 "cc",2122 "libc",2123]21242125[[package]]2126name = "ethbloom"2127version = "0.11.1"2128source = "registry+https://github.com/rust-lang/crates.io-index"2129checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2130dependencies = [2131 "crunchy",2132 "fixed-hash",2133 "impl-codec",2134 "impl-rlp",2135 "impl-serde",2136 "scale-info",2137 "tiny-keccak",2138]21392140[[package]]2141name = "ethereum"2142version = "0.11.1"2143source = "registry+https://github.com/rust-lang/crates.io-index"2144checksum = "34c90e0a755da706ce0970ec0fa8cc48aabcc8e8efa1245336acf718dab06ffe"2145dependencies = [2146 "bytes 1.1.0",2147 "ethereum-types",2148 "hash-db",2149 "hash256-std-hasher",2150 "parity-scale-codec",2151 "rlp",2152 "rlp-derive",2153 "scale-info",2154 "serde",2155 "sha3 0.9.1",2156 "triehash",2157]21582159[[package]]2160name = "ethereum-types"2161version = "0.12.1"2162source = "registry+https://github.com/rust-lang/crates.io-index"2163checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2164dependencies = [2165 "ethbloom",2166 "fixed-hash",2167 "impl-codec",2168 "impl-rlp",2169 "impl-serde",2170 "primitive-types 0.10.1",2171 "scale-info",2172 "uint",2173]21742175[[package]]2176name = "event-listener"2177version = "2.5.1"2178source = "registry+https://github.com/rust-lang/crates.io-index"2179checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"21802181[[package]]2182name = "evm"2183version = "0.33.1"2184source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2185dependencies = [2186 "auto_impl",2187 "environmental",2188 "ethereum",2189 "evm-core",2190 "evm-gasometer",2191 "evm-runtime",2192 "log",2193 "parity-scale-codec",2194 "primitive-types 0.10.1",2195 "rlp",2196 "scale-info",2197 "serde",2198 "sha3 0.8.2",2199]22002201[[package]]2202name = "evm-coder"2203version = "0.1.0"2204dependencies = [2205 "ethereum",2206 "evm-coder-macros",2207 "evm-core",2208 "hex",2209 "hex-literal",2210 "impl-trait-for-tuples",2211 "primitive-types 0.10.1",2212]22132214[[package]]2215name = "evm-coder-macros"2216version = "0.1.0"2217dependencies = [2218 "Inflector",2219 "darling",2220 "hex",2221 "proc-macro2",2222 "quote",2223 "sha3 0.9.1",2224 "syn",2225]22262227[[package]]2228name = "evm-core"2229version = "0.33.0"2230source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2231dependencies = [2232 "funty",2233 "parity-scale-codec",2234 "primitive-types 0.10.1",2235 "scale-info",2236 "serde",2237]22382239[[package]]2240name = "evm-gasometer"2241version = "0.33.0"2242source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2243dependencies = [2244 "environmental",2245 "evm-core",2246 "evm-runtime",2247 "primitive-types 0.10.1",2248]22492250[[package]]2251name = "evm-runtime"2252version = "0.33.0"2253source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2254dependencies = [2255 "auto_impl",2256 "environmental",2257 "evm-core",2258 "primitive-types 0.10.1",2259 "sha3 0.8.2",2260]22612262[[package]]2263name = "exit-future"2264version = "0.2.0"2265source = "registry+https://github.com/rust-lang/crates.io-index"2266checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2267dependencies = [2268 "futures 0.3.19",2269]22702271[[package]]2272name = "fake-simd"2273version = "0.1.2"2274source = "registry+https://github.com/rust-lang/crates.io-index"2275checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22762277[[package]]2278name = "fallible-iterator"2279version = "0.2.0"2280source = "registry+https://github.com/rust-lang/crates.io-index"2281checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22822283[[package]]2284name = "fastrand"2285version = "1.6.0"2286source = "registry+https://github.com/rust-lang/crates.io-index"2287checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"2288dependencies = [2289 "instant",2290]22912292[[package]]2293name = "fc-consensus"2294version = "2.0.0-dev"2295source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2296dependencies = [2297 "async-trait",2298 "derive_more",2299 "fc-db",2300 "fp-consensus",2301 "fp-rpc",2302 "futures 0.3.19",2303 "log",2304 "parity-scale-codec",2305 "sc-client-api",2306 "sc-consensus",2307 "sc-transaction-pool-api",2308 "sp-api",2309 "sp-block-builder",2310 "sp-blockchain",2311 "sp-consensus",2312 "sp-core",2313 "sp-inherents",2314 "sp-runtime",2315 "sp-timestamp",2316 "substrate-prometheus-endpoint",2317]23182319[[package]]2320name = "fc-db"2321version = "2.0.0-dev"2322source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2323dependencies = [2324 "fp-storage",2325 "kvdb",2326 "kvdb-rocksdb",2327 "pallet-ethereum",2328 "parity-scale-codec",2329 "parking_lot 0.11.2",2330 "sp-core",2331 "sp-database",2332 "sp-runtime",2333]23342335[[package]]2336name = "fc-mapping-sync"2337version = "2.0.0-dev"2338source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2339dependencies = [2340 "fc-consensus",2341 "fc-db",2342 "fp-consensus",2343 "fp-rpc",2344 "futures 0.3.19",2345 "futures-timer",2346 "log",2347 "sc-client-api",2348 "sp-api",2349 "sp-blockchain",2350 "sp-runtime",2351]23522353[[package]]2354name = "fc-rpc"2355version = "2.0.0-dev"2356source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2357dependencies = [2358 "ethereum",2359 "ethereum-types",2360 "evm",2361 "fc-consensus",2362 "fc-db",2363 "fc-rpc-core",2364 "fp-consensus",2365 "fp-evm",2366 "fp-rpc",2367 "fp-storage",2368 "futures 0.3.19",2369 "futures-util",2370 "jsonrpc-core",2371 "jsonrpc-pubsub",2372 "libsecp256k1 0.3.5",2373 "log",2374 "lru 0.6.6",2375 "pallet-ethereum",2376 "pallet-evm",2377 "parity-scale-codec",2378 "parking_lot 0.11.2",2379 "rand 0.7.3",2380 "rlp",2381 "rustc-hex",2382 "sc-client-api",2383 "sc-network",2384 "sc-rpc",2385 "sc-service",2386 "sc-transaction-pool",2387 "sc-transaction-pool-api",2388 "sha3 0.8.2",2389 "sp-api",2390 "sp-block-builder",2391 "sp-blockchain",2392 "sp-io",2393 "sp-runtime",2394 "sp-storage",2395 "sp-transaction-pool",2396 "tokio 1.15.0",2397]23982399[[package]]2400name = "fc-rpc-core"2401version = "1.1.0-dev"2402source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2403dependencies = [2404 "ethereum",2405 "ethereum-types",2406 "jsonrpc-core",2407 "jsonrpc-core-client",2408 "jsonrpc-derive",2409 "jsonrpc-pubsub",2410 "rlp",2411 "rustc-hex",2412 "serde",2413 "serde_json",2414 "sha3 0.8.2",2415]24162417[[package]]2418name = "fdlimit"2419version = "0.2.1"2420source = "registry+https://github.com/rust-lang/crates.io-index"2421checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2422dependencies = [2423 "libc",2424]24252426[[package]]2427name = "file-per-thread-logger"2428version = "0.1.4"2429source = "registry+https://github.com/rust-lang/crates.io-index"2430checksum = "4fdbe0d94371f9ce939b555dd342d0686cc4c0cadbcd4b61d70af5ff97eb4126"2431dependencies = [2432 "env_logger 0.7.1",2433 "log",2434]24352436[[package]]2437name = "finality-grandpa"2438version = "0.14.4"2439source = "registry+https://github.com/rust-lang/crates.io-index"2440checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2441dependencies = [2442 "either",2443 "futures 0.3.19",2444 "futures-timer",2445 "log",2446 "num-traits",2447 "parity-scale-codec",2448 "parking_lot 0.11.2",2449 "scale-info",2450]24512452[[package]]2453name = "fixed-hash"2454version = "0.7.0"2455source = "registry+https://github.com/rust-lang/crates.io-index"2456checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2457dependencies = [2458 "byteorder",2459 "rand 0.8.4",2460 "rustc-hex",2461 "static_assertions",2462]24632464[[package]]2465name = "fixedbitset"2466version = "0.4.1"2467source = "registry+https://github.com/rust-lang/crates.io-index"2468checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"24692470[[package]]2471name = "flate2"2472version = "1.0.22"2473source = "registry+https://github.com/rust-lang/crates.io-index"2474checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2475dependencies = [2476 "cfg-if 1.0.0",2477 "crc32fast",2478 "libc",2479 "libz-sys",2480 "miniz_oxide",2481]24822483[[package]]2484name = "flexi_logger"2485version = "0.15.12"2486source = "registry+https://github.com/rust-lang/crates.io-index"2487checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2488dependencies = [2489 "atty",2490 "chrono",2491 "glob",2492 "lazy_static",2493 "log",2494 "regex",2495 "thiserror",2496 "yansi",2497]24982499[[package]]2500name = "fnv"2501version = "1.0.7"2502source = "registry+https://github.com/rust-lang/crates.io-index"2503checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"25042505[[package]]2506name = "fork-tree"2507version = "3.0.0"2508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2509dependencies = [2510 "parity-scale-codec",2511]25122513[[package]]2514name = "form_urlencoded"2515version = "1.0.1"2516source = "registry+https://github.com/rust-lang/crates.io-index"2517checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2518dependencies = [2519 "matches",2520 "percent-encoding 2.1.0",2521]25222523[[package]]2524name = "fp-consensus"2525version = "2.0.0-dev"2526source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2527dependencies = [2528 "ethereum",2529 "parity-scale-codec",2530 "rlp",2531 "sha3 0.8.2",2532 "sp-core",2533 "sp-runtime",2534 "sp-std",2535]25362537[[package]]2538name = "fp-evm"2539version = "3.0.0-dev"2540source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2541dependencies = [2542 "evm",2543 "impl-trait-for-tuples",2544 "parity-scale-codec",2545 "scale-info",2546 "serde",2547 "sp-core",2548 "sp-std",2549]25502551[[package]]2552name = "fp-rpc"2553version = "3.0.0-dev"2554source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2555dependencies = [2556 "ethereum",2557 "ethereum-types",2558 "fp-evm",2559 "parity-scale-codec",2560 "scale-info",2561 "sp-api",2562 "sp-core",2563 "sp-io",2564 "sp-runtime",2565 "sp-std",2566]25672568[[package]]2569name = "fp-self-contained"2570version = "1.0.0-dev"2571source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2572dependencies = [2573 "ethereum",2574 "frame-support",2575 "parity-scale-codec",2576 "parity-util-mem",2577 "scale-info",2578 "serde",2579 "sha3 0.8.2",2580 "sp-core",2581 "sp-io",2582 "sp-runtime",2583]25842585[[package]]2586name = "fp-storage"2587version = "2.0.0"2588source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"25892590[[package]]2591name = "frame-benchmarking"2592version = "4.0.0-dev"2593source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2594dependencies = [2595 "frame-support",2596 "frame-system",2597 "linregress",2598 "log",2599 "parity-scale-codec",2600 "paste",2601 "scale-info",2602 "sp-api",2603 "sp-application-crypto",2604 "sp-io",2605 "sp-runtime",2606 "sp-runtime-interface",2607 "sp-std",2608 "sp-storage",2609]26102611[[package]]2612name = "frame-benchmarking-cli"2613version = "4.0.0-dev"2614source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2615dependencies = [2616 "Inflector",2617 "chrono",2618 "frame-benchmarking",2619 "frame-support",2620 "handlebars",2621 "linked-hash-map",2622 "log",2623 "parity-scale-codec",2624 "sc-cli",2625 "sc-client-db",2626 "sc-executor",2627 "sc-service",2628 "serde",2629 "sp-core",2630 "sp-externalities",2631 "sp-keystore",2632 "sp-runtime",2633 "sp-state-machine",2634 "structopt",2635]26362637[[package]]2638name = "frame-election-provider-support"2639version = "4.0.0-dev"2640source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2641dependencies = [2642 "frame-support",2643 "frame-system",2644 "parity-scale-codec",2645 "scale-info",2646 "sp-arithmetic",2647 "sp-npos-elections",2648 "sp-std",2649]26502651[[package]]2652name = "frame-executive"2653version = "4.0.0-dev"2654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2655dependencies = [2656 "frame-support",2657 "frame-system",2658 "parity-scale-codec",2659 "scale-info",2660 "sp-core",2661 "sp-io",2662 "sp-runtime",2663 "sp-std",2664 "sp-tracing",2665]26662667[[package]]2668name = "frame-metadata"2669version = "14.2.0"2670source = "registry+https://github.com/rust-lang/crates.io-index"2671checksum = "37ed5e5c346de62ca5c184b4325a6600d1eaca210666e4606fe4e449574978d0"2672dependencies = [2673 "cfg-if 1.0.0",2674 "parity-scale-codec",2675 "scale-info",2676 "serde",2677]26782679[[package]]2680name = "frame-support"2681version = "4.0.0-dev"2682source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2683dependencies = [2684 "bitflags",2685 "frame-metadata",2686 "frame-support-procedural",2687 "impl-trait-for-tuples",2688 "log",2689 "once_cell",2690 "parity-scale-codec",2691 "paste",2692 "scale-info",2693 "serde",2694 "smallvec",2695 "sp-arithmetic",2696 "sp-core",2697 "sp-core-hashing-proc-macro",2698 "sp-inherents",2699 "sp-io",2700 "sp-runtime",2701 "sp-staking",2702 "sp-state-machine",2703 "sp-std",2704 "sp-tracing",2705 "tt-call",2706]27072708[[package]]2709name = "frame-support-procedural"2710version = "4.0.0-dev"2711source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2712dependencies = [2713 "Inflector",2714 "frame-support-procedural-tools",2715 "proc-macro2",2716 "quote",2717 "syn",2718]27192720[[package]]2721name = "frame-support-procedural-tools"2722version = "4.0.0-dev"2723source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2724dependencies = [2725 "frame-support-procedural-tools-derive",2726 "proc-macro-crate 1.1.0",2727 "proc-macro2",2728 "quote",2729 "syn",2730]27312732[[package]]2733name = "frame-support-procedural-tools-derive"2734version = "3.0.0"2735source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2736dependencies = [2737 "proc-macro2",2738 "quote",2739 "syn",2740]27412742[[package]]2743name = "frame-system"2744version = "4.0.0-dev"2745source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2746dependencies = [2747 "frame-support",2748 "log",2749 "parity-scale-codec",2750 "scale-info",2751 "serde",2752 "sp-core",2753 "sp-io",2754 "sp-runtime",2755 "sp-std",2756 "sp-version",2757]27582759[[package]]2760name = "frame-system-benchmarking"2761version = "4.0.0-dev"2762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2763dependencies = [2764 "frame-benchmarking",2765 "frame-support",2766 "frame-system",2767 "parity-scale-codec",2768 "scale-info",2769 "sp-core",2770 "sp-runtime",2771 "sp-std",2772]27732774[[package]]2775name = "frame-system-rpc-runtime-api"2776version = "4.0.0-dev"2777source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2778dependencies = [2779 "parity-scale-codec",2780 "sp-api",2781]27822783[[package]]2784name = "frame-try-runtime"2785version = "0.10.0-dev"2786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2787dependencies = [2788 "frame-support",2789 "sp-api",2790 "sp-runtime",2791 "sp-std",2792]27932794[[package]]2795name = "fs-err"2796version = "2.6.0"2797source = "registry+https://github.com/rust-lang/crates.io-index"2798checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"27992800[[package]]2801name = "fs-swap"2802version = "0.2.6"2803source = "registry+https://github.com/rust-lang/crates.io-index"2804checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2805dependencies = [2806 "lazy_static",2807 "libc",2808 "libloading 0.5.2",2809 "winapi 0.3.9",2810]28112812[[package]]2813name = "fs2"2814version = "0.4.3"2815source = "registry+https://github.com/rust-lang/crates.io-index"2816checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2817dependencies = [2818 "libc",2819 "winapi 0.3.9",2820]28212822[[package]]2823name = "fuchsia-zircon"2824version = "0.3.3"2825source = "registry+https://github.com/rust-lang/crates.io-index"2826checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2827dependencies = [2828 "bitflags",2829 "fuchsia-zircon-sys",2830]28312832[[package]]2833name = "fuchsia-zircon-sys"2834version = "0.3.3"2835source = "registry+https://github.com/rust-lang/crates.io-index"2836checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"28372838[[package]]2839name = "funty"2840version = "1.1.0"2841source = "registry+https://github.com/rust-lang/crates.io-index"2842checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"28432844[[package]]2845name = "futures"2846version = "0.1.31"2847source = "registry+https://github.com/rust-lang/crates.io-index"2848checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"28492850[[package]]2851name = "futures"2852version = "0.3.19"2853source = "registry+https://github.com/rust-lang/crates.io-index"2854checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"2855dependencies = [2856 "futures-channel",2857 "futures-core",2858 "futures-executor",2859 "futures-io",2860 "futures-sink",2861 "futures-task",2862 "futures-util",2863]28642865[[package]]2866name = "futures-channel"2867version = "0.3.19"2868source = "registry+https://github.com/rust-lang/crates.io-index"2869checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"2870dependencies = [2871 "futures-core",2872 "futures-sink",2873]28742875[[package]]2876name = "futures-core"2877version = "0.3.19"2878source = "registry+https://github.com/rust-lang/crates.io-index"2879checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"28802881[[package]]2882name = "futures-executor"2883version = "0.3.19"2884source = "registry+https://github.com/rust-lang/crates.io-index"2885checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"2886dependencies = [2887 "futures-core",2888 "futures-task",2889 "futures-util",2890 "num_cpus",2891]28922893[[package]]2894name = "futures-io"2895version = "0.3.19"2896source = "registry+https://github.com/rust-lang/crates.io-index"2897checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"28982899[[package]]2900name = "futures-lite"2901version = "1.12.0"2902source = "registry+https://github.com/rust-lang/crates.io-index"2903checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2904dependencies = [2905 "fastrand",2906 "futures-core",2907 "futures-io",2908 "memchr",2909 "parking",2910 "pin-project-lite 0.2.8",2911 "waker-fn",2912]29132914[[package]]2915name = "futures-macro"2916version = "0.3.19"2917source = "registry+https://github.com/rust-lang/crates.io-index"2918checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"2919dependencies = [2920 "proc-macro2",2921 "quote",2922 "syn",2923]29242925[[package]]2926name = "futures-rustls"2927version = "0.21.1"2928source = "registry+https://github.com/rust-lang/crates.io-index"2929checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2930dependencies = [2931 "futures-io",2932 "rustls",2933 "webpki",2934]29352936[[package]]2937name = "futures-sink"2938version = "0.3.19"2939source = "registry+https://github.com/rust-lang/crates.io-index"2940checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"29412942[[package]]2943name = "futures-task"2944version = "0.3.19"2945source = "registry+https://github.com/rust-lang/crates.io-index"2946checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"29472948[[package]]2949name = "futures-timer"2950version = "3.0.2"2951source = "registry+https://github.com/rust-lang/crates.io-index"2952checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29532954[[package]]2955name = "futures-util"2956version = "0.3.19"2957source = "registry+https://github.com/rust-lang/crates.io-index"2958checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"2959dependencies = [2960 "futures 0.1.31",2961 "futures-channel",2962 "futures-core",2963 "futures-io",2964 "futures-macro",2965 "futures-sink",2966 "futures-task",2967 "memchr",2968 "pin-project-lite 0.2.8",2969 "pin-utils",2970 "slab",2971]29722973[[package]]2974name = "generic-array"2975version = "0.12.4"2976source = "registry+https://github.com/rust-lang/crates.io-index"2977checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2978dependencies = [2979 "typenum",2980]29812982[[package]]2983name = "generic-array"2984version = "0.14.5"2985source = "registry+https://github.com/rust-lang/crates.io-index"2986checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"2987dependencies = [2988 "typenum",2989 "version_check",2990]29912992[[package]]2993name = "getrandom"2994version = "0.1.16"2995source = "registry+https://github.com/rust-lang/crates.io-index"2996checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2997dependencies = [2998 "cfg-if 1.0.0",2999 "js-sys",3000 "libc",3001 "wasi 0.9.0+wasi-snapshot-preview1",3002 "wasm-bindgen",3003]30043005[[package]]3006name = "getrandom"3007version = "0.2.4"3008source = "registry+https://github.com/rust-lang/crates.io-index"3009checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"3010dependencies = [3011 "cfg-if 1.0.0",3012 "libc",3013 "wasi 0.10.0+wasi-snapshot-preview1",3014]30153016[[package]]3017name = "ghash"3018version = "0.4.4"3019source = "registry+https://github.com/rust-lang/crates.io-index"3020checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3021dependencies = [3022 "opaque-debug 0.3.0",3023 "polyval",3024]30253026[[package]]3027name = "gimli"3028version = "0.26.1"3029source = "registry+https://github.com/rust-lang/crates.io-index"3030checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3031dependencies = [3032 "fallible-iterator",3033 "indexmap",3034 "stable_deref_trait",3035]30363037[[package]]3038name = "glob"3039version = "0.3.0"3040source = "registry+https://github.com/rust-lang/crates.io-index"3041checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30423043[[package]]3044name = "globset"3045version = "0.4.8"3046source = "registry+https://github.com/rust-lang/crates.io-index"3047checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3048dependencies = [3049 "aho-corasick",3050 "bstr",3051 "fnv",3052 "log",3053 "regex",3054]30553056[[package]]3057name = "gloo-timers"3058version = "0.2.2"3059source = "registry+https://github.com/rust-lang/crates.io-index"3060checksum = "6f16c88aa13d2656ef20d1c042086b8767bbe2bdb62526894275a1b062161b2e"3061dependencies = [3062 "futures-channel",3063 "futures-core",3064 "js-sys",3065 "wasm-bindgen",3066 "web-sys",3067]30683069[[package]]3070name = "h2"3071version = "0.3.10"3072source = "registry+https://github.com/rust-lang/crates.io-index"3073checksum = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689"3074dependencies = [3075 "bytes 1.1.0",3076 "fnv",3077 "futures-core",3078 "futures-sink",3079 "futures-util",3080 "http",3081 "indexmap",3082 "slab",3083 "tokio 1.15.0",3084 "tokio-util",3085 "tracing",3086]30873088[[package]]3089name = "handlebars"3090version = "4.2.1"3091source = "registry+https://github.com/rust-lang/crates.io-index"3092checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8"3093dependencies = [3094 "log",3095 "pest",3096 "pest_derive",3097 "quick-error 2.0.1",3098 "serde",3099 "serde_json",3100]31013102[[package]]3103name = "hash-db"3104version = "0.15.2"3105source = "registry+https://github.com/rust-lang/crates.io-index"3106checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"31073108[[package]]3109name = "hash256-std-hasher"3110version = "0.15.2"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3113dependencies = [3114 "crunchy",3115]31163117[[package]]3118name = "hashbrown"3119version = "0.11.2"3120source = "registry+https://github.com/rust-lang/crates.io-index"3121checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3122dependencies = [3123 "ahash",3124]31253126[[package]]3127name = "heck"3128version = "0.3.3"3129source = "registry+https://github.com/rust-lang/crates.io-index"3130checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3131dependencies = [3132 "unicode-segmentation",3133]31343135[[package]]3136name = "hermit-abi"3137version = "0.1.19"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3140dependencies = [3141 "libc",3142]31433144[[package]]3145name = "hex"3146version = "0.4.3"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"31493150[[package]]3151name = "hex-literal"3152version = "0.3.4"3153source = "registry+https://github.com/rust-lang/crates.io-index"3154checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"31553156[[package]]3157name = "hex_fmt"3158version = "0.3.0"3159source = "registry+https://github.com/rust-lang/crates.io-index"3160checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"31613162[[package]]3163name = "hmac"3164version = "0.7.1"3165source = "registry+https://github.com/rust-lang/crates.io-index"3166checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3167dependencies = [3168 "crypto-mac 0.7.0",3169 "digest 0.8.1",3170]31713172[[package]]3173name = "hmac"3174version = "0.8.1"3175source = "registry+https://github.com/rust-lang/crates.io-index"3176checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3177dependencies = [3178 "crypto-mac 0.8.0",3179 "digest 0.9.0",3180]31813182[[package]]3183name = "hmac"3184version = "0.11.0"3185source = "registry+https://github.com/rust-lang/crates.io-index"3186checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3187dependencies = [3188 "crypto-mac 0.11.1",3189 "digest 0.9.0",3190]31913192[[package]]3193name = "hmac-drbg"3194version = "0.2.0"3195source = "registry+https://github.com/rust-lang/crates.io-index"3196checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3197dependencies = [3198 "digest 0.8.1",3199 "generic-array 0.12.4",3200 "hmac 0.7.1",3201]32023203[[package]]3204name = "hmac-drbg"3205version = "0.3.0"3206source = "registry+https://github.com/rust-lang/crates.io-index"3207checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3208dependencies = [3209 "digest 0.9.0",3210 "generic-array 0.14.5",3211 "hmac 0.8.1",3212]32133214[[package]]3215name = "hostname"3216version = "0.3.1"3217source = "registry+https://github.com/rust-lang/crates.io-index"3218checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3219dependencies = [3220 "libc",3221 "match_cfg",3222 "winapi 0.3.9",3223]32243225[[package]]3226name = "http"3227version = "0.2.6"3228source = "registry+https://github.com/rust-lang/crates.io-index"3229checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3230dependencies = [3231 "bytes 1.1.0",3232 "fnv",3233 "itoa 1.0.1",3234]32353236[[package]]3237name = "http-body"3238version = "0.4.4"3239source = "registry+https://github.com/rust-lang/crates.io-index"3240checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3241dependencies = [3242 "bytes 1.1.0",3243 "http",3244 "pin-project-lite 0.2.8",3245]32463247[[package]]3248name = "httparse"3249version = "1.5.1"3250source = "registry+https://github.com/rust-lang/crates.io-index"3251checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"32523253[[package]]3254name = "httpdate"3255version = "1.0.2"3256source = "registry+https://github.com/rust-lang/crates.io-index"3257checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"32583259[[package]]3260name = "humantime"3261version = "1.3.0"3262source = "registry+https://github.com/rust-lang/crates.io-index"3263checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"3264dependencies = [3265 "quick-error 1.2.3",3266]32673268[[package]]3269name = "humantime"3270version = "2.1.0"3271source = "registry+https://github.com/rust-lang/crates.io-index"3272checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32733274[[package]]3275name = "hyper"3276version = "0.14.16"3277source = "registry+https://github.com/rust-lang/crates.io-index"3278checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"3279dependencies = [3280 "bytes 1.1.0",3281 "futures-channel",3282 "futures-core",3283 "futures-util",3284 "h2",3285 "http",3286 "http-body",3287 "httparse",3288 "httpdate",3289 "itoa 0.4.8",3290 "pin-project-lite 0.2.8",3291 "socket2 0.4.2",3292 "tokio 1.15.0",3293 "tower-service",3294 "tracing",3295 "want",3296]32973298[[package]]3299name = "hyper-rustls"3300version = "0.22.1"3301source = "registry+https://github.com/rust-lang/crates.io-index"3302checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3303dependencies = [3304 "ct-logs",3305 "futures-util",3306 "hyper",3307 "log",3308 "rustls",3309 "rustls-native-certs",3310 "tokio 1.15.0",3311 "tokio-rustls",3312 "webpki",3313]33143315[[package]]3316name = "ident_case"3317version = "1.0.1"3318source = "registry+https://github.com/rust-lang/crates.io-index"3319checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"33203321[[package]]3322name = "idna"3323version = "0.1.5"3324source = "registry+https://github.com/rust-lang/crates.io-index"3325checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3326dependencies = [3327 "matches",3328 "unicode-bidi",3329 "unicode-normalization",3330]33313332[[package]]3333name = "idna"3334version = "0.2.3"3335source = "registry+https://github.com/rust-lang/crates.io-index"3336checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3337dependencies = [3338 "matches",3339 "unicode-bidi",3340 "unicode-normalization",3341]33423343[[package]]3344name = "if-addrs"3345version = "0.6.7"3346source = "registry+https://github.com/rust-lang/crates.io-index"3347checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3348dependencies = [3349 "if-addrs-sys",3350 "libc",3351 "winapi 0.3.9",3352]33533354[[package]]3355name = "if-addrs-sys"3356version = "0.3.2"3357source = "registry+https://github.com/rust-lang/crates.io-index"3358checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3359dependencies = [3360 "cc",3361 "libc",3362]33633364[[package]]3365name = "if-watch"3366version = "0.2.2"3367source = "registry+https://github.com/rust-lang/crates.io-index"3368checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3369dependencies = [3370 "async-io",3371 "futures 0.3.19",3372 "futures-lite",3373 "if-addrs",3374 "ipnet",3375 "libc",3376 "log",3377 "winapi 0.3.9",3378]33793380[[package]]3381name = "impl-codec"3382version = "0.5.1"3383source = "registry+https://github.com/rust-lang/crates.io-index"3384checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3385dependencies = [3386 "parity-scale-codec",3387]33883389[[package]]3390name = "impl-rlp"3391version = "0.3.0"3392source = "registry+https://github.com/rust-lang/crates.io-index"3393checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3394dependencies = [3395 "rlp",3396]33973398[[package]]3399name = "impl-serde"3400version = "0.3.2"3401source = "registry+https://github.com/rust-lang/crates.io-index"3402checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3403dependencies = [3404 "serde",3405]34063407[[package]]3408name = "impl-trait-for-tuples"3409version = "0.2.1"3410source = "registry+https://github.com/rust-lang/crates.io-index"3411checksum = "d5dacb10c5b3bb92d46ba347505a9041e676bb20ad220101326bffb0c93031ee"3412dependencies = [3413 "proc-macro2",3414 "quote",3415 "syn",3416]34173418[[package]]3419name = "indexmap"3420version = "1.8.0"3421source = "registry+https://github.com/rust-lang/crates.io-index"3422checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3423dependencies = [3424 "autocfg",3425 "hashbrown",3426 "serde",3427]34283429[[package]]3430name = "instant"3431version = "0.1.12"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3434dependencies = [3435 "cfg-if 1.0.0",3436]34373438[[package]]3439name = "integer-encoding"3440version = "3.0.2"3441source = "registry+https://github.com/rust-lang/crates.io-index"3442checksum = "90c11140ffea82edce8dcd74137ce9324ec24b3cf0175fc9d7e29164da9915b8"34433444[[package]]3445name = "integer-sqrt"3446version = "0.1.5"3447source = "registry+https://github.com/rust-lang/crates.io-index"3448checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3449dependencies = [3450 "num-traits",3451]34523453[[package]]3454name = "io-lifetimes"3455version = "0.4.4"3456source = "registry+https://github.com/rust-lang/crates.io-index"3457checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3458dependencies = [3459 "winapi 0.3.9",3460]34613462[[package]]3463name = "iovec"3464version = "0.1.4"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3467dependencies = [3468 "libc",3469]34703471[[package]]3472name = "ip_network"3473version = "0.4.1"3474source = "registry+https://github.com/rust-lang/crates.io-index"3475checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"34763477[[package]]3478name = "ipconfig"3479version = "0.2.2"3480source = "registry+https://github.com/rust-lang/crates.io-index"3481checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3482dependencies = [3483 "socket2 0.3.19",3484 "widestring",3485 "winapi 0.3.9",3486 "winreg",3487]34883489[[package]]3490name = "ipnet"3491version = "2.3.1"3492source = "registry+https://github.com/rust-lang/crates.io-index"3493checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"34943495[[package]]3496name = "itertools"3497version = "0.10.3"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3500dependencies = [3501 "either",3502]35033504[[package]]3505name = "itoa"3506version = "0.4.8"3507source = "registry+https://github.com/rust-lang/crates.io-index"3508checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"35093510[[package]]3511name = "itoa"3512version = "1.0.1"3513source = "registry+https://github.com/rust-lang/crates.io-index"3514checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"35153516[[package]]3517name = "jobserver"3518version = "0.1.24"3519source = "registry+https://github.com/rust-lang/crates.io-index"3520checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3521dependencies = [3522 "libc",3523]35243525[[package]]3526name = "js-sys"3527version = "0.3.55"3528source = "registry+https://github.com/rust-lang/crates.io-index"3529checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"3530dependencies = [3531 "wasm-bindgen",3532]35333534[[package]]3535name = "jsonrpc-client-transports"3536version = "18.0.0"3537source = "registry+https://github.com/rust-lang/crates.io-index"3538checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3539dependencies = [3540 "derive_more",3541 "futures 0.3.19",3542 "jsonrpc-core",3543 "jsonrpc-pubsub",3544 "log",3545 "serde",3546 "serde_json",3547 "url 1.7.2",3548]35493550[[package]]3551name = "jsonrpc-core"3552version = "18.0.0"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3555dependencies = [3556 "futures 0.3.19",3557 "futures-executor",3558 "futures-util",3559 "log",3560 "serde",3561 "serde_derive",3562 "serde_json",3563]35643565[[package]]3566name = "jsonrpc-core-client"3567version = "18.0.0"3568source = "registry+https://github.com/rust-lang/crates.io-index"3569checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3570dependencies = [3571 "futures 0.3.19",3572 "jsonrpc-client-transports",3573]35743575[[package]]3576name = "jsonrpc-derive"3577version = "18.0.0"3578source = "registry+https://github.com/rust-lang/crates.io-index"3579checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3580dependencies = [3581 "proc-macro-crate 0.1.5",3582 "proc-macro2",3583 "quote",3584 "syn",3585]35863587[[package]]3588name = "jsonrpc-http-server"3589version = "18.0.0"3590source = "registry+https://github.com/rust-lang/crates.io-index"3591checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3592dependencies = [3593 "futures 0.3.19",3594 "hyper",3595 "jsonrpc-core",3596 "jsonrpc-server-utils",3597 "log",3598 "net2",3599 "parking_lot 0.11.2",3600 "unicase",3601]36023603[[package]]3604name = "jsonrpc-ipc-server"3605version = "18.0.0"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3608dependencies = [3609 "futures 0.3.19",3610 "jsonrpc-core",3611 "jsonrpc-server-utils",3612 "log",3613 "parity-tokio-ipc",3614 "parking_lot 0.11.2",3615 "tower-service",3616]36173618[[package]]3619name = "jsonrpc-pubsub"3620version = "18.0.0"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3623dependencies = [3624 "futures 0.3.19",3625 "jsonrpc-core",3626 "lazy_static",3627 "log",3628 "parking_lot 0.11.2",3629 "rand 0.7.3",3630 "serde",3631]36323633[[package]]3634name = "jsonrpc-server-utils"3635version = "18.0.0"3636source = "registry+https://github.com/rust-lang/crates.io-index"3637checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3638dependencies = [3639 "bytes 1.1.0",3640 "futures 0.3.19",3641 "globset",3642 "jsonrpc-core",3643 "lazy_static",3644 "log",3645 "tokio 1.15.0",3646 "tokio-stream",3647 "tokio-util",3648 "unicase",3649]36503651[[package]]3652name = "jsonrpc-ws-server"3653version = "18.0.0"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3656dependencies = [3657 "futures 0.3.19",3658 "jsonrpc-core",3659 "jsonrpc-server-utils",3660 "log",3661 "parity-ws",3662 "parking_lot 0.11.2",3663 "slab",3664]36653666[[package]]3667name = "jsonrpsee"3668version = "0.4.1"3669source = "registry+https://github.com/rust-lang/crates.io-index"3670checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3671dependencies = [3672 "jsonrpsee-proc-macros",3673 "jsonrpsee-types",3674 "jsonrpsee-utils",3675 "jsonrpsee-ws-client",3676]36773678[[package]]3679name = "jsonrpsee-proc-macros"3680version = "0.4.1"3681source = "registry+https://github.com/rust-lang/crates.io-index"3682checksum = "d802063f7a3c867456955f9d2f15eb3ee0edb5ec9ec2b5526324756759221c0f"3683dependencies = [3684 "log",3685 "proc-macro-crate 1.1.0",3686 "proc-macro2",3687 "quote",3688 "syn",3689]36903691[[package]]3692name = "jsonrpsee-types"3693version = "0.4.1"3694source = "registry+https://github.com/rust-lang/crates.io-index"3695checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"3696dependencies = [3697 "anyhow",3698 "async-trait",3699 "beef",3700 "futures-channel",3701 "futures-util",3702 "hyper",3703 "log",3704 "serde",3705 "serde_json",3706 "soketto",3707 "thiserror",3708]37093710[[package]]3711name = "jsonrpsee-utils"3712version = "0.4.1"3713source = "registry+https://github.com/rust-lang/crates.io-index"3714checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"3715dependencies = [3716 "arrayvec 0.7.2",3717 "beef",3718 "jsonrpsee-types",3719]37203721[[package]]3722name = "jsonrpsee-ws-client"3723version = "0.4.1"3724source = "registry+https://github.com/rust-lang/crates.io-index"3725checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"3726dependencies = [3727 "arrayvec 0.7.2",3728 "async-trait",3729 "fnv",3730 "futures 0.3.19",3731 "http",3732 "jsonrpsee-types",3733 "log",3734 "pin-project 1.0.10",3735 "rustls-native-certs",3736 "serde",3737 "serde_json",3738 "soketto",3739 "thiserror",3740 "tokio 1.15.0",3741 "tokio-rustls",3742 "tokio-util",3743]37443745[[package]]3746name = "keccak"3747version = "0.1.0"3748source = "registry+https://github.com/rust-lang/crates.io-index"3749checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"37503751[[package]]3752name = "kernel32-sys"3753version = "0.2.2"3754source = "registry+https://github.com/rust-lang/crates.io-index"3755checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3756dependencies = [3757 "winapi 0.2.8",3758 "winapi-build",3759]37603761[[package]]3762name = "kusama-runtime"3763version = "0.9.16"3764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"3765dependencies = [3766 "beefy-primitives",3767 "bitvec",3768 "frame-benchmarking",3769 "frame-election-provider-support",3770 "frame-executive",3771 "frame-support",3772 "frame-system",3773 "frame-system-benchmarking",3774 "frame-system-rpc-runtime-api",3775 "frame-try-runtime",3776 "hex-literal",3777 "kusama-runtime-constants",3778 "log",3779 "pallet-authority-discovery",3780 "pallet-authorship",3781 "pallet-babe",3782 "pallet-bags-list",3783 "pallet-balances",3784 "pallet-bounties",3785 "pallet-collective",3786 "pallet-democracy",3787 "pallet-election-provider-multi-phase",3788 "pallet-elections-phragmen",3789 "pallet-gilt",3790 "pallet-grandpa",3791 "pallet-identity",3792 "pallet-im-online",3793 "pallet-indices",3794 "pallet-membership",3795 "pallet-mmr-primitives",3796 "pallet-multisig",3797 "pallet-nicks",3798 "pallet-offences",3799 "pallet-offences-benchmarking",3800 "pallet-preimage",3801 "pallet-proxy",3802 "pallet-recovery",3803 "pallet-scheduler",3804 "pallet-session",3805 "pallet-session-benchmarking",3806 "pallet-society",3807 "pallet-staking",3808 "pallet-staking-reward-fn",3809 "pallet-timestamp",3810 "pallet-tips",3811 "pallet-transaction-payment",3812 "pallet-transaction-payment-rpc-runtime-api",3813 "pallet-treasury",3814 "pallet-utility",3815 "pallet-vesting",3816 "pallet-xcm",3817 "parity-scale-codec",3818 "polkadot-primitives",3819 "polkadot-runtime-common",3820 "polkadot-runtime-parachains",3821 "rustc-hex",3822 "scale-info",3823 "serde",3824 "serde_derive",3825 "smallvec",3826 "sp-api",3827 "sp-arithmetic",3828 "sp-authority-discovery",3829 "sp-block-builder",3830 "sp-consensus-babe",3831 "sp-core",3832 "sp-inherents",3833 "sp-io",3834 "sp-npos-elections",3835 "sp-offchain",3836 "sp-runtime",3837 "sp-session",3838 "sp-staking",3839 "sp-std",3840 "sp-transaction-pool",3841 "sp-version",3842 "static_assertions",3843 "substrate-wasm-builder",3844 "xcm",3845 "xcm-builder",3846 "xcm-executor",3847]38483849[[package]]3850name = "kusama-runtime-constants"3851version = "0.9.16"3852source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"3853dependencies = [3854 "frame-support",3855 "polkadot-primitives",3856 "polkadot-runtime-common",3857 "smallvec",3858 "sp-runtime",3859]38603861[[package]]3862name = "kv-log-macro"3863version = "1.0.7"3864source = "registry+https://github.com/rust-lang/crates.io-index"3865checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3866dependencies = [3867 "log",3868]38693870[[package]]3871name = "kvdb"3872version = "0.10.0"3873source = "registry+https://github.com/rust-lang/crates.io-index"3874checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3875dependencies = [3876 "parity-util-mem",3877 "smallvec",3878]38793880[[package]]3881name = "kvdb-memorydb"3882version = "0.10.0"3883source = "registry+https://github.com/rust-lang/crates.io-index"3884checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"3885dependencies = [3886 "kvdb",3887 "parity-util-mem",3888 "parking_lot 0.11.2",3889]38903891[[package]]3892name = "kvdb-rocksdb"3893version = "0.14.0"3894source = "registry+https://github.com/rust-lang/crates.io-index"3895checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3896dependencies = [3897 "fs-swap",3898 "kvdb",3899 "log",3900 "num_cpus",3901 "owning_ref",3902 "parity-util-mem",3903 "parking_lot 0.11.2",3904 "regex",3905 "rocksdb",3906 "smallvec",3907]39083909[[package]]3910name = "lazy_static"3911version = "1.4.0"3912source = "registry+https://github.com/rust-lang/crates.io-index"3913checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"39143915[[package]]3916name = "lazycell"3917version = "1.3.0"3918source = "registry+https://github.com/rust-lang/crates.io-index"3919checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"39203921[[package]]3922name = "libc"3923version = "0.2.112"3924source = "registry+https://github.com/rust-lang/crates.io-index"3925checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125"39263927[[package]]3928name = "libloading"3929version = "0.5.2"3930source = "registry+https://github.com/rust-lang/crates.io-index"3931checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3932dependencies = [3933 "cc",3934 "winapi 0.3.9",3935]39363937[[package]]3938name = "libloading"3939version = "0.7.3"3940source = "registry+https://github.com/rust-lang/crates.io-index"3941checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"3942dependencies = [3943 "cfg-if 1.0.0",3944 "winapi 0.3.9",3945]39463947[[package]]3948name = "libm"3949version = "0.2.1"3950source = "registry+https://github.com/rust-lang/crates.io-index"3951checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"39523953[[package]]3954name = "libp2p"3955version = "0.40.0"3956source = "registry+https://github.com/rust-lang/crates.io-index"3957checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"3958dependencies = [3959 "atomic",3960 "bytes 1.1.0",3961 "futures 0.3.19",3962 "lazy_static",3963 "libp2p-core",3964 "libp2p-deflate",3965 "libp2p-dns",3966 "libp2p-floodsub",3967 "libp2p-gossipsub",3968 "libp2p-identify",3969 "libp2p-kad",3970 "libp2p-mdns",3971 "libp2p-metrics",3972 "libp2p-mplex",3973 "libp2p-noise",3974 "libp2p-ping",3975 "libp2p-plaintext",3976 "libp2p-pnet",3977 "libp2p-relay",3978 "libp2p-rendezvous",3979 "libp2p-request-response",3980 "libp2p-swarm",3981 "libp2p-swarm-derive",3982 "libp2p-tcp",3983 "libp2p-uds",3984 "libp2p-wasm-ext",3985 "libp2p-websocket",3986 "libp2p-yamux",3987 "multiaddr",3988 "parking_lot 0.11.2",3989 "pin-project 1.0.10",3990 "smallvec",3991 "wasm-timer",3992]39933994[[package]]3995name = "libp2p-core"3996version = "0.30.0"3997source = "registry+https://github.com/rust-lang/crates.io-index"3998checksum = "bef22d9bba1e8bcb7ec300073e6802943fe8abb8190431842262b5f1c30abba1"3999dependencies = [4000 "asn1_der",4001 "bs58",4002 "ed25519-dalek",4003 "either",4004 "fnv",4005 "futures 0.3.19",4006 "futures-timer",4007 "lazy_static",4008 "libsecp256k1 0.7.0",4009 "log",4010 "multiaddr",4011 "multihash 0.14.0",4012 "multistream-select",4013 "parking_lot 0.11.2",4014 "pin-project 1.0.10",4015 "prost",4016 "prost-build",4017 "rand 0.8.4",4018 "ring",4019 "rw-stream-sink",4020 "sha2 0.9.9",4021 "smallvec",4022 "thiserror",4023 "unsigned-varint 0.7.1",4024 "void",4025 "zeroize",4026]40274028[[package]]4029name = "libp2p-deflate"4030version = "0.30.0"4031source = "registry+https://github.com/rust-lang/crates.io-index"4032checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4033dependencies = [4034 "flate2",4035 "futures 0.3.19",4036 "libp2p-core",4037]40384039[[package]]4040name = "libp2p-dns"4041version = "0.30.0"4042source = "registry+https://github.com/rust-lang/crates.io-index"4043checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4044dependencies = [4045 "async-std-resolver",4046 "futures 0.3.19",4047 "libp2p-core",4048 "log",4049 "smallvec",4050 "trust-dns-resolver",4051]40524053[[package]]4054name = "libp2p-floodsub"4055version = "0.31.0"4056source = "registry+https://github.com/rust-lang/crates.io-index"4057checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4058dependencies = [4059 "cuckoofilter",4060 "fnv",4061 "futures 0.3.19",4062 "libp2p-core",4063 "libp2p-swarm",4064 "log",4065 "prost",4066 "prost-build",4067 "rand 0.7.3",4068 "smallvec",4069]40704071[[package]]4072name = "libp2p-gossipsub"4073version = "0.33.0"4074source = "registry+https://github.com/rust-lang/crates.io-index"4075checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4076dependencies = [4077 "asynchronous-codec 0.6.0",4078 "base64",4079 "byteorder",4080 "bytes 1.1.0",4081 "fnv",4082 "futures 0.3.19",4083 "hex_fmt",4084 "libp2p-core",4085 "libp2p-swarm",4086 "log",4087 "prost",4088 "prost-build",4089 "rand 0.7.3",4090 "regex",4091 "sha2 0.9.9",4092 "smallvec",4093 "unsigned-varint 0.7.1",4094 "wasm-timer",4095]40964097[[package]]4098name = "libp2p-identify"4099version = "0.31.0"4100source = "registry+https://github.com/rust-lang/crates.io-index"4101checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4102dependencies = [4103 "futures 0.3.19",4104 "libp2p-core",4105 "libp2p-swarm",4106 "log",4107 "lru 0.6.6",4108 "prost",4109 "prost-build",4110 "smallvec",4111 "wasm-timer",4112]41134114[[package]]4115name = "libp2p-kad"4116version = "0.32.0"4117source = "registry+https://github.com/rust-lang/crates.io-index"4118checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4119dependencies = [4120 "arrayvec 0.5.2",4121 "asynchronous-codec 0.6.0",4122 "bytes 1.1.0",4123 "either",4124 "fnv",4125 "futures 0.3.19",4126 "libp2p-core",4127 "libp2p-swarm",4128 "log",4129 "prost",4130 "prost-build",4131 "rand 0.7.3",4132 "sha2 0.9.9",4133 "smallvec",4134 "uint",4135 "unsigned-varint 0.7.1",4136 "void",4137 "wasm-timer",4138]41394140[[package]]4141name = "libp2p-mdns"4142version = "0.32.0"4143source = "registry+https://github.com/rust-lang/crates.io-index"4144checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4145dependencies = [4146 "async-io",4147 "data-encoding",4148 "dns-parser",4149 "futures 0.3.19",4150 "if-watch",4151 "lazy_static",4152 "libp2p-core",4153 "libp2p-swarm",4154 "log",4155 "rand 0.8.4",4156 "smallvec",4157 "socket2 0.4.2",4158 "void",4159]41604161[[package]]4162name = "libp2p-metrics"4163version = "0.1.0"4164source = "registry+https://github.com/rust-lang/crates.io-index"4165checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4166dependencies = [4167 "libp2p-core",4168 "libp2p-identify",4169 "libp2p-kad",4170 "libp2p-ping",4171 "libp2p-swarm",4172 "open-metrics-client",4173]41744175[[package]]4176name = "libp2p-mplex"4177version = "0.30.0"4178source = "registry+https://github.com/rust-lang/crates.io-index"4179checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4180dependencies = [4181 "asynchronous-codec 0.6.0",4182 "bytes 1.1.0",4183 "futures 0.3.19",4184 "libp2p-core",4185 "log",4186 "nohash-hasher",4187 "parking_lot 0.11.2",4188 "rand 0.7.3",4189 "smallvec",4190 "unsigned-varint 0.7.1",4191]41924193[[package]]4194name = "libp2p-noise"4195version = "0.33.0"4196source = "registry+https://github.com/rust-lang/crates.io-index"4197checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4198dependencies = [4199 "bytes 1.1.0",4200 "curve25519-dalek 3.2.0",4201 "futures 0.3.19",4202 "lazy_static",4203 "libp2p-core",4204 "log",4205 "prost",4206 "prost-build",4207 "rand 0.8.4",4208 "sha2 0.9.9",4209 "snow",4210 "static_assertions",4211 "x25519-dalek",4212 "zeroize",4213]42144215[[package]]4216name = "libp2p-ping"4217version = "0.31.0"4218source = "registry+https://github.com/rust-lang/crates.io-index"4219checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4220dependencies = [4221 "futures 0.3.19",4222 "libp2p-core",4223 "libp2p-swarm",4224 "log",4225 "rand 0.7.3",4226 "void",4227 "wasm-timer",4228]42294230[[package]]4231name = "libp2p-plaintext"4232version = "0.30.0"4233source = "registry+https://github.com/rust-lang/crates.io-index"4234checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4235dependencies = [4236 "asynchronous-codec 0.6.0",4237 "bytes 1.1.0",4238 "futures 0.3.19",4239 "libp2p-core",4240 "log",4241 "prost",4242 "prost-build",4243 "unsigned-varint 0.7.1",4244 "void",4245]42464247[[package]]4248name = "libp2p-pnet"4249version = "0.22.0"4250source = "registry+https://github.com/rust-lang/crates.io-index"4251checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4252dependencies = [4253 "futures 0.3.19",4254 "log",4255 "pin-project 1.0.10",4256 "rand 0.7.3",4257 "salsa20",4258 "sha3 0.9.1",4259]42604261[[package]]4262name = "libp2p-relay"4263version = "0.4.0"4264source = "registry+https://github.com/rust-lang/crates.io-index"4265checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4266dependencies = [4267 "asynchronous-codec 0.6.0",4268 "bytes 1.1.0",4269 "futures 0.3.19",4270 "futures-timer",4271 "libp2p-core",4272 "libp2p-swarm",4273 "log",4274 "pin-project 1.0.10",4275 "prost",4276 "prost-build",4277 "rand 0.7.3",4278 "smallvec",4279 "unsigned-varint 0.7.1",4280 "void",4281 "wasm-timer",4282]42834284[[package]]4285name = "libp2p-rendezvous"4286version = "0.1.0"4287source = "registry+https://github.com/rust-lang/crates.io-index"4288checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4289dependencies = [4290 "asynchronous-codec 0.6.0",4291 "bimap",4292 "futures 0.3.19",4293 "libp2p-core",4294 "libp2p-swarm",4295 "log",4296 "prost",4297 "prost-build",4298 "rand 0.8.4",4299 "sha2 0.9.9",4300 "thiserror",4301 "unsigned-varint 0.7.1",4302 "void",4303 "wasm-timer",4304]43054306[[package]]4307name = "libp2p-request-response"4308version = "0.13.0"4309source = "registry+https://github.com/rust-lang/crates.io-index"4310checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4311dependencies = [4312 "async-trait",4313 "bytes 1.1.0",4314 "futures 0.3.19",4315 "libp2p-core",4316 "libp2p-swarm",4317 "log",4318 "lru 0.7.2",4319 "rand 0.7.3",4320 "smallvec",4321 "unsigned-varint 0.7.1",4322 "wasm-timer",4323]43244325[[package]]4326name = "libp2p-swarm"4327version = "0.31.0"4328source = "registry+https://github.com/rust-lang/crates.io-index"4329checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4330dependencies = [4331 "either",4332 "futures 0.3.19",4333 "libp2p-core",4334 "log",4335 "rand 0.7.3",4336 "smallvec",4337 "void",4338 "wasm-timer",4339]43404341[[package]]4342name = "libp2p-swarm-derive"4343version = "0.25.0"4344source = "registry+https://github.com/rust-lang/crates.io-index"4345checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4346dependencies = [4347 "quote",4348 "syn",4349]43504351[[package]]4352name = "libp2p-tcp"4353version = "0.30.0"4354source = "registry+https://github.com/rust-lang/crates.io-index"4355checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4356dependencies = [4357 "async-io",4358 "futures 0.3.19",4359 "futures-timer",4360 "if-watch",4361 "ipnet",4362 "libc",4363 "libp2p-core",4364 "log",4365 "socket2 0.4.2",4366]43674368[[package]]4369name = "libp2p-uds"4370version = "0.30.0"4371source = "registry+https://github.com/rust-lang/crates.io-index"4372checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4373dependencies = [4374 "async-std",4375 "futures 0.3.19",4376 "libp2p-core",4377 "log",4378]43794380[[package]]4381name = "libp2p-wasm-ext"4382version = "0.30.0"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4385dependencies = [4386 "futures 0.3.19",4387 "js-sys",4388 "libp2p-core",4389 "parity-send-wrapper",4390 "wasm-bindgen",4391 "wasm-bindgen-futures",4392]43934394[[package]]4395name = "libp2p-websocket"4396version = "0.31.0"4397source = "registry+https://github.com/rust-lang/crates.io-index"4398checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4399dependencies = [4400 "either",4401 "futures 0.3.19",4402 "futures-rustls",4403 "libp2p-core",4404 "log",4405 "quicksink",4406 "rw-stream-sink",4407 "soketto",4408 "url 2.2.2",4409 "webpki-roots",4410]44114412[[package]]4413name = "libp2p-yamux"4414version = "0.34.0"4415source = "registry+https://github.com/rust-lang/crates.io-index"4416checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4417dependencies = [4418 "futures 0.3.19",4419 "libp2p-core",4420 "parking_lot 0.11.2",4421 "thiserror",4422 "yamux",4423]44244425[[package]]4426name = "librocksdb-sys"4427version = "6.20.3"4428source = "registry+https://github.com/rust-lang/crates.io-index"4429checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4430dependencies = [4431 "bindgen",4432 "cc",4433 "glob",4434 "libc",4435]44364437[[package]]4438name = "libsecp256k1"4439version = "0.3.5"4440source = "registry+https://github.com/rust-lang/crates.io-index"4441checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4442dependencies = [4443 "arrayref",4444 "crunchy",4445 "digest 0.8.1",4446 "hmac-drbg 0.2.0",4447 "rand 0.7.3",4448 "sha2 0.8.2",4449 "subtle 2.4.1",4450 "typenum",4451]44524453[[package]]4454name = "libsecp256k1"4455version = "0.7.0"4456source = "registry+https://github.com/rust-lang/crates.io-index"4457checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4458dependencies = [4459 "arrayref",4460 "base64",4461 "digest 0.9.0",4462 "hmac-drbg 0.3.0",4463 "libsecp256k1-core",4464 "libsecp256k1-gen-ecmult",4465 "libsecp256k1-gen-genmult",4466 "rand 0.8.4",4467 "serde",4468 "sha2 0.9.9",4469 "typenum",4470]44714472[[package]]4473name = "libsecp256k1-core"4474version = "0.3.0"4475source = "registry+https://github.com/rust-lang/crates.io-index"4476checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4477dependencies = [4478 "crunchy",4479 "digest 0.9.0",4480 "subtle 2.4.1",4481]44824483[[package]]4484name = "libsecp256k1-gen-ecmult"4485version = "0.3.0"4486source = "registry+https://github.com/rust-lang/crates.io-index"4487checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4488dependencies = [4489 "libsecp256k1-core",4490]44914492[[package]]4493name = "libsecp256k1-gen-genmult"4494version = "0.3.0"4495source = "registry+https://github.com/rust-lang/crates.io-index"4496checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4497dependencies = [4498 "libsecp256k1-core",4499]45004501[[package]]4502name = "libz-sys"4503version = "1.1.3"4504source = "registry+https://github.com/rust-lang/crates.io-index"4505checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4506dependencies = [4507 "cc",4508 "pkg-config",4509 "vcpkg",4510]45114512[[package]]4513name = "linked-hash-map"4514version = "0.5.4"4515source = "registry+https://github.com/rust-lang/crates.io-index"4516checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"45174518[[package]]4519name = "linked_hash_set"4520version = "0.1.4"4521source = "registry+https://github.com/rust-lang/crates.io-index"4522checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4523dependencies = [4524 "linked-hash-map",4525]45264527[[package]]4528name = "linregress"4529version = "0.4.4"4530source = "registry+https://github.com/rust-lang/crates.io-index"4531checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4532dependencies = [4533 "nalgebra",4534 "statrs",4535]45364537[[package]]4538name = "linux-raw-sys"4539version = "0.0.36"4540source = "registry+https://github.com/rust-lang/crates.io-index"4541checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"45424543[[package]]4544name = "lock_api"4545version = "0.3.4"4546source = "registry+https://github.com/rust-lang/crates.io-index"4547checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4548dependencies = [4549 "scopeguard",4550]45514552[[package]]4553name = "lock_api"4554version = "0.4.5"4555source = "registry+https://github.com/rust-lang/crates.io-index"4556checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"4557dependencies = [4558 "scopeguard",4559]45604561[[package]]4562name = "log"4563version = "0.4.14"4564source = "registry+https://github.com/rust-lang/crates.io-index"4565checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4566dependencies = [4567 "cfg-if 1.0.0",4568 "value-bag",4569]45704571[[package]]4572name = "lru"4573version = "0.6.6"4574source = "registry+https://github.com/rust-lang/crates.io-index"4575checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4576dependencies = [4577 "hashbrown",4578]45794580[[package]]4581name = "lru"4582version = "0.7.2"4583source = "registry+https://github.com/rust-lang/crates.io-index"4584checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"4585dependencies = [4586 "hashbrown",4587]45884589[[package]]4590name = "lru-cache"4591version = "0.1.2"4592source = "registry+https://github.com/rust-lang/crates.io-index"4593checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4594dependencies = [4595 "linked-hash-map",4596]45974598[[package]]4599name = "lz4"4600version = "1.23.2"4601source = "registry+https://github.com/rust-lang/crates.io-index"4602checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4603dependencies = [4604 "libc",4605 "lz4-sys",4606]46074608[[package]]4609name = "lz4-sys"4610version = "1.9.2"4611source = "registry+https://github.com/rust-lang/crates.io-index"4612checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4613dependencies = [4614 "cc",4615 "libc",4616]46174618[[package]]4619name = "mach"4620version = "0.3.2"4621source = "registry+https://github.com/rust-lang/crates.io-index"4622checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4623dependencies = [4624 "libc",4625]46264627[[package]]4628name = "maplit"4629version = "1.0.2"4630source = "registry+https://github.com/rust-lang/crates.io-index"4631checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"46324633[[package]]4634name = "match_cfg"4635version = "0.1.0"4636source = "registry+https://github.com/rust-lang/crates.io-index"4637checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"46384639[[package]]4640name = "matchers"4641version = "0.0.1"4642source = "registry+https://github.com/rust-lang/crates.io-index"4643checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4644dependencies = [4645 "regex-automata",4646]46474648[[package]]4649name = "matches"4650version = "0.1.9"4651source = "registry+https://github.com/rust-lang/crates.io-index"4652checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"46534654[[package]]4655name = "matrixmultiply"4656version = "0.3.2"4657source = "registry+https://github.com/rust-lang/crates.io-index"4658checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4659dependencies = [4660 "rawpointer",4661]46624663[[package]]4664name = "memchr"4665version = "2.4.1"4666source = "registry+https://github.com/rust-lang/crates.io-index"4667checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"46684669[[package]]4670name = "memmap2"4671version = "0.2.3"4672source = "registry+https://github.com/rust-lang/crates.io-index"4673checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4674dependencies = [4675 "libc",4676]46774678[[package]]4679name = "memmap2"4680version = "0.5.2"4681source = "registry+https://github.com/rust-lang/crates.io-index"4682checksum = "fe3179b85e1fd8b14447cbebadb75e45a1002f541b925f0bfec366d56a81c56d"4683dependencies = [4684 "libc",4685]46864687[[package]]4688name = "memoffset"4689version = "0.6.5"4690source = "registry+https://github.com/rust-lang/crates.io-index"4691checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4692dependencies = [4693 "autocfg",4694]46954696[[package]]4697name = "memory-db"4698version = "0.28.0"4699source = "registry+https://github.com/rust-lang/crates.io-index"4700checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"4701dependencies = [4702 "hash-db",4703 "hashbrown",4704 "parity-util-mem",4705]47064707[[package]]4708name = "memory-lru"4709version = "0.1.0"4710source = "registry+https://github.com/rust-lang/crates.io-index"4711checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4712dependencies = [4713 "lru 0.6.6",4714]47154716[[package]]4717name = "memory_units"4718version = "0.3.0"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"47214722[[package]]4723name = "merlin"4724version = "2.0.1"4725source = "registry+https://github.com/rust-lang/crates.io-index"4726checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4727dependencies = [4728 "byteorder",4729 "keccak",4730 "rand_core 0.5.1",4731 "zeroize",4732]47334734[[package]]4735name = "metered-channel"4736version = "0.9.16"4737source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"4738dependencies = [4739 "derive_more",4740 "futures 0.3.19",4741 "futures-timer",4742 "thiserror",4743 "tracing",4744]47454746[[package]]4747name = "mick-jaeger"4748version = "0.1.7"4749source = "registry+https://github.com/rust-lang/crates.io-index"4750checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"4751dependencies = [4752 "futures 0.3.19",4753 "rand 0.8.4",4754 "thrift",4755]47564757[[package]]4758name = "minimal-lexical"4759version = "0.2.1"4760source = "registry+https://github.com/rust-lang/crates.io-index"4761checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"47624763[[package]]4764name = "miniz_oxide"4765version = "0.4.4"4766source = "registry+https://github.com/rust-lang/crates.io-index"4767checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4768dependencies = [4769 "adler",4770 "autocfg",4771]47724773[[package]]4774name = "mio"4775version = "0.6.23"4776source = "registry+https://github.com/rust-lang/crates.io-index"4777checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4778dependencies = [4779 "cfg-if 0.1.10",4780 "fuchsia-zircon",4781 "fuchsia-zircon-sys",4782 "iovec",4783 "kernel32-sys",4784 "libc",4785 "log",4786 "miow 0.2.2",4787 "net2",4788 "slab",4789 "winapi 0.2.8",4790]47914792[[package]]4793name = "mio"4794version = "0.7.14"4795source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"4797dependencies = [4798 "libc",4799 "log",4800 "miow 0.3.7",4801 "ntapi",4802 "winapi 0.3.9",4803]48044805[[package]]4806name = "mio-extras"4807version = "2.0.6"4808source = "registry+https://github.com/rust-lang/crates.io-index"4809checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4810dependencies = [4811 "lazycell",4812 "log",4813 "mio 0.6.23",4814 "slab",4815]48164817[[package]]4818name = "miow"4819version = "0.2.2"4820source = "registry+https://github.com/rust-lang/crates.io-index"4821checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4822dependencies = [4823 "kernel32-sys",4824 "net2",4825 "winapi 0.2.8",4826 "ws2_32-sys",4827]48284829[[package]]4830name = "miow"4831version = "0.3.7"4832source = "registry+https://github.com/rust-lang/crates.io-index"4833checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4834dependencies = [4835 "winapi 0.3.9",4836]48374838[[package]]4839name = "more-asserts"4840version = "0.2.2"4841source = "registry+https://github.com/rust-lang/crates.io-index"4842checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"48434844[[package]]4845name = "multiaddr"4846version = "0.13.0"4847source = "registry+https://github.com/rust-lang/crates.io-index"4848checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4849dependencies = [4850 "arrayref",4851 "bs58",4852 "byteorder",4853 "data-encoding",4854 "multihash 0.14.0",4855 "percent-encoding 2.1.0",4856 "serde",4857 "static_assertions",4858 "unsigned-varint 0.7.1",4859 "url 2.2.2",4860]48614862[[package]]4863name = "multibase"4864version = "0.8.0"4865source = "registry+https://github.com/rust-lang/crates.io-index"4866checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4867dependencies = [4868 "base-x",4869 "data-encoding",4870 "data-encoding-macro",4871]48724873[[package]]4874name = "multihash"4875version = "0.13.2"4876source = "registry+https://github.com/rust-lang/crates.io-index"4877checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4878dependencies = [4879 "blake2b_simd",4880 "blake2s_simd",4881 "blake3",4882 "digest 0.9.0",4883 "generic-array 0.14.5",4884 "multihash-derive",4885 "sha2 0.9.9",4886 "sha3 0.9.1",4887 "unsigned-varint 0.5.1",4888]48894890[[package]]4891name = "multihash"4892version = "0.14.0"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"4895dependencies = [4896 "digest 0.9.0",4897 "generic-array 0.14.5",4898 "multihash-derive",4899 "sha2 0.9.9",4900 "unsigned-varint 0.7.1",4901]49024903[[package]]4904name = "multihash-derive"4905version = "0.7.2"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4908dependencies = [4909 "proc-macro-crate 1.1.0",4910 "proc-macro-error",4911 "proc-macro2",4912 "quote",4913 "syn",4914 "synstructure",4915]49164917[[package]]4918name = "multimap"4919version = "0.8.3"4920source = "registry+https://github.com/rust-lang/crates.io-index"4921checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49224923[[package]]4924name = "multistream-select"4925version = "0.10.4"4926source = "registry+https://github.com/rust-lang/crates.io-index"4927checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"4928dependencies = [4929 "bytes 1.1.0",4930 "futures 0.3.19",4931 "log",4932 "pin-project 1.0.10",4933 "smallvec",4934 "unsigned-varint 0.7.1",4935]49364937[[package]]4938name = "nalgebra"4939version = "0.27.1"4940source = "registry+https://github.com/rust-lang/crates.io-index"4941checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4942dependencies = [4943 "approx",4944 "matrixmultiply",4945 "nalgebra-macros",4946 "num-complex",4947 "num-rational 0.4.0",4948 "num-traits",4949 "rand 0.8.4",4950 "rand_distr",4951 "simba",4952 "typenum",4953]49544955[[package]]4956name = "nalgebra-macros"4957version = "0.1.0"4958source = "registry+https://github.com/rust-lang/crates.io-index"4959checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4960dependencies = [4961 "proc-macro2",4962 "quote",4963 "syn",4964]49654966[[package]]4967name = "names"4968version = "0.12.0"4969source = "registry+https://github.com/rust-lang/crates.io-index"4970checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"4971dependencies = [4972 "rand 0.8.4",4973]49744975[[package]]4976name = "net2"4977version = "0.2.37"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4980dependencies = [4981 "cfg-if 0.1.10",4982 "libc",4983 "winapi 0.3.9",4984]49854986[[package]]4987name = "nodrop"4988version = "0.1.14"4989source = "registry+https://github.com/rust-lang/crates.io-index"4990checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"49914992[[package]]4993name = "nohash-hasher"4994version = "0.2.0"4995source = "registry+https://github.com/rust-lang/crates.io-index"4996checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"49974998[[package]]4999name = "nom"5000version = "7.1.0"5001source = "registry+https://github.com/rust-lang/crates.io-index"5002checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"5003dependencies = [5004 "memchr",5005 "minimal-lexical",5006 "version_check",5007]50085009[[package]]5010name = "ntapi"5011version = "0.3.6"5012source = "registry+https://github.com/rust-lang/crates.io-index"5013checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"5014dependencies = [5015 "winapi 0.3.9",5016]50175018[[package]]5019name = "num-bigint"5020version = "0.2.6"5021source = "registry+https://github.com/rust-lang/crates.io-index"5022checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5023dependencies = [5024 "autocfg",5025 "num-integer",5026 "num-traits",5027]50285029[[package]]5030name = "num-complex"5031version = "0.4.0"5032source = "registry+https://github.com/rust-lang/crates.io-index"5033checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5034dependencies = [5035 "num-traits",5036]50375038[[package]]5039name = "num-integer"5040version = "0.1.44"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5043dependencies = [5044 "autocfg",5045 "num-traits",5046]50475048[[package]]5049name = "num-rational"5050version = "0.2.4"5051source = "registry+https://github.com/rust-lang/crates.io-index"5052checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5053dependencies = [5054 "autocfg",5055 "num-bigint",5056 "num-integer",5057 "num-traits",5058]50595060[[package]]5061name = "num-rational"5062version = "0.4.0"5063source = "registry+https://github.com/rust-lang/crates.io-index"5064checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5065dependencies = [5066 "autocfg",5067 "num-integer",5068 "num-traits",5069]50705071[[package]]5072name = "num-traits"5073version = "0.2.14"5074source = "registry+https://github.com/rust-lang/crates.io-index"5075checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5076dependencies = [5077 "autocfg",5078 "libm",5079]50805081[[package]]5082name = "num_cpus"5083version = "1.13.1"5084source = "registry+https://github.com/rust-lang/crates.io-index"5085checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5086dependencies = [5087 "hermit-abi",5088 "libc",5089]50905091[[package]]5092name = "object"5093version = "0.27.1"5094source = "registry+https://github.com/rust-lang/crates.io-index"5095checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5096dependencies = [5097 "crc32fast",5098 "indexmap",5099 "memchr",5100]51015102[[package]]5103name = "once_cell"5104version = "1.9.0"5105source = "registry+https://github.com/rust-lang/crates.io-index"5106checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"51075108[[package]]5109name = "opaque-debug"5110version = "0.2.3"5111source = "registry+https://github.com/rust-lang/crates.io-index"5112checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"51135114[[package]]5115name = "opaque-debug"5116version = "0.3.0"5117source = "registry+https://github.com/rust-lang/crates.io-index"5118checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"51195120[[package]]5121name = "open-metrics-client"5122version = "0.12.0"5123source = "registry+https://github.com/rust-lang/crates.io-index"5124checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5125dependencies = [5126 "dtoa",5127 "itoa 0.4.8",5128 "open-metrics-client-derive-text-encode",5129 "owning_ref",5130]51315132[[package]]5133name = "open-metrics-client-derive-text-encode"5134version = "0.1.1"5135source = "registry+https://github.com/rust-lang/crates.io-index"5136checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5137dependencies = [5138 "proc-macro2",5139 "quote",5140 "syn",5141]51425143[[package]]5144name = "openssl-probe"5145version = "0.1.5"5146source = "registry+https://github.com/rust-lang/crates.io-index"5147checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"51485149[[package]]5150name = "ordered-float"5151version = "1.1.1"5152source = "registry+https://github.com/rust-lang/crates.io-index"5153checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5154dependencies = [5155 "num-traits",5156]51575158[[package]]5159name = "orml-vesting"5160version = "0.4.1-dev"5161source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.16#d9c538ae3b9dc0f7faacff2deed70becd10cd46e"5162dependencies = [5163 "frame-support",5164 "frame-system",5165 "parity-scale-codec",5166 "scale-info",5167 "serde",5168 "sp-io",5169 "sp-runtime",5170 "sp-std",5171]51725173[[package]]5174name = "owning_ref"5175version = "0.4.1"5176source = "registry+https://github.com/rust-lang/crates.io-index"5177checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5178dependencies = [5179 "stable_deref_trait",5180]51815182[[package]]5183name = "pallet-aura"5184version = "4.0.0-dev"5185source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5186dependencies = [5187 "frame-support",5188 "frame-system",5189 "pallet-timestamp",5190 "parity-scale-codec",5191 "scale-info",5192 "sp-application-crypto",5193 "sp-consensus-aura",5194 "sp-runtime",5195 "sp-std",5196]51975198[[package]]5199name = "pallet-authority-discovery"5200version = "4.0.0-dev"5201source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5202dependencies = [5203 "frame-support",5204 "frame-system",5205 "pallet-session",5206 "parity-scale-codec",5207 "scale-info",5208 "sp-application-crypto",5209 "sp-authority-discovery",5210 "sp-runtime",5211 "sp-std",5212]52135214[[package]]5215name = "pallet-authorship"5216version = "4.0.0-dev"5217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5218dependencies = [5219 "frame-support",5220 "frame-system",5221 "impl-trait-for-tuples",5222 "parity-scale-codec",5223 "scale-info",5224 "sp-authorship",5225 "sp-runtime",5226 "sp-std",5227]52285229[[package]]5230name = "pallet-babe"5231version = "4.0.0-dev"5232source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5233dependencies = [5234 "frame-benchmarking",5235 "frame-support",5236 "frame-system",5237 "log",5238 "pallet-authorship",5239 "pallet-session",5240 "pallet-timestamp",5241 "parity-scale-codec",5242 "scale-info",5243 "sp-application-crypto",5244 "sp-consensus-babe",5245 "sp-consensus-vrf",5246 "sp-io",5247 "sp-runtime",5248 "sp-session",5249 "sp-staking",5250 "sp-std",5251]52525253[[package]]5254name = "pallet-bags-list"5255version = "4.0.0-dev"5256source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5257dependencies = [5258 "frame-benchmarking",5259 "frame-election-provider-support",5260 "frame-support",5261 "frame-system",5262 "log",5263 "pallet-balances",5264 "parity-scale-codec",5265 "scale-info",5266 "sp-core",5267 "sp-io",5268 "sp-runtime",5269 "sp-std",5270 "sp-tracing",5271]52725273[[package]]5274name = "pallet-balances"5275version = "4.0.0-dev"5276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5277dependencies = [5278 "frame-benchmarking",5279 "frame-support",5280 "frame-system",5281 "log",5282 "parity-scale-codec",5283 "scale-info",5284 "sp-runtime",5285 "sp-std",5286]52875288[[package]]5289name = "pallet-base-fee"5290version = "1.0.0"5291source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5292dependencies = [5293 "frame-support",5294 "frame-system",5295 "pallet-evm",5296 "parity-scale-codec",5297 "scale-info",5298 "serde",5299 "sp-core",5300 "sp-runtime",5301]53025303[[package]]5304name = "pallet-beefy"5305version = "4.0.0-dev"5306source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5307dependencies = [5308 "beefy-primitives",5309 "frame-support",5310 "frame-system",5311 "pallet-session",5312 "parity-scale-codec",5313 "scale-info",5314 "serde",5315 "sp-runtime",5316 "sp-std",5317]53185319[[package]]5320name = "pallet-beefy-mmr"5321version = "4.0.0-dev"5322source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5323dependencies = [5324 "beefy-merkle-tree",5325 "beefy-primitives",5326 "frame-support",5327 "frame-system",5328 "hex",5329 "libsecp256k1 0.7.0",5330 "log",5331 "pallet-beefy",5332 "pallet-mmr",5333 "pallet-mmr-primitives",5334 "pallet-session",5335 "parity-scale-codec",5336 "scale-info",5337 "serde",5338 "sp-core",5339 "sp-io",5340 "sp-runtime",5341 "sp-std",5342]53435344[[package]]5345name = "pallet-bounties"5346version = "4.0.0-dev"5347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5348dependencies = [5349 "frame-benchmarking",5350 "frame-support",5351 "frame-system",5352 "log",5353 "pallet-treasury",5354 "parity-scale-codec",5355 "scale-info",5356 "sp-core",5357 "sp-io",5358 "sp-runtime",5359 "sp-std",5360]53615362[[package]]5363name = "pallet-bridge-dispatch"5364version = "0.1.0"5365source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"5366dependencies = [5367 "bp-message-dispatch",5368 "bp-runtime",5369 "frame-support",5370 "frame-system",5371 "log",5372 "parity-scale-codec",5373 "scale-info",5374 "sp-core",5375 "sp-runtime",5376 "sp-std",5377]53785379[[package]]5380name = "pallet-bridge-grandpa"5381version = "0.1.0"5382source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"5383dependencies = [5384 "bp-header-chain",5385 "bp-runtime",5386 "bp-test-utils",5387 "finality-grandpa",5388 "frame-support",5389 "frame-system",5390 "log",5391 "num-traits",5392 "parity-scale-codec",5393 "scale-info",5394 "serde",5395 "sp-finality-grandpa",5396 "sp-runtime",5397 "sp-std",5398 "sp-trie",5399]54005401[[package]]5402name = "pallet-bridge-messages"5403version = "0.1.0"5404source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"5405dependencies = [5406 "bitvec",5407 "bp-message-dispatch",5408 "bp-messages",5409 "bp-runtime",5410 "frame-support",5411 "frame-system",5412 "log",5413 "num-traits",5414 "parity-scale-codec",5415 "scale-info",5416 "serde",5417 "sp-core",5418 "sp-runtime",5419 "sp-std",5420]54215422[[package]]5423name = "pallet-collective"5424version = "4.0.0-dev"5425source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5426dependencies = [5427 "frame-benchmarking",5428 "frame-support",5429 "frame-system",5430 "log",5431 "parity-scale-codec",5432 "scale-info",5433 "sp-core",5434 "sp-io",5435 "sp-runtime",5436 "sp-std",5437]54385439[[package]]5440name = "pallet-common"5441version = "0.1.0"5442dependencies = [5443 "evm-coder",5444 "frame-support",5445 "frame-system",5446 "pallet-evm",5447 "pallet-evm-coder-substrate",5448 "parity-scale-codec",5449 "scale-info",5450 "serde",5451 "sp-core",5452 "sp-runtime",5453 "sp-std",5454 "up-data-structs",5455 "up-evm-mapping",5456]54575458[[package]]5459name = "pallet-democracy"5460version = "4.0.0-dev"5461source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5462dependencies = [5463 "frame-benchmarking",5464 "frame-support",5465 "frame-system",5466 "parity-scale-codec",5467 "scale-info",5468 "serde",5469 "sp-io",5470 "sp-runtime",5471 "sp-std",5472]54735474[[package]]5475name = "pallet-election-provider-multi-phase"5476version = "4.0.0-dev"5477source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5478dependencies = [5479 "frame-benchmarking",5480 "frame-election-provider-support",5481 "frame-support",5482 "frame-system",5483 "log",5484 "parity-scale-codec",5485 "rand 0.7.3",5486 "scale-info",5487 "sp-arithmetic",5488 "sp-core",5489 "sp-io",5490 "sp-npos-elections",5491 "sp-runtime",5492 "sp-std",5493 "static_assertions",5494 "strum 0.22.0",5495 "strum_macros 0.23.1",5496]54975498[[package]]5499name = "pallet-elections-phragmen"5500version = "5.0.0-dev"5501source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5502dependencies = [5503 "frame-benchmarking",5504 "frame-support",5505 "frame-system",5506 "log",5507 "parity-scale-codec",5508 "scale-info",5509 "sp-core",5510 "sp-io",5511 "sp-npos-elections",5512 "sp-runtime",5513 "sp-std",5514]55155516[[package]]5517name = "pallet-ethereum"5518version = "4.0.0-dev"5519source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5520dependencies = [5521 "ethereum",5522 "ethereum-types",5523 "evm",5524 "fp-consensus",5525 "fp-evm",5526 "fp-rpc",5527 "fp-self-contained",5528 "fp-storage",5529 "frame-support",5530 "frame-system",5531 "log",5532 "pallet-balances",5533 "pallet-evm",5534 "pallet-timestamp",5535 "parity-scale-codec",5536 "rlp",5537 "rustc-hex",5538 "scale-info",5539 "serde",5540 "sha3 0.8.2",5541 "sp-io",5542 "sp-runtime",5543 "sp-std",5544]55455546[[package]]5547name = "pallet-evm"5548version = "6.0.0-dev"5549source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5550dependencies = [5551 "evm",5552 "evm-gasometer",5553 "evm-runtime",5554 "fp-evm",5555 "frame-benchmarking",5556 "frame-support",5557 "frame-system",5558 "hex",5559 "impl-trait-for-tuples",5560 "log",5561 "pallet-balances",5562 "pallet-timestamp",5563 "parity-scale-codec",5564 "primitive-types 0.9.1",5565 "rlp",5566 "scale-info",5567 "serde",5568 "sha3 0.8.2",5569 "sp-core",5570 "sp-io",5571 "sp-runtime",5572 "sp-std",5573]55745575[[package]]5576name = "pallet-evm-coder-substrate"5577version = "0.1.0"5578dependencies = [5579 "ethereum",5580 "evm-coder",5581 "frame-benchmarking",5582 "frame-support",5583 "frame-system",5584 "pallet-ethereum",5585 "pallet-evm",5586 "parity-scale-codec",5587 "scale-info",5588 "sp-core",5589 "sp-std",5590]55915592[[package]]5593name = "pallet-evm-contract-helpers"5594version = "0.1.0"5595dependencies = [5596 "evm-coder",5597 "frame-support",5598 "frame-system",5599 "log",5600 "pallet-evm",5601 "pallet-evm-coder-substrate",5602 "parity-scale-codec",5603 "scale-info",5604 "sp-core",5605 "sp-runtime",5606 "sp-std",5607 "up-sponsorship",5608]56095610[[package]]5611name = "pallet-evm-migration"5612version = "0.1.0"5613dependencies = [5614 "fp-evm",5615 "frame-benchmarking",5616 "frame-support",5617 "frame-system",5618 "pallet-evm",5619 "parity-scale-codec",5620 "scale-info",5621 "sp-core",5622 "sp-io",5623 "sp-runtime",5624 "sp-std",5625]56265627[[package]]5628name = "pallet-evm-transaction-payment"5629version = "0.1.0"5630dependencies = [5631 "fp-evm",5632 "frame-support",5633 "frame-system",5634 "pallet-ethereum",5635 "pallet-evm",5636 "parity-scale-codec",5637 "scale-info",5638 "sp-core",5639 "sp-io",5640 "sp-runtime",5641 "sp-std",5642 "up-evm-mapping",5643 "up-sponsorship",5644]56455646[[package]]5647name = "pallet-fungible"5648version = "0.1.0"5649dependencies = [5650 "ethereum",5651 "evm-coder",5652 "frame-benchmarking",5653 "frame-support",5654 "frame-system",5655 "pallet-common",5656 "pallet-evm-coder-substrate",5657 "parity-scale-codec",5658 "scale-info",5659 "sp-core",5660 "sp-runtime",5661 "sp-std",5662 "up-data-structs",5663]56645665[[package]]5666name = "pallet-gilt"5667version = "4.0.0-dev"5668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5669dependencies = [5670 "frame-benchmarking",5671 "frame-support",5672 "frame-system",5673 "parity-scale-codec",5674 "scale-info",5675 "sp-arithmetic",5676 "sp-runtime",5677 "sp-std",5678]56795680[[package]]5681name = "pallet-grandpa"5682version = "4.0.0-dev"5683source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5684dependencies = [5685 "frame-benchmarking",5686 "frame-support",5687 "frame-system",5688 "log",5689 "pallet-authorship",5690 "pallet-session",5691 "parity-scale-codec",5692 "scale-info",5693 "sp-application-crypto",5694 "sp-core",5695 "sp-finality-grandpa",5696 "sp-io",5697 "sp-runtime",5698 "sp-session",5699 "sp-staking",5700 "sp-std",5701]57025703[[package]]5704name = "pallet-identity"5705version = "4.0.0-dev"5706source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5707dependencies = [5708 "enumflags2",5709 "frame-benchmarking",5710 "frame-support",5711 "frame-system",5712 "parity-scale-codec",5713 "scale-info",5714 "sp-io",5715 "sp-runtime",5716 "sp-std",5717]57185719[[package]]5720name = "pallet-im-online"5721version = "4.0.0-dev"5722source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5723dependencies = [5724 "frame-benchmarking",5725 "frame-support",5726 "frame-system",5727 "log",5728 "pallet-authorship",5729 "parity-scale-codec",5730 "scale-info",5731 "sp-application-crypto",5732 "sp-core",5733 "sp-io",5734 "sp-runtime",5735 "sp-staking",5736 "sp-std",5737]57385739[[package]]5740name = "pallet-indices"5741version = "4.0.0-dev"5742source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5743dependencies = [5744 "frame-benchmarking",5745 "frame-support",5746 "frame-system",5747 "parity-scale-codec",5748 "scale-info",5749 "sp-core",5750 "sp-io",5751 "sp-keyring",5752 "sp-runtime",5753 "sp-std",5754]57555756[[package]]5757name = "pallet-inflation"5758version = "0.1.0"5759dependencies = [5760 "frame-benchmarking",5761 "frame-support",5762 "frame-system",5763 "pallet-balances",5764 "pallet-randomness-collective-flip",5765 "pallet-timestamp",5766 "parity-scale-codec",5767 "scale-info",5768 "serde",5769 "sp-core",5770 "sp-io",5771 "sp-runtime",5772 "sp-std",5773]57745775[[package]]5776name = "pallet-membership"5777version = "4.0.0-dev"5778source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5779dependencies = [5780 "frame-benchmarking",5781 "frame-support",5782 "frame-system",5783 "log",5784 "parity-scale-codec",5785 "scale-info",5786 "sp-core",5787 "sp-io",5788 "sp-runtime",5789 "sp-std",5790]57915792[[package]]5793name = "pallet-mmr"5794version = "4.0.0-dev"5795source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5796dependencies = [5797 "ckb-merkle-mountain-range",5798 "frame-benchmarking",5799 "frame-support",5800 "frame-system",5801 "pallet-mmr-primitives",5802 "parity-scale-codec",5803 "scale-info",5804 "sp-core",5805 "sp-io",5806 "sp-runtime",5807 "sp-std",5808]58095810[[package]]5811name = "pallet-mmr-primitives"5812version = "4.0.0-dev"5813source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5814dependencies = [5815 "frame-support",5816 "frame-system",5817 "log",5818 "parity-scale-codec",5819 "serde",5820 "sp-api",5821 "sp-core",5822 "sp-runtime",5823 "sp-std",5824]58255826[[package]]5827name = "pallet-mmr-rpc"5828version = "3.0.0"5829source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5830dependencies = [5831 "jsonrpc-core",5832 "jsonrpc-core-client",5833 "jsonrpc-derive",5834 "pallet-mmr-primitives",5835 "parity-scale-codec",5836 "serde",5837 "sp-api",5838 "sp-blockchain",5839 "sp-core",5840 "sp-runtime",5841]58425843[[package]]5844name = "pallet-multisig"5845version = "4.0.0-dev"5846source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5847dependencies = [5848 "frame-benchmarking",5849 "frame-support",5850 "frame-system",5851 "parity-scale-codec",5852 "scale-info",5853 "sp-io",5854 "sp-runtime",5855 "sp-std",5856]58575858[[package]]5859name = "pallet-nicks"5860version = "4.0.0-dev"5861source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5862dependencies = [5863 "frame-support",5864 "frame-system",5865 "parity-scale-codec",5866 "scale-info",5867 "sp-io",5868 "sp-runtime",5869 "sp-std",5870]58715872[[package]]5873name = "pallet-nonfungible"5874version = "0.1.0"5875dependencies = [5876 "ethereum",5877 "evm-coder",5878 "frame-benchmarking",5879 "frame-support",5880 "frame-system",5881 "pallet-common",5882 "pallet-evm-coder-substrate",5883 "parity-scale-codec",5884 "scale-info",5885 "sp-core",5886 "sp-runtime",5887 "sp-std",5888 "up-data-structs",5889]58905891[[package]]5892name = "pallet-offences"5893version = "4.0.0-dev"5894source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5895dependencies = [5896 "frame-support",5897 "frame-system",5898 "log",5899 "pallet-balances",5900 "parity-scale-codec",5901 "scale-info",5902 "serde",5903 "sp-runtime",5904 "sp-staking",5905 "sp-std",5906]59075908[[package]]5909name = "pallet-offences-benchmarking"5910version = "4.0.0-dev"5911source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5912dependencies = [5913 "frame-benchmarking",5914 "frame-election-provider-support",5915 "frame-support",5916 "frame-system",5917 "pallet-babe",5918 "pallet-balances",5919 "pallet-grandpa",5920 "pallet-im-online",5921 "pallet-offences",5922 "pallet-session",5923 "pallet-staking",5924 "parity-scale-codec",5925 "scale-info",5926 "sp-runtime",5927 "sp-staking",5928 "sp-std",5929]59305931[[package]]5932name = "pallet-preimage"5933version = "4.0.0-dev"5934source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5935dependencies = [5936 "frame-benchmarking",5937 "frame-support",5938 "frame-system",5939 "parity-scale-codec",5940 "scale-info",5941 "sp-core",5942 "sp-io",5943 "sp-runtime",5944 "sp-std",5945]59465947[[package]]5948name = "pallet-proxy"5949version = "4.0.0-dev"5950source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5951dependencies = [5952 "frame-benchmarking",5953 "frame-support",5954 "frame-system",5955 "parity-scale-codec",5956 "scale-info",5957 "sp-io",5958 "sp-runtime",5959 "sp-std",5960]59615962[[package]]5963name = "pallet-randomness-collective-flip"5964version = "4.0.0-dev"5965source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5966dependencies = [5967 "frame-support",5968 "frame-system",5969 "parity-scale-codec",5970 "safe-mix",5971 "scale-info",5972 "sp-runtime",5973 "sp-std",5974]59755976[[package]]5977name = "pallet-recovery"5978version = "4.0.0-dev"5979source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5980dependencies = [5981 "frame-support",5982 "frame-system",5983 "parity-scale-codec",5984 "scale-info",5985 "sp-io",5986 "sp-runtime",5987 "sp-std",5988]59895990[[package]]5991name = "pallet-refungible"5992version = "0.1.0"5993dependencies = [5994 "frame-benchmarking",5995 "frame-support",5996 "frame-system",5997 "pallet-common",5998 "parity-scale-codec",5999 "scale-info",6000 "sp-core",6001 "sp-runtime",6002 "sp-std",6003 "up-data-structs",6004]60056006[[package]]6007name = "pallet-scheduler"6008version = "4.0.0-dev"6009source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6010dependencies = [6011 "frame-benchmarking",6012 "frame-support",6013 "frame-system",6014 "log",6015 "parity-scale-codec",6016 "scale-info",6017 "sp-io",6018 "sp-runtime",6019 "sp-std",6020]60216022[[package]]6023name = "pallet-session"6024version = "4.0.0-dev"6025source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6026dependencies = [6027 "frame-support",6028 "frame-system",6029 "impl-trait-for-tuples",6030 "log",6031 "pallet-timestamp",6032 "parity-scale-codec",6033 "scale-info",6034 "sp-core",6035 "sp-io",6036 "sp-runtime",6037 "sp-session",6038 "sp-staking",6039 "sp-std",6040 "sp-trie",6041]60426043[[package]]6044name = "pallet-session-benchmarking"6045version = "4.0.0-dev"6046source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6047dependencies = [6048 "frame-benchmarking",6049 "frame-support",6050 "frame-system",6051 "pallet-session",6052 "pallet-staking",6053 "rand 0.7.3",6054 "sp-runtime",6055 "sp-session",6056 "sp-std",6057]60586059[[package]]6060name = "pallet-society"6061version = "4.0.0-dev"6062source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6063dependencies = [6064 "frame-support",6065 "frame-system",6066 "parity-scale-codec",6067 "rand_chacha 0.2.2",6068 "scale-info",6069 "sp-runtime",6070 "sp-std",6071]60726073[[package]]6074name = "pallet-staking"6075version = "4.0.0-dev"6076source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6077dependencies = [6078 "frame-benchmarking",6079 "frame-election-provider-support",6080 "frame-support",6081 "frame-system",6082 "log",6083 "pallet-authorship",6084 "pallet-session",6085 "parity-scale-codec",6086 "rand_chacha 0.2.2",6087 "scale-info",6088 "serde",6089 "sp-application-crypto",6090 "sp-io",6091 "sp-runtime",6092 "sp-staking",6093 "sp-std",6094]60956096[[package]]6097name = "pallet-staking-reward-curve"6098version = "4.0.0-dev"6099source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6100dependencies = [6101 "proc-macro-crate 1.1.0",6102 "proc-macro2",6103 "quote",6104 "syn",6105]61066107[[package]]6108name = "pallet-staking-reward-fn"6109version = "4.0.0-dev"6110source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6111dependencies = [6112 "log",6113 "sp-arithmetic",6114]61156116[[package]]6117name = "pallet-sudo"6118version = "4.0.0-dev"6119source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6120dependencies = [6121 "frame-support",6122 "frame-system",6123 "parity-scale-codec",6124 "scale-info",6125 "sp-io",6126 "sp-runtime",6127 "sp-std",6128]61296130[[package]]6131name = "pallet-template-transaction-payment"6132version = "3.0.0"6133source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.16#a08e9828d44c54ec9905e9c7f642f0e734f92780"6134dependencies = [6135 "frame-benchmarking",6136 "frame-support",6137 "frame-system",6138 "pallet-balances",6139 "pallet-transaction-payment",6140 "parity-scale-codec",6141 "scale-info",6142 "serde",6143 "sp-core",6144 "sp-io",6145 "sp-runtime",6146 "sp-std",6147 "up-sponsorship",6148]61496150[[package]]6151name = "pallet-timestamp"6152version = "4.0.0-dev"6153source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6154dependencies = [6155 "frame-benchmarking",6156 "frame-support",6157 "frame-system",6158 "log",6159 "parity-scale-codec",6160 "scale-info",6161 "sp-inherents",6162 "sp-io",6163 "sp-runtime",6164 "sp-std",6165 "sp-timestamp",6166]61676168[[package]]6169name = "pallet-tips"6170version = "4.0.0-dev"6171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6172dependencies = [6173 "frame-benchmarking",6174 "frame-support",6175 "frame-system",6176 "log",6177 "pallet-treasury",6178 "parity-scale-codec",6179 "scale-info",6180 "serde",6181 "sp-core",6182 "sp-io",6183 "sp-runtime",6184 "sp-std",6185]61866187[[package]]6188name = "pallet-transaction-payment"6189version = "4.0.0-dev"6190source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6191dependencies = [6192 "frame-support",6193 "frame-system",6194 "parity-scale-codec",6195 "scale-info",6196 "serde",6197 "smallvec",6198 "sp-core",6199 "sp-io",6200 "sp-runtime",6201 "sp-std",6202]62036204[[package]]6205name = "pallet-transaction-payment-rpc"6206version = "4.0.0-dev"6207source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6208dependencies = [6209 "jsonrpc-core",6210 "jsonrpc-core-client",6211 "jsonrpc-derive",6212 "pallet-transaction-payment-rpc-runtime-api",6213 "parity-scale-codec",6214 "sp-api",6215 "sp-blockchain",6216 "sp-core",6217 "sp-rpc",6218 "sp-runtime",6219]62206221[[package]]6222name = "pallet-transaction-payment-rpc-runtime-api"6223version = "4.0.0-dev"6224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6225dependencies = [6226 "pallet-transaction-payment",6227 "parity-scale-codec",6228 "sp-api",6229 "sp-runtime",6230]62316232[[package]]6233name = "pallet-treasury"6234version = "4.0.0-dev"6235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6236dependencies = [6237 "frame-benchmarking",6238 "frame-support",6239 "frame-system",6240 "impl-trait-for-tuples",6241 "pallet-balances",6242 "parity-scale-codec",6243 "scale-info",6244 "serde",6245 "sp-runtime",6246 "sp-std",6247]62486249[[package]]6250name = "pallet-unique"6251version = "0.1.0"6252dependencies = [6253 "ethereum",6254 "evm-coder",6255 "fp-evm",6256 "frame-benchmarking",6257 "frame-support",6258 "frame-system",6259 "hex-literal",6260 "pallet-balances",6261 "pallet-common",6262 "pallet-ethereum",6263 "pallet-evm",6264 "pallet-evm-coder-substrate",6265 "pallet-fungible",6266 "pallet-nonfungible",6267 "pallet-randomness-collective-flip",6268 "pallet-refungible",6269 "pallet-timestamp",6270 "pallet-transaction-payment",6271 "parity-scale-codec",6272 "primitive-types 0.10.1",6273 "rlp",6274 "scale-info",6275 "serde",6276 "sp-api",6277 "sp-core",6278 "sp-io",6279 "sp-runtime",6280 "sp-std",6281 "up-data-structs",6282 "up-evm-mapping",6283 "up-sponsorship",6284]62856286[[package]]6287name = "pallet-unq-scheduler"6288version = "0.1.0"6289dependencies = [6290 "frame-benchmarking",6291 "frame-support",6292 "frame-system",6293 "log",6294 "parity-scale-codec",6295 "scale-info",6296 "serde",6297 "sp-core",6298 "sp-io",6299 "sp-runtime",6300 "sp-std",6301 "substrate-test-utils",6302 "up-sponsorship",6303]63046305[[package]]6306name = "pallet-utility"6307version = "4.0.0-dev"6308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6309dependencies = [6310 "frame-benchmarking",6311 "frame-support",6312 "frame-system",6313 "parity-scale-codec",6314 "scale-info",6315 "sp-core",6316 "sp-io",6317 "sp-runtime",6318 "sp-std",6319]63206321[[package]]6322name = "pallet-vesting"6323version = "4.0.0-dev"6324source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6325dependencies = [6326 "frame-benchmarking",6327 "frame-support",6328 "frame-system",6329 "log",6330 "parity-scale-codec",6331 "scale-info",6332 "sp-runtime",6333 "sp-std",6334]63356336[[package]]6337name = "pallet-xcm"6338version = "0.9.16"6339source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6340dependencies = [6341 "frame-support",6342 "frame-system",6343 "log",6344 "parity-scale-codec",6345 "scale-info",6346 "serde",6347 "sp-core",6348 "sp-runtime",6349 "sp-std",6350 "xcm",6351 "xcm-executor",6352]63536354[[package]]6355name = "pallet-xcm-benchmarks"6356version = "0.9.16"6357source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6358dependencies = [6359 "frame-benchmarking",6360 "frame-support",6361 "frame-system",6362 "log",6363 "parity-scale-codec",6364 "scale-info",6365 "sp-runtime",6366 "sp-std",6367 "xcm",6368 "xcm-executor",6369]63706371[[package]]6372name = "parachain-info"6373version = "0.1.0"6374source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"6375dependencies = [6376 "cumulus-primitives-core",6377 "frame-support",6378 "frame-system",6379 "parity-scale-codec",6380 "scale-info",6381 "serde",6382]63836384[[package]]6385name = "parity-db"6386version = "0.3.5"6387source = "registry+https://github.com/rust-lang/crates.io-index"6388checksum = "78a95abf24f1097c6e3181abbbbfc3630b3b5e681470940f719b69acb4911c7f"6389dependencies = [6390 "blake2-rfc",6391 "crc32fast",6392 "fs2",6393 "hex",6394 "libc",6395 "log",6396 "lz4",6397 "memmap2 0.2.3",6398 "parking_lot 0.11.2",6399 "rand 0.8.4",6400 "snap",6401]64026403[[package]]6404name = "parity-scale-codec"6405version = "2.3.1"6406source = "registry+https://github.com/rust-lang/crates.io-index"6407checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6408dependencies = [6409 "arrayvec 0.7.2",6410 "bitvec",6411 "byte-slice-cast",6412 "impl-trait-for-tuples",6413 "parity-scale-codec-derive",6414 "serde",6415]64166417[[package]]6418name = "parity-scale-codec-derive"6419version = "2.3.1"6420source = "registry+https://github.com/rust-lang/crates.io-index"6421checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6422dependencies = [6423 "proc-macro-crate 1.1.0",6424 "proc-macro2",6425 "quote",6426 "syn",6427]64286429[[package]]6430name = "parity-send-wrapper"6431version = "0.1.0"6432source = "registry+https://github.com/rust-lang/crates.io-index"6433checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"64346435[[package]]6436name = "parity-tokio-ipc"6437version = "0.9.0"6438source = "registry+https://github.com/rust-lang/crates.io-index"6439checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6440dependencies = [6441 "futures 0.3.19",6442 "libc",6443 "log",6444 "rand 0.7.3",6445 "tokio 1.15.0",6446 "winapi 0.3.9",6447]64486449[[package]]6450name = "parity-util-mem"6451version = "0.10.2"6452source = "registry+https://github.com/rust-lang/crates.io-index"6453checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6454dependencies = [6455 "cfg-if 1.0.0",6456 "ethereum-types",6457 "hashbrown",6458 "impl-trait-for-tuples",6459 "lru 0.6.6",6460 "parity-util-mem-derive",6461 "parking_lot 0.11.2",6462 "primitive-types 0.10.1",6463 "smallvec",6464 "winapi 0.3.9",6465]64666467[[package]]6468name = "parity-util-mem-derive"6469version = "0.1.0"6470source = "registry+https://github.com/rust-lang/crates.io-index"6471checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6472dependencies = [6473 "proc-macro2",6474 "syn",6475 "synstructure",6476]64776478[[package]]6479name = "parity-wasm"6480version = "0.32.0"6481source = "registry+https://github.com/rust-lang/crates.io-index"6482checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6483dependencies = [6484 "byteorder",6485]64866487[[package]]6488name = "parity-wasm"6489version = "0.42.2"6490source = "registry+https://github.com/rust-lang/crates.io-index"6491checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"64926493[[package]]6494name = "parity-ws"6495version = "0.11.1"6496source = "registry+https://github.com/rust-lang/crates.io-index"6497checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6498dependencies = [6499 "byteorder",6500 "bytes 0.4.12",6501 "httparse",6502 "log",6503 "mio 0.6.23",6504 "mio-extras",6505 "rand 0.7.3",6506 "sha-1 0.8.2",6507 "slab",6508 "url 2.2.2",6509]65106511[[package]]6512name = "parking"6513version = "2.0.0"6514source = "registry+https://github.com/rust-lang/crates.io-index"6515checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"65166517[[package]]6518name = "parking_lot"6519version = "0.10.2"6520source = "registry+https://github.com/rust-lang/crates.io-index"6521checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6522dependencies = [6523 "lock_api 0.3.4",6524 "parking_lot_core 0.7.2",6525]65266527[[package]]6528name = "parking_lot"6529version = "0.11.2"6530source = "registry+https://github.com/rust-lang/crates.io-index"6531checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6532dependencies = [6533 "instant",6534 "lock_api 0.4.5",6535 "parking_lot_core 0.8.5",6536]65376538[[package]]6539name = "parking_lot_core"6540version = "0.7.2"6541source = "registry+https://github.com/rust-lang/crates.io-index"6542checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6543dependencies = [6544 "cfg-if 0.1.10",6545 "cloudabi",6546 "libc",6547 "redox_syscall 0.1.57",6548 "smallvec",6549 "winapi 0.3.9",6550]65516552[[package]]6553name = "parking_lot_core"6554version = "0.8.5"6555source = "registry+https://github.com/rust-lang/crates.io-index"6556checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6557dependencies = [6558 "cfg-if 1.0.0",6559 "instant",6560 "libc",6561 "redox_syscall 0.2.10",6562 "smallvec",6563 "winapi 0.3.9",6564]65656566[[package]]6567name = "paste"6568version = "1.0.6"6569source = "registry+https://github.com/rust-lang/crates.io-index"6570checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"65716572[[package]]6573name = "pbkdf2"6574version = "0.4.0"6575source = "registry+https://github.com/rust-lang/crates.io-index"6576checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6577dependencies = [6578 "crypto-mac 0.8.0",6579]65806581[[package]]6582name = "pbkdf2"6583version = "0.8.0"6584source = "registry+https://github.com/rust-lang/crates.io-index"6585checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6586dependencies = [6587 "crypto-mac 0.11.1",6588]65896590[[package]]6591name = "peeking_take_while"6592version = "0.1.2"6593source = "registry+https://github.com/rust-lang/crates.io-index"6594checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"65956596[[package]]6597name = "percent-encoding"6598version = "1.0.1"6599source = "registry+https://github.com/rust-lang/crates.io-index"6600checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"66016602[[package]]6603name = "percent-encoding"6604version = "2.1.0"6605source = "registry+https://github.com/rust-lang/crates.io-index"6606checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"66076608[[package]]6609name = "pest"6610version = "2.1.3"6611source = "registry+https://github.com/rust-lang/crates.io-index"6612checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6613dependencies = [6614 "ucd-trie",6615]66166617[[package]]6618name = "pest_derive"6619version = "2.1.0"6620source = "registry+https://github.com/rust-lang/crates.io-index"6621checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6622dependencies = [6623 "pest",6624 "pest_generator",6625]66266627[[package]]6628name = "pest_generator"6629version = "2.1.3"6630source = "registry+https://github.com/rust-lang/crates.io-index"6631checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6632dependencies = [6633 "pest",6634 "pest_meta",6635 "proc-macro2",6636 "quote",6637 "syn",6638]66396640[[package]]6641name = "pest_meta"6642version = "2.1.3"6643source = "registry+https://github.com/rust-lang/crates.io-index"6644checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6645dependencies = [6646 "maplit",6647 "pest",6648 "sha-1 0.8.2",6649]66506651[[package]]6652name = "petgraph"6653version = "0.6.0"6654source = "registry+https://github.com/rust-lang/crates.io-index"6655checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"6656dependencies = [6657 "fixedbitset",6658 "indexmap",6659]66606661[[package]]6662name = "pin-project"6663version = "0.4.29"6664source = "registry+https://github.com/rust-lang/crates.io-index"6665checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6666dependencies = [6667 "pin-project-internal 0.4.29",6668]66696670[[package]]6671name = "pin-project"6672version = "1.0.10"6673source = "registry+https://github.com/rust-lang/crates.io-index"6674checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6675dependencies = [6676 "pin-project-internal 1.0.10",6677]66786679[[package]]6680name = "pin-project-internal"6681version = "0.4.29"6682source = "registry+https://github.com/rust-lang/crates.io-index"6683checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"6684dependencies = [6685 "proc-macro2",6686 "quote",6687 "syn",6688]66896690[[package]]6691name = "pin-project-internal"6692version = "1.0.10"6693source = "registry+https://github.com/rust-lang/crates.io-index"6694checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"6695dependencies = [6696 "proc-macro2",6697 "quote",6698 "syn",6699]67006701[[package]]6702name = "pin-project-lite"6703version = "0.1.12"6704source = "registry+https://github.com/rust-lang/crates.io-index"6705checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"67066707[[package]]6708name = "pin-project-lite"6709version = "0.2.8"6710source = "registry+https://github.com/rust-lang/crates.io-index"6711checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"67126713[[package]]6714name = "pin-utils"6715version = "0.1.0"6716source = "registry+https://github.com/rust-lang/crates.io-index"6717checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"67186719[[package]]6720name = "pkg-config"6721version = "0.3.24"6722source = "registry+https://github.com/rust-lang/crates.io-index"6723checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"67246725[[package]]6726name = "platforms"6727version = "2.0.0"6728source = "registry+https://github.com/rust-lang/crates.io-index"6729checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"67306731[[package]]6732name = "polkadot-approval-distribution"6733version = "0.9.16"6734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6735dependencies = [6736 "futures 0.3.19",6737 "polkadot-node-network-protocol",6738 "polkadot-node-primitives",6739 "polkadot-node-subsystem",6740 "polkadot-node-subsystem-util",6741 "polkadot-primitives",6742 "tracing",6743]67446745[[package]]6746name = "polkadot-availability-bitfield-distribution"6747version = "0.9.16"6748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6749dependencies = [6750 "futures 0.3.19",6751 "polkadot-node-network-protocol",6752 "polkadot-node-subsystem",6753 "polkadot-node-subsystem-util",6754 "polkadot-primitives",6755 "tracing",6756]67576758[[package]]6759name = "polkadot-availability-distribution"6760version = "0.9.16"6761source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6762dependencies = [6763 "derive_more",6764 "futures 0.3.19",6765 "lru 0.7.2",6766 "parity-scale-codec",6767 "polkadot-erasure-coding",6768 "polkadot-node-network-protocol",6769 "polkadot-node-primitives",6770 "polkadot-node-subsystem",6771 "polkadot-node-subsystem-util",6772 "polkadot-primitives",6773 "rand 0.8.4",6774 "sp-core",6775 "sp-keystore",6776 "thiserror",6777 "tracing",6778]67796780[[package]]6781name = "polkadot-availability-recovery"6782version = "0.9.16"6783source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6784dependencies = [6785 "futures 0.3.19",6786 "lru 0.7.2",6787 "parity-scale-codec",6788 "polkadot-erasure-coding",6789 "polkadot-node-network-protocol",6790 "polkadot-node-primitives",6791 "polkadot-node-subsystem",6792 "polkadot-node-subsystem-util",6793 "polkadot-primitives",6794 "rand 0.8.4",6795 "sc-network",6796 "thiserror",6797 "tracing",6798]67996800[[package]]6801name = "polkadot-cli"6802version = "0.9.16"6803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6804dependencies = [6805 "frame-benchmarking-cli",6806 "futures 0.3.19",6807 "log",6808 "polkadot-node-core-pvf",6809 "polkadot-node-metrics",6810 "polkadot-performance-test",6811 "polkadot-service",6812 "sc-cli",6813 "sc-service",6814 "sc-tracing",6815 "sp-core",6816 "sp-trie",6817 "structopt",6818 "substrate-build-script-utils",6819 "thiserror",6820 "try-runtime-cli",6821]68226823[[package]]6824name = "polkadot-client"6825version = "0.9.16"6826source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6827dependencies = [6828 "beefy-primitives",6829 "frame-benchmarking",6830 "frame-system-rpc-runtime-api",6831 "pallet-mmr-primitives",6832 "pallet-transaction-payment-rpc-runtime-api",6833 "polkadot-primitives",6834 "polkadot-runtime",6835 "sc-client-api",6836 "sc-consensus",6837 "sc-executor",6838 "sc-service",6839 "sp-api",6840 "sp-authority-discovery",6841 "sp-block-builder",6842 "sp-blockchain",6843 "sp-consensus",6844 "sp-consensus-babe",6845 "sp-finality-grandpa",6846 "sp-offchain",6847 "sp-runtime",6848 "sp-session",6849 "sp-storage",6850 "sp-transaction-pool",6851]68526853[[package]]6854name = "polkadot-collator-protocol"6855version = "0.9.16"6856source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6857dependencies = [6858 "always-assert",6859 "derive_more",6860 "futures 0.3.19",6861 "futures-timer",6862 "polkadot-node-network-protocol",6863 "polkadot-node-primitives",6864 "polkadot-node-subsystem",6865 "polkadot-node-subsystem-util",6866 "polkadot-primitives",6867 "sp-core",6868 "sp-keystore",6869 "sp-runtime",6870 "thiserror",6871 "tracing",6872]68736874[[package]]6875name = "polkadot-core-primitives"6876version = "0.9.16"6877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6878dependencies = [6879 "parity-scale-codec",6880 "parity-util-mem",6881 "scale-info",6882 "sp-core",6883 "sp-runtime",6884 "sp-std",6885]68866887[[package]]6888name = "polkadot-dispute-distribution"6889version = "0.9.16"6890source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6891dependencies = [6892 "derive_more",6893 "futures 0.3.19",6894 "lru 0.7.2",6895 "parity-scale-codec",6896 "polkadot-erasure-coding",6897 "polkadot-node-network-protocol",6898 "polkadot-node-primitives",6899 "polkadot-node-subsystem",6900 "polkadot-node-subsystem-util",6901 "polkadot-primitives",6902 "sc-network",6903 "sp-application-crypto",6904 "sp-keystore",6905 "thiserror",6906 "tracing",6907]69086909[[package]]6910name = "polkadot-erasure-coding"6911version = "0.9.16"6912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6913dependencies = [6914 "parity-scale-codec",6915 "polkadot-node-primitives",6916 "polkadot-primitives",6917 "reed-solomon-novelpoly",6918 "sp-core",6919 "sp-trie",6920 "thiserror",6921]69226923[[package]]6924name = "polkadot-gossip-support"6925version = "0.9.16"6926source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6927dependencies = [6928 "futures 0.3.19",6929 "futures-timer",6930 "polkadot-node-network-protocol",6931 "polkadot-node-subsystem",6932 "polkadot-node-subsystem-util",6933 "polkadot-primitives",6934 "rand 0.8.4",6935 "rand_chacha 0.3.1",6936 "sc-network",6937 "sp-application-crypto",6938 "sp-core",6939 "sp-keystore",6940 "tracing",6941]69426943[[package]]6944name = "polkadot-network-bridge"6945version = "0.9.16"6946source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6947dependencies = [6948 "async-trait",6949 "futures 0.3.19",6950 "parity-scale-codec",6951 "parking_lot 0.11.2",6952 "polkadot-node-network-protocol",6953 "polkadot-node-subsystem",6954 "polkadot-node-subsystem-util",6955 "polkadot-overseer",6956 "polkadot-primitives",6957 "sc-network",6958 "sp-consensus",6959 "tracing",6960]69616962[[package]]6963name = "polkadot-node-collation-generation"6964version = "0.9.16"6965source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6966dependencies = [6967 "futures 0.3.19",6968 "parity-scale-codec",6969 "polkadot-erasure-coding",6970 "polkadot-node-primitives",6971 "polkadot-node-subsystem",6972 "polkadot-node-subsystem-util",6973 "polkadot-primitives",6974 "sp-core",6975 "sp-maybe-compressed-blob",6976 "thiserror",6977 "tracing",6978]69796980[[package]]6981name = "polkadot-node-core-approval-voting"6982version = "0.9.16"6983source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"6984dependencies = [6985 "bitvec",6986 "derive_more",6987 "futures 0.3.19",6988 "futures-timer",6989 "kvdb",6990 "lru 0.7.2",6991 "merlin",6992 "parity-scale-codec",6993 "polkadot-node-jaeger",6994 "polkadot-node-primitives",6995 "polkadot-node-subsystem",6996 "polkadot-node-subsystem-util",6997 "polkadot-overseer",6998 "polkadot-primitives",6999 "sc-keystore",7000 "schnorrkel",7001 "sp-application-crypto",7002 "sp-consensus",7003 "sp-consensus-slots",7004 "sp-runtime",7005 "tracing",7006]70077008[[package]]7009name = "polkadot-node-core-av-store"7010version = "0.9.16"7011source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7012dependencies = [7013 "bitvec",7014 "futures 0.3.19",7015 "futures-timer",7016 "kvdb",7017 "parity-scale-codec",7018 "polkadot-erasure-coding",7019 "polkadot-node-primitives",7020 "polkadot-node-subsystem",7021 "polkadot-node-subsystem-util",7022 "polkadot-overseer",7023 "polkadot-primitives",7024 "thiserror",7025 "tracing",7026]70277028[[package]]7029name = "polkadot-node-core-backing"7030version = "0.9.16"7031source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7032dependencies = [7033 "bitvec",7034 "futures 0.3.19",7035 "polkadot-erasure-coding",7036 "polkadot-node-primitives",7037 "polkadot-node-subsystem",7038 "polkadot-node-subsystem-util",7039 "polkadot-primitives",7040 "polkadot-statement-table",7041 "sp-keystore",7042 "thiserror",7043 "tracing",7044]70457046[[package]]7047name = "polkadot-node-core-bitfield-signing"7048version = "0.9.16"7049source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7050dependencies = [7051 "futures 0.3.19",7052 "polkadot-node-subsystem",7053 "polkadot-node-subsystem-util",7054 "polkadot-primitives",7055 "sp-keystore",7056 "thiserror",7057 "tracing",7058 "wasm-timer",7059]70607061[[package]]7062name = "polkadot-node-core-candidate-validation"7063version = "0.9.16"7064source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7065dependencies = [7066 "async-trait",7067 "futures 0.3.19",7068 "parity-scale-codec",7069 "polkadot-node-core-pvf",7070 "polkadot-node-primitives",7071 "polkadot-node-subsystem",7072 "polkadot-node-subsystem-util",7073 "polkadot-parachain",7074 "polkadot-primitives",7075 "sp-maybe-compressed-blob",7076 "tracing",7077]70787079[[package]]7080name = "polkadot-node-core-chain-api"7081version = "0.9.16"7082source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7083dependencies = [7084 "futures 0.3.19",7085 "polkadot-node-subsystem",7086 "polkadot-node-subsystem-util",7087 "polkadot-primitives",7088 "sc-client-api",7089 "sc-consensus-babe",7090 "sp-blockchain",7091 "tracing",7092]70937094[[package]]7095name = "polkadot-node-core-chain-selection"7096version = "0.9.16"7097source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7098dependencies = [7099 "futures 0.3.19",7100 "futures-timer",7101 "kvdb",7102 "parity-scale-codec",7103 "polkadot-node-primitives",7104 "polkadot-node-subsystem",7105 "polkadot-node-subsystem-util",7106 "polkadot-primitives",7107 "thiserror",7108 "tracing",7109]71107111[[package]]7112name = "polkadot-node-core-dispute-coordinator"7113version = "0.9.16"7114source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7115dependencies = [7116 "futures 0.3.19",7117 "kvdb",7118 "lru 0.7.2",7119 "parity-scale-codec",7120 "polkadot-node-primitives",7121 "polkadot-node-subsystem",7122 "polkadot-node-subsystem-util",7123 "polkadot-primitives",7124 "sc-keystore",7125 "thiserror",7126 "tracing",7127]71287129[[package]]7130name = "polkadot-node-core-parachains-inherent"7131version = "0.9.16"7132source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7133dependencies = [7134 "async-trait",7135 "futures 0.3.19",7136 "futures-timer",7137 "polkadot-node-subsystem",7138 "polkadot-primitives",7139 "sp-blockchain",7140 "sp-inherents",7141 "sp-runtime",7142 "thiserror",7143 "tracing",7144]71457146[[package]]7147name = "polkadot-node-core-provisioner"7148version = "0.9.16"7149source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7150dependencies = [7151 "bitvec",7152 "futures 0.3.19",7153 "futures-timer",7154 "polkadot-node-primitives",7155 "polkadot-node-subsystem",7156 "polkadot-node-subsystem-util",7157 "polkadot-primitives",7158 "rand 0.8.4",7159 "thiserror",7160 "tracing",7161]71627163[[package]]7164name = "polkadot-node-core-pvf"7165version = "0.9.16"7166source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7167dependencies = [7168 "always-assert",7169 "assert_matches",7170 "async-process",7171 "async-std",7172 "futures 0.3.19",7173 "futures-timer",7174 "parity-scale-codec",7175 "pin-project 1.0.10",7176 "polkadot-core-primitives",7177 "polkadot-node-subsystem-util",7178 "polkadot-parachain",7179 "rand 0.8.4",7180 "sc-executor",7181 "sc-executor-common",7182 "sc-executor-wasmtime",7183 "slotmap",7184 "sp-core",7185 "sp-externalities",7186 "sp-io",7187 "sp-maybe-compressed-blob",7188 "sp-tracing",7189 "sp-wasm-interface",7190 "tracing",7191]71927193[[package]]7194name = "polkadot-node-core-pvf-checker"7195version = "0.9.16"7196source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7197dependencies = [7198 "futures 0.3.19",7199 "polkadot-node-primitives",7200 "polkadot-node-subsystem",7201 "polkadot-node-subsystem-util",7202 "polkadot-overseer",7203 "polkadot-primitives",7204 "sp-keystore",7205 "thiserror",7206 "tracing",7207]72087209[[package]]7210name = "polkadot-node-core-runtime-api"7211version = "0.9.16"7212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7213dependencies = [7214 "futures 0.3.19",7215 "memory-lru",7216 "parity-util-mem",7217 "polkadot-node-subsystem",7218 "polkadot-node-subsystem-util",7219 "polkadot-primitives",7220 "sp-api",7221 "sp-authority-discovery",7222 "sp-consensus-babe",7223 "sp-core",7224 "tracing",7225]72267227[[package]]7228name = "polkadot-node-jaeger"7229version = "0.9.16"7230source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7231dependencies = [7232 "async-std",7233 "lazy_static",7234 "log",7235 "mick-jaeger",7236 "parity-scale-codec",7237 "parking_lot 0.11.2",7238 "polkadot-node-primitives",7239 "polkadot-primitives",7240 "sc-network",7241 "sp-core",7242 "thiserror",7243]72447245[[package]]7246name = "polkadot-node-metrics"7247version = "0.9.16"7248source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7249dependencies = [7250 "bs58",7251 "futures 0.3.19",7252 "futures-timer",7253 "log",7254 "metered-channel",7255 "parity-scale-codec",7256 "polkadot-primitives",7257 "sc-cli",7258 "sc-service",7259 "sc-tracing",7260 "substrate-prometheus-endpoint",7261 "tracing",7262]72637264[[package]]7265name = "polkadot-node-network-protocol"7266version = "0.9.16"7267source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7268dependencies = [7269 "async-trait",7270 "derive_more",7271 "futures 0.3.19",7272 "parity-scale-codec",7273 "polkadot-node-jaeger",7274 "polkadot-node-primitives",7275 "polkadot-primitives",7276 "sc-authority-discovery",7277 "sc-network",7278 "strum 0.23.0",7279 "thiserror",7280]72817282[[package]]7283name = "polkadot-node-primitives"7284version = "0.9.16"7285source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7286dependencies = [7287 "bounded-vec",7288 "futures 0.3.19",7289 "parity-scale-codec",7290 "polkadot-parachain",7291 "polkadot-primitives",7292 "schnorrkel",7293 "serde",7294 "sp-application-crypto",7295 "sp-consensus-babe",7296 "sp-consensus-vrf",7297 "sp-core",7298 "sp-keystore",7299 "sp-maybe-compressed-blob",7300 "thiserror",7301 "zstd",7302]73037304[[package]]7305name = "polkadot-node-subsystem"7306version = "0.9.16"7307source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7308dependencies = [7309 "polkadot-node-jaeger",7310 "polkadot-node-subsystem-types",7311 "polkadot-overseer",7312]73137314[[package]]7315name = "polkadot-node-subsystem-types"7316version = "0.9.16"7317source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7318dependencies = [7319 "derive_more",7320 "futures 0.3.19",7321 "polkadot-node-jaeger",7322 "polkadot-node-network-protocol",7323 "polkadot-node-primitives",7324 "polkadot-overseer-gen",7325 "polkadot-primitives",7326 "polkadot-statement-table",7327 "sc-network",7328 "smallvec",7329 "substrate-prometheus-endpoint",7330 "thiserror",7331]73327333[[package]]7334name = "polkadot-node-subsystem-util"7335version = "0.9.16"7336source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7337dependencies = [7338 "async-trait",7339 "derive_more",7340 "futures 0.3.19",7341 "itertools",7342 "lru 0.7.2",7343 "metered-channel",7344 "parity-scale-codec",7345 "pin-project 1.0.10",7346 "polkadot-node-jaeger",7347 "polkadot-node-metrics",7348 "polkadot-node-network-protocol",7349 "polkadot-node-primitives",7350 "polkadot-node-subsystem",7351 "polkadot-overseer",7352 "polkadot-primitives",7353 "rand 0.8.4",7354 "sp-application-crypto",7355 "sp-core",7356 "sp-keystore",7357 "thiserror",7358 "tracing",7359]73607361[[package]]7362name = "polkadot-overseer"7363version = "0.9.16"7364source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7365dependencies = [7366 "futures 0.3.19",7367 "futures-timer",7368 "lru 0.7.2",7369 "parity-util-mem",7370 "parking_lot 0.11.2",7371 "polkadot-node-metrics",7372 "polkadot-node-network-protocol",7373 "polkadot-node-primitives",7374 "polkadot-node-subsystem-types",7375 "polkadot-overseer-gen",7376 "polkadot-primitives",7377 "sc-client-api",7378 "sp-api",7379 "tracing",7380]73817382[[package]]7383name = "polkadot-overseer-gen"7384version = "0.9.16"7385source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7386dependencies = [7387 "async-trait",7388 "futures 0.3.19",7389 "futures-timer",7390 "metered-channel",7391 "pin-project 1.0.10",7392 "polkadot-node-network-protocol",7393 "polkadot-node-primitives",7394 "polkadot-overseer-gen-proc-macro",7395 "thiserror",7396 "tracing",7397]73987399[[package]]7400name = "polkadot-overseer-gen-proc-macro"7401version = "0.9.16"7402source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7403dependencies = [7404 "proc-macro-crate 1.1.0",7405 "proc-macro2",7406 "quote",7407 "syn",7408]74097410[[package]]7411name = "polkadot-parachain"7412version = "0.9.16"7413source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7414dependencies = [7415 "derive_more",7416 "frame-support",7417 "parity-scale-codec",7418 "parity-util-mem",7419 "polkadot-core-primitives",7420 "scale-info",7421 "serde",7422 "sp-core",7423 "sp-runtime",7424 "sp-std",7425]74267427[[package]]7428name = "polkadot-performance-test"7429version = "0.9.16"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7431dependencies = [7432 "env_logger 0.9.0",7433 "kusama-runtime",7434 "log",7435 "polkadot-erasure-coding",7436 "polkadot-node-core-pvf",7437 "polkadot-node-primitives",7438 "quote",7439 "thiserror",7440]74417442[[package]]7443name = "polkadot-primitives"7444version = "0.9.16"7445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7446dependencies = [7447 "bitvec",7448 "frame-system",7449 "hex-literal",7450 "parity-scale-codec",7451 "parity-util-mem",7452 "polkadot-core-primitives",7453 "polkadot-parachain",7454 "scale-info",7455 "serde",7456 "sp-api",7457 "sp-application-crypto",7458 "sp-arithmetic",7459 "sp-authority-discovery",7460 "sp-consensus-slots",7461 "sp-core",7462 "sp-inherents",7463 "sp-io",7464 "sp-keystore",7465 "sp-runtime",7466 "sp-staking",7467 "sp-std",7468 "sp-trie",7469 "sp-version",7470]74717472[[package]]7473name = "polkadot-rpc"7474version = "0.9.16"7475source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7476dependencies = [7477 "beefy-gadget",7478 "beefy-gadget-rpc",7479 "jsonrpc-core",7480 "pallet-mmr-rpc",7481 "pallet-transaction-payment-rpc",7482 "polkadot-primitives",7483 "sc-chain-spec",7484 "sc-client-api",7485 "sc-consensus-babe",7486 "sc-consensus-babe-rpc",7487 "sc-consensus-epochs",7488 "sc-finality-grandpa",7489 "sc-finality-grandpa-rpc",7490 "sc-rpc",7491 "sc-sync-state-rpc",7492 "sc-transaction-pool-api",7493 "sp-api",7494 "sp-block-builder",7495 "sp-blockchain",7496 "sp-consensus",7497 "sp-consensus-babe",7498 "sp-keystore",7499 "sp-runtime",7500 "substrate-frame-rpc-system",7501]75027503[[package]]7504name = "polkadot-runtime"7505version = "0.9.16"7506source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7507dependencies = [7508 "beefy-primitives",7509 "bitvec",7510 "frame-benchmarking",7511 "frame-election-provider-support",7512 "frame-executive",7513 "frame-support",7514 "frame-system",7515 "frame-system-benchmarking",7516 "frame-system-rpc-runtime-api",7517 "frame-try-runtime",7518 "hex-literal",7519 "log",7520 "pallet-authority-discovery",7521 "pallet-authorship",7522 "pallet-babe",7523 "pallet-bags-list",7524 "pallet-balances",7525 "pallet-bounties",7526 "pallet-collective",7527 "pallet-democracy",7528 "pallet-election-provider-multi-phase",7529 "pallet-elections-phragmen",7530 "pallet-grandpa",7531 "pallet-identity",7532 "pallet-im-online",7533 "pallet-indices",7534 "pallet-membership",7535 "pallet-mmr-primitives",7536 "pallet-multisig",7537 "pallet-nicks",7538 "pallet-offences",7539 "pallet-offences-benchmarking",7540 "pallet-preimage",7541 "pallet-proxy",7542 "pallet-scheduler",7543 "pallet-session",7544 "pallet-session-benchmarking",7545 "pallet-staking",7546 "pallet-staking-reward-curve",7547 "pallet-timestamp",7548 "pallet-tips",7549 "pallet-transaction-payment",7550 "pallet-transaction-payment-rpc-runtime-api",7551 "pallet-treasury",7552 "pallet-utility",7553 "pallet-vesting",7554 "pallet-xcm",7555 "parity-scale-codec",7556 "polkadot-primitives",7557 "polkadot-runtime-common",7558 "polkadot-runtime-constants",7559 "polkadot-runtime-parachains",7560 "rustc-hex",7561 "scale-info",7562 "serde",7563 "serde_derive",7564 "smallvec",7565 "sp-api",7566 "sp-authority-discovery",7567 "sp-block-builder",7568 "sp-consensus-babe",7569 "sp-core",7570 "sp-inherents",7571 "sp-io",7572 "sp-npos-elections",7573 "sp-offchain",7574 "sp-runtime",7575 "sp-session",7576 "sp-staking",7577 "sp-std",7578 "sp-transaction-pool",7579 "sp-version",7580 "static_assertions",7581 "substrate-wasm-builder",7582 "xcm",7583 "xcm-builder",7584 "xcm-executor",7585]75867587[[package]]7588name = "polkadot-runtime-common"7589version = "0.9.16"7590source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7591dependencies = [7592 "beefy-primitives",7593 "bitvec",7594 "frame-benchmarking",7595 "frame-election-provider-support",7596 "frame-support",7597 "frame-system",7598 "impl-trait-for-tuples",7599 "libsecp256k1 0.7.0",7600 "log",7601 "pallet-authorship",7602 "pallet-babe",7603 "pallet-bags-list",7604 "pallet-balances",7605 "pallet-beefy-mmr",7606 "pallet-election-provider-multi-phase",7607 "pallet-session",7608 "pallet-staking",7609 "pallet-timestamp",7610 "pallet-transaction-payment",7611 "pallet-treasury",7612 "pallet-vesting",7613 "parity-scale-codec",7614 "polkadot-primitives",7615 "polkadot-runtime-parachains",7616 "rustc-hex",7617 "scale-info",7618 "serde",7619 "serde_derive",7620 "slot-range-helper",7621 "sp-api",7622 "sp-core",7623 "sp-inherents",7624 "sp-io",7625 "sp-npos-elections",7626 "sp-runtime",7627 "sp-session",7628 "sp-staking",7629 "sp-std",7630 "static_assertions",7631 "xcm",7632]76337634[[package]]7635name = "polkadot-runtime-constants"7636version = "0.9.16"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7638dependencies = [7639 "frame-support",7640 "polkadot-primitives",7641 "polkadot-runtime-common",7642 "smallvec",7643 "sp-runtime",7644]76457646[[package]]7647name = "polkadot-runtime-metrics"7648version = "0.9.16"7649source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7650dependencies = [7651 "bs58",7652 "parity-scale-codec",7653 "polkadot-primitives",7654 "sp-std",7655 "sp-tracing",7656]76577658[[package]]7659name = "polkadot-runtime-parachains"7660version = "0.9.16"7661source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7662dependencies = [7663 "bitflags",7664 "bitvec",7665 "derive_more",7666 "frame-benchmarking",7667 "frame-support",7668 "frame-system",7669 "log",7670 "pallet-authority-discovery",7671 "pallet-authorship",7672 "pallet-babe",7673 "pallet-balances",7674 "pallet-session",7675 "pallet-staking",7676 "pallet-timestamp",7677 "pallet-vesting",7678 "parity-scale-codec",7679 "polkadot-primitives",7680 "polkadot-runtime-metrics",7681 "rand 0.8.4",7682 "rand_chacha 0.3.1",7683 "rustc-hex",7684 "scale-info",7685 "serde",7686 "sp-api",7687 "sp-core",7688 "sp-inherents",7689 "sp-io",7690 "sp-keystore",7691 "sp-runtime",7692 "sp-session",7693 "sp-staking",7694 "sp-std",7695 "xcm",7696 "xcm-executor",7697]76987699[[package]]7700name = "polkadot-service"7701version = "0.9.16"7702source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7703dependencies = [7704 "async-trait",7705 "beefy-gadget",7706 "beefy-primitives",7707 "frame-system-rpc-runtime-api",7708 "futures 0.3.19",7709 "hex-literal",7710 "kusama-runtime",7711 "kvdb",7712 "kvdb-rocksdb",7713 "lru 0.7.2",7714 "pallet-babe",7715 "pallet-im-online",7716 "pallet-mmr-primitives",7717 "pallet-staking",7718 "pallet-transaction-payment-rpc-runtime-api",7719 "polkadot-approval-distribution",7720 "polkadot-availability-bitfield-distribution",7721 "polkadot-availability-distribution",7722 "polkadot-availability-recovery",7723 "polkadot-client",7724 "polkadot-collator-protocol",7725 "polkadot-dispute-distribution",7726 "polkadot-gossip-support",7727 "polkadot-network-bridge",7728 "polkadot-node-collation-generation",7729 "polkadot-node-core-approval-voting",7730 "polkadot-node-core-av-store",7731 "polkadot-node-core-backing",7732 "polkadot-node-core-bitfield-signing",7733 "polkadot-node-core-candidate-validation",7734 "polkadot-node-core-chain-api",7735 "polkadot-node-core-chain-selection",7736 "polkadot-node-core-dispute-coordinator",7737 "polkadot-node-core-parachains-inherent",7738 "polkadot-node-core-provisioner",7739 "polkadot-node-core-pvf-checker",7740 "polkadot-node-core-runtime-api",7741 "polkadot-node-network-protocol",7742 "polkadot-node-primitives",7743 "polkadot-node-subsystem",7744 "polkadot-node-subsystem-util",7745 "polkadot-overseer",7746 "polkadot-parachain",7747 "polkadot-primitives",7748 "polkadot-rpc",7749 "polkadot-runtime",7750 "polkadot-runtime-constants",7751 "polkadot-runtime-parachains",7752 "polkadot-statement-distribution",7753 "rococo-runtime",7754 "sc-authority-discovery",7755 "sc-basic-authorship",7756 "sc-block-builder",7757 "sc-chain-spec",7758 "sc-client-api",7759 "sc-client-db",7760 "sc-consensus",7761 "sc-consensus-babe",7762 "sc-consensus-slots",7763 "sc-consensus-uncles",7764 "sc-executor",7765 "sc-finality-grandpa",7766 "sc-keystore",7767 "sc-network",7768 "sc-offchain",7769 "sc-service",7770 "sc-sync-state-rpc",7771 "sc-telemetry",7772 "sc-transaction-pool",7773 "serde",7774 "sp-api",7775 "sp-authority-discovery",7776 "sp-block-builder",7777 "sp-blockchain",7778 "sp-consensus",7779 "sp-consensus-babe",7780 "sp-core",7781 "sp-finality-grandpa",7782 "sp-inherents",7783 "sp-io",7784 "sp-keystore",7785 "sp-offchain",7786 "sp-runtime",7787 "sp-session",7788 "sp-state-machine",7789 "sp-storage",7790 "sp-timestamp",7791 "sp-transaction-pool",7792 "sp-trie",7793 "substrate-prometheus-endpoint",7794 "thiserror",7795 "tracing",7796 "westend-runtime",7797]77987799[[package]]7800name = "polkadot-statement-distribution"7801version = "0.9.16"7802source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7803dependencies = [7804 "arrayvec 0.5.2",7805 "derive_more",7806 "futures 0.3.19",7807 "indexmap",7808 "parity-scale-codec",7809 "polkadot-node-network-protocol",7810 "polkadot-node-primitives",7811 "polkadot-node-subsystem",7812 "polkadot-node-subsystem-util",7813 "polkadot-primitives",7814 "sp-keystore",7815 "sp-staking",7816 "thiserror",7817 "tracing",7818]78197820[[package]]7821name = "polkadot-statement-table"7822version = "0.9.16"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7824dependencies = [7825 "parity-scale-codec",7826 "polkadot-primitives",7827 "sp-core",7828]78297830[[package]]7831name = "polkadot-test-runtime"7832version = "0.9.16"7833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7834dependencies = [7835 "beefy-primitives",7836 "bitvec",7837 "frame-election-provider-support",7838 "frame-executive",7839 "frame-support",7840 "frame-system",7841 "frame-system-rpc-runtime-api",7842 "log",7843 "pallet-authority-discovery",7844 "pallet-authorship",7845 "pallet-babe",7846 "pallet-balances",7847 "pallet-grandpa",7848 "pallet-indices",7849 "pallet-mmr-primitives",7850 "pallet-nicks",7851 "pallet-offences",7852 "pallet-session",7853 "pallet-staking",7854 "pallet-staking-reward-curve",7855 "pallet-sudo",7856 "pallet-timestamp",7857 "pallet-transaction-payment",7858 "pallet-transaction-payment-rpc-runtime-api",7859 "pallet-vesting",7860 "pallet-xcm",7861 "parity-scale-codec",7862 "polkadot-parachain",7863 "polkadot-primitives",7864 "polkadot-runtime-common",7865 "polkadot-runtime-parachains",7866 "rustc-hex",7867 "scale-info",7868 "serde",7869 "serde_derive",7870 "smallvec",7871 "sp-api",7872 "sp-authority-discovery",7873 "sp-block-builder",7874 "sp-consensus-babe",7875 "sp-core",7876 "sp-inherents",7877 "sp-io",7878 "sp-offchain",7879 "sp-runtime",7880 "sp-session",7881 "sp-staking",7882 "sp-std",7883 "sp-transaction-pool",7884 "sp-version",7885 "substrate-wasm-builder",7886 "test-runtime-constants",7887 "xcm",7888 "xcm-builder",7889 "xcm-executor",7890]78917892[[package]]7893name = "polkadot-test-service"7894version = "0.9.16"7895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"7896dependencies = [7897 "frame-benchmarking",7898 "frame-system",7899 "futures 0.1.31",7900 "futures 0.3.19",7901 "hex",7902 "pallet-balances",7903 "pallet-staking",7904 "pallet-transaction-payment",7905 "polkadot-node-primitives",7906 "polkadot-node-subsystem",7907 "polkadot-overseer",7908 "polkadot-parachain",7909 "polkadot-primitives",7910 "polkadot-rpc",7911 "polkadot-runtime-common",7912 "polkadot-runtime-parachains",7913 "polkadot-service",7914 "polkadot-test-runtime",7915 "rand 0.8.4",7916 "sc-authority-discovery",7917 "sc-chain-spec",7918 "sc-cli",7919 "sc-client-api",7920 "sc-consensus",7921 "sc-consensus-babe",7922 "sc-executor",7923 "sc-finality-grandpa",7924 "sc-network",7925 "sc-service",7926 "sc-tracing",7927 "sc-transaction-pool",7928 "sp-arithmetic",7929 "sp-authority-discovery",7930 "sp-blockchain",7931 "sp-consensus",7932 "sp-consensus-babe",7933 "sp-core",7934 "sp-finality-grandpa",7935 "sp-inherents",7936 "sp-keyring",7937 "sp-runtime",7938 "sp-state-machine",7939 "substrate-test-client",7940 "tempfile",7941 "test-runtime-constants",7942 "tokio 1.15.0",7943 "tracing",7944]79457946[[package]]7947name = "polling"7948version = "2.2.0"7949source = "registry+https://github.com/rust-lang/crates.io-index"7950checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"7951dependencies = [7952 "cfg-if 1.0.0",7953 "libc",7954 "log",7955 "wepoll-ffi",7956 "winapi 0.3.9",7957]79587959[[package]]7960name = "poly1305"7961version = "0.7.2"7962source = "registry+https://github.com/rust-lang/crates.io-index"7963checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"7964dependencies = [7965 "cpufeatures 0.2.1",7966 "opaque-debug 0.3.0",7967 "universal-hash",7968]79697970[[package]]7971name = "polyval"7972version = "0.5.3"7973source = "registry+https://github.com/rust-lang/crates.io-index"7974checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"7975dependencies = [7976 "cfg-if 1.0.0",7977 "cpufeatures 0.2.1",7978 "opaque-debug 0.3.0",7979 "universal-hash",7980]79817982[[package]]7983name = "ppv-lite86"7984version = "0.2.16"7985source = "registry+https://github.com/rust-lang/crates.io-index"7986checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"79877988[[package]]7989name = "primitive-types"7990version = "0.9.1"7991source = "registry+https://github.com/rust-lang/crates.io-index"7992checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"7993dependencies = [7994 "fixed-hash",7995 "impl-codec",7996 "impl-rlp",7997 "uint",7998]79998000[[package]]8001name = "primitive-types"8002version = "0.10.1"8003source = "registry+https://github.com/rust-lang/crates.io-index"8004checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"8005dependencies = [8006 "fixed-hash",8007 "impl-codec",8008 "impl-rlp",8009 "impl-serde",8010 "scale-info",8011 "uint",8012]80138014[[package]]8015name = "proc-macro-crate"8016version = "0.1.5"8017source = "registry+https://github.com/rust-lang/crates.io-index"8018checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8019dependencies = [8020 "toml",8021]80228023[[package]]8024name = "proc-macro-crate"8025version = "1.1.0"8026source = "registry+https://github.com/rust-lang/crates.io-index"8027checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"8028dependencies = [8029 "thiserror",8030 "toml",8031]80328033[[package]]8034name = "proc-macro-error"8035version = "1.0.4"8036source = "registry+https://github.com/rust-lang/crates.io-index"8037checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8038dependencies = [8039 "proc-macro-error-attr",8040 "proc-macro2",8041 "quote",8042 "syn",8043 "version_check",8044]80458046[[package]]8047name = "proc-macro-error-attr"8048version = "1.0.4"8049source = "registry+https://github.com/rust-lang/crates.io-index"8050checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8051dependencies = [8052 "proc-macro2",8053 "quote",8054 "version_check",8055]80568057[[package]]8058name = "proc-macro2"8059version = "1.0.36"8060source = "registry+https://github.com/rust-lang/crates.io-index"8061checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8062dependencies = [8063 "unicode-xid",8064]80658066[[package]]8067name = "prometheus"8068version = "0.13.0"8069source = "registry+https://github.com/rust-lang/crates.io-index"8070checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8071dependencies = [8072 "cfg-if 1.0.0",8073 "fnv",8074 "lazy_static",8075 "memchr",8076 "parking_lot 0.11.2",8077 "thiserror",8078]80798080[[package]]8081name = "prost"8082version = "0.9.0"8083source = "registry+https://github.com/rust-lang/crates.io-index"8084checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8085dependencies = [8086 "bytes 1.1.0",8087 "prost-derive",8088]80898090[[package]]8091name = "prost-build"8092version = "0.9.0"8093source = "registry+https://github.com/rust-lang/crates.io-index"8094checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8095dependencies = [8096 "bytes 1.1.0",8097 "heck",8098 "itertools",8099 "lazy_static",8100 "log",8101 "multimap",8102 "petgraph",8103 "prost",8104 "prost-types",8105 "regex",8106 "tempfile",8107 "which",8108]81098110[[package]]8111name = "prost-derive"8112version = "0.9.0"8113source = "registry+https://github.com/rust-lang/crates.io-index"8114checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8115dependencies = [8116 "anyhow",8117 "itertools",8118 "proc-macro2",8119 "quote",8120 "syn",8121]81228123[[package]]8124name = "prost-types"8125version = "0.9.0"8126source = "registry+https://github.com/rust-lang/crates.io-index"8127checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8128dependencies = [8129 "bytes 1.1.0",8130 "prost",8131]81328133[[package]]8134name = "psm"8135version = "0.1.16"8136source = "registry+https://github.com/rust-lang/crates.io-index"8137checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"8138dependencies = [8139 "cc",8140]81418142[[package]]8143name = "quick-error"8144version = "1.2.3"8145source = "registry+https://github.com/rust-lang/crates.io-index"8146checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"81478148[[package]]8149name = "quick-error"8150version = "2.0.1"8151source = "registry+https://github.com/rust-lang/crates.io-index"8152checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"81538154[[package]]8155name = "quicksink"8156version = "0.1.2"8157source = "registry+https://github.com/rust-lang/crates.io-index"8158checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8159dependencies = [8160 "futures-core",8161 "futures-sink",8162 "pin-project-lite 0.1.12",8163]81648165[[package]]8166name = "quote"8167version = "1.0.14"8168source = "registry+https://github.com/rust-lang/crates.io-index"8169checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"8170dependencies = [8171 "proc-macro2",8172]81738174[[package]]8175name = "radium"8176version = "0.6.2"8177source = "registry+https://github.com/rust-lang/crates.io-index"8178checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"81798180[[package]]8181name = "rand"8182version = "0.7.3"8183source = "registry+https://github.com/rust-lang/crates.io-index"8184checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8185dependencies = [8186 "getrandom 0.1.16",8187 "libc",8188 "rand_chacha 0.2.2",8189 "rand_core 0.5.1",8190 "rand_hc 0.2.0",8191 "rand_pcg",8192]81938194[[package]]8195name = "rand"8196version = "0.8.4"8197source = "registry+https://github.com/rust-lang/crates.io-index"8198checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8199dependencies = [8200 "libc",8201 "rand_chacha 0.3.1",8202 "rand_core 0.6.3",8203 "rand_hc 0.3.1",8204]82058206[[package]]8207name = "rand_chacha"8208version = "0.2.2"8209source = "registry+https://github.com/rust-lang/crates.io-index"8210checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8211dependencies = [8212 "ppv-lite86",8213 "rand_core 0.5.1",8214]82158216[[package]]8217name = "rand_chacha"8218version = "0.3.1"8219source = "registry+https://github.com/rust-lang/crates.io-index"8220checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8221dependencies = [8222 "ppv-lite86",8223 "rand_core 0.6.3",8224]82258226[[package]]8227name = "rand_core"8228version = "0.5.1"8229source = "registry+https://github.com/rust-lang/crates.io-index"8230checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8231dependencies = [8232 "getrandom 0.1.16",8233]82348235[[package]]8236name = "rand_core"8237version = "0.6.3"8238source = "registry+https://github.com/rust-lang/crates.io-index"8239checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8240dependencies = [8241 "getrandom 0.2.4",8242]82438244[[package]]8245name = "rand_distr"8246version = "0.4.3"8247source = "registry+https://github.com/rust-lang/crates.io-index"8248checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8249dependencies = [8250 "num-traits",8251 "rand 0.8.4",8252]82538254[[package]]8255name = "rand_hc"8256version = "0.2.0"8257source = "registry+https://github.com/rust-lang/crates.io-index"8258checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8259dependencies = [8260 "rand_core 0.5.1",8261]82628263[[package]]8264name = "rand_hc"8265version = "0.3.1"8266source = "registry+https://github.com/rust-lang/crates.io-index"8267checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8268dependencies = [8269 "rand_core 0.6.3",8270]82718272[[package]]8273name = "rand_pcg"8274version = "0.2.1"8275source = "registry+https://github.com/rust-lang/crates.io-index"8276checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8277dependencies = [8278 "rand_core 0.5.1",8279]82808281[[package]]8282name = "rawpointer"8283version = "0.2.1"8284source = "registry+https://github.com/rust-lang/crates.io-index"8285checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"82868287[[package]]8288name = "rayon"8289version = "1.5.1"8290source = "registry+https://github.com/rust-lang/crates.io-index"8291checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8292dependencies = [8293 "autocfg",8294 "crossbeam-deque",8295 "either",8296 "rayon-core",8297]82988299[[package]]8300name = "rayon-core"8301version = "1.9.1"8302source = "registry+https://github.com/rust-lang/crates.io-index"8303checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8304dependencies = [8305 "crossbeam-channel",8306 "crossbeam-deque",8307 "crossbeam-utils",8308 "lazy_static",8309 "num_cpus",8310]83118312[[package]]8313name = "redox_syscall"8314version = "0.1.57"8315source = "registry+https://github.com/rust-lang/crates.io-index"8316checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"83178318[[package]]8319name = "redox_syscall"8320version = "0.2.10"8321source = "registry+https://github.com/rust-lang/crates.io-index"8322checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8323dependencies = [8324 "bitflags",8325]83268327[[package]]8328name = "redox_users"8329version = "0.4.0"8330source = "registry+https://github.com/rust-lang/crates.io-index"8331checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8332dependencies = [8333 "getrandom 0.2.4",8334 "redox_syscall 0.2.10",8335]83368337[[package]]8338name = "reed-solomon-novelpoly"8339version = "1.0.0"8340source = "registry+https://github.com/rust-lang/crates.io-index"8341checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8342dependencies = [8343 "derive_more",8344 "fs-err",8345 "itertools",8346 "static_init",8347 "thiserror",8348]83498350[[package]]8351name = "ref-cast"8352version = "1.0.6"8353source = "registry+https://github.com/rust-lang/crates.io-index"8354checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8355dependencies = [8356 "ref-cast-impl",8357]83588359[[package]]8360name = "ref-cast-impl"8361version = "1.0.6"8362source = "registry+https://github.com/rust-lang/crates.io-index"8363checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8364dependencies = [8365 "proc-macro2",8366 "quote",8367 "syn",8368]83698370[[package]]8371name = "regalloc"8372version = "0.0.33"8373source = "registry+https://github.com/rust-lang/crates.io-index"8374checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8375dependencies = [8376 "log",8377 "rustc-hash",8378 "smallvec",8379]83808381[[package]]8382name = "regex"8383version = "1.5.4"8384source = "registry+https://github.com/rust-lang/crates.io-index"8385checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8386dependencies = [8387 "aho-corasick",8388 "memchr",8389 "regex-syntax",8390]83918392[[package]]8393name = "regex-automata"8394version = "0.1.10"8395source = "registry+https://github.com/rust-lang/crates.io-index"8396checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8397dependencies = [8398 "regex-syntax",8399]84008401[[package]]8402name = "regex-syntax"8403version = "0.6.25"8404source = "registry+https://github.com/rust-lang/crates.io-index"8405checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"84068407[[package]]8408name = "region"8409version = "2.2.0"8410source = "registry+https://github.com/rust-lang/crates.io-index"8411checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8412dependencies = [8413 "bitflags",8414 "libc",8415 "mach",8416 "winapi 0.3.9",8417]84188419[[package]]8420name = "remote-externalities"8421version = "0.10.0-dev"8422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8423dependencies = [8424 "env_logger 0.9.0",8425 "jsonrpsee",8426 "log",8427 "parity-scale-codec",8428 "serde",8429 "serde_json",8430 "sp-core",8431 "sp-io",8432 "sp-runtime",8433 "sp-version",8434]84358436[[package]]8437name = "remove_dir_all"8438version = "0.5.3"8439source = "registry+https://github.com/rust-lang/crates.io-index"8440checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8441dependencies = [8442 "winapi 0.3.9",8443]84448445[[package]]8446name = "resolv-conf"8447version = "0.7.0"8448source = "registry+https://github.com/rust-lang/crates.io-index"8449checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8450dependencies = [8451 "hostname",8452 "quick-error 1.2.3",8453]84548455[[package]]8456name = "retain_mut"8457version = "0.1.5"8458source = "registry+https://github.com/rust-lang/crates.io-index"8459checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21"84608461[[package]]8462name = "ring"8463version = "0.16.20"8464source = "registry+https://github.com/rust-lang/crates.io-index"8465checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8466dependencies = [8467 "cc",8468 "libc",8469 "once_cell",8470 "spin",8471 "untrusted",8472 "web-sys",8473 "winapi 0.3.9",8474]84758476[[package]]8477name = "rlp"8478version = "0.5.1"8479source = "registry+https://github.com/rust-lang/crates.io-index"8480checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8481dependencies = [8482 "bytes 1.1.0",8483 "rustc-hex",8484]84858486[[package]]8487name = "rlp-derive"8488version = "0.1.0"8489source = "registry+https://github.com/rust-lang/crates.io-index"8490checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8491dependencies = [8492 "proc-macro2",8493 "quote",8494 "syn",8495]84968497[[package]]8498name = "rocksdb"8499version = "0.17.0"8500source = "registry+https://github.com/rust-lang/crates.io-index"8501checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8502dependencies = [8503 "libc",8504 "librocksdb-sys",8505]85068507[[package]]8508name = "rococo-runtime"8509version = "0.9.16"8510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"8511dependencies = [8512 "beefy-primitives",8513 "bp-messages",8514 "bp-rococo",8515 "bp-runtime",8516 "bp-wococo",8517 "bridge-runtime-common",8518 "frame-benchmarking",8519 "frame-executive",8520 "frame-support",8521 "frame-system",8522 "frame-system-rpc-runtime-api",8523 "hex-literal",8524 "log",8525 "pallet-authority-discovery",8526 "pallet-authorship",8527 "pallet-babe",8528 "pallet-balances",8529 "pallet-beefy",8530 "pallet-beefy-mmr",8531 "pallet-bridge-dispatch",8532 "pallet-bridge-grandpa",8533 "pallet-bridge-messages",8534 "pallet-collective",8535 "pallet-grandpa",8536 "pallet-im-online",8537 "pallet-indices",8538 "pallet-membership",8539 "pallet-mmr",8540 "pallet-mmr-primitives",8541 "pallet-multisig",8542 "pallet-offences",8543 "pallet-proxy",8544 "pallet-session",8545 "pallet-staking",8546 "pallet-sudo",8547 "pallet-timestamp",8548 "pallet-transaction-payment",8549 "pallet-transaction-payment-rpc-runtime-api",8550 "pallet-utility",8551 "pallet-xcm",8552 "parity-scale-codec",8553 "polkadot-parachain",8554 "polkadot-primitives",8555 "polkadot-runtime-common",8556 "polkadot-runtime-parachains",8557 "rococo-runtime-constants",8558 "scale-info",8559 "serde",8560 "serde_derive",8561 "smallvec",8562 "sp-api",8563 "sp-authority-discovery",8564 "sp-block-builder",8565 "sp-consensus-babe",8566 "sp-core",8567 "sp-inherents",8568 "sp-io",8569 "sp-offchain",8570 "sp-runtime",8571 "sp-session",8572 "sp-staking",8573 "sp-std",8574 "sp-transaction-pool",8575 "sp-version",8576 "substrate-wasm-builder",8577 "xcm",8578 "xcm-builder",8579 "xcm-executor",8580]85818582[[package]]8583name = "rococo-runtime-constants"8584version = "0.9.16"8585source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"8586dependencies = [8587 "frame-support",8588 "polkadot-primitives",8589 "polkadot-runtime-common",8590 "smallvec",8591 "sp-runtime",8592]85938594[[package]]8595name = "rpassword"8596version = "5.0.1"8597source = "registry+https://github.com/rust-lang/crates.io-index"8598checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8599dependencies = [8600 "libc",8601 "winapi 0.3.9",8602]86038604[[package]]8605name = "rustc-demangle"8606version = "0.1.21"8607source = "registry+https://github.com/rust-lang/crates.io-index"8608checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"86098610[[package]]8611name = "rustc-hash"8612version = "1.1.0"8613source = "registry+https://github.com/rust-lang/crates.io-index"8614checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"86158616[[package]]8617name = "rustc-hex"8618version = "2.1.0"8619source = "registry+https://github.com/rust-lang/crates.io-index"8620checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"86218622[[package]]8623name = "rustc_version"8624version = "0.2.3"8625source = "registry+https://github.com/rust-lang/crates.io-index"8626checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8627dependencies = [8628 "semver 0.9.0",8629]86308631[[package]]8632name = "rustc_version"8633version = "0.3.3"8634source = "registry+https://github.com/rust-lang/crates.io-index"8635checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8636dependencies = [8637 "semver 0.11.0",8638]86398640[[package]]8641name = "rustc_version"8642version = "0.4.0"8643source = "registry+https://github.com/rust-lang/crates.io-index"8644checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8645dependencies = [8646 "semver 1.0.4",8647]86488649[[package]]8650name = "rustix"8651version = "0.31.3"8652source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"8654dependencies = [8655 "bitflags",8656 "errno",8657 "io-lifetimes",8658 "libc",8659 "linux-raw-sys",8660 "winapi 0.3.9",8661]86628663[[package]]8664name = "rustls"8665version = "0.19.1"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8668dependencies = [8669 "base64",8670 "log",8671 "ring",8672 "sct",8673 "webpki",8674]86758676[[package]]8677name = "rustls-native-certs"8678version = "0.5.0"8679source = "registry+https://github.com/rust-lang/crates.io-index"8680checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8681dependencies = [8682 "openssl-probe",8683 "rustls",8684 "schannel",8685 "security-framework",8686]86878688[[package]]8689name = "rustversion"8690version = "1.0.6"8691source = "registry+https://github.com/rust-lang/crates.io-index"8692checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"86938694[[package]]8695name = "rw-stream-sink"8696version = "0.2.1"8697source = "registry+https://github.com/rust-lang/crates.io-index"8698checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8699dependencies = [8700 "futures 0.3.19",8701 "pin-project 0.4.29",8702 "static_assertions",8703]87048705[[package]]8706name = "ryu"8707version = "1.0.9"8708source = "registry+https://github.com/rust-lang/crates.io-index"8709checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"87108711[[package]]8712name = "safe-mix"8713version = "1.0.1"8714source = "registry+https://github.com/rust-lang/crates.io-index"8715checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8716dependencies = [8717 "rustc_version 0.2.3",8718]87198720[[package]]8721name = "salsa20"8722version = "0.9.0"8723source = "registry+https://github.com/rust-lang/crates.io-index"8724checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"8725dependencies = [8726 "cipher",8727]87288729[[package]]8730name = "same-file"8731version = "1.0.6"8732source = "registry+https://github.com/rust-lang/crates.io-index"8733checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8734dependencies = [8735 "winapi-util",8736]87378738[[package]]8739name = "sc-allocator"8740version = "4.1.0-dev"8741source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8742dependencies = [8743 "log",8744 "sp-core",8745 "sp-wasm-interface",8746 "thiserror",8747]87488749[[package]]8750name = "sc-authority-discovery"8751version = "0.10.0-dev"8752source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8753dependencies = [8754 "async-trait",8755 "derive_more",8756 "futures 0.3.19",8757 "futures-timer",8758 "ip_network",8759 "libp2p",8760 "log",8761 "parity-scale-codec",8762 "prost",8763 "prost-build",8764 "rand 0.7.3",8765 "sc-client-api",8766 "sc-network",8767 "sp-api",8768 "sp-authority-discovery",8769 "sp-blockchain",8770 "sp-core",8771 "sp-keystore",8772 "sp-runtime",8773 "substrate-prometheus-endpoint",8774]87758776[[package]]8777name = "sc-basic-authorship"8778version = "0.10.0-dev"8779source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8780dependencies = [8781 "futures 0.3.19",8782 "futures-timer",8783 "log",8784 "parity-scale-codec",8785 "sc-block-builder",8786 "sc-client-api",8787 "sc-proposer-metrics",8788 "sc-telemetry",8789 "sc-transaction-pool-api",8790 "sp-api",8791 "sp-blockchain",8792 "sp-consensus",8793 "sp-core",8794 "sp-inherents",8795 "sp-runtime",8796 "substrate-prometheus-endpoint",8797]87988799[[package]]8800name = "sc-block-builder"8801version = "0.10.0-dev"8802source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8803dependencies = [8804 "parity-scale-codec",8805 "sc-client-api",8806 "sp-api",8807 "sp-block-builder",8808 "sp-blockchain",8809 "sp-core",8810 "sp-inherents",8811 "sp-runtime",8812 "sp-state-machine",8813]88148815[[package]]8816name = "sc-chain-spec"8817version = "4.0.0-dev"8818source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8819dependencies = [8820 "impl-trait-for-tuples",8821 "memmap2 0.5.2",8822 "parity-scale-codec",8823 "sc-chain-spec-derive",8824 "sc-network",8825 "sc-telemetry",8826 "serde",8827 "serde_json",8828 "sp-core",8829 "sp-runtime",8830]88318832[[package]]8833name = "sc-chain-spec-derive"8834version = "4.0.0-dev"8835source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8836dependencies = [8837 "proc-macro-crate 1.1.0",8838 "proc-macro2",8839 "quote",8840 "syn",8841]88428843[[package]]8844name = "sc-cli"8845version = "0.10.0-dev"8846source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8847dependencies = [8848 "chrono",8849 "fdlimit",8850 "futures 0.3.19",8851 "hex",8852 "libp2p",8853 "log",8854 "names",8855 "parity-scale-codec",8856 "rand 0.7.3",8857 "regex",8858 "rpassword",8859 "sc-client-api",8860 "sc-keystore",8861 "sc-network",8862 "sc-service",8863 "sc-telemetry",8864 "sc-tracing",8865 "sc-utils",8866 "serde",8867 "serde_json",8868 "sp-blockchain",8869 "sp-core",8870 "sp-keyring",8871 "sp-keystore",8872 "sp-panic-handler",8873 "sp-runtime",8874 "sp-version",8875 "structopt",8876 "thiserror",8877 "tiny-bip39",8878 "tokio 1.15.0",8879]88808881[[package]]8882name = "sc-client-api"8883version = "4.0.0-dev"8884source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8885dependencies = [8886 "fnv",8887 "futures 0.3.19",8888 "hash-db",8889 "log",8890 "parity-scale-codec",8891 "parking_lot 0.11.2",8892 "sc-executor",8893 "sc-transaction-pool-api",8894 "sc-utils",8895 "sp-api",8896 "sp-blockchain",8897 "sp-consensus",8898 "sp-core",8899 "sp-database",8900 "sp-externalities",8901 "sp-keystore",8902 "sp-runtime",8903 "sp-state-machine",8904 "sp-storage",8905 "sp-trie",8906 "substrate-prometheus-endpoint",8907]89088909[[package]]8910name = "sc-client-db"8911version = "0.10.0-dev"8912source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8913dependencies = [8914 "hash-db",8915 "kvdb",8916 "kvdb-memorydb",8917 "kvdb-rocksdb",8918 "linked-hash-map",8919 "log",8920 "parity-db",8921 "parity-scale-codec",8922 "parking_lot 0.11.2",8923 "sc-client-api",8924 "sc-state-db",8925 "sp-arithmetic",8926 "sp-blockchain",8927 "sp-core",8928 "sp-database",8929 "sp-runtime",8930 "sp-state-machine",8931 "sp-trie",8932]89338934[[package]]8935name = "sc-consensus"8936version = "0.10.0-dev"8937source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8938dependencies = [8939 "async-trait",8940 "futures 0.3.19",8941 "futures-timer",8942 "libp2p",8943 "log",8944 "parking_lot 0.11.2",8945 "sc-client-api",8946 "sc-utils",8947 "serde",8948 "sp-api",8949 "sp-blockchain",8950 "sp-consensus",8951 "sp-core",8952 "sp-runtime",8953 "sp-state-machine",8954 "substrate-prometheus-endpoint",8955 "thiserror",8956]89578958[[package]]8959name = "sc-consensus-aura"8960version = "0.10.0-dev"8961source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8962dependencies = [8963 "async-trait",8964 "derive_more",8965 "futures 0.3.19",8966 "log",8967 "parity-scale-codec",8968 "sc-block-builder",8969 "sc-client-api",8970 "sc-consensus",8971 "sc-consensus-slots",8972 "sc-telemetry",8973 "sp-api",8974 "sp-application-crypto",8975 "sp-block-builder",8976 "sp-blockchain",8977 "sp-consensus",8978 "sp-consensus-aura",8979 "sp-consensus-slots",8980 "sp-core",8981 "sp-inherents",8982 "sp-keystore",8983 "sp-runtime",8984 "substrate-prometheus-endpoint",8985]89868987[[package]]8988name = "sc-consensus-babe"8989version = "0.10.0-dev"8990source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8991dependencies = [8992 "async-trait",8993 "derive_more",8994 "fork-tree",8995 "futures 0.3.19",8996 "log",8997 "merlin",8998 "num-bigint",8999 "num-rational 0.2.4",9000 "num-traits",9001 "parity-scale-codec",9002 "parking_lot 0.11.2",9003 "rand 0.7.3",9004 "retain_mut",9005 "sc-client-api",9006 "sc-consensus",9007 "sc-consensus-epochs",9008 "sc-consensus-slots",9009 "sc-keystore",9010 "sc-telemetry",9011 "schnorrkel",9012 "serde",9013 "sp-api",9014 "sp-application-crypto",9015 "sp-block-builder",9016 "sp-blockchain",9017 "sp-consensus",9018 "sp-consensus-babe",9019 "sp-consensus-slots",9020 "sp-consensus-vrf",9021 "sp-core",9022 "sp-inherents",9023 "sp-io",9024 "sp-keystore",9025 "sp-runtime",9026 "sp-version",9027 "substrate-prometheus-endpoint",9028]90299030[[package]]9031name = "sc-consensus-babe-rpc"9032version = "0.10.0-dev"9033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9034dependencies = [9035 "derive_more",9036 "futures 0.3.19",9037 "jsonrpc-core",9038 "jsonrpc-core-client",9039 "jsonrpc-derive",9040 "sc-consensus-babe",9041 "sc-consensus-epochs",9042 "sc-rpc-api",9043 "serde",9044 "sp-api",9045 "sp-application-crypto",9046 "sp-blockchain",9047 "sp-consensus",9048 "sp-consensus-babe",9049 "sp-core",9050 "sp-keystore",9051 "sp-runtime",9052]90539054[[package]]9055name = "sc-consensus-epochs"9056version = "0.10.0-dev"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9058dependencies = [9059 "fork-tree",9060 "parity-scale-codec",9061 "sc-client-api",9062 "sc-consensus",9063 "sp-blockchain",9064 "sp-runtime",9065]90669067[[package]]9068name = "sc-consensus-slots"9069version = "0.10.0-dev"9070source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9071dependencies = [9072 "async-trait",9073 "futures 0.3.19",9074 "futures-timer",9075 "log",9076 "parity-scale-codec",9077 "sc-client-api",9078 "sc-consensus",9079 "sc-telemetry",9080 "sp-arithmetic",9081 "sp-blockchain",9082 "sp-consensus",9083 "sp-consensus-slots",9084 "sp-core",9085 "sp-inherents",9086 "sp-runtime",9087 "sp-state-machine",9088 "sp-timestamp",9089 "thiserror",9090]90919092[[package]]9093name = "sc-consensus-uncles"9094version = "0.10.0-dev"9095source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9096dependencies = [9097 "sc-client-api",9098 "sp-authorship",9099 "sp-runtime",9100 "thiserror",9101]91029103[[package]]9104name = "sc-executor"9105version = "0.10.0-dev"9106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9107dependencies = [9108 "lazy_static",9109 "libsecp256k1 0.7.0",9110 "log",9111 "lru 0.6.6",9112 "parity-scale-codec",9113 "parking_lot 0.11.2",9114 "sc-executor-common",9115 "sc-executor-wasmi",9116 "sc-executor-wasmtime",9117 "sp-api",9118 "sp-core",9119 "sp-core-hashing-proc-macro",9120 "sp-externalities",9121 "sp-io",9122 "sp-panic-handler",9123 "sp-runtime-interface",9124 "sp-tasks",9125 "sp-trie",9126 "sp-version",9127 "sp-wasm-interface",9128 "wasmi",9129]91309131[[package]]9132name = "sc-executor-common"9133version = "0.10.0-dev"9134source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9135dependencies = [9136 "derive_more",9137 "environmental",9138 "parity-scale-codec",9139 "sc-allocator",9140 "sp-core",9141 "sp-maybe-compressed-blob",9142 "sp-serializer",9143 "sp-wasm-interface",9144 "thiserror",9145 "wasm-instrument",9146 "wasmi",9147]91489149[[package]]9150name = "sc-executor-wasmi"9151version = "0.10.0-dev"9152source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9153dependencies = [9154 "log",9155 "parity-scale-codec",9156 "sc-allocator",9157 "sc-executor-common",9158 "scoped-tls",9159 "sp-core",9160 "sp-runtime-interface",9161 "sp-wasm-interface",9162 "wasmi",9163]91649165[[package]]9166name = "sc-executor-wasmtime"9167version = "0.10.0-dev"9168source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9169dependencies = [9170 "cfg-if 1.0.0",9171 "libc",9172 "log",9173 "parity-scale-codec",9174 "parity-wasm 0.42.2",9175 "sc-allocator",9176 "sc-executor-common",9177 "sp-core",9178 "sp-runtime-interface",9179 "sp-wasm-interface",9180 "wasmtime",9181]91829183[[package]]9184name = "sc-finality-grandpa"9185version = "0.10.0-dev"9186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9187dependencies = [9188 "async-trait",9189 "derive_more",9190 "dyn-clone",9191 "finality-grandpa",9192 "fork-tree",9193 "futures 0.3.19",9194 "futures-timer",9195 "log",9196 "parity-scale-codec",9197 "parking_lot 0.11.2",9198 "rand 0.8.4",9199 "sc-block-builder",9200 "sc-chain-spec",9201 "sc-client-api",9202 "sc-consensus",9203 "sc-keystore",9204 "sc-network",9205 "sc-network-gossip",9206 "sc-telemetry",9207 "sc-utils",9208 "serde_json",9209 "sp-api",9210 "sp-application-crypto",9211 "sp-arithmetic",9212 "sp-blockchain",9213 "sp-consensus",9214 "sp-core",9215 "sp-finality-grandpa",9216 "sp-keystore",9217 "sp-runtime",9218 "substrate-prometheus-endpoint",9219]92209221[[package]]9222name = "sc-finality-grandpa-rpc"9223version = "0.10.0-dev"9224source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9225dependencies = [9226 "derive_more",9227 "finality-grandpa",9228 "futures 0.3.19",9229 "jsonrpc-core",9230 "jsonrpc-core-client",9231 "jsonrpc-derive",9232 "jsonrpc-pubsub",9233 "log",9234 "parity-scale-codec",9235 "sc-client-api",9236 "sc-finality-grandpa",9237 "sc-rpc",9238 "serde",9239 "serde_json",9240 "sp-blockchain",9241 "sp-core",9242 "sp-runtime",9243]92449245[[package]]9246name = "sc-informant"9247version = "0.10.0-dev"9248source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9249dependencies = [9250 "ansi_term",9251 "futures 0.3.19",9252 "futures-timer",9253 "log",9254 "parity-util-mem",9255 "sc-client-api",9256 "sc-network",9257 "sc-transaction-pool-api",9258 "sp-blockchain",9259 "sp-runtime",9260]92619262[[package]]9263name = "sc-keystore"9264version = "4.0.0-dev"9265source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9266dependencies = [9267 "async-trait",9268 "derive_more",9269 "hex",9270 "parking_lot 0.11.2",9271 "serde_json",9272 "sp-application-crypto",9273 "sp-core",9274 "sp-keystore",9275]92769277[[package]]9278name = "sc-network"9279version = "0.10.0-dev"9280source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9281dependencies = [9282 "async-std",9283 "async-trait",9284 "asynchronous-codec 0.5.0",9285 "bitflags",9286 "bytes 1.1.0",9287 "cid",9288 "derive_more",9289 "either",9290 "fnv",9291 "fork-tree",9292 "futures 0.3.19",9293 "futures-timer",9294 "hex",9295 "ip_network",9296 "libp2p",9297 "linked-hash-map",9298 "linked_hash_set",9299 "log",9300 "lru 0.7.2",9301 "parity-scale-codec",9302 "parking_lot 0.11.2",9303 "pin-project 1.0.10",9304 "prost",9305 "prost-build",9306 "rand 0.7.3",9307 "sc-block-builder",9308 "sc-client-api",9309 "sc-consensus",9310 "sc-peerset",9311 "sc-utils",9312 "serde",9313 "serde_json",9314 "smallvec",9315 "sp-arithmetic",9316 "sp-blockchain",9317 "sp-consensus",9318 "sp-core",9319 "sp-finality-grandpa",9320 "sp-runtime",9321 "substrate-prometheus-endpoint",9322 "thiserror",9323 "unsigned-varint 0.6.0",9324 "void",9325 "zeroize",9326]93279328[[package]]9329name = "sc-network-gossip"9330version = "0.10.0-dev"9331source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9332dependencies = [9333 "futures 0.3.19",9334 "futures-timer",9335 "libp2p",9336 "log",9337 "lru 0.7.2",9338 "sc-network",9339 "sp-runtime",9340 "substrate-prometheus-endpoint",9341 "tracing",9342]93439344[[package]]9345name = "sc-offchain"9346version = "4.0.0-dev"9347source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9348dependencies = [9349 "bytes 1.1.0",9350 "fnv",9351 "futures 0.3.19",9352 "futures-timer",9353 "hex",9354 "hyper",9355 "hyper-rustls",9356 "num_cpus",9357 "once_cell",9358 "parity-scale-codec",9359 "parking_lot 0.11.2",9360 "rand 0.7.3",9361 "sc-client-api",9362 "sc-network",9363 "sc-utils",9364 "sp-api",9365 "sp-core",9366 "sp-offchain",9367 "sp-runtime",9368 "threadpool",9369 "tracing",9370]93719372[[package]]9373name = "sc-peerset"9374version = "4.0.0-dev"9375source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9376dependencies = [9377 "futures 0.3.19",9378 "libp2p",9379 "log",9380 "sc-utils",9381 "serde_json",9382 "wasm-timer",9383]93849385[[package]]9386name = "sc-proposer-metrics"9387version = "0.10.0-dev"9388source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9389dependencies = [9390 "log",9391 "substrate-prometheus-endpoint",9392]93939394[[package]]9395name = "sc-rpc"9396version = "4.0.0-dev"9397source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9398dependencies = [9399 "futures 0.3.19",9400 "hash-db",9401 "jsonrpc-core",9402 "jsonrpc-pubsub",9403 "log",9404 "parity-scale-codec",9405 "parking_lot 0.11.2",9406 "sc-block-builder",9407 "sc-chain-spec",9408 "sc-client-api",9409 "sc-rpc-api",9410 "sc-tracing",9411 "sc-transaction-pool-api",9412 "sc-utils",9413 "serde_json",9414 "sp-api",9415 "sp-blockchain",9416 "sp-core",9417 "sp-keystore",9418 "sp-offchain",9419 "sp-rpc",9420 "sp-runtime",9421 "sp-session",9422 "sp-version",9423]94249425[[package]]9426name = "sc-rpc-api"9427version = "0.10.0-dev"9428source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9429dependencies = [9430 "futures 0.3.19",9431 "jsonrpc-core",9432 "jsonrpc-core-client",9433 "jsonrpc-derive",9434 "jsonrpc-pubsub",9435 "log",9436 "parity-scale-codec",9437 "parking_lot 0.11.2",9438 "sc-chain-spec",9439 "sc-transaction-pool-api",9440 "serde",9441 "serde_json",9442 "sp-core",9443 "sp-rpc",9444 "sp-runtime",9445 "sp-tracing",9446 "sp-version",9447 "thiserror",9448]94499450[[package]]9451name = "sc-rpc-server"9452version = "4.0.0-dev"9453source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9454dependencies = [9455 "futures 0.3.19",9456 "jsonrpc-core",9457 "jsonrpc-http-server",9458 "jsonrpc-ipc-server",9459 "jsonrpc-pubsub",9460 "jsonrpc-ws-server",9461 "log",9462 "serde_json",9463 "substrate-prometheus-endpoint",9464 "tokio 1.15.0",9465]94669467[[package]]9468name = "sc-service"9469version = "0.10.0-dev"9470source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9471dependencies = [9472 "async-trait",9473 "directories",9474 "exit-future",9475 "futures 0.3.19",9476 "futures-timer",9477 "hash-db",9478 "jsonrpc-core",9479 "jsonrpc-pubsub",9480 "log",9481 "parity-scale-codec",9482 "parity-util-mem",9483 "parking_lot 0.11.2",9484 "pin-project 1.0.10",9485 "rand 0.7.3",9486 "sc-block-builder",9487 "sc-chain-spec",9488 "sc-client-api",9489 "sc-client-db",9490 "sc-consensus",9491 "sc-executor",9492 "sc-informant",9493 "sc-keystore",9494 "sc-network",9495 "sc-offchain",9496 "sc-rpc",9497 "sc-rpc-server",9498 "sc-telemetry",9499 "sc-tracing",9500 "sc-transaction-pool",9501 "sc-transaction-pool-api",9502 "sc-utils",9503 "serde",9504 "serde_json",9505 "sp-api",9506 "sp-application-crypto",9507 "sp-block-builder",9508 "sp-blockchain",9509 "sp-consensus",9510 "sp-core",9511 "sp-externalities",9512 "sp-inherents",9513 "sp-keystore",9514 "sp-runtime",9515 "sp-session",9516 "sp-state-machine",9517 "sp-storage",9518 "sp-tracing",9519 "sp-transaction-pool",9520 "sp-transaction-storage-proof",9521 "sp-trie",9522 "sp-version",9523 "substrate-prometheus-endpoint",9524 "tempfile",9525 "thiserror",9526 "tokio 1.15.0",9527 "tracing",9528 "tracing-futures",9529]95309531[[package]]9532name = "sc-state-db"9533version = "0.10.0-dev"9534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9535dependencies = [9536 "log",9537 "parity-scale-codec",9538 "parity-util-mem",9539 "parity-util-mem-derive",9540 "parking_lot 0.11.2",9541 "sc-client-api",9542 "sp-core",9543]95449545[[package]]9546name = "sc-sync-state-rpc"9547version = "0.10.0-dev"9548source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9549dependencies = [9550 "jsonrpc-core",9551 "jsonrpc-core-client",9552 "jsonrpc-derive",9553 "parity-scale-codec",9554 "sc-chain-spec",9555 "sc-client-api",9556 "sc-consensus-babe",9557 "sc-consensus-epochs",9558 "sc-finality-grandpa",9559 "sc-rpc-api",9560 "serde",9561 "serde_json",9562 "sp-blockchain",9563 "sp-runtime",9564 "thiserror",9565]95669567[[package]]9568name = "sc-telemetry"9569version = "4.0.0-dev"9570source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9571dependencies = [9572 "chrono",9573 "futures 0.3.19",9574 "libp2p",9575 "log",9576 "parking_lot 0.11.2",9577 "pin-project 1.0.10",9578 "rand 0.7.3",9579 "serde",9580 "serde_json",9581 "thiserror",9582 "wasm-timer",9583]95849585[[package]]9586name = "sc-tracing"9587version = "4.0.0-dev"9588source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9589dependencies = [9590 "ansi_term",9591 "atty",9592 "chrono",9593 "lazy_static",9594 "libc",9595 "log",9596 "once_cell",9597 "parking_lot 0.11.2",9598 "regex",9599 "rustc-hash",9600 "sc-client-api",9601 "sc-rpc-server",9602 "sc-tracing-proc-macro",9603 "serde",9604 "sp-api",9605 "sp-blockchain",9606 "sp-core",9607 "sp-rpc",9608 "sp-runtime",9609 "sp-tracing",9610 "thiserror",9611 "tracing",9612 "tracing-log",9613 "tracing-subscriber",9614]96159616[[package]]9617name = "sc-tracing-proc-macro"9618version = "4.0.0-dev"9619source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9620dependencies = [9621 "proc-macro-crate 1.1.0",9622 "proc-macro2",9623 "quote",9624 "syn",9625]96269627[[package]]9628name = "sc-transaction-pool"9629version = "4.0.0-dev"9630source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9631dependencies = [9632 "futures 0.3.19",9633 "futures-timer",9634 "linked-hash-map",9635 "log",9636 "parity-scale-codec",9637 "parity-util-mem",9638 "parking_lot 0.11.2",9639 "retain_mut",9640 "sc-client-api",9641 "sc-transaction-pool-api",9642 "sc-utils",9643 "serde",9644 "sp-api",9645 "sp-blockchain",9646 "sp-core",9647 "sp-runtime",9648 "sp-tracing",9649 "sp-transaction-pool",9650 "substrate-prometheus-endpoint",9651 "thiserror",9652]96539654[[package]]9655name = "sc-transaction-pool-api"9656version = "4.0.0-dev"9657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9658dependencies = [9659 "derive_more",9660 "futures 0.3.19",9661 "log",9662 "serde",9663 "sp-blockchain",9664 "sp-runtime",9665 "thiserror",9666]96679668[[package]]9669name = "sc-utils"9670version = "4.0.0-dev"9671source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9672dependencies = [9673 "futures 0.3.19",9674 "futures-timer",9675 "lazy_static",9676 "parking_lot 0.11.2",9677 "prometheus",9678]96799680[[package]]9681name = "scale-info"9682version = "1.0.0"9683source = "registry+https://github.com/rust-lang/crates.io-index"9684checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9685dependencies = [9686 "bitvec",9687 "cfg-if 1.0.0",9688 "derive_more",9689 "parity-scale-codec",9690 "scale-info-derive",9691 "serde",9692]96939694[[package]]9695name = "scale-info-derive"9696version = "1.0.0"9697source = "registry+https://github.com/rust-lang/crates.io-index"9698checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9699dependencies = [9700 "proc-macro-crate 1.1.0",9701 "proc-macro2",9702 "quote",9703 "syn",9704]97059706[[package]]9707name = "schannel"9708version = "0.1.19"9709source = "registry+https://github.com/rust-lang/crates.io-index"9710checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9711dependencies = [9712 "lazy_static",9713 "winapi 0.3.9",9714]97159716[[package]]9717name = "schnorrkel"9718version = "0.9.1"9719source = "registry+https://github.com/rust-lang/crates.io-index"9720checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9721dependencies = [9722 "arrayref",9723 "arrayvec 0.5.2",9724 "curve25519-dalek 2.1.3",9725 "getrandom 0.1.16",9726 "merlin",9727 "rand 0.7.3",9728 "rand_core 0.5.1",9729 "sha2 0.8.2",9730 "subtle 2.4.1",9731 "zeroize",9732]97339734[[package]]9735name = "scoped-tls"9736version = "1.0.0"9737source = "registry+https://github.com/rust-lang/crates.io-index"9738checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"97399740[[package]]9741name = "scopeguard"9742version = "1.1.0"9743source = "registry+https://github.com/rust-lang/crates.io-index"9744checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"97459746[[package]]9747name = "sct"9748version = "0.6.1"9749source = "registry+https://github.com/rust-lang/crates.io-index"9750checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9751dependencies = [9752 "ring",9753 "untrusted",9754]97559756[[package]]9757name = "secrecy"9758version = "0.8.0"9759source = "registry+https://github.com/rust-lang/crates.io-index"9760checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"9761dependencies = [9762 "zeroize",9763]97649765[[package]]9766name = "security-framework"9767version = "2.5.0"9768source = "registry+https://github.com/rust-lang/crates.io-index"9769checksum = "d09d3c15d814eda1d6a836f2f2b56a6abc1446c8a34351cb3180d3db92ffe4ce"9770dependencies = [9771 "bitflags",9772 "core-foundation",9773 "core-foundation-sys",9774 "libc",9775 "security-framework-sys",9776]97779778[[package]]9779name = "security-framework-sys"9780version = "2.5.0"9781source = "registry+https://github.com/rust-lang/crates.io-index"9782checksum = "e90dd10c41c6bfc633da6e0c659bd25d31e0791e5974ac42970267d59eba87f7"9783dependencies = [9784 "core-foundation-sys",9785 "libc",9786]97879788[[package]]9789name = "semver"9790version = "0.6.0"9791source = "registry+https://github.com/rust-lang/crates.io-index"9792checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9793dependencies = [9794 "semver-parser 0.7.0",9795]97969797[[package]]9798name = "semver"9799version = "0.9.0"9800source = "registry+https://github.com/rust-lang/crates.io-index"9801checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9802dependencies = [9803 "semver-parser 0.7.0",9804]98059806[[package]]9807name = "semver"9808version = "0.11.0"9809source = "registry+https://github.com/rust-lang/crates.io-index"9810checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9811dependencies = [9812 "semver-parser 0.10.2",9813]98149815[[package]]9816name = "semver"9817version = "1.0.4"9818source = "registry+https://github.com/rust-lang/crates.io-index"9819checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"9820dependencies = [9821 "serde",9822]98239824[[package]]9825name = "semver-parser"9826version = "0.7.0"9827source = "registry+https://github.com/rust-lang/crates.io-index"9828checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"98299830[[package]]9831name = "semver-parser"9832version = "0.10.2"9833source = "registry+https://github.com/rust-lang/crates.io-index"9834checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9835dependencies = [9836 "pest",9837]98389839[[package]]9840name = "serde"9841version = "1.0.133"9842source = "registry+https://github.com/rust-lang/crates.io-index"9843checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a"9844dependencies = [9845 "serde_derive",9846]98479848[[package]]9849name = "serde_derive"9850version = "1.0.133"9851source = "registry+https://github.com/rust-lang/crates.io-index"9852checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537"9853dependencies = [9854 "proc-macro2",9855 "quote",9856 "syn",9857]98589859[[package]]9860name = "serde_json"9861version = "1.0.75"9862source = "registry+https://github.com/rust-lang/crates.io-index"9863checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79"9864dependencies = [9865 "itoa 1.0.1",9866 "ryu",9867 "serde",9868]98699870[[package]]9871name = "sha-1"9872version = "0.8.2"9873source = "registry+https://github.com/rust-lang/crates.io-index"9874checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9875dependencies = [9876 "block-buffer 0.7.3",9877 "digest 0.8.1",9878 "fake-simd",9879 "opaque-debug 0.2.3",9880]98819882[[package]]9883name = "sha-1"9884version = "0.9.8"9885source = "registry+https://github.com/rust-lang/crates.io-index"9886checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"9887dependencies = [9888 "block-buffer 0.9.0",9889 "cfg-if 1.0.0",9890 "cpufeatures 0.2.1",9891 "digest 0.9.0",9892 "opaque-debug 0.3.0",9893]98949895[[package]]9896name = "sha2"9897version = "0.8.2"9898source = "registry+https://github.com/rust-lang/crates.io-index"9899checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9900dependencies = [9901 "block-buffer 0.7.3",9902 "digest 0.8.1",9903 "fake-simd",9904 "opaque-debug 0.2.3",9905]99069907[[package]]9908name = "sha2"9909version = "0.9.9"9910source = "registry+https://github.com/rust-lang/crates.io-index"9911checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"9912dependencies = [9913 "block-buffer 0.9.0",9914 "cfg-if 1.0.0",9915 "cpufeatures 0.2.1",9916 "digest 0.9.0",9917 "opaque-debug 0.3.0",9918]99199920[[package]]9921name = "sha2"9922version = "0.10.1"9923source = "registry+https://github.com/rust-lang/crates.io-index"9924checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"9925dependencies = [9926 "cfg-if 1.0.0",9927 "cpufeatures 0.2.1",9928 "digest 0.10.1",9929]99309931[[package]]9932name = "sha3"9933version = "0.8.2"9934source = "registry+https://github.com/rust-lang/crates.io-index"9935checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9936dependencies = [9937 "block-buffer 0.7.3",9938 "byte-tools",9939 "digest 0.8.1",9940 "keccak",9941 "opaque-debug 0.2.3",9942]99439944[[package]]9945name = "sha3"9946version = "0.9.1"9947source = "registry+https://github.com/rust-lang/crates.io-index"9948checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9949dependencies = [9950 "block-buffer 0.9.0",9951 "digest 0.9.0",9952 "keccak",9953 "opaque-debug 0.3.0",9954]99559956[[package]]9957name = "sharded-slab"9958version = "0.1.4"9959source = "registry+https://github.com/rust-lang/crates.io-index"9960checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"9961dependencies = [9962 "lazy_static",9963]99649965[[package]]9966name = "shlex"9967version = "1.1.0"9968source = "registry+https://github.com/rust-lang/crates.io-index"9969checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"99709971[[package]]9972name = "signal-hook"9973version = "0.3.13"9974source = "registry+https://github.com/rust-lang/crates.io-index"9975checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"9976dependencies = [9977 "libc",9978 "signal-hook-registry",9979]99809981[[package]]9982name = "signal-hook-registry"9983version = "1.4.0"9984source = "registry+https://github.com/rust-lang/crates.io-index"9985checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"9986dependencies = [9987 "libc",9988]99899990[[package]]9991name = "signature"9992version = "1.5.0"9993source = "registry+https://github.com/rust-lang/crates.io-index"9994checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"99959996[[package]]9997name = "simba"9998version = "0.5.1"9999source = "registry+https://github.com/rust-lang/crates.io-index"10000checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10001dependencies = [10002 "approx",10003 "num-complex",10004 "num-traits",10005 "paste",10006]1000710008[[package]]10009name = "slab"10010version = "0.4.5"10011source = "registry+https://github.com/rust-lang/crates.io-index"10012checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1001310014[[package]]10015name = "slot-range-helper"10016version = "0.9.16"10017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"10018dependencies = [10019 "enumn",10020 "parity-scale-codec",10021 "paste",10022 "sp-runtime",10023 "sp-std",10024]1002510026[[package]]10027name = "slotmap"10028version = "1.0.6"10029source = "registry+https://github.com/rust-lang/crates.io-index"10030checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10031dependencies = [10032 "version_check",10033]1003410035[[package]]10036name = "smallvec"10037version = "1.8.0"10038source = "registry+https://github.com/rust-lang/crates.io-index"10039checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1004010041[[package]]10042name = "snap"10043version = "1.0.5"10044source = "registry+https://github.com/rust-lang/crates.io-index"10045checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1004610047[[package]]10048name = "snow"10049version = "0.8.0"10050source = "registry+https://github.com/rust-lang/crates.io-index"10051checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10052dependencies = [10053 "aes-gcm",10054 "blake2",10055 "chacha20poly1305",10056 "rand 0.8.4",10057 "rand_core 0.6.3",10058 "ring",10059 "rustc_version 0.3.3",10060 "sha2 0.9.9",10061 "subtle 2.4.1",10062 "x25519-dalek",10063]1006410065[[package]]10066name = "socket2"10067version = "0.3.19"10068source = "registry+https://github.com/rust-lang/crates.io-index"10069checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10070dependencies = [10071 "cfg-if 1.0.0",10072 "libc",10073 "winapi 0.3.9",10074]1007510076[[package]]10077name = "socket2"10078version = "0.4.2"10079source = "registry+https://github.com/rust-lang/crates.io-index"10080checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"10081dependencies = [10082 "libc",10083 "winapi 0.3.9",10084]1008510086[[package]]10087name = "soketto"10088version = "0.7.1"10089source = "registry+https://github.com/rust-lang/crates.io-index"10090checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10091dependencies = [10092 "base64",10093 "bytes 1.1.0",10094 "flate2",10095 "futures 0.3.19",10096 "httparse",10097 "log",10098 "rand 0.8.4",10099 "sha-1 0.9.8",10100]1010110102[[package]]10103name = "sp-api"10104version = "4.0.0-dev"10105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10106dependencies = [10107 "hash-db",10108 "log",10109 "parity-scale-codec",10110 "sp-api-proc-macro",10111 "sp-core",10112 "sp-runtime",10113 "sp-state-machine",10114 "sp-std",10115 "sp-version",10116 "thiserror",10117]1011810119[[package]]10120name = "sp-api-proc-macro"10121version = "4.0.0-dev"10122source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10123dependencies = [10124 "blake2-rfc",10125 "proc-macro-crate 1.1.0",10126 "proc-macro2",10127 "quote",10128 "syn",10129]1013010131[[package]]10132name = "sp-application-crypto"10133version = "4.0.0"10134source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10135dependencies = [10136 "parity-scale-codec",10137 "scale-info",10138 "serde",10139 "sp-core",10140 "sp-io",10141 "sp-std",10142]1014310144[[package]]10145name = "sp-arithmetic"10146version = "4.0.0"10147source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10148dependencies = [10149 "integer-sqrt",10150 "num-traits",10151 "parity-scale-codec",10152 "scale-info",10153 "serde",10154 "sp-debug-derive",10155 "sp-std",10156 "static_assertions",10157]1015810159[[package]]10160name = "sp-authority-discovery"10161version = "4.0.0-dev"10162source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10163dependencies = [10164 "parity-scale-codec",10165 "scale-info",10166 "sp-api",10167 "sp-application-crypto",10168 "sp-runtime",10169 "sp-std",10170]1017110172[[package]]10173name = "sp-authorship"10174version = "4.0.0-dev"10175source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10176dependencies = [10177 "async-trait",10178 "parity-scale-codec",10179 "sp-inherents",10180 "sp-runtime",10181 "sp-std",10182]1018310184[[package]]10185name = "sp-block-builder"10186version = "4.0.0-dev"10187source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10188dependencies = [10189 "parity-scale-codec",10190 "sp-api",10191 "sp-inherents",10192 "sp-runtime",10193 "sp-std",10194]1019510196[[package]]10197name = "sp-blockchain"10198version = "4.0.0-dev"10199source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10200dependencies = [10201 "futures 0.3.19",10202 "log",10203 "lru 0.7.2",10204 "parity-scale-codec",10205 "parking_lot 0.11.2",10206 "sp-api",10207 "sp-consensus",10208 "sp-database",10209 "sp-runtime",10210 "sp-state-machine",10211 "thiserror",10212]1021310214[[package]]10215name = "sp-consensus"10216version = "0.10.0-dev"10217source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10218dependencies = [10219 "async-trait",10220 "futures 0.3.19",10221 "futures-timer",10222 "log",10223 "parity-scale-codec",10224 "sp-core",10225 "sp-inherents",10226 "sp-runtime",10227 "sp-state-machine",10228 "sp-std",10229 "sp-version",10230 "thiserror",10231]1023210233[[package]]10234name = "sp-consensus-aura"10235version = "0.10.0-dev"10236source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10237dependencies = [10238 "async-trait",10239 "parity-scale-codec",10240 "scale-info",10241 "sp-api",10242 "sp-application-crypto",10243 "sp-consensus",10244 "sp-consensus-slots",10245 "sp-inherents",10246 "sp-runtime",10247 "sp-std",10248 "sp-timestamp",10249]1025010251[[package]]10252name = "sp-consensus-babe"10253version = "0.10.0-dev"10254source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10255dependencies = [10256 "async-trait",10257 "merlin",10258 "parity-scale-codec",10259 "scale-info",10260 "serde",10261 "sp-api",10262 "sp-application-crypto",10263 "sp-consensus",10264 "sp-consensus-slots",10265 "sp-consensus-vrf",10266 "sp-core",10267 "sp-inherents",10268 "sp-keystore",10269 "sp-runtime",10270 "sp-std",10271 "sp-timestamp",10272]1027310274[[package]]10275name = "sp-consensus-slots"10276version = "0.10.0-dev"10277source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10278dependencies = [10279 "parity-scale-codec",10280 "scale-info",10281 "serde",10282 "sp-arithmetic",10283 "sp-runtime",10284]1028510286[[package]]10287name = "sp-consensus-vrf"10288version = "0.10.0-dev"10289source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10290dependencies = [10291 "parity-scale-codec",10292 "schnorrkel",10293 "sp-core",10294 "sp-runtime",10295 "sp-std",10296]1029710298[[package]]10299name = "sp-core"10300version = "4.1.0-dev"10301source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10302dependencies = [10303 "base58",10304 "bitflags",10305 "blake2-rfc",10306 "byteorder",10307 "dyn-clonable",10308 "ed25519-dalek",10309 "futures 0.3.19",10310 "hash-db",10311 "hash256-std-hasher",10312 "hex",10313 "impl-serde",10314 "lazy_static",10315 "libsecp256k1 0.7.0",10316 "log",10317 "merlin",10318 "num-traits",10319 "parity-scale-codec",10320 "parity-util-mem",10321 "parking_lot 0.11.2",10322 "primitive-types 0.10.1",10323 "rand 0.7.3",10324 "regex",10325 "scale-info",10326 "schnorrkel",10327 "secrecy",10328 "serde",10329 "sha2 0.10.1",10330 "sp-core-hashing",10331 "sp-debug-derive",10332 "sp-externalities",10333 "sp-runtime-interface",10334 "sp-std",10335 "sp-storage",10336 "ss58-registry",10337 "substrate-bip39",10338 "thiserror",10339 "tiny-bip39",10340 "tiny-keccak",10341 "twox-hash",10342 "wasmi",10343 "zeroize",10344]1034510346[[package]]10347name = "sp-core-hashing"10348version = "4.0.0"10349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10350dependencies = [10351 "blake2-rfc",10352 "byteorder",10353 "sha2 0.10.1",10354 "sp-std",10355 "tiny-keccak",10356 "twox-hash",10357]1035810359[[package]]10360name = "sp-core-hashing-proc-macro"10361version = "4.0.0-dev"10362source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10363dependencies = [10364 "proc-macro2",10365 "quote",10366 "sp-core-hashing",10367 "syn",10368]1036910370[[package]]10371name = "sp-database"10372version = "4.0.0-dev"10373source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10374dependencies = [10375 "kvdb",10376 "parking_lot 0.11.2",10377]1037810379[[package]]10380name = "sp-debug-derive"10381version = "4.0.0"10382source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10383dependencies = [10384 "proc-macro2",10385 "quote",10386 "syn",10387]1038810389[[package]]10390name = "sp-externalities"10391version = "0.10.0"10392source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10393dependencies = [10394 "environmental",10395 "parity-scale-codec",10396 "sp-std",10397 "sp-storage",10398]1039910400[[package]]10401name = "sp-finality-grandpa"10402version = "4.0.0-dev"10403source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10404dependencies = [10405 "finality-grandpa",10406 "log",10407 "parity-scale-codec",10408 "scale-info",10409 "serde",10410 "sp-api",10411 "sp-application-crypto",10412 "sp-core",10413 "sp-keystore",10414 "sp-runtime",10415 "sp-std",10416]1041710418[[package]]10419name = "sp-inherents"10420version = "4.0.0-dev"10421source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10422dependencies = [10423 "async-trait",10424 "impl-trait-for-tuples",10425 "parity-scale-codec",10426 "sp-core",10427 "sp-runtime",10428 "sp-std",10429 "thiserror",10430]1043110432[[package]]10433name = "sp-io"10434version = "4.0.0"10435source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10436dependencies = [10437 "futures 0.3.19",10438 "hash-db",10439 "libsecp256k1 0.7.0",10440 "log",10441 "parity-scale-codec",10442 "parking_lot 0.11.2",10443 "sp-core",10444 "sp-externalities",10445 "sp-keystore",10446 "sp-runtime-interface",10447 "sp-state-machine",10448 "sp-std",10449 "sp-tracing",10450 "sp-trie",10451 "sp-wasm-interface",10452 "tracing",10453 "tracing-core",10454]1045510456[[package]]10457name = "sp-keyring"10458version = "4.1.0-dev"10459source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10460dependencies = [10461 "lazy_static",10462 "sp-core",10463 "sp-runtime",10464 "strum 0.22.0",10465]1046610467[[package]]10468name = "sp-keystore"10469version = "0.10.0"10470source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10471dependencies = [10472 "async-trait",10473 "derive_more",10474 "futures 0.3.19",10475 "merlin",10476 "parity-scale-codec",10477 "parking_lot 0.11.2",10478 "schnorrkel",10479 "serde",10480 "sp-core",10481 "sp-externalities",10482]1048310484[[package]]10485name = "sp-maybe-compressed-blob"10486version = "4.1.0-dev"10487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10488dependencies = [10489 "zstd",10490]1049110492[[package]]10493name = "sp-npos-elections"10494version = "4.0.0-dev"10495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10496dependencies = [10497 "parity-scale-codec",10498 "scale-info",10499 "serde",10500 "sp-arithmetic",10501 "sp-core",10502 "sp-npos-elections-solution-type",10503 "sp-runtime",10504 "sp-std",10505]1050610507[[package]]10508name = "sp-npos-elections-solution-type"10509version = "4.0.0-dev"10510source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10511dependencies = [10512 "proc-macro-crate 1.1.0",10513 "proc-macro2",10514 "quote",10515 "syn",10516]1051710518[[package]]10519name = "sp-offchain"10520version = "4.0.0-dev"10521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10522dependencies = [10523 "sp-api",10524 "sp-core",10525 "sp-runtime",10526]1052710528[[package]]10529name = "sp-panic-handler"10530version = "4.0.0"10531source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10532dependencies = [10533 "backtrace",10534 "lazy_static",10535 "regex",10536]1053710538[[package]]10539name = "sp-rpc"10540version = "4.0.0-dev"10541source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10542dependencies = [10543 "rustc-hash",10544 "serde",10545 "sp-core",10546]1054710548[[package]]10549name = "sp-runtime"10550version = "4.1.0-dev"10551source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10552dependencies = [10553 "either",10554 "hash256-std-hasher",10555 "impl-trait-for-tuples",10556 "log",10557 "parity-scale-codec",10558 "parity-util-mem",10559 "paste",10560 "rand 0.7.3",10561 "scale-info",10562 "serde",10563 "sp-application-crypto",10564 "sp-arithmetic",10565 "sp-core",10566 "sp-io",10567 "sp-std",10568]1056910570[[package]]10571name = "sp-runtime-interface"10572version = "4.1.0-dev"10573source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10574dependencies = [10575 "impl-trait-for-tuples",10576 "parity-scale-codec",10577 "primitive-types 0.10.1",10578 "sp-externalities",10579 "sp-runtime-interface-proc-macro",10580 "sp-std",10581 "sp-storage",10582 "sp-tracing",10583 "sp-wasm-interface",10584 "static_assertions",10585]1058610587[[package]]10588name = "sp-runtime-interface-proc-macro"10589version = "4.0.0"10590source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10591dependencies = [10592 "Inflector",10593 "proc-macro-crate 1.1.0",10594 "proc-macro2",10595 "quote",10596 "syn",10597]1059810599[[package]]10600name = "sp-serializer"10601version = "4.0.0-dev"10602source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10603dependencies = [10604 "serde",10605 "serde_json",10606]1060710608[[package]]10609name = "sp-session"10610version = "4.0.0-dev"10611source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10612dependencies = [10613 "parity-scale-codec",10614 "scale-info",10615 "sp-api",10616 "sp-core",10617 "sp-runtime",10618 "sp-staking",10619 "sp-std",10620]1062110622[[package]]10623name = "sp-staking"10624version = "4.0.0-dev"10625source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10626dependencies = [10627 "parity-scale-codec",10628 "scale-info",10629 "sp-runtime",10630 "sp-std",10631]1063210633[[package]]10634name = "sp-state-machine"10635version = "0.10.0"10636source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10637dependencies = [10638 "hash-db",10639 "log",10640 "num-traits",10641 "parity-scale-codec",10642 "parking_lot 0.11.2",10643 "rand 0.7.3",10644 "smallvec",10645 "sp-core",10646 "sp-externalities",10647 "sp-panic-handler",10648 "sp-std",10649 "sp-trie",10650 "thiserror",10651 "tracing",10652 "trie-db",10653 "trie-root",10654]1065510656[[package]]10657name = "sp-std"10658version = "4.0.0"10659source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"1066010661[[package]]10662name = "sp-storage"10663version = "4.0.0"10664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10665dependencies = [10666 "impl-serde",10667 "parity-scale-codec",10668 "ref-cast",10669 "serde",10670 "sp-debug-derive",10671 "sp-std",10672]1067310674[[package]]10675name = "sp-tasks"10676version = "4.0.0-dev"10677source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10678dependencies = [10679 "log",10680 "sp-core",10681 "sp-externalities",10682 "sp-io",10683 "sp-runtime-interface",10684 "sp-std",10685]1068610687[[package]]10688name = "sp-timestamp"10689version = "4.0.0-dev"10690source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10691dependencies = [10692 "async-trait",10693 "futures-timer",10694 "log",10695 "parity-scale-codec",10696 "sp-api",10697 "sp-inherents",10698 "sp-runtime",10699 "sp-std",10700 "thiserror",10701]1070210703[[package]]10704name = "sp-tracing"10705version = "4.0.0"10706source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10707dependencies = [10708 "parity-scale-codec",10709 "sp-std",10710 "tracing",10711 "tracing-core",10712 "tracing-subscriber",10713]1071410715[[package]]10716name = "sp-transaction-pool"10717version = "4.0.0-dev"10718source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10719dependencies = [10720 "sp-api",10721 "sp-runtime",10722]1072310724[[package]]10725name = "sp-transaction-storage-proof"10726version = "4.0.0-dev"10727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10728dependencies = [10729 "async-trait",10730 "log",10731 "parity-scale-codec",10732 "scale-info",10733 "sp-core",10734 "sp-inherents",10735 "sp-runtime",10736 "sp-std",10737 "sp-trie",10738]1073910740[[package]]10741name = "sp-trie"10742version = "4.0.0"10743source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10744dependencies = [10745 "hash-db",10746 "memory-db",10747 "parity-scale-codec",10748 "scale-info",10749 "sp-core",10750 "sp-std",10751 "trie-db",10752 "trie-root",10753]1075410755[[package]]10756name = "sp-version"10757version = "4.0.0-dev"10758source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10759dependencies = [10760 "impl-serde",10761 "parity-scale-codec",10762 "parity-wasm 0.42.2",10763 "scale-info",10764 "serde",10765 "sp-core-hashing-proc-macro",10766 "sp-runtime",10767 "sp-std",10768 "sp-version-proc-macro",10769 "thiserror",10770]1077110772[[package]]10773name = "sp-version-proc-macro"10774version = "4.0.0-dev"10775source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10776dependencies = [10777 "parity-scale-codec",10778 "proc-macro2",10779 "quote",10780 "syn",10781]1078210783[[package]]10784name = "sp-wasm-interface"10785version = "4.1.0-dev"10786source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10787dependencies = [10788 "impl-trait-for-tuples",10789 "log",10790 "parity-scale-codec",10791 "sp-std",10792 "wasmi",10793 "wasmtime",10794]1079510796[[package]]10797name = "spin"10798version = "0.5.2"10799source = "registry+https://github.com/rust-lang/crates.io-index"10800checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1080110802[[package]]10803name = "ss58-registry"10804version = "1.11.0"10805source = "registry+https://github.com/rust-lang/crates.io-index"10806checksum = "1230685dc82f8699110640244d361a7099c602f08bddc5c90765a5153b4881dc"10807dependencies = [10808 "Inflector",10809 "proc-macro2",10810 "quote",10811 "serde",10812 "serde_json",10813 "unicode-xid",10814]1081510816[[package]]10817name = "stable_deref_trait"10818version = "1.2.0"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1082110822[[package]]10823name = "static_assertions"10824version = "1.1.0"10825source = "registry+https://github.com/rust-lang/crates.io-index"10826checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1082710828[[package]]10829name = "static_init"10830version = "0.5.2"10831source = "registry+https://github.com/rust-lang/crates.io-index"10832checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10833dependencies = [10834 "cfg_aliases",10835 "libc",10836 "parking_lot 0.11.2",10837 "static_init_macro",10838]1083910840[[package]]10841name = "static_init_macro"10842version = "0.5.0"10843source = "registry+https://github.com/rust-lang/crates.io-index"10844checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10845dependencies = [10846 "cfg_aliases",10847 "memchr",10848 "proc-macro2",10849 "quote",10850 "syn",10851]1085210853[[package]]10854name = "statrs"10855version = "0.15.0"10856source = "registry+https://github.com/rust-lang/crates.io-index"10857checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10858dependencies = [10859 "approx",10860 "lazy_static",10861 "nalgebra",10862 "num-traits",10863 "rand 0.8.4",10864]1086510866[[package]]10867name = "strsim"10868version = "0.8.0"10869source = "registry+https://github.com/rust-lang/crates.io-index"10870checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1087110872[[package]]10873name = "strsim"10874version = "0.10.0"10875source = "registry+https://github.com/rust-lang/crates.io-index"10876checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1087710878[[package]]10879name = "structopt"10880version = "0.3.26"10881source = "registry+https://github.com/rust-lang/crates.io-index"10882checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"10883dependencies = [10884 "clap",10885 "lazy_static",10886 "structopt-derive",10887]1088810889[[package]]10890name = "structopt-derive"10891version = "0.4.18"10892source = "registry+https://github.com/rust-lang/crates.io-index"10893checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"10894dependencies = [10895 "heck",10896 "proc-macro-error",10897 "proc-macro2",10898 "quote",10899 "syn",10900]1090110902[[package]]10903name = "strum"10904version = "0.22.0"10905source = "registry+https://github.com/rust-lang/crates.io-index"10906checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"10907dependencies = [10908 "strum_macros 0.22.0",10909]1091010911[[package]]10912name = "strum"10913version = "0.23.0"10914source = "registry+https://github.com/rust-lang/crates.io-index"10915checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"10916dependencies = [10917 "strum_macros 0.23.1",10918]1091910920[[package]]10921name = "strum_macros"10922version = "0.22.0"10923source = "registry+https://github.com/rust-lang/crates.io-index"10924checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"10925dependencies = [10926 "heck",10927 "proc-macro2",10928 "quote",10929 "syn",10930]1093110932[[package]]10933name = "strum_macros"10934version = "0.23.1"10935source = "registry+https://github.com/rust-lang/crates.io-index"10936checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"10937dependencies = [10938 "heck",10939 "proc-macro2",10940 "quote",10941 "rustversion",10942 "syn",10943]1094410945[[package]]10946name = "substrate-bip39"10947version = "0.4.4"10948source = "registry+https://github.com/rust-lang/crates.io-index"10949checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"10950dependencies = [10951 "hmac 0.11.0",10952 "pbkdf2 0.8.0",10953 "schnorrkel",10954 "sha2 0.9.9",10955 "zeroize",10956]1095710958[[package]]10959name = "substrate-build-script-utils"10960version = "3.0.0"10961source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10962dependencies = [10963 "platforms",10964]1096510966[[package]]10967name = "substrate-frame-rpc-system"10968version = "4.0.0-dev"10969source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10970dependencies = [10971 "frame-system-rpc-runtime-api",10972 "futures 0.3.19",10973 "jsonrpc-core",10974 "jsonrpc-core-client",10975 "jsonrpc-derive",10976 "log",10977 "parity-scale-codec",10978 "sc-client-api",10979 "sc-rpc-api",10980 "sc-transaction-pool-api",10981 "sp-api",10982 "sp-block-builder",10983 "sp-blockchain",10984 "sp-core",10985 "sp-runtime",10986]1098710988[[package]]10989name = "substrate-prometheus-endpoint"10990version = "0.10.0-dev"10991source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10992dependencies = [10993 "async-std",10994 "derive_more",10995 "futures-util",10996 "hyper",10997 "log",10998 "prometheus",10999 "tokio 1.15.0",11000]1100111002[[package]]11003name = "substrate-test-client"11004version = "2.0.1"11005source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11006dependencies = [11007 "async-trait",11008 "futures 0.3.19",11009 "hex",11010 "parity-scale-codec",11011 "sc-client-api",11012 "sc-client-db",11013 "sc-consensus",11014 "sc-executor",11015 "sc-offchain",11016 "sc-service",11017 "serde",11018 "serde_json",11019 "sp-blockchain",11020 "sp-consensus",11021 "sp-core",11022 "sp-keyring",11023 "sp-keystore",11024 "sp-runtime",11025 "sp-state-machine",11026]1102711028[[package]]11029name = "substrate-test-utils"11030version = "4.0.0-dev"11031source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11032dependencies = [11033 "futures 0.3.19",11034 "substrate-test-utils-derive",11035 "tokio 1.15.0",11036]1103711038[[package]]11039name = "substrate-test-utils-derive"11040version = "0.10.0-dev"11041source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11042dependencies = [11043 "proc-macro-crate 1.1.0",11044 "proc-macro2",11045 "quote",11046 "syn",11047]1104811049[[package]]11050name = "substrate-wasm-builder"11051version = "5.0.0-dev"11052source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11053dependencies = [11054 "ansi_term",11055 "build-helper",11056 "cargo_metadata",11057 "sp-maybe-compressed-blob",11058 "tempfile",11059 "toml",11060 "walkdir",11061 "wasm-gc-api",11062]1106311064[[package]]11065name = "subtle"11066version = "1.0.0"11067source = "registry+https://github.com/rust-lang/crates.io-index"11068checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1106911070[[package]]11071name = "subtle"11072version = "2.4.1"11073source = "registry+https://github.com/rust-lang/crates.io-index"11074checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1107511076[[package]]11077name = "syn"11078version = "1.0.85"11079source = "registry+https://github.com/rust-lang/crates.io-index"11080checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7"11081dependencies = [11082 "proc-macro2",11083 "quote",11084 "unicode-xid",11085]1108611087[[package]]11088name = "synstructure"11089version = "0.12.6"11090source = "registry+https://github.com/rust-lang/crates.io-index"11091checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11092dependencies = [11093 "proc-macro2",11094 "quote",11095 "syn",11096 "unicode-xid",11097]1109811099[[package]]11100name = "tap"11101version = "1.0.1"11102source = "registry+https://github.com/rust-lang/crates.io-index"11103checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1110411105[[package]]11106name = "target-lexicon"11107version = "0.12.2"11108source = "registry+https://github.com/rust-lang/crates.io-index"11109checksum = "d9bffcddbc2458fa3e6058414599e3c838a022abae82e5c67b4f7f80298d5bff"1111011111[[package]]11112name = "tempfile"11113version = "3.3.0"11114source = "registry+https://github.com/rust-lang/crates.io-index"11115checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11116dependencies = [11117 "cfg-if 1.0.0",11118 "fastrand",11119 "libc",11120 "redox_syscall 0.2.10",11121 "remove_dir_all",11122 "winapi 0.3.9",11123]1112411125[[package]]11126name = "termcolor"11127version = "1.1.2"11128source = "registry+https://github.com/rust-lang/crates.io-index"11129checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11130dependencies = [11131 "winapi-util",11132]1113311134[[package]]11135name = "test-runtime-constants"11136version = "0.9.16"11137source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"11138dependencies = [11139 "frame-support",11140 "polkadot-primitives",11141 "polkadot-runtime-common",11142 "smallvec",11143 "sp-runtime",11144]1114511146[[package]]11147name = "textwrap"11148version = "0.11.0"11149source = "registry+https://github.com/rust-lang/crates.io-index"11150checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11151dependencies = [11152 "unicode-width",11153]1115411155[[package]]11156name = "thiserror"11157version = "1.0.30"11158source = "registry+https://github.com/rust-lang/crates.io-index"11159checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11160dependencies = [11161 "thiserror-impl",11162]1116311164[[package]]11165name = "thiserror-impl"11166version = "1.0.30"11167source = "registry+https://github.com/rust-lang/crates.io-index"11168checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11169dependencies = [11170 "proc-macro2",11171 "quote",11172 "syn",11173]1117411175[[package]]11176name = "thread_local"11177version = "1.1.3"11178source = "registry+https://github.com/rust-lang/crates.io-index"11179checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"11180dependencies = [11181 "once_cell",11182]1118311184[[package]]11185name = "threadpool"11186version = "1.8.1"11187source = "registry+https://github.com/rust-lang/crates.io-index"11188checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11189dependencies = [11190 "num_cpus",11191]1119211193[[package]]11194name = "thrift"11195version = "0.15.0"11196source = "registry+https://github.com/rust-lang/crates.io-index"11197checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11198dependencies = [11199 "byteorder",11200 "integer-encoding",11201 "log",11202 "ordered-float",11203 "threadpool",11204]1120511206[[package]]11207name = "time"11208version = "0.1.44"11209source = "registry+https://github.com/rust-lang/crates.io-index"11210checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11211dependencies = [11212 "libc",11213 "wasi 0.10.0+wasi-snapshot-preview1",11214 "winapi 0.3.9",11215]1121611217[[package]]11218name = "tiny-bip39"11219version = "0.8.2"11220source = "registry+https://github.com/rust-lang/crates.io-index"11221checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11222dependencies = [11223 "anyhow",11224 "hmac 0.8.1",11225 "once_cell",11226 "pbkdf2 0.4.0",11227 "rand 0.7.3",11228 "rustc-hash",11229 "sha2 0.9.9",11230 "thiserror",11231 "unicode-normalization",11232 "wasm-bindgen",11233 "zeroize",11234]1123511236[[package]]11237name = "tiny-keccak"11238version = "2.0.2"11239source = "registry+https://github.com/rust-lang/crates.io-index"11240checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11241dependencies = [11242 "crunchy",11243]1124411245[[package]]11246name = "tinyvec"11247version = "1.5.1"11248source = "registry+https://github.com/rust-lang/crates.io-index"11249checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11250dependencies = [11251 "tinyvec_macros",11252]1125311254[[package]]11255name = "tinyvec_macros"11256version = "0.1.0"11257source = "registry+https://github.com/rust-lang/crates.io-index"11258checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1125911260[[package]]11261name = "tokio"11262version = "0.2.25"11263source = "registry+https://github.com/rust-lang/crates.io-index"11264checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11265dependencies = [11266 "bytes 0.5.6",11267 "fnv",11268 "pin-project-lite 0.1.12",11269 "tokio-macros 0.2.6",11270]1127111272[[package]]11273name = "tokio"11274version = "1.15.0"11275source = "registry+https://github.com/rust-lang/crates.io-index"11276checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"11277dependencies = [11278 "bytes 1.1.0",11279 "libc",11280 "memchr",11281 "mio 0.7.14",11282 "num_cpus",11283 "once_cell",11284 "pin-project-lite 0.2.8",11285 "signal-hook-registry",11286 "tokio-macros 1.7.0",11287 "winapi 0.3.9",11288]1128911290[[package]]11291name = "tokio-macros"11292version = "0.2.6"11293source = "registry+https://github.com/rust-lang/crates.io-index"11294checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11295dependencies = [11296 "proc-macro2",11297 "quote",11298 "syn",11299]1130011301[[package]]11302name = "tokio-macros"11303version = "1.7.0"11304source = "registry+https://github.com/rust-lang/crates.io-index"11305checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"11306dependencies = [11307 "proc-macro2",11308 "quote",11309 "syn",11310]1131111312[[package]]11313name = "tokio-rustls"11314version = "0.22.0"11315source = "registry+https://github.com/rust-lang/crates.io-index"11316checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11317dependencies = [11318 "rustls",11319 "tokio 1.15.0",11320 "webpki",11321]1132211323[[package]]11324name = "tokio-stream"11325version = "0.1.8"11326source = "registry+https://github.com/rust-lang/crates.io-index"11327checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11328dependencies = [11329 "futures-core",11330 "pin-project-lite 0.2.8",11331 "tokio 1.15.0",11332]1133311334[[package]]11335name = "tokio-util"11336version = "0.6.9"11337source = "registry+https://github.com/rust-lang/crates.io-index"11338checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11339dependencies = [11340 "bytes 1.1.0",11341 "futures-core",11342 "futures-io",11343 "futures-sink",11344 "log",11345 "pin-project-lite 0.2.8",11346 "tokio 1.15.0",11347]1134811349[[package]]11350name = "toml"11351version = "0.5.8"11352source = "registry+https://github.com/rust-lang/crates.io-index"11353checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11354dependencies = [11355 "serde",11356]1135711358[[package]]11359name = "tower-service"11360version = "0.3.1"11361source = "registry+https://github.com/rust-lang/crates.io-index"11362checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1136311364[[package]]11365name = "tracing"11366version = "0.1.29"11367source = "registry+https://github.com/rust-lang/crates.io-index"11368checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"11369dependencies = [11370 "cfg-if 1.0.0",11371 "pin-project-lite 0.2.8",11372 "tracing-attributes",11373 "tracing-core",11374]1137511376[[package]]11377name = "tracing-attributes"11378version = "0.1.18"11379source = "registry+https://github.com/rust-lang/crates.io-index"11380checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"11381dependencies = [11382 "proc-macro2",11383 "quote",11384 "syn",11385]1138611387[[package]]11388name = "tracing-core"11389version = "0.1.21"11390source = "registry+https://github.com/rust-lang/crates.io-index"11391checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"11392dependencies = [11393 "lazy_static",11394]1139511396[[package]]11397name = "tracing-futures"11398version = "0.2.5"11399source = "registry+https://github.com/rust-lang/crates.io-index"11400checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11401dependencies = [11402 "pin-project 1.0.10",11403 "tracing",11404]1140511406[[package]]11407name = "tracing-log"11408version = "0.1.2"11409source = "registry+https://github.com/rust-lang/crates.io-index"11410checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11411dependencies = [11412 "lazy_static",11413 "log",11414 "tracing-core",11415]1141611417[[package]]11418name = "tracing-serde"11419version = "0.1.2"11420source = "registry+https://github.com/rust-lang/crates.io-index"11421checksum = "fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b"11422dependencies = [11423 "serde",11424 "tracing-core",11425]1142611427[[package]]11428name = "tracing-subscriber"11429version = "0.2.25"11430source = "registry+https://github.com/rust-lang/crates.io-index"11431checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11432dependencies = [11433 "ansi_term",11434 "chrono",11435 "lazy_static",11436 "matchers",11437 "parking_lot 0.11.2",11438 "regex",11439 "serde",11440 "serde_json",11441 "sharded-slab",11442 "smallvec",11443 "thread_local",11444 "tracing",11445 "tracing-core",11446 "tracing-log",11447 "tracing-serde",11448]1144911450[[package]]11451name = "trie-db"11452version = "0.23.0"11453source = "registry+https://github.com/rust-lang/crates.io-index"11454checksum = "e3ddae50680c12ef75bfbf58416ca6622fa43d879553f6cb2ed1a817346e1ffe"11455dependencies = [11456 "hash-db",11457 "hashbrown",11458 "log",11459 "rustc-hex",11460 "smallvec",11461]1146211463[[package]]11464name = "trie-root"11465version = "0.17.0"11466source = "registry+https://github.com/rust-lang/crates.io-index"11467checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"11468dependencies = [11469 "hash-db",11470]1147111472[[package]]11473name = "triehash"11474version = "0.8.4"11475source = "registry+https://github.com/rust-lang/crates.io-index"11476checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11477dependencies = [11478 "hash-db",11479 "rlp",11480]1148111482[[package]]11483name = "trust-dns-proto"11484version = "0.20.3"11485source = "registry+https://github.com/rust-lang/crates.io-index"11486checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"11487dependencies = [11488 "async-trait",11489 "cfg-if 1.0.0",11490 "data-encoding",11491 "enum-as-inner",11492 "futures-channel",11493 "futures-io",11494 "futures-util",11495 "idna 0.2.3",11496 "ipnet",11497 "lazy_static",11498 "log",11499 "rand 0.8.4",11500 "smallvec",11501 "thiserror",11502 "tinyvec",11503 "url 2.2.2",11504]1150511506[[package]]11507name = "trust-dns-resolver"11508version = "0.20.3"11509source = "registry+https://github.com/rust-lang/crates.io-index"11510checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"11511dependencies = [11512 "cfg-if 1.0.0",11513 "futures-util",11514 "ipconfig",11515 "lazy_static",11516 "log",11517 "lru-cache",11518 "parking_lot 0.11.2",11519 "resolv-conf",11520 "smallvec",11521 "thiserror",11522 "trust-dns-proto",11523]1152411525[[package]]11526name = "try-lock"11527version = "0.2.3"11528source = "registry+https://github.com/rust-lang/crates.io-index"11529checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1153011531[[package]]11532name = "try-runtime-cli"11533version = "0.10.0-dev"11534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11535dependencies = [11536 "jsonrpsee",11537 "log",11538 "parity-scale-codec",11539 "remote-externalities",11540 "sc-chain-spec",11541 "sc-cli",11542 "sc-executor",11543 "sc-service",11544 "serde",11545 "sp-core",11546 "sp-externalities",11547 "sp-io",11548 "sp-keystore",11549 "sp-runtime",11550 "sp-state-machine",11551 "sp-version",11552 "structopt",11553 "zstd",11554]1155511556[[package]]11557name = "tt-call"11558version = "1.0.8"11559source = "registry+https://github.com/rust-lang/crates.io-index"11560checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1156111562[[package]]11563name = "twox-hash"11564version = "1.6.2"11565source = "registry+https://github.com/rust-lang/crates.io-index"11566checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"11567dependencies = [11568 "cfg-if 1.0.0",11569 "rand 0.8.4",11570 "static_assertions",11571]1157211573[[package]]11574name = "typenum"11575version = "1.15.0"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1157811579[[package]]11580name = "uc-rpc"11581version = "0.1.0"11582dependencies = [11583 "jsonrpc-core",11584 "jsonrpc-core-client",11585 "jsonrpc-derive",11586 "pallet-common",11587 "parity-scale-codec",11588 "sp-api",11589 "sp-blockchain",11590 "sp-core",11591 "sp-rpc",11592 "sp-runtime",11593 "up-data-structs",11594 "up-rpc",11595]1159611597[[package]]11598name = "ucd-trie"11599version = "0.1.3"11600source = "registry+https://github.com/rust-lang/crates.io-index"11601checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1160211603[[package]]11604name = "uint"11605version = "0.9.1"11606source = "registry+https://github.com/rust-lang/crates.io-index"11607checksum = "6470ab50f482bde894a037a57064480a246dbfdd5960bd65a44824693f08da5f"11608dependencies = [11609 "byteorder",11610 "crunchy",11611 "hex",11612 "static_assertions",11613]1161411615[[package]]11616name = "unicase"11617version = "2.6.0"11618source = "registry+https://github.com/rust-lang/crates.io-index"11619checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11620dependencies = [11621 "version_check",11622]1162311624[[package]]11625name = "unicode-bidi"11626version = "0.3.7"11627source = "registry+https://github.com/rust-lang/crates.io-index"11628checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1162911630[[package]]11631name = "unicode-normalization"11632version = "0.1.19"11633source = "registry+https://github.com/rust-lang/crates.io-index"11634checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11635dependencies = [11636 "tinyvec",11637]1163811639[[package]]11640name = "unicode-segmentation"11641version = "1.8.0"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"1164411645[[package]]11646name = "unicode-width"11647version = "0.1.9"11648source = "registry+https://github.com/rust-lang/crates.io-index"11649checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1165011651[[package]]11652name = "unicode-xid"11653version = "0.2.2"11654source = "registry+https://github.com/rust-lang/crates.io-index"11655checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1165611657[[package]]11658name = "unique-node"11659version = "0.9.14"11660dependencies = [11661 "cumulus-client-cli",11662 "cumulus-client-collator",11663 "cumulus-client-consensus-aura",11664 "cumulus-client-consensus-common",11665 "cumulus-client-network",11666 "cumulus-client-service",11667 "cumulus-primitives-core",11668 "cumulus-primitives-parachain-inherent",11669 "cumulus-relay-chain-interface",11670 "cumulus-relay-chain-local",11671 "fc-consensus",11672 "fc-db",11673 "fc-mapping-sync",11674 "fc-rpc",11675 "fc-rpc-core",11676 "flexi_logger",11677 "fp-rpc",11678 "frame-benchmarking",11679 "frame-benchmarking-cli",11680 "futures 0.3.19",11681 "jsonrpc-core",11682 "jsonrpc-pubsub",11683 "log",11684 "pallet-ethereum",11685 "pallet-transaction-payment-rpc",11686 "parity-scale-codec",11687 "parking_lot 0.11.2",11688 "polkadot-cli",11689 "polkadot-parachain",11690 "polkadot-primitives",11691 "polkadot-service",11692 "polkadot-test-service",11693 "sc-basic-authorship",11694 "sc-chain-spec",11695 "sc-cli",11696 "sc-client-api",11697 "sc-consensus",11698 "sc-consensus-aura",11699 "sc-executor",11700 "sc-finality-grandpa",11701 "sc-keystore",11702 "sc-network",11703 "sc-rpc",11704 "sc-rpc-api",11705 "sc-service",11706 "sc-telemetry",11707 "sc-tracing",11708 "sc-transaction-pool",11709 "serde",11710 "serde_json",11711 "sp-api",11712 "sp-block-builder",11713 "sp-blockchain",11714 "sp-consensus",11715 "sp-consensus-aura",11716 "sp-core",11717 "sp-finality-grandpa",11718 "sp-inherents",11719 "sp-keystore",11720 "sp-offchain",11721 "sp-runtime",11722 "sp-session",11723 "sp-timestamp",11724 "sp-transaction-pool",11725 "sp-trie",11726 "structopt",11727 "substrate-build-script-utils",11728 "substrate-frame-rpc-system",11729 "substrate-prometheus-endpoint",11730 "unique-rpc",11731 "unique-runtime",11732 "up-data-structs",11733]1173411735[[package]]11736name = "unique-rpc"11737version = "0.1.0"11738dependencies = [11739 "fc-db",11740 "fc-mapping-sync",11741 "fc-rpc",11742 "fc-rpc-core",11743 "fp-rpc",11744 "futures 0.3.19",11745 "jsonrpc-core",11746 "jsonrpc-pubsub",11747 "pallet-ethereum",11748 "pallet-transaction-payment-rpc",11749 "pallet-transaction-payment-rpc-runtime-api",11750 "pallet-unique",11751 "sc-client-api",11752 "sc-consensus-aura",11753 "sc-consensus-epochs",11754 "sc-finality-grandpa",11755 "sc-finality-grandpa-rpc",11756 "sc-keystore",11757 "sc-network",11758 "sc-rpc",11759 "sc-rpc-api",11760 "sc-service",11761 "sc-transaction-pool",11762 "sp-api",11763 "sp-block-builder",11764 "sp-blockchain",11765 "sp-consensus",11766 "sp-consensus-aura",11767 "sp-core",11768 "sp-offchain",11769 "sp-runtime",11770 "sp-session",11771 "sp-storage",11772 "sp-transaction-pool",11773 "substrate-frame-rpc-system",11774 "tokio 0.2.25",11775 "uc-rpc",11776 "unique-runtime",11777 "up-rpc",11778]1177911780[[package]]11781name = "unique-runtime"11782version = "0.9.15"11783dependencies = [11784 "cumulus-pallet-aura-ext",11785 "cumulus-pallet-dmp-queue",11786 "cumulus-pallet-parachain-system",11787 "cumulus-pallet-xcm",11788 "cumulus-pallet-xcmp-queue",11789 "cumulus-primitives-core",11790 "cumulus-primitives-timestamp",11791 "cumulus-primitives-utility",11792 "derivative",11793 "fp-rpc",11794 "fp-self-contained",11795 "frame-benchmarking",11796 "frame-executive",11797 "frame-support",11798 "frame-system",11799 "frame-system-benchmarking",11800 "frame-system-rpc-runtime-api",11801 "hex-literal",11802 "orml-vesting",11803 "pallet-aura",11804 "pallet-balances",11805 "pallet-base-fee",11806 "pallet-common",11807 "pallet-ethereum",11808 "pallet-evm",11809 "pallet-evm-coder-substrate",11810 "pallet-evm-contract-helpers",11811 "pallet-evm-migration",11812 "pallet-evm-transaction-payment",11813 "pallet-fungible",11814 "pallet-inflation",11815 "pallet-nonfungible",11816 "pallet-randomness-collective-flip",11817 "pallet-refungible",11818 "pallet-sudo",11819 "pallet-template-transaction-payment",11820 "pallet-timestamp",11821 "pallet-transaction-payment",11822 "pallet-transaction-payment-rpc-runtime-api",11823 "pallet-treasury",11824 "pallet-unique",11825 "pallet-unq-scheduler",11826 "pallet-xcm",11827 "parachain-info",11828 "parity-scale-codec",11829 "polkadot-parachain",11830 "scale-info",11831 "serde",11832 "smallvec",11833 "sp-api",11834 "sp-arithmetic",11835 "sp-block-builder",11836 "sp-consensus-aura",11837 "sp-core",11838 "sp-inherents",11839 "sp-io",11840 "sp-offchain",11841 "sp-runtime",11842 "sp-session",11843 "sp-std",11844 "sp-transaction-pool",11845 "sp-version",11846 "substrate-wasm-builder",11847 "up-data-structs",11848 "up-evm-mapping",11849 "up-rpc",11850 "xcm",11851 "xcm-builder",11852 "xcm-executor",11853]1185411855[[package]]11856name = "universal-hash"11857version = "0.4.1"11858source = "registry+https://github.com/rust-lang/crates.io-index"11859checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11860dependencies = [11861 "generic-array 0.14.5",11862 "subtle 2.4.1",11863]1186411865[[package]]11866name = "unsigned-varint"11867version = "0.5.1"11868source = "registry+https://github.com/rust-lang/crates.io-index"11869checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1187011871[[package]]11872name = "unsigned-varint"11873version = "0.6.0"11874source = "registry+https://github.com/rust-lang/crates.io-index"11875checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11876dependencies = [11877 "asynchronous-codec 0.5.0",11878 "bytes 1.1.0",11879 "futures-io",11880 "futures-util",11881]1188211883[[package]]11884name = "unsigned-varint"11885version = "0.7.1"11886source = "registry+https://github.com/rust-lang/crates.io-index"11887checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"11888dependencies = [11889 "asynchronous-codec 0.6.0",11890 "bytes 1.1.0",11891 "futures-io",11892 "futures-util",11893]1189411895[[package]]11896name = "untrusted"11897version = "0.7.1"11898source = "registry+https://github.com/rust-lang/crates.io-index"11899checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1190011901[[package]]11902name = "up-data-structs"11903version = "0.1.0"11904dependencies = [11905 "derivative",11906 "frame-support",11907 "frame-system",11908 "parity-scale-codec",11909 "scale-info",11910 "serde",11911 "sp-core",11912 "sp-runtime",11913 "sp-std",11914]1191511916[[package]]11917name = "up-evm-mapping"11918version = "0.1.0"11919dependencies = [11920 "frame-support",11921 "sp-core",11922]1192311924[[package]]11925name = "up-rpc"11926version = "0.1.0"11927dependencies = [11928 "pallet-common",11929 "parity-scale-codec",11930 "sp-api",11931 "sp-core",11932 "sp-runtime",11933 "sp-std",11934 "up-data-structs",11935]1193611937[[package]]11938name = "up-sponsorship"11939version = "0.1.0"11940source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.16#a08e9828d44c54ec9905e9c7f642f0e734f92780"11941dependencies = [11942 "impl-trait-for-tuples",11943]1194411945[[package]]11946name = "url"11947version = "1.7.2"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11950dependencies = [11951 "idna 0.1.5",11952 "matches",11953 "percent-encoding 1.0.1",11954]1195511956[[package]]11957name = "url"11958version = "2.2.2"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11961dependencies = [11962 "form_urlencoded",11963 "idna 0.2.3",11964 "matches",11965 "percent-encoding 2.1.0",11966]1196711968[[package]]11969name = "value-bag"11970version = "1.0.0-alpha.8"11971source = "registry+https://github.com/rust-lang/crates.io-index"11972checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"11973dependencies = [11974 "ctor",11975 "version_check",11976]1197711978[[package]]11979name = "vcpkg"11980version = "0.2.15"11981source = "registry+https://github.com/rust-lang/crates.io-index"11982checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1198311984[[package]]11985name = "vec_map"11986version = "0.8.2"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1198911990[[package]]11991name = "version_check"11992version = "0.9.4"11993source = "registry+https://github.com/rust-lang/crates.io-index"11994checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1199511996[[package]]11997name = "void"11998version = "1.0.2"11999source = "registry+https://github.com/rust-lang/crates.io-index"12000checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1200112002[[package]]12003name = "waker-fn"12004version = "1.1.0"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1200712008[[package]]12009name = "walkdir"12010version = "2.3.2"12011source = "registry+https://github.com/rust-lang/crates.io-index"12012checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12013dependencies = [12014 "same-file",12015 "winapi 0.3.9",12016 "winapi-util",12017]1201812019[[package]]12020name = "want"12021version = "0.3.0"12022source = "registry+https://github.com/rust-lang/crates.io-index"12023checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12024dependencies = [12025 "log",12026 "try-lock",12027]1202812029[[package]]12030name = "wasi"12031version = "0.9.0+wasi-snapshot-preview1"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1203412035[[package]]12036name = "wasi"12037version = "0.10.0+wasi-snapshot-preview1"12038source = "registry+https://github.com/rust-lang/crates.io-index"12039checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1204012041[[package]]12042name = "wasm-bindgen"12043version = "0.2.78"12044source = "registry+https://github.com/rust-lang/crates.io-index"12045checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"12046dependencies = [12047 "cfg-if 1.0.0",12048 "wasm-bindgen-macro",12049]1205012051[[package]]12052name = "wasm-bindgen-backend"12053version = "0.2.78"12054source = "registry+https://github.com/rust-lang/crates.io-index"12055checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"12056dependencies = [12057 "bumpalo",12058 "lazy_static",12059 "log",12060 "proc-macro2",12061 "quote",12062 "syn",12063 "wasm-bindgen-shared",12064]1206512066[[package]]12067name = "wasm-bindgen-futures"12068version = "0.4.28"12069source = "registry+https://github.com/rust-lang/crates.io-index"12070checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"12071dependencies = [12072 "cfg-if 1.0.0",12073 "js-sys",12074 "wasm-bindgen",12075 "web-sys",12076]1207712078[[package]]12079name = "wasm-bindgen-macro"12080version = "0.2.78"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"12083dependencies = [12084 "quote",12085 "wasm-bindgen-macro-support",12086]1208712088[[package]]12089name = "wasm-bindgen-macro-support"12090version = "0.2.78"12091source = "registry+https://github.com/rust-lang/crates.io-index"12092checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"12093dependencies = [12094 "proc-macro2",12095 "quote",12096 "syn",12097 "wasm-bindgen-backend",12098 "wasm-bindgen-shared",12099]1210012101[[package]]12102name = "wasm-bindgen-shared"12103version = "0.2.78"12104source = "registry+https://github.com/rust-lang/crates.io-index"12105checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"1210612107[[package]]12108name = "wasm-gc-api"12109version = "0.1.11"12110source = "registry+https://github.com/rust-lang/crates.io-index"12111checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12112dependencies = [12113 "log",12114 "parity-wasm 0.32.0",12115 "rustc-demangle",12116]1211712118[[package]]12119name = "wasm-instrument"12120version = "0.1.1"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12123dependencies = [12124 "parity-wasm 0.42.2",12125]1212612127[[package]]12128name = "wasm-timer"12129version = "0.2.5"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12132dependencies = [12133 "futures 0.3.19",12134 "js-sys",12135 "parking_lot 0.11.2",12136 "pin-utils",12137 "wasm-bindgen",12138 "wasm-bindgen-futures",12139 "web-sys",12140]1214112142[[package]]12143name = "wasmi"12144version = "0.9.1"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12147dependencies = [12148 "downcast-rs",12149 "libc",12150 "memory_units",12151 "num-rational 0.2.4",12152 "num-traits",12153 "parity-wasm 0.42.2",12154 "wasmi-validation",12155]1215612157[[package]]12158name = "wasmi-validation"12159version = "0.4.1"12160source = "registry+https://github.com/rust-lang/crates.io-index"12161checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12162dependencies = [12163 "parity-wasm 0.42.2",12164]1216512166[[package]]12167name = "wasmparser"12168version = "0.81.0"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1217112172[[package]]12173name = "wasmtime"12174version = "0.33.0"12175source = "registry+https://github.com/rust-lang/crates.io-index"12176checksum = "414be1bc5ca12e755ffd3ff7acc3a6d1979922f8237fc34068b2156cebcc3270"12177dependencies = [12178 "anyhow",12179 "backtrace",12180 "bincode",12181 "cfg-if 1.0.0",12182 "cpp_demangle",12183 "indexmap",12184 "lazy_static",12185 "libc",12186 "log",12187 "object",12188 "paste",12189 "psm",12190 "rayon",12191 "region",12192 "rustc-demangle",12193 "serde",12194 "target-lexicon",12195 "wasmparser",12196 "wasmtime-cache",12197 "wasmtime-cranelift",12198 "wasmtime-environ",12199 "wasmtime-jit",12200 "wasmtime-runtime",12201 "winapi 0.3.9",12202]1220312204[[package]]12205name = "wasmtime-cache"12206version = "0.33.0"12207source = "registry+https://github.com/rust-lang/crates.io-index"12208checksum = "8b9b4cd1949206fda9241faf8c460a7d797aa1692594d3dd6bc1cbfa57ee20d0"12209dependencies = [12210 "anyhow",12211 "base64",12212 "bincode",12213 "directories-next",12214 "file-per-thread-logger",12215 "log",12216 "rustix",12217 "serde",12218 "sha2 0.9.9",12219 "toml",12220 "winapi 0.3.9",12221 "zstd",12222]1222312224[[package]]12225name = "wasmtime-cranelift"12226version = "0.33.0"12227source = "registry+https://github.com/rust-lang/crates.io-index"12228checksum = "a4693d33725773615a4c9957e4aa731af57b27dca579702d1d8ed5750760f1a9"12229dependencies = [12230 "anyhow",12231 "cranelift-codegen",12232 "cranelift-entity",12233 "cranelift-frontend",12234 "cranelift-native",12235 "cranelift-wasm",12236 "gimli",12237 "log",12238 "more-asserts",12239 "object",12240 "target-lexicon",12241 "thiserror",12242 "wasmparser",12243 "wasmtime-environ",12244]1224512246[[package]]12247name = "wasmtime-environ"12248version = "0.33.0"12249source = "registry+https://github.com/rust-lang/crates.io-index"12250checksum = "5b17e47116a078b9770e6fb86cff8b9a660826623cebcfff251b047c8d8993ef"12251dependencies = [12252 "anyhow",12253 "cranelift-entity",12254 "gimli",12255 "indexmap",12256 "log",12257 "more-asserts",12258 "object",12259 "serde",12260 "target-lexicon",12261 "thiserror",12262 "wasmparser",12263 "wasmtime-types",12264]1226512266[[package]]12267name = "wasmtime-jit"12268version = "0.33.0"12269source = "registry+https://github.com/rust-lang/crates.io-index"12270checksum = "60ea5b380bdf92e32911400375aeefb900ac9d3f8e350bb6ba555a39315f2ee7"12271dependencies = [12272 "addr2line",12273 "anyhow",12274 "bincode",12275 "cfg-if 1.0.0",12276 "gimli",12277 "object",12278 "region",12279 "rustix",12280 "serde",12281 "target-lexicon",12282 "thiserror",12283 "wasmtime-environ",12284 "wasmtime-runtime",12285 "winapi 0.3.9",12286]1228712288[[package]]12289name = "wasmtime-runtime"12290version = "0.33.0"12291source = "registry+https://github.com/rust-lang/crates.io-index"12292checksum = "abc7cd79937edd6e238b337608ebbcaf9c086a8457f01dfd598324f7fa56d81a"12293dependencies = [12294 "anyhow",12295 "backtrace",12296 "cc",12297 "cfg-if 1.0.0",12298 "indexmap",12299 "lazy_static",12300 "libc",12301 "log",12302 "mach",12303 "memoffset",12304 "more-asserts",12305 "rand 0.8.4",12306 "region",12307 "rustix",12308 "thiserror",12309 "wasmtime-environ",12310 "winapi 0.3.9",12311]1231212313[[package]]12314name = "wasmtime-types"12315version = "0.33.0"12316source = "registry+https://github.com/rust-lang/crates.io-index"12317checksum = "d9e5e51a461a2cf2b69e1fc48f325b17d78a8582816e18479e8ead58844b23f8"12318dependencies = [12319 "cranelift-entity",12320 "serde",12321 "thiserror",12322 "wasmparser",12323]1232412325[[package]]12326name = "web-sys"12327version = "0.3.55"12328source = "registry+https://github.com/rust-lang/crates.io-index"12329checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"12330dependencies = [12331 "js-sys",12332 "wasm-bindgen",12333]1233412335[[package]]12336name = "webpki"12337version = "0.21.4"12338source = "registry+https://github.com/rust-lang/crates.io-index"12339checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12340dependencies = [12341 "ring",12342 "untrusted",12343]1234412345[[package]]12346name = "webpki-roots"12347version = "0.21.1"12348source = "registry+https://github.com/rust-lang/crates.io-index"12349checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12350dependencies = [12351 "webpki",12352]1235312354[[package]]12355name = "wepoll-ffi"12356version = "0.1.2"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12359dependencies = [12360 "cc",12361]1236212363[[package]]12364name = "westend-runtime"12365version = "0.9.16"12366source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12367dependencies = [12368 "beefy-primitives",12369 "bitvec",12370 "frame-benchmarking",12371 "frame-election-provider-support",12372 "frame-executive",12373 "frame-support",12374 "frame-system",12375 "frame-system-benchmarking",12376 "frame-system-rpc-runtime-api",12377 "frame-try-runtime",12378 "hex-literal",12379 "log",12380 "pallet-authority-discovery",12381 "pallet-authorship",12382 "pallet-babe",12383 "pallet-bags-list",12384 "pallet-balances",12385 "pallet-collective",12386 "pallet-democracy",12387 "pallet-election-provider-multi-phase",12388 "pallet-elections-phragmen",12389 "pallet-grandpa",12390 "pallet-identity",12391 "pallet-im-online",12392 "pallet-indices",12393 "pallet-membership",12394 "pallet-mmr-primitives",12395 "pallet-multisig",12396 "pallet-nicks",12397 "pallet-offences",12398 "pallet-offences-benchmarking",12399 "pallet-preimage",12400 "pallet-proxy",12401 "pallet-recovery",12402 "pallet-scheduler",12403 "pallet-session",12404 "pallet-session-benchmarking",12405 "pallet-society",12406 "pallet-staking",12407 "pallet-staking-reward-curve",12408 "pallet-sudo",12409 "pallet-timestamp",12410 "pallet-transaction-payment",12411 "pallet-transaction-payment-rpc-runtime-api",12412 "pallet-treasury",12413 "pallet-utility",12414 "pallet-vesting",12415 "pallet-xcm",12416 "pallet-xcm-benchmarks",12417 "parity-scale-codec",12418 "polkadot-parachain",12419 "polkadot-primitives",12420 "polkadot-runtime-common",12421 "polkadot-runtime-parachains",12422 "rustc-hex",12423 "scale-info",12424 "serde",12425 "serde_derive",12426 "smallvec",12427 "sp-api",12428 "sp-authority-discovery",12429 "sp-block-builder",12430 "sp-consensus-babe",12431 "sp-core",12432 "sp-inherents",12433 "sp-io",12434 "sp-npos-elections",12435 "sp-offchain",12436 "sp-runtime",12437 "sp-session",12438 "sp-staking",12439 "sp-std",12440 "sp-transaction-pool",12441 "sp-version",12442 "substrate-wasm-builder",12443 "westend-runtime-constants",12444 "xcm",12445 "xcm-builder",12446 "xcm-executor",12447]1244812449[[package]]12450name = "westend-runtime-constants"12451version = "0.9.16"12452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12453dependencies = [12454 "frame-support",12455 "polkadot-primitives",12456 "polkadot-runtime-common",12457 "smallvec",12458 "sp-runtime",12459]1246012461[[package]]12462name = "which"12463version = "4.2.2"12464source = "registry+https://github.com/rust-lang/crates.io-index"12465checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"12466dependencies = [12467 "either",12468 "lazy_static",12469 "libc",12470]1247112472[[package]]12473name = "widestring"12474version = "0.4.3"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1247712478[[package]]12479name = "winapi"12480version = "0.2.8"12481source = "registry+https://github.com/rust-lang/crates.io-index"12482checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1248312484[[package]]12485name = "winapi"12486version = "0.3.9"12487source = "registry+https://github.com/rust-lang/crates.io-index"12488checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12489dependencies = [12490 "winapi-i686-pc-windows-gnu",12491 "winapi-x86_64-pc-windows-gnu",12492]1249312494[[package]]12495name = "winapi-build"12496version = "0.1.1"12497source = "registry+https://github.com/rust-lang/crates.io-index"12498checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1249912500[[package]]12501name = "winapi-i686-pc-windows-gnu"12502version = "0.4.0"12503source = "registry+https://github.com/rust-lang/crates.io-index"12504checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1250512506[[package]]12507name = "winapi-util"12508version = "0.1.5"12509source = "registry+https://github.com/rust-lang/crates.io-index"12510checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12511dependencies = [12512 "winapi 0.3.9",12513]1251412515[[package]]12516name = "winapi-x86_64-pc-windows-gnu"12517version = "0.4.0"12518source = "registry+https://github.com/rust-lang/crates.io-index"12519checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1252012521[[package]]12522name = "winreg"12523version = "0.6.2"12524source = "registry+https://github.com/rust-lang/crates.io-index"12525checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12526dependencies = [12527 "winapi 0.3.9",12528]1252912530[[package]]12531name = "ws2_32-sys"12532version = "0.2.1"12533source = "registry+https://github.com/rust-lang/crates.io-index"12534checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12535dependencies = [12536 "winapi 0.2.8",12537 "winapi-build",12538]1253912540[[package]]12541name = "wyz"12542version = "0.2.0"12543source = "registry+https://github.com/rust-lang/crates.io-index"12544checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1254512546[[package]]12547name = "x25519-dalek"12548version = "1.1.1"12549source = "registry+https://github.com/rust-lang/crates.io-index"12550checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12551dependencies = [12552 "curve25519-dalek 3.2.0",12553 "rand_core 0.5.1",12554 "zeroize",12555]1255612557[[package]]12558name = "xcm"12559version = "0.9.16"12560source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12561dependencies = [12562 "derivative",12563 "impl-trait-for-tuples",12564 "log",12565 "parity-scale-codec",12566 "scale-info",12567 "xcm-procedural",12568]1256912570[[package]]12571name = "xcm-builder"12572version = "0.9.16"12573source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12574dependencies = [12575 "frame-support",12576 "frame-system",12577 "log",12578 "pallet-transaction-payment",12579 "parity-scale-codec",12580 "polkadot-parachain",12581 "scale-info",12582 "sp-arithmetic",12583 "sp-io",12584 "sp-runtime",12585 "sp-std",12586 "xcm",12587 "xcm-executor",12588]1258912590[[package]]12591name = "xcm-executor"12592version = "0.9.16"12593source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12594dependencies = [12595 "frame-benchmarking",12596 "frame-support",12597 "impl-trait-for-tuples",12598 "log",12599 "parity-scale-codec",12600 "sp-arithmetic",12601 "sp-core",12602 "sp-io",12603 "sp-runtime",12604 "sp-std",12605 "xcm",12606]1260712608[[package]]12609name = "xcm-procedural"12610version = "0.1.0"12611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#6e3e9e60c2615f1cd715923aea9816ac6b9b59f7"12612dependencies = [12613 "Inflector",12614 "proc-macro2",12615 "quote",12616 "syn",12617]1261812619[[package]]12620name = "yamux"12621version = "0.9.0"12622source = "registry+https://github.com/rust-lang/crates.io-index"12623checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12624dependencies = [12625 "futures 0.3.19",12626 "log",12627 "nohash-hasher",12628 "parking_lot 0.11.2",12629 "rand 0.8.4",12630 "static_assertions",12631]1263212633[[package]]12634name = "yansi"12635version = "0.5.0"12636source = "registry+https://github.com/rust-lang/crates.io-index"12637checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1263812639[[package]]12640name = "zeroize"12641version = "1.5.0"12642source = "registry+https://github.com/rust-lang/crates.io-index"12643checksum = "cc222aec311c323c717f56060324f32b82da1ce1dd81d9a09aa6a9030bfe08db"12644dependencies = [12645 "zeroize_derive",12646]1264712648[[package]]12649name = "zeroize_derive"12650version = "1.3.1"12651source = "registry+https://github.com/rust-lang/crates.io-index"12652checksum = "81e8f13fef10b63c06356d65d416b070798ddabcadc10d3ece0c5be9b3c7eddb"12653dependencies = [12654 "proc-macro2",12655 "quote",12656 "syn",12657 "synstructure",12658]1265912660[[package]]12661name = "zstd"12662version = "0.9.2+zstd.1.5.1"12663source = "registry+https://github.com/rust-lang/crates.io-index"12664checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"12665dependencies = [12666 "zstd-safe",12667]1266812669[[package]]12670name = "zstd-safe"12671version = "4.1.3+zstd.1.5.1"12672source = "registry+https://github.com/rust-lang/crates.io-index"12673checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"12674dependencies = [12675 "libc",12676 "zstd-sys",12677]1267812679[[package]]12680name = "zstd-sys"12681version = "1.6.2+zstd.1.5.1"12682source = "registry+https://github.com/rust-lang/crates.io-index"12683checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"12684dependencies = [12685 "cc",12686 "libc",12687]