123version = 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.53"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"105106[[package]]107name = "approx"108version = "0.5.1"109source = "registry+https://github.com/rust-lang/crates.io-index"110checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"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.4",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.4"291source = "registry+https://github.com/rust-lang/crates.io-index"292checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"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.1.0"305source = "registry+https://github.com/rust-lang/crates.io-index"306checksum = "677d306121baf53310a3fd342d88dc0824f6bbeace68347593658525565abee8"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.1.0"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"388389[[package]]390name = "backtrace"391version = "0.3.64"392source = "registry+https://github.com/rust-lang/crates.io-index"393checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"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.21",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.21",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.2"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"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.2"638source = "registry+https://github.com/rust-lang/crates.io-index"639checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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#41ab002d7451766324a9f314fee11c9c53314350"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.5",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.1"1045source = "registry+https://github.com/rust-lang/crates.io-index"1046checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"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.3"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"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.2"1233source = "registry+https://github.com/rust-lang/crates.io-index"1234checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"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.7"1263source = "registry+https://github.com/rust-lang/crates.io-index"1264checksum = "c00d6d2ea26e8b151d99093005cb442fb9a37aeaca582a03ec70946f49ab5ed9"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.7"1276source = "registry+https://github.com/rust-lang/crates.io-index"1277checksum = "b5e5bed1f1c269533fa816a0a5492b3545209a205ca1a54842be180eb63a16a6"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.2"1292source = "registry+https://github.com/rust-lang/crates.io-index"1293checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"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.21",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.21",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.21",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.21",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.21",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.21",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.21",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.2"1902source = "registry+https://github.com/rust-lang/crates.io-index"1903checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"1904dependencies = [1905 "block-buffer 0.10.2",1906 "crypto-common",1907]19081909[[package]]1910name = "directories"1911version = "4.0.1"1912source = "registry+https://github.com/rust-lang/crates.io-index"1913checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1914dependencies = [1915 "dirs-sys",1916]19171918[[package]]1919name = "directories-next"1920version = "2.0.0"1921source = "registry+https://github.com/rust-lang/crates.io-index"1922checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1923dependencies = [1924 "cfg-if 1.0.0",1925 "dirs-sys-next",1926]19271928[[package]]1929name = "dirs-sys"1930version = "0.3.6"1931source = "registry+https://github.com/rust-lang/crates.io-index"1932checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1933dependencies = [1934 "libc",1935 "redox_users",1936 "winapi 0.3.9",1937]19381939[[package]]1940name = "dirs-sys-next"1941version = "0.1.2"1942source = "registry+https://github.com/rust-lang/crates.io-index"1943checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1944dependencies = [1945 "libc",1946 "redox_users",1947 "winapi 0.3.9",1948]19491950[[package]]1951name = "dns-parser"1952version = "0.8.0"1953source = "registry+https://github.com/rust-lang/crates.io-index"1954checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1955dependencies = [1956 "byteorder",1957 "quick-error 1.2.3",1958]19591960[[package]]1961name = "downcast-rs"1962version = "1.2.0"1963source = "registry+https://github.com/rust-lang/crates.io-index"1964checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19651966[[package]]1967name = "dtoa"1968version = "0.4.8"1969source = "registry+https://github.com/rust-lang/crates.io-index"1970checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"19711972[[package]]1973name = "dyn-clonable"1974version = "0.9.0"1975source = "registry+https://github.com/rust-lang/crates.io-index"1976checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1977dependencies = [1978 "dyn-clonable-impl",1979 "dyn-clone",1980]19811982[[package]]1983name = "dyn-clonable-impl"1984version = "0.9.0"1985source = "registry+https://github.com/rust-lang/crates.io-index"1986checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1987dependencies = [1988 "proc-macro2",1989 "quote",1990 "syn",1991]19921993[[package]]1994name = "dyn-clone"1995version = "1.0.4"1996source = "registry+https://github.com/rust-lang/crates.io-index"1997checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19981999[[package]]2000name = "ed25519"2001version = "1.3.0"2002source = "registry+https://github.com/rust-lang/crates.io-index"2003checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"2004dependencies = [2005 "signature",2006]20072008[[package]]2009name = "ed25519-dalek"2010version = "1.0.1"2011source = "registry+https://github.com/rust-lang/crates.io-index"2012checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2013dependencies = [2014 "curve25519-dalek 3.2.0",2015 "ed25519",2016 "rand 0.7.3",2017 "serde",2018 "sha2 0.9.9",2019 "zeroize",2020]20212022[[package]]2023name = "either"2024version = "1.6.1"2025source = "registry+https://github.com/rust-lang/crates.io-index"2026checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"20272028[[package]]2029name = "enum-as-inner"2030version = "0.3.3"2031source = "registry+https://github.com/rust-lang/crates.io-index"2032checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"2033dependencies = [2034 "heck",2035 "proc-macro2",2036 "quote",2037 "syn",2038]20392040[[package]]2041name = "enumflags2"2042version = "0.6.4"2043source = "registry+https://github.com/rust-lang/crates.io-index"2044checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2045dependencies = [2046 "enumflags2_derive",2047]20482049[[package]]2050name = "enumflags2_derive"2051version = "0.6.4"2052source = "registry+https://github.com/rust-lang/crates.io-index"2053checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2054dependencies = [2055 "proc-macro2",2056 "quote",2057 "syn",2058]20592060[[package]]2061name = "enumn"2062version = "0.1.3"2063source = "registry+https://github.com/rust-lang/crates.io-index"2064checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2065dependencies = [2066 "proc-macro2",2067 "quote",2068 "syn",2069]20702071[[package]]2072name = "env_logger"2073version = "0.9.0"2074source = "registry+https://github.com/rust-lang/crates.io-index"2075checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2076dependencies = [2077 "atty",2078 "humantime",2079 "log",2080 "regex",2081 "termcolor",2082]20832084[[package]]2085name = "environmental"2086version = "1.1.3"2087source = "registry+https://github.com/rust-lang/crates.io-index"2088checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20892090[[package]]2091name = "errno"2092version = "0.2.8"2093source = "registry+https://github.com/rust-lang/crates.io-index"2094checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2095dependencies = [2096 "errno-dragonfly",2097 "libc",2098 "winapi 0.3.9",2099]21002101[[package]]2102name = "errno-dragonfly"2103version = "0.1.2"2104source = "registry+https://github.com/rust-lang/crates.io-index"2105checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2106dependencies = [2107 "cc",2108 "libc",2109]21102111[[package]]2112name = "ethbloom"2113version = "0.11.1"2114source = "registry+https://github.com/rust-lang/crates.io-index"2115checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2116dependencies = [2117 "crunchy",2118 "fixed-hash",2119 "impl-codec",2120 "impl-rlp",2121 "impl-serde",2122 "scale-info",2123 "tiny-keccak",2124]21252126[[package]]2127name = "ethereum"2128version = "0.11.1"2129source = "registry+https://github.com/rust-lang/crates.io-index"2130checksum = "34c90e0a755da706ce0970ec0fa8cc48aabcc8e8efa1245336acf718dab06ffe"2131dependencies = [2132 "bytes 1.1.0",2133 "ethereum-types",2134 "hash-db",2135 "hash256-std-hasher",2136 "parity-scale-codec",2137 "rlp",2138 "rlp-derive",2139 "scale-info",2140 "serde",2141 "sha3 0.9.1",2142 "triehash",2143]21442145[[package]]2146name = "ethereum-types"2147version = "0.12.1"2148source = "registry+https://github.com/rust-lang/crates.io-index"2149checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2150dependencies = [2151 "ethbloom",2152 "fixed-hash",2153 "impl-codec",2154 "impl-rlp",2155 "impl-serde",2156 "primitive-types 0.10.1",2157 "scale-info",2158 "uint",2159]21602161[[package]]2162name = "event-listener"2163version = "2.5.2"2164source = "registry+https://github.com/rust-lang/crates.io-index"2165checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"21662167[[package]]2168name = "evm"2169version = "0.33.1"2170source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2171dependencies = [2172 "auto_impl",2173 "environmental",2174 "ethereum",2175 "evm-core",2176 "evm-gasometer",2177 "evm-runtime",2178 "log",2179 "parity-scale-codec",2180 "primitive-types 0.10.1",2181 "rlp",2182 "scale-info",2183 "serde",2184 "sha3 0.8.2",2185]21862187[[package]]2188name = "evm-coder"2189version = "0.1.0"2190dependencies = [2191 "ethereum",2192 "evm-coder-macros",2193 "evm-core",2194 "hex",2195 "hex-literal",2196 "impl-trait-for-tuples",2197 "primitive-types 0.10.1",2198]21992200[[package]]2201name = "evm-coder-macros"2202version = "0.1.0"2203dependencies = [2204 "Inflector",2205 "darling",2206 "hex",2207 "proc-macro2",2208 "quote",2209 "sha3 0.9.1",2210 "syn",2211]22122213[[package]]2214name = "evm-core"2215version = "0.33.0"2216source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2217dependencies = [2218 "funty",2219 "parity-scale-codec",2220 "primitive-types 0.10.1",2221 "scale-info",2222 "serde",2223]22242225[[package]]2226name = "evm-gasometer"2227version = "0.33.0"2228source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2229dependencies = [2230 "environmental",2231 "evm-core",2232 "evm-runtime",2233 "primitive-types 0.10.1",2234]22352236[[package]]2237name = "evm-runtime"2238version = "0.33.0"2239source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2240dependencies = [2241 "auto_impl",2242 "environmental",2243 "evm-core",2244 "primitive-types 0.10.1",2245 "sha3 0.8.2",2246]22472248[[package]]2249name = "exit-future"2250version = "0.2.0"2251source = "registry+https://github.com/rust-lang/crates.io-index"2252checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2253dependencies = [2254 "futures 0.3.21",2255]22562257[[package]]2258name = "fake-simd"2259version = "0.1.2"2260source = "registry+https://github.com/rust-lang/crates.io-index"2261checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22622263[[package]]2264name = "fallible-iterator"2265version = "0.2.0"2266source = "registry+https://github.com/rust-lang/crates.io-index"2267checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22682269[[package]]2270name = "fastrand"2271version = "1.7.0"2272source = "registry+https://github.com/rust-lang/crates.io-index"2273checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2274dependencies = [2275 "instant",2276]22772278[[package]]2279name = "fc-consensus"2280version = "2.0.0-dev"2281source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2282dependencies = [2283 "async-trait",2284 "derive_more",2285 "fc-db",2286 "fp-consensus",2287 "fp-rpc",2288 "futures 0.3.21",2289 "log",2290 "parity-scale-codec",2291 "sc-client-api",2292 "sc-consensus",2293 "sc-transaction-pool-api",2294 "sp-api",2295 "sp-block-builder",2296 "sp-blockchain",2297 "sp-consensus",2298 "sp-core",2299 "sp-inherents",2300 "sp-runtime",2301 "sp-timestamp",2302 "substrate-prometheus-endpoint",2303]23042305[[package]]2306name = "fc-db"2307version = "2.0.0-dev"2308source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2309dependencies = [2310 "fp-storage",2311 "kvdb",2312 "kvdb-rocksdb",2313 "pallet-ethereum",2314 "parity-scale-codec",2315 "parking_lot 0.11.2",2316 "sp-core",2317 "sp-database",2318 "sp-runtime",2319]23202321[[package]]2322name = "fc-mapping-sync"2323version = "2.0.0-dev"2324source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2325dependencies = [2326 "fc-consensus",2327 "fc-db",2328 "fp-consensus",2329 "fp-rpc",2330 "futures 0.3.21",2331 "futures-timer",2332 "log",2333 "sc-client-api",2334 "sp-api",2335 "sp-blockchain",2336 "sp-runtime",2337]23382339[[package]]2340name = "fc-rpc"2341version = "2.0.0-dev"2342source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2343dependencies = [2344 "ethereum",2345 "ethereum-types",2346 "evm",2347 "fc-consensus",2348 "fc-db",2349 "fc-rpc-core",2350 "fp-consensus",2351 "fp-evm",2352 "fp-rpc",2353 "fp-storage",2354 "futures 0.3.21",2355 "futures-util",2356 "jsonrpc-core",2357 "jsonrpc-pubsub",2358 "libsecp256k1 0.3.5",2359 "log",2360 "lru 0.6.6",2361 "pallet-ethereum",2362 "pallet-evm",2363 "parity-scale-codec",2364 "parking_lot 0.11.2",2365 "rand 0.7.3",2366 "rlp",2367 "rustc-hex",2368 "sc-client-api",2369 "sc-network",2370 "sc-rpc",2371 "sc-service",2372 "sc-transaction-pool",2373 "sc-transaction-pool-api",2374 "sha3 0.8.2",2375 "sp-api",2376 "sp-block-builder",2377 "sp-blockchain",2378 "sp-io",2379 "sp-runtime",2380 "sp-storage",2381 "sp-transaction-pool",2382 "tokio 1.16.1",2383]23842385[[package]]2386name = "fc-rpc-core"2387version = "1.1.0-dev"2388source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2389dependencies = [2390 "ethereum",2391 "ethereum-types",2392 "jsonrpc-core",2393 "jsonrpc-core-client",2394 "jsonrpc-derive",2395 "jsonrpc-pubsub",2396 "rlp",2397 "rustc-hex",2398 "serde",2399 "serde_json",2400 "sha3 0.8.2",2401]24022403[[package]]2404name = "fdlimit"2405version = "0.2.1"2406source = "registry+https://github.com/rust-lang/crates.io-index"2407checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2408dependencies = [2409 "libc",2410]24112412[[package]]2413name = "file-per-thread-logger"2414version = "0.1.5"2415source = "registry+https://github.com/rust-lang/crates.io-index"2416checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2417dependencies = [2418 "env_logger",2419 "log",2420]24212422[[package]]2423name = "finality-grandpa"2424version = "0.14.4"2425source = "registry+https://github.com/rust-lang/crates.io-index"2426checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2427dependencies = [2428 "either",2429 "futures 0.3.21",2430 "futures-timer",2431 "log",2432 "num-traits",2433 "parity-scale-codec",2434 "parking_lot 0.11.2",2435 "scale-info",2436]24372438[[package]]2439name = "fixed-hash"2440version = "0.7.0"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2443dependencies = [2444 "byteorder",2445 "rand 0.8.4",2446 "rustc-hex",2447 "static_assertions",2448]24492450[[package]]2451name = "fixedbitset"2452version = "0.4.1"2453source = "registry+https://github.com/rust-lang/crates.io-index"2454checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"24552456[[package]]2457name = "flate2"2458version = "1.0.22"2459source = "registry+https://github.com/rust-lang/crates.io-index"2460checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2461dependencies = [2462 "cfg-if 1.0.0",2463 "crc32fast",2464 "libc",2465 "libz-sys",2466 "miniz_oxide",2467]24682469[[package]]2470name = "flexi_logger"2471version = "0.15.12"2472source = "registry+https://github.com/rust-lang/crates.io-index"2473checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2474dependencies = [2475 "atty",2476 "chrono",2477 "glob",2478 "lazy_static",2479 "log",2480 "regex",2481 "thiserror",2482 "yansi",2483]24842485[[package]]2486name = "fnv"2487version = "1.0.7"2488source = "registry+https://github.com/rust-lang/crates.io-index"2489checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"24902491[[package]]2492name = "fork-tree"2493version = "3.0.0"2494source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2495dependencies = [2496 "parity-scale-codec",2497]24982499[[package]]2500name = "form_urlencoded"2501version = "1.0.1"2502source = "registry+https://github.com/rust-lang/crates.io-index"2503checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2504dependencies = [2505 "matches",2506 "percent-encoding 2.1.0",2507]25082509[[package]]2510name = "fp-consensus"2511version = "2.0.0-dev"2512source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2513dependencies = [2514 "ethereum",2515 "parity-scale-codec",2516 "rlp",2517 "sha3 0.8.2",2518 "sp-core",2519 "sp-runtime",2520 "sp-std",2521]25222523[[package]]2524name = "fp-evm"2525version = "3.0.0-dev"2526source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2527dependencies = [2528 "evm",2529 "impl-trait-for-tuples",2530 "parity-scale-codec",2531 "scale-info",2532 "serde",2533 "sp-core",2534 "sp-std",2535]25362537[[package]]2538name = "fp-rpc"2539version = "3.0.0-dev"2540source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2541dependencies = [2542 "ethereum",2543 "ethereum-types",2544 "fp-evm",2545 "parity-scale-codec",2546 "scale-info",2547 "sp-api",2548 "sp-core",2549 "sp-io",2550 "sp-runtime",2551 "sp-std",2552]25532554[[package]]2555name = "fp-self-contained"2556version = "1.0.0-dev"2557source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2558dependencies = [2559 "ethereum",2560 "frame-support",2561 "parity-scale-codec",2562 "parity-util-mem",2563 "scale-info",2564 "serde",2565 "sha3 0.8.2",2566 "sp-core",2567 "sp-io",2568 "sp-runtime",2569]25702571[[package]]2572name = "fp-storage"2573version = "2.0.0"2574source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"25752576[[package]]2577name = "frame-benchmarking"2578version = "4.0.0-dev"2579source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2580dependencies = [2581 "frame-support",2582 "frame-system",2583 "linregress",2584 "log",2585 "parity-scale-codec",2586 "paste",2587 "scale-info",2588 "sp-api",2589 "sp-application-crypto",2590 "sp-io",2591 "sp-runtime",2592 "sp-runtime-interface",2593 "sp-std",2594 "sp-storage",2595]25962597[[package]]2598name = "frame-benchmarking-cli"2599version = "4.0.0-dev"2600source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2601dependencies = [2602 "Inflector",2603 "chrono",2604 "frame-benchmarking",2605 "frame-support",2606 "handlebars",2607 "linked-hash-map",2608 "log",2609 "parity-scale-codec",2610 "sc-cli",2611 "sc-client-db",2612 "sc-executor",2613 "sc-service",2614 "serde",2615 "sp-core",2616 "sp-externalities",2617 "sp-keystore",2618 "sp-runtime",2619 "sp-state-machine",2620 "structopt",2621]26222623[[package]]2624name = "frame-election-provider-support"2625version = "4.0.0-dev"2626source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2627dependencies = [2628 "frame-support",2629 "frame-system",2630 "parity-scale-codec",2631 "scale-info",2632 "sp-arithmetic",2633 "sp-npos-elections",2634 "sp-std",2635]26362637[[package]]2638name = "frame-executive"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-core",2647 "sp-io",2648 "sp-runtime",2649 "sp-std",2650 "sp-tracing",2651]26522653[[package]]2654name = "frame-metadata"2655version = "14.2.0"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "37ed5e5c346de62ca5c184b4325a6600d1eaca210666e4606fe4e449574978d0"2658dependencies = [2659 "cfg-if 1.0.0",2660 "parity-scale-codec",2661 "scale-info",2662 "serde",2663]26642665[[package]]2666name = "frame-support"2667version = "4.0.0-dev"2668source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2669dependencies = [2670 "bitflags",2671 "frame-metadata",2672 "frame-support-procedural",2673 "impl-trait-for-tuples",2674 "log",2675 "once_cell",2676 "parity-scale-codec",2677 "paste",2678 "scale-info",2679 "serde",2680 "smallvec",2681 "sp-arithmetic",2682 "sp-core",2683 "sp-core-hashing-proc-macro",2684 "sp-inherents",2685 "sp-io",2686 "sp-runtime",2687 "sp-staking",2688 "sp-state-machine",2689 "sp-std",2690 "sp-tracing",2691 "tt-call",2692]26932694[[package]]2695name = "frame-support-procedural"2696version = "4.0.0-dev"2697source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2698dependencies = [2699 "Inflector",2700 "frame-support-procedural-tools",2701 "proc-macro2",2702 "quote",2703 "syn",2704]27052706[[package]]2707name = "frame-support-procedural-tools"2708version = "4.0.0-dev"2709source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2710dependencies = [2711 "frame-support-procedural-tools-derive",2712 "proc-macro-crate 1.1.0",2713 "proc-macro2",2714 "quote",2715 "syn",2716]27172718[[package]]2719name = "frame-support-procedural-tools-derive"2720version = "3.0.0"2721source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2722dependencies = [2723 "proc-macro2",2724 "quote",2725 "syn",2726]27272728[[package]]2729name = "frame-system"2730version = "4.0.0-dev"2731source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2732dependencies = [2733 "frame-support",2734 "log",2735 "parity-scale-codec",2736 "scale-info",2737 "serde",2738 "sp-core",2739 "sp-io",2740 "sp-runtime",2741 "sp-std",2742 "sp-version",2743]27442745[[package]]2746name = "frame-system-benchmarking"2747version = "4.0.0-dev"2748source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2749dependencies = [2750 "frame-benchmarking",2751 "frame-support",2752 "frame-system",2753 "parity-scale-codec",2754 "scale-info",2755 "sp-core",2756 "sp-runtime",2757 "sp-std",2758]27592760[[package]]2761name = "frame-system-rpc-runtime-api"2762version = "4.0.0-dev"2763source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2764dependencies = [2765 "parity-scale-codec",2766 "sp-api",2767]27682769[[package]]2770name = "frame-try-runtime"2771version = "0.10.0-dev"2772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2773dependencies = [2774 "frame-support",2775 "sp-api",2776 "sp-runtime",2777 "sp-std",2778]27792780[[package]]2781name = "fs-err"2782version = "2.6.0"2783source = "registry+https://github.com/rust-lang/crates.io-index"2784checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"27852786[[package]]2787name = "fs-swap"2788version = "0.2.6"2789source = "registry+https://github.com/rust-lang/crates.io-index"2790checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2791dependencies = [2792 "lazy_static",2793 "libc",2794 "libloading 0.5.2",2795 "winapi 0.3.9",2796]27972798[[package]]2799name = "fs2"2800version = "0.4.3"2801source = "registry+https://github.com/rust-lang/crates.io-index"2802checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2803dependencies = [2804 "libc",2805 "winapi 0.3.9",2806]28072808[[package]]2809name = "fuchsia-zircon"2810version = "0.3.3"2811source = "registry+https://github.com/rust-lang/crates.io-index"2812checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2813dependencies = [2814 "bitflags",2815 "fuchsia-zircon-sys",2816]28172818[[package]]2819name = "fuchsia-zircon-sys"2820version = "0.3.3"2821source = "registry+https://github.com/rust-lang/crates.io-index"2822checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"28232824[[package]]2825name = "funty"2826version = "1.1.0"2827source = "registry+https://github.com/rust-lang/crates.io-index"2828checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"28292830[[package]]2831name = "futures"2832version = "0.1.31"2833source = "registry+https://github.com/rust-lang/crates.io-index"2834checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"28352836[[package]]2837name = "futures"2838version = "0.3.21"2839source = "registry+https://github.com/rust-lang/crates.io-index"2840checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"2841dependencies = [2842 "futures-channel",2843 "futures-core",2844 "futures-executor",2845 "futures-io",2846 "futures-sink",2847 "futures-task",2848 "futures-util",2849]28502851[[package]]2852name = "futures-channel"2853version = "0.3.21"2854source = "registry+https://github.com/rust-lang/crates.io-index"2855checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"2856dependencies = [2857 "futures-core",2858 "futures-sink",2859]28602861[[package]]2862name = "futures-core"2863version = "0.3.21"2864source = "registry+https://github.com/rust-lang/crates.io-index"2865checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"28662867[[package]]2868name = "futures-executor"2869version = "0.3.21"2870source = "registry+https://github.com/rust-lang/crates.io-index"2871checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"2872dependencies = [2873 "futures-core",2874 "futures-task",2875 "futures-util",2876 "num_cpus",2877]28782879[[package]]2880name = "futures-io"2881version = "0.3.21"2882source = "registry+https://github.com/rust-lang/crates.io-index"2883checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"28842885[[package]]2886name = "futures-lite"2887version = "1.12.0"2888source = "registry+https://github.com/rust-lang/crates.io-index"2889checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2890dependencies = [2891 "fastrand",2892 "futures-core",2893 "futures-io",2894 "memchr",2895 "parking",2896 "pin-project-lite 0.2.8",2897 "waker-fn",2898]28992900[[package]]2901name = "futures-macro"2902version = "0.3.21"2903source = "registry+https://github.com/rust-lang/crates.io-index"2904checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"2905dependencies = [2906 "proc-macro2",2907 "quote",2908 "syn",2909]29102911[[package]]2912name = "futures-rustls"2913version = "0.21.1"2914source = "registry+https://github.com/rust-lang/crates.io-index"2915checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2916dependencies = [2917 "futures-io",2918 "rustls",2919 "webpki",2920]29212922[[package]]2923name = "futures-sink"2924version = "0.3.21"2925source = "registry+https://github.com/rust-lang/crates.io-index"2926checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"29272928[[package]]2929name = "futures-task"2930version = "0.3.21"2931source = "registry+https://github.com/rust-lang/crates.io-index"2932checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"29332934[[package]]2935name = "futures-timer"2936version = "3.0.2"2937source = "registry+https://github.com/rust-lang/crates.io-index"2938checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29392940[[package]]2941name = "futures-util"2942version = "0.3.21"2943source = "registry+https://github.com/rust-lang/crates.io-index"2944checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"2945dependencies = [2946 "futures 0.1.31",2947 "futures-channel",2948 "futures-core",2949 "futures-io",2950 "futures-macro",2951 "futures-sink",2952 "futures-task",2953 "memchr",2954 "pin-project-lite 0.2.8",2955 "pin-utils",2956 "slab",2957]29582959[[package]]2960name = "generic-array"2961version = "0.12.4"2962source = "registry+https://github.com/rust-lang/crates.io-index"2963checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2964dependencies = [2965 "typenum",2966]29672968[[package]]2969name = "generic-array"2970version = "0.14.5"2971source = "registry+https://github.com/rust-lang/crates.io-index"2972checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"2973dependencies = [2974 "typenum",2975 "version_check",2976]29772978[[package]]2979name = "getrandom"2980version = "0.1.16"2981source = "registry+https://github.com/rust-lang/crates.io-index"2982checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2983dependencies = [2984 "cfg-if 1.0.0",2985 "js-sys",2986 "libc",2987 "wasi 0.9.0+wasi-snapshot-preview1",2988 "wasm-bindgen",2989]29902991[[package]]2992name = "getrandom"2993version = "0.2.4"2994source = "registry+https://github.com/rust-lang/crates.io-index"2995checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"2996dependencies = [2997 "cfg-if 1.0.0",2998 "libc",2999 "wasi 0.10.0+wasi-snapshot-preview1",3000]30013002[[package]]3003name = "ghash"3004version = "0.4.4"3005source = "registry+https://github.com/rust-lang/crates.io-index"3006checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3007dependencies = [3008 "opaque-debug 0.3.0",3009 "polyval",3010]30113012[[package]]3013name = "gimli"3014version = "0.26.1"3015source = "registry+https://github.com/rust-lang/crates.io-index"3016checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3017dependencies = [3018 "fallible-iterator",3019 "indexmap",3020 "stable_deref_trait",3021]30223023[[package]]3024name = "glob"3025version = "0.3.0"3026source = "registry+https://github.com/rust-lang/crates.io-index"3027checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30283029[[package]]3030name = "globset"3031version = "0.4.8"3032source = "registry+https://github.com/rust-lang/crates.io-index"3033checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3034dependencies = [3035 "aho-corasick",3036 "bstr",3037 "fnv",3038 "log",3039 "regex",3040]30413042[[package]]3043name = "gloo-timers"3044version = "0.2.3"3045source = "registry+https://github.com/rust-lang/crates.io-index"3046checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3047dependencies = [3048 "futures-channel",3049 "futures-core",3050 "js-sys",3051 "wasm-bindgen",3052]30533054[[package]]3055name = "h2"3056version = "0.3.11"3057source = "registry+https://github.com/rust-lang/crates.io-index"3058checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"3059dependencies = [3060 "bytes 1.1.0",3061 "fnv",3062 "futures-core",3063 "futures-sink",3064 "futures-util",3065 "http",3066 "indexmap",3067 "slab",3068 "tokio 1.16.1",3069 "tokio-util",3070 "tracing",3071]30723073[[package]]3074name = "handlebars"3075version = "4.2.1"3076source = "registry+https://github.com/rust-lang/crates.io-index"3077checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8"3078dependencies = [3079 "log",3080 "pest",3081 "pest_derive",3082 "quick-error 2.0.1",3083 "serde",3084 "serde_json",3085]30863087[[package]]3088name = "hash-db"3089version = "0.15.2"3090source = "registry+https://github.com/rust-lang/crates.io-index"3091checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"30923093[[package]]3094name = "hash256-std-hasher"3095version = "0.15.2"3096source = "registry+https://github.com/rust-lang/crates.io-index"3097checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3098dependencies = [3099 "crunchy",3100]31013102[[package]]3103name = "hashbrown"3104version = "0.11.2"3105source = "registry+https://github.com/rust-lang/crates.io-index"3106checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3107dependencies = [3108 "ahash",3109]31103111[[package]]3112name = "hashbrown"3113version = "0.12.0"3114source = "registry+https://github.com/rust-lang/crates.io-index"3115checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3116dependencies = [3117 "ahash",3118]31193120[[package]]3121name = "heck"3122version = "0.3.3"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3125dependencies = [3126 "unicode-segmentation",3127]31283129[[package]]3130name = "hermit-abi"3131version = "0.1.19"3132source = "registry+https://github.com/rust-lang/crates.io-index"3133checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3134dependencies = [3135 "libc",3136]31373138[[package]]3139name = "hex"3140version = "0.4.3"3141source = "registry+https://github.com/rust-lang/crates.io-index"3142checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"31433144[[package]]3145name = "hex-literal"3146version = "0.3.4"3147source = "registry+https://github.com/rust-lang/crates.io-index"3148checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"31493150[[package]]3151name = "hex_fmt"3152version = "0.3.0"3153source = "registry+https://github.com/rust-lang/crates.io-index"3154checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"31553156[[package]]3157name = "hmac"3158version = "0.7.1"3159source = "registry+https://github.com/rust-lang/crates.io-index"3160checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3161dependencies = [3162 "crypto-mac 0.7.0",3163 "digest 0.8.1",3164]31653166[[package]]3167name = "hmac"3168version = "0.8.1"3169source = "registry+https://github.com/rust-lang/crates.io-index"3170checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3171dependencies = [3172 "crypto-mac 0.8.0",3173 "digest 0.9.0",3174]31753176[[package]]3177name = "hmac"3178version = "0.11.0"3179source = "registry+https://github.com/rust-lang/crates.io-index"3180checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3181dependencies = [3182 "crypto-mac 0.11.1",3183 "digest 0.9.0",3184]31853186[[package]]3187name = "hmac-drbg"3188version = "0.2.0"3189source = "registry+https://github.com/rust-lang/crates.io-index"3190checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3191dependencies = [3192 "digest 0.8.1",3193 "generic-array 0.12.4",3194 "hmac 0.7.1",3195]31963197[[package]]3198name = "hmac-drbg"3199version = "0.3.0"3200source = "registry+https://github.com/rust-lang/crates.io-index"3201checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3202dependencies = [3203 "digest 0.9.0",3204 "generic-array 0.14.5",3205 "hmac 0.8.1",3206]32073208[[package]]3209name = "hostname"3210version = "0.3.1"3211source = "registry+https://github.com/rust-lang/crates.io-index"3212checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3213dependencies = [3214 "libc",3215 "match_cfg",3216 "winapi 0.3.9",3217]32183219[[package]]3220name = "http"3221version = "0.2.6"3222source = "registry+https://github.com/rust-lang/crates.io-index"3223checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3224dependencies = [3225 "bytes 1.1.0",3226 "fnv",3227 "itoa 1.0.1",3228]32293230[[package]]3231name = "http-body"3232version = "0.4.4"3233source = "registry+https://github.com/rust-lang/crates.io-index"3234checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3235dependencies = [3236 "bytes 1.1.0",3237 "http",3238 "pin-project-lite 0.2.8",3239]32403241[[package]]3242name = "httparse"3243version = "1.6.0"3244source = "registry+https://github.com/rust-lang/crates.io-index"3245checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"32463247[[package]]3248name = "httpdate"3249version = "1.0.2"3250source = "registry+https://github.com/rust-lang/crates.io-index"3251checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"32523253[[package]]3254name = "humantime"3255version = "2.1.0"3256source = "registry+https://github.com/rust-lang/crates.io-index"3257checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32583259[[package]]3260name = "hyper"3261version = "0.14.16"3262source = "registry+https://github.com/rust-lang/crates.io-index"3263checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"3264dependencies = [3265 "bytes 1.1.0",3266 "futures-channel",3267 "futures-core",3268 "futures-util",3269 "h2",3270 "http",3271 "http-body",3272 "httparse",3273 "httpdate",3274 "itoa 0.4.8",3275 "pin-project-lite 0.2.8",3276 "socket2 0.4.4",3277 "tokio 1.16.1",3278 "tower-service",3279 "tracing",3280 "want",3281]32823283[[package]]3284name = "hyper-rustls"3285version = "0.22.1"3286source = "registry+https://github.com/rust-lang/crates.io-index"3287checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3288dependencies = [3289 "ct-logs",3290 "futures-util",3291 "hyper",3292 "log",3293 "rustls",3294 "rustls-native-certs",3295 "tokio 1.16.1",3296 "tokio-rustls",3297 "webpki",3298]32993300[[package]]3301name = "ident_case"3302version = "1.0.1"3303source = "registry+https://github.com/rust-lang/crates.io-index"3304checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"33053306[[package]]3307name = "idna"3308version = "0.1.5"3309source = "registry+https://github.com/rust-lang/crates.io-index"3310checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3311dependencies = [3312 "matches",3313 "unicode-bidi",3314 "unicode-normalization",3315]33163317[[package]]3318name = "idna"3319version = "0.2.3"3320source = "registry+https://github.com/rust-lang/crates.io-index"3321checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3322dependencies = [3323 "matches",3324 "unicode-bidi",3325 "unicode-normalization",3326]33273328[[package]]3329name = "if-addrs"3330version = "0.6.7"3331source = "registry+https://github.com/rust-lang/crates.io-index"3332checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3333dependencies = [3334 "if-addrs-sys",3335 "libc",3336 "winapi 0.3.9",3337]33383339[[package]]3340name = "if-addrs-sys"3341version = "0.3.2"3342source = "registry+https://github.com/rust-lang/crates.io-index"3343checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3344dependencies = [3345 "cc",3346 "libc",3347]33483349[[package]]3350name = "if-watch"3351version = "0.2.2"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3354dependencies = [3355 "async-io",3356 "futures 0.3.21",3357 "futures-lite",3358 "if-addrs",3359 "ipnet",3360 "libc",3361 "log",3362 "winapi 0.3.9",3363]33643365[[package]]3366name = "impl-codec"3367version = "0.5.1"3368source = "registry+https://github.com/rust-lang/crates.io-index"3369checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3370dependencies = [3371 "parity-scale-codec",3372]33733374[[package]]3375name = "impl-rlp"3376version = "0.3.0"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3379dependencies = [3380 "rlp",3381]33823383[[package]]3384name = "impl-serde"3385version = "0.3.2"3386source = "registry+https://github.com/rust-lang/crates.io-index"3387checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3388dependencies = [3389 "serde",3390]33913392[[package]]3393name = "impl-trait-for-tuples"3394version = "0.2.2"3395source = "registry+https://github.com/rust-lang/crates.io-index"3396checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3397dependencies = [3398 "proc-macro2",3399 "quote",3400 "syn",3401]34023403[[package]]3404name = "indexmap"3405version = "1.8.0"3406source = "registry+https://github.com/rust-lang/crates.io-index"3407checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3408dependencies = [3409 "autocfg",3410 "hashbrown 0.11.2",3411 "serde",3412]34133414[[package]]3415name = "instant"3416version = "0.1.12"3417source = "registry+https://github.com/rust-lang/crates.io-index"3418checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3419dependencies = [3420 "cfg-if 1.0.0",3421]34223423[[package]]3424name = "integer-encoding"3425version = "3.0.2"3426source = "registry+https://github.com/rust-lang/crates.io-index"3427checksum = "90c11140ffea82edce8dcd74137ce9324ec24b3cf0175fc9d7e29164da9915b8"34283429[[package]]3430name = "integer-sqrt"3431version = "0.1.5"3432source = "registry+https://github.com/rust-lang/crates.io-index"3433checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3434dependencies = [3435 "num-traits",3436]34373438[[package]]3439name = "io-lifetimes"3440version = "0.4.4"3441source = "registry+https://github.com/rust-lang/crates.io-index"3442checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3443dependencies = [3444 "winapi 0.3.9",3445]34463447[[package]]3448name = "iovec"3449version = "0.1.4"3450source = "registry+https://github.com/rust-lang/crates.io-index"3451checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3452dependencies = [3453 "libc",3454]34553456[[package]]3457name = "ip_network"3458version = "0.4.1"3459source = "registry+https://github.com/rust-lang/crates.io-index"3460checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"34613462[[package]]3463name = "ipconfig"3464version = "0.2.2"3465source = "registry+https://github.com/rust-lang/crates.io-index"3466checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3467dependencies = [3468 "socket2 0.3.19",3469 "widestring",3470 "winapi 0.3.9",3471 "winreg",3472]34733474[[package]]3475name = "ipnet"3476version = "2.3.1"3477source = "registry+https://github.com/rust-lang/crates.io-index"3478checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"34793480[[package]]3481name = "itertools"3482version = "0.10.3"3483source = "registry+https://github.com/rust-lang/crates.io-index"3484checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3485dependencies = [3486 "either",3487]34883489[[package]]3490name = "itoa"3491version = "0.4.8"3492source = "registry+https://github.com/rust-lang/crates.io-index"3493checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"34943495[[package]]3496name = "itoa"3497version = "1.0.1"3498source = "registry+https://github.com/rust-lang/crates.io-index"3499checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"35003501[[package]]3502name = "jobserver"3503version = "0.1.24"3504source = "registry+https://github.com/rust-lang/crates.io-index"3505checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3506dependencies = [3507 "libc",3508]35093510[[package]]3511name = "js-sys"3512version = "0.3.56"3513source = "registry+https://github.com/rust-lang/crates.io-index"3514checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3515dependencies = [3516 "wasm-bindgen",3517]35183519[[package]]3520name = "jsonrpc-client-transports"3521version = "18.0.0"3522source = "registry+https://github.com/rust-lang/crates.io-index"3523checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3524dependencies = [3525 "derive_more",3526 "futures 0.3.21",3527 "jsonrpc-core",3528 "jsonrpc-pubsub",3529 "log",3530 "serde",3531 "serde_json",3532 "url 1.7.2",3533]35343535[[package]]3536name = "jsonrpc-core"3537version = "18.0.0"3538source = "registry+https://github.com/rust-lang/crates.io-index"3539checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3540dependencies = [3541 "futures 0.3.21",3542 "futures-executor",3543 "futures-util",3544 "log",3545 "serde",3546 "serde_derive",3547 "serde_json",3548]35493550[[package]]3551name = "jsonrpc-core-client"3552version = "18.0.0"3553source = "registry+https://github.com/rust-lang/crates.io-index"3554checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3555dependencies = [3556 "futures 0.3.21",3557 "jsonrpc-client-transports",3558]35593560[[package]]3561name = "jsonrpc-derive"3562version = "18.0.0"3563source = "registry+https://github.com/rust-lang/crates.io-index"3564checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3565dependencies = [3566 "proc-macro-crate 0.1.5",3567 "proc-macro2",3568 "quote",3569 "syn",3570]35713572[[package]]3573name = "jsonrpc-http-server"3574version = "18.0.0"3575source = "registry+https://github.com/rust-lang/crates.io-index"3576checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3577dependencies = [3578 "futures 0.3.21",3579 "hyper",3580 "jsonrpc-core",3581 "jsonrpc-server-utils",3582 "log",3583 "net2",3584 "parking_lot 0.11.2",3585 "unicase",3586]35873588[[package]]3589name = "jsonrpc-ipc-server"3590version = "18.0.0"3591source = "registry+https://github.com/rust-lang/crates.io-index"3592checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3593dependencies = [3594 "futures 0.3.21",3595 "jsonrpc-core",3596 "jsonrpc-server-utils",3597 "log",3598 "parity-tokio-ipc",3599 "parking_lot 0.11.2",3600 "tower-service",3601]36023603[[package]]3604name = "jsonrpc-pubsub"3605version = "18.0.0"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3608dependencies = [3609 "futures 0.3.21",3610 "jsonrpc-core",3611 "lazy_static",3612 "log",3613 "parking_lot 0.11.2",3614 "rand 0.7.3",3615 "serde",3616]36173618[[package]]3619name = "jsonrpc-server-utils"3620version = "18.0.0"3621source = "registry+https://github.com/rust-lang/crates.io-index"3622checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3623dependencies = [3624 "bytes 1.1.0",3625 "futures 0.3.21",3626 "globset",3627 "jsonrpc-core",3628 "lazy_static",3629 "log",3630 "tokio 1.16.1",3631 "tokio-stream",3632 "tokio-util",3633 "unicase",3634]36353636[[package]]3637name = "jsonrpc-ws-server"3638version = "18.0.0"3639source = "registry+https://github.com/rust-lang/crates.io-index"3640checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3641dependencies = [3642 "futures 0.3.21",3643 "jsonrpc-core",3644 "jsonrpc-server-utils",3645 "log",3646 "parity-ws",3647 "parking_lot 0.11.2",3648 "slab",3649]36503651[[package]]3652name = "jsonrpsee"3653version = "0.4.1"3654source = "registry+https://github.com/rust-lang/crates.io-index"3655checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3656dependencies = [3657 "jsonrpsee-proc-macros",3658 "jsonrpsee-types",3659 "jsonrpsee-utils",3660 "jsonrpsee-ws-client",3661]36623663[[package]]3664name = "jsonrpsee-proc-macros"3665version = "0.4.1"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "d802063f7a3c867456955f9d2f15eb3ee0edb5ec9ec2b5526324756759221c0f"3668dependencies = [3669 "log",3670 "proc-macro-crate 1.1.0",3671 "proc-macro2",3672 "quote",3673 "syn",3674]36753676[[package]]3677name = "jsonrpsee-types"3678version = "0.4.1"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"3681dependencies = [3682 "anyhow",3683 "async-trait",3684 "beef",3685 "futures-channel",3686 "futures-util",3687 "hyper",3688 "log",3689 "serde",3690 "serde_json",3691 "soketto",3692 "thiserror",3693]36943695[[package]]3696name = "jsonrpsee-utils"3697version = "0.4.1"3698source = "registry+https://github.com/rust-lang/crates.io-index"3699checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"3700dependencies = [3701 "arrayvec 0.7.2",3702 "beef",3703 "jsonrpsee-types",3704]37053706[[package]]3707name = "jsonrpsee-ws-client"3708version = "0.4.1"3709source = "registry+https://github.com/rust-lang/crates.io-index"3710checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"3711dependencies = [3712 "arrayvec 0.7.2",3713 "async-trait",3714 "fnv",3715 "futures 0.3.21",3716 "http",3717 "jsonrpsee-types",3718 "log",3719 "pin-project 1.0.10",3720 "rustls-native-certs",3721 "serde",3722 "serde_json",3723 "soketto",3724 "thiserror",3725 "tokio 1.16.1",3726 "tokio-rustls",3727 "tokio-util",3728]37293730[[package]]3731name = "keccak"3732version = "0.1.0"3733source = "registry+https://github.com/rust-lang/crates.io-index"3734checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"37353736[[package]]3737name = "kernel32-sys"3738version = "0.2.2"3739source = "registry+https://github.com/rust-lang/crates.io-index"3740checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3741dependencies = [3742 "winapi 0.2.8",3743 "winapi-build",3744]37453746[[package]]3747name = "kusama-runtime"3748version = "0.9.16"3749source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"3750dependencies = [3751 "beefy-primitives",3752 "bitvec",3753 "frame-benchmarking",3754 "frame-election-provider-support",3755 "frame-executive",3756 "frame-support",3757 "frame-system",3758 "frame-system-benchmarking",3759 "frame-system-rpc-runtime-api",3760 "frame-try-runtime",3761 "hex-literal",3762 "kusama-runtime-constants",3763 "log",3764 "pallet-authority-discovery",3765 "pallet-authorship",3766 "pallet-babe",3767 "pallet-bags-list",3768 "pallet-balances",3769 "pallet-bounties",3770 "pallet-collective",3771 "pallet-democracy",3772 "pallet-election-provider-multi-phase",3773 "pallet-elections-phragmen",3774 "pallet-gilt",3775 "pallet-grandpa",3776 "pallet-identity",3777 "pallet-im-online",3778 "pallet-indices",3779 "pallet-membership",3780 "pallet-mmr-primitives",3781 "pallet-multisig",3782 "pallet-nicks",3783 "pallet-offences",3784 "pallet-offences-benchmarking",3785 "pallet-preimage",3786 "pallet-proxy",3787 "pallet-recovery",3788 "pallet-scheduler",3789 "pallet-session",3790 "pallet-session-benchmarking",3791 "pallet-society",3792 "pallet-staking",3793 "pallet-staking-reward-fn",3794 "pallet-timestamp",3795 "pallet-tips",3796 "pallet-transaction-payment",3797 "pallet-transaction-payment-rpc-runtime-api",3798 "pallet-treasury",3799 "pallet-utility",3800 "pallet-vesting",3801 "pallet-xcm",3802 "parity-scale-codec",3803 "polkadot-primitives",3804 "polkadot-runtime-common",3805 "polkadot-runtime-parachains",3806 "rustc-hex",3807 "scale-info",3808 "serde",3809 "serde_derive",3810 "smallvec",3811 "sp-api",3812 "sp-arithmetic",3813 "sp-authority-discovery",3814 "sp-block-builder",3815 "sp-consensus-babe",3816 "sp-core",3817 "sp-inherents",3818 "sp-io",3819 "sp-npos-elections",3820 "sp-offchain",3821 "sp-runtime",3822 "sp-session",3823 "sp-staking",3824 "sp-std",3825 "sp-transaction-pool",3826 "sp-version",3827 "static_assertions",3828 "substrate-wasm-builder",3829 "xcm",3830 "xcm-builder",3831 "xcm-executor",3832]38333834[[package]]3835name = "kusama-runtime-constants"3836version = "0.9.16"3837source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"3838dependencies = [3839 "frame-support",3840 "polkadot-primitives",3841 "polkadot-runtime-common",3842 "smallvec",3843 "sp-runtime",3844]38453846[[package]]3847name = "kv-log-macro"3848version = "1.0.7"3849source = "registry+https://github.com/rust-lang/crates.io-index"3850checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3851dependencies = [3852 "log",3853]38543855[[package]]3856name = "kvdb"3857version = "0.10.0"3858source = "registry+https://github.com/rust-lang/crates.io-index"3859checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3860dependencies = [3861 "parity-util-mem",3862 "smallvec",3863]38643865[[package]]3866name = "kvdb-memorydb"3867version = "0.10.0"3868source = "registry+https://github.com/rust-lang/crates.io-index"3869checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"3870dependencies = [3871 "kvdb",3872 "parity-util-mem",3873 "parking_lot 0.11.2",3874]38753876[[package]]3877name = "kvdb-rocksdb"3878version = "0.14.0"3879source = "registry+https://github.com/rust-lang/crates.io-index"3880checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3881dependencies = [3882 "fs-swap",3883 "kvdb",3884 "log",3885 "num_cpus",3886 "owning_ref",3887 "parity-util-mem",3888 "parking_lot 0.11.2",3889 "regex",3890 "rocksdb",3891 "smallvec",3892]38933894[[package]]3895name = "lazy_static"3896version = "1.4.0"3897source = "registry+https://github.com/rust-lang/crates.io-index"3898checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"38993900[[package]]3901name = "lazycell"3902version = "1.3.0"3903source = "registry+https://github.com/rust-lang/crates.io-index"3904checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"39053906[[package]]3907name = "libc"3908version = "0.2.117"3909source = "registry+https://github.com/rust-lang/crates.io-index"3910checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"39113912[[package]]3913name = "libloading"3914version = "0.5.2"3915source = "registry+https://github.com/rust-lang/crates.io-index"3916checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3917dependencies = [3918 "cc",3919 "winapi 0.3.9",3920]39213922[[package]]3923name = "libloading"3924version = "0.7.3"3925source = "registry+https://github.com/rust-lang/crates.io-index"3926checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"3927dependencies = [3928 "cfg-if 1.0.0",3929 "winapi 0.3.9",3930]39313932[[package]]3933name = "libm"3934version = "0.2.2"3935source = "registry+https://github.com/rust-lang/crates.io-index"3936checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"39373938[[package]]3939name = "libp2p"3940version = "0.40.0"3941source = "registry+https://github.com/rust-lang/crates.io-index"3942checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"3943dependencies = [3944 "atomic",3945 "bytes 1.1.0",3946 "futures 0.3.21",3947 "lazy_static",3948 "libp2p-core",3949 "libp2p-deflate",3950 "libp2p-dns",3951 "libp2p-floodsub",3952 "libp2p-gossipsub",3953 "libp2p-identify",3954 "libp2p-kad",3955 "libp2p-mdns",3956 "libp2p-metrics",3957 "libp2p-mplex",3958 "libp2p-noise",3959 "libp2p-ping",3960 "libp2p-plaintext",3961 "libp2p-pnet",3962 "libp2p-relay",3963 "libp2p-rendezvous",3964 "libp2p-request-response",3965 "libp2p-swarm",3966 "libp2p-swarm-derive",3967 "libp2p-tcp",3968 "libp2p-uds",3969 "libp2p-wasm-ext",3970 "libp2p-websocket",3971 "libp2p-yamux",3972 "multiaddr",3973 "parking_lot 0.11.2",3974 "pin-project 1.0.10",3975 "smallvec",3976 "wasm-timer",3977]39783979[[package]]3980name = "libp2p-core"3981version = "0.30.2"3982source = "registry+https://github.com/rust-lang/crates.io-index"3983checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"3984dependencies = [3985 "asn1_der",3986 "bs58",3987 "ed25519-dalek",3988 "either",3989 "fnv",3990 "futures 0.3.21",3991 "futures-timer",3992 "instant",3993 "lazy_static",3994 "libsecp256k1 0.7.0",3995 "log",3996 "multiaddr",3997 "multihash 0.14.0",3998 "multistream-select",3999 "parking_lot 0.11.2",4000 "pin-project 1.0.10",4001 "prost",4002 "prost-build",4003 "rand 0.8.4",4004 "ring",4005 "rw-stream-sink",4006 "sha2 0.9.9",4007 "smallvec",4008 "thiserror",4009 "unsigned-varint 0.7.1",4010 "void",4011 "zeroize",4012]40134014[[package]]4015name = "libp2p-deflate"4016version = "0.30.0"4017source = "registry+https://github.com/rust-lang/crates.io-index"4018checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4019dependencies = [4020 "flate2",4021 "futures 0.3.21",4022 "libp2p-core",4023]40244025[[package]]4026name = "libp2p-dns"4027version = "0.30.0"4028source = "registry+https://github.com/rust-lang/crates.io-index"4029checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4030dependencies = [4031 "async-std-resolver",4032 "futures 0.3.21",4033 "libp2p-core",4034 "log",4035 "smallvec",4036 "trust-dns-resolver",4037]40384039[[package]]4040name = "libp2p-floodsub"4041version = "0.31.0"4042source = "registry+https://github.com/rust-lang/crates.io-index"4043checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4044dependencies = [4045 "cuckoofilter",4046 "fnv",4047 "futures 0.3.21",4048 "libp2p-core",4049 "libp2p-swarm",4050 "log",4051 "prost",4052 "prost-build",4053 "rand 0.7.3",4054 "smallvec",4055]40564057[[package]]4058name = "libp2p-gossipsub"4059version = "0.33.0"4060source = "registry+https://github.com/rust-lang/crates.io-index"4061checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4062dependencies = [4063 "asynchronous-codec 0.6.0",4064 "base64",4065 "byteorder",4066 "bytes 1.1.0",4067 "fnv",4068 "futures 0.3.21",4069 "hex_fmt",4070 "libp2p-core",4071 "libp2p-swarm",4072 "log",4073 "prost",4074 "prost-build",4075 "rand 0.7.3",4076 "regex",4077 "sha2 0.9.9",4078 "smallvec",4079 "unsigned-varint 0.7.1",4080 "wasm-timer",4081]40824083[[package]]4084name = "libp2p-identify"4085version = "0.31.0"4086source = "registry+https://github.com/rust-lang/crates.io-index"4087checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4088dependencies = [4089 "futures 0.3.21",4090 "libp2p-core",4091 "libp2p-swarm",4092 "log",4093 "lru 0.6.6",4094 "prost",4095 "prost-build",4096 "smallvec",4097 "wasm-timer",4098]40994100[[package]]4101name = "libp2p-kad"4102version = "0.32.0"4103source = "registry+https://github.com/rust-lang/crates.io-index"4104checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4105dependencies = [4106 "arrayvec 0.5.2",4107 "asynchronous-codec 0.6.0",4108 "bytes 1.1.0",4109 "either",4110 "fnv",4111 "futures 0.3.21",4112 "libp2p-core",4113 "libp2p-swarm",4114 "log",4115 "prost",4116 "prost-build",4117 "rand 0.7.3",4118 "sha2 0.9.9",4119 "smallvec",4120 "uint",4121 "unsigned-varint 0.7.1",4122 "void",4123 "wasm-timer",4124]41254126[[package]]4127name = "libp2p-mdns"4128version = "0.32.0"4129source = "registry+https://github.com/rust-lang/crates.io-index"4130checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4131dependencies = [4132 "async-io",4133 "data-encoding",4134 "dns-parser",4135 "futures 0.3.21",4136 "if-watch",4137 "lazy_static",4138 "libp2p-core",4139 "libp2p-swarm",4140 "log",4141 "rand 0.8.4",4142 "smallvec",4143 "socket2 0.4.4",4144 "void",4145]41464147[[package]]4148name = "libp2p-metrics"4149version = "0.1.0"4150source = "registry+https://github.com/rust-lang/crates.io-index"4151checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4152dependencies = [4153 "libp2p-core",4154 "libp2p-identify",4155 "libp2p-kad",4156 "libp2p-ping",4157 "libp2p-swarm",4158 "open-metrics-client",4159]41604161[[package]]4162name = "libp2p-mplex"4163version = "0.30.0"4164source = "registry+https://github.com/rust-lang/crates.io-index"4165checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4166dependencies = [4167 "asynchronous-codec 0.6.0",4168 "bytes 1.1.0",4169 "futures 0.3.21",4170 "libp2p-core",4171 "log",4172 "nohash-hasher",4173 "parking_lot 0.11.2",4174 "rand 0.7.3",4175 "smallvec",4176 "unsigned-varint 0.7.1",4177]41784179[[package]]4180name = "libp2p-noise"4181version = "0.33.0"4182source = "registry+https://github.com/rust-lang/crates.io-index"4183checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4184dependencies = [4185 "bytes 1.1.0",4186 "curve25519-dalek 3.2.0",4187 "futures 0.3.21",4188 "lazy_static",4189 "libp2p-core",4190 "log",4191 "prost",4192 "prost-build",4193 "rand 0.8.4",4194 "sha2 0.9.9",4195 "snow",4196 "static_assertions",4197 "x25519-dalek",4198 "zeroize",4199]42004201[[package]]4202name = "libp2p-ping"4203version = "0.31.0"4204source = "registry+https://github.com/rust-lang/crates.io-index"4205checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4206dependencies = [4207 "futures 0.3.21",4208 "libp2p-core",4209 "libp2p-swarm",4210 "log",4211 "rand 0.7.3",4212 "void",4213 "wasm-timer",4214]42154216[[package]]4217name = "libp2p-plaintext"4218version = "0.30.0"4219source = "registry+https://github.com/rust-lang/crates.io-index"4220checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4221dependencies = [4222 "asynchronous-codec 0.6.0",4223 "bytes 1.1.0",4224 "futures 0.3.21",4225 "libp2p-core",4226 "log",4227 "prost",4228 "prost-build",4229 "unsigned-varint 0.7.1",4230 "void",4231]42324233[[package]]4234name = "libp2p-pnet"4235version = "0.22.0"4236source = "registry+https://github.com/rust-lang/crates.io-index"4237checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4238dependencies = [4239 "futures 0.3.21",4240 "log",4241 "pin-project 1.0.10",4242 "rand 0.7.3",4243 "salsa20",4244 "sha3 0.9.1",4245]42464247[[package]]4248name = "libp2p-relay"4249version = "0.4.0"4250source = "registry+https://github.com/rust-lang/crates.io-index"4251checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4252dependencies = [4253 "asynchronous-codec 0.6.0",4254 "bytes 1.1.0",4255 "futures 0.3.21",4256 "futures-timer",4257 "libp2p-core",4258 "libp2p-swarm",4259 "log",4260 "pin-project 1.0.10",4261 "prost",4262 "prost-build",4263 "rand 0.7.3",4264 "smallvec",4265 "unsigned-varint 0.7.1",4266 "void",4267 "wasm-timer",4268]42694270[[package]]4271name = "libp2p-rendezvous"4272version = "0.1.0"4273source = "registry+https://github.com/rust-lang/crates.io-index"4274checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4275dependencies = [4276 "asynchronous-codec 0.6.0",4277 "bimap",4278 "futures 0.3.21",4279 "libp2p-core",4280 "libp2p-swarm",4281 "log",4282 "prost",4283 "prost-build",4284 "rand 0.8.4",4285 "sha2 0.9.9",4286 "thiserror",4287 "unsigned-varint 0.7.1",4288 "void",4289 "wasm-timer",4290]42914292[[package]]4293name = "libp2p-request-response"4294version = "0.13.0"4295source = "registry+https://github.com/rust-lang/crates.io-index"4296checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4297dependencies = [4298 "async-trait",4299 "bytes 1.1.0",4300 "futures 0.3.21",4301 "libp2p-core",4302 "libp2p-swarm",4303 "log",4304 "lru 0.7.2",4305 "rand 0.7.3",4306 "smallvec",4307 "unsigned-varint 0.7.1",4308 "wasm-timer",4309]43104311[[package]]4312name = "libp2p-swarm"4313version = "0.31.0"4314source = "registry+https://github.com/rust-lang/crates.io-index"4315checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4316dependencies = [4317 "either",4318 "futures 0.3.21",4319 "libp2p-core",4320 "log",4321 "rand 0.7.3",4322 "smallvec",4323 "void",4324 "wasm-timer",4325]43264327[[package]]4328name = "libp2p-swarm-derive"4329version = "0.25.0"4330source = "registry+https://github.com/rust-lang/crates.io-index"4331checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4332dependencies = [4333 "quote",4334 "syn",4335]43364337[[package]]4338name = "libp2p-tcp"4339version = "0.30.0"4340source = "registry+https://github.com/rust-lang/crates.io-index"4341checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4342dependencies = [4343 "async-io",4344 "futures 0.3.21",4345 "futures-timer",4346 "if-watch",4347 "ipnet",4348 "libc",4349 "libp2p-core",4350 "log",4351 "socket2 0.4.4",4352]43534354[[package]]4355name = "libp2p-uds"4356version = "0.30.0"4357source = "registry+https://github.com/rust-lang/crates.io-index"4358checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4359dependencies = [4360 "async-std",4361 "futures 0.3.21",4362 "libp2p-core",4363 "log",4364]43654366[[package]]4367name = "libp2p-wasm-ext"4368version = "0.30.0"4369source = "registry+https://github.com/rust-lang/crates.io-index"4370checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4371dependencies = [4372 "futures 0.3.21",4373 "js-sys",4374 "libp2p-core",4375 "parity-send-wrapper",4376 "wasm-bindgen",4377 "wasm-bindgen-futures",4378]43794380[[package]]4381name = "libp2p-websocket"4382version = "0.31.0"4383source = "registry+https://github.com/rust-lang/crates.io-index"4384checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4385dependencies = [4386 "either",4387 "futures 0.3.21",4388 "futures-rustls",4389 "libp2p-core",4390 "log",4391 "quicksink",4392 "rw-stream-sink",4393 "soketto",4394 "url 2.2.2",4395 "webpki-roots",4396]43974398[[package]]4399name = "libp2p-yamux"4400version = "0.34.0"4401source = "registry+https://github.com/rust-lang/crates.io-index"4402checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4403dependencies = [4404 "futures 0.3.21",4405 "libp2p-core",4406 "parking_lot 0.11.2",4407 "thiserror",4408 "yamux",4409]44104411[[package]]4412name = "librocksdb-sys"4413version = "6.20.3"4414source = "registry+https://github.com/rust-lang/crates.io-index"4415checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4416dependencies = [4417 "bindgen",4418 "cc",4419 "glob",4420 "libc",4421]44224423[[package]]4424name = "libsecp256k1"4425version = "0.3.5"4426source = "registry+https://github.com/rust-lang/crates.io-index"4427checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4428dependencies = [4429 "arrayref",4430 "crunchy",4431 "digest 0.8.1",4432 "hmac-drbg 0.2.0",4433 "rand 0.7.3",4434 "sha2 0.8.2",4435 "subtle 2.4.1",4436 "typenum",4437]44384439[[package]]4440name = "libsecp256k1"4441version = "0.7.0"4442source = "registry+https://github.com/rust-lang/crates.io-index"4443checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4444dependencies = [4445 "arrayref",4446 "base64",4447 "digest 0.9.0",4448 "hmac-drbg 0.3.0",4449 "libsecp256k1-core",4450 "libsecp256k1-gen-ecmult",4451 "libsecp256k1-gen-genmult",4452 "rand 0.8.4",4453 "serde",4454 "sha2 0.9.9",4455 "typenum",4456]44574458[[package]]4459name = "libsecp256k1-core"4460version = "0.3.0"4461source = "registry+https://github.com/rust-lang/crates.io-index"4462checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4463dependencies = [4464 "crunchy",4465 "digest 0.9.0",4466 "subtle 2.4.1",4467]44684469[[package]]4470name = "libsecp256k1-gen-ecmult"4471version = "0.3.0"4472source = "registry+https://github.com/rust-lang/crates.io-index"4473checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4474dependencies = [4475 "libsecp256k1-core",4476]44774478[[package]]4479name = "libsecp256k1-gen-genmult"4480version = "0.3.0"4481source = "registry+https://github.com/rust-lang/crates.io-index"4482checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4483dependencies = [4484 "libsecp256k1-core",4485]44864487[[package]]4488name = "libz-sys"4489version = "1.1.3"4490source = "registry+https://github.com/rust-lang/crates.io-index"4491checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4492dependencies = [4493 "cc",4494 "pkg-config",4495 "vcpkg",4496]44974498[[package]]4499name = "linked-hash-map"4500version = "0.5.4"4501source = "registry+https://github.com/rust-lang/crates.io-index"4502checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"45034504[[package]]4505name = "linked_hash_set"4506version = "0.1.4"4507source = "registry+https://github.com/rust-lang/crates.io-index"4508checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4509dependencies = [4510 "linked-hash-map",4511]45124513[[package]]4514name = "linregress"4515version = "0.4.4"4516source = "registry+https://github.com/rust-lang/crates.io-index"4517checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4518dependencies = [4519 "nalgebra",4520 "statrs",4521]45224523[[package]]4524name = "linux-raw-sys"4525version = "0.0.36"4526source = "registry+https://github.com/rust-lang/crates.io-index"4527checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"45284529[[package]]4530name = "lock_api"4531version = "0.3.4"4532source = "registry+https://github.com/rust-lang/crates.io-index"4533checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4534dependencies = [4535 "scopeguard",4536]45374538[[package]]4539name = "lock_api"4540version = "0.4.6"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"4543dependencies = [4544 "scopeguard",4545]45464547[[package]]4548name = "log"4549version = "0.4.14"4550source = "registry+https://github.com/rust-lang/crates.io-index"4551checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4552dependencies = [4553 "cfg-if 1.0.0",4554 "value-bag",4555]45564557[[package]]4558name = "lru"4559version = "0.6.6"4560source = "registry+https://github.com/rust-lang/crates.io-index"4561checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4562dependencies = [4563 "hashbrown 0.11.2",4564]45654566[[package]]4567name = "lru"4568version = "0.7.2"4569source = "registry+https://github.com/rust-lang/crates.io-index"4570checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"4571dependencies = [4572 "hashbrown 0.11.2",4573]45744575[[package]]4576name = "lru-cache"4577version = "0.1.2"4578source = "registry+https://github.com/rust-lang/crates.io-index"4579checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4580dependencies = [4581 "linked-hash-map",4582]45834584[[package]]4585name = "lz4"4586version = "1.23.2"4587source = "registry+https://github.com/rust-lang/crates.io-index"4588checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4589dependencies = [4590 "libc",4591 "lz4-sys",4592]45934594[[package]]4595name = "lz4-sys"4596version = "1.9.2"4597source = "registry+https://github.com/rust-lang/crates.io-index"4598checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4599dependencies = [4600 "cc",4601 "libc",4602]46034604[[package]]4605name = "mach"4606version = "0.3.2"4607source = "registry+https://github.com/rust-lang/crates.io-index"4608checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4609dependencies = [4610 "libc",4611]46124613[[package]]4614name = "maplit"4615version = "1.0.2"4616source = "registry+https://github.com/rust-lang/crates.io-index"4617checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"46184619[[package]]4620name = "match_cfg"4621version = "0.1.0"4622source = "registry+https://github.com/rust-lang/crates.io-index"4623checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"46244625[[package]]4626name = "matchers"4627version = "0.0.1"4628source = "registry+https://github.com/rust-lang/crates.io-index"4629checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4630dependencies = [4631 "regex-automata",4632]46334634[[package]]4635name = "matches"4636version = "0.1.9"4637source = "registry+https://github.com/rust-lang/crates.io-index"4638checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"46394640[[package]]4641name = "matrixmultiply"4642version = "0.3.2"4643source = "registry+https://github.com/rust-lang/crates.io-index"4644checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4645dependencies = [4646 "rawpointer",4647]46484649[[package]]4650name = "memchr"4651version = "2.4.1"4652source = "registry+https://github.com/rust-lang/crates.io-index"4653checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"46544655[[package]]4656name = "memmap2"4657version = "0.2.3"4658source = "registry+https://github.com/rust-lang/crates.io-index"4659checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4660dependencies = [4661 "libc",4662]46634664[[package]]4665name = "memmap2"4666version = "0.5.3"4667source = "registry+https://github.com/rust-lang/crates.io-index"4668checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"4669dependencies = [4670 "libc",4671]46724673[[package]]4674name = "memoffset"4675version = "0.6.5"4676source = "registry+https://github.com/rust-lang/crates.io-index"4677checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4678dependencies = [4679 "autocfg",4680]46814682[[package]]4683name = "memory-db"4684version = "0.28.0"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"4687dependencies = [4688 "hash-db",4689 "hashbrown 0.11.2",4690 "parity-util-mem",4691]46924693[[package]]4694name = "memory-lru"4695version = "0.1.0"4696source = "registry+https://github.com/rust-lang/crates.io-index"4697checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4698dependencies = [4699 "lru 0.6.6",4700]47014702[[package]]4703name = "memory_units"4704version = "0.3.0"4705source = "registry+https://github.com/rust-lang/crates.io-index"4706checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"47074708[[package]]4709name = "merlin"4710version = "2.0.1"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4713dependencies = [4714 "byteorder",4715 "keccak",4716 "rand_core 0.5.1",4717 "zeroize",4718]47194720[[package]]4721name = "metered-channel"4722version = "0.9.16"4723source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"4724dependencies = [4725 "derive_more",4726 "futures 0.3.21",4727 "futures-timer",4728 "thiserror",4729 "tracing",4730]47314732[[package]]4733name = "mick-jaeger"4734version = "0.1.7"4735source = "registry+https://github.com/rust-lang/crates.io-index"4736checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"4737dependencies = [4738 "futures 0.3.21",4739 "rand 0.8.4",4740 "thrift",4741]47424743[[package]]4744name = "minimal-lexical"4745version = "0.2.1"4746source = "registry+https://github.com/rust-lang/crates.io-index"4747checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"47484749[[package]]4750name = "miniz_oxide"4751version = "0.4.4"4752source = "registry+https://github.com/rust-lang/crates.io-index"4753checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4754dependencies = [4755 "adler",4756 "autocfg",4757]47584759[[package]]4760name = "mio"4761version = "0.6.23"4762source = "registry+https://github.com/rust-lang/crates.io-index"4763checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4764dependencies = [4765 "cfg-if 0.1.10",4766 "fuchsia-zircon",4767 "fuchsia-zircon-sys",4768 "iovec",4769 "kernel32-sys",4770 "libc",4771 "log",4772 "miow 0.2.2",4773 "net2",4774 "slab",4775 "winapi 0.2.8",4776]47774778[[package]]4779name = "mio"4780version = "0.7.14"4781source = "registry+https://github.com/rust-lang/crates.io-index"4782checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"4783dependencies = [4784 "libc",4785 "log",4786 "miow 0.3.7",4787 "ntapi",4788 "winapi 0.3.9",4789]47904791[[package]]4792name = "mio-extras"4793version = "2.0.6"4794source = "registry+https://github.com/rust-lang/crates.io-index"4795checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4796dependencies = [4797 "lazycell",4798 "log",4799 "mio 0.6.23",4800 "slab",4801]48024803[[package]]4804name = "miow"4805version = "0.2.2"4806source = "registry+https://github.com/rust-lang/crates.io-index"4807checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4808dependencies = [4809 "kernel32-sys",4810 "net2",4811 "winapi 0.2.8",4812 "ws2_32-sys",4813]48144815[[package]]4816name = "miow"4817version = "0.3.7"4818source = "registry+https://github.com/rust-lang/crates.io-index"4819checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4820dependencies = [4821 "winapi 0.3.9",4822]48234824[[package]]4825name = "more-asserts"4826version = "0.2.2"4827source = "registry+https://github.com/rust-lang/crates.io-index"4828checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"48294830[[package]]4831name = "multiaddr"4832version = "0.13.0"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4835dependencies = [4836 "arrayref",4837 "bs58",4838 "byteorder",4839 "data-encoding",4840 "multihash 0.14.0",4841 "percent-encoding 2.1.0",4842 "serde",4843 "static_assertions",4844 "unsigned-varint 0.7.1",4845 "url 2.2.2",4846]48474848[[package]]4849name = "multibase"4850version = "0.8.0"4851source = "registry+https://github.com/rust-lang/crates.io-index"4852checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4853dependencies = [4854 "base-x",4855 "data-encoding",4856 "data-encoding-macro",4857]48584859[[package]]4860name = "multihash"4861version = "0.13.2"4862source = "registry+https://github.com/rust-lang/crates.io-index"4863checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4864dependencies = [4865 "blake2b_simd",4866 "blake2s_simd",4867 "blake3",4868 "digest 0.9.0",4869 "generic-array 0.14.5",4870 "multihash-derive",4871 "sha2 0.9.9",4872 "sha3 0.9.1",4873 "unsigned-varint 0.5.1",4874]48754876[[package]]4877name = "multihash"4878version = "0.14.0"4879source = "registry+https://github.com/rust-lang/crates.io-index"4880checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"4881dependencies = [4882 "digest 0.9.0",4883 "generic-array 0.14.5",4884 "multihash-derive",4885 "sha2 0.9.9",4886 "unsigned-varint 0.7.1",4887]48884889[[package]]4890name = "multihash-derive"4891version = "0.7.2"4892source = "registry+https://github.com/rust-lang/crates.io-index"4893checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4894dependencies = [4895 "proc-macro-crate 1.1.0",4896 "proc-macro-error",4897 "proc-macro2",4898 "quote",4899 "syn",4900 "synstructure",4901]49024903[[package]]4904name = "multimap"4905version = "0.8.3"4906source = "registry+https://github.com/rust-lang/crates.io-index"4907checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49084909[[package]]4910name = "multistream-select"4911version = "0.10.4"4912source = "registry+https://github.com/rust-lang/crates.io-index"4913checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"4914dependencies = [4915 "bytes 1.1.0",4916 "futures 0.3.21",4917 "log",4918 "pin-project 1.0.10",4919 "smallvec",4920 "unsigned-varint 0.7.1",4921]49224923[[package]]4924name = "nalgebra"4925version = "0.27.1"4926source = "registry+https://github.com/rust-lang/crates.io-index"4927checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4928dependencies = [4929 "approx",4930 "matrixmultiply",4931 "nalgebra-macros",4932 "num-complex",4933 "num-rational 0.4.0",4934 "num-traits",4935 "rand 0.8.4",4936 "rand_distr",4937 "simba",4938 "typenum",4939]49404941[[package]]4942name = "nalgebra-macros"4943version = "0.1.0"4944source = "registry+https://github.com/rust-lang/crates.io-index"4945checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4946dependencies = [4947 "proc-macro2",4948 "quote",4949 "syn",4950]49514952[[package]]4953name = "names"4954version = "0.12.0"4955source = "registry+https://github.com/rust-lang/crates.io-index"4956checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"4957dependencies = [4958 "rand 0.8.4",4959]49604961[[package]]4962name = "net2"4963version = "0.2.37"4964source = "registry+https://github.com/rust-lang/crates.io-index"4965checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4966dependencies = [4967 "cfg-if 0.1.10",4968 "libc",4969 "winapi 0.3.9",4970]49714972[[package]]4973name = "nodrop"4974version = "0.1.14"4975source = "registry+https://github.com/rust-lang/crates.io-index"4976checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"49774978[[package]]4979name = "nohash-hasher"4980version = "0.2.0"4981source = "registry+https://github.com/rust-lang/crates.io-index"4982checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"49834984[[package]]4985name = "nom"4986version = "7.1.0"4987source = "registry+https://github.com/rust-lang/crates.io-index"4988checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"4989dependencies = [4990 "memchr",4991 "minimal-lexical",4992 "version_check",4993]49944995[[package]]4996name = "ntapi"4997version = "0.3.6"4998source = "registry+https://github.com/rust-lang/crates.io-index"4999checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"5000dependencies = [5001 "winapi 0.3.9",5002]50035004[[package]]5005name = "num-bigint"5006version = "0.2.6"5007source = "registry+https://github.com/rust-lang/crates.io-index"5008checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5009dependencies = [5010 "autocfg",5011 "num-integer",5012 "num-traits",5013]50145015[[package]]5016name = "num-complex"5017version = "0.4.0"5018source = "registry+https://github.com/rust-lang/crates.io-index"5019checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5020dependencies = [5021 "num-traits",5022]50235024[[package]]5025name = "num-integer"5026version = "0.1.44"5027source = "registry+https://github.com/rust-lang/crates.io-index"5028checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5029dependencies = [5030 "autocfg",5031 "num-traits",5032]50335034[[package]]5035name = "num-rational"5036version = "0.2.4"5037source = "registry+https://github.com/rust-lang/crates.io-index"5038checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5039dependencies = [5040 "autocfg",5041 "num-bigint",5042 "num-integer",5043 "num-traits",5044]50455046[[package]]5047name = "num-rational"5048version = "0.4.0"5049source = "registry+https://github.com/rust-lang/crates.io-index"5050checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5051dependencies = [5052 "autocfg",5053 "num-integer",5054 "num-traits",5055]50565057[[package]]5058name = "num-traits"5059version = "0.2.14"5060source = "registry+https://github.com/rust-lang/crates.io-index"5061checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5062dependencies = [5063 "autocfg",5064 "libm",5065]50665067[[package]]5068name = "num_cpus"5069version = "1.13.1"5070source = "registry+https://github.com/rust-lang/crates.io-index"5071checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5072dependencies = [5073 "hermit-abi",5074 "libc",5075]50765077[[package]]5078name = "object"5079version = "0.27.1"5080source = "registry+https://github.com/rust-lang/crates.io-index"5081checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5082dependencies = [5083 "crc32fast",5084 "indexmap",5085 "memchr",5086]50875088[[package]]5089name = "once_cell"5090version = "1.9.0"5091source = "registry+https://github.com/rust-lang/crates.io-index"5092checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"50935094[[package]]5095name = "opaque-debug"5096version = "0.2.3"5097source = "registry+https://github.com/rust-lang/crates.io-index"5098checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"50995100[[package]]5101name = "opaque-debug"5102version = "0.3.0"5103source = "registry+https://github.com/rust-lang/crates.io-index"5104checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"51055106[[package]]5107name = "open-metrics-client"5108version = "0.12.0"5109source = "registry+https://github.com/rust-lang/crates.io-index"5110checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5111dependencies = [5112 "dtoa",5113 "itoa 0.4.8",5114 "open-metrics-client-derive-text-encode",5115 "owning_ref",5116]51175118[[package]]5119name = "open-metrics-client-derive-text-encode"5120version = "0.1.1"5121source = "registry+https://github.com/rust-lang/crates.io-index"5122checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5123dependencies = [5124 "proc-macro2",5125 "quote",5126 "syn",5127]51285129[[package]]5130name = "openssl-probe"5131version = "0.1.5"5132source = "registry+https://github.com/rust-lang/crates.io-index"5133checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"51345135[[package]]5136name = "ordered-float"5137version = "1.1.1"5138source = "registry+https://github.com/rust-lang/crates.io-index"5139checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5140dependencies = [5141 "num-traits",5142]51435144[[package]]5145name = "orml-vesting"5146version = "0.4.1-dev"5147source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.16#d9c538ae3b9dc0f7faacff2deed70becd10cd46e"5148dependencies = [5149 "frame-support",5150 "frame-system",5151 "parity-scale-codec",5152 "scale-info",5153 "serde",5154 "sp-io",5155 "sp-runtime",5156 "sp-std",5157]51585159[[package]]5160name = "owning_ref"5161version = "0.4.1"5162source = "registry+https://github.com/rust-lang/crates.io-index"5163checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5164dependencies = [5165 "stable_deref_trait",5166]51675168[[package]]5169name = "pallet-aura"5170version = "4.0.0-dev"5171source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5172dependencies = [5173 "frame-support",5174 "frame-system",5175 "pallet-timestamp",5176 "parity-scale-codec",5177 "scale-info",5178 "sp-application-crypto",5179 "sp-consensus-aura",5180 "sp-runtime",5181 "sp-std",5182]51835184[[package]]5185name = "pallet-authority-discovery"5186version = "4.0.0-dev"5187source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5188dependencies = [5189 "frame-support",5190 "frame-system",5191 "pallet-session",5192 "parity-scale-codec",5193 "scale-info",5194 "sp-application-crypto",5195 "sp-authority-discovery",5196 "sp-runtime",5197 "sp-std",5198]51995200[[package]]5201name = "pallet-authorship"5202version = "4.0.0-dev"5203source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5204dependencies = [5205 "frame-support",5206 "frame-system",5207 "impl-trait-for-tuples",5208 "parity-scale-codec",5209 "scale-info",5210 "sp-authorship",5211 "sp-runtime",5212 "sp-std",5213]52145215[[package]]5216name = "pallet-babe"5217version = "4.0.0-dev"5218source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5219dependencies = [5220 "frame-benchmarking",5221 "frame-support",5222 "frame-system",5223 "log",5224 "pallet-authorship",5225 "pallet-session",5226 "pallet-timestamp",5227 "parity-scale-codec",5228 "scale-info",5229 "sp-application-crypto",5230 "sp-consensus-babe",5231 "sp-consensus-vrf",5232 "sp-io",5233 "sp-runtime",5234 "sp-session",5235 "sp-staking",5236 "sp-std",5237]52385239[[package]]5240name = "pallet-bags-list"5241version = "4.0.0-dev"5242source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5243dependencies = [5244 "frame-benchmarking",5245 "frame-election-provider-support",5246 "frame-support",5247 "frame-system",5248 "log",5249 "pallet-balances",5250 "parity-scale-codec",5251 "scale-info",5252 "sp-core",5253 "sp-io",5254 "sp-runtime",5255 "sp-std",5256 "sp-tracing",5257]52585259[[package]]5260name = "pallet-balances"5261version = "4.0.0-dev"5262source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5263dependencies = [5264 "frame-benchmarking",5265 "frame-support",5266 "frame-system",5267 "log",5268 "parity-scale-codec",5269 "scale-info",5270 "sp-runtime",5271 "sp-std",5272]52735274[[package]]5275name = "pallet-base-fee"5276version = "1.0.0"5277source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5278dependencies = [5279 "frame-support",5280 "frame-system",5281 "pallet-evm",5282 "parity-scale-codec",5283 "scale-info",5284 "serde",5285 "sp-core",5286 "sp-runtime",5287]52885289[[package]]5290name = "pallet-beefy"5291version = "4.0.0-dev"5292source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5293dependencies = [5294 "beefy-primitives",5295 "frame-support",5296 "frame-system",5297 "pallet-session",5298 "parity-scale-codec",5299 "scale-info",5300 "serde",5301 "sp-runtime",5302 "sp-std",5303]53045305[[package]]5306name = "pallet-beefy-mmr"5307version = "4.0.0-dev"5308source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5309dependencies = [5310 "beefy-merkle-tree",5311 "beefy-primitives",5312 "frame-support",5313 "frame-system",5314 "hex",5315 "libsecp256k1 0.7.0",5316 "log",5317 "pallet-beefy",5318 "pallet-mmr",5319 "pallet-mmr-primitives",5320 "pallet-session",5321 "parity-scale-codec",5322 "scale-info",5323 "serde",5324 "sp-core",5325 "sp-io",5326 "sp-runtime",5327 "sp-std",5328]53295330[[package]]5331name = "pallet-bounties"5332version = "4.0.0-dev"5333source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5334dependencies = [5335 "frame-benchmarking",5336 "frame-support",5337 "frame-system",5338 "log",5339 "pallet-treasury",5340 "parity-scale-codec",5341 "scale-info",5342 "sp-core",5343 "sp-io",5344 "sp-runtime",5345 "sp-std",5346]53475348[[package]]5349name = "pallet-bridge-dispatch"5350version = "0.1.0"5351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"5352dependencies = [5353 "bp-message-dispatch",5354 "bp-runtime",5355 "frame-support",5356 "frame-system",5357 "log",5358 "parity-scale-codec",5359 "scale-info",5360 "sp-core",5361 "sp-runtime",5362 "sp-std",5363]53645365[[package]]5366name = "pallet-bridge-grandpa"5367version = "0.1.0"5368source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"5369dependencies = [5370 "bp-header-chain",5371 "bp-runtime",5372 "bp-test-utils",5373 "finality-grandpa",5374 "frame-support",5375 "frame-system",5376 "log",5377 "num-traits",5378 "parity-scale-codec",5379 "scale-info",5380 "serde",5381 "sp-finality-grandpa",5382 "sp-runtime",5383 "sp-std",5384 "sp-trie",5385]53865387[[package]]5388name = "pallet-bridge-messages"5389version = "0.1.0"5390source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"5391dependencies = [5392 "bitvec",5393 "bp-message-dispatch",5394 "bp-messages",5395 "bp-runtime",5396 "frame-support",5397 "frame-system",5398 "log",5399 "num-traits",5400 "parity-scale-codec",5401 "scale-info",5402 "serde",5403 "sp-core",5404 "sp-runtime",5405 "sp-std",5406]54075408[[package]]5409name = "pallet-collective"5410version = "4.0.0-dev"5411source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5412dependencies = [5413 "frame-benchmarking",5414 "frame-support",5415 "frame-system",5416 "log",5417 "parity-scale-codec",5418 "scale-info",5419 "sp-core",5420 "sp-io",5421 "sp-runtime",5422 "sp-std",5423]54245425[[package]]5426name = "pallet-common"5427version = "0.1.0"5428dependencies = [5429 "evm-coder",5430 "frame-support",5431 "frame-system",5432 "pallet-evm",5433 "pallet-evm-coder-substrate",5434 "parity-scale-codec",5435 "scale-info",5436 "serde",5437 "sp-core",5438 "sp-runtime",5439 "sp-std",5440 "up-data-structs",5441 "up-evm-mapping",5442]54435444[[package]]5445name = "pallet-democracy"5446version = "4.0.0-dev"5447source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5448dependencies = [5449 "frame-benchmarking",5450 "frame-support",5451 "frame-system",5452 "parity-scale-codec",5453 "scale-info",5454 "serde",5455 "sp-io",5456 "sp-runtime",5457 "sp-std",5458]54595460[[package]]5461name = "pallet-election-provider-multi-phase"5462version = "4.0.0-dev"5463source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5464dependencies = [5465 "frame-benchmarking",5466 "frame-election-provider-support",5467 "frame-support",5468 "frame-system",5469 "log",5470 "parity-scale-codec",5471 "rand 0.7.3",5472 "scale-info",5473 "sp-arithmetic",5474 "sp-core",5475 "sp-io",5476 "sp-npos-elections",5477 "sp-runtime",5478 "sp-std",5479 "static_assertions",5480 "strum 0.22.0",5481 "strum_macros 0.23.1",5482]54835484[[package]]5485name = "pallet-elections-phragmen"5486version = "5.0.0-dev"5487source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5488dependencies = [5489 "frame-benchmarking",5490 "frame-support",5491 "frame-system",5492 "log",5493 "parity-scale-codec",5494 "scale-info",5495 "sp-core",5496 "sp-io",5497 "sp-npos-elections",5498 "sp-runtime",5499 "sp-std",5500]55015502[[package]]5503name = "pallet-ethereum"5504version = "4.0.0-dev"5505source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5506dependencies = [5507 "ethereum",5508 "ethereum-types",5509 "evm",5510 "fp-consensus",5511 "fp-evm",5512 "fp-rpc",5513 "fp-self-contained",5514 "fp-storage",5515 "frame-support",5516 "frame-system",5517 "log",5518 "pallet-balances",5519 "pallet-evm",5520 "pallet-timestamp",5521 "parity-scale-codec",5522 "rlp",5523 "rustc-hex",5524 "scale-info",5525 "serde",5526 "sha3 0.8.2",5527 "sp-io",5528 "sp-runtime",5529 "sp-std",5530]55315532[[package]]5533name = "pallet-evm"5534version = "6.0.0-dev"5535source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5536dependencies = [5537 "evm",5538 "evm-gasometer",5539 "evm-runtime",5540 "fp-evm",5541 "frame-benchmarking",5542 "frame-support",5543 "frame-system",5544 "hex",5545 "impl-trait-for-tuples",5546 "log",5547 "pallet-balances",5548 "pallet-timestamp",5549 "parity-scale-codec",5550 "primitive-types 0.9.1",5551 "rlp",5552 "scale-info",5553 "serde",5554 "sha3 0.8.2",5555 "sp-core",5556 "sp-io",5557 "sp-runtime",5558 "sp-std",5559]55605561[[package]]5562name = "pallet-evm-coder-substrate"5563version = "0.1.0"5564dependencies = [5565 "ethereum",5566 "evm-coder",5567 "frame-benchmarking",5568 "frame-support",5569 "frame-system",5570 "pallet-ethereum",5571 "pallet-evm",5572 "parity-scale-codec",5573 "scale-info",5574 "sp-core",5575 "sp-std",5576]55775578[[package]]5579name = "pallet-evm-contract-helpers"5580version = "0.1.0"5581dependencies = [5582 "evm-coder",5583 "frame-support",5584 "frame-system",5585 "log",5586 "pallet-evm",5587 "pallet-evm-coder-substrate",5588 "parity-scale-codec",5589 "scale-info",5590 "sp-core",5591 "sp-runtime",5592 "sp-std",5593 "up-sponsorship",5594]55955596[[package]]5597name = "pallet-evm-migration"5598version = "0.1.0"5599dependencies = [5600 "fp-evm",5601 "frame-benchmarking",5602 "frame-support",5603 "frame-system",5604 "pallet-evm",5605 "parity-scale-codec",5606 "scale-info",5607 "sp-core",5608 "sp-io",5609 "sp-runtime",5610 "sp-std",5611]56125613[[package]]5614name = "pallet-evm-transaction-payment"5615version = "0.1.0"5616dependencies = [5617 "fp-evm",5618 "frame-support",5619 "frame-system",5620 "pallet-ethereum",5621 "pallet-evm",5622 "parity-scale-codec",5623 "scale-info",5624 "sp-core",5625 "sp-io",5626 "sp-runtime",5627 "sp-std",5628 "up-evm-mapping",5629 "up-sponsorship",5630]56315632[[package]]5633name = "pallet-fungible"5634version = "0.1.0"5635dependencies = [5636 "ethereum",5637 "evm-coder",5638 "frame-benchmarking",5639 "frame-support",5640 "frame-system",5641 "pallet-common",5642 "pallet-evm-coder-substrate",5643 "parity-scale-codec",5644 "scale-info",5645 "sp-core",5646 "sp-runtime",5647 "sp-std",5648 "up-data-structs",5649]56505651[[package]]5652name = "pallet-gilt"5653version = "4.0.0-dev"5654source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5655dependencies = [5656 "frame-benchmarking",5657 "frame-support",5658 "frame-system",5659 "parity-scale-codec",5660 "scale-info",5661 "sp-arithmetic",5662 "sp-runtime",5663 "sp-std",5664]56655666[[package]]5667name = "pallet-grandpa"5668version = "4.0.0-dev"5669source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5670dependencies = [5671 "frame-benchmarking",5672 "frame-support",5673 "frame-system",5674 "log",5675 "pallet-authorship",5676 "pallet-session",5677 "parity-scale-codec",5678 "scale-info",5679 "sp-application-crypto",5680 "sp-core",5681 "sp-finality-grandpa",5682 "sp-io",5683 "sp-runtime",5684 "sp-session",5685 "sp-staking",5686 "sp-std",5687]56885689[[package]]5690name = "pallet-identity"5691version = "4.0.0-dev"5692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5693dependencies = [5694 "enumflags2",5695 "frame-benchmarking",5696 "frame-support",5697 "frame-system",5698 "parity-scale-codec",5699 "scale-info",5700 "sp-io",5701 "sp-runtime",5702 "sp-std",5703]57045705[[package]]5706name = "pallet-im-online"5707version = "4.0.0-dev"5708source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5709dependencies = [5710 "frame-benchmarking",5711 "frame-support",5712 "frame-system",5713 "log",5714 "pallet-authorship",5715 "parity-scale-codec",5716 "scale-info",5717 "sp-application-crypto",5718 "sp-core",5719 "sp-io",5720 "sp-runtime",5721 "sp-staking",5722 "sp-std",5723]57245725[[package]]5726name = "pallet-indices"5727version = "4.0.0-dev"5728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5729dependencies = [5730 "frame-benchmarking",5731 "frame-support",5732 "frame-system",5733 "parity-scale-codec",5734 "scale-info",5735 "sp-core",5736 "sp-io",5737 "sp-keyring",5738 "sp-runtime",5739 "sp-std",5740]57415742[[package]]5743name = "pallet-inflation"5744version = "0.1.0"5745dependencies = [5746 "frame-benchmarking",5747 "frame-support",5748 "frame-system",5749 "pallet-balances",5750 "pallet-randomness-collective-flip",5751 "pallet-timestamp",5752 "parity-scale-codec",5753 "scale-info",5754 "serde",5755 "sp-core",5756 "sp-io",5757 "sp-runtime",5758 "sp-std",5759]57605761[[package]]5762name = "pallet-membership"5763version = "4.0.0-dev"5764source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5765dependencies = [5766 "frame-benchmarking",5767 "frame-support",5768 "frame-system",5769 "log",5770 "parity-scale-codec",5771 "scale-info",5772 "sp-core",5773 "sp-io",5774 "sp-runtime",5775 "sp-std",5776]57775778[[package]]5779name = "pallet-mmr"5780version = "4.0.0-dev"5781source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5782dependencies = [5783 "ckb-merkle-mountain-range",5784 "frame-benchmarking",5785 "frame-support",5786 "frame-system",5787 "pallet-mmr-primitives",5788 "parity-scale-codec",5789 "scale-info",5790 "sp-core",5791 "sp-io",5792 "sp-runtime",5793 "sp-std",5794]57955796[[package]]5797name = "pallet-mmr-primitives"5798version = "4.0.0-dev"5799source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5800dependencies = [5801 "frame-support",5802 "frame-system",5803 "log",5804 "parity-scale-codec",5805 "serde",5806 "sp-api",5807 "sp-core",5808 "sp-runtime",5809 "sp-std",5810]58115812[[package]]5813name = "pallet-mmr-rpc"5814version = "3.0.0"5815source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5816dependencies = [5817 "jsonrpc-core",5818 "jsonrpc-core-client",5819 "jsonrpc-derive",5820 "pallet-mmr-primitives",5821 "parity-scale-codec",5822 "serde",5823 "sp-api",5824 "sp-blockchain",5825 "sp-core",5826 "sp-runtime",5827]58285829[[package]]5830name = "pallet-multisig"5831version = "4.0.0-dev"5832source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5833dependencies = [5834 "frame-benchmarking",5835 "frame-support",5836 "frame-system",5837 "parity-scale-codec",5838 "scale-info",5839 "sp-io",5840 "sp-runtime",5841 "sp-std",5842]58435844[[package]]5845name = "pallet-nicks"5846version = "4.0.0-dev"5847source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5848dependencies = [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-nonfungible"5860version = "0.1.0"5861dependencies = [5862 "ethereum",5863 "evm-coder",5864 "frame-benchmarking",5865 "frame-support",5866 "frame-system",5867 "pallet-common",5868 "pallet-evm-coder-substrate",5869 "parity-scale-codec",5870 "scale-info",5871 "sp-core",5872 "sp-runtime",5873 "sp-std",5874 "up-data-structs",5875]58765877[[package]]5878name = "pallet-offences"5879version = "4.0.0-dev"5880source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5881dependencies = [5882 "frame-support",5883 "frame-system",5884 "log",5885 "pallet-balances",5886 "parity-scale-codec",5887 "scale-info",5888 "serde",5889 "sp-runtime",5890 "sp-staking",5891 "sp-std",5892]58935894[[package]]5895name = "pallet-offences-benchmarking"5896version = "4.0.0-dev"5897source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5898dependencies = [5899 "frame-benchmarking",5900 "frame-election-provider-support",5901 "frame-support",5902 "frame-system",5903 "pallet-babe",5904 "pallet-balances",5905 "pallet-grandpa",5906 "pallet-im-online",5907 "pallet-offences",5908 "pallet-session",5909 "pallet-staking",5910 "parity-scale-codec",5911 "scale-info",5912 "sp-runtime",5913 "sp-staking",5914 "sp-std",5915]59165917[[package]]5918name = "pallet-preimage"5919version = "4.0.0-dev"5920source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5921dependencies = [5922 "frame-benchmarking",5923 "frame-support",5924 "frame-system",5925 "parity-scale-codec",5926 "scale-info",5927 "sp-core",5928 "sp-io",5929 "sp-runtime",5930 "sp-std",5931]59325933[[package]]5934name = "pallet-proxy"5935version = "4.0.0-dev"5936source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5937dependencies = [5938 "frame-benchmarking",5939 "frame-support",5940 "frame-system",5941 "parity-scale-codec",5942 "scale-info",5943 "sp-io",5944 "sp-runtime",5945 "sp-std",5946]59475948[[package]]5949name = "pallet-randomness-collective-flip"5950version = "4.0.0-dev"5951source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5952dependencies = [5953 "frame-support",5954 "frame-system",5955 "parity-scale-codec",5956 "safe-mix",5957 "scale-info",5958 "sp-runtime",5959 "sp-std",5960]59615962[[package]]5963name = "pallet-recovery"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 "scale-info",5971 "sp-io",5972 "sp-runtime",5973 "sp-std",5974]59755976[[package]]5977name = "pallet-refungible"5978version = "0.1.0"5979dependencies = [5980 "frame-benchmarking",5981 "frame-support",5982 "frame-system",5983 "pallet-common",5984 "parity-scale-codec",5985 "scale-info",5986 "sp-core",5987 "sp-runtime",5988 "sp-std",5989 "up-data-structs",5990]59915992[[package]]5993name = "pallet-scheduler"5994version = "4.0.0-dev"5995source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5996dependencies = [5997 "frame-benchmarking",5998 "frame-support",5999 "frame-system",6000 "log",6001 "parity-scale-codec",6002 "scale-info",6003 "sp-io",6004 "sp-runtime",6005 "sp-std",6006]60076008[[package]]6009name = "pallet-session"6010version = "4.0.0-dev"6011source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6012dependencies = [6013 "frame-support",6014 "frame-system",6015 "impl-trait-for-tuples",6016 "log",6017 "pallet-timestamp",6018 "parity-scale-codec",6019 "scale-info",6020 "sp-core",6021 "sp-io",6022 "sp-runtime",6023 "sp-session",6024 "sp-staking",6025 "sp-std",6026 "sp-trie",6027]60286029[[package]]6030name = "pallet-session-benchmarking"6031version = "4.0.0-dev"6032source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6033dependencies = [6034 "frame-benchmarking",6035 "frame-support",6036 "frame-system",6037 "pallet-session",6038 "pallet-staking",6039 "rand 0.7.3",6040 "sp-runtime",6041 "sp-session",6042 "sp-std",6043]60446045[[package]]6046name = "pallet-society"6047version = "4.0.0-dev"6048source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6049dependencies = [6050 "frame-support",6051 "frame-system",6052 "parity-scale-codec",6053 "rand_chacha 0.2.2",6054 "scale-info",6055 "sp-runtime",6056 "sp-std",6057]60586059[[package]]6060name = "pallet-staking"6061version = "4.0.0-dev"6062source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6063dependencies = [6064 "frame-benchmarking",6065 "frame-election-provider-support",6066 "frame-support",6067 "frame-system",6068 "log",6069 "pallet-authorship",6070 "pallet-session",6071 "parity-scale-codec",6072 "rand_chacha 0.2.2",6073 "scale-info",6074 "serde",6075 "sp-application-crypto",6076 "sp-io",6077 "sp-runtime",6078 "sp-staking",6079 "sp-std",6080]60816082[[package]]6083name = "pallet-staking-reward-curve"6084version = "4.0.0-dev"6085source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6086dependencies = [6087 "proc-macro-crate 1.1.0",6088 "proc-macro2",6089 "quote",6090 "syn",6091]60926093[[package]]6094name = "pallet-staking-reward-fn"6095version = "4.0.0-dev"6096source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6097dependencies = [6098 "log",6099 "sp-arithmetic",6100]61016102[[package]]6103name = "pallet-sudo"6104version = "4.0.0-dev"6105source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6106dependencies = [6107 "frame-support",6108 "frame-system",6109 "parity-scale-codec",6110 "scale-info",6111 "sp-io",6112 "sp-runtime",6113 "sp-std",6114]61156116[[package]]6117name = "pallet-template-transaction-payment"6118version = "3.0.0"6119source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.16#a08e9828d44c54ec9905e9c7f642f0e734f92780"6120dependencies = [6121 "frame-benchmarking",6122 "frame-support",6123 "frame-system",6124 "pallet-balances",6125 "pallet-transaction-payment",6126 "parity-scale-codec",6127 "scale-info",6128 "serde",6129 "sp-core",6130 "sp-io",6131 "sp-runtime",6132 "sp-std",6133 "up-sponsorship",6134]61356136[[package]]6137name = "pallet-timestamp"6138version = "4.0.0-dev"6139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6140dependencies = [6141 "frame-benchmarking",6142 "frame-support",6143 "frame-system",6144 "log",6145 "parity-scale-codec",6146 "scale-info",6147 "sp-inherents",6148 "sp-io",6149 "sp-runtime",6150 "sp-std",6151 "sp-timestamp",6152]61536154[[package]]6155name = "pallet-tips"6156version = "4.0.0-dev"6157source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6158dependencies = [6159 "frame-benchmarking",6160 "frame-support",6161 "frame-system",6162 "log",6163 "pallet-treasury",6164 "parity-scale-codec",6165 "scale-info",6166 "serde",6167 "sp-core",6168 "sp-io",6169 "sp-runtime",6170 "sp-std",6171]61726173[[package]]6174name = "pallet-transaction-payment"6175version = "4.0.0-dev"6176source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6177dependencies = [6178 "frame-support",6179 "frame-system",6180 "parity-scale-codec",6181 "scale-info",6182 "serde",6183 "smallvec",6184 "sp-core",6185 "sp-io",6186 "sp-runtime",6187 "sp-std",6188]61896190[[package]]6191name = "pallet-transaction-payment-rpc"6192version = "4.0.0-dev"6193source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6194dependencies = [6195 "jsonrpc-core",6196 "jsonrpc-core-client",6197 "jsonrpc-derive",6198 "pallet-transaction-payment-rpc-runtime-api",6199 "parity-scale-codec",6200 "sp-api",6201 "sp-blockchain",6202 "sp-core",6203 "sp-rpc",6204 "sp-runtime",6205]62066207[[package]]6208name = "pallet-transaction-payment-rpc-runtime-api"6209version = "4.0.0-dev"6210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6211dependencies = [6212 "pallet-transaction-payment",6213 "parity-scale-codec",6214 "sp-api",6215 "sp-runtime",6216]62176218[[package]]6219name = "pallet-treasury"6220version = "4.0.0-dev"6221source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6222dependencies = [6223 "frame-benchmarking",6224 "frame-support",6225 "frame-system",6226 "impl-trait-for-tuples",6227 "pallet-balances",6228 "parity-scale-codec",6229 "scale-info",6230 "serde",6231 "sp-runtime",6232 "sp-std",6233]62346235[[package]]6236name = "pallet-unique"6237version = "0.1.0"6238dependencies = [6239 "ethereum",6240 "evm-coder",6241 "fp-evm",6242 "frame-benchmarking",6243 "frame-support",6244 "frame-system",6245 "hex-literal",6246 "pallet-balances",6247 "pallet-common",6248 "pallet-ethereum",6249 "pallet-evm",6250 "pallet-evm-coder-substrate",6251 "pallet-fungible",6252 "pallet-nonfungible",6253 "pallet-randomness-collective-flip",6254 "pallet-refungible",6255 "pallet-timestamp",6256 "pallet-transaction-payment",6257 "parity-scale-codec",6258 "primitive-types 0.10.1",6259 "rlp",6260 "scale-info",6261 "serde",6262 "sp-api",6263 "sp-core",6264 "sp-io",6265 "sp-runtime",6266 "sp-std",6267 "up-data-structs",6268 "up-evm-mapping",6269 "up-sponsorship",6270]62716272[[package]]6273name = "pallet-unq-scheduler"6274version = "0.1.0"6275dependencies = [6276 "frame-benchmarking",6277 "frame-support",6278 "frame-system",6279 "log",6280 "parity-scale-codec",6281 "scale-info",6282 "serde",6283 "sp-core",6284 "sp-io",6285 "sp-runtime",6286 "sp-std",6287 "substrate-test-utils",6288 "up-sponsorship",6289]62906291[[package]]6292name = "pallet-utility"6293version = "4.0.0-dev"6294source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6295dependencies = [6296 "frame-benchmarking",6297 "frame-support",6298 "frame-system",6299 "parity-scale-codec",6300 "scale-info",6301 "sp-core",6302 "sp-io",6303 "sp-runtime",6304 "sp-std",6305]63066307[[package]]6308name = "pallet-vesting"6309version = "4.0.0-dev"6310source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6311dependencies = [6312 "frame-benchmarking",6313 "frame-support",6314 "frame-system",6315 "log",6316 "parity-scale-codec",6317 "scale-info",6318 "sp-runtime",6319 "sp-std",6320]63216322[[package]]6323name = "pallet-xcm"6324version = "0.9.16"6325source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6326dependencies = [6327 "frame-support",6328 "frame-system",6329 "log",6330 "parity-scale-codec",6331 "scale-info",6332 "serde",6333 "sp-core",6334 "sp-runtime",6335 "sp-std",6336 "xcm",6337 "xcm-executor",6338]63396340[[package]]6341name = "pallet-xcm-benchmarks"6342version = "0.9.16"6343source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6344dependencies = [6345 "frame-benchmarking",6346 "frame-support",6347 "frame-system",6348 "log",6349 "parity-scale-codec",6350 "scale-info",6351 "sp-runtime",6352 "sp-std",6353 "xcm",6354 "xcm-executor",6355]63566357[[package]]6358name = "parachain-info"6359version = "0.1.0"6360source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"6361dependencies = [6362 "cumulus-primitives-core",6363 "frame-support",6364 "frame-system",6365 "parity-scale-codec",6366 "scale-info",6367 "serde",6368]63696370[[package]]6371name = "parity-db"6372version = "0.3.6"6373source = "registry+https://github.com/rust-lang/crates.io-index"6374checksum = "68de01cff53da5574397233383dd7f5c15ee958c348245765ea8cb09f2571e6b"6375dependencies = [6376 "blake2-rfc",6377 "crc32fast",6378 "fs2",6379 "hex",6380 "libc",6381 "log",6382 "lz4",6383 "memmap2 0.2.3",6384 "parking_lot 0.11.2",6385 "rand 0.8.4",6386 "snap",6387]63886389[[package]]6390name = "parity-scale-codec"6391version = "2.3.1"6392source = "registry+https://github.com/rust-lang/crates.io-index"6393checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6394dependencies = [6395 "arrayvec 0.7.2",6396 "bitvec",6397 "byte-slice-cast",6398 "impl-trait-for-tuples",6399 "parity-scale-codec-derive",6400 "serde",6401]64026403[[package]]6404name = "parity-scale-codec-derive"6405version = "2.3.1"6406source = "registry+https://github.com/rust-lang/crates.io-index"6407checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6408dependencies = [6409 "proc-macro-crate 1.1.0",6410 "proc-macro2",6411 "quote",6412 "syn",6413]64146415[[package]]6416name = "parity-send-wrapper"6417version = "0.1.0"6418source = "registry+https://github.com/rust-lang/crates.io-index"6419checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"64206421[[package]]6422name = "parity-tokio-ipc"6423version = "0.9.0"6424source = "registry+https://github.com/rust-lang/crates.io-index"6425checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6426dependencies = [6427 "futures 0.3.21",6428 "libc",6429 "log",6430 "rand 0.7.3",6431 "tokio 1.16.1",6432 "winapi 0.3.9",6433]64346435[[package]]6436name = "parity-util-mem"6437version = "0.10.2"6438source = "registry+https://github.com/rust-lang/crates.io-index"6439checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6440dependencies = [6441 "cfg-if 1.0.0",6442 "ethereum-types",6443 "hashbrown 0.11.2",6444 "impl-trait-for-tuples",6445 "lru 0.6.6",6446 "parity-util-mem-derive",6447 "parking_lot 0.11.2",6448 "primitive-types 0.10.1",6449 "smallvec",6450 "winapi 0.3.9",6451]64526453[[package]]6454name = "parity-util-mem-derive"6455version = "0.1.0"6456source = "registry+https://github.com/rust-lang/crates.io-index"6457checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6458dependencies = [6459 "proc-macro2",6460 "syn",6461 "synstructure",6462]64636464[[package]]6465name = "parity-wasm"6466version = "0.32.0"6467source = "registry+https://github.com/rust-lang/crates.io-index"6468checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6469dependencies = [6470 "byteorder",6471]64726473[[package]]6474name = "parity-wasm"6475version = "0.42.2"6476source = "registry+https://github.com/rust-lang/crates.io-index"6477checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"64786479[[package]]6480name = "parity-ws"6481version = "0.11.1"6482source = "registry+https://github.com/rust-lang/crates.io-index"6483checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6484dependencies = [6485 "byteorder",6486 "bytes 0.4.12",6487 "httparse",6488 "log",6489 "mio 0.6.23",6490 "mio-extras",6491 "rand 0.7.3",6492 "sha-1 0.8.2",6493 "slab",6494 "url 2.2.2",6495]64966497[[package]]6498name = "parking"6499version = "2.0.0"6500source = "registry+https://github.com/rust-lang/crates.io-index"6501checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"65026503[[package]]6504name = "parking_lot"6505version = "0.10.2"6506source = "registry+https://github.com/rust-lang/crates.io-index"6507checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6508dependencies = [6509 "lock_api 0.3.4",6510 "parking_lot_core 0.7.2",6511]65126513[[package]]6514name = "parking_lot"6515version = "0.11.2"6516source = "registry+https://github.com/rust-lang/crates.io-index"6517checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6518dependencies = [6519 "instant",6520 "lock_api 0.4.6",6521 "parking_lot_core 0.8.5",6522]65236524[[package]]6525name = "parking_lot_core"6526version = "0.7.2"6527source = "registry+https://github.com/rust-lang/crates.io-index"6528checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6529dependencies = [6530 "cfg-if 0.1.10",6531 "cloudabi",6532 "libc",6533 "redox_syscall 0.1.57",6534 "smallvec",6535 "winapi 0.3.9",6536]65376538[[package]]6539name = "parking_lot_core"6540version = "0.8.5"6541source = "registry+https://github.com/rust-lang/crates.io-index"6542checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6543dependencies = [6544 "cfg-if 1.0.0",6545 "instant",6546 "libc",6547 "redox_syscall 0.2.10",6548 "smallvec",6549 "winapi 0.3.9",6550]65516552[[package]]6553name = "paste"6554version = "1.0.6"6555source = "registry+https://github.com/rust-lang/crates.io-index"6556checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"65576558[[package]]6559name = "pbkdf2"6560version = "0.4.0"6561source = "registry+https://github.com/rust-lang/crates.io-index"6562checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6563dependencies = [6564 "crypto-mac 0.8.0",6565]65666567[[package]]6568name = "pbkdf2"6569version = "0.8.0"6570source = "registry+https://github.com/rust-lang/crates.io-index"6571checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6572dependencies = [6573 "crypto-mac 0.11.1",6574]65756576[[package]]6577name = "peeking_take_while"6578version = "0.1.2"6579source = "registry+https://github.com/rust-lang/crates.io-index"6580checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"65816582[[package]]6583name = "percent-encoding"6584version = "1.0.1"6585source = "registry+https://github.com/rust-lang/crates.io-index"6586checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"65876588[[package]]6589name = "percent-encoding"6590version = "2.1.0"6591source = "registry+https://github.com/rust-lang/crates.io-index"6592checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"65936594[[package]]6595name = "pest"6596version = "2.1.3"6597source = "registry+https://github.com/rust-lang/crates.io-index"6598checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6599dependencies = [6600 "ucd-trie",6601]66026603[[package]]6604name = "pest_derive"6605version = "2.1.0"6606source = "registry+https://github.com/rust-lang/crates.io-index"6607checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6608dependencies = [6609 "pest",6610 "pest_generator",6611]66126613[[package]]6614name = "pest_generator"6615version = "2.1.3"6616source = "registry+https://github.com/rust-lang/crates.io-index"6617checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6618dependencies = [6619 "pest",6620 "pest_meta",6621 "proc-macro2",6622 "quote",6623 "syn",6624]66256626[[package]]6627name = "pest_meta"6628version = "2.1.3"6629source = "registry+https://github.com/rust-lang/crates.io-index"6630checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6631dependencies = [6632 "maplit",6633 "pest",6634 "sha-1 0.8.2",6635]66366637[[package]]6638name = "petgraph"6639version = "0.6.0"6640source = "registry+https://github.com/rust-lang/crates.io-index"6641checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"6642dependencies = [6643 "fixedbitset",6644 "indexmap",6645]66466647[[package]]6648name = "pin-project"6649version = "0.4.29"6650source = "registry+https://github.com/rust-lang/crates.io-index"6651checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6652dependencies = [6653 "pin-project-internal 0.4.29",6654]66556656[[package]]6657name = "pin-project"6658version = "1.0.10"6659source = "registry+https://github.com/rust-lang/crates.io-index"6660checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6661dependencies = [6662 "pin-project-internal 1.0.10",6663]66646665[[package]]6666name = "pin-project-internal"6667version = "0.4.29"6668source = "registry+https://github.com/rust-lang/crates.io-index"6669checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"6670dependencies = [6671 "proc-macro2",6672 "quote",6673 "syn",6674]66756676[[package]]6677name = "pin-project-internal"6678version = "1.0.10"6679source = "registry+https://github.com/rust-lang/crates.io-index"6680checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"6681dependencies = [6682 "proc-macro2",6683 "quote",6684 "syn",6685]66866687[[package]]6688name = "pin-project-lite"6689version = "0.1.12"6690source = "registry+https://github.com/rust-lang/crates.io-index"6691checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"66926693[[package]]6694name = "pin-project-lite"6695version = "0.2.8"6696source = "registry+https://github.com/rust-lang/crates.io-index"6697checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"66986699[[package]]6700name = "pin-utils"6701version = "0.1.0"6702source = "registry+https://github.com/rust-lang/crates.io-index"6703checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"67046705[[package]]6706name = "pkg-config"6707version = "0.3.24"6708source = "registry+https://github.com/rust-lang/crates.io-index"6709checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"67106711[[package]]6712name = "platforms"6713version = "2.0.0"6714source = "registry+https://github.com/rust-lang/crates.io-index"6715checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"67166717[[package]]6718name = "polkadot-approval-distribution"6719version = "0.9.16"6720source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6721dependencies = [6722 "futures 0.3.21",6723 "polkadot-node-network-protocol",6724 "polkadot-node-primitives",6725 "polkadot-node-subsystem",6726 "polkadot-node-subsystem-util",6727 "polkadot-primitives",6728 "tracing",6729]67306731[[package]]6732name = "polkadot-availability-bitfield-distribution"6733version = "0.9.16"6734source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6735dependencies = [6736 "futures 0.3.21",6737 "polkadot-node-network-protocol",6738 "polkadot-node-subsystem",6739 "polkadot-node-subsystem-util",6740 "polkadot-primitives",6741 "tracing",6742]67436744[[package]]6745name = "polkadot-availability-distribution"6746version = "0.9.16"6747source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6748dependencies = [6749 "derive_more",6750 "futures 0.3.21",6751 "lru 0.7.2",6752 "parity-scale-codec",6753 "polkadot-erasure-coding",6754 "polkadot-node-network-protocol",6755 "polkadot-node-primitives",6756 "polkadot-node-subsystem",6757 "polkadot-node-subsystem-util",6758 "polkadot-primitives",6759 "rand 0.8.4",6760 "sp-core",6761 "sp-keystore",6762 "thiserror",6763 "tracing",6764]67656766[[package]]6767name = "polkadot-availability-recovery"6768version = "0.9.16"6769source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6770dependencies = [6771 "futures 0.3.21",6772 "lru 0.7.2",6773 "parity-scale-codec",6774 "polkadot-erasure-coding",6775 "polkadot-node-network-protocol",6776 "polkadot-node-primitives",6777 "polkadot-node-subsystem",6778 "polkadot-node-subsystem-util",6779 "polkadot-primitives",6780 "rand 0.8.4",6781 "sc-network",6782 "thiserror",6783 "tracing",6784]67856786[[package]]6787name = "polkadot-cli"6788version = "0.9.16"6789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6790dependencies = [6791 "frame-benchmarking-cli",6792 "futures 0.3.21",6793 "log",6794 "polkadot-node-core-pvf",6795 "polkadot-node-metrics",6796 "polkadot-performance-test",6797 "polkadot-service",6798 "sc-cli",6799 "sc-service",6800 "sc-tracing",6801 "sp-core",6802 "sp-trie",6803 "structopt",6804 "substrate-build-script-utils",6805 "thiserror",6806 "try-runtime-cli",6807]68086809[[package]]6810name = "polkadot-client"6811version = "0.9.16"6812source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6813dependencies = [6814 "beefy-primitives",6815 "frame-benchmarking",6816 "frame-system-rpc-runtime-api",6817 "pallet-mmr-primitives",6818 "pallet-transaction-payment-rpc-runtime-api",6819 "polkadot-primitives",6820 "polkadot-runtime",6821 "sc-client-api",6822 "sc-consensus",6823 "sc-executor",6824 "sc-service",6825 "sp-api",6826 "sp-authority-discovery",6827 "sp-block-builder",6828 "sp-blockchain",6829 "sp-consensus",6830 "sp-consensus-babe",6831 "sp-finality-grandpa",6832 "sp-offchain",6833 "sp-runtime",6834 "sp-session",6835 "sp-storage",6836 "sp-transaction-pool",6837]68386839[[package]]6840name = "polkadot-collator-protocol"6841version = "0.9.16"6842source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6843dependencies = [6844 "always-assert",6845 "derive_more",6846 "futures 0.3.21",6847 "futures-timer",6848 "polkadot-node-network-protocol",6849 "polkadot-node-primitives",6850 "polkadot-node-subsystem",6851 "polkadot-node-subsystem-util",6852 "polkadot-primitives",6853 "sp-core",6854 "sp-keystore",6855 "sp-runtime",6856 "thiserror",6857 "tracing",6858]68596860[[package]]6861name = "polkadot-core-primitives"6862version = "0.9.16"6863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6864dependencies = [6865 "parity-scale-codec",6866 "parity-util-mem",6867 "scale-info",6868 "sp-core",6869 "sp-runtime",6870 "sp-std",6871]68726873[[package]]6874name = "polkadot-dispute-distribution"6875version = "0.9.16"6876source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6877dependencies = [6878 "derive_more",6879 "futures 0.3.21",6880 "lru 0.7.2",6881 "parity-scale-codec",6882 "polkadot-erasure-coding",6883 "polkadot-node-network-protocol",6884 "polkadot-node-primitives",6885 "polkadot-node-subsystem",6886 "polkadot-node-subsystem-util",6887 "polkadot-primitives",6888 "sc-network",6889 "sp-application-crypto",6890 "sp-keystore",6891 "thiserror",6892 "tracing",6893]68946895[[package]]6896name = "polkadot-erasure-coding"6897version = "0.9.16"6898source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6899dependencies = [6900 "parity-scale-codec",6901 "polkadot-node-primitives",6902 "polkadot-primitives",6903 "reed-solomon-novelpoly",6904 "sp-core",6905 "sp-trie",6906 "thiserror",6907]69086909[[package]]6910name = "polkadot-gossip-support"6911version = "0.9.16"6912source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6913dependencies = [6914 "futures 0.3.21",6915 "futures-timer",6916 "polkadot-node-network-protocol",6917 "polkadot-node-subsystem",6918 "polkadot-node-subsystem-util",6919 "polkadot-primitives",6920 "rand 0.8.4",6921 "rand_chacha 0.3.1",6922 "sc-network",6923 "sp-application-crypto",6924 "sp-core",6925 "sp-keystore",6926 "tracing",6927]69286929[[package]]6930name = "polkadot-network-bridge"6931version = "0.9.16"6932source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6933dependencies = [6934 "async-trait",6935 "futures 0.3.21",6936 "parity-scale-codec",6937 "parking_lot 0.11.2",6938 "polkadot-node-network-protocol",6939 "polkadot-node-subsystem",6940 "polkadot-node-subsystem-util",6941 "polkadot-overseer",6942 "polkadot-primitives",6943 "sc-network",6944 "sp-consensus",6945 "tracing",6946]69476948[[package]]6949name = "polkadot-node-collation-generation"6950version = "0.9.16"6951source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6952dependencies = [6953 "futures 0.3.21",6954 "parity-scale-codec",6955 "polkadot-erasure-coding",6956 "polkadot-node-primitives",6957 "polkadot-node-subsystem",6958 "polkadot-node-subsystem-util",6959 "polkadot-primitives",6960 "sp-core",6961 "sp-maybe-compressed-blob",6962 "thiserror",6963 "tracing",6964]69656966[[package]]6967name = "polkadot-node-core-approval-voting"6968version = "0.9.16"6969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6970dependencies = [6971 "bitvec",6972 "derive_more",6973 "futures 0.3.21",6974 "futures-timer",6975 "kvdb",6976 "lru 0.7.2",6977 "merlin",6978 "parity-scale-codec",6979 "polkadot-node-jaeger",6980 "polkadot-node-primitives",6981 "polkadot-node-subsystem",6982 "polkadot-node-subsystem-util",6983 "polkadot-overseer",6984 "polkadot-primitives",6985 "sc-keystore",6986 "schnorrkel",6987 "sp-application-crypto",6988 "sp-consensus",6989 "sp-consensus-slots",6990 "sp-runtime",6991 "tracing",6992]69936994[[package]]6995name = "polkadot-node-core-av-store"6996version = "0.9.16"6997source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6998dependencies = [6999 "bitvec",7000 "futures 0.3.21",7001 "futures-timer",7002 "kvdb",7003 "parity-scale-codec",7004 "polkadot-erasure-coding",7005 "polkadot-node-primitives",7006 "polkadot-node-subsystem",7007 "polkadot-node-subsystem-util",7008 "polkadot-overseer",7009 "polkadot-primitives",7010 "thiserror",7011 "tracing",7012]70137014[[package]]7015name = "polkadot-node-core-backing"7016version = "0.9.16"7017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7018dependencies = [7019 "bitvec",7020 "futures 0.3.21",7021 "polkadot-erasure-coding",7022 "polkadot-node-primitives",7023 "polkadot-node-subsystem",7024 "polkadot-node-subsystem-util",7025 "polkadot-primitives",7026 "polkadot-statement-table",7027 "sp-keystore",7028 "thiserror",7029 "tracing",7030]70317032[[package]]7033name = "polkadot-node-core-bitfield-signing"7034version = "0.9.16"7035source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7036dependencies = [7037 "futures 0.3.21",7038 "polkadot-node-subsystem",7039 "polkadot-node-subsystem-util",7040 "polkadot-primitives",7041 "sp-keystore",7042 "thiserror",7043 "tracing",7044 "wasm-timer",7045]70467047[[package]]7048name = "polkadot-node-core-candidate-validation"7049version = "0.9.16"7050source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7051dependencies = [7052 "async-trait",7053 "futures 0.3.21",7054 "parity-scale-codec",7055 "polkadot-node-core-pvf",7056 "polkadot-node-primitives",7057 "polkadot-node-subsystem",7058 "polkadot-node-subsystem-util",7059 "polkadot-parachain",7060 "polkadot-primitives",7061 "sp-maybe-compressed-blob",7062 "tracing",7063]70647065[[package]]7066name = "polkadot-node-core-chain-api"7067version = "0.9.16"7068source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7069dependencies = [7070 "futures 0.3.21",7071 "polkadot-node-subsystem",7072 "polkadot-node-subsystem-util",7073 "polkadot-primitives",7074 "sc-client-api",7075 "sc-consensus-babe",7076 "sp-blockchain",7077 "tracing",7078]70797080[[package]]7081name = "polkadot-node-core-chain-selection"7082version = "0.9.16"7083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7084dependencies = [7085 "futures 0.3.21",7086 "futures-timer",7087 "kvdb",7088 "parity-scale-codec",7089 "polkadot-node-primitives",7090 "polkadot-node-subsystem",7091 "polkadot-node-subsystem-util",7092 "polkadot-primitives",7093 "thiserror",7094 "tracing",7095]70967097[[package]]7098name = "polkadot-node-core-dispute-coordinator"7099version = "0.9.16"7100source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7101dependencies = [7102 "futures 0.3.21",7103 "kvdb",7104 "lru 0.7.2",7105 "parity-scale-codec",7106 "polkadot-node-primitives",7107 "polkadot-node-subsystem",7108 "polkadot-node-subsystem-util",7109 "polkadot-primitives",7110 "sc-keystore",7111 "thiserror",7112 "tracing",7113]71147115[[package]]7116name = "polkadot-node-core-parachains-inherent"7117version = "0.9.16"7118source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7119dependencies = [7120 "async-trait",7121 "futures 0.3.21",7122 "futures-timer",7123 "polkadot-node-subsystem",7124 "polkadot-primitives",7125 "sp-blockchain",7126 "sp-inherents",7127 "sp-runtime",7128 "thiserror",7129 "tracing",7130]71317132[[package]]7133name = "polkadot-node-core-provisioner"7134version = "0.9.16"7135source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7136dependencies = [7137 "bitvec",7138 "futures 0.3.21",7139 "futures-timer",7140 "polkadot-node-primitives",7141 "polkadot-node-subsystem",7142 "polkadot-node-subsystem-util",7143 "polkadot-primitives",7144 "rand 0.8.4",7145 "thiserror",7146 "tracing",7147]71487149[[package]]7150name = "polkadot-node-core-pvf"7151version = "0.9.16"7152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7153dependencies = [7154 "always-assert",7155 "assert_matches",7156 "async-process",7157 "async-std",7158 "futures 0.3.21",7159 "futures-timer",7160 "parity-scale-codec",7161 "pin-project 1.0.10",7162 "polkadot-core-primitives",7163 "polkadot-node-subsystem-util",7164 "polkadot-parachain",7165 "rand 0.8.4",7166 "sc-executor",7167 "sc-executor-common",7168 "sc-executor-wasmtime",7169 "slotmap",7170 "sp-core",7171 "sp-externalities",7172 "sp-io",7173 "sp-maybe-compressed-blob",7174 "sp-tracing",7175 "sp-wasm-interface",7176 "tracing",7177]71787179[[package]]7180name = "polkadot-node-core-pvf-checker"7181version = "0.9.16"7182source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7183dependencies = [7184 "futures 0.3.21",7185 "polkadot-node-primitives",7186 "polkadot-node-subsystem",7187 "polkadot-node-subsystem-util",7188 "polkadot-overseer",7189 "polkadot-primitives",7190 "sp-keystore",7191 "thiserror",7192 "tracing",7193]71947195[[package]]7196name = "polkadot-node-core-runtime-api"7197version = "0.9.16"7198source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7199dependencies = [7200 "futures 0.3.21",7201 "memory-lru",7202 "parity-util-mem",7203 "polkadot-node-subsystem",7204 "polkadot-node-subsystem-util",7205 "polkadot-primitives",7206 "sp-api",7207 "sp-authority-discovery",7208 "sp-consensus-babe",7209 "sp-core",7210 "tracing",7211]72127213[[package]]7214name = "polkadot-node-jaeger"7215version = "0.9.16"7216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7217dependencies = [7218 "async-std",7219 "lazy_static",7220 "log",7221 "mick-jaeger",7222 "parity-scale-codec",7223 "parking_lot 0.11.2",7224 "polkadot-node-primitives",7225 "polkadot-primitives",7226 "sc-network",7227 "sp-core",7228 "thiserror",7229]72307231[[package]]7232name = "polkadot-node-metrics"7233version = "0.9.16"7234source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7235dependencies = [7236 "bs58",7237 "futures 0.3.21",7238 "futures-timer",7239 "log",7240 "metered-channel",7241 "parity-scale-codec",7242 "polkadot-primitives",7243 "sc-cli",7244 "sc-service",7245 "sc-tracing",7246 "substrate-prometheus-endpoint",7247 "tracing",7248]72497250[[package]]7251name = "polkadot-node-network-protocol"7252version = "0.9.16"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7254dependencies = [7255 "async-trait",7256 "derive_more",7257 "futures 0.3.21",7258 "parity-scale-codec",7259 "polkadot-node-jaeger",7260 "polkadot-node-primitives",7261 "polkadot-primitives",7262 "sc-authority-discovery",7263 "sc-network",7264 "strum 0.23.0",7265 "thiserror",7266]72677268[[package]]7269name = "polkadot-node-primitives"7270version = "0.9.16"7271source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7272dependencies = [7273 "bounded-vec",7274 "futures 0.3.21",7275 "parity-scale-codec",7276 "polkadot-parachain",7277 "polkadot-primitives",7278 "schnorrkel",7279 "serde",7280 "sp-application-crypto",7281 "sp-consensus-babe",7282 "sp-consensus-vrf",7283 "sp-core",7284 "sp-keystore",7285 "sp-maybe-compressed-blob",7286 "thiserror",7287 "zstd",7288]72897290[[package]]7291name = "polkadot-node-subsystem"7292version = "0.9.16"7293source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7294dependencies = [7295 "polkadot-node-jaeger",7296 "polkadot-node-subsystem-types",7297 "polkadot-overseer",7298]72997300[[package]]7301name = "polkadot-node-subsystem-types"7302version = "0.9.16"7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7304dependencies = [7305 "derive_more",7306 "futures 0.3.21",7307 "polkadot-node-jaeger",7308 "polkadot-node-network-protocol",7309 "polkadot-node-primitives",7310 "polkadot-overseer-gen",7311 "polkadot-primitives",7312 "polkadot-statement-table",7313 "sc-network",7314 "smallvec",7315 "substrate-prometheus-endpoint",7316 "thiserror",7317]73187319[[package]]7320name = "polkadot-node-subsystem-util"7321version = "0.9.16"7322source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7323dependencies = [7324 "async-trait",7325 "derive_more",7326 "futures 0.3.21",7327 "itertools",7328 "lru 0.7.2",7329 "metered-channel",7330 "parity-scale-codec",7331 "pin-project 1.0.10",7332 "polkadot-node-jaeger",7333 "polkadot-node-metrics",7334 "polkadot-node-network-protocol",7335 "polkadot-node-primitives",7336 "polkadot-node-subsystem",7337 "polkadot-overseer",7338 "polkadot-primitives",7339 "rand 0.8.4",7340 "sp-application-crypto",7341 "sp-core",7342 "sp-keystore",7343 "thiserror",7344 "tracing",7345]73467347[[package]]7348name = "polkadot-overseer"7349version = "0.9.16"7350source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7351dependencies = [7352 "futures 0.3.21",7353 "futures-timer",7354 "lru 0.7.2",7355 "parity-util-mem",7356 "parking_lot 0.11.2",7357 "polkadot-node-metrics",7358 "polkadot-node-network-protocol",7359 "polkadot-node-primitives",7360 "polkadot-node-subsystem-types",7361 "polkadot-overseer-gen",7362 "polkadot-primitives",7363 "sc-client-api",7364 "sp-api",7365 "tracing",7366]73677368[[package]]7369name = "polkadot-overseer-gen"7370version = "0.9.16"7371source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7372dependencies = [7373 "async-trait",7374 "futures 0.3.21",7375 "futures-timer",7376 "metered-channel",7377 "pin-project 1.0.10",7378 "polkadot-node-network-protocol",7379 "polkadot-node-primitives",7380 "polkadot-overseer-gen-proc-macro",7381 "thiserror",7382 "tracing",7383]73847385[[package]]7386name = "polkadot-overseer-gen-proc-macro"7387version = "0.9.16"7388source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7389dependencies = [7390 "proc-macro-crate 1.1.0",7391 "proc-macro2",7392 "quote",7393 "syn",7394]73957396[[package]]7397name = "polkadot-parachain"7398version = "0.9.16"7399source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7400dependencies = [7401 "derive_more",7402 "frame-support",7403 "parity-scale-codec",7404 "parity-util-mem",7405 "polkadot-core-primitives",7406 "scale-info",7407 "serde",7408 "sp-core",7409 "sp-runtime",7410 "sp-std",7411]74127413[[package]]7414name = "polkadot-performance-test"7415version = "0.9.16"7416source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7417dependencies = [7418 "env_logger",7419 "kusama-runtime",7420 "log",7421 "polkadot-erasure-coding",7422 "polkadot-node-core-pvf",7423 "polkadot-node-primitives",7424 "quote",7425 "thiserror",7426]74277428[[package]]7429name = "polkadot-primitives"7430version = "0.9.16"7431source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7432dependencies = [7433 "bitvec",7434 "frame-system",7435 "hex-literal",7436 "parity-scale-codec",7437 "parity-util-mem",7438 "polkadot-core-primitives",7439 "polkadot-parachain",7440 "scale-info",7441 "serde",7442 "sp-api",7443 "sp-application-crypto",7444 "sp-arithmetic",7445 "sp-authority-discovery",7446 "sp-consensus-slots",7447 "sp-core",7448 "sp-inherents",7449 "sp-io",7450 "sp-keystore",7451 "sp-runtime",7452 "sp-staking",7453 "sp-std",7454 "sp-trie",7455 "sp-version",7456]74577458[[package]]7459name = "polkadot-rpc"7460version = "0.9.16"7461source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7462dependencies = [7463 "beefy-gadget",7464 "beefy-gadget-rpc",7465 "jsonrpc-core",7466 "pallet-mmr-rpc",7467 "pallet-transaction-payment-rpc",7468 "polkadot-primitives",7469 "sc-chain-spec",7470 "sc-client-api",7471 "sc-consensus-babe",7472 "sc-consensus-babe-rpc",7473 "sc-consensus-epochs",7474 "sc-finality-grandpa",7475 "sc-finality-grandpa-rpc",7476 "sc-rpc",7477 "sc-sync-state-rpc",7478 "sc-transaction-pool-api",7479 "sp-api",7480 "sp-block-builder",7481 "sp-blockchain",7482 "sp-consensus",7483 "sp-consensus-babe",7484 "sp-keystore",7485 "sp-runtime",7486 "substrate-frame-rpc-system",7487]74887489[[package]]7490name = "polkadot-runtime"7491version = "0.9.16"7492source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7493dependencies = [7494 "beefy-primitives",7495 "bitvec",7496 "frame-benchmarking",7497 "frame-election-provider-support",7498 "frame-executive",7499 "frame-support",7500 "frame-system",7501 "frame-system-benchmarking",7502 "frame-system-rpc-runtime-api",7503 "frame-try-runtime",7504 "hex-literal",7505 "log",7506 "pallet-authority-discovery",7507 "pallet-authorship",7508 "pallet-babe",7509 "pallet-bags-list",7510 "pallet-balances",7511 "pallet-bounties",7512 "pallet-collective",7513 "pallet-democracy",7514 "pallet-election-provider-multi-phase",7515 "pallet-elections-phragmen",7516 "pallet-grandpa",7517 "pallet-identity",7518 "pallet-im-online",7519 "pallet-indices",7520 "pallet-membership",7521 "pallet-mmr-primitives",7522 "pallet-multisig",7523 "pallet-nicks",7524 "pallet-offences",7525 "pallet-offences-benchmarking",7526 "pallet-preimage",7527 "pallet-proxy",7528 "pallet-scheduler",7529 "pallet-session",7530 "pallet-session-benchmarking",7531 "pallet-staking",7532 "pallet-staking-reward-curve",7533 "pallet-timestamp",7534 "pallet-tips",7535 "pallet-transaction-payment",7536 "pallet-transaction-payment-rpc-runtime-api",7537 "pallet-treasury",7538 "pallet-utility",7539 "pallet-vesting",7540 "pallet-xcm",7541 "parity-scale-codec",7542 "polkadot-primitives",7543 "polkadot-runtime-common",7544 "polkadot-runtime-constants",7545 "polkadot-runtime-parachains",7546 "rustc-hex",7547 "scale-info",7548 "serde",7549 "serde_derive",7550 "smallvec",7551 "sp-api",7552 "sp-authority-discovery",7553 "sp-block-builder",7554 "sp-consensus-babe",7555 "sp-core",7556 "sp-inherents",7557 "sp-io",7558 "sp-npos-elections",7559 "sp-offchain",7560 "sp-runtime",7561 "sp-session",7562 "sp-staking",7563 "sp-std",7564 "sp-transaction-pool",7565 "sp-version",7566 "static_assertions",7567 "substrate-wasm-builder",7568 "xcm",7569 "xcm-builder",7570 "xcm-executor",7571]75727573[[package]]7574name = "polkadot-runtime-common"7575version = "0.9.16"7576source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7577dependencies = [7578 "beefy-primitives",7579 "bitvec",7580 "frame-benchmarking",7581 "frame-election-provider-support",7582 "frame-support",7583 "frame-system",7584 "impl-trait-for-tuples",7585 "libsecp256k1 0.7.0",7586 "log",7587 "pallet-authorship",7588 "pallet-babe",7589 "pallet-bags-list",7590 "pallet-balances",7591 "pallet-beefy-mmr",7592 "pallet-election-provider-multi-phase",7593 "pallet-session",7594 "pallet-staking",7595 "pallet-timestamp",7596 "pallet-transaction-payment",7597 "pallet-treasury",7598 "pallet-vesting",7599 "parity-scale-codec",7600 "polkadot-primitives",7601 "polkadot-runtime-parachains",7602 "rustc-hex",7603 "scale-info",7604 "serde",7605 "serde_derive",7606 "slot-range-helper",7607 "sp-api",7608 "sp-core",7609 "sp-inherents",7610 "sp-io",7611 "sp-npos-elections",7612 "sp-runtime",7613 "sp-session",7614 "sp-staking",7615 "sp-std",7616 "static_assertions",7617 "xcm",7618]76197620[[package]]7621name = "polkadot-runtime-constants"7622version = "0.9.16"7623source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7624dependencies = [7625 "frame-support",7626 "polkadot-primitives",7627 "polkadot-runtime-common",7628 "smallvec",7629 "sp-runtime",7630]76317632[[package]]7633name = "polkadot-runtime-metrics"7634version = "0.9.16"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7636dependencies = [7637 "bs58",7638 "parity-scale-codec",7639 "polkadot-primitives",7640 "sp-std",7641 "sp-tracing",7642]76437644[[package]]7645name = "polkadot-runtime-parachains"7646version = "0.9.16"7647source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7648dependencies = [7649 "bitflags",7650 "bitvec",7651 "derive_more",7652 "frame-benchmarking",7653 "frame-support",7654 "frame-system",7655 "log",7656 "pallet-authority-discovery",7657 "pallet-authorship",7658 "pallet-babe",7659 "pallet-balances",7660 "pallet-session",7661 "pallet-staking",7662 "pallet-timestamp",7663 "pallet-vesting",7664 "parity-scale-codec",7665 "polkadot-primitives",7666 "polkadot-runtime-metrics",7667 "rand 0.8.4",7668 "rand_chacha 0.3.1",7669 "rustc-hex",7670 "scale-info",7671 "serde",7672 "sp-api",7673 "sp-core",7674 "sp-inherents",7675 "sp-io",7676 "sp-keystore",7677 "sp-runtime",7678 "sp-session",7679 "sp-staking",7680 "sp-std",7681 "xcm",7682 "xcm-executor",7683]76847685[[package]]7686name = "polkadot-service"7687version = "0.9.16"7688source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7689dependencies = [7690 "async-trait",7691 "beefy-gadget",7692 "beefy-primitives",7693 "frame-system-rpc-runtime-api",7694 "futures 0.3.21",7695 "hex-literal",7696 "kusama-runtime",7697 "kvdb",7698 "kvdb-rocksdb",7699 "lru 0.7.2",7700 "pallet-babe",7701 "pallet-im-online",7702 "pallet-mmr-primitives",7703 "pallet-staking",7704 "pallet-transaction-payment-rpc-runtime-api",7705 "polkadot-approval-distribution",7706 "polkadot-availability-bitfield-distribution",7707 "polkadot-availability-distribution",7708 "polkadot-availability-recovery",7709 "polkadot-client",7710 "polkadot-collator-protocol",7711 "polkadot-dispute-distribution",7712 "polkadot-gossip-support",7713 "polkadot-network-bridge",7714 "polkadot-node-collation-generation",7715 "polkadot-node-core-approval-voting",7716 "polkadot-node-core-av-store",7717 "polkadot-node-core-backing",7718 "polkadot-node-core-bitfield-signing",7719 "polkadot-node-core-candidate-validation",7720 "polkadot-node-core-chain-api",7721 "polkadot-node-core-chain-selection",7722 "polkadot-node-core-dispute-coordinator",7723 "polkadot-node-core-parachains-inherent",7724 "polkadot-node-core-provisioner",7725 "polkadot-node-core-pvf-checker",7726 "polkadot-node-core-runtime-api",7727 "polkadot-node-network-protocol",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-node-subsystem-util",7731 "polkadot-overseer",7732 "polkadot-parachain",7733 "polkadot-primitives",7734 "polkadot-rpc",7735 "polkadot-runtime",7736 "polkadot-runtime-constants",7737 "polkadot-runtime-parachains",7738 "polkadot-statement-distribution",7739 "rococo-runtime",7740 "sc-authority-discovery",7741 "sc-basic-authorship",7742 "sc-block-builder",7743 "sc-chain-spec",7744 "sc-client-api",7745 "sc-client-db",7746 "sc-consensus",7747 "sc-consensus-babe",7748 "sc-consensus-slots",7749 "sc-consensus-uncles",7750 "sc-executor",7751 "sc-finality-grandpa",7752 "sc-keystore",7753 "sc-network",7754 "sc-offchain",7755 "sc-service",7756 "sc-sync-state-rpc",7757 "sc-telemetry",7758 "sc-transaction-pool",7759 "serde",7760 "sp-api",7761 "sp-authority-discovery",7762 "sp-block-builder",7763 "sp-blockchain",7764 "sp-consensus",7765 "sp-consensus-babe",7766 "sp-core",7767 "sp-finality-grandpa",7768 "sp-inherents",7769 "sp-io",7770 "sp-keystore",7771 "sp-offchain",7772 "sp-runtime",7773 "sp-session",7774 "sp-state-machine",7775 "sp-storage",7776 "sp-timestamp",7777 "sp-transaction-pool",7778 "sp-trie",7779 "substrate-prometheus-endpoint",7780 "thiserror",7781 "tracing",7782 "westend-runtime",7783]77847785[[package]]7786name = "polkadot-statement-distribution"7787version = "0.9.16"7788source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7789dependencies = [7790 "arrayvec 0.5.2",7791 "derive_more",7792 "futures 0.3.21",7793 "indexmap",7794 "parity-scale-codec",7795 "polkadot-node-network-protocol",7796 "polkadot-node-primitives",7797 "polkadot-node-subsystem",7798 "polkadot-node-subsystem-util",7799 "polkadot-primitives",7800 "sp-keystore",7801 "sp-staking",7802 "thiserror",7803 "tracing",7804]78057806[[package]]7807name = "polkadot-statement-table"7808version = "0.9.16"7809source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7810dependencies = [7811 "parity-scale-codec",7812 "polkadot-primitives",7813 "sp-core",7814]78157816[[package]]7817name = "polkadot-test-runtime"7818version = "0.9.16"7819source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7820dependencies = [7821 "beefy-primitives",7822 "bitvec",7823 "frame-election-provider-support",7824 "frame-executive",7825 "frame-support",7826 "frame-system",7827 "frame-system-rpc-runtime-api",7828 "log",7829 "pallet-authority-discovery",7830 "pallet-authorship",7831 "pallet-babe",7832 "pallet-balances",7833 "pallet-grandpa",7834 "pallet-indices",7835 "pallet-mmr-primitives",7836 "pallet-nicks",7837 "pallet-offences",7838 "pallet-session",7839 "pallet-staking",7840 "pallet-staking-reward-curve",7841 "pallet-sudo",7842 "pallet-timestamp",7843 "pallet-transaction-payment",7844 "pallet-transaction-payment-rpc-runtime-api",7845 "pallet-vesting",7846 "pallet-xcm",7847 "parity-scale-codec",7848 "polkadot-parachain",7849 "polkadot-primitives",7850 "polkadot-runtime-common",7851 "polkadot-runtime-parachains",7852 "rustc-hex",7853 "scale-info",7854 "serde",7855 "serde_derive",7856 "smallvec",7857 "sp-api",7858 "sp-authority-discovery",7859 "sp-block-builder",7860 "sp-consensus-babe",7861 "sp-core",7862 "sp-inherents",7863 "sp-io",7864 "sp-offchain",7865 "sp-runtime",7866 "sp-session",7867 "sp-staking",7868 "sp-std",7869 "sp-transaction-pool",7870 "sp-version",7871 "substrate-wasm-builder",7872 "test-runtime-constants",7873 "xcm",7874 "xcm-builder",7875 "xcm-executor",7876]78777878[[package]]7879name = "polkadot-test-service"7880version = "0.9.16"7881source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7882dependencies = [7883 "frame-benchmarking",7884 "frame-system",7885 "futures 0.1.31",7886 "futures 0.3.21",7887 "hex",7888 "pallet-balances",7889 "pallet-staking",7890 "pallet-transaction-payment",7891 "polkadot-node-primitives",7892 "polkadot-node-subsystem",7893 "polkadot-overseer",7894 "polkadot-parachain",7895 "polkadot-primitives",7896 "polkadot-rpc",7897 "polkadot-runtime-common",7898 "polkadot-runtime-parachains",7899 "polkadot-service",7900 "polkadot-test-runtime",7901 "rand 0.8.4",7902 "sc-authority-discovery",7903 "sc-chain-spec",7904 "sc-cli",7905 "sc-client-api",7906 "sc-consensus",7907 "sc-consensus-babe",7908 "sc-executor",7909 "sc-finality-grandpa",7910 "sc-network",7911 "sc-service",7912 "sc-tracing",7913 "sc-transaction-pool",7914 "sp-arithmetic",7915 "sp-authority-discovery",7916 "sp-blockchain",7917 "sp-consensus",7918 "sp-consensus-babe",7919 "sp-core",7920 "sp-finality-grandpa",7921 "sp-inherents",7922 "sp-keyring",7923 "sp-runtime",7924 "sp-state-machine",7925 "substrate-test-client",7926 "tempfile",7927 "test-runtime-constants",7928 "tokio 1.16.1",7929 "tracing",7930]79317932[[package]]7933name = "polling"7934version = "2.2.0"7935source = "registry+https://github.com/rust-lang/crates.io-index"7936checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"7937dependencies = [7938 "cfg-if 1.0.0",7939 "libc",7940 "log",7941 "wepoll-ffi",7942 "winapi 0.3.9",7943]79447945[[package]]7946name = "poly1305"7947version = "0.7.2"7948source = "registry+https://github.com/rust-lang/crates.io-index"7949checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"7950dependencies = [7951 "cpufeatures 0.2.1",7952 "opaque-debug 0.3.0",7953 "universal-hash",7954]79557956[[package]]7957name = "polyval"7958version = "0.5.3"7959source = "registry+https://github.com/rust-lang/crates.io-index"7960checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"7961dependencies = [7962 "cfg-if 1.0.0",7963 "cpufeatures 0.2.1",7964 "opaque-debug 0.3.0",7965 "universal-hash",7966]79677968[[package]]7969name = "ppv-lite86"7970version = "0.2.16"7971source = "registry+https://github.com/rust-lang/crates.io-index"7972checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"79737974[[package]]7975name = "primitive-types"7976version = "0.9.1"7977source = "registry+https://github.com/rust-lang/crates.io-index"7978checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"7979dependencies = [7980 "fixed-hash",7981 "impl-codec",7982 "impl-rlp",7983 "uint",7984]79857986[[package]]7987name = "primitive-types"7988version = "0.10.1"7989source = "registry+https://github.com/rust-lang/crates.io-index"7990checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"7991dependencies = [7992 "fixed-hash",7993 "impl-codec",7994 "impl-rlp",7995 "impl-serde",7996 "scale-info",7997 "uint",7998]79998000[[package]]8001name = "proc-macro-crate"8002version = "0.1.5"8003source = "registry+https://github.com/rust-lang/crates.io-index"8004checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8005dependencies = [8006 "toml",8007]80088009[[package]]8010name = "proc-macro-crate"8011version = "1.1.0"8012source = "registry+https://github.com/rust-lang/crates.io-index"8013checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"8014dependencies = [8015 "thiserror",8016 "toml",8017]80188019[[package]]8020name = "proc-macro-error"8021version = "1.0.4"8022source = "registry+https://github.com/rust-lang/crates.io-index"8023checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8024dependencies = [8025 "proc-macro-error-attr",8026 "proc-macro2",8027 "quote",8028 "syn",8029 "version_check",8030]80318032[[package]]8033name = "proc-macro-error-attr"8034version = "1.0.4"8035source = "registry+https://github.com/rust-lang/crates.io-index"8036checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8037dependencies = [8038 "proc-macro2",8039 "quote",8040 "version_check",8041]80428043[[package]]8044name = "proc-macro2"8045version = "1.0.36"8046source = "registry+https://github.com/rust-lang/crates.io-index"8047checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8048dependencies = [8049 "unicode-xid",8050]80518052[[package]]8053name = "prometheus"8054version = "0.13.0"8055source = "registry+https://github.com/rust-lang/crates.io-index"8056checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8057dependencies = [8058 "cfg-if 1.0.0",8059 "fnv",8060 "lazy_static",8061 "memchr",8062 "parking_lot 0.11.2",8063 "thiserror",8064]80658066[[package]]8067name = "prost"8068version = "0.9.0"8069source = "registry+https://github.com/rust-lang/crates.io-index"8070checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8071dependencies = [8072 "bytes 1.1.0",8073 "prost-derive",8074]80758076[[package]]8077name = "prost-build"8078version = "0.9.0"8079source = "registry+https://github.com/rust-lang/crates.io-index"8080checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8081dependencies = [8082 "bytes 1.1.0",8083 "heck",8084 "itertools",8085 "lazy_static",8086 "log",8087 "multimap",8088 "petgraph",8089 "prost",8090 "prost-types",8091 "regex",8092 "tempfile",8093 "which",8094]80958096[[package]]8097name = "prost-derive"8098version = "0.9.0"8099source = "registry+https://github.com/rust-lang/crates.io-index"8100checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8101dependencies = [8102 "anyhow",8103 "itertools",8104 "proc-macro2",8105 "quote",8106 "syn",8107]81088109[[package]]8110name = "prost-types"8111version = "0.9.0"8112source = "registry+https://github.com/rust-lang/crates.io-index"8113checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8114dependencies = [8115 "bytes 1.1.0",8116 "prost",8117]81188119[[package]]8120name = "psm"8121version = "0.1.16"8122source = "registry+https://github.com/rust-lang/crates.io-index"8123checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"8124dependencies = [8125 "cc",8126]81278128[[package]]8129name = "quick-error"8130version = "1.2.3"8131source = "registry+https://github.com/rust-lang/crates.io-index"8132checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"81338134[[package]]8135name = "quick-error"8136version = "2.0.1"8137source = "registry+https://github.com/rust-lang/crates.io-index"8138checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"81398140[[package]]8141name = "quicksink"8142version = "0.1.2"8143source = "registry+https://github.com/rust-lang/crates.io-index"8144checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8145dependencies = [8146 "futures-core",8147 "futures-sink",8148 "pin-project-lite 0.1.12",8149]81508151[[package]]8152name = "quote"8153version = "1.0.15"8154source = "registry+https://github.com/rust-lang/crates.io-index"8155checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"8156dependencies = [8157 "proc-macro2",8158]81598160[[package]]8161name = "radium"8162version = "0.6.2"8163source = "registry+https://github.com/rust-lang/crates.io-index"8164checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"81658166[[package]]8167name = "rand"8168version = "0.7.3"8169source = "registry+https://github.com/rust-lang/crates.io-index"8170checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8171dependencies = [8172 "getrandom 0.1.16",8173 "libc",8174 "rand_chacha 0.2.2",8175 "rand_core 0.5.1",8176 "rand_hc 0.2.0",8177 "rand_pcg",8178]81798180[[package]]8181name = "rand"8182version = "0.8.4"8183source = "registry+https://github.com/rust-lang/crates.io-index"8184checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8185dependencies = [8186 "libc",8187 "rand_chacha 0.3.1",8188 "rand_core 0.6.3",8189 "rand_hc 0.3.1",8190]81918192[[package]]8193name = "rand_chacha"8194version = "0.2.2"8195source = "registry+https://github.com/rust-lang/crates.io-index"8196checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8197dependencies = [8198 "ppv-lite86",8199 "rand_core 0.5.1",8200]82018202[[package]]8203name = "rand_chacha"8204version = "0.3.1"8205source = "registry+https://github.com/rust-lang/crates.io-index"8206checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8207dependencies = [8208 "ppv-lite86",8209 "rand_core 0.6.3",8210]82118212[[package]]8213name = "rand_core"8214version = "0.5.1"8215source = "registry+https://github.com/rust-lang/crates.io-index"8216checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8217dependencies = [8218 "getrandom 0.1.16",8219]82208221[[package]]8222name = "rand_core"8223version = "0.6.3"8224source = "registry+https://github.com/rust-lang/crates.io-index"8225checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8226dependencies = [8227 "getrandom 0.2.4",8228]82298230[[package]]8231name = "rand_distr"8232version = "0.4.3"8233source = "registry+https://github.com/rust-lang/crates.io-index"8234checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8235dependencies = [8236 "num-traits",8237 "rand 0.8.4",8238]82398240[[package]]8241name = "rand_hc"8242version = "0.2.0"8243source = "registry+https://github.com/rust-lang/crates.io-index"8244checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8245dependencies = [8246 "rand_core 0.5.1",8247]82488249[[package]]8250name = "rand_hc"8251version = "0.3.1"8252source = "registry+https://github.com/rust-lang/crates.io-index"8253checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8254dependencies = [8255 "rand_core 0.6.3",8256]82578258[[package]]8259name = "rand_pcg"8260version = "0.2.1"8261source = "registry+https://github.com/rust-lang/crates.io-index"8262checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8263dependencies = [8264 "rand_core 0.5.1",8265]82668267[[package]]8268name = "rawpointer"8269version = "0.2.1"8270source = "registry+https://github.com/rust-lang/crates.io-index"8271checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"82728273[[package]]8274name = "rayon"8275version = "1.5.1"8276source = "registry+https://github.com/rust-lang/crates.io-index"8277checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8278dependencies = [8279 "autocfg",8280 "crossbeam-deque",8281 "either",8282 "rayon-core",8283]82848285[[package]]8286name = "rayon-core"8287version = "1.9.1"8288source = "registry+https://github.com/rust-lang/crates.io-index"8289checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8290dependencies = [8291 "crossbeam-channel",8292 "crossbeam-deque",8293 "crossbeam-utils",8294 "lazy_static",8295 "num_cpus",8296]82978298[[package]]8299name = "redox_syscall"8300version = "0.1.57"8301source = "registry+https://github.com/rust-lang/crates.io-index"8302checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"83038304[[package]]8305name = "redox_syscall"8306version = "0.2.10"8307source = "registry+https://github.com/rust-lang/crates.io-index"8308checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8309dependencies = [8310 "bitflags",8311]83128313[[package]]8314name = "redox_users"8315version = "0.4.0"8316source = "registry+https://github.com/rust-lang/crates.io-index"8317checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8318dependencies = [8319 "getrandom 0.2.4",8320 "redox_syscall 0.2.10",8321]83228323[[package]]8324name = "reed-solomon-novelpoly"8325version = "1.0.0"8326source = "registry+https://github.com/rust-lang/crates.io-index"8327checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8328dependencies = [8329 "derive_more",8330 "fs-err",8331 "itertools",8332 "static_init",8333 "thiserror",8334]83358336[[package]]8337name = "ref-cast"8338version = "1.0.6"8339source = "registry+https://github.com/rust-lang/crates.io-index"8340checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8341dependencies = [8342 "ref-cast-impl",8343]83448345[[package]]8346name = "ref-cast-impl"8347version = "1.0.6"8348source = "registry+https://github.com/rust-lang/crates.io-index"8349checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8350dependencies = [8351 "proc-macro2",8352 "quote",8353 "syn",8354]83558356[[package]]8357name = "regalloc"8358version = "0.0.33"8359source = "registry+https://github.com/rust-lang/crates.io-index"8360checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8361dependencies = [8362 "log",8363 "rustc-hash",8364 "smallvec",8365]83668367[[package]]8368name = "regex"8369version = "1.5.4"8370source = "registry+https://github.com/rust-lang/crates.io-index"8371checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8372dependencies = [8373 "aho-corasick",8374 "memchr",8375 "regex-syntax",8376]83778378[[package]]8379name = "regex-automata"8380version = "0.1.10"8381source = "registry+https://github.com/rust-lang/crates.io-index"8382checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8383dependencies = [8384 "regex-syntax",8385]83868387[[package]]8388name = "regex-syntax"8389version = "0.6.25"8390source = "registry+https://github.com/rust-lang/crates.io-index"8391checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"83928393[[package]]8394name = "region"8395version = "2.2.0"8396source = "registry+https://github.com/rust-lang/crates.io-index"8397checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8398dependencies = [8399 "bitflags",8400 "libc",8401 "mach",8402 "winapi 0.3.9",8403]84048405[[package]]8406name = "remote-externalities"8407version = "0.10.0-dev"8408source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8409dependencies = [8410 "env_logger",8411 "jsonrpsee",8412 "log",8413 "parity-scale-codec",8414 "serde",8415 "serde_json",8416 "sp-core",8417 "sp-io",8418 "sp-runtime",8419 "sp-version",8420]84218422[[package]]8423name = "remove_dir_all"8424version = "0.5.3"8425source = "registry+https://github.com/rust-lang/crates.io-index"8426checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8427dependencies = [8428 "winapi 0.3.9",8429]84308431[[package]]8432name = "resolv-conf"8433version = "0.7.0"8434source = "registry+https://github.com/rust-lang/crates.io-index"8435checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8436dependencies = [8437 "hostname",8438 "quick-error 1.2.3",8439]84408441[[package]]8442name = "retain_mut"8443version = "0.1.6"8444source = "registry+https://github.com/rust-lang/crates.io-index"8445checksum = "51dd4445360338dab5116712bee1388dc727991d51969558a8882ab552e6db30"84468447[[package]]8448name = "ring"8449version = "0.16.20"8450source = "registry+https://github.com/rust-lang/crates.io-index"8451checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8452dependencies = [8453 "cc",8454 "libc",8455 "once_cell",8456 "spin",8457 "untrusted",8458 "web-sys",8459 "winapi 0.3.9",8460]84618462[[package]]8463name = "rlp"8464version = "0.5.1"8465source = "registry+https://github.com/rust-lang/crates.io-index"8466checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8467dependencies = [8468 "bytes 1.1.0",8469 "rustc-hex",8470]84718472[[package]]8473name = "rlp-derive"8474version = "0.1.0"8475source = "registry+https://github.com/rust-lang/crates.io-index"8476checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8477dependencies = [8478 "proc-macro2",8479 "quote",8480 "syn",8481]84828483[[package]]8484name = "rocksdb"8485version = "0.17.0"8486source = "registry+https://github.com/rust-lang/crates.io-index"8487checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8488dependencies = [8489 "libc",8490 "librocksdb-sys",8491]84928493[[package]]8494name = "rococo-runtime"8495version = "0.9.16"8496source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"8497dependencies = [8498 "beefy-primitives",8499 "bp-messages",8500 "bp-rococo",8501 "bp-runtime",8502 "bp-wococo",8503 "bridge-runtime-common",8504 "frame-benchmarking",8505 "frame-executive",8506 "frame-support",8507 "frame-system",8508 "frame-system-rpc-runtime-api",8509 "hex-literal",8510 "log",8511 "pallet-authority-discovery",8512 "pallet-authorship",8513 "pallet-babe",8514 "pallet-balances",8515 "pallet-beefy",8516 "pallet-beefy-mmr",8517 "pallet-bridge-dispatch",8518 "pallet-bridge-grandpa",8519 "pallet-bridge-messages",8520 "pallet-collective",8521 "pallet-grandpa",8522 "pallet-im-online",8523 "pallet-indices",8524 "pallet-membership",8525 "pallet-mmr",8526 "pallet-mmr-primitives",8527 "pallet-multisig",8528 "pallet-offences",8529 "pallet-proxy",8530 "pallet-session",8531 "pallet-staking",8532 "pallet-sudo",8533 "pallet-timestamp",8534 "pallet-transaction-payment",8535 "pallet-transaction-payment-rpc-runtime-api",8536 "pallet-utility",8537 "pallet-xcm",8538 "parity-scale-codec",8539 "polkadot-parachain",8540 "polkadot-primitives",8541 "polkadot-runtime-common",8542 "polkadot-runtime-parachains",8543 "rococo-runtime-constants",8544 "scale-info",8545 "serde",8546 "serde_derive",8547 "smallvec",8548 "sp-api",8549 "sp-authority-discovery",8550 "sp-block-builder",8551 "sp-consensus-babe",8552 "sp-core",8553 "sp-inherents",8554 "sp-io",8555 "sp-offchain",8556 "sp-runtime",8557 "sp-session",8558 "sp-staking",8559 "sp-std",8560 "sp-transaction-pool",8561 "sp-version",8562 "substrate-wasm-builder",8563 "xcm",8564 "xcm-builder",8565 "xcm-executor",8566]85678568[[package]]8569name = "rococo-runtime-constants"8570version = "0.9.16"8571source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"8572dependencies = [8573 "frame-support",8574 "polkadot-primitives",8575 "polkadot-runtime-common",8576 "smallvec",8577 "sp-runtime",8578]85798580[[package]]8581name = "rpassword"8582version = "5.0.1"8583source = "registry+https://github.com/rust-lang/crates.io-index"8584checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8585dependencies = [8586 "libc",8587 "winapi 0.3.9",8588]85898590[[package]]8591name = "rustc-demangle"8592version = "0.1.21"8593source = "registry+https://github.com/rust-lang/crates.io-index"8594checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"85958596[[package]]8597name = "rustc-hash"8598version = "1.1.0"8599source = "registry+https://github.com/rust-lang/crates.io-index"8600checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"86018602[[package]]8603name = "rustc-hex"8604version = "2.1.0"8605source = "registry+https://github.com/rust-lang/crates.io-index"8606checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"86078608[[package]]8609name = "rustc_version"8610version = "0.2.3"8611source = "registry+https://github.com/rust-lang/crates.io-index"8612checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8613dependencies = [8614 "semver 0.9.0",8615]86168617[[package]]8618name = "rustc_version"8619version = "0.3.3"8620source = "registry+https://github.com/rust-lang/crates.io-index"8621checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8622dependencies = [8623 "semver 0.11.0",8624]86258626[[package]]8627name = "rustc_version"8628version = "0.4.0"8629source = "registry+https://github.com/rust-lang/crates.io-index"8630checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8631dependencies = [8632 "semver 1.0.5",8633]86348635[[package]]8636name = "rustix"8637version = "0.31.3"8638source = "registry+https://github.com/rust-lang/crates.io-index"8639checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"8640dependencies = [8641 "bitflags",8642 "errno",8643 "io-lifetimes",8644 "libc",8645 "linux-raw-sys",8646 "winapi 0.3.9",8647]86488649[[package]]8650name = "rustls"8651version = "0.19.1"8652source = "registry+https://github.com/rust-lang/crates.io-index"8653checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8654dependencies = [8655 "base64",8656 "log",8657 "ring",8658 "sct",8659 "webpki",8660]86618662[[package]]8663name = "rustls-native-certs"8664version = "0.5.0"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8667dependencies = [8668 "openssl-probe",8669 "rustls",8670 "schannel",8671 "security-framework",8672]86738674[[package]]8675name = "rustversion"8676version = "1.0.6"8677source = "registry+https://github.com/rust-lang/crates.io-index"8678checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"86798680[[package]]8681name = "rw-stream-sink"8682version = "0.2.1"8683source = "registry+https://github.com/rust-lang/crates.io-index"8684checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8685dependencies = [8686 "futures 0.3.21",8687 "pin-project 0.4.29",8688 "static_assertions",8689]86908691[[package]]8692name = "ryu"8693version = "1.0.9"8694source = "registry+https://github.com/rust-lang/crates.io-index"8695checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"86968697[[package]]8698name = "safe-mix"8699version = "1.0.1"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8702dependencies = [8703 "rustc_version 0.2.3",8704]87058706[[package]]8707name = "salsa20"8708version = "0.9.0"8709source = "registry+https://github.com/rust-lang/crates.io-index"8710checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"8711dependencies = [8712 "cipher",8713]87148715[[package]]8716name = "same-file"8717version = "1.0.6"8718source = "registry+https://github.com/rust-lang/crates.io-index"8719checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8720dependencies = [8721 "winapi-util",8722]87238724[[package]]8725name = "sc-allocator"8726version = "4.1.0-dev"8727source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8728dependencies = [8729 "log",8730 "sp-core",8731 "sp-wasm-interface",8732 "thiserror",8733]87348735[[package]]8736name = "sc-authority-discovery"8737version = "0.10.0-dev"8738source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8739dependencies = [8740 "async-trait",8741 "derive_more",8742 "futures 0.3.21",8743 "futures-timer",8744 "ip_network",8745 "libp2p",8746 "log",8747 "parity-scale-codec",8748 "prost",8749 "prost-build",8750 "rand 0.7.3",8751 "sc-client-api",8752 "sc-network",8753 "sp-api",8754 "sp-authority-discovery",8755 "sp-blockchain",8756 "sp-core",8757 "sp-keystore",8758 "sp-runtime",8759 "substrate-prometheus-endpoint",8760]87618762[[package]]8763name = "sc-basic-authorship"8764version = "0.10.0-dev"8765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8766dependencies = [8767 "futures 0.3.21",8768 "futures-timer",8769 "log",8770 "parity-scale-codec",8771 "sc-block-builder",8772 "sc-client-api",8773 "sc-proposer-metrics",8774 "sc-telemetry",8775 "sc-transaction-pool-api",8776 "sp-api",8777 "sp-blockchain",8778 "sp-consensus",8779 "sp-core",8780 "sp-inherents",8781 "sp-runtime",8782 "substrate-prometheus-endpoint",8783]87848785[[package]]8786name = "sc-block-builder"8787version = "0.10.0-dev"8788source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8789dependencies = [8790 "parity-scale-codec",8791 "sc-client-api",8792 "sp-api",8793 "sp-block-builder",8794 "sp-blockchain",8795 "sp-core",8796 "sp-inherents",8797 "sp-runtime",8798 "sp-state-machine",8799]88008801[[package]]8802name = "sc-chain-spec"8803version = "4.0.0-dev"8804source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8805dependencies = [8806 "impl-trait-for-tuples",8807 "memmap2 0.5.3",8808 "parity-scale-codec",8809 "sc-chain-spec-derive",8810 "sc-network",8811 "sc-telemetry",8812 "serde",8813 "serde_json",8814 "sp-core",8815 "sp-runtime",8816]88178818[[package]]8819name = "sc-chain-spec-derive"8820version = "4.0.0-dev"8821source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8822dependencies = [8823 "proc-macro-crate 1.1.0",8824 "proc-macro2",8825 "quote",8826 "syn",8827]88288829[[package]]8830name = "sc-cli"8831version = "0.10.0-dev"8832source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8833dependencies = [8834 "chrono",8835 "fdlimit",8836 "futures 0.3.21",8837 "hex",8838 "libp2p",8839 "log",8840 "names",8841 "parity-scale-codec",8842 "rand 0.7.3",8843 "regex",8844 "rpassword",8845 "sc-client-api",8846 "sc-keystore",8847 "sc-network",8848 "sc-service",8849 "sc-telemetry",8850 "sc-tracing",8851 "sc-utils",8852 "serde",8853 "serde_json",8854 "sp-blockchain",8855 "sp-core",8856 "sp-keyring",8857 "sp-keystore",8858 "sp-panic-handler",8859 "sp-runtime",8860 "sp-version",8861 "structopt",8862 "thiserror",8863 "tiny-bip39",8864 "tokio 1.16.1",8865]88668867[[package]]8868name = "sc-client-api"8869version = "4.0.0-dev"8870source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8871dependencies = [8872 "fnv",8873 "futures 0.3.21",8874 "hash-db",8875 "log",8876 "parity-scale-codec",8877 "parking_lot 0.11.2",8878 "sc-executor",8879 "sc-transaction-pool-api",8880 "sc-utils",8881 "sp-api",8882 "sp-blockchain",8883 "sp-consensus",8884 "sp-core",8885 "sp-database",8886 "sp-externalities",8887 "sp-keystore",8888 "sp-runtime",8889 "sp-state-machine",8890 "sp-storage",8891 "sp-trie",8892 "substrate-prometheus-endpoint",8893]88948895[[package]]8896name = "sc-client-db"8897version = "0.10.0-dev"8898source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8899dependencies = [8900 "hash-db",8901 "kvdb",8902 "kvdb-memorydb",8903 "kvdb-rocksdb",8904 "linked-hash-map",8905 "log",8906 "parity-db",8907 "parity-scale-codec",8908 "parking_lot 0.11.2",8909 "sc-client-api",8910 "sc-state-db",8911 "sp-arithmetic",8912 "sp-blockchain",8913 "sp-core",8914 "sp-database",8915 "sp-runtime",8916 "sp-state-machine",8917 "sp-trie",8918]89198920[[package]]8921name = "sc-consensus"8922version = "0.10.0-dev"8923source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8924dependencies = [8925 "async-trait",8926 "futures 0.3.21",8927 "futures-timer",8928 "libp2p",8929 "log",8930 "parking_lot 0.11.2",8931 "sc-client-api",8932 "sc-utils",8933 "serde",8934 "sp-api",8935 "sp-blockchain",8936 "sp-consensus",8937 "sp-core",8938 "sp-runtime",8939 "sp-state-machine",8940 "substrate-prometheus-endpoint",8941 "thiserror",8942]89438944[[package]]8945name = "sc-consensus-aura"8946version = "0.10.0-dev"8947source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8948dependencies = [8949 "async-trait",8950 "derive_more",8951 "futures 0.3.21",8952 "log",8953 "parity-scale-codec",8954 "sc-block-builder",8955 "sc-client-api",8956 "sc-consensus",8957 "sc-consensus-slots",8958 "sc-telemetry",8959 "sp-api",8960 "sp-application-crypto",8961 "sp-block-builder",8962 "sp-blockchain",8963 "sp-consensus",8964 "sp-consensus-aura",8965 "sp-consensus-slots",8966 "sp-core",8967 "sp-inherents",8968 "sp-keystore",8969 "sp-runtime",8970 "substrate-prometheus-endpoint",8971]89728973[[package]]8974name = "sc-consensus-babe"8975version = "0.10.0-dev"8976source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8977dependencies = [8978 "async-trait",8979 "derive_more",8980 "fork-tree",8981 "futures 0.3.21",8982 "log",8983 "merlin",8984 "num-bigint",8985 "num-rational 0.2.4",8986 "num-traits",8987 "parity-scale-codec",8988 "parking_lot 0.11.2",8989 "rand 0.7.3",8990 "retain_mut",8991 "sc-client-api",8992 "sc-consensus",8993 "sc-consensus-epochs",8994 "sc-consensus-slots",8995 "sc-keystore",8996 "sc-telemetry",8997 "schnorrkel",8998 "serde",8999 "sp-api",9000 "sp-application-crypto",9001 "sp-block-builder",9002 "sp-blockchain",9003 "sp-consensus",9004 "sp-consensus-babe",9005 "sp-consensus-slots",9006 "sp-consensus-vrf",9007 "sp-core",9008 "sp-inherents",9009 "sp-io",9010 "sp-keystore",9011 "sp-runtime",9012 "sp-version",9013 "substrate-prometheus-endpoint",9014]90159016[[package]]9017name = "sc-consensus-babe-rpc"9018version = "0.10.0-dev"9019source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9020dependencies = [9021 "derive_more",9022 "futures 0.3.21",9023 "jsonrpc-core",9024 "jsonrpc-core-client",9025 "jsonrpc-derive",9026 "sc-consensus-babe",9027 "sc-consensus-epochs",9028 "sc-rpc-api",9029 "serde",9030 "sp-api",9031 "sp-application-crypto",9032 "sp-blockchain",9033 "sp-consensus",9034 "sp-consensus-babe",9035 "sp-core",9036 "sp-keystore",9037 "sp-runtime",9038]90399040[[package]]9041name = "sc-consensus-epochs"9042version = "0.10.0-dev"9043source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9044dependencies = [9045 "fork-tree",9046 "parity-scale-codec",9047 "sc-client-api",9048 "sc-consensus",9049 "sp-blockchain",9050 "sp-runtime",9051]90529053[[package]]9054name = "sc-consensus-slots"9055version = "0.10.0-dev"9056source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9057dependencies = [9058 "async-trait",9059 "futures 0.3.21",9060 "futures-timer",9061 "log",9062 "parity-scale-codec",9063 "sc-client-api",9064 "sc-consensus",9065 "sc-telemetry",9066 "sp-arithmetic",9067 "sp-blockchain",9068 "sp-consensus",9069 "sp-consensus-slots",9070 "sp-core",9071 "sp-inherents",9072 "sp-runtime",9073 "sp-state-machine",9074 "sp-timestamp",9075 "thiserror",9076]90779078[[package]]9079name = "sc-consensus-uncles"9080version = "0.10.0-dev"9081source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9082dependencies = [9083 "sc-client-api",9084 "sp-authorship",9085 "sp-runtime",9086 "thiserror",9087]90889089[[package]]9090name = "sc-executor"9091version = "0.10.0-dev"9092source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9093dependencies = [9094 "lazy_static",9095 "libsecp256k1 0.7.0",9096 "log",9097 "lru 0.6.6",9098 "parity-scale-codec",9099 "parking_lot 0.11.2",9100 "sc-executor-common",9101 "sc-executor-wasmi",9102 "sc-executor-wasmtime",9103 "sp-api",9104 "sp-core",9105 "sp-core-hashing-proc-macro",9106 "sp-externalities",9107 "sp-io",9108 "sp-panic-handler",9109 "sp-runtime-interface",9110 "sp-tasks",9111 "sp-trie",9112 "sp-version",9113 "sp-wasm-interface",9114 "wasmi",9115]91169117[[package]]9118name = "sc-executor-common"9119version = "0.10.0-dev"9120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9121dependencies = [9122 "derive_more",9123 "environmental",9124 "parity-scale-codec",9125 "sc-allocator",9126 "sp-core",9127 "sp-maybe-compressed-blob",9128 "sp-serializer",9129 "sp-wasm-interface",9130 "thiserror",9131 "wasm-instrument",9132 "wasmi",9133]91349135[[package]]9136name = "sc-executor-wasmi"9137version = "0.10.0-dev"9138source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9139dependencies = [9140 "log",9141 "parity-scale-codec",9142 "sc-allocator",9143 "sc-executor-common",9144 "scoped-tls",9145 "sp-core",9146 "sp-runtime-interface",9147 "sp-wasm-interface",9148 "wasmi",9149]91509151[[package]]9152name = "sc-executor-wasmtime"9153version = "0.10.0-dev"9154source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9155dependencies = [9156 "cfg-if 1.0.0",9157 "libc",9158 "log",9159 "parity-scale-codec",9160 "parity-wasm 0.42.2",9161 "sc-allocator",9162 "sc-executor-common",9163 "sp-core",9164 "sp-runtime-interface",9165 "sp-wasm-interface",9166 "wasmtime",9167]91689169[[package]]9170name = "sc-finality-grandpa"9171version = "0.10.0-dev"9172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9173dependencies = [9174 "async-trait",9175 "derive_more",9176 "dyn-clone",9177 "finality-grandpa",9178 "fork-tree",9179 "futures 0.3.21",9180 "futures-timer",9181 "log",9182 "parity-scale-codec",9183 "parking_lot 0.11.2",9184 "rand 0.8.4",9185 "sc-block-builder",9186 "sc-chain-spec",9187 "sc-client-api",9188 "sc-consensus",9189 "sc-keystore",9190 "sc-network",9191 "sc-network-gossip",9192 "sc-telemetry",9193 "sc-utils",9194 "serde_json",9195 "sp-api",9196 "sp-application-crypto",9197 "sp-arithmetic",9198 "sp-blockchain",9199 "sp-consensus",9200 "sp-core",9201 "sp-finality-grandpa",9202 "sp-keystore",9203 "sp-runtime",9204 "substrate-prometheus-endpoint",9205]92069207[[package]]9208name = "sc-finality-grandpa-rpc"9209version = "0.10.0-dev"9210source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9211dependencies = [9212 "derive_more",9213 "finality-grandpa",9214 "futures 0.3.21",9215 "jsonrpc-core",9216 "jsonrpc-core-client",9217 "jsonrpc-derive",9218 "jsonrpc-pubsub",9219 "log",9220 "parity-scale-codec",9221 "sc-client-api",9222 "sc-finality-grandpa",9223 "sc-rpc",9224 "serde",9225 "serde_json",9226 "sp-blockchain",9227 "sp-core",9228 "sp-runtime",9229]92309231[[package]]9232name = "sc-informant"9233version = "0.10.0-dev"9234source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9235dependencies = [9236 "ansi_term",9237 "futures 0.3.21",9238 "futures-timer",9239 "log",9240 "parity-util-mem",9241 "sc-client-api",9242 "sc-network",9243 "sc-transaction-pool-api",9244 "sp-blockchain",9245 "sp-runtime",9246]92479248[[package]]9249name = "sc-keystore"9250version = "4.0.0-dev"9251source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9252dependencies = [9253 "async-trait",9254 "derive_more",9255 "hex",9256 "parking_lot 0.11.2",9257 "serde_json",9258 "sp-application-crypto",9259 "sp-core",9260 "sp-keystore",9261]92629263[[package]]9264name = "sc-network"9265version = "0.10.0-dev"9266source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9267dependencies = [9268 "async-std",9269 "async-trait",9270 "asynchronous-codec 0.5.0",9271 "bitflags",9272 "bytes 1.1.0",9273 "cid",9274 "derive_more",9275 "either",9276 "fnv",9277 "fork-tree",9278 "futures 0.3.21",9279 "futures-timer",9280 "hex",9281 "ip_network",9282 "libp2p",9283 "linked-hash-map",9284 "linked_hash_set",9285 "log",9286 "lru 0.7.2",9287 "parity-scale-codec",9288 "parking_lot 0.11.2",9289 "pin-project 1.0.10",9290 "prost",9291 "prost-build",9292 "rand 0.7.3",9293 "sc-block-builder",9294 "sc-client-api",9295 "sc-consensus",9296 "sc-peerset",9297 "sc-utils",9298 "serde",9299 "serde_json",9300 "smallvec",9301 "sp-arithmetic",9302 "sp-blockchain",9303 "sp-consensus",9304 "sp-core",9305 "sp-finality-grandpa",9306 "sp-runtime",9307 "substrate-prometheus-endpoint",9308 "thiserror",9309 "unsigned-varint 0.6.0",9310 "void",9311 "zeroize",9312]93139314[[package]]9315name = "sc-network-gossip"9316version = "0.10.0-dev"9317source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9318dependencies = [9319 "futures 0.3.21",9320 "futures-timer",9321 "libp2p",9322 "log",9323 "lru 0.7.2",9324 "sc-network",9325 "sp-runtime",9326 "substrate-prometheus-endpoint",9327 "tracing",9328]93299330[[package]]9331name = "sc-offchain"9332version = "4.0.0-dev"9333source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9334dependencies = [9335 "bytes 1.1.0",9336 "fnv",9337 "futures 0.3.21",9338 "futures-timer",9339 "hex",9340 "hyper",9341 "hyper-rustls",9342 "num_cpus",9343 "once_cell",9344 "parity-scale-codec",9345 "parking_lot 0.11.2",9346 "rand 0.7.3",9347 "sc-client-api",9348 "sc-network",9349 "sc-utils",9350 "sp-api",9351 "sp-core",9352 "sp-offchain",9353 "sp-runtime",9354 "threadpool",9355 "tracing",9356]93579358[[package]]9359name = "sc-peerset"9360version = "4.0.0-dev"9361source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9362dependencies = [9363 "futures 0.3.21",9364 "libp2p",9365 "log",9366 "sc-utils",9367 "serde_json",9368 "wasm-timer",9369]93709371[[package]]9372name = "sc-proposer-metrics"9373version = "0.10.0-dev"9374source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9375dependencies = [9376 "log",9377 "substrate-prometheus-endpoint",9378]93799380[[package]]9381name = "sc-rpc"9382version = "4.0.0-dev"9383source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9384dependencies = [9385 "futures 0.3.21",9386 "hash-db",9387 "jsonrpc-core",9388 "jsonrpc-pubsub",9389 "log",9390 "parity-scale-codec",9391 "parking_lot 0.11.2",9392 "sc-block-builder",9393 "sc-chain-spec",9394 "sc-client-api",9395 "sc-rpc-api",9396 "sc-tracing",9397 "sc-transaction-pool-api",9398 "sc-utils",9399 "serde_json",9400 "sp-api",9401 "sp-blockchain",9402 "sp-core",9403 "sp-keystore",9404 "sp-offchain",9405 "sp-rpc",9406 "sp-runtime",9407 "sp-session",9408 "sp-version",9409]94109411[[package]]9412name = "sc-rpc-api"9413version = "0.10.0-dev"9414source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9415dependencies = [9416 "futures 0.3.21",9417 "jsonrpc-core",9418 "jsonrpc-core-client",9419 "jsonrpc-derive",9420 "jsonrpc-pubsub",9421 "log",9422 "parity-scale-codec",9423 "parking_lot 0.11.2",9424 "sc-chain-spec",9425 "sc-transaction-pool-api",9426 "serde",9427 "serde_json",9428 "sp-core",9429 "sp-rpc",9430 "sp-runtime",9431 "sp-tracing",9432 "sp-version",9433 "thiserror",9434]94359436[[package]]9437name = "sc-rpc-server"9438version = "4.0.0-dev"9439source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9440dependencies = [9441 "futures 0.3.21",9442 "jsonrpc-core",9443 "jsonrpc-http-server",9444 "jsonrpc-ipc-server",9445 "jsonrpc-pubsub",9446 "jsonrpc-ws-server",9447 "log",9448 "serde_json",9449 "substrate-prometheus-endpoint",9450 "tokio 1.16.1",9451]94529453[[package]]9454name = "sc-service"9455version = "0.10.0-dev"9456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9457dependencies = [9458 "async-trait",9459 "directories",9460 "exit-future",9461 "futures 0.3.21",9462 "futures-timer",9463 "hash-db",9464 "jsonrpc-core",9465 "jsonrpc-pubsub",9466 "log",9467 "parity-scale-codec",9468 "parity-util-mem",9469 "parking_lot 0.11.2",9470 "pin-project 1.0.10",9471 "rand 0.7.3",9472 "sc-block-builder",9473 "sc-chain-spec",9474 "sc-client-api",9475 "sc-client-db",9476 "sc-consensus",9477 "sc-executor",9478 "sc-informant",9479 "sc-keystore",9480 "sc-network",9481 "sc-offchain",9482 "sc-rpc",9483 "sc-rpc-server",9484 "sc-telemetry",9485 "sc-tracing",9486 "sc-transaction-pool",9487 "sc-transaction-pool-api",9488 "sc-utils",9489 "serde",9490 "serde_json",9491 "sp-api",9492 "sp-application-crypto",9493 "sp-block-builder",9494 "sp-blockchain",9495 "sp-consensus",9496 "sp-core",9497 "sp-externalities",9498 "sp-inherents",9499 "sp-keystore",9500 "sp-runtime",9501 "sp-session",9502 "sp-state-machine",9503 "sp-storage",9504 "sp-tracing",9505 "sp-transaction-pool",9506 "sp-transaction-storage-proof",9507 "sp-trie",9508 "sp-version",9509 "substrate-prometheus-endpoint",9510 "tempfile",9511 "thiserror",9512 "tokio 1.16.1",9513 "tracing",9514 "tracing-futures",9515]95169517[[package]]9518name = "sc-state-db"9519version = "0.10.0-dev"9520source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9521dependencies = [9522 "log",9523 "parity-scale-codec",9524 "parity-util-mem",9525 "parity-util-mem-derive",9526 "parking_lot 0.11.2",9527 "sc-client-api",9528 "sp-core",9529]95309531[[package]]9532name = "sc-sync-state-rpc"9533version = "0.10.0-dev"9534source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9535dependencies = [9536 "jsonrpc-core",9537 "jsonrpc-core-client",9538 "jsonrpc-derive",9539 "parity-scale-codec",9540 "sc-chain-spec",9541 "sc-client-api",9542 "sc-consensus-babe",9543 "sc-consensus-epochs",9544 "sc-finality-grandpa",9545 "sc-rpc-api",9546 "serde",9547 "serde_json",9548 "sp-blockchain",9549 "sp-runtime",9550 "thiserror",9551]95529553[[package]]9554name = "sc-telemetry"9555version = "4.0.0-dev"9556source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9557dependencies = [9558 "chrono",9559 "futures 0.3.21",9560 "libp2p",9561 "log",9562 "parking_lot 0.11.2",9563 "pin-project 1.0.10",9564 "rand 0.7.3",9565 "serde",9566 "serde_json",9567 "thiserror",9568 "wasm-timer",9569]95709571[[package]]9572name = "sc-tracing"9573version = "4.0.0-dev"9574source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9575dependencies = [9576 "ansi_term",9577 "atty",9578 "chrono",9579 "lazy_static",9580 "libc",9581 "log",9582 "once_cell",9583 "parking_lot 0.11.2",9584 "regex",9585 "rustc-hash",9586 "sc-client-api",9587 "sc-rpc-server",9588 "sc-tracing-proc-macro",9589 "serde",9590 "sp-api",9591 "sp-blockchain",9592 "sp-core",9593 "sp-rpc",9594 "sp-runtime",9595 "sp-tracing",9596 "thiserror",9597 "tracing",9598 "tracing-log",9599 "tracing-subscriber",9600]96019602[[package]]9603name = "sc-tracing-proc-macro"9604version = "4.0.0-dev"9605source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9606dependencies = [9607 "proc-macro-crate 1.1.0",9608 "proc-macro2",9609 "quote",9610 "syn",9611]96129613[[package]]9614name = "sc-transaction-pool"9615version = "4.0.0-dev"9616source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9617dependencies = [9618 "futures 0.3.21",9619 "futures-timer",9620 "linked-hash-map",9621 "log",9622 "parity-scale-codec",9623 "parity-util-mem",9624 "parking_lot 0.11.2",9625 "retain_mut",9626 "sc-client-api",9627 "sc-transaction-pool-api",9628 "sc-utils",9629 "serde",9630 "sp-api",9631 "sp-blockchain",9632 "sp-core",9633 "sp-runtime",9634 "sp-tracing",9635 "sp-transaction-pool",9636 "substrate-prometheus-endpoint",9637 "thiserror",9638]96399640[[package]]9641name = "sc-transaction-pool-api"9642version = "4.0.0-dev"9643source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9644dependencies = [9645 "derive_more",9646 "futures 0.3.21",9647 "log",9648 "serde",9649 "sp-blockchain",9650 "sp-runtime",9651 "thiserror",9652]96539654[[package]]9655name = "sc-utils"9656version = "4.0.0-dev"9657source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9658dependencies = [9659 "futures 0.3.21",9660 "futures-timer",9661 "lazy_static",9662 "parking_lot 0.11.2",9663 "prometheus",9664]96659666[[package]]9667name = "scale-info"9668version = "1.0.0"9669source = "registry+https://github.com/rust-lang/crates.io-index"9670checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9671dependencies = [9672 "bitvec",9673 "cfg-if 1.0.0",9674 "derive_more",9675 "parity-scale-codec",9676 "scale-info-derive",9677 "serde",9678]96799680[[package]]9681name = "scale-info-derive"9682version = "1.0.0"9683source = "registry+https://github.com/rust-lang/crates.io-index"9684checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9685dependencies = [9686 "proc-macro-crate 1.1.0",9687 "proc-macro2",9688 "quote",9689 "syn",9690]96919692[[package]]9693name = "schannel"9694version = "0.1.19"9695source = "registry+https://github.com/rust-lang/crates.io-index"9696checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9697dependencies = [9698 "lazy_static",9699 "winapi 0.3.9",9700]97019702[[package]]9703name = "schnorrkel"9704version = "0.9.1"9705source = "registry+https://github.com/rust-lang/crates.io-index"9706checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9707dependencies = [9708 "arrayref",9709 "arrayvec 0.5.2",9710 "curve25519-dalek 2.1.3",9711 "getrandom 0.1.16",9712 "merlin",9713 "rand 0.7.3",9714 "rand_core 0.5.1",9715 "sha2 0.8.2",9716 "subtle 2.4.1",9717 "zeroize",9718]97199720[[package]]9721name = "scoped-tls"9722version = "1.0.0"9723source = "registry+https://github.com/rust-lang/crates.io-index"9724checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"97259726[[package]]9727name = "scopeguard"9728version = "1.1.0"9729source = "registry+https://github.com/rust-lang/crates.io-index"9730checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"97319732[[package]]9733name = "sct"9734version = "0.6.1"9735source = "registry+https://github.com/rust-lang/crates.io-index"9736checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9737dependencies = [9738 "ring",9739 "untrusted",9740]97419742[[package]]9743name = "secrecy"9744version = "0.8.0"9745source = "registry+https://github.com/rust-lang/crates.io-index"9746checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"9747dependencies = [9748 "zeroize",9749]97509751[[package]]9752name = "security-framework"9753version = "2.6.1"9754source = "registry+https://github.com/rust-lang/crates.io-index"9755checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"9756dependencies = [9757 "bitflags",9758 "core-foundation",9759 "core-foundation-sys",9760 "libc",9761 "security-framework-sys",9762]97639764[[package]]9765name = "security-framework-sys"9766version = "2.6.1"9767source = "registry+https://github.com/rust-lang/crates.io-index"9768checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"9769dependencies = [9770 "core-foundation-sys",9771 "libc",9772]97739774[[package]]9775name = "semver"9776version = "0.6.0"9777source = "registry+https://github.com/rust-lang/crates.io-index"9778checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9779dependencies = [9780 "semver-parser 0.7.0",9781]97829783[[package]]9784name = "semver"9785version = "0.9.0"9786source = "registry+https://github.com/rust-lang/crates.io-index"9787checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9788dependencies = [9789 "semver-parser 0.7.0",9790]97919792[[package]]9793name = "semver"9794version = "0.11.0"9795source = "registry+https://github.com/rust-lang/crates.io-index"9796checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9797dependencies = [9798 "semver-parser 0.10.2",9799]98009801[[package]]9802name = "semver"9803version = "1.0.5"9804source = "registry+https://github.com/rust-lang/crates.io-index"9805checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"9806dependencies = [9807 "serde",9808]98099810[[package]]9811name = "semver-parser"9812version = "0.7.0"9813source = "registry+https://github.com/rust-lang/crates.io-index"9814checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"98159816[[package]]9817name = "semver-parser"9818version = "0.10.2"9819source = "registry+https://github.com/rust-lang/crates.io-index"9820checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9821dependencies = [9822 "pest",9823]98249825[[package]]9826name = "serde"9827version = "1.0.136"9828source = "registry+https://github.com/rust-lang/crates.io-index"9829checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"9830dependencies = [9831 "serde_derive",9832]98339834[[package]]9835name = "serde_derive"9836version = "1.0.136"9837source = "registry+https://github.com/rust-lang/crates.io-index"9838checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"9839dependencies = [9840 "proc-macro2",9841 "quote",9842 "syn",9843]98449845[[package]]9846name = "serde_json"9847version = "1.0.78"9848source = "registry+https://github.com/rust-lang/crates.io-index"9849checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"9850dependencies = [9851 "itoa 1.0.1",9852 "ryu",9853 "serde",9854]98559856[[package]]9857name = "sha-1"9858version = "0.8.2"9859source = "registry+https://github.com/rust-lang/crates.io-index"9860checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9861dependencies = [9862 "block-buffer 0.7.3",9863 "digest 0.8.1",9864 "fake-simd",9865 "opaque-debug 0.2.3",9866]98679868[[package]]9869name = "sha-1"9870version = "0.9.8"9871source = "registry+https://github.com/rust-lang/crates.io-index"9872checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"9873dependencies = [9874 "block-buffer 0.9.0",9875 "cfg-if 1.0.0",9876 "cpufeatures 0.2.1",9877 "digest 0.9.0",9878 "opaque-debug 0.3.0",9879]98809881[[package]]9882name = "sha2"9883version = "0.8.2"9884source = "registry+https://github.com/rust-lang/crates.io-index"9885checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9886dependencies = [9887 "block-buffer 0.7.3",9888 "digest 0.8.1",9889 "fake-simd",9890 "opaque-debug 0.2.3",9891]98929893[[package]]9894name = "sha2"9895version = "0.9.9"9896source = "registry+https://github.com/rust-lang/crates.io-index"9897checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"9898dependencies = [9899 "block-buffer 0.9.0",9900 "cfg-if 1.0.0",9901 "cpufeatures 0.2.1",9902 "digest 0.9.0",9903 "opaque-debug 0.3.0",9904]99059906[[package]]9907name = "sha2"9908version = "0.10.1"9909source = "registry+https://github.com/rust-lang/crates.io-index"9910checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"9911dependencies = [9912 "cfg-if 1.0.0",9913 "cpufeatures 0.2.1",9914 "digest 0.10.2",9915]99169917[[package]]9918name = "sha3"9919version = "0.8.2"9920source = "registry+https://github.com/rust-lang/crates.io-index"9921checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9922dependencies = [9923 "block-buffer 0.7.3",9924 "byte-tools",9925 "digest 0.8.1",9926 "keccak",9927 "opaque-debug 0.2.3",9928]99299930[[package]]9931name = "sha3"9932version = "0.9.1"9933source = "registry+https://github.com/rust-lang/crates.io-index"9934checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9935dependencies = [9936 "block-buffer 0.9.0",9937 "digest 0.9.0",9938 "keccak",9939 "opaque-debug 0.3.0",9940]99419942[[package]]9943name = "sharded-slab"9944version = "0.1.4"9945source = "registry+https://github.com/rust-lang/crates.io-index"9946checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"9947dependencies = [9948 "lazy_static",9949]99509951[[package]]9952name = "shlex"9953version = "1.1.0"9954source = "registry+https://github.com/rust-lang/crates.io-index"9955checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"99569957[[package]]9958name = "signal-hook"9959version = "0.3.13"9960source = "registry+https://github.com/rust-lang/crates.io-index"9961checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"9962dependencies = [9963 "libc",9964 "signal-hook-registry",9965]99669967[[package]]9968name = "signal-hook-registry"9969version = "1.4.0"9970source = "registry+https://github.com/rust-lang/crates.io-index"9971checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"9972dependencies = [9973 "libc",9974]99759976[[package]]9977name = "signature"9978version = "1.5.0"9979source = "registry+https://github.com/rust-lang/crates.io-index"9980checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"99819982[[package]]9983name = "simba"9984version = "0.5.1"9985source = "registry+https://github.com/rust-lang/crates.io-index"9986checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"9987dependencies = [9988 "approx",9989 "num-complex",9990 "num-traits",9991 "paste",9992]99939994[[package]]9995name = "slab"9996version = "0.4.5"9997source = "registry+https://github.com/rust-lang/crates.io-index"9998checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"999910000[[package]]10001name = "slot-range-helper"10002version = "0.9.16"10003source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"10004dependencies = [10005 "enumn",10006 "parity-scale-codec",10007 "paste",10008 "sp-runtime",10009 "sp-std",10010]1001110012[[package]]10013name = "slotmap"10014version = "1.0.6"10015source = "registry+https://github.com/rust-lang/crates.io-index"10016checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10017dependencies = [10018 "version_check",10019]1002010021[[package]]10022name = "smallvec"10023version = "1.8.0"10024source = "registry+https://github.com/rust-lang/crates.io-index"10025checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1002610027[[package]]10028name = "snap"10029version = "1.0.5"10030source = "registry+https://github.com/rust-lang/crates.io-index"10031checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1003210033[[package]]10034name = "snow"10035version = "0.8.0"10036source = "registry+https://github.com/rust-lang/crates.io-index"10037checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10038dependencies = [10039 "aes-gcm",10040 "blake2",10041 "chacha20poly1305",10042 "rand 0.8.4",10043 "rand_core 0.6.3",10044 "ring",10045 "rustc_version 0.3.3",10046 "sha2 0.9.9",10047 "subtle 2.4.1",10048 "x25519-dalek",10049]1005010051[[package]]10052name = "socket2"10053version = "0.3.19"10054source = "registry+https://github.com/rust-lang/crates.io-index"10055checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10056dependencies = [10057 "cfg-if 1.0.0",10058 "libc",10059 "winapi 0.3.9",10060]1006110062[[package]]10063name = "socket2"10064version = "0.4.4"10065source = "registry+https://github.com/rust-lang/crates.io-index"10066checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10067dependencies = [10068 "libc",10069 "winapi 0.3.9",10070]1007110072[[package]]10073name = "soketto"10074version = "0.7.1"10075source = "registry+https://github.com/rust-lang/crates.io-index"10076checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10077dependencies = [10078 "base64",10079 "bytes 1.1.0",10080 "flate2",10081 "futures 0.3.21",10082 "httparse",10083 "log",10084 "rand 0.8.4",10085 "sha-1 0.9.8",10086]1008710088[[package]]10089name = "sp-api"10090version = "4.0.0-dev"10091source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10092dependencies = [10093 "hash-db",10094 "log",10095 "parity-scale-codec",10096 "sp-api-proc-macro",10097 "sp-core",10098 "sp-runtime",10099 "sp-state-machine",10100 "sp-std",10101 "sp-version",10102 "thiserror",10103]1010410105[[package]]10106name = "sp-api-proc-macro"10107version = "4.0.0-dev"10108source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10109dependencies = [10110 "blake2-rfc",10111 "proc-macro-crate 1.1.0",10112 "proc-macro2",10113 "quote",10114 "syn",10115]1011610117[[package]]10118name = "sp-application-crypto"10119version = "4.0.0"10120source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10121dependencies = [10122 "parity-scale-codec",10123 "scale-info",10124 "serde",10125 "sp-core",10126 "sp-io",10127 "sp-std",10128]1012910130[[package]]10131name = "sp-arithmetic"10132version = "4.0.0"10133source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10134dependencies = [10135 "integer-sqrt",10136 "num-traits",10137 "parity-scale-codec",10138 "scale-info",10139 "serde",10140 "sp-debug-derive",10141 "sp-std",10142 "static_assertions",10143]1014410145[[package]]10146name = "sp-authority-discovery"10147version = "4.0.0-dev"10148source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10149dependencies = [10150 "parity-scale-codec",10151 "scale-info",10152 "sp-api",10153 "sp-application-crypto",10154 "sp-runtime",10155 "sp-std",10156]1015710158[[package]]10159name = "sp-authorship"10160version = "4.0.0-dev"10161source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10162dependencies = [10163 "async-trait",10164 "parity-scale-codec",10165 "sp-inherents",10166 "sp-runtime",10167 "sp-std",10168]1016910170[[package]]10171name = "sp-block-builder"10172version = "4.0.0-dev"10173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10174dependencies = [10175 "parity-scale-codec",10176 "sp-api",10177 "sp-inherents",10178 "sp-runtime",10179 "sp-std",10180]1018110182[[package]]10183name = "sp-blockchain"10184version = "4.0.0-dev"10185source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10186dependencies = [10187 "futures 0.3.21",10188 "log",10189 "lru 0.7.2",10190 "parity-scale-codec",10191 "parking_lot 0.11.2",10192 "sp-api",10193 "sp-consensus",10194 "sp-database",10195 "sp-runtime",10196 "sp-state-machine",10197 "thiserror",10198]1019910200[[package]]10201name = "sp-consensus"10202version = "0.10.0-dev"10203source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10204dependencies = [10205 "async-trait",10206 "futures 0.3.21",10207 "futures-timer",10208 "log",10209 "parity-scale-codec",10210 "sp-core",10211 "sp-inherents",10212 "sp-runtime",10213 "sp-state-machine",10214 "sp-std",10215 "sp-version",10216 "thiserror",10217]1021810219[[package]]10220name = "sp-consensus-aura"10221version = "0.10.0-dev"10222source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10223dependencies = [10224 "async-trait",10225 "parity-scale-codec",10226 "scale-info",10227 "sp-api",10228 "sp-application-crypto",10229 "sp-consensus",10230 "sp-consensus-slots",10231 "sp-inherents",10232 "sp-runtime",10233 "sp-std",10234 "sp-timestamp",10235]1023610237[[package]]10238name = "sp-consensus-babe"10239version = "0.10.0-dev"10240source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10241dependencies = [10242 "async-trait",10243 "merlin",10244 "parity-scale-codec",10245 "scale-info",10246 "serde",10247 "sp-api",10248 "sp-application-crypto",10249 "sp-consensus",10250 "sp-consensus-slots",10251 "sp-consensus-vrf",10252 "sp-core",10253 "sp-inherents",10254 "sp-keystore",10255 "sp-runtime",10256 "sp-std",10257 "sp-timestamp",10258]1025910260[[package]]10261name = "sp-consensus-slots"10262version = "0.10.0-dev"10263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10264dependencies = [10265 "parity-scale-codec",10266 "scale-info",10267 "serde",10268 "sp-arithmetic",10269 "sp-runtime",10270]1027110272[[package]]10273name = "sp-consensus-vrf"10274version = "0.10.0-dev"10275source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10276dependencies = [10277 "parity-scale-codec",10278 "schnorrkel",10279 "sp-core",10280 "sp-runtime",10281 "sp-std",10282]1028310284[[package]]10285name = "sp-core"10286version = "4.1.0-dev"10287source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10288dependencies = [10289 "base58",10290 "bitflags",10291 "blake2-rfc",10292 "byteorder",10293 "dyn-clonable",10294 "ed25519-dalek",10295 "futures 0.3.21",10296 "hash-db",10297 "hash256-std-hasher",10298 "hex",10299 "impl-serde",10300 "lazy_static",10301 "libsecp256k1 0.7.0",10302 "log",10303 "merlin",10304 "num-traits",10305 "parity-scale-codec",10306 "parity-util-mem",10307 "parking_lot 0.11.2",10308 "primitive-types 0.10.1",10309 "rand 0.7.3",10310 "regex",10311 "scale-info",10312 "schnorrkel",10313 "secrecy",10314 "serde",10315 "sha2 0.10.1",10316 "sp-core-hashing",10317 "sp-debug-derive",10318 "sp-externalities",10319 "sp-runtime-interface",10320 "sp-std",10321 "sp-storage",10322 "ss58-registry",10323 "substrate-bip39",10324 "thiserror",10325 "tiny-bip39",10326 "tiny-keccak",10327 "twox-hash",10328 "wasmi",10329 "zeroize",10330]1033110332[[package]]10333name = "sp-core-hashing"10334version = "4.0.0"10335source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10336dependencies = [10337 "blake2-rfc",10338 "byteorder",10339 "sha2 0.10.1",10340 "sp-std",10341 "tiny-keccak",10342 "twox-hash",10343]1034410345[[package]]10346name = "sp-core-hashing-proc-macro"10347version = "4.0.0-dev"10348source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10349dependencies = [10350 "proc-macro2",10351 "quote",10352 "sp-core-hashing",10353 "syn",10354]1035510356[[package]]10357name = "sp-database"10358version = "4.0.0-dev"10359source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10360dependencies = [10361 "kvdb",10362 "parking_lot 0.11.2",10363]1036410365[[package]]10366name = "sp-debug-derive"10367version = "4.0.0"10368source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10369dependencies = [10370 "proc-macro2",10371 "quote",10372 "syn",10373]1037410375[[package]]10376name = "sp-externalities"10377version = "0.10.0"10378source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10379dependencies = [10380 "environmental",10381 "parity-scale-codec",10382 "sp-std",10383 "sp-storage",10384]1038510386[[package]]10387name = "sp-finality-grandpa"10388version = "4.0.0-dev"10389source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10390dependencies = [10391 "finality-grandpa",10392 "log",10393 "parity-scale-codec",10394 "scale-info",10395 "serde",10396 "sp-api",10397 "sp-application-crypto",10398 "sp-core",10399 "sp-keystore",10400 "sp-runtime",10401 "sp-std",10402]1040310404[[package]]10405name = "sp-inherents"10406version = "4.0.0-dev"10407source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10408dependencies = [10409 "async-trait",10410 "impl-trait-for-tuples",10411 "parity-scale-codec",10412 "sp-core",10413 "sp-runtime",10414 "sp-std",10415 "thiserror",10416]1041710418[[package]]10419name = "sp-io"10420version = "4.0.0"10421source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10422dependencies = [10423 "futures 0.3.21",10424 "hash-db",10425 "libsecp256k1 0.7.0",10426 "log",10427 "parity-scale-codec",10428 "parking_lot 0.11.2",10429 "sp-core",10430 "sp-externalities",10431 "sp-keystore",10432 "sp-runtime-interface",10433 "sp-state-machine",10434 "sp-std",10435 "sp-tracing",10436 "sp-trie",10437 "sp-wasm-interface",10438 "tracing",10439 "tracing-core",10440]1044110442[[package]]10443name = "sp-keyring"10444version = "4.1.0-dev"10445source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10446dependencies = [10447 "lazy_static",10448 "sp-core",10449 "sp-runtime",10450 "strum 0.22.0",10451]1045210453[[package]]10454name = "sp-keystore"10455version = "0.10.0"10456source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10457dependencies = [10458 "async-trait",10459 "derive_more",10460 "futures 0.3.21",10461 "merlin",10462 "parity-scale-codec",10463 "parking_lot 0.11.2",10464 "schnorrkel",10465 "serde",10466 "sp-core",10467 "sp-externalities",10468]1046910470[[package]]10471name = "sp-maybe-compressed-blob"10472version = "4.1.0-dev"10473source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10474dependencies = [10475 "zstd",10476]1047710478[[package]]10479name = "sp-npos-elections"10480version = "4.0.0-dev"10481source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10482dependencies = [10483 "parity-scale-codec",10484 "scale-info",10485 "serde",10486 "sp-arithmetic",10487 "sp-core",10488 "sp-npos-elections-solution-type",10489 "sp-runtime",10490 "sp-std",10491]1049210493[[package]]10494name = "sp-npos-elections-solution-type"10495version = "4.0.0-dev"10496source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10497dependencies = [10498 "proc-macro-crate 1.1.0",10499 "proc-macro2",10500 "quote",10501 "syn",10502]1050310504[[package]]10505name = "sp-offchain"10506version = "4.0.0-dev"10507source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10508dependencies = [10509 "sp-api",10510 "sp-core",10511 "sp-runtime",10512]1051310514[[package]]10515name = "sp-panic-handler"10516version = "4.0.0"10517source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10518dependencies = [10519 "backtrace",10520 "lazy_static",10521 "regex",10522]1052310524[[package]]10525name = "sp-rpc"10526version = "4.0.0-dev"10527source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10528dependencies = [10529 "rustc-hash",10530 "serde",10531 "sp-core",10532]1053310534[[package]]10535name = "sp-runtime"10536version = "4.1.0-dev"10537source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10538dependencies = [10539 "either",10540 "hash256-std-hasher",10541 "impl-trait-for-tuples",10542 "log",10543 "parity-scale-codec",10544 "parity-util-mem",10545 "paste",10546 "rand 0.7.3",10547 "scale-info",10548 "serde",10549 "sp-application-crypto",10550 "sp-arithmetic",10551 "sp-core",10552 "sp-io",10553 "sp-std",10554]1055510556[[package]]10557name = "sp-runtime-interface"10558version = "4.1.0-dev"10559source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10560dependencies = [10561 "impl-trait-for-tuples",10562 "parity-scale-codec",10563 "primitive-types 0.10.1",10564 "sp-externalities",10565 "sp-runtime-interface-proc-macro",10566 "sp-std",10567 "sp-storage",10568 "sp-tracing",10569 "sp-wasm-interface",10570 "static_assertions",10571]1057210573[[package]]10574name = "sp-runtime-interface-proc-macro"10575version = "4.0.0"10576source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10577dependencies = [10578 "Inflector",10579 "proc-macro-crate 1.1.0",10580 "proc-macro2",10581 "quote",10582 "syn",10583]1058410585[[package]]10586name = "sp-serializer"10587version = "4.0.0-dev"10588source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10589dependencies = [10590 "serde",10591 "serde_json",10592]1059310594[[package]]10595name = "sp-session"10596version = "4.0.0-dev"10597source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10598dependencies = [10599 "parity-scale-codec",10600 "scale-info",10601 "sp-api",10602 "sp-core",10603 "sp-runtime",10604 "sp-staking",10605 "sp-std",10606]1060710608[[package]]10609name = "sp-staking"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-runtime",10616 "sp-std",10617]1061810619[[package]]10620name = "sp-state-machine"10621version = "0.10.0"10622source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10623dependencies = [10624 "hash-db",10625 "log",10626 "num-traits",10627 "parity-scale-codec",10628 "parking_lot 0.11.2",10629 "rand 0.7.3",10630 "smallvec",10631 "sp-core",10632 "sp-externalities",10633 "sp-panic-handler",10634 "sp-std",10635 "sp-trie",10636 "thiserror",10637 "tracing",10638 "trie-db",10639 "trie-root",10640]1064110642[[package]]10643name = "sp-std"10644version = "4.0.0"10645source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"1064610647[[package]]10648name = "sp-storage"10649version = "4.0.0"10650source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10651dependencies = [10652 "impl-serde",10653 "parity-scale-codec",10654 "ref-cast",10655 "serde",10656 "sp-debug-derive",10657 "sp-std",10658]1065910660[[package]]10661name = "sp-tasks"10662version = "4.0.0-dev"10663source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10664dependencies = [10665 "log",10666 "sp-core",10667 "sp-externalities",10668 "sp-io",10669 "sp-runtime-interface",10670 "sp-std",10671]1067210673[[package]]10674name = "sp-timestamp"10675version = "4.0.0-dev"10676source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10677dependencies = [10678 "async-trait",10679 "futures-timer",10680 "log",10681 "parity-scale-codec",10682 "sp-api",10683 "sp-inherents",10684 "sp-runtime",10685 "sp-std",10686 "thiserror",10687]1068810689[[package]]10690name = "sp-tracing"10691version = "4.0.0"10692source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10693dependencies = [10694 "parity-scale-codec",10695 "sp-std",10696 "tracing",10697 "tracing-core",10698 "tracing-subscriber",10699]1070010701[[package]]10702name = "sp-transaction-pool"10703version = "4.0.0-dev"10704source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10705dependencies = [10706 "sp-api",10707 "sp-runtime",10708]1070910710[[package]]10711name = "sp-transaction-storage-proof"10712version = "4.0.0-dev"10713source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10714dependencies = [10715 "async-trait",10716 "log",10717 "parity-scale-codec",10718 "scale-info",10719 "sp-core",10720 "sp-inherents",10721 "sp-runtime",10722 "sp-std",10723 "sp-trie",10724]1072510726[[package]]10727name = "sp-trie"10728version = "4.0.0"10729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10730dependencies = [10731 "hash-db",10732 "memory-db",10733 "parity-scale-codec",10734 "scale-info",10735 "sp-core",10736 "sp-std",10737 "trie-db",10738 "trie-root",10739]1074010741[[package]]10742name = "sp-version"10743version = "4.0.0-dev"10744source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10745dependencies = [10746 "impl-serde",10747 "parity-scale-codec",10748 "parity-wasm 0.42.2",10749 "scale-info",10750 "serde",10751 "sp-core-hashing-proc-macro",10752 "sp-runtime",10753 "sp-std",10754 "sp-version-proc-macro",10755 "thiserror",10756]1075710758[[package]]10759name = "sp-version-proc-macro"10760version = "4.0.0-dev"10761source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10762dependencies = [10763 "parity-scale-codec",10764 "proc-macro2",10765 "quote",10766 "syn",10767]1076810769[[package]]10770name = "sp-wasm-interface"10771version = "4.1.0-dev"10772source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10773dependencies = [10774 "impl-trait-for-tuples",10775 "log",10776 "parity-scale-codec",10777 "sp-std",10778 "wasmi",10779 "wasmtime",10780]1078110782[[package]]10783name = "spin"10784version = "0.5.2"10785source = "registry+https://github.com/rust-lang/crates.io-index"10786checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1078710788[[package]]10789name = "ss58-registry"10790version = "1.12.0"10791source = "registry+https://github.com/rust-lang/crates.io-index"10792checksum = "8319f44e20b42e5c11b88b1ad4130c35fe2974665a007b08b02322070177136a"10793dependencies = [10794 "Inflector",10795 "proc-macro2",10796 "quote",10797 "serde",10798 "serde_json",10799 "unicode-xid",10800]1080110802[[package]]10803name = "stable_deref_trait"10804version = "1.2.0"10805source = "registry+https://github.com/rust-lang/crates.io-index"10806checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1080710808[[package]]10809name = "static_assertions"10810version = "1.1.0"10811source = "registry+https://github.com/rust-lang/crates.io-index"10812checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1081310814[[package]]10815name = "static_init"10816version = "0.5.2"10817source = "registry+https://github.com/rust-lang/crates.io-index"10818checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10819dependencies = [10820 "cfg_aliases",10821 "libc",10822 "parking_lot 0.11.2",10823 "static_init_macro",10824]1082510826[[package]]10827name = "static_init_macro"10828version = "0.5.0"10829source = "registry+https://github.com/rust-lang/crates.io-index"10830checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10831dependencies = [10832 "cfg_aliases",10833 "memchr",10834 "proc-macro2",10835 "quote",10836 "syn",10837]1083810839[[package]]10840name = "statrs"10841version = "0.15.0"10842source = "registry+https://github.com/rust-lang/crates.io-index"10843checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10844dependencies = [10845 "approx",10846 "lazy_static",10847 "nalgebra",10848 "num-traits",10849 "rand 0.8.4",10850]1085110852[[package]]10853name = "strsim"10854version = "0.8.0"10855source = "registry+https://github.com/rust-lang/crates.io-index"10856checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1085710858[[package]]10859name = "strsim"10860version = "0.10.0"10861source = "registry+https://github.com/rust-lang/crates.io-index"10862checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1086310864[[package]]10865name = "structopt"10866version = "0.3.26"10867source = "registry+https://github.com/rust-lang/crates.io-index"10868checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"10869dependencies = [10870 "clap",10871 "lazy_static",10872 "structopt-derive",10873]1087410875[[package]]10876name = "structopt-derive"10877version = "0.4.18"10878source = "registry+https://github.com/rust-lang/crates.io-index"10879checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"10880dependencies = [10881 "heck",10882 "proc-macro-error",10883 "proc-macro2",10884 "quote",10885 "syn",10886]1088710888[[package]]10889name = "strum"10890version = "0.22.0"10891source = "registry+https://github.com/rust-lang/crates.io-index"10892checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"10893dependencies = [10894 "strum_macros 0.22.0",10895]1089610897[[package]]10898name = "strum"10899version = "0.23.0"10900source = "registry+https://github.com/rust-lang/crates.io-index"10901checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"10902dependencies = [10903 "strum_macros 0.23.1",10904]1090510906[[package]]10907name = "strum_macros"10908version = "0.22.0"10909source = "registry+https://github.com/rust-lang/crates.io-index"10910checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"10911dependencies = [10912 "heck",10913 "proc-macro2",10914 "quote",10915 "syn",10916]1091710918[[package]]10919name = "strum_macros"10920version = "0.23.1"10921source = "registry+https://github.com/rust-lang/crates.io-index"10922checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"10923dependencies = [10924 "heck",10925 "proc-macro2",10926 "quote",10927 "rustversion",10928 "syn",10929]1093010931[[package]]10932name = "substrate-bip39"10933version = "0.4.4"10934source = "registry+https://github.com/rust-lang/crates.io-index"10935checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"10936dependencies = [10937 "hmac 0.11.0",10938 "pbkdf2 0.8.0",10939 "schnorrkel",10940 "sha2 0.9.9",10941 "zeroize",10942]1094310944[[package]]10945name = "substrate-build-script-utils"10946version = "3.0.0"10947source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10948dependencies = [10949 "platforms",10950]1095110952[[package]]10953name = "substrate-frame-rpc-system"10954version = "4.0.0-dev"10955source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10956dependencies = [10957 "frame-system-rpc-runtime-api",10958 "futures 0.3.21",10959 "jsonrpc-core",10960 "jsonrpc-core-client",10961 "jsonrpc-derive",10962 "log",10963 "parity-scale-codec",10964 "sc-client-api",10965 "sc-rpc-api",10966 "sc-transaction-pool-api",10967 "sp-api",10968 "sp-block-builder",10969 "sp-blockchain",10970 "sp-core",10971 "sp-runtime",10972]1097310974[[package]]10975name = "substrate-prometheus-endpoint"10976version = "0.10.0-dev"10977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10978dependencies = [10979 "async-std",10980 "derive_more",10981 "futures-util",10982 "hyper",10983 "log",10984 "prometheus",10985 "tokio 1.16.1",10986]1098710988[[package]]10989name = "substrate-test-client"10990version = "2.0.1"10991source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10992dependencies = [10993 "async-trait",10994 "futures 0.3.21",10995 "hex",10996 "parity-scale-codec",10997 "sc-client-api",10998 "sc-client-db",10999 "sc-consensus",11000 "sc-executor",11001 "sc-offchain",11002 "sc-service",11003 "serde",11004 "serde_json",11005 "sp-blockchain",11006 "sp-consensus",11007 "sp-core",11008 "sp-keyring",11009 "sp-keystore",11010 "sp-runtime",11011 "sp-state-machine",11012]1101311014[[package]]11015name = "substrate-test-utils"11016version = "4.0.0-dev"11017source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11018dependencies = [11019 "futures 0.3.21",11020 "substrate-test-utils-derive",11021 "tokio 1.16.1",11022]1102311024[[package]]11025name = "substrate-test-utils-derive"11026version = "0.10.0-dev"11027source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11028dependencies = [11029 "proc-macro-crate 1.1.0",11030 "proc-macro2",11031 "quote",11032 "syn",11033]1103411035[[package]]11036name = "substrate-wasm-builder"11037version = "5.0.0-dev"11038source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11039dependencies = [11040 "ansi_term",11041 "build-helper",11042 "cargo_metadata",11043 "sp-maybe-compressed-blob",11044 "tempfile",11045 "toml",11046 "walkdir",11047 "wasm-gc-api",11048]1104911050[[package]]11051name = "subtle"11052version = "1.0.0"11053source = "registry+https://github.com/rust-lang/crates.io-index"11054checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1105511056[[package]]11057name = "subtle"11058version = "2.4.1"11059source = "registry+https://github.com/rust-lang/crates.io-index"11060checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1106111062[[package]]11063name = "syn"11064version = "1.0.86"11065source = "registry+https://github.com/rust-lang/crates.io-index"11066checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"11067dependencies = [11068 "proc-macro2",11069 "quote",11070 "unicode-xid",11071]1107211073[[package]]11074name = "synstructure"11075version = "0.12.6"11076source = "registry+https://github.com/rust-lang/crates.io-index"11077checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11078dependencies = [11079 "proc-macro2",11080 "quote",11081 "syn",11082 "unicode-xid",11083]1108411085[[package]]11086name = "tap"11087version = "1.0.1"11088source = "registry+https://github.com/rust-lang/crates.io-index"11089checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1109011091[[package]]11092name = "target-lexicon"11093version = "0.12.3"11094source = "registry+https://github.com/rust-lang/crates.io-index"11095checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1109611097[[package]]11098name = "tempfile"11099version = "3.3.0"11100source = "registry+https://github.com/rust-lang/crates.io-index"11101checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11102dependencies = [11103 "cfg-if 1.0.0",11104 "fastrand",11105 "libc",11106 "redox_syscall 0.2.10",11107 "remove_dir_all",11108 "winapi 0.3.9",11109]1111011111[[package]]11112name = "termcolor"11113version = "1.1.2"11114source = "registry+https://github.com/rust-lang/crates.io-index"11115checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11116dependencies = [11117 "winapi-util",11118]1111911120[[package]]11121name = "test-runtime-constants"11122version = "0.9.16"11123source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"11124dependencies = [11125 "frame-support",11126 "polkadot-primitives",11127 "polkadot-runtime-common",11128 "smallvec",11129 "sp-runtime",11130]1113111132[[package]]11133name = "textwrap"11134version = "0.11.0"11135source = "registry+https://github.com/rust-lang/crates.io-index"11136checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11137dependencies = [11138 "unicode-width",11139]1114011141[[package]]11142name = "thiserror"11143version = "1.0.30"11144source = "registry+https://github.com/rust-lang/crates.io-index"11145checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11146dependencies = [11147 "thiserror-impl",11148]1114911150[[package]]11151name = "thiserror-impl"11152version = "1.0.30"11153source = "registry+https://github.com/rust-lang/crates.io-index"11154checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11155dependencies = [11156 "proc-macro2",11157 "quote",11158 "syn",11159]1116011161[[package]]11162name = "thread_local"11163version = "1.1.4"11164source = "registry+https://github.com/rust-lang/crates.io-index"11165checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11166dependencies = [11167 "once_cell",11168]1116911170[[package]]11171name = "threadpool"11172version = "1.8.1"11173source = "registry+https://github.com/rust-lang/crates.io-index"11174checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11175dependencies = [11176 "num_cpus",11177]1117811179[[package]]11180name = "thrift"11181version = "0.15.0"11182source = "registry+https://github.com/rust-lang/crates.io-index"11183checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11184dependencies = [11185 "byteorder",11186 "integer-encoding",11187 "log",11188 "ordered-float",11189 "threadpool",11190]1119111192[[package]]11193name = "time"11194version = "0.1.44"11195source = "registry+https://github.com/rust-lang/crates.io-index"11196checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11197dependencies = [11198 "libc",11199 "wasi 0.10.0+wasi-snapshot-preview1",11200 "winapi 0.3.9",11201]1120211203[[package]]11204name = "tiny-bip39"11205version = "0.8.2"11206source = "registry+https://github.com/rust-lang/crates.io-index"11207checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11208dependencies = [11209 "anyhow",11210 "hmac 0.8.1",11211 "once_cell",11212 "pbkdf2 0.4.0",11213 "rand 0.7.3",11214 "rustc-hash",11215 "sha2 0.9.9",11216 "thiserror",11217 "unicode-normalization",11218 "wasm-bindgen",11219 "zeroize",11220]1122111222[[package]]11223name = "tiny-keccak"11224version = "2.0.2"11225source = "registry+https://github.com/rust-lang/crates.io-index"11226checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11227dependencies = [11228 "crunchy",11229]1123011231[[package]]11232name = "tinyvec"11233version = "1.5.1"11234source = "registry+https://github.com/rust-lang/crates.io-index"11235checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11236dependencies = [11237 "tinyvec_macros",11238]1123911240[[package]]11241name = "tinyvec_macros"11242version = "0.1.0"11243source = "registry+https://github.com/rust-lang/crates.io-index"11244checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1124511246[[package]]11247name = "tokio"11248version = "0.2.25"11249source = "registry+https://github.com/rust-lang/crates.io-index"11250checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11251dependencies = [11252 "bytes 0.5.6",11253 "fnv",11254 "pin-project-lite 0.1.12",11255 "tokio-macros 0.2.6",11256]1125711258[[package]]11259name = "tokio"11260version = "1.16.1"11261source = "registry+https://github.com/rust-lang/crates.io-index"11262checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"11263dependencies = [11264 "bytes 1.1.0",11265 "libc",11266 "memchr",11267 "mio 0.7.14",11268 "num_cpus",11269 "once_cell",11270 "pin-project-lite 0.2.8",11271 "signal-hook-registry",11272 "tokio-macros 1.7.0",11273 "winapi 0.3.9",11274]1127511276[[package]]11277name = "tokio-macros"11278version = "0.2.6"11279source = "registry+https://github.com/rust-lang/crates.io-index"11280checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11281dependencies = [11282 "proc-macro2",11283 "quote",11284 "syn",11285]1128611287[[package]]11288name = "tokio-macros"11289version = "1.7.0"11290source = "registry+https://github.com/rust-lang/crates.io-index"11291checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"11292dependencies = [11293 "proc-macro2",11294 "quote",11295 "syn",11296]1129711298[[package]]11299name = "tokio-rustls"11300version = "0.22.0"11301source = "registry+https://github.com/rust-lang/crates.io-index"11302checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11303dependencies = [11304 "rustls",11305 "tokio 1.16.1",11306 "webpki",11307]1130811309[[package]]11310name = "tokio-stream"11311version = "0.1.8"11312source = "registry+https://github.com/rust-lang/crates.io-index"11313checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11314dependencies = [11315 "futures-core",11316 "pin-project-lite 0.2.8",11317 "tokio 1.16.1",11318]1131911320[[package]]11321name = "tokio-util"11322version = "0.6.9"11323source = "registry+https://github.com/rust-lang/crates.io-index"11324checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11325dependencies = [11326 "bytes 1.1.0",11327 "futures-core",11328 "futures-io",11329 "futures-sink",11330 "log",11331 "pin-project-lite 0.2.8",11332 "tokio 1.16.1",11333]1133411335[[package]]11336name = "toml"11337version = "0.5.8"11338source = "registry+https://github.com/rust-lang/crates.io-index"11339checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11340dependencies = [11341 "serde",11342]1134311344[[package]]11345name = "tower-service"11346version = "0.3.1"11347source = "registry+https://github.com/rust-lang/crates.io-index"11348checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1134911350[[package]]11351name = "tracing"11352version = "0.1.30"11353source = "registry+https://github.com/rust-lang/crates.io-index"11354checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"11355dependencies = [11356 "cfg-if 1.0.0",11357 "pin-project-lite 0.2.8",11358 "tracing-attributes",11359 "tracing-core",11360]1136111362[[package]]11363name = "tracing-attributes"11364version = "0.1.19"11365source = "registry+https://github.com/rust-lang/crates.io-index"11366checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"11367dependencies = [11368 "proc-macro2",11369 "quote",11370 "syn",11371]1137211373[[package]]11374name = "tracing-core"11375version = "0.1.22"11376source = "registry+https://github.com/rust-lang/crates.io-index"11377checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"11378dependencies = [11379 "lazy_static",11380 "valuable",11381]1138211383[[package]]11384name = "tracing-futures"11385version = "0.2.5"11386source = "registry+https://github.com/rust-lang/crates.io-index"11387checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11388dependencies = [11389 "pin-project 1.0.10",11390 "tracing",11391]1139211393[[package]]11394name = "tracing-log"11395version = "0.1.2"11396source = "registry+https://github.com/rust-lang/crates.io-index"11397checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11398dependencies = [11399 "lazy_static",11400 "log",11401 "tracing-core",11402]1140311404[[package]]11405name = "tracing-serde"11406version = "0.1.3"11407source = "registry+https://github.com/rust-lang/crates.io-index"11408checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"11409dependencies = [11410 "serde",11411 "tracing-core",11412]1141311414[[package]]11415name = "tracing-subscriber"11416version = "0.2.25"11417source = "registry+https://github.com/rust-lang/crates.io-index"11418checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11419dependencies = [11420 "ansi_term",11421 "chrono",11422 "lazy_static",11423 "matchers",11424 "parking_lot 0.11.2",11425 "regex",11426 "serde",11427 "serde_json",11428 "sharded-slab",11429 "smallvec",11430 "thread_local",11431 "tracing",11432 "tracing-core",11433 "tracing-log",11434 "tracing-serde",11435]1143611437[[package]]11438name = "trie-db"11439version = "0.23.1"11440source = "registry+https://github.com/rust-lang/crates.io-index"11441checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"11442dependencies = [11443 "hash-db",11444 "hashbrown 0.12.0",11445 "log",11446 "rustc-hex",11447 "smallvec",11448]1144911450[[package]]11451name = "trie-root"11452version = "0.17.0"11453source = "registry+https://github.com/rust-lang/crates.io-index"11454checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"11455dependencies = [11456 "hash-db",11457]1145811459[[package]]11460name = "triehash"11461version = "0.8.4"11462source = "registry+https://github.com/rust-lang/crates.io-index"11463checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11464dependencies = [11465 "hash-db",11466 "rlp",11467]1146811469[[package]]11470name = "trust-dns-proto"11471version = "0.20.4"11472source = "registry+https://github.com/rust-lang/crates.io-index"11473checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"11474dependencies = [11475 "async-trait",11476 "cfg-if 1.0.0",11477 "data-encoding",11478 "enum-as-inner",11479 "futures-channel",11480 "futures-io",11481 "futures-util",11482 "idna 0.2.3",11483 "ipnet",11484 "lazy_static",11485 "log",11486 "rand 0.8.4",11487 "smallvec",11488 "thiserror",11489 "tinyvec",11490 "url 2.2.2",11491]1149211493[[package]]11494name = "trust-dns-resolver"11495version = "0.20.4"11496source = "registry+https://github.com/rust-lang/crates.io-index"11497checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"11498dependencies = [11499 "cfg-if 1.0.0",11500 "futures-util",11501 "ipconfig",11502 "lazy_static",11503 "log",11504 "lru-cache",11505 "parking_lot 0.11.2",11506 "resolv-conf",11507 "smallvec",11508 "thiserror",11509 "trust-dns-proto",11510]1151111512[[package]]11513name = "try-lock"11514version = "0.2.3"11515source = "registry+https://github.com/rust-lang/crates.io-index"11516checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1151711518[[package]]11519name = "try-runtime-cli"11520version = "0.10.0-dev"11521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11522dependencies = [11523 "jsonrpsee",11524 "log",11525 "parity-scale-codec",11526 "remote-externalities",11527 "sc-chain-spec",11528 "sc-cli",11529 "sc-executor",11530 "sc-service",11531 "serde",11532 "sp-core",11533 "sp-externalities",11534 "sp-io",11535 "sp-keystore",11536 "sp-runtime",11537 "sp-state-machine",11538 "sp-version",11539 "structopt",11540 "zstd",11541]1154211543[[package]]11544name = "tt-call"11545version = "1.0.8"11546source = "registry+https://github.com/rust-lang/crates.io-index"11547checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1154811549[[package]]11550name = "twox-hash"11551version = "1.6.2"11552source = "registry+https://github.com/rust-lang/crates.io-index"11553checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"11554dependencies = [11555 "cfg-if 1.0.0",11556 "rand 0.8.4",11557 "static_assertions",11558]1155911560[[package]]11561name = "typenum"11562version = "1.15.0"11563source = "registry+https://github.com/rust-lang/crates.io-index"11564checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1156511566[[package]]11567name = "uc-rpc"11568version = "0.1.0"11569dependencies = [11570 "jsonrpc-core",11571 "jsonrpc-core-client",11572 "jsonrpc-derive",11573 "pallet-common",11574 "parity-scale-codec",11575 "sp-api",11576 "sp-blockchain",11577 "sp-core",11578 "sp-rpc",11579 "sp-runtime",11580 "up-data-structs",11581 "up-rpc",11582]1158311584[[package]]11585name = "ucd-trie"11586version = "0.1.3"11587source = "registry+https://github.com/rust-lang/crates.io-index"11588checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1158911590[[package]]11591name = "uint"11592version = "0.9.3"11593source = "registry+https://github.com/rust-lang/crates.io-index"11594checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"11595dependencies = [11596 "byteorder",11597 "crunchy",11598 "hex",11599 "static_assertions",11600]1160111602[[package]]11603name = "unicase"11604version = "2.6.0"11605source = "registry+https://github.com/rust-lang/crates.io-index"11606checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11607dependencies = [11608 "version_check",11609]1161011611[[package]]11612name = "unicode-bidi"11613version = "0.3.7"11614source = "registry+https://github.com/rust-lang/crates.io-index"11615checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1161611617[[package]]11618name = "unicode-normalization"11619version = "0.1.19"11620source = "registry+https://github.com/rust-lang/crates.io-index"11621checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11622dependencies = [11623 "tinyvec",11624]1162511626[[package]]11627name = "unicode-segmentation"11628version = "1.9.0"11629source = "registry+https://github.com/rust-lang/crates.io-index"11630checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1163111632[[package]]11633name = "unicode-width"11634version = "0.1.9"11635source = "registry+https://github.com/rust-lang/crates.io-index"11636checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1163711638[[package]]11639name = "unicode-xid"11640version = "0.2.2"11641source = "registry+https://github.com/rust-lang/crates.io-index"11642checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1164311644[[package]]11645name = "unique-node"11646version = "0.9.16"11647dependencies = [11648 "cumulus-client-cli",11649 "cumulus-client-collator",11650 "cumulus-client-consensus-aura",11651 "cumulus-client-consensus-common",11652 "cumulus-client-network",11653 "cumulus-client-service",11654 "cumulus-primitives-core",11655 "cumulus-primitives-parachain-inherent",11656 "cumulus-relay-chain-interface",11657 "cumulus-relay-chain-local",11658 "fc-consensus",11659 "fc-db",11660 "fc-mapping-sync",11661 "fc-rpc",11662 "fc-rpc-core",11663 "flexi_logger",11664 "fp-rpc",11665 "frame-benchmarking",11666 "frame-benchmarking-cli",11667 "futures 0.3.21",11668 "jsonrpc-core",11669 "jsonrpc-pubsub",11670 "log",11671 "pallet-ethereum",11672 "pallet-transaction-payment-rpc",11673 "parity-scale-codec",11674 "parking_lot 0.11.2",11675 "polkadot-cli",11676 "polkadot-parachain",11677 "polkadot-primitives",11678 "polkadot-service",11679 "polkadot-test-service",11680 "sc-basic-authorship",11681 "sc-chain-spec",11682 "sc-cli",11683 "sc-client-api",11684 "sc-consensus",11685 "sc-consensus-aura",11686 "sc-executor",11687 "sc-finality-grandpa",11688 "sc-keystore",11689 "sc-network",11690 "sc-rpc",11691 "sc-rpc-api",11692 "sc-service",11693 "sc-telemetry",11694 "sc-tracing",11695 "sc-transaction-pool",11696 "serde",11697 "serde_json",11698 "sp-api",11699 "sp-block-builder",11700 "sp-blockchain",11701 "sp-consensus",11702 "sp-consensus-aura",11703 "sp-core",11704 "sp-finality-grandpa",11705 "sp-inherents",11706 "sp-keystore",11707 "sp-offchain",11708 "sp-runtime",11709 "sp-session",11710 "sp-timestamp",11711 "sp-transaction-pool",11712 "sp-trie",11713 "structopt",11714 "substrate-build-script-utils",11715 "substrate-frame-rpc-system",11716 "substrate-prometheus-endpoint",11717 "unique-rpc",11718 "unique-runtime",11719 "up-data-structs",11720]1172111722[[package]]11723name = "unique-rpc"11724version = "0.1.0"11725dependencies = [11726 "fc-db",11727 "fc-mapping-sync",11728 "fc-rpc",11729 "fc-rpc-core",11730 "fp-rpc",11731 "futures 0.3.21",11732 "jsonrpc-core",11733 "jsonrpc-pubsub",11734 "pallet-ethereum",11735 "pallet-transaction-payment-rpc",11736 "pallet-transaction-payment-rpc-runtime-api",11737 "pallet-unique",11738 "sc-client-api",11739 "sc-consensus-aura",11740 "sc-consensus-epochs",11741 "sc-finality-grandpa",11742 "sc-finality-grandpa-rpc",11743 "sc-keystore",11744 "sc-network",11745 "sc-rpc",11746 "sc-rpc-api",11747 "sc-service",11748 "sc-transaction-pool",11749 "sp-api",11750 "sp-block-builder",11751 "sp-blockchain",11752 "sp-consensus",11753 "sp-consensus-aura",11754 "sp-core",11755 "sp-offchain",11756 "sp-runtime",11757 "sp-session",11758 "sp-storage",11759 "sp-transaction-pool",11760 "substrate-frame-rpc-system",11761 "tokio 0.2.25",11762 "uc-rpc",11763 "unique-runtime",11764 "up-rpc",11765]1176611767[[package]]11768name = "unique-runtime"11769version = "0.9.16"11770dependencies = [11771 "cumulus-pallet-aura-ext",11772 "cumulus-pallet-dmp-queue",11773 "cumulus-pallet-parachain-system",11774 "cumulus-pallet-xcm",11775 "cumulus-pallet-xcmp-queue",11776 "cumulus-primitives-core",11777 "cumulus-primitives-timestamp",11778 "cumulus-primitives-utility",11779 "derivative",11780 "fp-rpc",11781 "fp-self-contained",11782 "frame-benchmarking",11783 "frame-executive",11784 "frame-support",11785 "frame-system",11786 "frame-system-benchmarking",11787 "frame-system-rpc-runtime-api",11788 "hex-literal",11789 "orml-vesting",11790 "pallet-aura",11791 "pallet-balances",11792 "pallet-base-fee",11793 "pallet-common",11794 "pallet-ethereum",11795 "pallet-evm",11796 "pallet-evm-coder-substrate",11797 "pallet-evm-contract-helpers",11798 "pallet-evm-migration",11799 "pallet-evm-transaction-payment",11800 "pallet-fungible",11801 "pallet-inflation",11802 "pallet-nonfungible",11803 "pallet-randomness-collective-flip",11804 "pallet-refungible",11805 "pallet-sudo",11806 "pallet-template-transaction-payment",11807 "pallet-timestamp",11808 "pallet-transaction-payment",11809 "pallet-transaction-payment-rpc-runtime-api",11810 "pallet-treasury",11811 "pallet-unique",11812 "pallet-unq-scheduler",11813 "pallet-xcm",11814 "parachain-info",11815 "parity-scale-codec",11816 "polkadot-parachain",11817 "scale-info",11818 "serde",11819 "smallvec",11820 "sp-api",11821 "sp-arithmetic",11822 "sp-block-builder",11823 "sp-consensus-aura",11824 "sp-core",11825 "sp-inherents",11826 "sp-io",11827 "sp-offchain",11828 "sp-runtime",11829 "sp-session",11830 "sp-std",11831 "sp-transaction-pool",11832 "sp-version",11833 "substrate-wasm-builder",11834 "up-data-structs",11835 "up-evm-mapping",11836 "up-rpc",11837 "xcm",11838 "xcm-builder",11839 "xcm-executor",11840]1184111842[[package]]11843name = "universal-hash"11844version = "0.4.1"11845source = "registry+https://github.com/rust-lang/crates.io-index"11846checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11847dependencies = [11848 "generic-array 0.14.5",11849 "subtle 2.4.1",11850]1185111852[[package]]11853name = "unsigned-varint"11854version = "0.5.1"11855source = "registry+https://github.com/rust-lang/crates.io-index"11856checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1185711858[[package]]11859name = "unsigned-varint"11860version = "0.6.0"11861source = "registry+https://github.com/rust-lang/crates.io-index"11862checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11863dependencies = [11864 "asynchronous-codec 0.5.0",11865 "bytes 1.1.0",11866 "futures-io",11867 "futures-util",11868]1186911870[[package]]11871name = "unsigned-varint"11872version = "0.7.1"11873source = "registry+https://github.com/rust-lang/crates.io-index"11874checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"11875dependencies = [11876 "asynchronous-codec 0.6.0",11877 "bytes 1.1.0",11878 "futures-io",11879 "futures-util",11880]1188111882[[package]]11883name = "untrusted"11884version = "0.7.1"11885source = "registry+https://github.com/rust-lang/crates.io-index"11886checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1188711888[[package]]11889name = "up-data-structs"11890version = "0.1.0"11891dependencies = [11892 "derivative",11893 "frame-support",11894 "frame-system",11895 "parity-scale-codec",11896 "scale-info",11897 "serde",11898 "sp-core",11899 "sp-runtime",11900 "sp-std",11901]1190211903[[package]]11904name = "up-evm-mapping"11905version = "0.1.0"11906dependencies = [11907 "frame-support",11908 "sp-core",11909]1191011911[[package]]11912name = "up-rpc"11913version = "0.1.0"11914dependencies = [11915 "pallet-common",11916 "parity-scale-codec",11917 "sp-api",11918 "sp-core",11919 "sp-runtime",11920 "sp-std",11921 "up-data-structs",11922]1192311924[[package]]11925name = "up-sponsorship"11926version = "0.1.0"11927source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.16#a08e9828d44c54ec9905e9c7f642f0e734f92780"11928dependencies = [11929 "impl-trait-for-tuples",11930]1193111932[[package]]11933name = "url"11934version = "1.7.2"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11937dependencies = [11938 "idna 0.1.5",11939 "matches",11940 "percent-encoding 1.0.1",11941]1194211943[[package]]11944name = "url"11945version = "2.2.2"11946source = "registry+https://github.com/rust-lang/crates.io-index"11947checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11948dependencies = [11949 "form_urlencoded",11950 "idna 0.2.3",11951 "matches",11952 "percent-encoding 2.1.0",11953]1195411955[[package]]11956name = "valuable"11957version = "0.1.0"11958source = "registry+https://github.com/rust-lang/crates.io-index"11959checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1196011961[[package]]11962name = "value-bag"11963version = "1.0.0-alpha.8"11964source = "registry+https://github.com/rust-lang/crates.io-index"11965checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"11966dependencies = [11967 "ctor",11968 "version_check",11969]1197011971[[package]]11972name = "vcpkg"11973version = "0.2.15"11974source = "registry+https://github.com/rust-lang/crates.io-index"11975checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1197611977[[package]]11978name = "vec_map"11979version = "0.8.2"11980source = "registry+https://github.com/rust-lang/crates.io-index"11981checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1198211983[[package]]11984name = "version_check"11985version = "0.9.4"11986source = "registry+https://github.com/rust-lang/crates.io-index"11987checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1198811989[[package]]11990name = "void"11991version = "1.0.2"11992source = "registry+https://github.com/rust-lang/crates.io-index"11993checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1199411995[[package]]11996name = "waker-fn"11997version = "1.1.0"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1200012001[[package]]12002name = "walkdir"12003version = "2.3.2"12004source = "registry+https://github.com/rust-lang/crates.io-index"12005checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12006dependencies = [12007 "same-file",12008 "winapi 0.3.9",12009 "winapi-util",12010]1201112012[[package]]12013name = "want"12014version = "0.3.0"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12017dependencies = [12018 "log",12019 "try-lock",12020]1202112022[[package]]12023name = "wasi"12024version = "0.9.0+wasi-snapshot-preview1"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1202712028[[package]]12029name = "wasi"12030version = "0.10.0+wasi-snapshot-preview1"12031source = "registry+https://github.com/rust-lang/crates.io-index"12032checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1203312034[[package]]12035name = "wasm-bindgen"12036version = "0.2.79"12037source = "registry+https://github.com/rust-lang/crates.io-index"12038checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12039dependencies = [12040 "cfg-if 1.0.0",12041 "wasm-bindgen-macro",12042]1204312044[[package]]12045name = "wasm-bindgen-backend"12046version = "0.2.79"12047source = "registry+https://github.com/rust-lang/crates.io-index"12048checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12049dependencies = [12050 "bumpalo",12051 "lazy_static",12052 "log",12053 "proc-macro2",12054 "quote",12055 "syn",12056 "wasm-bindgen-shared",12057]1205812059[[package]]12060name = "wasm-bindgen-futures"12061version = "0.4.29"12062source = "registry+https://github.com/rust-lang/crates.io-index"12063checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12064dependencies = [12065 "cfg-if 1.0.0",12066 "js-sys",12067 "wasm-bindgen",12068 "web-sys",12069]1207012071[[package]]12072name = "wasm-bindgen-macro"12073version = "0.2.79"12074source = "registry+https://github.com/rust-lang/crates.io-index"12075checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12076dependencies = [12077 "quote",12078 "wasm-bindgen-macro-support",12079]1208012081[[package]]12082name = "wasm-bindgen-macro-support"12083version = "0.2.79"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12086dependencies = [12087 "proc-macro2",12088 "quote",12089 "syn",12090 "wasm-bindgen-backend",12091 "wasm-bindgen-shared",12092]1209312094[[package]]12095name = "wasm-bindgen-shared"12096version = "0.2.79"12097source = "registry+https://github.com/rust-lang/crates.io-index"12098checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1209912100[[package]]12101name = "wasm-gc-api"12102version = "0.1.11"12103source = "registry+https://github.com/rust-lang/crates.io-index"12104checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12105dependencies = [12106 "log",12107 "parity-wasm 0.32.0",12108 "rustc-demangle",12109]1211012111[[package]]12112name = "wasm-instrument"12113version = "0.1.1"12114source = "registry+https://github.com/rust-lang/crates.io-index"12115checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12116dependencies = [12117 "parity-wasm 0.42.2",12118]1211912120[[package]]12121name = "wasm-timer"12122version = "0.2.5"12123source = "registry+https://github.com/rust-lang/crates.io-index"12124checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12125dependencies = [12126 "futures 0.3.21",12127 "js-sys",12128 "parking_lot 0.11.2",12129 "pin-utils",12130 "wasm-bindgen",12131 "wasm-bindgen-futures",12132 "web-sys",12133]1213412135[[package]]12136name = "wasmi"12137version = "0.9.1"12138source = "registry+https://github.com/rust-lang/crates.io-index"12139checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12140dependencies = [12141 "downcast-rs",12142 "libc",12143 "memory_units",12144 "num-rational 0.2.4",12145 "num-traits",12146 "parity-wasm 0.42.2",12147 "wasmi-validation",12148]1214912150[[package]]12151name = "wasmi-validation"12152version = "0.4.1"12153source = "registry+https://github.com/rust-lang/crates.io-index"12154checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12155dependencies = [12156 "parity-wasm 0.42.2",12157]1215812159[[package]]12160name = "wasmparser"12161version = "0.81.0"12162source = "registry+https://github.com/rust-lang/crates.io-index"12163checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1216412165[[package]]12166name = "wasmtime"12167version = "0.33.0"12168source = "registry+https://github.com/rust-lang/crates.io-index"12169checksum = "414be1bc5ca12e755ffd3ff7acc3a6d1979922f8237fc34068b2156cebcc3270"12170dependencies = [12171 "anyhow",12172 "backtrace",12173 "bincode",12174 "cfg-if 1.0.0",12175 "cpp_demangle",12176 "indexmap",12177 "lazy_static",12178 "libc",12179 "log",12180 "object",12181 "paste",12182 "psm",12183 "rayon",12184 "region",12185 "rustc-demangle",12186 "serde",12187 "target-lexicon",12188 "wasmparser",12189 "wasmtime-cache",12190 "wasmtime-cranelift",12191 "wasmtime-environ",12192 "wasmtime-jit",12193 "wasmtime-runtime",12194 "winapi 0.3.9",12195]1219612197[[package]]12198name = "wasmtime-cache"12199version = "0.33.0"12200source = "registry+https://github.com/rust-lang/crates.io-index"12201checksum = "8b9b4cd1949206fda9241faf8c460a7d797aa1692594d3dd6bc1cbfa57ee20d0"12202dependencies = [12203 "anyhow",12204 "base64",12205 "bincode",12206 "directories-next",12207 "file-per-thread-logger",12208 "log",12209 "rustix",12210 "serde",12211 "sha2 0.9.9",12212 "toml",12213 "winapi 0.3.9",12214 "zstd",12215]1221612217[[package]]12218name = "wasmtime-cranelift"12219version = "0.33.0"12220source = "registry+https://github.com/rust-lang/crates.io-index"12221checksum = "a4693d33725773615a4c9957e4aa731af57b27dca579702d1d8ed5750760f1a9"12222dependencies = [12223 "anyhow",12224 "cranelift-codegen",12225 "cranelift-entity",12226 "cranelift-frontend",12227 "cranelift-native",12228 "cranelift-wasm",12229 "gimli",12230 "log",12231 "more-asserts",12232 "object",12233 "target-lexicon",12234 "thiserror",12235 "wasmparser",12236 "wasmtime-environ",12237]1223812239[[package]]12240name = "wasmtime-environ"12241version = "0.33.0"12242source = "registry+https://github.com/rust-lang/crates.io-index"12243checksum = "5b17e47116a078b9770e6fb86cff8b9a660826623cebcfff251b047c8d8993ef"12244dependencies = [12245 "anyhow",12246 "cranelift-entity",12247 "gimli",12248 "indexmap",12249 "log",12250 "more-asserts",12251 "object",12252 "serde",12253 "target-lexicon",12254 "thiserror",12255 "wasmparser",12256 "wasmtime-types",12257]1225812259[[package]]12260name = "wasmtime-jit"12261version = "0.33.0"12262source = "registry+https://github.com/rust-lang/crates.io-index"12263checksum = "60ea5b380bdf92e32911400375aeefb900ac9d3f8e350bb6ba555a39315f2ee7"12264dependencies = [12265 "addr2line",12266 "anyhow",12267 "bincode",12268 "cfg-if 1.0.0",12269 "gimli",12270 "object",12271 "region",12272 "rustix",12273 "serde",12274 "target-lexicon",12275 "thiserror",12276 "wasmtime-environ",12277 "wasmtime-runtime",12278 "winapi 0.3.9",12279]1228012281[[package]]12282name = "wasmtime-runtime"12283version = "0.33.0"12284source = "registry+https://github.com/rust-lang/crates.io-index"12285checksum = "abc7cd79937edd6e238b337608ebbcaf9c086a8457f01dfd598324f7fa56d81a"12286dependencies = [12287 "anyhow",12288 "backtrace",12289 "cc",12290 "cfg-if 1.0.0",12291 "indexmap",12292 "lazy_static",12293 "libc",12294 "log",12295 "mach",12296 "memoffset",12297 "more-asserts",12298 "rand 0.8.4",12299 "region",12300 "rustix",12301 "thiserror",12302 "wasmtime-environ",12303 "winapi 0.3.9",12304]1230512306[[package]]12307name = "wasmtime-types"12308version = "0.33.0"12309source = "registry+https://github.com/rust-lang/crates.io-index"12310checksum = "d9e5e51a461a2cf2b69e1fc48f325b17d78a8582816e18479e8ead58844b23f8"12311dependencies = [12312 "cranelift-entity",12313 "serde",12314 "thiserror",12315 "wasmparser",12316]1231712318[[package]]12319name = "web-sys"12320version = "0.3.56"12321source = "registry+https://github.com/rust-lang/crates.io-index"12322checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"12323dependencies = [12324 "js-sys",12325 "wasm-bindgen",12326]1232712328[[package]]12329name = "webpki"12330version = "0.21.4"12331source = "registry+https://github.com/rust-lang/crates.io-index"12332checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12333dependencies = [12334 "ring",12335 "untrusted",12336]1233712338[[package]]12339name = "webpki-roots"12340version = "0.21.1"12341source = "registry+https://github.com/rust-lang/crates.io-index"12342checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12343dependencies = [12344 "webpki",12345]1234612347[[package]]12348name = "wepoll-ffi"12349version = "0.1.2"12350source = "registry+https://github.com/rust-lang/crates.io-index"12351checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12352dependencies = [12353 "cc",12354]1235512356[[package]]12357name = "westend-runtime"12358version = "0.9.16"12359source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12360dependencies = [12361 "beefy-primitives",12362 "bitvec",12363 "frame-benchmarking",12364 "frame-election-provider-support",12365 "frame-executive",12366 "frame-support",12367 "frame-system",12368 "frame-system-benchmarking",12369 "frame-system-rpc-runtime-api",12370 "frame-try-runtime",12371 "hex-literal",12372 "log",12373 "pallet-authority-discovery",12374 "pallet-authorship",12375 "pallet-babe",12376 "pallet-bags-list",12377 "pallet-balances",12378 "pallet-collective",12379 "pallet-democracy",12380 "pallet-election-provider-multi-phase",12381 "pallet-elections-phragmen",12382 "pallet-grandpa",12383 "pallet-identity",12384 "pallet-im-online",12385 "pallet-indices",12386 "pallet-membership",12387 "pallet-mmr-primitives",12388 "pallet-multisig",12389 "pallet-nicks",12390 "pallet-offences",12391 "pallet-offences-benchmarking",12392 "pallet-preimage",12393 "pallet-proxy",12394 "pallet-recovery",12395 "pallet-scheduler",12396 "pallet-session",12397 "pallet-session-benchmarking",12398 "pallet-society",12399 "pallet-staking",12400 "pallet-staking-reward-curve",12401 "pallet-sudo",12402 "pallet-timestamp",12403 "pallet-transaction-payment",12404 "pallet-transaction-payment-rpc-runtime-api",12405 "pallet-treasury",12406 "pallet-utility",12407 "pallet-vesting",12408 "pallet-xcm",12409 "pallet-xcm-benchmarks",12410 "parity-scale-codec",12411 "polkadot-parachain",12412 "polkadot-primitives",12413 "polkadot-runtime-common",12414 "polkadot-runtime-parachains",12415 "rustc-hex",12416 "scale-info",12417 "serde",12418 "serde_derive",12419 "smallvec",12420 "sp-api",12421 "sp-authority-discovery",12422 "sp-block-builder",12423 "sp-consensus-babe",12424 "sp-core",12425 "sp-inherents",12426 "sp-io",12427 "sp-npos-elections",12428 "sp-offchain",12429 "sp-runtime",12430 "sp-session",12431 "sp-staking",12432 "sp-std",12433 "sp-transaction-pool",12434 "sp-version",12435 "substrate-wasm-builder",12436 "westend-runtime-constants",12437 "xcm",12438 "xcm-builder",12439 "xcm-executor",12440]1244112442[[package]]12443name = "westend-runtime-constants"12444version = "0.9.16"12445source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12446dependencies = [12447 "frame-support",12448 "polkadot-primitives",12449 "polkadot-runtime-common",12450 "smallvec",12451 "sp-runtime",12452]1245312454[[package]]12455name = "which"12456version = "4.2.4"12457source = "registry+https://github.com/rust-lang/crates.io-index"12458checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"12459dependencies = [12460 "either",12461 "lazy_static",12462 "libc",12463]1246412465[[package]]12466name = "widestring"12467version = "0.4.3"12468source = "registry+https://github.com/rust-lang/crates.io-index"12469checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1247012471[[package]]12472name = "winapi"12473version = "0.2.8"12474source = "registry+https://github.com/rust-lang/crates.io-index"12475checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1247612477[[package]]12478name = "winapi"12479version = "0.3.9"12480source = "registry+https://github.com/rust-lang/crates.io-index"12481checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12482dependencies = [12483 "winapi-i686-pc-windows-gnu",12484 "winapi-x86_64-pc-windows-gnu",12485]1248612487[[package]]12488name = "winapi-build"12489version = "0.1.1"12490source = "registry+https://github.com/rust-lang/crates.io-index"12491checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1249212493[[package]]12494name = "winapi-i686-pc-windows-gnu"12495version = "0.4.0"12496source = "registry+https://github.com/rust-lang/crates.io-index"12497checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1249812499[[package]]12500name = "winapi-util"12501version = "0.1.5"12502source = "registry+https://github.com/rust-lang/crates.io-index"12503checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12504dependencies = [12505 "winapi 0.3.9",12506]1250712508[[package]]12509name = "winapi-x86_64-pc-windows-gnu"12510version = "0.4.0"12511source = "registry+https://github.com/rust-lang/crates.io-index"12512checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1251312514[[package]]12515name = "winreg"12516version = "0.6.2"12517source = "registry+https://github.com/rust-lang/crates.io-index"12518checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12519dependencies = [12520 "winapi 0.3.9",12521]1252212523[[package]]12524name = "ws2_32-sys"12525version = "0.2.1"12526source = "registry+https://github.com/rust-lang/crates.io-index"12527checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12528dependencies = [12529 "winapi 0.2.8",12530 "winapi-build",12531]1253212533[[package]]12534name = "wyz"12535version = "0.2.0"12536source = "registry+https://github.com/rust-lang/crates.io-index"12537checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1253812539[[package]]12540name = "x25519-dalek"12541version = "1.1.1"12542source = "registry+https://github.com/rust-lang/crates.io-index"12543checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12544dependencies = [12545 "curve25519-dalek 3.2.0",12546 "rand_core 0.5.1",12547 "zeroize",12548]1254912550[[package]]12551name = "xcm"12552version = "0.9.16"12553source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12554dependencies = [12555 "derivative",12556 "impl-trait-for-tuples",12557 "log",12558 "parity-scale-codec",12559 "scale-info",12560 "xcm-procedural",12561]1256212563[[package]]12564name = "xcm-builder"12565version = "0.9.16"12566source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12567dependencies = [12568 "frame-support",12569 "frame-system",12570 "log",12571 "pallet-transaction-payment",12572 "parity-scale-codec",12573 "polkadot-parachain",12574 "scale-info",12575 "sp-arithmetic",12576 "sp-io",12577 "sp-runtime",12578 "sp-std",12579 "xcm",12580 "xcm-executor",12581]1258212583[[package]]12584name = "xcm-executor"12585version = "0.9.16"12586source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12587dependencies = [12588 "frame-benchmarking",12589 "frame-support",12590 "impl-trait-for-tuples",12591 "log",12592 "parity-scale-codec",12593 "sp-arithmetic",12594 "sp-core",12595 "sp-io",12596 "sp-runtime",12597 "sp-std",12598 "xcm",12599]1260012601[[package]]12602name = "xcm-procedural"12603version = "0.1.0"12604source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12605dependencies = [12606 "Inflector",12607 "proc-macro2",12608 "quote",12609 "syn",12610]1261112612[[package]]12613name = "yamux"12614version = "0.9.0"12615source = "registry+https://github.com/rust-lang/crates.io-index"12616checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12617dependencies = [12618 "futures 0.3.21",12619 "log",12620 "nohash-hasher",12621 "parking_lot 0.11.2",12622 "rand 0.8.4",12623 "static_assertions",12624]1262512626[[package]]12627name = "yansi"12628version = "0.5.0"12629source = "registry+https://github.com/rust-lang/crates.io-index"12630checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1263112632[[package]]12633name = "zeroize"12634version = "1.5.2"12635source = "registry+https://github.com/rust-lang/crates.io-index"12636checksum = "7c88870063c39ee00ec285a2f8d6a966e5b6fb2becc4e8dac77ed0d370ed6006"12637dependencies = [12638 "zeroize_derive",12639]1264012641[[package]]12642name = "zeroize_derive"12643version = "1.3.1"12644source = "registry+https://github.com/rust-lang/crates.io-index"12645checksum = "81e8f13fef10b63c06356d65d416b070798ddabcadc10d3ece0c5be9b3c7eddb"12646dependencies = [12647 "proc-macro2",12648 "quote",12649 "syn",12650 "synstructure",12651]1265212653[[package]]12654name = "zstd"12655version = "0.9.2+zstd.1.5.1"12656source = "registry+https://github.com/rust-lang/crates.io-index"12657checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"12658dependencies = [12659 "zstd-safe",12660]1266112662[[package]]12663name = "zstd-safe"12664version = "4.1.3+zstd.1.5.1"12665source = "registry+https://github.com/rust-lang/crates.io-index"12666checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"12667dependencies = [12668 "libc",12669 "zstd-sys",12670]1267112672[[package]]12673name = "zstd-sys"12674version = "1.6.2+zstd.1.5.1"12675source = "registry+https://github.com/rust-lang/crates.io-index"12676checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"12677dependencies = [12678 "cc",12679 "libc",12680]