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.0.1"386source = "registry+https://github.com/rust-lang/crates.io-index"387checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"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.1"638source = "registry+https://github.com/rust-lang/crates.io-index"639checksum = "03588e54c62ae6d763e2a80090d50353b785795361b4ff5b3bf0a5097fc31c0b"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.2"1101source = "registry+https://github.com/rust-lang/crates.io-index"1102checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"1103dependencies = [1104 "core-foundation-sys",1105 "libc",1106]11071108[[package]]1109name = "core-foundation-sys"1110version = "0.8.3"1111source = "registry+https://github.com/rust-lang/crates.io-index"1112checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11131114[[package]]1115name = "cpp_demangle"1116version = "0.3.5"1117source = "registry+https://github.com/rust-lang/crates.io-index"1118checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1119dependencies = [1120 "cfg-if 1.0.0",1121]11221123[[package]]1124name = "cpufeatures"1125version = "0.1.5"1126source = "registry+https://github.com/rust-lang/crates.io-index"1127checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"1128dependencies = [1129 "libc",1130]11311132[[package]]1133name = "cpufeatures"1134version = "0.2.1"1135source = "registry+https://github.com/rust-lang/crates.io-index"1136checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"1137dependencies = [1138 "libc",1139]11401141[[package]]1142name = "cranelift-bforest"1143version = "0.80.0"1144source = "registry+https://github.com/rust-lang/crates.io-index"1145checksum = "9516ba6b2ba47b4cbf63b713f75b432fafa0a0e0464ec8381ec76e6efe931ab3"1146dependencies = [1147 "cranelift-entity",1148]11491150[[package]]1151name = "cranelift-codegen"1152version = "0.80.0"1153source = "registry+https://github.com/rust-lang/crates.io-index"1154checksum = "489e5d0081f7edff6be12d71282a8bf387b5df64d5592454b75d662397f2d642"1155dependencies = [1156 "cranelift-bforest",1157 "cranelift-codegen-meta",1158 "cranelift-codegen-shared",1159 "cranelift-entity",1160 "gimli",1161 "log",1162 "regalloc",1163 "smallvec",1164 "target-lexicon",1165]11661167[[package]]1168name = "cranelift-codegen-meta"1169version = "0.80.0"1170source = "registry+https://github.com/rust-lang/crates.io-index"1171checksum = "d36ee1140371bb0f69100e734b30400157a4adf7b86148dee8b0a438763ead48"1172dependencies = [1173 "cranelift-codegen-shared",1174]11751176[[package]]1177name = "cranelift-codegen-shared"1178version = "0.80.0"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "981da52d8f746af1feb96290c83977ff8d41071a7499e991d8abae0d4869f564"11811182[[package]]1183name = "cranelift-entity"1184version = "0.80.0"1185source = "registry+https://github.com/rust-lang/crates.io-index"1186checksum = "a2906740053dd3bcf95ce53df0fd9b5649c68ae4bd9adada92b406f059eae461"1187dependencies = [1188 "serde",1189]11901191[[package]]1192name = "cranelift-frontend"1193version = "0.80.0"1194source = "registry+https://github.com/rust-lang/crates.io-index"1195checksum = "b7cb156de1097f567d46bf57a0cd720a72c3e15e1a2bd8b1041ba2fc894471b7"1196dependencies = [1197 "cranelift-codegen",1198 "log",1199 "smallvec",1200 "target-lexicon",1201]12021203[[package]]1204name = "cranelift-native"1205version = "0.80.0"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "166028ca0343a6ee7bddac0e70084e142b23f99c701bd6f6ea9123afac1a7a46"1208dependencies = [1209 "cranelift-codegen",1210 "libc",1211 "target-lexicon",1212]12131214[[package]]1215name = "cranelift-wasm"1216version = "0.80.0"1217source = "registry+https://github.com/rust-lang/crates.io-index"1218checksum = "5012a1cde0c8b3898770b711490d803018ae9bec2d60674ba0e5b2058a874f80"1219dependencies = [1220 "cranelift-codegen",1221 "cranelift-entity",1222 "cranelift-frontend",1223 "itertools",1224 "log",1225 "smallvec",1226 "wasmparser",1227 "wasmtime-types",1228]12291230[[package]]1231name = "crc32fast"1232version = "1.3.1"1233source = "registry+https://github.com/rust-lang/crates.io-index"1234checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"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.1"1292source = "registry+https://github.com/rust-lang/crates.io-index"1293checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"1294dependencies = [1295 "generic-array 0.14.5",1296]12971298[[package]]1299name = "crypto-mac"1300version = "0.7.0"1301source = "registry+https://github.com/rust-lang/crates.io-index"1302checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1303dependencies = [1304 "generic-array 0.12.4",1305 "subtle 1.0.0",1306]13071308[[package]]1309name = "crypto-mac"1310version = "0.8.0"1311source = "registry+https://github.com/rust-lang/crates.io-index"1312checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1313dependencies = [1314 "generic-array 0.14.5",1315 "subtle 2.4.1",1316]13171318[[package]]1319name = "crypto-mac"1320version = "0.11.1"1321source = "registry+https://github.com/rust-lang/crates.io-index"1322checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1323dependencies = [1324 "generic-array 0.14.5",1325 "subtle 2.4.1",1326]13271328[[package]]1329name = "ct-logs"1330version = "0.8.0"1331source = "registry+https://github.com/rust-lang/crates.io-index"1332checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1333dependencies = [1334 "sct",1335]13361337[[package]]1338name = "ctor"1339version = "0.1.21"1340source = "registry+https://github.com/rust-lang/crates.io-index"1341checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"1342dependencies = [1343 "quote",1344 "syn",1345]13461347[[package]]1348name = "ctr"1349version = "0.8.0"1350source = "registry+https://github.com/rust-lang/crates.io-index"1351checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1352dependencies = [1353 "cipher",1354]13551356[[package]]1357name = "cuckoofilter"1358version = "0.5.0"1359source = "registry+https://github.com/rust-lang/crates.io-index"1360checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1361dependencies = [1362 "byteorder",1363 "fnv",1364 "rand 0.7.3",1365]13661367[[package]]1368name = "cumulus-client-cli"1369version = "0.1.0"1370source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1371dependencies = [1372 "sc-cli",1373 "sc-service",1374 "structopt",1375]13761377[[package]]1378name = "cumulus-client-collator"1379version = "0.1.0"1380source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"1381dependencies = [1382 "cumulus-client-consensus-common",1383 "cumulus-client-network",1384 "cumulus-primitives-core",1385 "cumulus-relay-chain-interface",1386 "futures 0.3.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.1"1902source = "registry+https://github.com/rust-lang/crates.io-index"1903checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"1904dependencies = [1905 "block-buffer 0.10.1",1906 "crypto-common",1907 "generic-array 0.14.5",1908]19091910[[package]]1911name = "directories"1912version = "4.0.1"1913source = "registry+https://github.com/rust-lang/crates.io-index"1914checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1915dependencies = [1916 "dirs-sys",1917]19181919[[package]]1920name = "directories-next"1921version = "2.0.0"1922source = "registry+https://github.com/rust-lang/crates.io-index"1923checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1924dependencies = [1925 "cfg-if 1.0.0",1926 "dirs-sys-next",1927]19281929[[package]]1930name = "dirs-sys"1931version = "0.3.6"1932source = "registry+https://github.com/rust-lang/crates.io-index"1933checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"1934dependencies = [1935 "libc",1936 "redox_users",1937 "winapi 0.3.9",1938]19391940[[package]]1941name = "dirs-sys-next"1942version = "0.1.2"1943source = "registry+https://github.com/rust-lang/crates.io-index"1944checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1945dependencies = [1946 "libc",1947 "redox_users",1948 "winapi 0.3.9",1949]19501951[[package]]1952name = "dns-parser"1953version = "0.8.0"1954source = "registry+https://github.com/rust-lang/crates.io-index"1955checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1956dependencies = [1957 "byteorder",1958 "quick-error 1.2.3",1959]19601961[[package]]1962name = "downcast-rs"1963version = "1.2.0"1964source = "registry+https://github.com/rust-lang/crates.io-index"1965checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"19661967[[package]]1968name = "dtoa"1969version = "0.4.8"1970source = "registry+https://github.com/rust-lang/crates.io-index"1971checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"19721973[[package]]1974name = "dyn-clonable"1975version = "0.9.0"1976source = "registry+https://github.com/rust-lang/crates.io-index"1977checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"1978dependencies = [1979 "dyn-clonable-impl",1980 "dyn-clone",1981]19821983[[package]]1984name = "dyn-clonable-impl"1985version = "0.9.0"1986source = "registry+https://github.com/rust-lang/crates.io-index"1987checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"1988dependencies = [1989 "proc-macro2",1990 "quote",1991 "syn",1992]19931994[[package]]1995name = "dyn-clone"1996version = "1.0.4"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "ee2626afccd7561a06cf1367e2950c4718ea04565e20fb5029b6c7d8ad09abcf"19992000[[package]]2001name = "ed25519"2002version = "1.3.0"2003source = "registry+https://github.com/rust-lang/crates.io-index"2004checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"2005dependencies = [2006 "signature",2007]20082009[[package]]2010name = "ed25519-dalek"2011version = "1.0.1"2012source = "registry+https://github.com/rust-lang/crates.io-index"2013checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2014dependencies = [2015 "curve25519-dalek 3.2.0",2016 "ed25519",2017 "rand 0.7.3",2018 "serde",2019 "sha2 0.9.9",2020 "zeroize",2021]20222023[[package]]2024name = "either"2025version = "1.6.1"2026source = "registry+https://github.com/rust-lang/crates.io-index"2027checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"20282029[[package]]2030name = "enum-as-inner"2031version = "0.3.3"2032source = "registry+https://github.com/rust-lang/crates.io-index"2033checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"2034dependencies = [2035 "heck",2036 "proc-macro2",2037 "quote",2038 "syn",2039]20402041[[package]]2042name = "enumflags2"2043version = "0.6.4"2044source = "registry+https://github.com/rust-lang/crates.io-index"2045checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"2046dependencies = [2047 "enumflags2_derive",2048]20492050[[package]]2051name = "enumflags2_derive"2052version = "0.6.4"2053source = "registry+https://github.com/rust-lang/crates.io-index"2054checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"2055dependencies = [2056 "proc-macro2",2057 "quote",2058 "syn",2059]20602061[[package]]2062name = "enumn"2063version = "0.1.3"2064source = "registry+https://github.com/rust-lang/crates.io-index"2065checksum = "4e58b112d5099aa0857c5d05f0eacab86406dd8c0f85fe5d320a13256d29ecf4"2066dependencies = [2067 "proc-macro2",2068 "quote",2069 "syn",2070]20712072[[package]]2073name = "env_logger"2074version = "0.9.0"2075source = "registry+https://github.com/rust-lang/crates.io-index"2076checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2077dependencies = [2078 "atty",2079 "humantime",2080 "log",2081 "regex",2082 "termcolor",2083]20842085[[package]]2086name = "environmental"2087version = "1.1.3"2088source = "registry+https://github.com/rust-lang/crates.io-index"2089checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"20902091[[package]]2092name = "errno"2093version = "0.2.8"2094source = "registry+https://github.com/rust-lang/crates.io-index"2095checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2096dependencies = [2097 "errno-dragonfly",2098 "libc",2099 "winapi 0.3.9",2100]21012102[[package]]2103name = "errno-dragonfly"2104version = "0.1.2"2105source = "registry+https://github.com/rust-lang/crates.io-index"2106checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2107dependencies = [2108 "cc",2109 "libc",2110]21112112[[package]]2113name = "ethbloom"2114version = "0.11.1"2115source = "registry+https://github.com/rust-lang/crates.io-index"2116checksum = "bfb684ac8fa8f6c5759f788862bb22ec6fe3cb392f6bfd08e3c64b603661e3f8"2117dependencies = [2118 "crunchy",2119 "fixed-hash",2120 "impl-codec",2121 "impl-rlp",2122 "impl-serde",2123 "scale-info",2124 "tiny-keccak",2125]21262127[[package]]2128name = "ethereum"2129version = "0.11.1"2130source = "registry+https://github.com/rust-lang/crates.io-index"2131checksum = "34c90e0a755da706ce0970ec0fa8cc48aabcc8e8efa1245336acf718dab06ffe"2132dependencies = [2133 "bytes 1.1.0",2134 "ethereum-types",2135 "hash-db",2136 "hash256-std-hasher",2137 "parity-scale-codec",2138 "rlp",2139 "rlp-derive",2140 "scale-info",2141 "serde",2142 "sha3 0.9.1",2143 "triehash",2144]21452146[[package]]2147name = "ethereum-types"2148version = "0.12.1"2149source = "registry+https://github.com/rust-lang/crates.io-index"2150checksum = "05136f7057fe789f06e6d41d07b34e6f70d8c86e5693b60f97aaa6553553bdaf"2151dependencies = [2152 "ethbloom",2153 "fixed-hash",2154 "impl-codec",2155 "impl-rlp",2156 "impl-serde",2157 "primitive-types 0.10.1",2158 "scale-info",2159 "uint",2160]21612162[[package]]2163name = "event-listener"2164version = "2.5.2"2165source = "registry+https://github.com/rust-lang/crates.io-index"2166checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"21672168[[package]]2169name = "evm"2170version = "0.33.1"2171source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2172dependencies = [2173 "auto_impl",2174 "environmental",2175 "ethereum",2176 "evm-core",2177 "evm-gasometer",2178 "evm-runtime",2179 "log",2180 "parity-scale-codec",2181 "primitive-types 0.10.1",2182 "rlp",2183 "scale-info",2184 "serde",2185 "sha3 0.8.2",2186]21872188[[package]]2189name = "evm-coder"2190version = "0.1.0"2191dependencies = [2192 "ethereum",2193 "evm-coder-macros",2194 "evm-core",2195 "hex",2196 "hex-literal",2197 "impl-trait-for-tuples",2198 "primitive-types 0.10.1",2199]22002201[[package]]2202name = "evm-coder-macros"2203version = "0.1.0"2204dependencies = [2205 "Inflector",2206 "darling",2207 "hex",2208 "proc-macro2",2209 "quote",2210 "sha3 0.9.1",2211 "syn",2212]22132214[[package]]2215name = "evm-core"2216version = "0.33.0"2217source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2218dependencies = [2219 "funty",2220 "parity-scale-codec",2221 "primitive-types 0.10.1",2222 "scale-info",2223 "serde",2224]22252226[[package]]2227name = "evm-gasometer"2228version = "0.33.0"2229source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2230dependencies = [2231 "environmental",2232 "evm-core",2233 "evm-runtime",2234 "primitive-types 0.10.1",2235]22362237[[package]]2238name = "evm-runtime"2239version = "0.33.0"2240source = "git+https://github.com/uniquenetwork/evm.git?branch=unique-polkadot-v0.9.16#b6d849f3906eafc4f9a0aaa2d0fe5403d4e2c0a8"2241dependencies = [2242 "auto_impl",2243 "environmental",2244 "evm-core",2245 "primitive-types 0.10.1",2246 "sha3 0.8.2",2247]22482249[[package]]2250name = "exit-future"2251version = "0.2.0"2252source = "registry+https://github.com/rust-lang/crates.io-index"2253checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2254dependencies = [2255 "futures 0.3.21",2256]22572258[[package]]2259name = "fake-simd"2260version = "0.1.2"2261source = "registry+https://github.com/rust-lang/crates.io-index"2262checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"22632264[[package]]2265name = "fallible-iterator"2266version = "0.2.0"2267source = "registry+https://github.com/rust-lang/crates.io-index"2268checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"22692270[[package]]2271name = "fastrand"2272version = "1.7.0"2273source = "registry+https://github.com/rust-lang/crates.io-index"2274checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2275dependencies = [2276 "instant",2277]22782279[[package]]2280name = "fc-consensus"2281version = "2.0.0-dev"2282source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2283dependencies = [2284 "async-trait",2285 "derive_more",2286 "fc-db",2287 "fp-consensus",2288 "fp-rpc",2289 "futures 0.3.21",2290 "log",2291 "parity-scale-codec",2292 "sc-client-api",2293 "sc-consensus",2294 "sc-transaction-pool-api",2295 "sp-api",2296 "sp-block-builder",2297 "sp-blockchain",2298 "sp-consensus",2299 "sp-core",2300 "sp-inherents",2301 "sp-runtime",2302 "sp-timestamp",2303 "substrate-prometheus-endpoint",2304]23052306[[package]]2307name = "fc-db"2308version = "2.0.0-dev"2309source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2310dependencies = [2311 "fp-storage",2312 "kvdb",2313 "kvdb-rocksdb",2314 "pallet-ethereum",2315 "parity-scale-codec",2316 "parking_lot 0.11.2",2317 "sp-core",2318 "sp-database",2319 "sp-runtime",2320]23212322[[package]]2323name = "fc-mapping-sync"2324version = "2.0.0-dev"2325source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2326dependencies = [2327 "fc-consensus",2328 "fc-db",2329 "fp-consensus",2330 "fp-rpc",2331 "futures 0.3.21",2332 "futures-timer",2333 "log",2334 "sc-client-api",2335 "sp-api",2336 "sp-blockchain",2337 "sp-runtime",2338]23392340[[package]]2341name = "fc-rpc"2342version = "2.0.0-dev"2343source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2344dependencies = [2345 "ethereum",2346 "ethereum-types",2347 "evm",2348 "fc-consensus",2349 "fc-db",2350 "fc-rpc-core",2351 "fp-consensus",2352 "fp-evm",2353 "fp-rpc",2354 "fp-storage",2355 "futures 0.3.21",2356 "futures-util",2357 "jsonrpc-core",2358 "jsonrpc-pubsub",2359 "libsecp256k1 0.3.5",2360 "log",2361 "lru 0.6.6",2362 "pallet-ethereum",2363 "pallet-evm",2364 "parity-scale-codec",2365 "parking_lot 0.11.2",2366 "rand 0.7.3",2367 "rlp",2368 "rustc-hex",2369 "sc-client-api",2370 "sc-network",2371 "sc-rpc",2372 "sc-service",2373 "sc-transaction-pool",2374 "sc-transaction-pool-api",2375 "sha3 0.8.2",2376 "sp-api",2377 "sp-block-builder",2378 "sp-blockchain",2379 "sp-io",2380 "sp-runtime",2381 "sp-storage",2382 "sp-transaction-pool",2383 "tokio 1.16.1",2384]23852386[[package]]2387name = "fc-rpc-core"2388version = "1.1.0-dev"2389source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2390dependencies = [2391 "ethereum",2392 "ethereum-types",2393 "jsonrpc-core",2394 "jsonrpc-core-client",2395 "jsonrpc-derive",2396 "jsonrpc-pubsub",2397 "rlp",2398 "rustc-hex",2399 "serde",2400 "serde_json",2401 "sha3 0.8.2",2402]24032404[[package]]2405name = "fdlimit"2406version = "0.2.1"2407source = "registry+https://github.com/rust-lang/crates.io-index"2408checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2409dependencies = [2410 "libc",2411]24122413[[package]]2414name = "file-per-thread-logger"2415version = "0.1.5"2416source = "registry+https://github.com/rust-lang/crates.io-index"2417checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2418dependencies = [2419 "env_logger",2420 "log",2421]24222423[[package]]2424name = "finality-grandpa"2425version = "0.14.4"2426source = "registry+https://github.com/rust-lang/crates.io-index"2427checksum = "e8ac3ff5224ef91f3c97e03eb1de2db82743427e91aaa5ac635f454f0b164f5a"2428dependencies = [2429 "either",2430 "futures 0.3.21",2431 "futures-timer",2432 "log",2433 "num-traits",2434 "parity-scale-codec",2435 "parking_lot 0.11.2",2436 "scale-info",2437]24382439[[package]]2440name = "fixed-hash"2441version = "0.7.0"2442source = "registry+https://github.com/rust-lang/crates.io-index"2443checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2444dependencies = [2445 "byteorder",2446 "rand 0.8.4",2447 "rustc-hex",2448 "static_assertions",2449]24502451[[package]]2452name = "fixedbitset"2453version = "0.4.1"2454source = "registry+https://github.com/rust-lang/crates.io-index"2455checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"24562457[[package]]2458name = "flate2"2459version = "1.0.22"2460source = "registry+https://github.com/rust-lang/crates.io-index"2461checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"2462dependencies = [2463 "cfg-if 1.0.0",2464 "crc32fast",2465 "libc",2466 "libz-sys",2467 "miniz_oxide",2468]24692470[[package]]2471name = "flexi_logger"2472version = "0.15.12"2473source = "registry+https://github.com/rust-lang/crates.io-index"2474checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2475dependencies = [2476 "atty",2477 "chrono",2478 "glob",2479 "lazy_static",2480 "log",2481 "regex",2482 "thiserror",2483 "yansi",2484]24852486[[package]]2487name = "fnv"2488version = "1.0.7"2489source = "registry+https://github.com/rust-lang/crates.io-index"2490checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"24912492[[package]]2493name = "fork-tree"2494version = "3.0.0"2495source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2496dependencies = [2497 "parity-scale-codec",2498]24992500[[package]]2501name = "form_urlencoded"2502version = "1.0.1"2503source = "registry+https://github.com/rust-lang/crates.io-index"2504checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2505dependencies = [2506 "matches",2507 "percent-encoding 2.1.0",2508]25092510[[package]]2511name = "fp-consensus"2512version = "2.0.0-dev"2513source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2514dependencies = [2515 "ethereum",2516 "parity-scale-codec",2517 "rlp",2518 "sha3 0.8.2",2519 "sp-core",2520 "sp-runtime",2521 "sp-std",2522]25232524[[package]]2525name = "fp-evm"2526version = "3.0.0-dev"2527source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2528dependencies = [2529 "evm",2530 "impl-trait-for-tuples",2531 "parity-scale-codec",2532 "scale-info",2533 "serde",2534 "sp-core",2535 "sp-std",2536]25372538[[package]]2539name = "fp-rpc"2540version = "3.0.0-dev"2541source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2542dependencies = [2543 "ethereum",2544 "ethereum-types",2545 "fp-evm",2546 "parity-scale-codec",2547 "scale-info",2548 "sp-api",2549 "sp-core",2550 "sp-io",2551 "sp-runtime",2552 "sp-std",2553]25542555[[package]]2556name = "fp-self-contained"2557version = "1.0.0-dev"2558source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"2559dependencies = [2560 "ethereum",2561 "frame-support",2562 "parity-scale-codec",2563 "parity-util-mem",2564 "scale-info",2565 "serde",2566 "sha3 0.8.2",2567 "sp-core",2568 "sp-io",2569 "sp-runtime",2570]25712572[[package]]2573name = "fp-storage"2574version = "2.0.0"2575source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"25762577[[package]]2578name = "frame-benchmarking"2579version = "4.0.0-dev"2580source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2581dependencies = [2582 "frame-support",2583 "frame-system",2584 "linregress",2585 "log",2586 "parity-scale-codec",2587 "paste",2588 "scale-info",2589 "sp-api",2590 "sp-application-crypto",2591 "sp-io",2592 "sp-runtime",2593 "sp-runtime-interface",2594 "sp-std",2595 "sp-storage",2596]25972598[[package]]2599name = "frame-benchmarking-cli"2600version = "4.0.0-dev"2601source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2602dependencies = [2603 "Inflector",2604 "chrono",2605 "frame-benchmarking",2606 "frame-support",2607 "handlebars",2608 "linked-hash-map",2609 "log",2610 "parity-scale-codec",2611 "sc-cli",2612 "sc-client-db",2613 "sc-executor",2614 "sc-service",2615 "serde",2616 "sp-core",2617 "sp-externalities",2618 "sp-keystore",2619 "sp-runtime",2620 "sp-state-machine",2621 "structopt",2622]26232624[[package]]2625name = "frame-election-provider-support"2626version = "4.0.0-dev"2627source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2628dependencies = [2629 "frame-support",2630 "frame-system",2631 "parity-scale-codec",2632 "scale-info",2633 "sp-arithmetic",2634 "sp-npos-elections",2635 "sp-std",2636]26372638[[package]]2639name = "frame-executive"2640version = "4.0.0-dev"2641source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2642dependencies = [2643 "frame-support",2644 "frame-system",2645 "parity-scale-codec",2646 "scale-info",2647 "sp-core",2648 "sp-io",2649 "sp-runtime",2650 "sp-std",2651 "sp-tracing",2652]26532654[[package]]2655name = "frame-metadata"2656version = "14.2.0"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "37ed5e5c346de62ca5c184b4325a6600d1eaca210666e4606fe4e449574978d0"2659dependencies = [2660 "cfg-if 1.0.0",2661 "parity-scale-codec",2662 "scale-info",2663 "serde",2664]26652666[[package]]2667name = "frame-support"2668version = "4.0.0-dev"2669source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2670dependencies = [2671 "bitflags",2672 "frame-metadata",2673 "frame-support-procedural",2674 "impl-trait-for-tuples",2675 "log",2676 "once_cell",2677 "parity-scale-codec",2678 "paste",2679 "scale-info",2680 "serde",2681 "smallvec",2682 "sp-arithmetic",2683 "sp-core",2684 "sp-core-hashing-proc-macro",2685 "sp-inherents",2686 "sp-io",2687 "sp-runtime",2688 "sp-staking",2689 "sp-state-machine",2690 "sp-std",2691 "sp-tracing",2692 "tt-call",2693]26942695[[package]]2696name = "frame-support-procedural"2697version = "4.0.0-dev"2698source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2699dependencies = [2700 "Inflector",2701 "frame-support-procedural-tools",2702 "proc-macro2",2703 "quote",2704 "syn",2705]27062707[[package]]2708name = "frame-support-procedural-tools"2709version = "4.0.0-dev"2710source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2711dependencies = [2712 "frame-support-procedural-tools-derive",2713 "proc-macro-crate 1.1.0",2714 "proc-macro2",2715 "quote",2716 "syn",2717]27182719[[package]]2720name = "frame-support-procedural-tools-derive"2721version = "3.0.0"2722source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2723dependencies = [2724 "proc-macro2",2725 "quote",2726 "syn",2727]27282729[[package]]2730name = "frame-system"2731version = "4.0.0-dev"2732source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2733dependencies = [2734 "frame-support",2735 "log",2736 "parity-scale-codec",2737 "scale-info",2738 "serde",2739 "sp-core",2740 "sp-io",2741 "sp-runtime",2742 "sp-std",2743 "sp-version",2744]27452746[[package]]2747name = "frame-system-benchmarking"2748version = "4.0.0-dev"2749source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2750dependencies = [2751 "frame-benchmarking",2752 "frame-support",2753 "frame-system",2754 "parity-scale-codec",2755 "scale-info",2756 "sp-core",2757 "sp-runtime",2758 "sp-std",2759]27602761[[package]]2762name = "frame-system-rpc-runtime-api"2763version = "4.0.0-dev"2764source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2765dependencies = [2766 "parity-scale-codec",2767 "sp-api",2768]27692770[[package]]2771name = "frame-try-runtime"2772version = "0.10.0-dev"2773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"2774dependencies = [2775 "frame-support",2776 "sp-api",2777 "sp-runtime",2778 "sp-std",2779]27802781[[package]]2782name = "fs-err"2783version = "2.6.0"2784source = "registry+https://github.com/rust-lang/crates.io-index"2785checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"27862787[[package]]2788name = "fs-swap"2789version = "0.2.6"2790source = "registry+https://github.com/rust-lang/crates.io-index"2791checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"2792dependencies = [2793 "lazy_static",2794 "libc",2795 "libloading 0.5.2",2796 "winapi 0.3.9",2797]27982799[[package]]2800name = "fs2"2801version = "0.4.3"2802source = "registry+https://github.com/rust-lang/crates.io-index"2803checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"2804dependencies = [2805 "libc",2806 "winapi 0.3.9",2807]28082809[[package]]2810name = "fuchsia-zircon"2811version = "0.3.3"2812source = "registry+https://github.com/rust-lang/crates.io-index"2813checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"2814dependencies = [2815 "bitflags",2816 "fuchsia-zircon-sys",2817]28182819[[package]]2820name = "fuchsia-zircon-sys"2821version = "0.3.3"2822source = "registry+https://github.com/rust-lang/crates.io-index"2823checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"28242825[[package]]2826name = "funty"2827version = "1.1.0"2828source = "registry+https://github.com/rust-lang/crates.io-index"2829checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"28302831[[package]]2832name = "futures"2833version = "0.1.31"2834source = "registry+https://github.com/rust-lang/crates.io-index"2835checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"28362837[[package]]2838name = "futures"2839version = "0.3.21"2840source = "registry+https://github.com/rust-lang/crates.io-index"2841checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"2842dependencies = [2843 "futures-channel",2844 "futures-core",2845 "futures-executor",2846 "futures-io",2847 "futures-sink",2848 "futures-task",2849 "futures-util",2850]28512852[[package]]2853name = "futures-channel"2854version = "0.3.21"2855source = "registry+https://github.com/rust-lang/crates.io-index"2856checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"2857dependencies = [2858 "futures-core",2859 "futures-sink",2860]28612862[[package]]2863name = "futures-core"2864version = "0.3.21"2865source = "registry+https://github.com/rust-lang/crates.io-index"2866checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"28672868[[package]]2869name = "futures-executor"2870version = "0.3.21"2871source = "registry+https://github.com/rust-lang/crates.io-index"2872checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"2873dependencies = [2874 "futures-core",2875 "futures-task",2876 "futures-util",2877 "num_cpus",2878]28792880[[package]]2881name = "futures-io"2882version = "0.3.21"2883source = "registry+https://github.com/rust-lang/crates.io-index"2884checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"28852886[[package]]2887name = "futures-lite"2888version = "1.12.0"2889source = "registry+https://github.com/rust-lang/crates.io-index"2890checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"2891dependencies = [2892 "fastrand",2893 "futures-core",2894 "futures-io",2895 "memchr",2896 "parking",2897 "pin-project-lite 0.2.8",2898 "waker-fn",2899]29002901[[package]]2902name = "futures-macro"2903version = "0.3.21"2904source = "registry+https://github.com/rust-lang/crates.io-index"2905checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"2906dependencies = [2907 "proc-macro2",2908 "quote",2909 "syn",2910]29112912[[package]]2913name = "futures-rustls"2914version = "0.21.1"2915source = "registry+https://github.com/rust-lang/crates.io-index"2916checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2917dependencies = [2918 "futures-io",2919 "rustls",2920 "webpki",2921]29222923[[package]]2924name = "futures-sink"2925version = "0.3.21"2926source = "registry+https://github.com/rust-lang/crates.io-index"2927checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"29282929[[package]]2930name = "futures-task"2931version = "0.3.21"2932source = "registry+https://github.com/rust-lang/crates.io-index"2933checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"29342935[[package]]2936name = "futures-timer"2937version = "3.0.2"2938source = "registry+https://github.com/rust-lang/crates.io-index"2939checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"29402941[[package]]2942name = "futures-util"2943version = "0.3.21"2944source = "registry+https://github.com/rust-lang/crates.io-index"2945checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"2946dependencies = [2947 "futures 0.1.31",2948 "futures-channel",2949 "futures-core",2950 "futures-io",2951 "futures-macro",2952 "futures-sink",2953 "futures-task",2954 "memchr",2955 "pin-project-lite 0.2.8",2956 "pin-utils",2957 "slab",2958]29592960[[package]]2961name = "generic-array"2962version = "0.12.4"2963source = "registry+https://github.com/rust-lang/crates.io-index"2964checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"2965dependencies = [2966 "typenum",2967]29682969[[package]]2970name = "generic-array"2971version = "0.14.5"2972source = "registry+https://github.com/rust-lang/crates.io-index"2973checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"2974dependencies = [2975 "typenum",2976 "version_check",2977]29782979[[package]]2980name = "getrandom"2981version = "0.1.16"2982source = "registry+https://github.com/rust-lang/crates.io-index"2983checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"2984dependencies = [2985 "cfg-if 1.0.0",2986 "js-sys",2987 "libc",2988 "wasi 0.9.0+wasi-snapshot-preview1",2989 "wasm-bindgen",2990]29912992[[package]]2993name = "getrandom"2994version = "0.2.4"2995source = "registry+https://github.com/rust-lang/crates.io-index"2996checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"2997dependencies = [2998 "cfg-if 1.0.0",2999 "libc",3000 "wasi 0.10.0+wasi-snapshot-preview1",3001]30023003[[package]]3004name = "ghash"3005version = "0.4.4"3006source = "registry+https://github.com/rust-lang/crates.io-index"3007checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3008dependencies = [3009 "opaque-debug 0.3.0",3010 "polyval",3011]30123013[[package]]3014name = "gimli"3015version = "0.26.1"3016source = "registry+https://github.com/rust-lang/crates.io-index"3017checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3018dependencies = [3019 "fallible-iterator",3020 "indexmap",3021 "stable_deref_trait",3022]30233024[[package]]3025name = "glob"3026version = "0.3.0"3027source = "registry+https://github.com/rust-lang/crates.io-index"3028checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"30293030[[package]]3031name = "globset"3032version = "0.4.8"3033source = "registry+https://github.com/rust-lang/crates.io-index"3034checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3035dependencies = [3036 "aho-corasick",3037 "bstr",3038 "fnv",3039 "log",3040 "regex",3041]30423043[[package]]3044name = "gloo-timers"3045version = "0.2.3"3046source = "registry+https://github.com/rust-lang/crates.io-index"3047checksum = "4d12a7f4e95cfe710f1d624fb1210b7d961a5fb05c4fd942f4feab06e61f590e"3048dependencies = [3049 "futures-channel",3050 "futures-core",3051 "js-sys",3052 "wasm-bindgen",3053]30543055[[package]]3056name = "h2"3057version = "0.3.11"3058source = "registry+https://github.com/rust-lang/crates.io-index"3059checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"3060dependencies = [3061 "bytes 1.1.0",3062 "fnv",3063 "futures-core",3064 "futures-sink",3065 "futures-util",3066 "http",3067 "indexmap",3068 "slab",3069 "tokio 1.16.1",3070 "tokio-util",3071 "tracing",3072]30733074[[package]]3075name = "handlebars"3076version = "4.2.1"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "25546a65e5cf1f471f3438796fc634650b31d7fcde01d444c309aeb28b92e3a8"3079dependencies = [3080 "log",3081 "pest",3082 "pest_derive",3083 "quick-error 2.0.1",3084 "serde",3085 "serde_json",3086]30873088[[package]]3089name = "hash-db"3090version = "0.15.2"3091source = "registry+https://github.com/rust-lang/crates.io-index"3092checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"30933094[[package]]3095name = "hash256-std-hasher"3096version = "0.15.2"3097source = "registry+https://github.com/rust-lang/crates.io-index"3098checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3099dependencies = [3100 "crunchy",3101]31023103[[package]]3104name = "hashbrown"3105version = "0.11.2"3106source = "registry+https://github.com/rust-lang/crates.io-index"3107checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3108dependencies = [3109 "ahash",3110]31113112[[package]]3113name = "hashbrown"3114version = "0.12.0"3115source = "registry+https://github.com/rust-lang/crates.io-index"3116checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"3117dependencies = [3118 "ahash",3119]31203121[[package]]3122name = "heck"3123version = "0.3.3"3124source = "registry+https://github.com/rust-lang/crates.io-index"3125checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3126dependencies = [3127 "unicode-segmentation",3128]31293130[[package]]3131name = "hermit-abi"3132version = "0.1.19"3133source = "registry+https://github.com/rust-lang/crates.io-index"3134checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3135dependencies = [3136 "libc",3137]31383139[[package]]3140name = "hex"3141version = "0.4.3"3142source = "registry+https://github.com/rust-lang/crates.io-index"3143checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"31443145[[package]]3146name = "hex-literal"3147version = "0.3.4"3148source = "registry+https://github.com/rust-lang/crates.io-index"3149checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"31503151[[package]]3152name = "hex_fmt"3153version = "0.3.0"3154source = "registry+https://github.com/rust-lang/crates.io-index"3155checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"31563157[[package]]3158name = "hmac"3159version = "0.7.1"3160source = "registry+https://github.com/rust-lang/crates.io-index"3161checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"3162dependencies = [3163 "crypto-mac 0.7.0",3164 "digest 0.8.1",3165]31663167[[package]]3168name = "hmac"3169version = "0.8.1"3170source = "registry+https://github.com/rust-lang/crates.io-index"3171checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3172dependencies = [3173 "crypto-mac 0.8.0",3174 "digest 0.9.0",3175]31763177[[package]]3178name = "hmac"3179version = "0.11.0"3180source = "registry+https://github.com/rust-lang/crates.io-index"3181checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3182dependencies = [3183 "crypto-mac 0.11.1",3184 "digest 0.9.0",3185]31863187[[package]]3188name = "hmac-drbg"3189version = "0.2.0"3190source = "registry+https://github.com/rust-lang/crates.io-index"3191checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"3192dependencies = [3193 "digest 0.8.1",3194 "generic-array 0.12.4",3195 "hmac 0.7.1",3196]31973198[[package]]3199name = "hmac-drbg"3200version = "0.3.0"3201source = "registry+https://github.com/rust-lang/crates.io-index"3202checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3203dependencies = [3204 "digest 0.9.0",3205 "generic-array 0.14.5",3206 "hmac 0.8.1",3207]32083209[[package]]3210name = "hostname"3211version = "0.3.1"3212source = "registry+https://github.com/rust-lang/crates.io-index"3213checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3214dependencies = [3215 "libc",3216 "match_cfg",3217 "winapi 0.3.9",3218]32193220[[package]]3221name = "http"3222version = "0.2.6"3223source = "registry+https://github.com/rust-lang/crates.io-index"3224checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"3225dependencies = [3226 "bytes 1.1.0",3227 "fnv",3228 "itoa 1.0.1",3229]32303231[[package]]3232name = "http-body"3233version = "0.4.4"3234source = "registry+https://github.com/rust-lang/crates.io-index"3235checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"3236dependencies = [3237 "bytes 1.1.0",3238 "http",3239 "pin-project-lite 0.2.8",3240]32413242[[package]]3243name = "httparse"3244version = "1.5.1"3245source = "registry+https://github.com/rust-lang/crates.io-index"3246checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"32473248[[package]]3249name = "httpdate"3250version = "1.0.2"3251source = "registry+https://github.com/rust-lang/crates.io-index"3252checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"32533254[[package]]3255name = "humantime"3256version = "2.1.0"3257source = "registry+https://github.com/rust-lang/crates.io-index"3258checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"32593260[[package]]3261name = "hyper"3262version = "0.14.16"3263source = "registry+https://github.com/rust-lang/crates.io-index"3264checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"3265dependencies = [3266 "bytes 1.1.0",3267 "futures-channel",3268 "futures-core",3269 "futures-util",3270 "h2",3271 "http",3272 "http-body",3273 "httparse",3274 "httpdate",3275 "itoa 0.4.8",3276 "pin-project-lite 0.2.8",3277 "socket2 0.4.4",3278 "tokio 1.16.1",3279 "tower-service",3280 "tracing",3281 "want",3282]32833284[[package]]3285name = "hyper-rustls"3286version = "0.22.1"3287source = "registry+https://github.com/rust-lang/crates.io-index"3288checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3289dependencies = [3290 "ct-logs",3291 "futures-util",3292 "hyper",3293 "log",3294 "rustls",3295 "rustls-native-certs",3296 "tokio 1.16.1",3297 "tokio-rustls",3298 "webpki",3299]33003301[[package]]3302name = "ident_case"3303version = "1.0.1"3304source = "registry+https://github.com/rust-lang/crates.io-index"3305checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"33063307[[package]]3308name = "idna"3309version = "0.1.5"3310source = "registry+https://github.com/rust-lang/crates.io-index"3311checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"3312dependencies = [3313 "matches",3314 "unicode-bidi",3315 "unicode-normalization",3316]33173318[[package]]3319name = "idna"3320version = "0.2.3"3321source = "registry+https://github.com/rust-lang/crates.io-index"3322checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3323dependencies = [3324 "matches",3325 "unicode-bidi",3326 "unicode-normalization",3327]33283329[[package]]3330name = "if-addrs"3331version = "0.6.7"3332source = "registry+https://github.com/rust-lang/crates.io-index"3333checksum = "2273e421f7c4f0fc99e1934fe4776f59d8df2972f4199d703fc0da9f2a9f73de"3334dependencies = [3335 "if-addrs-sys",3336 "libc",3337 "winapi 0.3.9",3338]33393340[[package]]3341name = "if-addrs-sys"3342version = "0.3.2"3343source = "registry+https://github.com/rust-lang/crates.io-index"3344checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"3345dependencies = [3346 "cc",3347 "libc",3348]33493350[[package]]3351name = "if-watch"3352version = "0.2.2"3353source = "registry+https://github.com/rust-lang/crates.io-index"3354checksum = "ae8ab7f67bad3240049cb24fb9cb0b4c2c6af4c245840917fbbdededeee91179"3355dependencies = [3356 "async-io",3357 "futures 0.3.21",3358 "futures-lite",3359 "if-addrs",3360 "ipnet",3361 "libc",3362 "log",3363 "winapi 0.3.9",3364]33653366[[package]]3367name = "impl-codec"3368version = "0.5.1"3369source = "registry+https://github.com/rust-lang/crates.io-index"3370checksum = "161ebdfec3c8e3b52bf61c4f3550a1eea4f9579d10dc1b936f3171ebdcd6c443"3371dependencies = [3372 "parity-scale-codec",3373]33743375[[package]]3376name = "impl-rlp"3377version = "0.3.0"3378source = "registry+https://github.com/rust-lang/crates.io-index"3379checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3380dependencies = [3381 "rlp",3382]33833384[[package]]3385name = "impl-serde"3386version = "0.3.2"3387source = "registry+https://github.com/rust-lang/crates.io-index"3388checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3389dependencies = [3390 "serde",3391]33923393[[package]]3394name = "impl-trait-for-tuples"3395version = "0.2.2"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3398dependencies = [3399 "proc-macro2",3400 "quote",3401 "syn",3402]34033404[[package]]3405name = "indexmap"3406version = "1.8.0"3407source = "registry+https://github.com/rust-lang/crates.io-index"3408checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"3409dependencies = [3410 "autocfg",3411 "hashbrown 0.11.2",3412 "serde",3413]34143415[[package]]3416name = "instant"3417version = "0.1.12"3418source = "registry+https://github.com/rust-lang/crates.io-index"3419checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3420dependencies = [3421 "cfg-if 1.0.0",3422]34233424[[package]]3425name = "integer-encoding"3426version = "3.0.2"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "90c11140ffea82edce8dcd74137ce9324ec24b3cf0175fc9d7e29164da9915b8"34293430[[package]]3431name = "integer-sqrt"3432version = "0.1.5"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3435dependencies = [3436 "num-traits",3437]34383439[[package]]3440name = "io-lifetimes"3441version = "0.4.4"3442source = "registry+https://github.com/rust-lang/crates.io-index"3443checksum = "f6ef6787e7f0faedc040f95716bdd0e62bcfcf4ba93da053b62dea2691c13864"3444dependencies = [3445 "winapi 0.3.9",3446]34473448[[package]]3449name = "iovec"3450version = "0.1.4"3451source = "registry+https://github.com/rust-lang/crates.io-index"3452checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"3453dependencies = [3454 "libc",3455]34563457[[package]]3458name = "ip_network"3459version = "0.4.1"3460source = "registry+https://github.com/rust-lang/crates.io-index"3461checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"34623463[[package]]3464name = "ipconfig"3465version = "0.2.2"3466source = "registry+https://github.com/rust-lang/crates.io-index"3467checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"3468dependencies = [3469 "socket2 0.3.19",3470 "widestring",3471 "winapi 0.3.9",3472 "winreg",3473]34743475[[package]]3476name = "ipnet"3477version = "2.3.1"3478source = "registry+https://github.com/rust-lang/crates.io-index"3479checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"34803481[[package]]3482name = "itertools"3483version = "0.10.3"3484source = "registry+https://github.com/rust-lang/crates.io-index"3485checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3486dependencies = [3487 "either",3488]34893490[[package]]3491name = "itoa"3492version = "0.4.8"3493source = "registry+https://github.com/rust-lang/crates.io-index"3494checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"34953496[[package]]3497name = "itoa"3498version = "1.0.1"3499source = "registry+https://github.com/rust-lang/crates.io-index"3500checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"35013502[[package]]3503name = "jobserver"3504version = "0.1.24"3505source = "registry+https://github.com/rust-lang/crates.io-index"3506checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3507dependencies = [3508 "libc",3509]35103511[[package]]3512name = "js-sys"3513version = "0.3.56"3514source = "registry+https://github.com/rust-lang/crates.io-index"3515checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"3516dependencies = [3517 "wasm-bindgen",3518]35193520[[package]]3521name = "jsonrpc-client-transports"3522version = "18.0.0"3523source = "registry+https://github.com/rust-lang/crates.io-index"3524checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"3525dependencies = [3526 "derive_more",3527 "futures 0.3.21",3528 "jsonrpc-core",3529 "jsonrpc-pubsub",3530 "log",3531 "serde",3532 "serde_json",3533 "url 1.7.2",3534]35353536[[package]]3537name = "jsonrpc-core"3538version = "18.0.0"3539source = "registry+https://github.com/rust-lang/crates.io-index"3540checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"3541dependencies = [3542 "futures 0.3.21",3543 "futures-executor",3544 "futures-util",3545 "log",3546 "serde",3547 "serde_derive",3548 "serde_json",3549]35503551[[package]]3552name = "jsonrpc-core-client"3553version = "18.0.0"3554source = "registry+https://github.com/rust-lang/crates.io-index"3555checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"3556dependencies = [3557 "futures 0.3.21",3558 "jsonrpc-client-transports",3559]35603561[[package]]3562name = "jsonrpc-derive"3563version = "18.0.0"3564source = "registry+https://github.com/rust-lang/crates.io-index"3565checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"3566dependencies = [3567 "proc-macro-crate 0.1.5",3568 "proc-macro2",3569 "quote",3570 "syn",3571]35723573[[package]]3574name = "jsonrpc-http-server"3575version = "18.0.0"3576source = "registry+https://github.com/rust-lang/crates.io-index"3577checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"3578dependencies = [3579 "futures 0.3.21",3580 "hyper",3581 "jsonrpc-core",3582 "jsonrpc-server-utils",3583 "log",3584 "net2",3585 "parking_lot 0.11.2",3586 "unicase",3587]35883589[[package]]3590name = "jsonrpc-ipc-server"3591version = "18.0.0"3592source = "registry+https://github.com/rust-lang/crates.io-index"3593checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"3594dependencies = [3595 "futures 0.3.21",3596 "jsonrpc-core",3597 "jsonrpc-server-utils",3598 "log",3599 "parity-tokio-ipc",3600 "parking_lot 0.11.2",3601 "tower-service",3602]36033604[[package]]3605name = "jsonrpc-pubsub"3606version = "18.0.0"3607source = "registry+https://github.com/rust-lang/crates.io-index"3608checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"3609dependencies = [3610 "futures 0.3.21",3611 "jsonrpc-core",3612 "lazy_static",3613 "log",3614 "parking_lot 0.11.2",3615 "rand 0.7.3",3616 "serde",3617]36183619[[package]]3620name = "jsonrpc-server-utils"3621version = "18.0.0"3622source = "registry+https://github.com/rust-lang/crates.io-index"3623checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"3624dependencies = [3625 "bytes 1.1.0",3626 "futures 0.3.21",3627 "globset",3628 "jsonrpc-core",3629 "lazy_static",3630 "log",3631 "tokio 1.16.1",3632 "tokio-stream",3633 "tokio-util",3634 "unicase",3635]36363637[[package]]3638name = "jsonrpc-ws-server"3639version = "18.0.0"3640source = "registry+https://github.com/rust-lang/crates.io-index"3641checksum = "f892c7d766369475ab7b0669f417906302d7c0fb521285c0a0c92e52e7c8e946"3642dependencies = [3643 "futures 0.3.21",3644 "jsonrpc-core",3645 "jsonrpc-server-utils",3646 "log",3647 "parity-ws",3648 "parking_lot 0.11.2",3649 "slab",3650]36513652[[package]]3653name = "jsonrpsee"3654version = "0.4.1"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "6373a33d987866ccfe1af4bc11b089dce941764313f9fd8b7cf13fcb51b72dc5"3657dependencies = [3658 "jsonrpsee-proc-macros",3659 "jsonrpsee-types",3660 "jsonrpsee-utils",3661 "jsonrpsee-ws-client",3662]36633664[[package]]3665name = "jsonrpsee-proc-macros"3666version = "0.4.1"3667source = "registry+https://github.com/rust-lang/crates.io-index"3668checksum = "d802063f7a3c867456955f9d2f15eb3ee0edb5ec9ec2b5526324756759221c0f"3669dependencies = [3670 "log",3671 "proc-macro-crate 1.1.0",3672 "proc-macro2",3673 "quote",3674 "syn",3675]36763677[[package]]3678name = "jsonrpsee-types"3679version = "0.4.1"3680source = "registry+https://github.com/rust-lang/crates.io-index"3681checksum = "62f778cf245158fbd8f5d50823a2e9e4c708a40be164766bd35e9fb1d86715b2"3682dependencies = [3683 "anyhow",3684 "async-trait",3685 "beef",3686 "futures-channel",3687 "futures-util",3688 "hyper",3689 "log",3690 "serde",3691 "serde_json",3692 "soketto",3693 "thiserror",3694]36953696[[package]]3697name = "jsonrpsee-utils"3698version = "0.4.1"3699source = "registry+https://github.com/rust-lang/crates.io-index"3700checksum = "0109c4f972058f3b1925b73a17210aff7b63b65967264d0045d15ee88fe84f0c"3701dependencies = [3702 "arrayvec 0.7.2",3703 "beef",3704 "jsonrpsee-types",3705]37063707[[package]]3708name = "jsonrpsee-ws-client"3709version = "0.4.1"3710source = "registry+https://github.com/rust-lang/crates.io-index"3711checksum = "559aa56fc402af206c00fc913dc2be1d9d788dcde045d14df141a535245d35ef"3712dependencies = [3713 "arrayvec 0.7.2",3714 "async-trait",3715 "fnv",3716 "futures 0.3.21",3717 "http",3718 "jsonrpsee-types",3719 "log",3720 "pin-project 1.0.10",3721 "rustls-native-certs",3722 "serde",3723 "serde_json",3724 "soketto",3725 "thiserror",3726 "tokio 1.16.1",3727 "tokio-rustls",3728 "tokio-util",3729]37303731[[package]]3732name = "keccak"3733version = "0.1.0"3734source = "registry+https://github.com/rust-lang/crates.io-index"3735checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"37363737[[package]]3738name = "kernel32-sys"3739version = "0.2.2"3740source = "registry+https://github.com/rust-lang/crates.io-index"3741checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"3742dependencies = [3743 "winapi 0.2.8",3744 "winapi-build",3745]37463747[[package]]3748name = "kusama-runtime"3749version = "0.9.16"3750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"3751dependencies = [3752 "beefy-primitives",3753 "bitvec",3754 "frame-benchmarking",3755 "frame-election-provider-support",3756 "frame-executive",3757 "frame-support",3758 "frame-system",3759 "frame-system-benchmarking",3760 "frame-system-rpc-runtime-api",3761 "frame-try-runtime",3762 "hex-literal",3763 "kusama-runtime-constants",3764 "log",3765 "pallet-authority-discovery",3766 "pallet-authorship",3767 "pallet-babe",3768 "pallet-bags-list",3769 "pallet-balances",3770 "pallet-bounties",3771 "pallet-collective",3772 "pallet-democracy",3773 "pallet-election-provider-multi-phase",3774 "pallet-elections-phragmen",3775 "pallet-gilt",3776 "pallet-grandpa",3777 "pallet-identity",3778 "pallet-im-online",3779 "pallet-indices",3780 "pallet-membership",3781 "pallet-mmr-primitives",3782 "pallet-multisig",3783 "pallet-nicks",3784 "pallet-offences",3785 "pallet-offences-benchmarking",3786 "pallet-preimage",3787 "pallet-proxy",3788 "pallet-recovery",3789 "pallet-scheduler",3790 "pallet-session",3791 "pallet-session-benchmarking",3792 "pallet-society",3793 "pallet-staking",3794 "pallet-staking-reward-fn",3795 "pallet-timestamp",3796 "pallet-tips",3797 "pallet-transaction-payment",3798 "pallet-transaction-payment-rpc-runtime-api",3799 "pallet-treasury",3800 "pallet-utility",3801 "pallet-vesting",3802 "pallet-xcm",3803 "parity-scale-codec",3804 "polkadot-primitives",3805 "polkadot-runtime-common",3806 "polkadot-runtime-parachains",3807 "rustc-hex",3808 "scale-info",3809 "serde",3810 "serde_derive",3811 "smallvec",3812 "sp-api",3813 "sp-arithmetic",3814 "sp-authority-discovery",3815 "sp-block-builder",3816 "sp-consensus-babe",3817 "sp-core",3818 "sp-inherents",3819 "sp-io",3820 "sp-npos-elections",3821 "sp-offchain",3822 "sp-runtime",3823 "sp-session",3824 "sp-staking",3825 "sp-std",3826 "sp-transaction-pool",3827 "sp-version",3828 "static_assertions",3829 "substrate-wasm-builder",3830 "xcm",3831 "xcm-builder",3832 "xcm-executor",3833]38343835[[package]]3836name = "kusama-runtime-constants"3837version = "0.9.16"3838source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"3839dependencies = [3840 "frame-support",3841 "polkadot-primitives",3842 "polkadot-runtime-common",3843 "smallvec",3844 "sp-runtime",3845]38463847[[package]]3848name = "kv-log-macro"3849version = "1.0.7"3850source = "registry+https://github.com/rust-lang/crates.io-index"3851checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"3852dependencies = [3853 "log",3854]38553856[[package]]3857name = "kvdb"3858version = "0.10.0"3859source = "registry+https://github.com/rust-lang/crates.io-index"3860checksum = "45a3f58dc069ec0e205a27f5b45920722a46faed802a0541538241af6228f512"3861dependencies = [3862 "parity-util-mem",3863 "smallvec",3864]38653866[[package]]3867name = "kvdb-memorydb"3868version = "0.10.0"3869source = "registry+https://github.com/rust-lang/crates.io-index"3870checksum = "c3b6b85fc643f5acd0bffb2cc8a6d150209379267af0d41db72170021841f9f5"3871dependencies = [3872 "kvdb",3873 "parity-util-mem",3874 "parking_lot 0.11.2",3875]38763877[[package]]3878name = "kvdb-rocksdb"3879version = "0.14.0"3880source = "registry+https://github.com/rust-lang/crates.io-index"3881checksum = "9b1b6ea8f2536f504b645ad78419c8246550e19d2c3419a167080ce08edee35a"3882dependencies = [3883 "fs-swap",3884 "kvdb",3885 "log",3886 "num_cpus",3887 "owning_ref",3888 "parity-util-mem",3889 "parking_lot 0.11.2",3890 "regex",3891 "rocksdb",3892 "smallvec",3893]38943895[[package]]3896name = "lazy_static"3897version = "1.4.0"3898source = "registry+https://github.com/rust-lang/crates.io-index"3899checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"39003901[[package]]3902name = "lazycell"3903version = "1.3.0"3904source = "registry+https://github.com/rust-lang/crates.io-index"3905checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"39063907[[package]]3908name = "libc"3909version = "0.2.117"3910source = "registry+https://github.com/rust-lang/crates.io-index"3911checksum = "e74d72e0f9b65b5b4ca49a346af3976df0f9c61d550727f349ecd559f251a26c"39123913[[package]]3914name = "libloading"3915version = "0.5.2"3916source = "registry+https://github.com/rust-lang/crates.io-index"3917checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"3918dependencies = [3919 "cc",3920 "winapi 0.3.9",3921]39223923[[package]]3924name = "libloading"3925version = "0.7.3"3926source = "registry+https://github.com/rust-lang/crates.io-index"3927checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"3928dependencies = [3929 "cfg-if 1.0.0",3930 "winapi 0.3.9",3931]39323933[[package]]3934name = "libm"3935version = "0.2.2"3936source = "registry+https://github.com/rust-lang/crates.io-index"3937checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"39383939[[package]]3940name = "libp2p"3941version = "0.40.0"3942source = "registry+https://github.com/rust-lang/crates.io-index"3943checksum = "3bec54343492ba5940a6c555e512c6721139835d28c59bc22febece72dfd0d9d"3944dependencies = [3945 "atomic",3946 "bytes 1.1.0",3947 "futures 0.3.21",3948 "lazy_static",3949 "libp2p-core",3950 "libp2p-deflate",3951 "libp2p-dns",3952 "libp2p-floodsub",3953 "libp2p-gossipsub",3954 "libp2p-identify",3955 "libp2p-kad",3956 "libp2p-mdns",3957 "libp2p-metrics",3958 "libp2p-mplex",3959 "libp2p-noise",3960 "libp2p-ping",3961 "libp2p-plaintext",3962 "libp2p-pnet",3963 "libp2p-relay",3964 "libp2p-rendezvous",3965 "libp2p-request-response",3966 "libp2p-swarm",3967 "libp2p-swarm-derive",3968 "libp2p-tcp",3969 "libp2p-uds",3970 "libp2p-wasm-ext",3971 "libp2p-websocket",3972 "libp2p-yamux",3973 "multiaddr",3974 "parking_lot 0.11.2",3975 "pin-project 1.0.10",3976 "smallvec",3977 "wasm-timer",3978]39793980[[package]]3981name = "libp2p-core"3982version = "0.30.2"3983source = "registry+https://github.com/rust-lang/crates.io-index"3984checksum = "86aad7d54df283db817becded03e611137698a6509d4237a96881976a162340c"3985dependencies = [3986 "asn1_der",3987 "bs58",3988 "ed25519-dalek",3989 "either",3990 "fnv",3991 "futures 0.3.21",3992 "futures-timer",3993 "instant",3994 "lazy_static",3995 "libsecp256k1 0.7.0",3996 "log",3997 "multiaddr",3998 "multihash 0.14.0",3999 "multistream-select",4000 "parking_lot 0.11.2",4001 "pin-project 1.0.10",4002 "prost",4003 "prost-build",4004 "rand 0.8.4",4005 "ring",4006 "rw-stream-sink",4007 "sha2 0.9.9",4008 "smallvec",4009 "thiserror",4010 "unsigned-varint 0.7.1",4011 "void",4012 "zeroize",4013]40144015[[package]]4016name = "libp2p-deflate"4017version = "0.30.0"4018source = "registry+https://github.com/rust-lang/crates.io-index"4019checksum = "51a800adb195f33de63f4b17b63fe64cfc23bf2c6a0d3d0d5321328664e65197"4020dependencies = [4021 "flate2",4022 "futures 0.3.21",4023 "libp2p-core",4024]40254026[[package]]4027name = "libp2p-dns"4028version = "0.30.0"4029source = "registry+https://github.com/rust-lang/crates.io-index"4030checksum = "bb8f89d15cb6e3c5bc22afff7513b11bab7856f2872d3cfba86f7f63a06bc498"4031dependencies = [4032 "async-std-resolver",4033 "futures 0.3.21",4034 "libp2p-core",4035 "log",4036 "smallvec",4037 "trust-dns-resolver",4038]40394040[[package]]4041name = "libp2p-floodsub"4042version = "0.31.0"4043source = "registry+https://github.com/rust-lang/crates.io-index"4044checksum = "aab3d7210901ea51b7bae2b581aa34521797af8c4ec738c980bda4a06434067f"4045dependencies = [4046 "cuckoofilter",4047 "fnv",4048 "futures 0.3.21",4049 "libp2p-core",4050 "libp2p-swarm",4051 "log",4052 "prost",4053 "prost-build",4054 "rand 0.7.3",4055 "smallvec",4056]40574058[[package]]4059name = "libp2p-gossipsub"4060version = "0.33.0"4061source = "registry+https://github.com/rust-lang/crates.io-index"4062checksum = "dfeead619eb5dac46e65acc78c535a60aaec803d1428cca6407c3a4fc74d698d"4063dependencies = [4064 "asynchronous-codec 0.6.0",4065 "base64",4066 "byteorder",4067 "bytes 1.1.0",4068 "fnv",4069 "futures 0.3.21",4070 "hex_fmt",4071 "libp2p-core",4072 "libp2p-swarm",4073 "log",4074 "prost",4075 "prost-build",4076 "rand 0.7.3",4077 "regex",4078 "sha2 0.9.9",4079 "smallvec",4080 "unsigned-varint 0.7.1",4081 "wasm-timer",4082]40834084[[package]]4085name = "libp2p-identify"4086version = "0.31.0"4087source = "registry+https://github.com/rust-lang/crates.io-index"4088checksum = "cca1275574183f288ff8b72d535d5ffa5ea9292ef7829af8b47dcb197c7b0dcd"4089dependencies = [4090 "futures 0.3.21",4091 "libp2p-core",4092 "libp2p-swarm",4093 "log",4094 "lru 0.6.6",4095 "prost",4096 "prost-build",4097 "smallvec",4098 "wasm-timer",4099]41004101[[package]]4102name = "libp2p-kad"4103version = "0.32.0"4104source = "registry+https://github.com/rust-lang/crates.io-index"4105checksum = "a2297dc0ca285f3a09d1368bde02449e539b46f94d32d53233f53f6625bcd3ba"4106dependencies = [4107 "arrayvec 0.5.2",4108 "asynchronous-codec 0.6.0",4109 "bytes 1.1.0",4110 "either",4111 "fnv",4112 "futures 0.3.21",4113 "libp2p-core",4114 "libp2p-swarm",4115 "log",4116 "prost",4117 "prost-build",4118 "rand 0.7.3",4119 "sha2 0.9.9",4120 "smallvec",4121 "uint",4122 "unsigned-varint 0.7.1",4123 "void",4124 "wasm-timer",4125]41264127[[package]]4128name = "libp2p-mdns"4129version = "0.32.0"4130source = "registry+https://github.com/rust-lang/crates.io-index"4131checksum = "14c864b64bdc8a84ff3910a0df88e6535f256191a450870f1e7e10cbf8e64d45"4132dependencies = [4133 "async-io",4134 "data-encoding",4135 "dns-parser",4136 "futures 0.3.21",4137 "if-watch",4138 "lazy_static",4139 "libp2p-core",4140 "libp2p-swarm",4141 "log",4142 "rand 0.8.4",4143 "smallvec",4144 "socket2 0.4.4",4145 "void",4146]41474148[[package]]4149name = "libp2p-metrics"4150version = "0.1.0"4151source = "registry+https://github.com/rust-lang/crates.io-index"4152checksum = "4af432fcdd2f8ba4579b846489f8f0812cfd738ced2c0af39df9b1c48bbb6ab2"4153dependencies = [4154 "libp2p-core",4155 "libp2p-identify",4156 "libp2p-kad",4157 "libp2p-ping",4158 "libp2p-swarm",4159 "open-metrics-client",4160]41614162[[package]]4163name = "libp2p-mplex"4164version = "0.30.0"4165source = "registry+https://github.com/rust-lang/crates.io-index"4166checksum = "7f2cd64ef597f40e14bfce0497f50ecb63dd6d201c61796daeb4227078834fbf"4167dependencies = [4168 "asynchronous-codec 0.6.0",4169 "bytes 1.1.0",4170 "futures 0.3.21",4171 "libp2p-core",4172 "log",4173 "nohash-hasher",4174 "parking_lot 0.11.2",4175 "rand 0.7.3",4176 "smallvec",4177 "unsigned-varint 0.7.1",4178]41794180[[package]]4181name = "libp2p-noise"4182version = "0.33.0"4183source = "registry+https://github.com/rust-lang/crates.io-index"4184checksum = "a8772c7a99088221bb7ca9c5c0574bf55046a7ab4c319f3619b275f28c8fb87a"4185dependencies = [4186 "bytes 1.1.0",4187 "curve25519-dalek 3.2.0",4188 "futures 0.3.21",4189 "lazy_static",4190 "libp2p-core",4191 "log",4192 "prost",4193 "prost-build",4194 "rand 0.8.4",4195 "sha2 0.9.9",4196 "snow",4197 "static_assertions",4198 "x25519-dalek",4199 "zeroize",4200]42014202[[package]]4203name = "libp2p-ping"4204version = "0.31.0"4205source = "registry+https://github.com/rust-lang/crates.io-index"4206checksum = "80ef7b0ec5cf06530d9eb6cf59ae49d46a2c45663bde31c25a12f682664adbcf"4207dependencies = [4208 "futures 0.3.21",4209 "libp2p-core",4210 "libp2p-swarm",4211 "log",4212 "rand 0.7.3",4213 "void",4214 "wasm-timer",4215]42164217[[package]]4218name = "libp2p-plaintext"4219version = "0.30.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "5fba1a6ff33e4a274c89a3b1d78b9f34f32af13265cc5c46c16938262d4e945a"4222dependencies = [4223 "asynchronous-codec 0.6.0",4224 "bytes 1.1.0",4225 "futures 0.3.21",4226 "libp2p-core",4227 "log",4228 "prost",4229 "prost-build",4230 "unsigned-varint 0.7.1",4231 "void",4232]42334234[[package]]4235name = "libp2p-pnet"4236version = "0.22.0"4237source = "registry+https://github.com/rust-lang/crates.io-index"4238checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4239dependencies = [4240 "futures 0.3.21",4241 "log",4242 "pin-project 1.0.10",4243 "rand 0.7.3",4244 "salsa20",4245 "sha3 0.9.1",4246]42474248[[package]]4249name = "libp2p-relay"4250version = "0.4.0"4251source = "registry+https://github.com/rust-lang/crates.io-index"4252checksum = "2852b61c90fa8ce3c8fcc2aba76e6cefc20d648f9df29157d6b3a916278ef3e3"4253dependencies = [4254 "asynchronous-codec 0.6.0",4255 "bytes 1.1.0",4256 "futures 0.3.21",4257 "futures-timer",4258 "libp2p-core",4259 "libp2p-swarm",4260 "log",4261 "pin-project 1.0.10",4262 "prost",4263 "prost-build",4264 "rand 0.7.3",4265 "smallvec",4266 "unsigned-varint 0.7.1",4267 "void",4268 "wasm-timer",4269]42704271[[package]]4272name = "libp2p-rendezvous"4273version = "0.1.0"4274source = "registry+https://github.com/rust-lang/crates.io-index"4275checksum = "14a6d2b9e7677eff61dc3d2854876aaf3976d84a01ef6664b610c77a0c9407c5"4276dependencies = [4277 "asynchronous-codec 0.6.0",4278 "bimap",4279 "futures 0.3.21",4280 "libp2p-core",4281 "libp2p-swarm",4282 "log",4283 "prost",4284 "prost-build",4285 "rand 0.8.4",4286 "sha2 0.9.9",4287 "thiserror",4288 "unsigned-varint 0.7.1",4289 "void",4290 "wasm-timer",4291]42924293[[package]]4294name = "libp2p-request-response"4295version = "0.13.0"4296source = "registry+https://github.com/rust-lang/crates.io-index"4297checksum = "a877a4ced6d46bf84677e1974e8cf61fb434af73b2e96fb48d6cb6223a4634d8"4298dependencies = [4299 "async-trait",4300 "bytes 1.1.0",4301 "futures 0.3.21",4302 "libp2p-core",4303 "libp2p-swarm",4304 "log",4305 "lru 0.7.2",4306 "rand 0.7.3",4307 "smallvec",4308 "unsigned-varint 0.7.1",4309 "wasm-timer",4310]43114312[[package]]4313name = "libp2p-swarm"4314version = "0.31.0"4315source = "registry+https://github.com/rust-lang/crates.io-index"4316checksum = "3f5184a508f223bc100a12665517773fb8730e9f36fc09eefb670bf01b107ae9"4317dependencies = [4318 "either",4319 "futures 0.3.21",4320 "libp2p-core",4321 "log",4322 "rand 0.7.3",4323 "smallvec",4324 "void",4325 "wasm-timer",4326]43274328[[package]]4329name = "libp2p-swarm-derive"4330version = "0.25.0"4331source = "registry+https://github.com/rust-lang/crates.io-index"4332checksum = "072c290f727d39bdc4e9d6d1c847978693d25a673bd757813681e33e5f6c00c2"4333dependencies = [4334 "quote",4335 "syn",4336]43374338[[package]]4339name = "libp2p-tcp"4340version = "0.30.0"4341source = "registry+https://github.com/rust-lang/crates.io-index"4342checksum = "7399c5b6361ef525d41c11fcf51635724f832baf5819b30d3d873eabb4fbae4b"4343dependencies = [4344 "async-io",4345 "futures 0.3.21",4346 "futures-timer",4347 "if-watch",4348 "ipnet",4349 "libc",4350 "libp2p-core",4351 "log",4352 "socket2 0.4.4",4353]43544355[[package]]4356name = "libp2p-uds"4357version = "0.30.0"4358source = "registry+https://github.com/rust-lang/crates.io-index"4359checksum = "b8b7563e46218165dfd60f64b96f7ce84590d75f53ecbdc74a7dd01450dc5973"4360dependencies = [4361 "async-std",4362 "futures 0.3.21",4363 "libp2p-core",4364 "log",4365]43664367[[package]]4368name = "libp2p-wasm-ext"4369version = "0.30.0"4370source = "registry+https://github.com/rust-lang/crates.io-index"4371checksum = "1008a302b73c5020251f9708c653f5ed08368e530e247cc9cd2f109ff30042cf"4372dependencies = [4373 "futures 0.3.21",4374 "js-sys",4375 "libp2p-core",4376 "parity-send-wrapper",4377 "wasm-bindgen",4378 "wasm-bindgen-futures",4379]43804381[[package]]4382name = "libp2p-websocket"4383version = "0.31.0"4384source = "registry+https://github.com/rust-lang/crates.io-index"4385checksum = "22e12df82d1ed64969371a9e65ea92b91064658604cc2576c2757f18ead9a1cf"4386dependencies = [4387 "either",4388 "futures 0.3.21",4389 "futures-rustls",4390 "libp2p-core",4391 "log",4392 "quicksink",4393 "rw-stream-sink",4394 "soketto",4395 "url 2.2.2",4396 "webpki-roots",4397]43984399[[package]]4400name = "libp2p-yamux"4401version = "0.34.0"4402source = "registry+https://github.com/rust-lang/crates.io-index"4403checksum = "4e7362abb8867d7187e7e93df17f460d554c997fc5c8ac57dc1259057f6889af"4404dependencies = [4405 "futures 0.3.21",4406 "libp2p-core",4407 "parking_lot 0.11.2",4408 "thiserror",4409 "yamux",4410]44114412[[package]]4413name = "librocksdb-sys"4414version = "6.20.3"4415source = "registry+https://github.com/rust-lang/crates.io-index"4416checksum = "c309a9d2470844aceb9a4a098cf5286154d20596868b75a6b36357d2bb9ca25d"4417dependencies = [4418 "bindgen",4419 "cc",4420 "glob",4421 "libc",4422]44234424[[package]]4425name = "libsecp256k1"4426version = "0.3.5"4427source = "registry+https://github.com/rust-lang/crates.io-index"4428checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"4429dependencies = [4430 "arrayref",4431 "crunchy",4432 "digest 0.8.1",4433 "hmac-drbg 0.2.0",4434 "rand 0.7.3",4435 "sha2 0.8.2",4436 "subtle 2.4.1",4437 "typenum",4438]44394440[[package]]4441name = "libsecp256k1"4442version = "0.7.0"4443source = "registry+https://github.com/rust-lang/crates.io-index"4444checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4445dependencies = [4446 "arrayref",4447 "base64",4448 "digest 0.9.0",4449 "hmac-drbg 0.3.0",4450 "libsecp256k1-core",4451 "libsecp256k1-gen-ecmult",4452 "libsecp256k1-gen-genmult",4453 "rand 0.8.4",4454 "serde",4455 "sha2 0.9.9",4456 "typenum",4457]44584459[[package]]4460name = "libsecp256k1-core"4461version = "0.3.0"4462source = "registry+https://github.com/rust-lang/crates.io-index"4463checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4464dependencies = [4465 "crunchy",4466 "digest 0.9.0",4467 "subtle 2.4.1",4468]44694470[[package]]4471name = "libsecp256k1-gen-ecmult"4472version = "0.3.0"4473source = "registry+https://github.com/rust-lang/crates.io-index"4474checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4475dependencies = [4476 "libsecp256k1-core",4477]44784479[[package]]4480name = "libsecp256k1-gen-genmult"4481version = "0.3.0"4482source = "registry+https://github.com/rust-lang/crates.io-index"4483checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4484dependencies = [4485 "libsecp256k1-core",4486]44874488[[package]]4489name = "libz-sys"4490version = "1.1.3"4491source = "registry+https://github.com/rust-lang/crates.io-index"4492checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"4493dependencies = [4494 "cc",4495 "pkg-config",4496 "vcpkg",4497]44984499[[package]]4500name = "linked-hash-map"4501version = "0.5.4"4502source = "registry+https://github.com/rust-lang/crates.io-index"4503checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"45044505[[package]]4506name = "linked_hash_set"4507version = "0.1.4"4508source = "registry+https://github.com/rust-lang/crates.io-index"4509checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4510dependencies = [4511 "linked-hash-map",4512]45134514[[package]]4515name = "linregress"4516version = "0.4.4"4517source = "registry+https://github.com/rust-lang/crates.io-index"4518checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4519dependencies = [4520 "nalgebra",4521 "statrs",4522]45234524[[package]]4525name = "linux-raw-sys"4526version = "0.0.36"4527source = "registry+https://github.com/rust-lang/crates.io-index"4528checksum = "a261afc61b7a5e323933b402ca6a1765183687c614789b1e4db7762ed4230bca"45294530[[package]]4531name = "lock_api"4532version = "0.3.4"4533source = "registry+https://github.com/rust-lang/crates.io-index"4534checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"4535dependencies = [4536 "scopeguard",4537]45384539[[package]]4540name = "lock_api"4541version = "0.4.6"4542source = "registry+https://github.com/rust-lang/crates.io-index"4543checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"4544dependencies = [4545 "scopeguard",4546]45474548[[package]]4549name = "log"4550version = "0.4.14"4551source = "registry+https://github.com/rust-lang/crates.io-index"4552checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"4553dependencies = [4554 "cfg-if 1.0.0",4555 "value-bag",4556]45574558[[package]]4559name = "lru"4560version = "0.6.6"4561source = "registry+https://github.com/rust-lang/crates.io-index"4562checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4563dependencies = [4564 "hashbrown 0.11.2",4565]45664567[[package]]4568name = "lru"4569version = "0.7.2"4570source = "registry+https://github.com/rust-lang/crates.io-index"4571checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f"4572dependencies = [4573 "hashbrown 0.11.2",4574]45754576[[package]]4577name = "lru-cache"4578version = "0.1.2"4579source = "registry+https://github.com/rust-lang/crates.io-index"4580checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4581dependencies = [4582 "linked-hash-map",4583]45844585[[package]]4586name = "lz4"4587version = "1.23.2"4588source = "registry+https://github.com/rust-lang/crates.io-index"4589checksum = "aac20ed6991e01bf6a2e68cc73df2b389707403662a8ba89f68511fb340f724c"4590dependencies = [4591 "libc",4592 "lz4-sys",4593]45944595[[package]]4596name = "lz4-sys"4597version = "1.9.2"4598source = "registry+https://github.com/rust-lang/crates.io-index"4599checksum = "dca79aa95d8b3226213ad454d328369853be3a1382d89532a854f4d69640acae"4600dependencies = [4601 "cc",4602 "libc",4603]46044605[[package]]4606name = "mach"4607version = "0.3.2"4608source = "registry+https://github.com/rust-lang/crates.io-index"4609checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4610dependencies = [4611 "libc",4612]46134614[[package]]4615name = "maplit"4616version = "1.0.2"4617source = "registry+https://github.com/rust-lang/crates.io-index"4618checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"46194620[[package]]4621name = "match_cfg"4622version = "0.1.0"4623source = "registry+https://github.com/rust-lang/crates.io-index"4624checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"46254626[[package]]4627name = "matchers"4628version = "0.0.1"4629source = "registry+https://github.com/rust-lang/crates.io-index"4630checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4631dependencies = [4632 "regex-automata",4633]46344635[[package]]4636name = "matches"4637version = "0.1.9"4638source = "registry+https://github.com/rust-lang/crates.io-index"4639checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"46404641[[package]]4642name = "matrixmultiply"4643version = "0.3.2"4644source = "registry+https://github.com/rust-lang/crates.io-index"4645checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4646dependencies = [4647 "rawpointer",4648]46494650[[package]]4651name = "memchr"4652version = "2.4.1"4653source = "registry+https://github.com/rust-lang/crates.io-index"4654checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"46554656[[package]]4657name = "memmap2"4658version = "0.2.3"4659source = "registry+https://github.com/rust-lang/crates.io-index"4660checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4661dependencies = [4662 "libc",4663]46644665[[package]]4666name = "memmap2"4667version = "0.5.2"4668source = "registry+https://github.com/rust-lang/crates.io-index"4669checksum = "fe3179b85e1fd8b14447cbebadb75e45a1002f541b925f0bfec366d56a81c56d"4670dependencies = [4671 "libc",4672]46734674[[package]]4675name = "memoffset"4676version = "0.6.5"4677source = "registry+https://github.com/rust-lang/crates.io-index"4678checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4679dependencies = [4680 "autocfg",4681]46824683[[package]]4684name = "memory-db"4685version = "0.28.0"4686source = "registry+https://github.com/rust-lang/crates.io-index"4687checksum = "d505169b746dacf02f7d14d8c80b34edfd8212159c63d23c977739a0d960c626"4688dependencies = [4689 "hash-db",4690 "hashbrown 0.11.2",4691 "parity-util-mem",4692]46934694[[package]]4695name = "memory-lru"4696version = "0.1.0"4697source = "registry+https://github.com/rust-lang/crates.io-index"4698checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4699dependencies = [4700 "lru 0.6.6",4701]47024703[[package]]4704name = "memory_units"4705version = "0.3.0"4706source = "registry+https://github.com/rust-lang/crates.io-index"4707checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"47084709[[package]]4710name = "merlin"4711version = "2.0.1"4712source = "registry+https://github.com/rust-lang/crates.io-index"4713checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4714dependencies = [4715 "byteorder",4716 "keccak",4717 "rand_core 0.5.1",4718 "zeroize",4719]47204721[[package]]4722name = "metered-channel"4723version = "0.9.16"4724source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"4725dependencies = [4726 "derive_more",4727 "futures 0.3.21",4728 "futures-timer",4729 "thiserror",4730 "tracing",4731]47324733[[package]]4734name = "mick-jaeger"4735version = "0.1.7"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "fd2c2cc134e57461f0898b0e921f0a7819b5e3f3a4335b9aa390ce81a5f36fb9"4738dependencies = [4739 "futures 0.3.21",4740 "rand 0.8.4",4741 "thrift",4742]47434744[[package]]4745name = "minimal-lexical"4746version = "0.2.1"4747source = "registry+https://github.com/rust-lang/crates.io-index"4748checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"47494750[[package]]4751name = "miniz_oxide"4752version = "0.4.4"4753source = "registry+https://github.com/rust-lang/crates.io-index"4754checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"4755dependencies = [4756 "adler",4757 "autocfg",4758]47594760[[package]]4761name = "mio"4762version = "0.6.23"4763source = "registry+https://github.com/rust-lang/crates.io-index"4764checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"4765dependencies = [4766 "cfg-if 0.1.10",4767 "fuchsia-zircon",4768 "fuchsia-zircon-sys",4769 "iovec",4770 "kernel32-sys",4771 "libc",4772 "log",4773 "miow 0.2.2",4774 "net2",4775 "slab",4776 "winapi 0.2.8",4777]47784779[[package]]4780name = "mio"4781version = "0.7.14"4782source = "registry+https://github.com/rust-lang/crates.io-index"4783checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"4784dependencies = [4785 "libc",4786 "log",4787 "miow 0.3.7",4788 "ntapi",4789 "winapi 0.3.9",4790]47914792[[package]]4793name = "mio-extras"4794version = "2.0.6"4795source = "registry+https://github.com/rust-lang/crates.io-index"4796checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"4797dependencies = [4798 "lazycell",4799 "log",4800 "mio 0.6.23",4801 "slab",4802]48034804[[package]]4805name = "miow"4806version = "0.2.2"4807source = "registry+https://github.com/rust-lang/crates.io-index"4808checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"4809dependencies = [4810 "kernel32-sys",4811 "net2",4812 "winapi 0.2.8",4813 "ws2_32-sys",4814]48154816[[package]]4817name = "miow"4818version = "0.3.7"4819source = "registry+https://github.com/rust-lang/crates.io-index"4820checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"4821dependencies = [4822 "winapi 0.3.9",4823]48244825[[package]]4826name = "more-asserts"4827version = "0.2.2"4828source = "registry+https://github.com/rust-lang/crates.io-index"4829checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"48304831[[package]]4832name = "multiaddr"4833version = "0.13.0"4834source = "registry+https://github.com/rust-lang/crates.io-index"4835checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"4836dependencies = [4837 "arrayref",4838 "bs58",4839 "byteorder",4840 "data-encoding",4841 "multihash 0.14.0",4842 "percent-encoding 2.1.0",4843 "serde",4844 "static_assertions",4845 "unsigned-varint 0.7.1",4846 "url 2.2.2",4847]48484849[[package]]4850name = "multibase"4851version = "0.8.0"4852source = "registry+https://github.com/rust-lang/crates.io-index"4853checksum = "b78c60039650ff12e140ae867ef5299a58e19dded4d334c849dc7177083667e2"4854dependencies = [4855 "base-x",4856 "data-encoding",4857 "data-encoding-macro",4858]48594860[[package]]4861name = "multihash"4862version = "0.13.2"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "4dac63698b887d2d929306ea48b63760431ff8a24fac40ddb22f9c7f49fb7cab"4865dependencies = [4866 "blake2b_simd",4867 "blake2s_simd",4868 "blake3",4869 "digest 0.9.0",4870 "generic-array 0.14.5",4871 "multihash-derive",4872 "sha2 0.9.9",4873 "sha3 0.9.1",4874 "unsigned-varint 0.5.1",4875]48764877[[package]]4878name = "multihash"4879version = "0.14.0"4880source = "registry+https://github.com/rust-lang/crates.io-index"4881checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"4882dependencies = [4883 "digest 0.9.0",4884 "generic-array 0.14.5",4885 "multihash-derive",4886 "sha2 0.9.9",4887 "unsigned-varint 0.7.1",4888]48894890[[package]]4891name = "multihash-derive"4892version = "0.7.2"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"4895dependencies = [4896 "proc-macro-crate 1.1.0",4897 "proc-macro-error",4898 "proc-macro2",4899 "quote",4900 "syn",4901 "synstructure",4902]49034904[[package]]4905name = "multimap"4906version = "0.8.3"4907source = "registry+https://github.com/rust-lang/crates.io-index"4908checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49094910[[package]]4911name = "multistream-select"4912version = "0.10.4"4913source = "registry+https://github.com/rust-lang/crates.io-index"4914checksum = "56a336acba8bc87c8876f6425407dbbe6c417bf478b22015f8fb0994ef3bc0ab"4915dependencies = [4916 "bytes 1.1.0",4917 "futures 0.3.21",4918 "log",4919 "pin-project 1.0.10",4920 "smallvec",4921 "unsigned-varint 0.7.1",4922]49234924[[package]]4925name = "nalgebra"4926version = "0.27.1"4927source = "registry+https://github.com/rust-lang/crates.io-index"4928checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4929dependencies = [4930 "approx",4931 "matrixmultiply",4932 "nalgebra-macros",4933 "num-complex",4934 "num-rational 0.4.0",4935 "num-traits",4936 "rand 0.8.4",4937 "rand_distr",4938 "simba",4939 "typenum",4940]49414942[[package]]4943name = "nalgebra-macros"4944version = "0.1.0"4945source = "registry+https://github.com/rust-lang/crates.io-index"4946checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"4947dependencies = [4948 "proc-macro2",4949 "quote",4950 "syn",4951]49524953[[package]]4954name = "names"4955version = "0.12.0"4956source = "registry+https://github.com/rust-lang/crates.io-index"4957checksum = "10a8690bf09abf659851e58cd666c3d37ac6af07c2bd7a9e332cfba471715775"4958dependencies = [4959 "rand 0.8.4",4960]49614962[[package]]4963name = "net2"4964version = "0.2.37"4965source = "registry+https://github.com/rust-lang/crates.io-index"4966checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"4967dependencies = [4968 "cfg-if 0.1.10",4969 "libc",4970 "winapi 0.3.9",4971]49724973[[package]]4974name = "nodrop"4975version = "0.1.14"4976source = "registry+https://github.com/rust-lang/crates.io-index"4977checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"49784979[[package]]4980name = "nohash-hasher"4981version = "0.2.0"4982source = "registry+https://github.com/rust-lang/crates.io-index"4983checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"49844985[[package]]4986name = "nom"4987version = "7.1.0"4988source = "registry+https://github.com/rust-lang/crates.io-index"4989checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"4990dependencies = [4991 "memchr",4992 "minimal-lexical",4993 "version_check",4994]49954996[[package]]4997name = "ntapi"4998version = "0.3.6"4999source = "registry+https://github.com/rust-lang/crates.io-index"5000checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"5001dependencies = [5002 "winapi 0.3.9",5003]50045005[[package]]5006name = "num-bigint"5007version = "0.2.6"5008source = "registry+https://github.com/rust-lang/crates.io-index"5009checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5010dependencies = [5011 "autocfg",5012 "num-integer",5013 "num-traits",5014]50155016[[package]]5017name = "num-complex"5018version = "0.4.0"5019source = "registry+https://github.com/rust-lang/crates.io-index"5020checksum = "26873667bbbb7c5182d4a37c1add32cdf09f841af72da53318fdb81543c15085"5021dependencies = [5022 "num-traits",5023]50245025[[package]]5026name = "num-integer"5027version = "0.1.44"5028source = "registry+https://github.com/rust-lang/crates.io-index"5029checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"5030dependencies = [5031 "autocfg",5032 "num-traits",5033]50345035[[package]]5036name = "num-rational"5037version = "0.2.4"5038source = "registry+https://github.com/rust-lang/crates.io-index"5039checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5040dependencies = [5041 "autocfg",5042 "num-bigint",5043 "num-integer",5044 "num-traits",5045]50465047[[package]]5048name = "num-rational"5049version = "0.4.0"5050source = "registry+https://github.com/rust-lang/crates.io-index"5051checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5052dependencies = [5053 "autocfg",5054 "num-integer",5055 "num-traits",5056]50575058[[package]]5059name = "num-traits"5060version = "0.2.14"5061source = "registry+https://github.com/rust-lang/crates.io-index"5062checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"5063dependencies = [5064 "autocfg",5065 "libm",5066]50675068[[package]]5069name = "num_cpus"5070version = "1.13.1"5071source = "registry+https://github.com/rust-lang/crates.io-index"5072checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5073dependencies = [5074 "hermit-abi",5075 "libc",5076]50775078[[package]]5079name = "object"5080version = "0.27.1"5081source = "registry+https://github.com/rust-lang/crates.io-index"5082checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5083dependencies = [5084 "crc32fast",5085 "indexmap",5086 "memchr",5087]50885089[[package]]5090name = "once_cell"5091version = "1.9.0"5092source = "registry+https://github.com/rust-lang/crates.io-index"5093checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"50945095[[package]]5096name = "opaque-debug"5097version = "0.2.3"5098source = "registry+https://github.com/rust-lang/crates.io-index"5099checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"51005101[[package]]5102name = "opaque-debug"5103version = "0.3.0"5104source = "registry+https://github.com/rust-lang/crates.io-index"5105checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"51065107[[package]]5108name = "open-metrics-client"5109version = "0.12.0"5110source = "registry+https://github.com/rust-lang/crates.io-index"5111checksum = "7337d80c23c2d8b1349563981bc4fb531220733743ba8115454a67b181173f0d"5112dependencies = [5113 "dtoa",5114 "itoa 0.4.8",5115 "open-metrics-client-derive-text-encode",5116 "owning_ref",5117]51185119[[package]]5120name = "open-metrics-client-derive-text-encode"5121version = "0.1.1"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"5124dependencies = [5125 "proc-macro2",5126 "quote",5127 "syn",5128]51295130[[package]]5131name = "openssl-probe"5132version = "0.1.5"5133source = "registry+https://github.com/rust-lang/crates.io-index"5134checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"51355136[[package]]5137name = "ordered-float"5138version = "1.1.1"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5141dependencies = [5142 "num-traits",5143]51445145[[package]]5146name = "orml-vesting"5147version = "0.4.1-dev"5148source = "git+https://github.com/UniqueNetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.16#d9c538ae3b9dc0f7faacff2deed70becd10cd46e"5149dependencies = [5150 "frame-support",5151 "frame-system",5152 "parity-scale-codec",5153 "scale-info",5154 "serde",5155 "sp-io",5156 "sp-runtime",5157 "sp-std",5158]51595160[[package]]5161name = "owning_ref"5162version = "0.4.1"5163source = "registry+https://github.com/rust-lang/crates.io-index"5164checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5165dependencies = [5166 "stable_deref_trait",5167]51685169[[package]]5170name = "pallet-aura"5171version = "4.0.0-dev"5172source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5173dependencies = [5174 "frame-support",5175 "frame-system",5176 "pallet-timestamp",5177 "parity-scale-codec",5178 "scale-info",5179 "sp-application-crypto",5180 "sp-consensus-aura",5181 "sp-runtime",5182 "sp-std",5183]51845185[[package]]5186name = "pallet-authority-discovery"5187version = "4.0.0-dev"5188source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5189dependencies = [5190 "frame-support",5191 "frame-system",5192 "pallet-session",5193 "parity-scale-codec",5194 "scale-info",5195 "sp-application-crypto",5196 "sp-authority-discovery",5197 "sp-runtime",5198 "sp-std",5199]52005201[[package]]5202name = "pallet-authorship"5203version = "4.0.0-dev"5204source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5205dependencies = [5206 "frame-support",5207 "frame-system",5208 "impl-trait-for-tuples",5209 "parity-scale-codec",5210 "scale-info",5211 "sp-authorship",5212 "sp-runtime",5213 "sp-std",5214]52155216[[package]]5217name = "pallet-babe"5218version = "4.0.0-dev"5219source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5220dependencies = [5221 "frame-benchmarking",5222 "frame-support",5223 "frame-system",5224 "log",5225 "pallet-authorship",5226 "pallet-session",5227 "pallet-timestamp",5228 "parity-scale-codec",5229 "scale-info",5230 "sp-application-crypto",5231 "sp-consensus-babe",5232 "sp-consensus-vrf",5233 "sp-io",5234 "sp-runtime",5235 "sp-session",5236 "sp-staking",5237 "sp-std",5238]52395240[[package]]5241name = "pallet-bags-list"5242version = "4.0.0-dev"5243source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5244dependencies = [5245 "frame-benchmarking",5246 "frame-election-provider-support",5247 "frame-support",5248 "frame-system",5249 "log",5250 "pallet-balances",5251 "parity-scale-codec",5252 "scale-info",5253 "sp-core",5254 "sp-io",5255 "sp-runtime",5256 "sp-std",5257 "sp-tracing",5258]52595260[[package]]5261name = "pallet-balances"5262version = "4.0.0-dev"5263source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5264dependencies = [5265 "frame-benchmarking",5266 "frame-support",5267 "frame-system",5268 "log",5269 "parity-scale-codec",5270 "scale-info",5271 "sp-runtime",5272 "sp-std",5273]52745275[[package]]5276name = "pallet-base-fee"5277version = "1.0.0"5278source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5279dependencies = [5280 "frame-support",5281 "frame-system",5282 "pallet-evm",5283 "parity-scale-codec",5284 "scale-info",5285 "serde",5286 "sp-core",5287 "sp-runtime",5288]52895290[[package]]5291name = "pallet-beefy"5292version = "4.0.0-dev"5293source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5294dependencies = [5295 "beefy-primitives",5296 "frame-support",5297 "frame-system",5298 "pallet-session",5299 "parity-scale-codec",5300 "scale-info",5301 "serde",5302 "sp-runtime",5303 "sp-std",5304]53055306[[package]]5307name = "pallet-beefy-mmr"5308version = "4.0.0-dev"5309source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5310dependencies = [5311 "beefy-merkle-tree",5312 "beefy-primitives",5313 "frame-support",5314 "frame-system",5315 "hex",5316 "libsecp256k1 0.7.0",5317 "log",5318 "pallet-beefy",5319 "pallet-mmr",5320 "pallet-mmr-primitives",5321 "pallet-session",5322 "parity-scale-codec",5323 "scale-info",5324 "serde",5325 "sp-core",5326 "sp-io",5327 "sp-runtime",5328 "sp-std",5329]53305331[[package]]5332name = "pallet-bounties"5333version = "4.0.0-dev"5334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5335dependencies = [5336 "frame-benchmarking",5337 "frame-support",5338 "frame-system",5339 "log",5340 "pallet-treasury",5341 "parity-scale-codec",5342 "scale-info",5343 "sp-core",5344 "sp-io",5345 "sp-runtime",5346 "sp-std",5347]53485349[[package]]5350name = "pallet-bridge-dispatch"5351version = "0.1.0"5352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"5353dependencies = [5354 "bp-message-dispatch",5355 "bp-runtime",5356 "frame-support",5357 "frame-system",5358 "log",5359 "parity-scale-codec",5360 "scale-info",5361 "sp-core",5362 "sp-runtime",5363 "sp-std",5364]53655366[[package]]5367name = "pallet-bridge-grandpa"5368version = "0.1.0"5369source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"5370dependencies = [5371 "bp-header-chain",5372 "bp-runtime",5373 "bp-test-utils",5374 "finality-grandpa",5375 "frame-support",5376 "frame-system",5377 "log",5378 "num-traits",5379 "parity-scale-codec",5380 "scale-info",5381 "serde",5382 "sp-finality-grandpa",5383 "sp-runtime",5384 "sp-std",5385 "sp-trie",5386]53875388[[package]]5389name = "pallet-bridge-messages"5390version = "0.1.0"5391source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"5392dependencies = [5393 "bitvec",5394 "bp-message-dispatch",5395 "bp-messages",5396 "bp-runtime",5397 "frame-support",5398 "frame-system",5399 "log",5400 "num-traits",5401 "parity-scale-codec",5402 "scale-info",5403 "serde",5404 "sp-core",5405 "sp-runtime",5406 "sp-std",5407]54085409[[package]]5410name = "pallet-collective"5411version = "4.0.0-dev"5412source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5413dependencies = [5414 "frame-benchmarking",5415 "frame-support",5416 "frame-system",5417 "log",5418 "parity-scale-codec",5419 "scale-info",5420 "sp-core",5421 "sp-io",5422 "sp-runtime",5423 "sp-std",5424]54255426[[package]]5427name = "pallet-common"5428version = "0.1.0"5429dependencies = [5430 "evm-coder",5431 "frame-support",5432 "frame-system",5433 "pallet-evm",5434 "pallet-evm-coder-substrate",5435 "parity-scale-codec",5436 "scale-info",5437 "serde",5438 "sp-core",5439 "sp-runtime",5440 "sp-std",5441 "up-data-structs",5442 "up-evm-mapping",5443]54445445[[package]]5446name = "pallet-democracy"5447version = "4.0.0-dev"5448source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5449dependencies = [5450 "frame-benchmarking",5451 "frame-support",5452 "frame-system",5453 "parity-scale-codec",5454 "scale-info",5455 "serde",5456 "sp-io",5457 "sp-runtime",5458 "sp-std",5459]54605461[[package]]5462name = "pallet-election-provider-multi-phase"5463version = "4.0.0-dev"5464source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5465dependencies = [5466 "frame-benchmarking",5467 "frame-election-provider-support",5468 "frame-support",5469 "frame-system",5470 "log",5471 "parity-scale-codec",5472 "rand 0.7.3",5473 "scale-info",5474 "sp-arithmetic",5475 "sp-core",5476 "sp-io",5477 "sp-npos-elections",5478 "sp-runtime",5479 "sp-std",5480 "static_assertions",5481 "strum 0.22.0",5482 "strum_macros 0.23.1",5483]54845485[[package]]5486name = "pallet-elections-phragmen"5487version = "5.0.0-dev"5488source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5489dependencies = [5490 "frame-benchmarking",5491 "frame-support",5492 "frame-system",5493 "log",5494 "parity-scale-codec",5495 "scale-info",5496 "sp-core",5497 "sp-io",5498 "sp-npos-elections",5499 "sp-runtime",5500 "sp-std",5501]55025503[[package]]5504name = "pallet-ethereum"5505version = "4.0.0-dev"5506source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5507dependencies = [5508 "ethereum",5509 "ethereum-types",5510 "evm",5511 "fp-consensus",5512 "fp-evm",5513 "fp-rpc",5514 "fp-self-contained",5515 "fp-storage",5516 "frame-support",5517 "frame-system",5518 "log",5519 "pallet-balances",5520 "pallet-evm",5521 "pallet-timestamp",5522 "parity-scale-codec",5523 "rlp",5524 "rustc-hex",5525 "scale-info",5526 "serde",5527 "sha3 0.8.2",5528 "sp-io",5529 "sp-runtime",5530 "sp-std",5531]55325533[[package]]5534name = "pallet-evm"5535version = "6.0.0-dev"5536source = "git+https://github.com/uniquenetwork/frontier.git?branch=unique-polkadot-v0.9.16#86ba914ab040c95c41db2e39a2edcb90cd51c971"5537dependencies = [5538 "evm",5539 "evm-gasometer",5540 "evm-runtime",5541 "fp-evm",5542 "frame-benchmarking",5543 "frame-support",5544 "frame-system",5545 "hex",5546 "impl-trait-for-tuples",5547 "log",5548 "pallet-balances",5549 "pallet-timestamp",5550 "parity-scale-codec",5551 "primitive-types 0.9.1",5552 "rlp",5553 "scale-info",5554 "serde",5555 "sha3 0.8.2",5556 "sp-core",5557 "sp-io",5558 "sp-runtime",5559 "sp-std",5560]55615562[[package]]5563name = "pallet-evm-coder-substrate"5564version = "0.1.0"5565dependencies = [5566 "ethereum",5567 "evm-coder",5568 "frame-benchmarking",5569 "frame-support",5570 "frame-system",5571 "pallet-ethereum",5572 "pallet-evm",5573 "parity-scale-codec",5574 "scale-info",5575 "sp-core",5576 "sp-std",5577]55785579[[package]]5580name = "pallet-evm-contract-helpers"5581version = "0.1.0"5582dependencies = [5583 "evm-coder",5584 "frame-support",5585 "frame-system",5586 "log",5587 "pallet-evm",5588 "pallet-evm-coder-substrate",5589 "parity-scale-codec",5590 "scale-info",5591 "sp-core",5592 "sp-runtime",5593 "sp-std",5594 "up-sponsorship",5595]55965597[[package]]5598name = "pallet-evm-migration"5599version = "0.1.0"5600dependencies = [5601 "fp-evm",5602 "frame-benchmarking",5603 "frame-support",5604 "frame-system",5605 "pallet-evm",5606 "parity-scale-codec",5607 "scale-info",5608 "sp-core",5609 "sp-io",5610 "sp-runtime",5611 "sp-std",5612]56135614[[package]]5615name = "pallet-evm-transaction-payment"5616version = "0.1.0"5617dependencies = [5618 "fp-evm",5619 "frame-support",5620 "frame-system",5621 "pallet-ethereum",5622 "pallet-evm",5623 "parity-scale-codec",5624 "scale-info",5625 "sp-core",5626 "sp-io",5627 "sp-runtime",5628 "sp-std",5629 "up-evm-mapping",5630 "up-sponsorship",5631]56325633[[package]]5634name = "pallet-fungible"5635version = "0.1.0"5636dependencies = [5637 "ethereum",5638 "evm-coder",5639 "frame-benchmarking",5640 "frame-support",5641 "frame-system",5642 "pallet-common",5643 "pallet-evm-coder-substrate",5644 "parity-scale-codec",5645 "scale-info",5646 "sp-core",5647 "sp-runtime",5648 "sp-std",5649 "up-data-structs",5650]56515652[[package]]5653name = "pallet-gilt"5654version = "4.0.0-dev"5655source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5656dependencies = [5657 "frame-benchmarking",5658 "frame-support",5659 "frame-system",5660 "parity-scale-codec",5661 "scale-info",5662 "sp-arithmetic",5663 "sp-runtime",5664 "sp-std",5665]56665667[[package]]5668name = "pallet-grandpa"5669version = "4.0.0-dev"5670source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5671dependencies = [5672 "frame-benchmarking",5673 "frame-support",5674 "frame-system",5675 "log",5676 "pallet-authorship",5677 "pallet-session",5678 "parity-scale-codec",5679 "scale-info",5680 "sp-application-crypto",5681 "sp-core",5682 "sp-finality-grandpa",5683 "sp-io",5684 "sp-runtime",5685 "sp-session",5686 "sp-staking",5687 "sp-std",5688]56895690[[package]]5691name = "pallet-identity"5692version = "4.0.0-dev"5693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5694dependencies = [5695 "enumflags2",5696 "frame-benchmarking",5697 "frame-support",5698 "frame-system",5699 "parity-scale-codec",5700 "scale-info",5701 "sp-io",5702 "sp-runtime",5703 "sp-std",5704]57055706[[package]]5707name = "pallet-im-online"5708version = "4.0.0-dev"5709source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5710dependencies = [5711 "frame-benchmarking",5712 "frame-support",5713 "frame-system",5714 "log",5715 "pallet-authorship",5716 "parity-scale-codec",5717 "scale-info",5718 "sp-application-crypto",5719 "sp-core",5720 "sp-io",5721 "sp-runtime",5722 "sp-staking",5723 "sp-std",5724]57255726[[package]]5727name = "pallet-indices"5728version = "4.0.0-dev"5729source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5730dependencies = [5731 "frame-benchmarking",5732 "frame-support",5733 "frame-system",5734 "parity-scale-codec",5735 "scale-info",5736 "sp-core",5737 "sp-io",5738 "sp-keyring",5739 "sp-runtime",5740 "sp-std",5741]57425743[[package]]5744name = "pallet-inflation"5745version = "0.1.0"5746dependencies = [5747 "frame-benchmarking",5748 "frame-support",5749 "frame-system",5750 "pallet-balances",5751 "pallet-randomness-collective-flip",5752 "pallet-timestamp",5753 "parity-scale-codec",5754 "scale-info",5755 "serde",5756 "sp-core",5757 "sp-io",5758 "sp-runtime",5759 "sp-std",5760]57615762[[package]]5763name = "pallet-membership"5764version = "4.0.0-dev"5765source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5766dependencies = [5767 "frame-benchmarking",5768 "frame-support",5769 "frame-system",5770 "log",5771 "parity-scale-codec",5772 "scale-info",5773 "sp-core",5774 "sp-io",5775 "sp-runtime",5776 "sp-std",5777]57785779[[package]]5780name = "pallet-mmr"5781version = "4.0.0-dev"5782source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5783dependencies = [5784 "ckb-merkle-mountain-range",5785 "frame-benchmarking",5786 "frame-support",5787 "frame-system",5788 "pallet-mmr-primitives",5789 "parity-scale-codec",5790 "scale-info",5791 "sp-core",5792 "sp-io",5793 "sp-runtime",5794 "sp-std",5795]57965797[[package]]5798name = "pallet-mmr-primitives"5799version = "4.0.0-dev"5800source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5801dependencies = [5802 "frame-support",5803 "frame-system",5804 "log",5805 "parity-scale-codec",5806 "serde",5807 "sp-api",5808 "sp-core",5809 "sp-runtime",5810 "sp-std",5811]58125813[[package]]5814name = "pallet-mmr-rpc"5815version = "3.0.0"5816source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5817dependencies = [5818 "jsonrpc-core",5819 "jsonrpc-core-client",5820 "jsonrpc-derive",5821 "pallet-mmr-primitives",5822 "parity-scale-codec",5823 "serde",5824 "sp-api",5825 "sp-blockchain",5826 "sp-core",5827 "sp-runtime",5828]58295830[[package]]5831name = "pallet-multisig"5832version = "4.0.0-dev"5833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5834dependencies = [5835 "frame-benchmarking",5836 "frame-support",5837 "frame-system",5838 "parity-scale-codec",5839 "scale-info",5840 "sp-io",5841 "sp-runtime",5842 "sp-std",5843]58445845[[package]]5846name = "pallet-nicks"5847version = "4.0.0-dev"5848source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5849dependencies = [5850 "frame-support",5851 "frame-system",5852 "parity-scale-codec",5853 "scale-info",5854 "sp-io",5855 "sp-runtime",5856 "sp-std",5857]58585859[[package]]5860name = "pallet-nonfungible"5861version = "0.1.0"5862dependencies = [5863 "ethereum",5864 "evm-coder",5865 "frame-benchmarking",5866 "frame-support",5867 "frame-system",5868 "pallet-common",5869 "pallet-evm-coder-substrate",5870 "parity-scale-codec",5871 "scale-info",5872 "sp-core",5873 "sp-runtime",5874 "sp-std",5875 "up-data-structs",5876]58775878[[package]]5879name = "pallet-offences"5880version = "4.0.0-dev"5881source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5882dependencies = [5883 "frame-support",5884 "frame-system",5885 "log",5886 "pallet-balances",5887 "parity-scale-codec",5888 "scale-info",5889 "serde",5890 "sp-runtime",5891 "sp-staking",5892 "sp-std",5893]58945895[[package]]5896name = "pallet-offences-benchmarking"5897version = "4.0.0-dev"5898source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5899dependencies = [5900 "frame-benchmarking",5901 "frame-election-provider-support",5902 "frame-support",5903 "frame-system",5904 "pallet-babe",5905 "pallet-balances",5906 "pallet-grandpa",5907 "pallet-im-online",5908 "pallet-offences",5909 "pallet-session",5910 "pallet-staking",5911 "parity-scale-codec",5912 "scale-info",5913 "sp-runtime",5914 "sp-staking",5915 "sp-std",5916]59175918[[package]]5919name = "pallet-preimage"5920version = "4.0.0-dev"5921source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5922dependencies = [5923 "frame-benchmarking",5924 "frame-support",5925 "frame-system",5926 "parity-scale-codec",5927 "scale-info",5928 "sp-core",5929 "sp-io",5930 "sp-runtime",5931 "sp-std",5932]59335934[[package]]5935name = "pallet-proxy"5936version = "4.0.0-dev"5937source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5938dependencies = [5939 "frame-benchmarking",5940 "frame-support",5941 "frame-system",5942 "parity-scale-codec",5943 "scale-info",5944 "sp-io",5945 "sp-runtime",5946 "sp-std",5947]59485949[[package]]5950name = "pallet-randomness-collective-flip"5951version = "4.0.0-dev"5952source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5953dependencies = [5954 "frame-support",5955 "frame-system",5956 "parity-scale-codec",5957 "safe-mix",5958 "scale-info",5959 "sp-runtime",5960 "sp-std",5961]59625963[[package]]5964name = "pallet-recovery"5965version = "4.0.0-dev"5966source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5967dependencies = [5968 "frame-support",5969 "frame-system",5970 "parity-scale-codec",5971 "scale-info",5972 "sp-io",5973 "sp-runtime",5974 "sp-std",5975]59765977[[package]]5978name = "pallet-refungible"5979version = "0.1.0"5980dependencies = [5981 "frame-benchmarking",5982 "frame-support",5983 "frame-system",5984 "pallet-common",5985 "parity-scale-codec",5986 "scale-info",5987 "sp-core",5988 "sp-runtime",5989 "sp-std",5990 "up-data-structs",5991]59925993[[package]]5994name = "pallet-scheduler"5995version = "4.0.0-dev"5996source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"5997dependencies = [5998 "frame-benchmarking",5999 "frame-support",6000 "frame-system",6001 "log",6002 "parity-scale-codec",6003 "scale-info",6004 "sp-io",6005 "sp-runtime",6006 "sp-std",6007]60086009[[package]]6010name = "pallet-session"6011version = "4.0.0-dev"6012source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6013dependencies = [6014 "frame-support",6015 "frame-system",6016 "impl-trait-for-tuples",6017 "log",6018 "pallet-timestamp",6019 "parity-scale-codec",6020 "scale-info",6021 "sp-core",6022 "sp-io",6023 "sp-runtime",6024 "sp-session",6025 "sp-staking",6026 "sp-std",6027 "sp-trie",6028]60296030[[package]]6031name = "pallet-session-benchmarking"6032version = "4.0.0-dev"6033source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6034dependencies = [6035 "frame-benchmarking",6036 "frame-support",6037 "frame-system",6038 "pallet-session",6039 "pallet-staking",6040 "rand 0.7.3",6041 "sp-runtime",6042 "sp-session",6043 "sp-std",6044]60456046[[package]]6047name = "pallet-society"6048version = "4.0.0-dev"6049source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6050dependencies = [6051 "frame-support",6052 "frame-system",6053 "parity-scale-codec",6054 "rand_chacha 0.2.2",6055 "scale-info",6056 "sp-runtime",6057 "sp-std",6058]60596060[[package]]6061name = "pallet-staking"6062version = "4.0.0-dev"6063source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6064dependencies = [6065 "frame-benchmarking",6066 "frame-election-provider-support",6067 "frame-support",6068 "frame-system",6069 "log",6070 "pallet-authorship",6071 "pallet-session",6072 "parity-scale-codec",6073 "rand_chacha 0.2.2",6074 "scale-info",6075 "serde",6076 "sp-application-crypto",6077 "sp-io",6078 "sp-runtime",6079 "sp-staking",6080 "sp-std",6081]60826083[[package]]6084name = "pallet-staking-reward-curve"6085version = "4.0.0-dev"6086source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6087dependencies = [6088 "proc-macro-crate 1.1.0",6089 "proc-macro2",6090 "quote",6091 "syn",6092]60936094[[package]]6095name = "pallet-staking-reward-fn"6096version = "4.0.0-dev"6097source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6098dependencies = [6099 "log",6100 "sp-arithmetic",6101]61026103[[package]]6104name = "pallet-sudo"6105version = "4.0.0-dev"6106source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6107dependencies = [6108 "frame-support",6109 "frame-system",6110 "parity-scale-codec",6111 "scale-info",6112 "sp-io",6113 "sp-runtime",6114 "sp-std",6115]61166117[[package]]6118name = "pallet-template-transaction-payment"6119version = "3.0.0"6120source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.16#a08e9828d44c54ec9905e9c7f642f0e734f92780"6121dependencies = [6122 "frame-benchmarking",6123 "frame-support",6124 "frame-system",6125 "pallet-balances",6126 "pallet-transaction-payment",6127 "parity-scale-codec",6128 "scale-info",6129 "serde",6130 "sp-core",6131 "sp-io",6132 "sp-runtime",6133 "sp-std",6134 "up-sponsorship",6135]61366137[[package]]6138name = "pallet-timestamp"6139version = "4.0.0-dev"6140source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6141dependencies = [6142 "frame-benchmarking",6143 "frame-support",6144 "frame-system",6145 "log",6146 "parity-scale-codec",6147 "scale-info",6148 "sp-inherents",6149 "sp-io",6150 "sp-runtime",6151 "sp-std",6152 "sp-timestamp",6153]61546155[[package]]6156name = "pallet-tips"6157version = "4.0.0-dev"6158source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6159dependencies = [6160 "frame-benchmarking",6161 "frame-support",6162 "frame-system",6163 "log",6164 "pallet-treasury",6165 "parity-scale-codec",6166 "scale-info",6167 "serde",6168 "sp-core",6169 "sp-io",6170 "sp-runtime",6171 "sp-std",6172]61736174[[package]]6175name = "pallet-transaction-payment"6176version = "4.0.0-dev"6177source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6178dependencies = [6179 "frame-support",6180 "frame-system",6181 "parity-scale-codec",6182 "scale-info",6183 "serde",6184 "smallvec",6185 "sp-core",6186 "sp-io",6187 "sp-runtime",6188 "sp-std",6189]61906191[[package]]6192name = "pallet-transaction-payment-rpc"6193version = "4.0.0-dev"6194source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6195dependencies = [6196 "jsonrpc-core",6197 "jsonrpc-core-client",6198 "jsonrpc-derive",6199 "pallet-transaction-payment-rpc-runtime-api",6200 "parity-scale-codec",6201 "sp-api",6202 "sp-blockchain",6203 "sp-core",6204 "sp-rpc",6205 "sp-runtime",6206]62076208[[package]]6209name = "pallet-transaction-payment-rpc-runtime-api"6210version = "4.0.0-dev"6211source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6212dependencies = [6213 "pallet-transaction-payment",6214 "parity-scale-codec",6215 "sp-api",6216 "sp-runtime",6217]62186219[[package]]6220name = "pallet-treasury"6221version = "4.0.0-dev"6222source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6223dependencies = [6224 "frame-benchmarking",6225 "frame-support",6226 "frame-system",6227 "impl-trait-for-tuples",6228 "pallet-balances",6229 "parity-scale-codec",6230 "scale-info",6231 "serde",6232 "sp-runtime",6233 "sp-std",6234]62356236[[package]]6237name = "pallet-unique"6238version = "0.1.0"6239dependencies = [6240 "ethereum",6241 "evm-coder",6242 "fp-evm",6243 "frame-benchmarking",6244 "frame-support",6245 "frame-system",6246 "hex-literal",6247 "pallet-balances",6248 "pallet-common",6249 "pallet-ethereum",6250 "pallet-evm",6251 "pallet-evm-coder-substrate",6252 "pallet-fungible",6253 "pallet-nonfungible",6254 "pallet-randomness-collective-flip",6255 "pallet-refungible",6256 "pallet-timestamp",6257 "pallet-transaction-payment",6258 "parity-scale-codec",6259 "primitive-types 0.10.1",6260 "rlp",6261 "scale-info",6262 "serde",6263 "sp-api",6264 "sp-core",6265 "sp-io",6266 "sp-runtime",6267 "sp-std",6268 "up-data-structs",6269 "up-evm-mapping",6270 "up-sponsorship",6271]62726273[[package]]6274name = "pallet-unq-scheduler"6275version = "0.1.0"6276dependencies = [6277 "frame-benchmarking",6278 "frame-support",6279 "frame-system",6280 "log",6281 "parity-scale-codec",6282 "scale-info",6283 "serde",6284 "sp-core",6285 "sp-io",6286 "sp-runtime",6287 "sp-std",6288 "substrate-test-utils",6289 "up-sponsorship",6290]62916292[[package]]6293name = "pallet-utility"6294version = "4.0.0-dev"6295source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6296dependencies = [6297 "frame-benchmarking",6298 "frame-support",6299 "frame-system",6300 "parity-scale-codec",6301 "scale-info",6302 "sp-core",6303 "sp-io",6304 "sp-runtime",6305 "sp-std",6306]63076308[[package]]6309name = "pallet-vesting"6310version = "4.0.0-dev"6311source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"6312dependencies = [6313 "frame-benchmarking",6314 "frame-support",6315 "frame-system",6316 "log",6317 "parity-scale-codec",6318 "scale-info",6319 "sp-runtime",6320 "sp-std",6321]63226323[[package]]6324name = "pallet-xcm"6325version = "0.9.16"6326source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6327dependencies = [6328 "frame-support",6329 "frame-system",6330 "log",6331 "parity-scale-codec",6332 "scale-info",6333 "serde",6334 "sp-core",6335 "sp-runtime",6336 "sp-std",6337 "xcm",6338 "xcm-executor",6339]63406341[[package]]6342name = "pallet-xcm-benchmarks"6343version = "0.9.16"6344source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6345dependencies = [6346 "frame-benchmarking",6347 "frame-support",6348 "frame-system",6349 "log",6350 "parity-scale-codec",6351 "scale-info",6352 "sp-runtime",6353 "sp-std",6354 "xcm",6355 "xcm-executor",6356]63576358[[package]]6359name = "parachain-info"6360version = "0.1.0"6361source = "git+https://github.com/paritytech/cumulus.git?branch=polkadot-v0.9.16#86f76c5619c64d1300315612695ad4b4fcd0f562"6362dependencies = [6363 "cumulus-primitives-core",6364 "frame-support",6365 "frame-system",6366 "parity-scale-codec",6367 "scale-info",6368 "serde",6369]63706371[[package]]6372name = "parity-db"6373version = "0.3.6"6374source = "registry+https://github.com/rust-lang/crates.io-index"6375checksum = "68de01cff53da5574397233383dd7f5c15ee958c348245765ea8cb09f2571e6b"6376dependencies = [6377 "blake2-rfc",6378 "crc32fast",6379 "fs2",6380 "hex",6381 "libc",6382 "log",6383 "lz4",6384 "memmap2 0.2.3",6385 "parking_lot 0.11.2",6386 "rand 0.8.4",6387 "snap",6388]63896390[[package]]6391name = "parity-scale-codec"6392version = "2.3.1"6393source = "registry+https://github.com/rust-lang/crates.io-index"6394checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6395dependencies = [6396 "arrayvec 0.7.2",6397 "bitvec",6398 "byte-slice-cast",6399 "impl-trait-for-tuples",6400 "parity-scale-codec-derive",6401 "serde",6402]64036404[[package]]6405name = "parity-scale-codec-derive"6406version = "2.3.1"6407source = "registry+https://github.com/rust-lang/crates.io-index"6408checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6409dependencies = [6410 "proc-macro-crate 1.1.0",6411 "proc-macro2",6412 "quote",6413 "syn",6414]64156416[[package]]6417name = "parity-send-wrapper"6418version = "0.1.0"6419source = "registry+https://github.com/rust-lang/crates.io-index"6420checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"64216422[[package]]6423name = "parity-tokio-ipc"6424version = "0.9.0"6425source = "registry+https://github.com/rust-lang/crates.io-index"6426checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"6427dependencies = [6428 "futures 0.3.21",6429 "libc",6430 "log",6431 "rand 0.7.3",6432 "tokio 1.16.1",6433 "winapi 0.3.9",6434]64356436[[package]]6437name = "parity-util-mem"6438version = "0.10.2"6439source = "registry+https://github.com/rust-lang/crates.io-index"6440checksum = "6f4cb4e169446179cbc6b8b6320cc9fca49bd2e94e8db25f25f200a8ea774770"6441dependencies = [6442 "cfg-if 1.0.0",6443 "ethereum-types",6444 "hashbrown 0.11.2",6445 "impl-trait-for-tuples",6446 "lru 0.6.6",6447 "parity-util-mem-derive",6448 "parking_lot 0.11.2",6449 "primitive-types 0.10.1",6450 "smallvec",6451 "winapi 0.3.9",6452]64536454[[package]]6455name = "parity-util-mem-derive"6456version = "0.1.0"6457source = "registry+https://github.com/rust-lang/crates.io-index"6458checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6459dependencies = [6460 "proc-macro2",6461 "syn",6462 "synstructure",6463]64646465[[package]]6466name = "parity-wasm"6467version = "0.32.0"6468source = "registry+https://github.com/rust-lang/crates.io-index"6469checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6470dependencies = [6471 "byteorder",6472]64736474[[package]]6475name = "parity-wasm"6476version = "0.42.2"6477source = "registry+https://github.com/rust-lang/crates.io-index"6478checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"64796480[[package]]6481name = "parity-ws"6482version = "0.11.1"6483source = "registry+https://github.com/rust-lang/crates.io-index"6484checksum = "5983d3929ad50f12c3eb9a6743f19d691866ecd44da74c0a3308c3f8a56df0c6"6485dependencies = [6486 "byteorder",6487 "bytes 0.4.12",6488 "httparse",6489 "log",6490 "mio 0.6.23",6491 "mio-extras",6492 "rand 0.7.3",6493 "sha-1 0.8.2",6494 "slab",6495 "url 2.2.2",6496]64976498[[package]]6499name = "parking"6500version = "2.0.0"6501source = "registry+https://github.com/rust-lang/crates.io-index"6502checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"65036504[[package]]6505name = "parking_lot"6506version = "0.10.2"6507source = "registry+https://github.com/rust-lang/crates.io-index"6508checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"6509dependencies = [6510 "lock_api 0.3.4",6511 "parking_lot_core 0.7.2",6512]65136514[[package]]6515name = "parking_lot"6516version = "0.11.2"6517source = "registry+https://github.com/rust-lang/crates.io-index"6518checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6519dependencies = [6520 "instant",6521 "lock_api 0.4.6",6522 "parking_lot_core 0.8.5",6523]65246525[[package]]6526name = "parking_lot_core"6527version = "0.7.2"6528source = "registry+https://github.com/rust-lang/crates.io-index"6529checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"6530dependencies = [6531 "cfg-if 0.1.10",6532 "cloudabi",6533 "libc",6534 "redox_syscall 0.1.57",6535 "smallvec",6536 "winapi 0.3.9",6537]65386539[[package]]6540name = "parking_lot_core"6541version = "0.8.5"6542source = "registry+https://github.com/rust-lang/crates.io-index"6543checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6544dependencies = [6545 "cfg-if 1.0.0",6546 "instant",6547 "libc",6548 "redox_syscall 0.2.10",6549 "smallvec",6550 "winapi 0.3.9",6551]65526553[[package]]6554name = "paste"6555version = "1.0.6"6556source = "registry+https://github.com/rust-lang/crates.io-index"6557checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"65586559[[package]]6560name = "pbkdf2"6561version = "0.4.0"6562source = "registry+https://github.com/rust-lang/crates.io-index"6563checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6564dependencies = [6565 "crypto-mac 0.8.0",6566]65676568[[package]]6569name = "pbkdf2"6570version = "0.8.0"6571source = "registry+https://github.com/rust-lang/crates.io-index"6572checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6573dependencies = [6574 "crypto-mac 0.11.1",6575]65766577[[package]]6578name = "peeking_take_while"6579version = "0.1.2"6580source = "registry+https://github.com/rust-lang/crates.io-index"6581checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"65826583[[package]]6584name = "percent-encoding"6585version = "1.0.1"6586source = "registry+https://github.com/rust-lang/crates.io-index"6587checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"65886589[[package]]6590name = "percent-encoding"6591version = "2.1.0"6592source = "registry+https://github.com/rust-lang/crates.io-index"6593checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"65946595[[package]]6596name = "pest"6597version = "2.1.3"6598source = "registry+https://github.com/rust-lang/crates.io-index"6599checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6600dependencies = [6601 "ucd-trie",6602]66036604[[package]]6605name = "pest_derive"6606version = "2.1.0"6607source = "registry+https://github.com/rust-lang/crates.io-index"6608checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6609dependencies = [6610 "pest",6611 "pest_generator",6612]66136614[[package]]6615name = "pest_generator"6616version = "2.1.3"6617source = "registry+https://github.com/rust-lang/crates.io-index"6618checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6619dependencies = [6620 "pest",6621 "pest_meta",6622 "proc-macro2",6623 "quote",6624 "syn",6625]66266627[[package]]6628name = "pest_meta"6629version = "2.1.3"6630source = "registry+https://github.com/rust-lang/crates.io-index"6631checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6632dependencies = [6633 "maplit",6634 "pest",6635 "sha-1 0.8.2",6636]66376638[[package]]6639name = "petgraph"6640version = "0.6.0"6641source = "registry+https://github.com/rust-lang/crates.io-index"6642checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"6643dependencies = [6644 "fixedbitset",6645 "indexmap",6646]66476648[[package]]6649name = "pin-project"6650version = "0.4.29"6651source = "registry+https://github.com/rust-lang/crates.io-index"6652checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"6653dependencies = [6654 "pin-project-internal 0.4.29",6655]66566657[[package]]6658name = "pin-project"6659version = "1.0.10"6660source = "registry+https://github.com/rust-lang/crates.io-index"6661checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"6662dependencies = [6663 "pin-project-internal 1.0.10",6664]66656666[[package]]6667name = "pin-project-internal"6668version = "0.4.29"6669source = "registry+https://github.com/rust-lang/crates.io-index"6670checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"6671dependencies = [6672 "proc-macro2",6673 "quote",6674 "syn",6675]66766677[[package]]6678name = "pin-project-internal"6679version = "1.0.10"6680source = "registry+https://github.com/rust-lang/crates.io-index"6681checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"6682dependencies = [6683 "proc-macro2",6684 "quote",6685 "syn",6686]66876688[[package]]6689name = "pin-project-lite"6690version = "0.1.12"6691source = "registry+https://github.com/rust-lang/crates.io-index"6692checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"66936694[[package]]6695name = "pin-project-lite"6696version = "0.2.8"6697source = "registry+https://github.com/rust-lang/crates.io-index"6698checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"66996700[[package]]6701name = "pin-utils"6702version = "0.1.0"6703source = "registry+https://github.com/rust-lang/crates.io-index"6704checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"67056706[[package]]6707name = "pkg-config"6708version = "0.3.24"6709source = "registry+https://github.com/rust-lang/crates.io-index"6710checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"67116712[[package]]6713name = "platforms"6714version = "2.0.0"6715source = "registry+https://github.com/rust-lang/crates.io-index"6716checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"67176718[[package]]6719name = "polkadot-approval-distribution"6720version = "0.9.16"6721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6722dependencies = [6723 "futures 0.3.21",6724 "polkadot-node-network-protocol",6725 "polkadot-node-primitives",6726 "polkadot-node-subsystem",6727 "polkadot-node-subsystem-util",6728 "polkadot-primitives",6729 "tracing",6730]67316732[[package]]6733name = "polkadot-availability-bitfield-distribution"6734version = "0.9.16"6735source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6736dependencies = [6737 "futures 0.3.21",6738 "polkadot-node-network-protocol",6739 "polkadot-node-subsystem",6740 "polkadot-node-subsystem-util",6741 "polkadot-primitives",6742 "tracing",6743]67446745[[package]]6746name = "polkadot-availability-distribution"6747version = "0.9.16"6748source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6749dependencies = [6750 "derive_more",6751 "futures 0.3.21",6752 "lru 0.7.2",6753 "parity-scale-codec",6754 "polkadot-erasure-coding",6755 "polkadot-node-network-protocol",6756 "polkadot-node-primitives",6757 "polkadot-node-subsystem",6758 "polkadot-node-subsystem-util",6759 "polkadot-primitives",6760 "rand 0.8.4",6761 "sp-core",6762 "sp-keystore",6763 "thiserror",6764 "tracing",6765]67666767[[package]]6768name = "polkadot-availability-recovery"6769version = "0.9.16"6770source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6771dependencies = [6772 "futures 0.3.21",6773 "lru 0.7.2",6774 "parity-scale-codec",6775 "polkadot-erasure-coding",6776 "polkadot-node-network-protocol",6777 "polkadot-node-primitives",6778 "polkadot-node-subsystem",6779 "polkadot-node-subsystem-util",6780 "polkadot-primitives",6781 "rand 0.8.4",6782 "sc-network",6783 "thiserror",6784 "tracing",6785]67866787[[package]]6788name = "polkadot-cli"6789version = "0.9.16"6790source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6791dependencies = [6792 "frame-benchmarking-cli",6793 "futures 0.3.21",6794 "log",6795 "polkadot-node-core-pvf",6796 "polkadot-node-metrics",6797 "polkadot-performance-test",6798 "polkadot-service",6799 "sc-cli",6800 "sc-service",6801 "sc-tracing",6802 "sp-core",6803 "sp-trie",6804 "structopt",6805 "substrate-build-script-utils",6806 "thiserror",6807 "try-runtime-cli",6808]68096810[[package]]6811name = "polkadot-client"6812version = "0.9.16"6813source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6814dependencies = [6815 "beefy-primitives",6816 "frame-benchmarking",6817 "frame-system-rpc-runtime-api",6818 "pallet-mmr-primitives",6819 "pallet-transaction-payment-rpc-runtime-api",6820 "polkadot-primitives",6821 "polkadot-runtime",6822 "sc-client-api",6823 "sc-consensus",6824 "sc-executor",6825 "sc-service",6826 "sp-api",6827 "sp-authority-discovery",6828 "sp-block-builder",6829 "sp-blockchain",6830 "sp-consensus",6831 "sp-consensus-babe",6832 "sp-finality-grandpa",6833 "sp-offchain",6834 "sp-runtime",6835 "sp-session",6836 "sp-storage",6837 "sp-transaction-pool",6838]68396840[[package]]6841name = "polkadot-collator-protocol"6842version = "0.9.16"6843source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6844dependencies = [6845 "always-assert",6846 "derive_more",6847 "futures 0.3.21",6848 "futures-timer",6849 "polkadot-node-network-protocol",6850 "polkadot-node-primitives",6851 "polkadot-node-subsystem",6852 "polkadot-node-subsystem-util",6853 "polkadot-primitives",6854 "sp-core",6855 "sp-keystore",6856 "sp-runtime",6857 "thiserror",6858 "tracing",6859]68606861[[package]]6862name = "polkadot-core-primitives"6863version = "0.9.16"6864source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6865dependencies = [6866 "parity-scale-codec",6867 "parity-util-mem",6868 "scale-info",6869 "sp-core",6870 "sp-runtime",6871 "sp-std",6872]68736874[[package]]6875name = "polkadot-dispute-distribution"6876version = "0.9.16"6877source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6878dependencies = [6879 "derive_more",6880 "futures 0.3.21",6881 "lru 0.7.2",6882 "parity-scale-codec",6883 "polkadot-erasure-coding",6884 "polkadot-node-network-protocol",6885 "polkadot-node-primitives",6886 "polkadot-node-subsystem",6887 "polkadot-node-subsystem-util",6888 "polkadot-primitives",6889 "sc-network",6890 "sp-application-crypto",6891 "sp-keystore",6892 "thiserror",6893 "tracing",6894]68956896[[package]]6897name = "polkadot-erasure-coding"6898version = "0.9.16"6899source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6900dependencies = [6901 "parity-scale-codec",6902 "polkadot-node-primitives",6903 "polkadot-primitives",6904 "reed-solomon-novelpoly",6905 "sp-core",6906 "sp-trie",6907 "thiserror",6908]69096910[[package]]6911name = "polkadot-gossip-support"6912version = "0.9.16"6913source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6914dependencies = [6915 "futures 0.3.21",6916 "futures-timer",6917 "polkadot-node-network-protocol",6918 "polkadot-node-subsystem",6919 "polkadot-node-subsystem-util",6920 "polkadot-primitives",6921 "rand 0.8.4",6922 "rand_chacha 0.3.1",6923 "sc-network",6924 "sp-application-crypto",6925 "sp-core",6926 "sp-keystore",6927 "tracing",6928]69296930[[package]]6931name = "polkadot-network-bridge"6932version = "0.9.16"6933source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6934dependencies = [6935 "async-trait",6936 "futures 0.3.21",6937 "parity-scale-codec",6938 "parking_lot 0.11.2",6939 "polkadot-node-network-protocol",6940 "polkadot-node-subsystem",6941 "polkadot-node-subsystem-util",6942 "polkadot-overseer",6943 "polkadot-primitives",6944 "sc-network",6945 "sp-consensus",6946 "tracing",6947]69486949[[package]]6950name = "polkadot-node-collation-generation"6951version = "0.9.16"6952source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6953dependencies = [6954 "futures 0.3.21",6955 "parity-scale-codec",6956 "polkadot-erasure-coding",6957 "polkadot-node-primitives",6958 "polkadot-node-subsystem",6959 "polkadot-node-subsystem-util",6960 "polkadot-primitives",6961 "sp-core",6962 "sp-maybe-compressed-blob",6963 "thiserror",6964 "tracing",6965]69666967[[package]]6968name = "polkadot-node-core-approval-voting"6969version = "0.9.16"6970source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6971dependencies = [6972 "bitvec",6973 "derive_more",6974 "futures 0.3.21",6975 "futures-timer",6976 "kvdb",6977 "lru 0.7.2",6978 "merlin",6979 "parity-scale-codec",6980 "polkadot-node-jaeger",6981 "polkadot-node-primitives",6982 "polkadot-node-subsystem",6983 "polkadot-node-subsystem-util",6984 "polkadot-overseer",6985 "polkadot-primitives",6986 "sc-keystore",6987 "schnorrkel",6988 "sp-application-crypto",6989 "sp-consensus",6990 "sp-consensus-slots",6991 "sp-runtime",6992 "tracing",6993]69946995[[package]]6996name = "polkadot-node-core-av-store"6997version = "0.9.16"6998source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"6999dependencies = [7000 "bitvec",7001 "futures 0.3.21",7002 "futures-timer",7003 "kvdb",7004 "parity-scale-codec",7005 "polkadot-erasure-coding",7006 "polkadot-node-primitives",7007 "polkadot-node-subsystem",7008 "polkadot-node-subsystem-util",7009 "polkadot-overseer",7010 "polkadot-primitives",7011 "thiserror",7012 "tracing",7013]70147015[[package]]7016name = "polkadot-node-core-backing"7017version = "0.9.16"7018source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7019dependencies = [7020 "bitvec",7021 "futures 0.3.21",7022 "polkadot-erasure-coding",7023 "polkadot-node-primitives",7024 "polkadot-node-subsystem",7025 "polkadot-node-subsystem-util",7026 "polkadot-primitives",7027 "polkadot-statement-table",7028 "sp-keystore",7029 "thiserror",7030 "tracing",7031]70327033[[package]]7034name = "polkadot-node-core-bitfield-signing"7035version = "0.9.16"7036source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7037dependencies = [7038 "futures 0.3.21",7039 "polkadot-node-subsystem",7040 "polkadot-node-subsystem-util",7041 "polkadot-primitives",7042 "sp-keystore",7043 "thiserror",7044 "tracing",7045 "wasm-timer",7046]70477048[[package]]7049name = "polkadot-node-core-candidate-validation"7050version = "0.9.16"7051source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7052dependencies = [7053 "async-trait",7054 "futures 0.3.21",7055 "parity-scale-codec",7056 "polkadot-node-core-pvf",7057 "polkadot-node-primitives",7058 "polkadot-node-subsystem",7059 "polkadot-node-subsystem-util",7060 "polkadot-parachain",7061 "polkadot-primitives",7062 "sp-maybe-compressed-blob",7063 "tracing",7064]70657066[[package]]7067name = "polkadot-node-core-chain-api"7068version = "0.9.16"7069source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7070dependencies = [7071 "futures 0.3.21",7072 "polkadot-node-subsystem",7073 "polkadot-node-subsystem-util",7074 "polkadot-primitives",7075 "sc-client-api",7076 "sc-consensus-babe",7077 "sp-blockchain",7078 "tracing",7079]70807081[[package]]7082name = "polkadot-node-core-chain-selection"7083version = "0.9.16"7084source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7085dependencies = [7086 "futures 0.3.21",7087 "futures-timer",7088 "kvdb",7089 "parity-scale-codec",7090 "polkadot-node-primitives",7091 "polkadot-node-subsystem",7092 "polkadot-node-subsystem-util",7093 "polkadot-primitives",7094 "thiserror",7095 "tracing",7096]70977098[[package]]7099name = "polkadot-node-core-dispute-coordinator"7100version = "0.9.16"7101source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7102dependencies = [7103 "futures 0.3.21",7104 "kvdb",7105 "lru 0.7.2",7106 "parity-scale-codec",7107 "polkadot-node-primitives",7108 "polkadot-node-subsystem",7109 "polkadot-node-subsystem-util",7110 "polkadot-primitives",7111 "sc-keystore",7112 "thiserror",7113 "tracing",7114]71157116[[package]]7117name = "polkadot-node-core-parachains-inherent"7118version = "0.9.16"7119source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7120dependencies = [7121 "async-trait",7122 "futures 0.3.21",7123 "futures-timer",7124 "polkadot-node-subsystem",7125 "polkadot-primitives",7126 "sp-blockchain",7127 "sp-inherents",7128 "sp-runtime",7129 "thiserror",7130 "tracing",7131]71327133[[package]]7134name = "polkadot-node-core-provisioner"7135version = "0.9.16"7136source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7137dependencies = [7138 "bitvec",7139 "futures 0.3.21",7140 "futures-timer",7141 "polkadot-node-primitives",7142 "polkadot-node-subsystem",7143 "polkadot-node-subsystem-util",7144 "polkadot-primitives",7145 "rand 0.8.4",7146 "thiserror",7147 "tracing",7148]71497150[[package]]7151name = "polkadot-node-core-pvf"7152version = "0.9.16"7153source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7154dependencies = [7155 "always-assert",7156 "assert_matches",7157 "async-process",7158 "async-std",7159 "futures 0.3.21",7160 "futures-timer",7161 "parity-scale-codec",7162 "pin-project 1.0.10",7163 "polkadot-core-primitives",7164 "polkadot-node-subsystem-util",7165 "polkadot-parachain",7166 "rand 0.8.4",7167 "sc-executor",7168 "sc-executor-common",7169 "sc-executor-wasmtime",7170 "slotmap",7171 "sp-core",7172 "sp-externalities",7173 "sp-io",7174 "sp-maybe-compressed-blob",7175 "sp-tracing",7176 "sp-wasm-interface",7177 "tracing",7178]71797180[[package]]7181name = "polkadot-node-core-pvf-checker"7182version = "0.9.16"7183source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7184dependencies = [7185 "futures 0.3.21",7186 "polkadot-node-primitives",7187 "polkadot-node-subsystem",7188 "polkadot-node-subsystem-util",7189 "polkadot-overseer",7190 "polkadot-primitives",7191 "sp-keystore",7192 "thiserror",7193 "tracing",7194]71957196[[package]]7197name = "polkadot-node-core-runtime-api"7198version = "0.9.16"7199source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7200dependencies = [7201 "futures 0.3.21",7202 "memory-lru",7203 "parity-util-mem",7204 "polkadot-node-subsystem",7205 "polkadot-node-subsystem-util",7206 "polkadot-primitives",7207 "sp-api",7208 "sp-authority-discovery",7209 "sp-consensus-babe",7210 "sp-core",7211 "tracing",7212]72137214[[package]]7215name = "polkadot-node-jaeger"7216version = "0.9.16"7217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7218dependencies = [7219 "async-std",7220 "lazy_static",7221 "log",7222 "mick-jaeger",7223 "parity-scale-codec",7224 "parking_lot 0.11.2",7225 "polkadot-node-primitives",7226 "polkadot-primitives",7227 "sc-network",7228 "sp-core",7229 "thiserror",7230]72317232[[package]]7233name = "polkadot-node-metrics"7234version = "0.9.16"7235source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7236dependencies = [7237 "bs58",7238 "futures 0.3.21",7239 "futures-timer",7240 "log",7241 "metered-channel",7242 "parity-scale-codec",7243 "polkadot-primitives",7244 "sc-cli",7245 "sc-service",7246 "sc-tracing",7247 "substrate-prometheus-endpoint",7248 "tracing",7249]72507251[[package]]7252name = "polkadot-node-network-protocol"7253version = "0.9.16"7254source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7255dependencies = [7256 "async-trait",7257 "derive_more",7258 "futures 0.3.21",7259 "parity-scale-codec",7260 "polkadot-node-jaeger",7261 "polkadot-node-primitives",7262 "polkadot-primitives",7263 "sc-authority-discovery",7264 "sc-network",7265 "strum 0.23.0",7266 "thiserror",7267]72687269[[package]]7270name = "polkadot-node-primitives"7271version = "0.9.16"7272source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7273dependencies = [7274 "bounded-vec",7275 "futures 0.3.21",7276 "parity-scale-codec",7277 "polkadot-parachain",7278 "polkadot-primitives",7279 "schnorrkel",7280 "serde",7281 "sp-application-crypto",7282 "sp-consensus-babe",7283 "sp-consensus-vrf",7284 "sp-core",7285 "sp-keystore",7286 "sp-maybe-compressed-blob",7287 "thiserror",7288 "zstd",7289]72907291[[package]]7292name = "polkadot-node-subsystem"7293version = "0.9.16"7294source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7295dependencies = [7296 "polkadot-node-jaeger",7297 "polkadot-node-subsystem-types",7298 "polkadot-overseer",7299]73007301[[package]]7302name = "polkadot-node-subsystem-types"7303version = "0.9.16"7304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7305dependencies = [7306 "derive_more",7307 "futures 0.3.21",7308 "polkadot-node-jaeger",7309 "polkadot-node-network-protocol",7310 "polkadot-node-primitives",7311 "polkadot-overseer-gen",7312 "polkadot-primitives",7313 "polkadot-statement-table",7314 "sc-network",7315 "smallvec",7316 "substrate-prometheus-endpoint",7317 "thiserror",7318]73197320[[package]]7321name = "polkadot-node-subsystem-util"7322version = "0.9.16"7323source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7324dependencies = [7325 "async-trait",7326 "derive_more",7327 "futures 0.3.21",7328 "itertools",7329 "lru 0.7.2",7330 "metered-channel",7331 "parity-scale-codec",7332 "pin-project 1.0.10",7333 "polkadot-node-jaeger",7334 "polkadot-node-metrics",7335 "polkadot-node-network-protocol",7336 "polkadot-node-primitives",7337 "polkadot-node-subsystem",7338 "polkadot-overseer",7339 "polkadot-primitives",7340 "rand 0.8.4",7341 "sp-application-crypto",7342 "sp-core",7343 "sp-keystore",7344 "thiserror",7345 "tracing",7346]73477348[[package]]7349name = "polkadot-overseer"7350version = "0.9.16"7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7352dependencies = [7353 "futures 0.3.21",7354 "futures-timer",7355 "lru 0.7.2",7356 "parity-util-mem",7357 "parking_lot 0.11.2",7358 "polkadot-node-metrics",7359 "polkadot-node-network-protocol",7360 "polkadot-node-primitives",7361 "polkadot-node-subsystem-types",7362 "polkadot-overseer-gen",7363 "polkadot-primitives",7364 "sc-client-api",7365 "sp-api",7366 "tracing",7367]73687369[[package]]7370name = "polkadot-overseer-gen"7371version = "0.9.16"7372source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7373dependencies = [7374 "async-trait",7375 "futures 0.3.21",7376 "futures-timer",7377 "metered-channel",7378 "pin-project 1.0.10",7379 "polkadot-node-network-protocol",7380 "polkadot-node-primitives",7381 "polkadot-overseer-gen-proc-macro",7382 "thiserror",7383 "tracing",7384]73857386[[package]]7387name = "polkadot-overseer-gen-proc-macro"7388version = "0.9.16"7389source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7390dependencies = [7391 "proc-macro-crate 1.1.0",7392 "proc-macro2",7393 "quote",7394 "syn",7395]73967397[[package]]7398name = "polkadot-parachain"7399version = "0.9.16"7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7401dependencies = [7402 "derive_more",7403 "frame-support",7404 "parity-scale-codec",7405 "parity-util-mem",7406 "polkadot-core-primitives",7407 "scale-info",7408 "serde",7409 "sp-core",7410 "sp-runtime",7411 "sp-std",7412]74137414[[package]]7415name = "polkadot-performance-test"7416version = "0.9.16"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7418dependencies = [7419 "env_logger",7420 "kusama-runtime",7421 "log",7422 "polkadot-erasure-coding",7423 "polkadot-node-core-pvf",7424 "polkadot-node-primitives",7425 "quote",7426 "thiserror",7427]74287429[[package]]7430name = "polkadot-primitives"7431version = "0.9.16"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7433dependencies = [7434 "bitvec",7435 "frame-system",7436 "hex-literal",7437 "parity-scale-codec",7438 "parity-util-mem",7439 "polkadot-core-primitives",7440 "polkadot-parachain",7441 "scale-info",7442 "serde",7443 "sp-api",7444 "sp-application-crypto",7445 "sp-arithmetic",7446 "sp-authority-discovery",7447 "sp-consensus-slots",7448 "sp-core",7449 "sp-inherents",7450 "sp-io",7451 "sp-keystore",7452 "sp-runtime",7453 "sp-staking",7454 "sp-std",7455 "sp-trie",7456 "sp-version",7457]74587459[[package]]7460name = "polkadot-rpc"7461version = "0.9.16"7462source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7463dependencies = [7464 "beefy-gadget",7465 "beefy-gadget-rpc",7466 "jsonrpc-core",7467 "pallet-mmr-rpc",7468 "pallet-transaction-payment-rpc",7469 "polkadot-primitives",7470 "sc-chain-spec",7471 "sc-client-api",7472 "sc-consensus-babe",7473 "sc-consensus-babe-rpc",7474 "sc-consensus-epochs",7475 "sc-finality-grandpa",7476 "sc-finality-grandpa-rpc",7477 "sc-rpc",7478 "sc-sync-state-rpc",7479 "sc-transaction-pool-api",7480 "sp-api",7481 "sp-block-builder",7482 "sp-blockchain",7483 "sp-consensus",7484 "sp-consensus-babe",7485 "sp-keystore",7486 "sp-runtime",7487 "substrate-frame-rpc-system",7488]74897490[[package]]7491name = "polkadot-runtime"7492version = "0.9.16"7493source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7494dependencies = [7495 "beefy-primitives",7496 "bitvec",7497 "frame-benchmarking",7498 "frame-election-provider-support",7499 "frame-executive",7500 "frame-support",7501 "frame-system",7502 "frame-system-benchmarking",7503 "frame-system-rpc-runtime-api",7504 "frame-try-runtime",7505 "hex-literal",7506 "log",7507 "pallet-authority-discovery",7508 "pallet-authorship",7509 "pallet-babe",7510 "pallet-bags-list",7511 "pallet-balances",7512 "pallet-bounties",7513 "pallet-collective",7514 "pallet-democracy",7515 "pallet-election-provider-multi-phase",7516 "pallet-elections-phragmen",7517 "pallet-grandpa",7518 "pallet-identity",7519 "pallet-im-online",7520 "pallet-indices",7521 "pallet-membership",7522 "pallet-mmr-primitives",7523 "pallet-multisig",7524 "pallet-nicks",7525 "pallet-offences",7526 "pallet-offences-benchmarking",7527 "pallet-preimage",7528 "pallet-proxy",7529 "pallet-scheduler",7530 "pallet-session",7531 "pallet-session-benchmarking",7532 "pallet-staking",7533 "pallet-staking-reward-curve",7534 "pallet-timestamp",7535 "pallet-tips",7536 "pallet-transaction-payment",7537 "pallet-transaction-payment-rpc-runtime-api",7538 "pallet-treasury",7539 "pallet-utility",7540 "pallet-vesting",7541 "pallet-xcm",7542 "parity-scale-codec",7543 "polkadot-primitives",7544 "polkadot-runtime-common",7545 "polkadot-runtime-constants",7546 "polkadot-runtime-parachains",7547 "rustc-hex",7548 "scale-info",7549 "serde",7550 "serde_derive",7551 "smallvec",7552 "sp-api",7553 "sp-authority-discovery",7554 "sp-block-builder",7555 "sp-consensus-babe",7556 "sp-core",7557 "sp-inherents",7558 "sp-io",7559 "sp-npos-elections",7560 "sp-offchain",7561 "sp-runtime",7562 "sp-session",7563 "sp-staking",7564 "sp-std",7565 "sp-transaction-pool",7566 "sp-version",7567 "static_assertions",7568 "substrate-wasm-builder",7569 "xcm",7570 "xcm-builder",7571 "xcm-executor",7572]75737574[[package]]7575name = "polkadot-runtime-common"7576version = "0.9.16"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7578dependencies = [7579 "beefy-primitives",7580 "bitvec",7581 "frame-benchmarking",7582 "frame-election-provider-support",7583 "frame-support",7584 "frame-system",7585 "impl-trait-for-tuples",7586 "libsecp256k1 0.7.0",7587 "log",7588 "pallet-authorship",7589 "pallet-babe",7590 "pallet-bags-list",7591 "pallet-balances",7592 "pallet-beefy-mmr",7593 "pallet-election-provider-multi-phase",7594 "pallet-session",7595 "pallet-staking",7596 "pallet-timestamp",7597 "pallet-transaction-payment",7598 "pallet-treasury",7599 "pallet-vesting",7600 "parity-scale-codec",7601 "polkadot-primitives",7602 "polkadot-runtime-parachains",7603 "rustc-hex",7604 "scale-info",7605 "serde",7606 "serde_derive",7607 "slot-range-helper",7608 "sp-api",7609 "sp-core",7610 "sp-inherents",7611 "sp-io",7612 "sp-npos-elections",7613 "sp-runtime",7614 "sp-session",7615 "sp-staking",7616 "sp-std",7617 "static_assertions",7618 "xcm",7619]76207621[[package]]7622name = "polkadot-runtime-constants"7623version = "0.9.16"7624source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7625dependencies = [7626 "frame-support",7627 "polkadot-primitives",7628 "polkadot-runtime-common",7629 "smallvec",7630 "sp-runtime",7631]76327633[[package]]7634name = "polkadot-runtime-metrics"7635version = "0.9.16"7636source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7637dependencies = [7638 "bs58",7639 "parity-scale-codec",7640 "polkadot-primitives",7641 "sp-std",7642 "sp-tracing",7643]76447645[[package]]7646name = "polkadot-runtime-parachains"7647version = "0.9.16"7648source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7649dependencies = [7650 "bitflags",7651 "bitvec",7652 "derive_more",7653 "frame-benchmarking",7654 "frame-support",7655 "frame-system",7656 "log",7657 "pallet-authority-discovery",7658 "pallet-authorship",7659 "pallet-babe",7660 "pallet-balances",7661 "pallet-session",7662 "pallet-staking",7663 "pallet-timestamp",7664 "pallet-vesting",7665 "parity-scale-codec",7666 "polkadot-primitives",7667 "polkadot-runtime-metrics",7668 "rand 0.8.4",7669 "rand_chacha 0.3.1",7670 "rustc-hex",7671 "scale-info",7672 "serde",7673 "sp-api",7674 "sp-core",7675 "sp-inherents",7676 "sp-io",7677 "sp-keystore",7678 "sp-runtime",7679 "sp-session",7680 "sp-staking",7681 "sp-std",7682 "xcm",7683 "xcm-executor",7684]76857686[[package]]7687name = "polkadot-service"7688version = "0.9.16"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7690dependencies = [7691 "async-trait",7692 "beefy-gadget",7693 "beefy-primitives",7694 "frame-system-rpc-runtime-api",7695 "futures 0.3.21",7696 "hex-literal",7697 "kusama-runtime",7698 "kvdb",7699 "kvdb-rocksdb",7700 "lru 0.7.2",7701 "pallet-babe",7702 "pallet-im-online",7703 "pallet-mmr-primitives",7704 "pallet-staking",7705 "pallet-transaction-payment-rpc-runtime-api",7706 "polkadot-approval-distribution",7707 "polkadot-availability-bitfield-distribution",7708 "polkadot-availability-distribution",7709 "polkadot-availability-recovery",7710 "polkadot-client",7711 "polkadot-collator-protocol",7712 "polkadot-dispute-distribution",7713 "polkadot-gossip-support",7714 "polkadot-network-bridge",7715 "polkadot-node-collation-generation",7716 "polkadot-node-core-approval-voting",7717 "polkadot-node-core-av-store",7718 "polkadot-node-core-backing",7719 "polkadot-node-core-bitfield-signing",7720 "polkadot-node-core-candidate-validation",7721 "polkadot-node-core-chain-api",7722 "polkadot-node-core-chain-selection",7723 "polkadot-node-core-dispute-coordinator",7724 "polkadot-node-core-parachains-inherent",7725 "polkadot-node-core-provisioner",7726 "polkadot-node-core-pvf-checker",7727 "polkadot-node-core-runtime-api",7728 "polkadot-node-network-protocol",7729 "polkadot-node-primitives",7730 "polkadot-node-subsystem",7731 "polkadot-node-subsystem-util",7732 "polkadot-overseer",7733 "polkadot-parachain",7734 "polkadot-primitives",7735 "polkadot-rpc",7736 "polkadot-runtime",7737 "polkadot-runtime-constants",7738 "polkadot-runtime-parachains",7739 "polkadot-statement-distribution",7740 "rococo-runtime",7741 "sc-authority-discovery",7742 "sc-basic-authorship",7743 "sc-block-builder",7744 "sc-chain-spec",7745 "sc-client-api",7746 "sc-client-db",7747 "sc-consensus",7748 "sc-consensus-babe",7749 "sc-consensus-slots",7750 "sc-consensus-uncles",7751 "sc-executor",7752 "sc-finality-grandpa",7753 "sc-keystore",7754 "sc-network",7755 "sc-offchain",7756 "sc-service",7757 "sc-sync-state-rpc",7758 "sc-telemetry",7759 "sc-transaction-pool",7760 "serde",7761 "sp-api",7762 "sp-authority-discovery",7763 "sp-block-builder",7764 "sp-blockchain",7765 "sp-consensus",7766 "sp-consensus-babe",7767 "sp-core",7768 "sp-finality-grandpa",7769 "sp-inherents",7770 "sp-io",7771 "sp-keystore",7772 "sp-offchain",7773 "sp-runtime",7774 "sp-session",7775 "sp-state-machine",7776 "sp-storage",7777 "sp-timestamp",7778 "sp-transaction-pool",7779 "sp-trie",7780 "substrate-prometheus-endpoint",7781 "thiserror",7782 "tracing",7783 "westend-runtime",7784]77857786[[package]]7787name = "polkadot-statement-distribution"7788version = "0.9.16"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7790dependencies = [7791 "arrayvec 0.5.2",7792 "derive_more",7793 "futures 0.3.21",7794 "indexmap",7795 "parity-scale-codec",7796 "polkadot-node-network-protocol",7797 "polkadot-node-primitives",7798 "polkadot-node-subsystem",7799 "polkadot-node-subsystem-util",7800 "polkadot-primitives",7801 "sp-keystore",7802 "sp-staking",7803 "thiserror",7804 "tracing",7805]78067807[[package]]7808name = "polkadot-statement-table"7809version = "0.9.16"7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7811dependencies = [7812 "parity-scale-codec",7813 "polkadot-primitives",7814 "sp-core",7815]78167817[[package]]7818name = "polkadot-test-runtime"7819version = "0.9.16"7820source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7821dependencies = [7822 "beefy-primitives",7823 "bitvec",7824 "frame-election-provider-support",7825 "frame-executive",7826 "frame-support",7827 "frame-system",7828 "frame-system-rpc-runtime-api",7829 "log",7830 "pallet-authority-discovery",7831 "pallet-authorship",7832 "pallet-babe",7833 "pallet-balances",7834 "pallet-grandpa",7835 "pallet-indices",7836 "pallet-mmr-primitives",7837 "pallet-nicks",7838 "pallet-offences",7839 "pallet-session",7840 "pallet-staking",7841 "pallet-staking-reward-curve",7842 "pallet-sudo",7843 "pallet-timestamp",7844 "pallet-transaction-payment",7845 "pallet-transaction-payment-rpc-runtime-api",7846 "pallet-vesting",7847 "pallet-xcm",7848 "parity-scale-codec",7849 "polkadot-parachain",7850 "polkadot-primitives",7851 "polkadot-runtime-common",7852 "polkadot-runtime-parachains",7853 "rustc-hex",7854 "scale-info",7855 "serde",7856 "serde_derive",7857 "smallvec",7858 "sp-api",7859 "sp-authority-discovery",7860 "sp-block-builder",7861 "sp-consensus-babe",7862 "sp-core",7863 "sp-inherents",7864 "sp-io",7865 "sp-offchain",7866 "sp-runtime",7867 "sp-session",7868 "sp-staking",7869 "sp-std",7870 "sp-transaction-pool",7871 "sp-version",7872 "substrate-wasm-builder",7873 "test-runtime-constants",7874 "xcm",7875 "xcm-builder",7876 "xcm-executor",7877]78787879[[package]]7880name = "polkadot-test-service"7881version = "0.9.16"7882source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"7883dependencies = [7884 "frame-benchmarking",7885 "frame-system",7886 "futures 0.1.31",7887 "futures 0.3.21",7888 "hex",7889 "pallet-balances",7890 "pallet-staking",7891 "pallet-transaction-payment",7892 "polkadot-node-primitives",7893 "polkadot-node-subsystem",7894 "polkadot-overseer",7895 "polkadot-parachain",7896 "polkadot-primitives",7897 "polkadot-rpc",7898 "polkadot-runtime-common",7899 "polkadot-runtime-parachains",7900 "polkadot-service",7901 "polkadot-test-runtime",7902 "rand 0.8.4",7903 "sc-authority-discovery",7904 "sc-chain-spec",7905 "sc-cli",7906 "sc-client-api",7907 "sc-consensus",7908 "sc-consensus-babe",7909 "sc-executor",7910 "sc-finality-grandpa",7911 "sc-network",7912 "sc-service",7913 "sc-tracing",7914 "sc-transaction-pool",7915 "sp-arithmetic",7916 "sp-authority-discovery",7917 "sp-blockchain",7918 "sp-consensus",7919 "sp-consensus-babe",7920 "sp-core",7921 "sp-finality-grandpa",7922 "sp-inherents",7923 "sp-keyring",7924 "sp-runtime",7925 "sp-state-machine",7926 "substrate-test-client",7927 "tempfile",7928 "test-runtime-constants",7929 "tokio 1.16.1",7930 "tracing",7931]79327933[[package]]7934name = "polling"7935version = "2.2.0"7936source = "registry+https://github.com/rust-lang/crates.io-index"7937checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"7938dependencies = [7939 "cfg-if 1.0.0",7940 "libc",7941 "log",7942 "wepoll-ffi",7943 "winapi 0.3.9",7944]79457946[[package]]7947name = "poly1305"7948version = "0.7.2"7949source = "registry+https://github.com/rust-lang/crates.io-index"7950checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"7951dependencies = [7952 "cpufeatures 0.2.1",7953 "opaque-debug 0.3.0",7954 "universal-hash",7955]79567957[[package]]7958name = "polyval"7959version = "0.5.3"7960source = "registry+https://github.com/rust-lang/crates.io-index"7961checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"7962dependencies = [7963 "cfg-if 1.0.0",7964 "cpufeatures 0.2.1",7965 "opaque-debug 0.3.0",7966 "universal-hash",7967]79687969[[package]]7970name = "ppv-lite86"7971version = "0.2.16"7972source = "registry+https://github.com/rust-lang/crates.io-index"7973checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"79747975[[package]]7976name = "primitive-types"7977version = "0.9.1"7978source = "registry+https://github.com/rust-lang/crates.io-index"7979checksum = "06345ee39fbccfb06ab45f3a1a5798d9dafa04cb8921a76d227040003a234b0e"7980dependencies = [7981 "fixed-hash",7982 "impl-codec",7983 "impl-rlp",7984 "uint",7985]79867987[[package]]7988name = "primitive-types"7989version = "0.10.1"7990source = "registry+https://github.com/rust-lang/crates.io-index"7991checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"7992dependencies = [7993 "fixed-hash",7994 "impl-codec",7995 "impl-rlp",7996 "impl-serde",7997 "scale-info",7998 "uint",7999]80008001[[package]]8002name = "proc-macro-crate"8003version = "0.1.5"8004source = "registry+https://github.com/rust-lang/crates.io-index"8005checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"8006dependencies = [8007 "toml",8008]80098010[[package]]8011name = "proc-macro-crate"8012version = "1.1.0"8013source = "registry+https://github.com/rust-lang/crates.io-index"8014checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"8015dependencies = [8016 "thiserror",8017 "toml",8018]80198020[[package]]8021name = "proc-macro-error"8022version = "1.0.4"8023source = "registry+https://github.com/rust-lang/crates.io-index"8024checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8025dependencies = [8026 "proc-macro-error-attr",8027 "proc-macro2",8028 "quote",8029 "syn",8030 "version_check",8031]80328033[[package]]8034name = "proc-macro-error-attr"8035version = "1.0.4"8036source = "registry+https://github.com/rust-lang/crates.io-index"8037checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8038dependencies = [8039 "proc-macro2",8040 "quote",8041 "version_check",8042]80438044[[package]]8045name = "proc-macro2"8046version = "1.0.36"8047source = "registry+https://github.com/rust-lang/crates.io-index"8048checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"8049dependencies = [8050 "unicode-xid",8051]80528053[[package]]8054name = "prometheus"8055version = "0.13.0"8056source = "registry+https://github.com/rust-lang/crates.io-index"8057checksum = "b7f64969ffd5dd8f39bd57a68ac53c163a095ed9d0fb707146da1b27025a3504"8058dependencies = [8059 "cfg-if 1.0.0",8060 "fnv",8061 "lazy_static",8062 "memchr",8063 "parking_lot 0.11.2",8064 "thiserror",8065]80668067[[package]]8068name = "prost"8069version = "0.9.0"8070source = "registry+https://github.com/rust-lang/crates.io-index"8071checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8072dependencies = [8073 "bytes 1.1.0",8074 "prost-derive",8075]80768077[[package]]8078name = "prost-build"8079version = "0.9.0"8080source = "registry+https://github.com/rust-lang/crates.io-index"8081checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8082dependencies = [8083 "bytes 1.1.0",8084 "heck",8085 "itertools",8086 "lazy_static",8087 "log",8088 "multimap",8089 "petgraph",8090 "prost",8091 "prost-types",8092 "regex",8093 "tempfile",8094 "which",8095]80968097[[package]]8098name = "prost-derive"8099version = "0.9.0"8100source = "registry+https://github.com/rust-lang/crates.io-index"8101checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8102dependencies = [8103 "anyhow",8104 "itertools",8105 "proc-macro2",8106 "quote",8107 "syn",8108]81098110[[package]]8111name = "prost-types"8112version = "0.9.0"8113source = "registry+https://github.com/rust-lang/crates.io-index"8114checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8115dependencies = [8116 "bytes 1.1.0",8117 "prost",8118]81198120[[package]]8121name = "psm"8122version = "0.1.16"8123source = "registry+https://github.com/rust-lang/crates.io-index"8124checksum = "cd136ff4382c4753fc061cb9e4712ab2af263376b95bbd5bd8cd50c020b78e69"8125dependencies = [8126 "cc",8127]81288129[[package]]8130name = "quick-error"8131version = "1.2.3"8132source = "registry+https://github.com/rust-lang/crates.io-index"8133checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"81348135[[package]]8136name = "quick-error"8137version = "2.0.1"8138source = "registry+https://github.com/rust-lang/crates.io-index"8139checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"81408141[[package]]8142name = "quicksink"8143version = "0.1.2"8144source = "registry+https://github.com/rust-lang/crates.io-index"8145checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8146dependencies = [8147 "futures-core",8148 "futures-sink",8149 "pin-project-lite 0.1.12",8150]81518152[[package]]8153name = "quote"8154version = "1.0.15"8155source = "registry+https://github.com/rust-lang/crates.io-index"8156checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"8157dependencies = [8158 "proc-macro2",8159]81608161[[package]]8162name = "radium"8163version = "0.6.2"8164source = "registry+https://github.com/rust-lang/crates.io-index"8165checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"81668167[[package]]8168name = "rand"8169version = "0.7.3"8170source = "registry+https://github.com/rust-lang/crates.io-index"8171checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8172dependencies = [8173 "getrandom 0.1.16",8174 "libc",8175 "rand_chacha 0.2.2",8176 "rand_core 0.5.1",8177 "rand_hc 0.2.0",8178 "rand_pcg",8179]81808181[[package]]8182name = "rand"8183version = "0.8.4"8184source = "registry+https://github.com/rust-lang/crates.io-index"8185checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"8186dependencies = [8187 "libc",8188 "rand_chacha 0.3.1",8189 "rand_core 0.6.3",8190 "rand_hc 0.3.1",8191]81928193[[package]]8194name = "rand_chacha"8195version = "0.2.2"8196source = "registry+https://github.com/rust-lang/crates.io-index"8197checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8198dependencies = [8199 "ppv-lite86",8200 "rand_core 0.5.1",8201]82028203[[package]]8204name = "rand_chacha"8205version = "0.3.1"8206source = "registry+https://github.com/rust-lang/crates.io-index"8207checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8208dependencies = [8209 "ppv-lite86",8210 "rand_core 0.6.3",8211]82128213[[package]]8214name = "rand_core"8215version = "0.5.1"8216source = "registry+https://github.com/rust-lang/crates.io-index"8217checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8218dependencies = [8219 "getrandom 0.1.16",8220]82218222[[package]]8223name = "rand_core"8224version = "0.6.3"8225source = "registry+https://github.com/rust-lang/crates.io-index"8226checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8227dependencies = [8228 "getrandom 0.2.4",8229]82308231[[package]]8232name = "rand_distr"8233version = "0.4.3"8234source = "registry+https://github.com/rust-lang/crates.io-index"8235checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8236dependencies = [8237 "num-traits",8238 "rand 0.8.4",8239]82408241[[package]]8242name = "rand_hc"8243version = "0.2.0"8244source = "registry+https://github.com/rust-lang/crates.io-index"8245checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8246dependencies = [8247 "rand_core 0.5.1",8248]82498250[[package]]8251name = "rand_hc"8252version = "0.3.1"8253source = "registry+https://github.com/rust-lang/crates.io-index"8254checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"8255dependencies = [8256 "rand_core 0.6.3",8257]82588259[[package]]8260name = "rand_pcg"8261version = "0.2.1"8262source = "registry+https://github.com/rust-lang/crates.io-index"8263checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8264dependencies = [8265 "rand_core 0.5.1",8266]82678268[[package]]8269name = "rawpointer"8270version = "0.2.1"8271source = "registry+https://github.com/rust-lang/crates.io-index"8272checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"82738274[[package]]8275name = "rayon"8276version = "1.5.1"8277source = "registry+https://github.com/rust-lang/crates.io-index"8278checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"8279dependencies = [8280 "autocfg",8281 "crossbeam-deque",8282 "either",8283 "rayon-core",8284]82858286[[package]]8287name = "rayon-core"8288version = "1.9.1"8289source = "registry+https://github.com/rust-lang/crates.io-index"8290checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"8291dependencies = [8292 "crossbeam-channel",8293 "crossbeam-deque",8294 "crossbeam-utils",8295 "lazy_static",8296 "num_cpus",8297]82988299[[package]]8300name = "redox_syscall"8301version = "0.1.57"8302source = "registry+https://github.com/rust-lang/crates.io-index"8303checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"83048305[[package]]8306name = "redox_syscall"8307version = "0.2.10"8308source = "registry+https://github.com/rust-lang/crates.io-index"8309checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"8310dependencies = [8311 "bitflags",8312]83138314[[package]]8315name = "redox_users"8316version = "0.4.0"8317source = "registry+https://github.com/rust-lang/crates.io-index"8318checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"8319dependencies = [8320 "getrandom 0.2.4",8321 "redox_syscall 0.2.10",8322]83238324[[package]]8325name = "reed-solomon-novelpoly"8326version = "1.0.0"8327source = "registry+https://github.com/rust-lang/crates.io-index"8328checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8329dependencies = [8330 "derive_more",8331 "fs-err",8332 "itertools",8333 "static_init",8334 "thiserror",8335]83368337[[package]]8338name = "ref-cast"8339version = "1.0.6"8340source = "registry+https://github.com/rust-lang/crates.io-index"8341checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"8342dependencies = [8343 "ref-cast-impl",8344]83458346[[package]]8347name = "ref-cast-impl"8348version = "1.0.6"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"8351dependencies = [8352 "proc-macro2",8353 "quote",8354 "syn",8355]83568357[[package]]8358name = "regalloc"8359version = "0.0.33"8360source = "registry+https://github.com/rust-lang/crates.io-index"8361checksum = "7d808cff91dfca7b239d40b972ba628add94892b1d9e19a842aedc5cfae8ab1a"8362dependencies = [8363 "log",8364 "rustc-hash",8365 "smallvec",8366]83678368[[package]]8369name = "regex"8370version = "1.5.4"8371source = "registry+https://github.com/rust-lang/crates.io-index"8372checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"8373dependencies = [8374 "aho-corasick",8375 "memchr",8376 "regex-syntax",8377]83788379[[package]]8380name = "regex-automata"8381version = "0.1.10"8382source = "registry+https://github.com/rust-lang/crates.io-index"8383checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8384dependencies = [8385 "regex-syntax",8386]83878388[[package]]8389name = "regex-syntax"8390version = "0.6.25"8391source = "registry+https://github.com/rust-lang/crates.io-index"8392checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"83938394[[package]]8395name = "region"8396version = "2.2.0"8397source = "registry+https://github.com/rust-lang/crates.io-index"8398checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8399dependencies = [8400 "bitflags",8401 "libc",8402 "mach",8403 "winapi 0.3.9",8404]84058406[[package]]8407name = "remote-externalities"8408version = "0.10.0-dev"8409source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8410dependencies = [8411 "env_logger",8412 "jsonrpsee",8413 "log",8414 "parity-scale-codec",8415 "serde",8416 "serde_json",8417 "sp-core",8418 "sp-io",8419 "sp-runtime",8420 "sp-version",8421]84228423[[package]]8424name = "remove_dir_all"8425version = "0.5.3"8426source = "registry+https://github.com/rust-lang/crates.io-index"8427checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8428dependencies = [8429 "winapi 0.3.9",8430]84318432[[package]]8433name = "resolv-conf"8434version = "0.7.0"8435source = "registry+https://github.com/rust-lang/crates.io-index"8436checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8437dependencies = [8438 "hostname",8439 "quick-error 1.2.3",8440]84418442[[package]]8443name = "retain_mut"8444version = "0.1.6"8445source = "registry+https://github.com/rust-lang/crates.io-index"8446checksum = "51dd4445360338dab5116712bee1388dc727991d51969558a8882ab552e6db30"84478448[[package]]8449name = "ring"8450version = "0.16.20"8451source = "registry+https://github.com/rust-lang/crates.io-index"8452checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8453dependencies = [8454 "cc",8455 "libc",8456 "once_cell",8457 "spin",8458 "untrusted",8459 "web-sys",8460 "winapi 0.3.9",8461]84628463[[package]]8464name = "rlp"8465version = "0.5.1"8466source = "registry+https://github.com/rust-lang/crates.io-index"8467checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8468dependencies = [8469 "bytes 1.1.0",8470 "rustc-hex",8471]84728473[[package]]8474name = "rlp-derive"8475version = "0.1.0"8476source = "registry+https://github.com/rust-lang/crates.io-index"8477checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8478dependencies = [8479 "proc-macro2",8480 "quote",8481 "syn",8482]84838484[[package]]8485name = "rocksdb"8486version = "0.17.0"8487source = "registry+https://github.com/rust-lang/crates.io-index"8488checksum = "7a62eca5cacf2c8261128631bed9f045598d40bfbe4b29f5163f0f802f8f44a7"8489dependencies = [8490 "libc",8491 "librocksdb-sys",8492]84938494[[package]]8495name = "rococo-runtime"8496version = "0.9.16"8497source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"8498dependencies = [8499 "beefy-primitives",8500 "bp-messages",8501 "bp-rococo",8502 "bp-runtime",8503 "bp-wococo",8504 "bridge-runtime-common",8505 "frame-benchmarking",8506 "frame-executive",8507 "frame-support",8508 "frame-system",8509 "frame-system-rpc-runtime-api",8510 "hex-literal",8511 "log",8512 "pallet-authority-discovery",8513 "pallet-authorship",8514 "pallet-babe",8515 "pallet-balances",8516 "pallet-beefy",8517 "pallet-beefy-mmr",8518 "pallet-bridge-dispatch",8519 "pallet-bridge-grandpa",8520 "pallet-bridge-messages",8521 "pallet-collective",8522 "pallet-grandpa",8523 "pallet-im-online",8524 "pallet-indices",8525 "pallet-membership",8526 "pallet-mmr",8527 "pallet-mmr-primitives",8528 "pallet-multisig",8529 "pallet-offences",8530 "pallet-proxy",8531 "pallet-session",8532 "pallet-staking",8533 "pallet-sudo",8534 "pallet-timestamp",8535 "pallet-transaction-payment",8536 "pallet-transaction-payment-rpc-runtime-api",8537 "pallet-utility",8538 "pallet-xcm",8539 "parity-scale-codec",8540 "polkadot-parachain",8541 "polkadot-primitives",8542 "polkadot-runtime-common",8543 "polkadot-runtime-parachains",8544 "rococo-runtime-constants",8545 "scale-info",8546 "serde",8547 "serde_derive",8548 "smallvec",8549 "sp-api",8550 "sp-authority-discovery",8551 "sp-block-builder",8552 "sp-consensus-babe",8553 "sp-core",8554 "sp-inherents",8555 "sp-io",8556 "sp-offchain",8557 "sp-runtime",8558 "sp-session",8559 "sp-staking",8560 "sp-std",8561 "sp-transaction-pool",8562 "sp-version",8563 "substrate-wasm-builder",8564 "xcm",8565 "xcm-builder",8566 "xcm-executor",8567]85688569[[package]]8570name = "rococo-runtime-constants"8571version = "0.9.16"8572source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"8573dependencies = [8574 "frame-support",8575 "polkadot-primitives",8576 "polkadot-runtime-common",8577 "smallvec",8578 "sp-runtime",8579]85808581[[package]]8582name = "rpassword"8583version = "5.0.1"8584source = "registry+https://github.com/rust-lang/crates.io-index"8585checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"8586dependencies = [8587 "libc",8588 "winapi 0.3.9",8589]85908591[[package]]8592name = "rustc-demangle"8593version = "0.1.21"8594source = "registry+https://github.com/rust-lang/crates.io-index"8595checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"85968597[[package]]8598name = "rustc-hash"8599version = "1.1.0"8600source = "registry+https://github.com/rust-lang/crates.io-index"8601checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"86028603[[package]]8604name = "rustc-hex"8605version = "2.1.0"8606source = "registry+https://github.com/rust-lang/crates.io-index"8607checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"86088609[[package]]8610name = "rustc_version"8611version = "0.2.3"8612source = "registry+https://github.com/rust-lang/crates.io-index"8613checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"8614dependencies = [8615 "semver 0.9.0",8616]86178618[[package]]8619name = "rustc_version"8620version = "0.3.3"8621source = "registry+https://github.com/rust-lang/crates.io-index"8622checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"8623dependencies = [8624 "semver 0.11.0",8625]86268627[[package]]8628name = "rustc_version"8629version = "0.4.0"8630source = "registry+https://github.com/rust-lang/crates.io-index"8631checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"8632dependencies = [8633 "semver 1.0.5",8634]86358636[[package]]8637name = "rustix"8638version = "0.31.3"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "b2dcfc2778a90e38f56a708bfc90572422e11d6c7ee233d053d1f782cf9df6d2"8641dependencies = [8642 "bitflags",8643 "errno",8644 "io-lifetimes",8645 "libc",8646 "linux-raw-sys",8647 "winapi 0.3.9",8648]86498650[[package]]8651name = "rustls"8652version = "0.19.1"8653source = "registry+https://github.com/rust-lang/crates.io-index"8654checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"8655dependencies = [8656 "base64",8657 "log",8658 "ring",8659 "sct",8660 "webpki",8661]86628663[[package]]8664name = "rustls-native-certs"8665version = "0.5.0"8666source = "registry+https://github.com/rust-lang/crates.io-index"8667checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"8668dependencies = [8669 "openssl-probe",8670 "rustls",8671 "schannel",8672 "security-framework",8673]86748675[[package]]8676name = "rustversion"8677version = "1.0.6"8678source = "registry+https://github.com/rust-lang/crates.io-index"8679checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"86808681[[package]]8682name = "rw-stream-sink"8683version = "0.2.1"8684source = "registry+https://github.com/rust-lang/crates.io-index"8685checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"8686dependencies = [8687 "futures 0.3.21",8688 "pin-project 0.4.29",8689 "static_assertions",8690]86918692[[package]]8693name = "ryu"8694version = "1.0.9"8695source = "registry+https://github.com/rust-lang/crates.io-index"8696checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"86978698[[package]]8699name = "safe-mix"8700version = "1.0.1"8701source = "registry+https://github.com/rust-lang/crates.io-index"8702checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"8703dependencies = [8704 "rustc_version 0.2.3",8705]87068707[[package]]8708name = "salsa20"8709version = "0.9.0"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"8712dependencies = [8713 "cipher",8714]87158716[[package]]8717name = "same-file"8718version = "1.0.6"8719source = "registry+https://github.com/rust-lang/crates.io-index"8720checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"8721dependencies = [8722 "winapi-util",8723]87248725[[package]]8726name = "sc-allocator"8727version = "4.1.0-dev"8728source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8729dependencies = [8730 "log",8731 "sp-core",8732 "sp-wasm-interface",8733 "thiserror",8734]87358736[[package]]8737name = "sc-authority-discovery"8738version = "0.10.0-dev"8739source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8740dependencies = [8741 "async-trait",8742 "derive_more",8743 "futures 0.3.21",8744 "futures-timer",8745 "ip_network",8746 "libp2p",8747 "log",8748 "parity-scale-codec",8749 "prost",8750 "prost-build",8751 "rand 0.7.3",8752 "sc-client-api",8753 "sc-network",8754 "sp-api",8755 "sp-authority-discovery",8756 "sp-blockchain",8757 "sp-core",8758 "sp-keystore",8759 "sp-runtime",8760 "substrate-prometheus-endpoint",8761]87628763[[package]]8764name = "sc-basic-authorship"8765version = "0.10.0-dev"8766source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8767dependencies = [8768 "futures 0.3.21",8769 "futures-timer",8770 "log",8771 "parity-scale-codec",8772 "sc-block-builder",8773 "sc-client-api",8774 "sc-proposer-metrics",8775 "sc-telemetry",8776 "sc-transaction-pool-api",8777 "sp-api",8778 "sp-blockchain",8779 "sp-consensus",8780 "sp-core",8781 "sp-inherents",8782 "sp-runtime",8783 "substrate-prometheus-endpoint",8784]87858786[[package]]8787name = "sc-block-builder"8788version = "0.10.0-dev"8789source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8790dependencies = [8791 "parity-scale-codec",8792 "sc-client-api",8793 "sp-api",8794 "sp-block-builder",8795 "sp-blockchain",8796 "sp-core",8797 "sp-inherents",8798 "sp-runtime",8799 "sp-state-machine",8800]88018802[[package]]8803name = "sc-chain-spec"8804version = "4.0.0-dev"8805source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8806dependencies = [8807 "impl-trait-for-tuples",8808 "memmap2 0.5.2",8809 "parity-scale-codec",8810 "sc-chain-spec-derive",8811 "sc-network",8812 "sc-telemetry",8813 "serde",8814 "serde_json",8815 "sp-core",8816 "sp-runtime",8817]88188819[[package]]8820name = "sc-chain-spec-derive"8821version = "4.0.0-dev"8822source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8823dependencies = [8824 "proc-macro-crate 1.1.0",8825 "proc-macro2",8826 "quote",8827 "syn",8828]88298830[[package]]8831name = "sc-cli"8832version = "0.10.0-dev"8833source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8834dependencies = [8835 "chrono",8836 "fdlimit",8837 "futures 0.3.21",8838 "hex",8839 "libp2p",8840 "log",8841 "names",8842 "parity-scale-codec",8843 "rand 0.7.3",8844 "regex",8845 "rpassword",8846 "sc-client-api",8847 "sc-keystore",8848 "sc-network",8849 "sc-service",8850 "sc-telemetry",8851 "sc-tracing",8852 "sc-utils",8853 "serde",8854 "serde_json",8855 "sp-blockchain",8856 "sp-core",8857 "sp-keyring",8858 "sp-keystore",8859 "sp-panic-handler",8860 "sp-runtime",8861 "sp-version",8862 "structopt",8863 "thiserror",8864 "tiny-bip39",8865 "tokio 1.16.1",8866]88678868[[package]]8869name = "sc-client-api"8870version = "4.0.0-dev"8871source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8872dependencies = [8873 "fnv",8874 "futures 0.3.21",8875 "hash-db",8876 "log",8877 "parity-scale-codec",8878 "parking_lot 0.11.2",8879 "sc-executor",8880 "sc-transaction-pool-api",8881 "sc-utils",8882 "sp-api",8883 "sp-blockchain",8884 "sp-consensus",8885 "sp-core",8886 "sp-database",8887 "sp-externalities",8888 "sp-keystore",8889 "sp-runtime",8890 "sp-state-machine",8891 "sp-storage",8892 "sp-trie",8893 "substrate-prometheus-endpoint",8894]88958896[[package]]8897name = "sc-client-db"8898version = "0.10.0-dev"8899source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8900dependencies = [8901 "hash-db",8902 "kvdb",8903 "kvdb-memorydb",8904 "kvdb-rocksdb",8905 "linked-hash-map",8906 "log",8907 "parity-db",8908 "parity-scale-codec",8909 "parking_lot 0.11.2",8910 "sc-client-api",8911 "sc-state-db",8912 "sp-arithmetic",8913 "sp-blockchain",8914 "sp-core",8915 "sp-database",8916 "sp-runtime",8917 "sp-state-machine",8918 "sp-trie",8919]89208921[[package]]8922name = "sc-consensus"8923version = "0.10.0-dev"8924source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8925dependencies = [8926 "async-trait",8927 "futures 0.3.21",8928 "futures-timer",8929 "libp2p",8930 "log",8931 "parking_lot 0.11.2",8932 "sc-client-api",8933 "sc-utils",8934 "serde",8935 "sp-api",8936 "sp-blockchain",8937 "sp-consensus",8938 "sp-core",8939 "sp-runtime",8940 "sp-state-machine",8941 "substrate-prometheus-endpoint",8942 "thiserror",8943]89448945[[package]]8946name = "sc-consensus-aura"8947version = "0.10.0-dev"8948source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8949dependencies = [8950 "async-trait",8951 "derive_more",8952 "futures 0.3.21",8953 "log",8954 "parity-scale-codec",8955 "sc-block-builder",8956 "sc-client-api",8957 "sc-consensus",8958 "sc-consensus-slots",8959 "sc-telemetry",8960 "sp-api",8961 "sp-application-crypto",8962 "sp-block-builder",8963 "sp-blockchain",8964 "sp-consensus",8965 "sp-consensus-aura",8966 "sp-consensus-slots",8967 "sp-core",8968 "sp-inherents",8969 "sp-keystore",8970 "sp-runtime",8971 "substrate-prometheus-endpoint",8972]89738974[[package]]8975name = "sc-consensus-babe"8976version = "0.10.0-dev"8977source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"8978dependencies = [8979 "async-trait",8980 "derive_more",8981 "fork-tree",8982 "futures 0.3.21",8983 "log",8984 "merlin",8985 "num-bigint",8986 "num-rational 0.2.4",8987 "num-traits",8988 "parity-scale-codec",8989 "parking_lot 0.11.2",8990 "rand 0.7.3",8991 "retain_mut",8992 "sc-client-api",8993 "sc-consensus",8994 "sc-consensus-epochs",8995 "sc-consensus-slots",8996 "sc-keystore",8997 "sc-telemetry",8998 "schnorrkel",8999 "serde",9000 "sp-api",9001 "sp-application-crypto",9002 "sp-block-builder",9003 "sp-blockchain",9004 "sp-consensus",9005 "sp-consensus-babe",9006 "sp-consensus-slots",9007 "sp-consensus-vrf",9008 "sp-core",9009 "sp-inherents",9010 "sp-io",9011 "sp-keystore",9012 "sp-runtime",9013 "sp-version",9014 "substrate-prometheus-endpoint",9015]90169017[[package]]9018name = "sc-consensus-babe-rpc"9019version = "0.10.0-dev"9020source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9021dependencies = [9022 "derive_more",9023 "futures 0.3.21",9024 "jsonrpc-core",9025 "jsonrpc-core-client",9026 "jsonrpc-derive",9027 "sc-consensus-babe",9028 "sc-consensus-epochs",9029 "sc-rpc-api",9030 "serde",9031 "sp-api",9032 "sp-application-crypto",9033 "sp-blockchain",9034 "sp-consensus",9035 "sp-consensus-babe",9036 "sp-core",9037 "sp-keystore",9038 "sp-runtime",9039]90409041[[package]]9042name = "sc-consensus-epochs"9043version = "0.10.0-dev"9044source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9045dependencies = [9046 "fork-tree",9047 "parity-scale-codec",9048 "sc-client-api",9049 "sc-consensus",9050 "sp-blockchain",9051 "sp-runtime",9052]90539054[[package]]9055name = "sc-consensus-slots"9056version = "0.10.0-dev"9057source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9058dependencies = [9059 "async-trait",9060 "futures 0.3.21",9061 "futures-timer",9062 "log",9063 "parity-scale-codec",9064 "sc-client-api",9065 "sc-consensus",9066 "sc-telemetry",9067 "sp-arithmetic",9068 "sp-blockchain",9069 "sp-consensus",9070 "sp-consensus-slots",9071 "sp-core",9072 "sp-inherents",9073 "sp-runtime",9074 "sp-state-machine",9075 "sp-timestamp",9076 "thiserror",9077]90789079[[package]]9080name = "sc-consensus-uncles"9081version = "0.10.0-dev"9082source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9083dependencies = [9084 "sc-client-api",9085 "sp-authorship",9086 "sp-runtime",9087 "thiserror",9088]90899090[[package]]9091name = "sc-executor"9092version = "0.10.0-dev"9093source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9094dependencies = [9095 "lazy_static",9096 "libsecp256k1 0.7.0",9097 "log",9098 "lru 0.6.6",9099 "parity-scale-codec",9100 "parking_lot 0.11.2",9101 "sc-executor-common",9102 "sc-executor-wasmi",9103 "sc-executor-wasmtime",9104 "sp-api",9105 "sp-core",9106 "sp-core-hashing-proc-macro",9107 "sp-externalities",9108 "sp-io",9109 "sp-panic-handler",9110 "sp-runtime-interface",9111 "sp-tasks",9112 "sp-trie",9113 "sp-version",9114 "sp-wasm-interface",9115 "wasmi",9116]91179118[[package]]9119name = "sc-executor-common"9120version = "0.10.0-dev"9121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9122dependencies = [9123 "derive_more",9124 "environmental",9125 "parity-scale-codec",9126 "sc-allocator",9127 "sp-core",9128 "sp-maybe-compressed-blob",9129 "sp-serializer",9130 "sp-wasm-interface",9131 "thiserror",9132 "wasm-instrument",9133 "wasmi",9134]91359136[[package]]9137name = "sc-executor-wasmi"9138version = "0.10.0-dev"9139source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9140dependencies = [9141 "log",9142 "parity-scale-codec",9143 "sc-allocator",9144 "sc-executor-common",9145 "scoped-tls",9146 "sp-core",9147 "sp-runtime-interface",9148 "sp-wasm-interface",9149 "wasmi",9150]91519152[[package]]9153name = "sc-executor-wasmtime"9154version = "0.10.0-dev"9155source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9156dependencies = [9157 "cfg-if 1.0.0",9158 "libc",9159 "log",9160 "parity-scale-codec",9161 "parity-wasm 0.42.2",9162 "sc-allocator",9163 "sc-executor-common",9164 "sp-core",9165 "sp-runtime-interface",9166 "sp-wasm-interface",9167 "wasmtime",9168]91699170[[package]]9171name = "sc-finality-grandpa"9172version = "0.10.0-dev"9173source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9174dependencies = [9175 "async-trait",9176 "derive_more",9177 "dyn-clone",9178 "finality-grandpa",9179 "fork-tree",9180 "futures 0.3.21",9181 "futures-timer",9182 "log",9183 "parity-scale-codec",9184 "parking_lot 0.11.2",9185 "rand 0.8.4",9186 "sc-block-builder",9187 "sc-chain-spec",9188 "sc-client-api",9189 "sc-consensus",9190 "sc-keystore",9191 "sc-network",9192 "sc-network-gossip",9193 "sc-telemetry",9194 "sc-utils",9195 "serde_json",9196 "sp-api",9197 "sp-application-crypto",9198 "sp-arithmetic",9199 "sp-blockchain",9200 "sp-consensus",9201 "sp-core",9202 "sp-finality-grandpa",9203 "sp-keystore",9204 "sp-runtime",9205 "substrate-prometheus-endpoint",9206]92079208[[package]]9209name = "sc-finality-grandpa-rpc"9210version = "0.10.0-dev"9211source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9212dependencies = [9213 "derive_more",9214 "finality-grandpa",9215 "futures 0.3.21",9216 "jsonrpc-core",9217 "jsonrpc-core-client",9218 "jsonrpc-derive",9219 "jsonrpc-pubsub",9220 "log",9221 "parity-scale-codec",9222 "sc-client-api",9223 "sc-finality-grandpa",9224 "sc-rpc",9225 "serde",9226 "serde_json",9227 "sp-blockchain",9228 "sp-core",9229 "sp-runtime",9230]92319232[[package]]9233name = "sc-informant"9234version = "0.10.0-dev"9235source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9236dependencies = [9237 "ansi_term",9238 "futures 0.3.21",9239 "futures-timer",9240 "log",9241 "parity-util-mem",9242 "sc-client-api",9243 "sc-network",9244 "sc-transaction-pool-api",9245 "sp-blockchain",9246 "sp-runtime",9247]92489249[[package]]9250name = "sc-keystore"9251version = "4.0.0-dev"9252source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9253dependencies = [9254 "async-trait",9255 "derive_more",9256 "hex",9257 "parking_lot 0.11.2",9258 "serde_json",9259 "sp-application-crypto",9260 "sp-core",9261 "sp-keystore",9262]92639264[[package]]9265name = "sc-network"9266version = "0.10.0-dev"9267source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9268dependencies = [9269 "async-std",9270 "async-trait",9271 "asynchronous-codec 0.5.0",9272 "bitflags",9273 "bytes 1.1.0",9274 "cid",9275 "derive_more",9276 "either",9277 "fnv",9278 "fork-tree",9279 "futures 0.3.21",9280 "futures-timer",9281 "hex",9282 "ip_network",9283 "libp2p",9284 "linked-hash-map",9285 "linked_hash_set",9286 "log",9287 "lru 0.7.2",9288 "parity-scale-codec",9289 "parking_lot 0.11.2",9290 "pin-project 1.0.10",9291 "prost",9292 "prost-build",9293 "rand 0.7.3",9294 "sc-block-builder",9295 "sc-client-api",9296 "sc-consensus",9297 "sc-peerset",9298 "sc-utils",9299 "serde",9300 "serde_json",9301 "smallvec",9302 "sp-arithmetic",9303 "sp-blockchain",9304 "sp-consensus",9305 "sp-core",9306 "sp-finality-grandpa",9307 "sp-runtime",9308 "substrate-prometheus-endpoint",9309 "thiserror",9310 "unsigned-varint 0.6.0",9311 "void",9312 "zeroize",9313]93149315[[package]]9316name = "sc-network-gossip"9317version = "0.10.0-dev"9318source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9319dependencies = [9320 "futures 0.3.21",9321 "futures-timer",9322 "libp2p",9323 "log",9324 "lru 0.7.2",9325 "sc-network",9326 "sp-runtime",9327 "substrate-prometheus-endpoint",9328 "tracing",9329]93309331[[package]]9332name = "sc-offchain"9333version = "4.0.0-dev"9334source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9335dependencies = [9336 "bytes 1.1.0",9337 "fnv",9338 "futures 0.3.21",9339 "futures-timer",9340 "hex",9341 "hyper",9342 "hyper-rustls",9343 "num_cpus",9344 "once_cell",9345 "parity-scale-codec",9346 "parking_lot 0.11.2",9347 "rand 0.7.3",9348 "sc-client-api",9349 "sc-network",9350 "sc-utils",9351 "sp-api",9352 "sp-core",9353 "sp-offchain",9354 "sp-runtime",9355 "threadpool",9356 "tracing",9357]93589359[[package]]9360name = "sc-peerset"9361version = "4.0.0-dev"9362source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9363dependencies = [9364 "futures 0.3.21",9365 "libp2p",9366 "log",9367 "sc-utils",9368 "serde_json",9369 "wasm-timer",9370]93719372[[package]]9373name = "sc-proposer-metrics"9374version = "0.10.0-dev"9375source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9376dependencies = [9377 "log",9378 "substrate-prometheus-endpoint",9379]93809381[[package]]9382name = "sc-rpc"9383version = "4.0.0-dev"9384source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9385dependencies = [9386 "futures 0.3.21",9387 "hash-db",9388 "jsonrpc-core",9389 "jsonrpc-pubsub",9390 "log",9391 "parity-scale-codec",9392 "parking_lot 0.11.2",9393 "sc-block-builder",9394 "sc-chain-spec",9395 "sc-client-api",9396 "sc-rpc-api",9397 "sc-tracing",9398 "sc-transaction-pool-api",9399 "sc-utils",9400 "serde_json",9401 "sp-api",9402 "sp-blockchain",9403 "sp-core",9404 "sp-keystore",9405 "sp-offchain",9406 "sp-rpc",9407 "sp-runtime",9408 "sp-session",9409 "sp-version",9410]94119412[[package]]9413name = "sc-rpc-api"9414version = "0.10.0-dev"9415source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9416dependencies = [9417 "futures 0.3.21",9418 "jsonrpc-core",9419 "jsonrpc-core-client",9420 "jsonrpc-derive",9421 "jsonrpc-pubsub",9422 "log",9423 "parity-scale-codec",9424 "parking_lot 0.11.2",9425 "sc-chain-spec",9426 "sc-transaction-pool-api",9427 "serde",9428 "serde_json",9429 "sp-core",9430 "sp-rpc",9431 "sp-runtime",9432 "sp-tracing",9433 "sp-version",9434 "thiserror",9435]94369437[[package]]9438name = "sc-rpc-server"9439version = "4.0.0-dev"9440source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9441dependencies = [9442 "futures 0.3.21",9443 "jsonrpc-core",9444 "jsonrpc-http-server",9445 "jsonrpc-ipc-server",9446 "jsonrpc-pubsub",9447 "jsonrpc-ws-server",9448 "log",9449 "serde_json",9450 "substrate-prometheus-endpoint",9451 "tokio 1.16.1",9452]94539454[[package]]9455name = "sc-service"9456version = "0.10.0-dev"9457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9458dependencies = [9459 "async-trait",9460 "directories",9461 "exit-future",9462 "futures 0.3.21",9463 "futures-timer",9464 "hash-db",9465 "jsonrpc-core",9466 "jsonrpc-pubsub",9467 "log",9468 "parity-scale-codec",9469 "parity-util-mem",9470 "parking_lot 0.11.2",9471 "pin-project 1.0.10",9472 "rand 0.7.3",9473 "sc-block-builder",9474 "sc-chain-spec",9475 "sc-client-api",9476 "sc-client-db",9477 "sc-consensus",9478 "sc-executor",9479 "sc-informant",9480 "sc-keystore",9481 "sc-network",9482 "sc-offchain",9483 "sc-rpc",9484 "sc-rpc-server",9485 "sc-telemetry",9486 "sc-tracing",9487 "sc-transaction-pool",9488 "sc-transaction-pool-api",9489 "sc-utils",9490 "serde",9491 "serde_json",9492 "sp-api",9493 "sp-application-crypto",9494 "sp-block-builder",9495 "sp-blockchain",9496 "sp-consensus",9497 "sp-core",9498 "sp-externalities",9499 "sp-inherents",9500 "sp-keystore",9501 "sp-runtime",9502 "sp-session",9503 "sp-state-machine",9504 "sp-storage",9505 "sp-tracing",9506 "sp-transaction-pool",9507 "sp-transaction-storage-proof",9508 "sp-trie",9509 "sp-version",9510 "substrate-prometheus-endpoint",9511 "tempfile",9512 "thiserror",9513 "tokio 1.16.1",9514 "tracing",9515 "tracing-futures",9516]95179518[[package]]9519name = "sc-state-db"9520version = "0.10.0-dev"9521source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9522dependencies = [9523 "log",9524 "parity-scale-codec",9525 "parity-util-mem",9526 "parity-util-mem-derive",9527 "parking_lot 0.11.2",9528 "sc-client-api",9529 "sp-core",9530]95319532[[package]]9533name = "sc-sync-state-rpc"9534version = "0.10.0-dev"9535source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9536dependencies = [9537 "jsonrpc-core",9538 "jsonrpc-core-client",9539 "jsonrpc-derive",9540 "parity-scale-codec",9541 "sc-chain-spec",9542 "sc-client-api",9543 "sc-consensus-babe",9544 "sc-consensus-epochs",9545 "sc-finality-grandpa",9546 "sc-rpc-api",9547 "serde",9548 "serde_json",9549 "sp-blockchain",9550 "sp-runtime",9551 "thiserror",9552]95539554[[package]]9555name = "sc-telemetry"9556version = "4.0.0-dev"9557source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9558dependencies = [9559 "chrono",9560 "futures 0.3.21",9561 "libp2p",9562 "log",9563 "parking_lot 0.11.2",9564 "pin-project 1.0.10",9565 "rand 0.7.3",9566 "serde",9567 "serde_json",9568 "thiserror",9569 "wasm-timer",9570]95719572[[package]]9573name = "sc-tracing"9574version = "4.0.0-dev"9575source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9576dependencies = [9577 "ansi_term",9578 "atty",9579 "chrono",9580 "lazy_static",9581 "libc",9582 "log",9583 "once_cell",9584 "parking_lot 0.11.2",9585 "regex",9586 "rustc-hash",9587 "sc-client-api",9588 "sc-rpc-server",9589 "sc-tracing-proc-macro",9590 "serde",9591 "sp-api",9592 "sp-blockchain",9593 "sp-core",9594 "sp-rpc",9595 "sp-runtime",9596 "sp-tracing",9597 "thiserror",9598 "tracing",9599 "tracing-log",9600 "tracing-subscriber",9601]96029603[[package]]9604name = "sc-tracing-proc-macro"9605version = "4.0.0-dev"9606source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9607dependencies = [9608 "proc-macro-crate 1.1.0",9609 "proc-macro2",9610 "quote",9611 "syn",9612]96139614[[package]]9615name = "sc-transaction-pool"9616version = "4.0.0-dev"9617source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9618dependencies = [9619 "futures 0.3.21",9620 "futures-timer",9621 "linked-hash-map",9622 "log",9623 "parity-scale-codec",9624 "parity-util-mem",9625 "parking_lot 0.11.2",9626 "retain_mut",9627 "sc-client-api",9628 "sc-transaction-pool-api",9629 "sc-utils",9630 "serde",9631 "sp-api",9632 "sp-blockchain",9633 "sp-core",9634 "sp-runtime",9635 "sp-tracing",9636 "sp-transaction-pool",9637 "substrate-prometheus-endpoint",9638 "thiserror",9639]96409641[[package]]9642name = "sc-transaction-pool-api"9643version = "4.0.0-dev"9644source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9645dependencies = [9646 "derive_more",9647 "futures 0.3.21",9648 "log",9649 "serde",9650 "sp-blockchain",9651 "sp-runtime",9652 "thiserror",9653]96549655[[package]]9656name = "sc-utils"9657version = "4.0.0-dev"9658source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"9659dependencies = [9660 "futures 0.3.21",9661 "futures-timer",9662 "lazy_static",9663 "parking_lot 0.11.2",9664 "prometheus",9665]96669667[[package]]9668name = "scale-info"9669version = "1.0.0"9670source = "registry+https://github.com/rust-lang/crates.io-index"9671checksum = "5c55b744399c25532d63a0d2789b109df8d46fc93752d46b0782991a931a782f"9672dependencies = [9673 "bitvec",9674 "cfg-if 1.0.0",9675 "derive_more",9676 "parity-scale-codec",9677 "scale-info-derive",9678 "serde",9679]96809681[[package]]9682name = "scale-info-derive"9683version = "1.0.0"9684source = "registry+https://github.com/rust-lang/crates.io-index"9685checksum = "baeb2780690380592f86205aa4ee49815feb2acad8c2f59e6dd207148c3f1fcd"9686dependencies = [9687 "proc-macro-crate 1.1.0",9688 "proc-macro2",9689 "quote",9690 "syn",9691]96929693[[package]]9694name = "schannel"9695version = "0.1.19"9696source = "registry+https://github.com/rust-lang/crates.io-index"9697checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"9698dependencies = [9699 "lazy_static",9700 "winapi 0.3.9",9701]97029703[[package]]9704name = "schnorrkel"9705version = "0.9.1"9706source = "registry+https://github.com/rust-lang/crates.io-index"9707checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"9708dependencies = [9709 "arrayref",9710 "arrayvec 0.5.2",9711 "curve25519-dalek 2.1.3",9712 "getrandom 0.1.16",9713 "merlin",9714 "rand 0.7.3",9715 "rand_core 0.5.1",9716 "sha2 0.8.2",9717 "subtle 2.4.1",9718 "zeroize",9719]97209721[[package]]9722name = "scoped-tls"9723version = "1.0.0"9724source = "registry+https://github.com/rust-lang/crates.io-index"9725checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"97269727[[package]]9728name = "scopeguard"9729version = "1.1.0"9730source = "registry+https://github.com/rust-lang/crates.io-index"9731checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"97329733[[package]]9734name = "sct"9735version = "0.6.1"9736source = "registry+https://github.com/rust-lang/crates.io-index"9737checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"9738dependencies = [9739 "ring",9740 "untrusted",9741]97429743[[package]]9744name = "secrecy"9745version = "0.8.0"9746source = "registry+https://github.com/rust-lang/crates.io-index"9747checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"9748dependencies = [9749 "zeroize",9750]97519752[[package]]9753name = "security-framework"9754version = "2.6.1"9755source = "registry+https://github.com/rust-lang/crates.io-index"9756checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"9757dependencies = [9758 "bitflags",9759 "core-foundation",9760 "core-foundation-sys",9761 "libc",9762 "security-framework-sys",9763]97649765[[package]]9766name = "security-framework-sys"9767version = "2.6.1"9768source = "registry+https://github.com/rust-lang/crates.io-index"9769checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"9770dependencies = [9771 "core-foundation-sys",9772 "libc",9773]97749775[[package]]9776name = "semver"9777version = "0.6.0"9778source = "registry+https://github.com/rust-lang/crates.io-index"9779checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"9780dependencies = [9781 "semver-parser 0.7.0",9782]97839784[[package]]9785name = "semver"9786version = "0.9.0"9787source = "registry+https://github.com/rust-lang/crates.io-index"9788checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"9789dependencies = [9790 "semver-parser 0.7.0",9791]97929793[[package]]9794name = "semver"9795version = "0.11.0"9796source = "registry+https://github.com/rust-lang/crates.io-index"9797checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"9798dependencies = [9799 "semver-parser 0.10.2",9800]98019802[[package]]9803name = "semver"9804version = "1.0.5"9805source = "registry+https://github.com/rust-lang/crates.io-index"9806checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"9807dependencies = [9808 "serde",9809]98109811[[package]]9812name = "semver-parser"9813version = "0.7.0"9814source = "registry+https://github.com/rust-lang/crates.io-index"9815checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"98169817[[package]]9818name = "semver-parser"9819version = "0.10.2"9820source = "registry+https://github.com/rust-lang/crates.io-index"9821checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"9822dependencies = [9823 "pest",9824]98259826[[package]]9827name = "serde"9828version = "1.0.136"9829source = "registry+https://github.com/rust-lang/crates.io-index"9830checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"9831dependencies = [9832 "serde_derive",9833]98349835[[package]]9836name = "serde_derive"9837version = "1.0.136"9838source = "registry+https://github.com/rust-lang/crates.io-index"9839checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"9840dependencies = [9841 "proc-macro2",9842 "quote",9843 "syn",9844]98459846[[package]]9847name = "serde_json"9848version = "1.0.78"9849source = "registry+https://github.com/rust-lang/crates.io-index"9850checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"9851dependencies = [9852 "itoa 1.0.1",9853 "ryu",9854 "serde",9855]98569857[[package]]9858name = "sha-1"9859version = "0.8.2"9860source = "registry+https://github.com/rust-lang/crates.io-index"9861checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"9862dependencies = [9863 "block-buffer 0.7.3",9864 "digest 0.8.1",9865 "fake-simd",9866 "opaque-debug 0.2.3",9867]98689869[[package]]9870name = "sha-1"9871version = "0.9.8"9872source = "registry+https://github.com/rust-lang/crates.io-index"9873checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"9874dependencies = [9875 "block-buffer 0.9.0",9876 "cfg-if 1.0.0",9877 "cpufeatures 0.2.1",9878 "digest 0.9.0",9879 "opaque-debug 0.3.0",9880]98819882[[package]]9883name = "sha2"9884version = "0.8.2"9885source = "registry+https://github.com/rust-lang/crates.io-index"9886checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"9887dependencies = [9888 "block-buffer 0.7.3",9889 "digest 0.8.1",9890 "fake-simd",9891 "opaque-debug 0.2.3",9892]98939894[[package]]9895name = "sha2"9896version = "0.9.9"9897source = "registry+https://github.com/rust-lang/crates.io-index"9898checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"9899dependencies = [9900 "block-buffer 0.9.0",9901 "cfg-if 1.0.0",9902 "cpufeatures 0.2.1",9903 "digest 0.9.0",9904 "opaque-debug 0.3.0",9905]99069907[[package]]9908name = "sha2"9909version = "0.10.1"9910source = "registry+https://github.com/rust-lang/crates.io-index"9911checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"9912dependencies = [9913 "cfg-if 1.0.0",9914 "cpufeatures 0.2.1",9915 "digest 0.10.1",9916]99179918[[package]]9919name = "sha3"9920version = "0.8.2"9921source = "registry+https://github.com/rust-lang/crates.io-index"9922checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"9923dependencies = [9924 "block-buffer 0.7.3",9925 "byte-tools",9926 "digest 0.8.1",9927 "keccak",9928 "opaque-debug 0.2.3",9929]99309931[[package]]9932name = "sha3"9933version = "0.9.1"9934source = "registry+https://github.com/rust-lang/crates.io-index"9935checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"9936dependencies = [9937 "block-buffer 0.9.0",9938 "digest 0.9.0",9939 "keccak",9940 "opaque-debug 0.3.0",9941]99429943[[package]]9944name = "sharded-slab"9945version = "0.1.4"9946source = "registry+https://github.com/rust-lang/crates.io-index"9947checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"9948dependencies = [9949 "lazy_static",9950]99519952[[package]]9953name = "shlex"9954version = "1.1.0"9955source = "registry+https://github.com/rust-lang/crates.io-index"9956checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"99579958[[package]]9959name = "signal-hook"9960version = "0.3.13"9961source = "registry+https://github.com/rust-lang/crates.io-index"9962checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"9963dependencies = [9964 "libc",9965 "signal-hook-registry",9966]99679968[[package]]9969name = "signal-hook-registry"9970version = "1.4.0"9971source = "registry+https://github.com/rust-lang/crates.io-index"9972checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"9973dependencies = [9974 "libc",9975]99769977[[package]]9978name = "signature"9979version = "1.5.0"9980source = "registry+https://github.com/rust-lang/crates.io-index"9981checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"99829983[[package]]9984name = "simba"9985version = "0.5.1"9986source = "registry+https://github.com/rust-lang/crates.io-index"9987checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"9988dependencies = [9989 "approx",9990 "num-complex",9991 "num-traits",9992 "paste",9993]99949995[[package]]9996name = "slab"9997version = "0.4.5"9998source = "registry+https://github.com/rust-lang/crates.io-index"9999checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"1000010001[[package]]10002name = "slot-range-helper"10003version = "0.9.16"10004source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"10005dependencies = [10006 "enumn",10007 "parity-scale-codec",10008 "paste",10009 "sp-runtime",10010 "sp-std",10011]1001210013[[package]]10014name = "slotmap"10015version = "1.0.6"10016source = "registry+https://github.com/rust-lang/crates.io-index"10017checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10018dependencies = [10019 "version_check",10020]1002110022[[package]]10023name = "smallvec"10024version = "1.8.0"10025source = "registry+https://github.com/rust-lang/crates.io-index"10026checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1002710028[[package]]10029name = "snap"10030version = "1.0.5"10031source = "registry+https://github.com/rust-lang/crates.io-index"10032checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1003310034[[package]]10035name = "snow"10036version = "0.8.0"10037source = "registry+https://github.com/rust-lang/crates.io-index"10038checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"10039dependencies = [10040 "aes-gcm",10041 "blake2",10042 "chacha20poly1305",10043 "rand 0.8.4",10044 "rand_core 0.6.3",10045 "ring",10046 "rustc_version 0.3.3",10047 "sha2 0.9.9",10048 "subtle 2.4.1",10049 "x25519-dalek",10050]1005110052[[package]]10053name = "socket2"10054version = "0.3.19"10055source = "registry+https://github.com/rust-lang/crates.io-index"10056checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"10057dependencies = [10058 "cfg-if 1.0.0",10059 "libc",10060 "winapi 0.3.9",10061]1006210063[[package]]10064name = "socket2"10065version = "0.4.4"10066source = "registry+https://github.com/rust-lang/crates.io-index"10067checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10068dependencies = [10069 "libc",10070 "winapi 0.3.9",10071]1007210073[[package]]10074name = "soketto"10075version = "0.7.1"10076source = "registry+https://github.com/rust-lang/crates.io-index"10077checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10078dependencies = [10079 "base64",10080 "bytes 1.1.0",10081 "flate2",10082 "futures 0.3.21",10083 "httparse",10084 "log",10085 "rand 0.8.4",10086 "sha-1 0.9.8",10087]1008810089[[package]]10090name = "sp-api"10091version = "4.0.0-dev"10092source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10093dependencies = [10094 "hash-db",10095 "log",10096 "parity-scale-codec",10097 "sp-api-proc-macro",10098 "sp-core",10099 "sp-runtime",10100 "sp-state-machine",10101 "sp-std",10102 "sp-version",10103 "thiserror",10104]1010510106[[package]]10107name = "sp-api-proc-macro"10108version = "4.0.0-dev"10109source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10110dependencies = [10111 "blake2-rfc",10112 "proc-macro-crate 1.1.0",10113 "proc-macro2",10114 "quote",10115 "syn",10116]1011710118[[package]]10119name = "sp-application-crypto"10120version = "4.0.0"10121source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10122dependencies = [10123 "parity-scale-codec",10124 "scale-info",10125 "serde",10126 "sp-core",10127 "sp-io",10128 "sp-std",10129]1013010131[[package]]10132name = "sp-arithmetic"10133version = "4.0.0"10134source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10135dependencies = [10136 "integer-sqrt",10137 "num-traits",10138 "parity-scale-codec",10139 "scale-info",10140 "serde",10141 "sp-debug-derive",10142 "sp-std",10143 "static_assertions",10144]1014510146[[package]]10147name = "sp-authority-discovery"10148version = "4.0.0-dev"10149source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10150dependencies = [10151 "parity-scale-codec",10152 "scale-info",10153 "sp-api",10154 "sp-application-crypto",10155 "sp-runtime",10156 "sp-std",10157]1015810159[[package]]10160name = "sp-authorship"10161version = "4.0.0-dev"10162source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10163dependencies = [10164 "async-trait",10165 "parity-scale-codec",10166 "sp-inherents",10167 "sp-runtime",10168 "sp-std",10169]1017010171[[package]]10172name = "sp-block-builder"10173version = "4.0.0-dev"10174source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10175dependencies = [10176 "parity-scale-codec",10177 "sp-api",10178 "sp-inherents",10179 "sp-runtime",10180 "sp-std",10181]1018210183[[package]]10184name = "sp-blockchain"10185version = "4.0.0-dev"10186source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10187dependencies = [10188 "futures 0.3.21",10189 "log",10190 "lru 0.7.2",10191 "parity-scale-codec",10192 "parking_lot 0.11.2",10193 "sp-api",10194 "sp-consensus",10195 "sp-database",10196 "sp-runtime",10197 "sp-state-machine",10198 "thiserror",10199]1020010201[[package]]10202name = "sp-consensus"10203version = "0.10.0-dev"10204source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10205dependencies = [10206 "async-trait",10207 "futures 0.3.21",10208 "futures-timer",10209 "log",10210 "parity-scale-codec",10211 "sp-core",10212 "sp-inherents",10213 "sp-runtime",10214 "sp-state-machine",10215 "sp-std",10216 "sp-version",10217 "thiserror",10218]1021910220[[package]]10221name = "sp-consensus-aura"10222version = "0.10.0-dev"10223source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10224dependencies = [10225 "async-trait",10226 "parity-scale-codec",10227 "scale-info",10228 "sp-api",10229 "sp-application-crypto",10230 "sp-consensus",10231 "sp-consensus-slots",10232 "sp-inherents",10233 "sp-runtime",10234 "sp-std",10235 "sp-timestamp",10236]1023710238[[package]]10239name = "sp-consensus-babe"10240version = "0.10.0-dev"10241source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10242dependencies = [10243 "async-trait",10244 "merlin",10245 "parity-scale-codec",10246 "scale-info",10247 "serde",10248 "sp-api",10249 "sp-application-crypto",10250 "sp-consensus",10251 "sp-consensus-slots",10252 "sp-consensus-vrf",10253 "sp-core",10254 "sp-inherents",10255 "sp-keystore",10256 "sp-runtime",10257 "sp-std",10258 "sp-timestamp",10259]1026010261[[package]]10262name = "sp-consensus-slots"10263version = "0.10.0-dev"10264source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10265dependencies = [10266 "parity-scale-codec",10267 "scale-info",10268 "serde",10269 "sp-arithmetic",10270 "sp-runtime",10271]1027210273[[package]]10274name = "sp-consensus-vrf"10275version = "0.10.0-dev"10276source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10277dependencies = [10278 "parity-scale-codec",10279 "schnorrkel",10280 "sp-core",10281 "sp-runtime",10282 "sp-std",10283]1028410285[[package]]10286name = "sp-core"10287version = "4.1.0-dev"10288source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10289dependencies = [10290 "base58",10291 "bitflags",10292 "blake2-rfc",10293 "byteorder",10294 "dyn-clonable",10295 "ed25519-dalek",10296 "futures 0.3.21",10297 "hash-db",10298 "hash256-std-hasher",10299 "hex",10300 "impl-serde",10301 "lazy_static",10302 "libsecp256k1 0.7.0",10303 "log",10304 "merlin",10305 "num-traits",10306 "parity-scale-codec",10307 "parity-util-mem",10308 "parking_lot 0.11.2",10309 "primitive-types 0.10.1",10310 "rand 0.7.3",10311 "regex",10312 "scale-info",10313 "schnorrkel",10314 "secrecy",10315 "serde",10316 "sha2 0.10.1",10317 "sp-core-hashing",10318 "sp-debug-derive",10319 "sp-externalities",10320 "sp-runtime-interface",10321 "sp-std",10322 "sp-storage",10323 "ss58-registry",10324 "substrate-bip39",10325 "thiserror",10326 "tiny-bip39",10327 "tiny-keccak",10328 "twox-hash",10329 "wasmi",10330 "zeroize",10331]1033210333[[package]]10334name = "sp-core-hashing"10335version = "4.0.0"10336source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10337dependencies = [10338 "blake2-rfc",10339 "byteorder",10340 "sha2 0.10.1",10341 "sp-std",10342 "tiny-keccak",10343 "twox-hash",10344]1034510346[[package]]10347name = "sp-core-hashing-proc-macro"10348version = "4.0.0-dev"10349source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10350dependencies = [10351 "proc-macro2",10352 "quote",10353 "sp-core-hashing",10354 "syn",10355]1035610357[[package]]10358name = "sp-database"10359version = "4.0.0-dev"10360source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10361dependencies = [10362 "kvdb",10363 "parking_lot 0.11.2",10364]1036510366[[package]]10367name = "sp-debug-derive"10368version = "4.0.0"10369source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10370dependencies = [10371 "proc-macro2",10372 "quote",10373 "syn",10374]1037510376[[package]]10377name = "sp-externalities"10378version = "0.10.0"10379source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10380dependencies = [10381 "environmental",10382 "parity-scale-codec",10383 "sp-std",10384 "sp-storage",10385]1038610387[[package]]10388name = "sp-finality-grandpa"10389version = "4.0.0-dev"10390source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10391dependencies = [10392 "finality-grandpa",10393 "log",10394 "parity-scale-codec",10395 "scale-info",10396 "serde",10397 "sp-api",10398 "sp-application-crypto",10399 "sp-core",10400 "sp-keystore",10401 "sp-runtime",10402 "sp-std",10403]1040410405[[package]]10406name = "sp-inherents"10407version = "4.0.0-dev"10408source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10409dependencies = [10410 "async-trait",10411 "impl-trait-for-tuples",10412 "parity-scale-codec",10413 "sp-core",10414 "sp-runtime",10415 "sp-std",10416 "thiserror",10417]1041810419[[package]]10420name = "sp-io"10421version = "4.0.0"10422source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10423dependencies = [10424 "futures 0.3.21",10425 "hash-db",10426 "libsecp256k1 0.7.0",10427 "log",10428 "parity-scale-codec",10429 "parking_lot 0.11.2",10430 "sp-core",10431 "sp-externalities",10432 "sp-keystore",10433 "sp-runtime-interface",10434 "sp-state-machine",10435 "sp-std",10436 "sp-tracing",10437 "sp-trie",10438 "sp-wasm-interface",10439 "tracing",10440 "tracing-core",10441]1044210443[[package]]10444name = "sp-keyring"10445version = "4.1.0-dev"10446source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10447dependencies = [10448 "lazy_static",10449 "sp-core",10450 "sp-runtime",10451 "strum 0.22.0",10452]1045310454[[package]]10455name = "sp-keystore"10456version = "0.10.0"10457source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10458dependencies = [10459 "async-trait",10460 "derive_more",10461 "futures 0.3.21",10462 "merlin",10463 "parity-scale-codec",10464 "parking_lot 0.11.2",10465 "schnorrkel",10466 "serde",10467 "sp-core",10468 "sp-externalities",10469]1047010471[[package]]10472name = "sp-maybe-compressed-blob"10473version = "4.1.0-dev"10474source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10475dependencies = [10476 "zstd",10477]1047810479[[package]]10480name = "sp-npos-elections"10481version = "4.0.0-dev"10482source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10483dependencies = [10484 "parity-scale-codec",10485 "scale-info",10486 "serde",10487 "sp-arithmetic",10488 "sp-core",10489 "sp-npos-elections-solution-type",10490 "sp-runtime",10491 "sp-std",10492]1049310494[[package]]10495name = "sp-npos-elections-solution-type"10496version = "4.0.0-dev"10497source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10498dependencies = [10499 "proc-macro-crate 1.1.0",10500 "proc-macro2",10501 "quote",10502 "syn",10503]1050410505[[package]]10506name = "sp-offchain"10507version = "4.0.0-dev"10508source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10509dependencies = [10510 "sp-api",10511 "sp-core",10512 "sp-runtime",10513]1051410515[[package]]10516name = "sp-panic-handler"10517version = "4.0.0"10518source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10519dependencies = [10520 "backtrace",10521 "lazy_static",10522 "regex",10523]1052410525[[package]]10526name = "sp-rpc"10527version = "4.0.0-dev"10528source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10529dependencies = [10530 "rustc-hash",10531 "serde",10532 "sp-core",10533]1053410535[[package]]10536name = "sp-runtime"10537version = "4.1.0-dev"10538source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10539dependencies = [10540 "either",10541 "hash256-std-hasher",10542 "impl-trait-for-tuples",10543 "log",10544 "parity-scale-codec",10545 "parity-util-mem",10546 "paste",10547 "rand 0.7.3",10548 "scale-info",10549 "serde",10550 "sp-application-crypto",10551 "sp-arithmetic",10552 "sp-core",10553 "sp-io",10554 "sp-std",10555]1055610557[[package]]10558name = "sp-runtime-interface"10559version = "4.1.0-dev"10560source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10561dependencies = [10562 "impl-trait-for-tuples",10563 "parity-scale-codec",10564 "primitive-types 0.10.1",10565 "sp-externalities",10566 "sp-runtime-interface-proc-macro",10567 "sp-std",10568 "sp-storage",10569 "sp-tracing",10570 "sp-wasm-interface",10571 "static_assertions",10572]1057310574[[package]]10575name = "sp-runtime-interface-proc-macro"10576version = "4.0.0"10577source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10578dependencies = [10579 "Inflector",10580 "proc-macro-crate 1.1.0",10581 "proc-macro2",10582 "quote",10583 "syn",10584]1058510586[[package]]10587name = "sp-serializer"10588version = "4.0.0-dev"10589source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10590dependencies = [10591 "serde",10592 "serde_json",10593]1059410595[[package]]10596name = "sp-session"10597version = "4.0.0-dev"10598source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10599dependencies = [10600 "parity-scale-codec",10601 "scale-info",10602 "sp-api",10603 "sp-core",10604 "sp-runtime",10605 "sp-staking",10606 "sp-std",10607]1060810609[[package]]10610name = "sp-staking"10611version = "4.0.0-dev"10612source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10613dependencies = [10614 "parity-scale-codec",10615 "scale-info",10616 "sp-runtime",10617 "sp-std",10618]1061910620[[package]]10621name = "sp-state-machine"10622version = "0.10.0"10623source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10624dependencies = [10625 "hash-db",10626 "log",10627 "num-traits",10628 "parity-scale-codec",10629 "parking_lot 0.11.2",10630 "rand 0.7.3",10631 "smallvec",10632 "sp-core",10633 "sp-externalities",10634 "sp-panic-handler",10635 "sp-std",10636 "sp-trie",10637 "thiserror",10638 "tracing",10639 "trie-db",10640 "trie-root",10641]1064210643[[package]]10644name = "sp-std"10645version = "4.0.0"10646source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"1064710648[[package]]10649name = "sp-storage"10650version = "4.0.0"10651source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10652dependencies = [10653 "impl-serde",10654 "parity-scale-codec",10655 "ref-cast",10656 "serde",10657 "sp-debug-derive",10658 "sp-std",10659]1066010661[[package]]10662name = "sp-tasks"10663version = "4.0.0-dev"10664source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10665dependencies = [10666 "log",10667 "sp-core",10668 "sp-externalities",10669 "sp-io",10670 "sp-runtime-interface",10671 "sp-std",10672]1067310674[[package]]10675name = "sp-timestamp"10676version = "4.0.0-dev"10677source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10678dependencies = [10679 "async-trait",10680 "futures-timer",10681 "log",10682 "parity-scale-codec",10683 "sp-api",10684 "sp-inherents",10685 "sp-runtime",10686 "sp-std",10687 "thiserror",10688]1068910690[[package]]10691name = "sp-tracing"10692version = "4.0.0"10693source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10694dependencies = [10695 "parity-scale-codec",10696 "sp-std",10697 "tracing",10698 "tracing-core",10699 "tracing-subscriber",10700]1070110702[[package]]10703name = "sp-transaction-pool"10704version = "4.0.0-dev"10705source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10706dependencies = [10707 "sp-api",10708 "sp-runtime",10709]1071010711[[package]]10712name = "sp-transaction-storage-proof"10713version = "4.0.0-dev"10714source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10715dependencies = [10716 "async-trait",10717 "log",10718 "parity-scale-codec",10719 "scale-info",10720 "sp-core",10721 "sp-inherents",10722 "sp-runtime",10723 "sp-std",10724 "sp-trie",10725]1072610727[[package]]10728name = "sp-trie"10729version = "4.0.0"10730source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10731dependencies = [10732 "hash-db",10733 "memory-db",10734 "parity-scale-codec",10735 "scale-info",10736 "sp-core",10737 "sp-std",10738 "trie-db",10739 "trie-root",10740]1074110742[[package]]10743name = "sp-version"10744version = "4.0.0-dev"10745source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10746dependencies = [10747 "impl-serde",10748 "parity-scale-codec",10749 "parity-wasm 0.42.2",10750 "scale-info",10751 "serde",10752 "sp-core-hashing-proc-macro",10753 "sp-runtime",10754 "sp-std",10755 "sp-version-proc-macro",10756 "thiserror",10757]1075810759[[package]]10760name = "sp-version-proc-macro"10761version = "4.0.0-dev"10762source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10763dependencies = [10764 "parity-scale-codec",10765 "proc-macro2",10766 "quote",10767 "syn",10768]1076910770[[package]]10771name = "sp-wasm-interface"10772version = "4.1.0-dev"10773source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10774dependencies = [10775 "impl-trait-for-tuples",10776 "log",10777 "parity-scale-codec",10778 "sp-std",10779 "wasmi",10780 "wasmtime",10781]1078210783[[package]]10784name = "spin"10785version = "0.5.2"10786source = "registry+https://github.com/rust-lang/crates.io-index"10787checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1078810789[[package]]10790name = "ss58-registry"10791version = "1.12.0"10792source = "registry+https://github.com/rust-lang/crates.io-index"10793checksum = "8319f44e20b42e5c11b88b1ad4130c35fe2974665a007b08b02322070177136a"10794dependencies = [10795 "Inflector",10796 "proc-macro2",10797 "quote",10798 "serde",10799 "serde_json",10800 "unicode-xid",10801]1080210803[[package]]10804name = "stable_deref_trait"10805version = "1.2.0"10806source = "registry+https://github.com/rust-lang/crates.io-index"10807checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1080810809[[package]]10810name = "static_assertions"10811version = "1.1.0"10812source = "registry+https://github.com/rust-lang/crates.io-index"10813checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1081410815[[package]]10816name = "static_init"10817version = "0.5.2"10818source = "registry+https://github.com/rust-lang/crates.io-index"10819checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"10820dependencies = [10821 "cfg_aliases",10822 "libc",10823 "parking_lot 0.11.2",10824 "static_init_macro",10825]1082610827[[package]]10828name = "static_init_macro"10829version = "0.5.0"10830source = "registry+https://github.com/rust-lang/crates.io-index"10831checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"10832dependencies = [10833 "cfg_aliases",10834 "memchr",10835 "proc-macro2",10836 "quote",10837 "syn",10838]1083910840[[package]]10841name = "statrs"10842version = "0.15.0"10843source = "registry+https://github.com/rust-lang/crates.io-index"10844checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"10845dependencies = [10846 "approx",10847 "lazy_static",10848 "nalgebra",10849 "num-traits",10850 "rand 0.8.4",10851]1085210853[[package]]10854name = "strsim"10855version = "0.8.0"10856source = "registry+https://github.com/rust-lang/crates.io-index"10857checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"1085810859[[package]]10860name = "strsim"10861version = "0.10.0"10862source = "registry+https://github.com/rust-lang/crates.io-index"10863checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1086410865[[package]]10866name = "structopt"10867version = "0.3.26"10868source = "registry+https://github.com/rust-lang/crates.io-index"10869checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"10870dependencies = [10871 "clap",10872 "lazy_static",10873 "structopt-derive",10874]1087510876[[package]]10877name = "structopt-derive"10878version = "0.4.18"10879source = "registry+https://github.com/rust-lang/crates.io-index"10880checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"10881dependencies = [10882 "heck",10883 "proc-macro-error",10884 "proc-macro2",10885 "quote",10886 "syn",10887]1088810889[[package]]10890name = "strum"10891version = "0.22.0"10892source = "registry+https://github.com/rust-lang/crates.io-index"10893checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"10894dependencies = [10895 "strum_macros 0.22.0",10896]1089710898[[package]]10899name = "strum"10900version = "0.23.0"10901source = "registry+https://github.com/rust-lang/crates.io-index"10902checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"10903dependencies = [10904 "strum_macros 0.23.1",10905]1090610907[[package]]10908name = "strum_macros"10909version = "0.22.0"10910source = "registry+https://github.com/rust-lang/crates.io-index"10911checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"10912dependencies = [10913 "heck",10914 "proc-macro2",10915 "quote",10916 "syn",10917]1091810919[[package]]10920name = "strum_macros"10921version = "0.23.1"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"10924dependencies = [10925 "heck",10926 "proc-macro2",10927 "quote",10928 "rustversion",10929 "syn",10930]1093110932[[package]]10933name = "substrate-bip39"10934version = "0.4.4"10935source = "registry+https://github.com/rust-lang/crates.io-index"10936checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"10937dependencies = [10938 "hmac 0.11.0",10939 "pbkdf2 0.8.0",10940 "schnorrkel",10941 "sha2 0.9.9",10942 "zeroize",10943]1094410945[[package]]10946name = "substrate-build-script-utils"10947version = "3.0.0"10948source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10949dependencies = [10950 "platforms",10951]1095210953[[package]]10954name = "substrate-frame-rpc-system"10955version = "4.0.0-dev"10956source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10957dependencies = [10958 "frame-system-rpc-runtime-api",10959 "futures 0.3.21",10960 "jsonrpc-core",10961 "jsonrpc-core-client",10962 "jsonrpc-derive",10963 "log",10964 "parity-scale-codec",10965 "sc-client-api",10966 "sc-rpc-api",10967 "sc-transaction-pool-api",10968 "sp-api",10969 "sp-block-builder",10970 "sp-blockchain",10971 "sp-core",10972 "sp-runtime",10973]1097410975[[package]]10976name = "substrate-prometheus-endpoint"10977version = "0.10.0-dev"10978source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10979dependencies = [10980 "async-std",10981 "derive_more",10982 "futures-util",10983 "hyper",10984 "log",10985 "prometheus",10986 "tokio 1.16.1",10987]1098810989[[package]]10990name = "substrate-test-client"10991version = "2.0.1"10992source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"10993dependencies = [10994 "async-trait",10995 "futures 0.3.21",10996 "hex",10997 "parity-scale-codec",10998 "sc-client-api",10999 "sc-client-db",11000 "sc-consensus",11001 "sc-executor",11002 "sc-offchain",11003 "sc-service",11004 "serde",11005 "serde_json",11006 "sp-blockchain",11007 "sp-consensus",11008 "sp-core",11009 "sp-keyring",11010 "sp-keystore",11011 "sp-runtime",11012 "sp-state-machine",11013]1101411015[[package]]11016name = "substrate-test-utils"11017version = "4.0.0-dev"11018source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11019dependencies = [11020 "futures 0.3.21",11021 "substrate-test-utils-derive",11022 "tokio 1.16.1",11023]1102411025[[package]]11026name = "substrate-test-utils-derive"11027version = "0.10.0-dev"11028source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11029dependencies = [11030 "proc-macro-crate 1.1.0",11031 "proc-macro2",11032 "quote",11033 "syn",11034]1103511036[[package]]11037name = "substrate-wasm-builder"11038version = "5.0.0-dev"11039source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11040dependencies = [11041 "ansi_term",11042 "build-helper",11043 "cargo_metadata",11044 "sp-maybe-compressed-blob",11045 "tempfile",11046 "toml",11047 "walkdir",11048 "wasm-gc-api",11049]1105011051[[package]]11052name = "subtle"11053version = "1.0.0"11054source = "registry+https://github.com/rust-lang/crates.io-index"11055checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"1105611057[[package]]11058name = "subtle"11059version = "2.4.1"11060source = "registry+https://github.com/rust-lang/crates.io-index"11061checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1106211063[[package]]11064name = "syn"11065version = "1.0.86"11066source = "registry+https://github.com/rust-lang/crates.io-index"11067checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"11068dependencies = [11069 "proc-macro2",11070 "quote",11071 "unicode-xid",11072]1107311074[[package]]11075name = "synstructure"11076version = "0.12.6"11077source = "registry+https://github.com/rust-lang/crates.io-index"11078checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11079dependencies = [11080 "proc-macro2",11081 "quote",11082 "syn",11083 "unicode-xid",11084]1108511086[[package]]11087name = "tap"11088version = "1.0.1"11089source = "registry+https://github.com/rust-lang/crates.io-index"11090checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1109111092[[package]]11093name = "target-lexicon"11094version = "0.12.3"11095source = "registry+https://github.com/rust-lang/crates.io-index"11096checksum = "d7fa7e55043acb85fca6b3c01485a2eeb6b69c5d21002e273c79e465f43b7ac1"1109711098[[package]]11099name = "tempfile"11100version = "3.3.0"11101source = "registry+https://github.com/rust-lang/crates.io-index"11102checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11103dependencies = [11104 "cfg-if 1.0.0",11105 "fastrand",11106 "libc",11107 "redox_syscall 0.2.10",11108 "remove_dir_all",11109 "winapi 0.3.9",11110]1111111112[[package]]11113name = "termcolor"11114version = "1.1.2"11115source = "registry+https://github.com/rust-lang/crates.io-index"11116checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"11117dependencies = [11118 "winapi-util",11119]1112011121[[package]]11122name = "test-runtime-constants"11123version = "0.9.16"11124source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"11125dependencies = [11126 "frame-support",11127 "polkadot-primitives",11128 "polkadot-runtime-common",11129 "smallvec",11130 "sp-runtime",11131]1113211133[[package]]11134name = "textwrap"11135version = "0.11.0"11136source = "registry+https://github.com/rust-lang/crates.io-index"11137checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"11138dependencies = [11139 "unicode-width",11140]1114111142[[package]]11143name = "thiserror"11144version = "1.0.30"11145source = "registry+https://github.com/rust-lang/crates.io-index"11146checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"11147dependencies = [11148 "thiserror-impl",11149]1115011151[[package]]11152name = "thiserror-impl"11153version = "1.0.30"11154source = "registry+https://github.com/rust-lang/crates.io-index"11155checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"11156dependencies = [11157 "proc-macro2",11158 "quote",11159 "syn",11160]1116111162[[package]]11163name = "thread_local"11164version = "1.1.4"11165source = "registry+https://github.com/rust-lang/crates.io-index"11166checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11167dependencies = [11168 "once_cell",11169]1117011171[[package]]11172name = "threadpool"11173version = "1.8.1"11174source = "registry+https://github.com/rust-lang/crates.io-index"11175checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11176dependencies = [11177 "num_cpus",11178]1117911180[[package]]11181name = "thrift"11182version = "0.15.0"11183source = "registry+https://github.com/rust-lang/crates.io-index"11184checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11185dependencies = [11186 "byteorder",11187 "integer-encoding",11188 "log",11189 "ordered-float",11190 "threadpool",11191]1119211193[[package]]11194name = "time"11195version = "0.1.44"11196source = "registry+https://github.com/rust-lang/crates.io-index"11197checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11198dependencies = [11199 "libc",11200 "wasi 0.10.0+wasi-snapshot-preview1",11201 "winapi 0.3.9",11202]1120311204[[package]]11205name = "tiny-bip39"11206version = "0.8.2"11207source = "registry+https://github.com/rust-lang/crates.io-index"11208checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11209dependencies = [11210 "anyhow",11211 "hmac 0.8.1",11212 "once_cell",11213 "pbkdf2 0.4.0",11214 "rand 0.7.3",11215 "rustc-hash",11216 "sha2 0.9.9",11217 "thiserror",11218 "unicode-normalization",11219 "wasm-bindgen",11220 "zeroize",11221]1122211223[[package]]11224name = "tiny-keccak"11225version = "2.0.2"11226source = "registry+https://github.com/rust-lang/crates.io-index"11227checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11228dependencies = [11229 "crunchy",11230]1123111232[[package]]11233name = "tinyvec"11234version = "1.5.1"11235source = "registry+https://github.com/rust-lang/crates.io-index"11236checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"11237dependencies = [11238 "tinyvec_macros",11239]1124011241[[package]]11242name = "tinyvec_macros"11243version = "0.1.0"11244source = "registry+https://github.com/rust-lang/crates.io-index"11245checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1124611247[[package]]11248name = "tokio"11249version = "0.2.25"11250source = "registry+https://github.com/rust-lang/crates.io-index"11251checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"11252dependencies = [11253 "bytes 0.5.6",11254 "fnv",11255 "pin-project-lite 0.1.12",11256 "tokio-macros 0.2.6",11257]1125811259[[package]]11260name = "tokio"11261version = "1.16.1"11262source = "registry+https://github.com/rust-lang/crates.io-index"11263checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a"11264dependencies = [11265 "bytes 1.1.0",11266 "libc",11267 "memchr",11268 "mio 0.7.14",11269 "num_cpus",11270 "once_cell",11271 "pin-project-lite 0.2.8",11272 "signal-hook-registry",11273 "tokio-macros 1.7.0",11274 "winapi 0.3.9",11275]1127611277[[package]]11278name = "tokio-macros"11279version = "0.2.6"11280source = "registry+https://github.com/rust-lang/crates.io-index"11281checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"11282dependencies = [11283 "proc-macro2",11284 "quote",11285 "syn",11286]1128711288[[package]]11289name = "tokio-macros"11290version = "1.7.0"11291source = "registry+https://github.com/rust-lang/crates.io-index"11292checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"11293dependencies = [11294 "proc-macro2",11295 "quote",11296 "syn",11297]1129811299[[package]]11300name = "tokio-rustls"11301version = "0.22.0"11302source = "registry+https://github.com/rust-lang/crates.io-index"11303checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"11304dependencies = [11305 "rustls",11306 "tokio 1.16.1",11307 "webpki",11308]1130911310[[package]]11311name = "tokio-stream"11312version = "0.1.8"11313source = "registry+https://github.com/rust-lang/crates.io-index"11314checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"11315dependencies = [11316 "futures-core",11317 "pin-project-lite 0.2.8",11318 "tokio 1.16.1",11319]1132011321[[package]]11322name = "tokio-util"11323version = "0.6.9"11324source = "registry+https://github.com/rust-lang/crates.io-index"11325checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"11326dependencies = [11327 "bytes 1.1.0",11328 "futures-core",11329 "futures-io",11330 "futures-sink",11331 "log",11332 "pin-project-lite 0.2.8",11333 "tokio 1.16.1",11334]1133511336[[package]]11337name = "toml"11338version = "0.5.8"11339source = "registry+https://github.com/rust-lang/crates.io-index"11340checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"11341dependencies = [11342 "serde",11343]1134411345[[package]]11346name = "tower-service"11347version = "0.3.1"11348source = "registry+https://github.com/rust-lang/crates.io-index"11349checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1135011351[[package]]11352name = "tracing"11353version = "0.1.30"11354source = "registry+https://github.com/rust-lang/crates.io-index"11355checksum = "2d8d93354fe2a8e50d5953f5ae2e47a3fc2ef03292e7ea46e3cc38f549525fb9"11356dependencies = [11357 "cfg-if 1.0.0",11358 "pin-project-lite 0.2.8",11359 "tracing-attributes",11360 "tracing-core",11361]1136211363[[package]]11364name = "tracing-attributes"11365version = "0.1.19"11366source = "registry+https://github.com/rust-lang/crates.io-index"11367checksum = "8276d9a4a3a558d7b7ad5303ad50b53d58264641b82914b7ada36bd762e7a716"11368dependencies = [11369 "proc-macro2",11370 "quote",11371 "syn",11372]1137311374[[package]]11375name = "tracing-core"11376version = "0.1.22"11377source = "registry+https://github.com/rust-lang/crates.io-index"11378checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"11379dependencies = [11380 "lazy_static",11381 "valuable",11382]1138311384[[package]]11385name = "tracing-futures"11386version = "0.2.5"11387source = "registry+https://github.com/rust-lang/crates.io-index"11388checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"11389dependencies = [11390 "pin-project 1.0.10",11391 "tracing",11392]1139311394[[package]]11395name = "tracing-log"11396version = "0.1.2"11397source = "registry+https://github.com/rust-lang/crates.io-index"11398checksum = "a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3"11399dependencies = [11400 "lazy_static",11401 "log",11402 "tracing-core",11403]1140411405[[package]]11406name = "tracing-serde"11407version = "0.1.3"11408source = "registry+https://github.com/rust-lang/crates.io-index"11409checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"11410dependencies = [11411 "serde",11412 "tracing-core",11413]1141411415[[package]]11416name = "tracing-subscriber"11417version = "0.2.25"11418source = "registry+https://github.com/rust-lang/crates.io-index"11419checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"11420dependencies = [11421 "ansi_term",11422 "chrono",11423 "lazy_static",11424 "matchers",11425 "parking_lot 0.11.2",11426 "regex",11427 "serde",11428 "serde_json",11429 "sharded-slab",11430 "smallvec",11431 "thread_local",11432 "tracing",11433 "tracing-core",11434 "tracing-log",11435 "tracing-serde",11436]1143711438[[package]]11439name = "trie-db"11440version = "0.23.1"11441source = "registry+https://github.com/rust-lang/crates.io-index"11442checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"11443dependencies = [11444 "hash-db",11445 "hashbrown 0.12.0",11446 "log",11447 "rustc-hex",11448 "smallvec",11449]1145011451[[package]]11452name = "trie-root"11453version = "0.17.0"11454source = "registry+https://github.com/rust-lang/crates.io-index"11455checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"11456dependencies = [11457 "hash-db",11458]1145911460[[package]]11461name = "triehash"11462version = "0.8.4"11463source = "registry+https://github.com/rust-lang/crates.io-index"11464checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"11465dependencies = [11466 "hash-db",11467 "rlp",11468]1146911470[[package]]11471name = "trust-dns-proto"11472version = "0.20.4"11473source = "registry+https://github.com/rust-lang/crates.io-index"11474checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"11475dependencies = [11476 "async-trait",11477 "cfg-if 1.0.0",11478 "data-encoding",11479 "enum-as-inner",11480 "futures-channel",11481 "futures-io",11482 "futures-util",11483 "idna 0.2.3",11484 "ipnet",11485 "lazy_static",11486 "log",11487 "rand 0.8.4",11488 "smallvec",11489 "thiserror",11490 "tinyvec",11491 "url 2.2.2",11492]1149311494[[package]]11495name = "trust-dns-resolver"11496version = "0.20.4"11497source = "registry+https://github.com/rust-lang/crates.io-index"11498checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"11499dependencies = [11500 "cfg-if 1.0.0",11501 "futures-util",11502 "ipconfig",11503 "lazy_static",11504 "log",11505 "lru-cache",11506 "parking_lot 0.11.2",11507 "resolv-conf",11508 "smallvec",11509 "thiserror",11510 "trust-dns-proto",11511]1151211513[[package]]11514name = "try-lock"11515version = "0.2.3"11516source = "registry+https://github.com/rust-lang/crates.io-index"11517checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1151811519[[package]]11520name = "try-runtime-cli"11521version = "0.10.0-dev"11522source = "git+https://github.com/paritytech/substrate.git?branch=polkadot-v0.9.16#4aeb95f7f38fcd519e2628f32f79044a8fef99d5"11523dependencies = [11524 "jsonrpsee",11525 "log",11526 "parity-scale-codec",11527 "remote-externalities",11528 "sc-chain-spec",11529 "sc-cli",11530 "sc-executor",11531 "sc-service",11532 "serde",11533 "sp-core",11534 "sp-externalities",11535 "sp-io",11536 "sp-keystore",11537 "sp-runtime",11538 "sp-state-machine",11539 "sp-version",11540 "structopt",11541 "zstd",11542]1154311544[[package]]11545name = "tt-call"11546version = "1.0.8"11547source = "registry+https://github.com/rust-lang/crates.io-index"11548checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1154911550[[package]]11551name = "twox-hash"11552version = "1.6.2"11553source = "registry+https://github.com/rust-lang/crates.io-index"11554checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"11555dependencies = [11556 "cfg-if 1.0.0",11557 "rand 0.8.4",11558 "static_assertions",11559]1156011561[[package]]11562name = "typenum"11563version = "1.15.0"11564source = "registry+https://github.com/rust-lang/crates.io-index"11565checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1156611567[[package]]11568name = "uc-rpc"11569version = "0.1.0"11570dependencies = [11571 "jsonrpc-core",11572 "jsonrpc-core-client",11573 "jsonrpc-derive",11574 "pallet-common",11575 "parity-scale-codec",11576 "sp-api",11577 "sp-blockchain",11578 "sp-core",11579 "sp-rpc",11580 "sp-runtime",11581 "up-data-structs",11582 "up-rpc",11583]1158411585[[package]]11586name = "ucd-trie"11587version = "0.1.3"11588source = "registry+https://github.com/rust-lang/crates.io-index"11589checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1159011591[[package]]11592name = "uint"11593version = "0.9.3"11594source = "registry+https://github.com/rust-lang/crates.io-index"11595checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"11596dependencies = [11597 "byteorder",11598 "crunchy",11599 "hex",11600 "static_assertions",11601]1160211603[[package]]11604name = "unicase"11605version = "2.6.0"11606source = "registry+https://github.com/rust-lang/crates.io-index"11607checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"11608dependencies = [11609 "version_check",11610]1161111612[[package]]11613name = "unicode-bidi"11614version = "0.3.7"11615source = "registry+https://github.com/rust-lang/crates.io-index"11616checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"1161711618[[package]]11619name = "unicode-normalization"11620version = "0.1.19"11621source = "registry+https://github.com/rust-lang/crates.io-index"11622checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"11623dependencies = [11624 "tinyvec",11625]1162611627[[package]]11628name = "unicode-segmentation"11629version = "1.9.0"11630source = "registry+https://github.com/rust-lang/crates.io-index"11631checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1163211633[[package]]11634name = "unicode-width"11635version = "0.1.9"11636source = "registry+https://github.com/rust-lang/crates.io-index"11637checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1163811639[[package]]11640name = "unicode-xid"11641version = "0.2.2"11642source = "registry+https://github.com/rust-lang/crates.io-index"11643checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"1164411645[[package]]11646name = "unique-node"11647version = "0.9.14"11648dependencies = [11649 "cumulus-client-cli",11650 "cumulus-client-collator",11651 "cumulus-client-consensus-aura",11652 "cumulus-client-consensus-common",11653 "cumulus-client-network",11654 "cumulus-client-service",11655 "cumulus-primitives-core",11656 "cumulus-primitives-parachain-inherent",11657 "cumulus-relay-chain-interface",11658 "cumulus-relay-chain-local",11659 "fc-consensus",11660 "fc-db",11661 "fc-mapping-sync",11662 "fc-rpc",11663 "fc-rpc-core",11664 "flexi_logger",11665 "fp-rpc",11666 "frame-benchmarking",11667 "frame-benchmarking-cli",11668 "futures 0.3.21",11669 "jsonrpc-core",11670 "jsonrpc-pubsub",11671 "log",11672 "pallet-ethereum",11673 "pallet-transaction-payment-rpc",11674 "parity-scale-codec",11675 "parking_lot 0.11.2",11676 "polkadot-cli",11677 "polkadot-parachain",11678 "polkadot-primitives",11679 "polkadot-service",11680 "polkadot-test-service",11681 "sc-basic-authorship",11682 "sc-chain-spec",11683 "sc-cli",11684 "sc-client-api",11685 "sc-consensus",11686 "sc-consensus-aura",11687 "sc-executor",11688 "sc-finality-grandpa",11689 "sc-keystore",11690 "sc-network",11691 "sc-rpc",11692 "sc-rpc-api",11693 "sc-service",11694 "sc-telemetry",11695 "sc-tracing",11696 "sc-transaction-pool",11697 "serde",11698 "serde_json",11699 "sp-api",11700 "sp-block-builder",11701 "sp-blockchain",11702 "sp-consensus",11703 "sp-consensus-aura",11704 "sp-core",11705 "sp-finality-grandpa",11706 "sp-inherents",11707 "sp-keystore",11708 "sp-offchain",11709 "sp-runtime",11710 "sp-session",11711 "sp-timestamp",11712 "sp-transaction-pool",11713 "sp-trie",11714 "structopt",11715 "substrate-build-script-utils",11716 "substrate-frame-rpc-system",11717 "substrate-prometheus-endpoint",11718 "unique-rpc",11719 "unique-runtime",11720 "up-data-structs",11721]1172211723[[package]]11724name = "unique-rpc"11725version = "0.1.0"11726dependencies = [11727 "fc-db",11728 "fc-mapping-sync",11729 "fc-rpc",11730 "fc-rpc-core",11731 "fp-rpc",11732 "futures 0.3.21",11733 "jsonrpc-core",11734 "jsonrpc-pubsub",11735 "pallet-ethereum",11736 "pallet-transaction-payment-rpc",11737 "pallet-transaction-payment-rpc-runtime-api",11738 "pallet-unique",11739 "sc-client-api",11740 "sc-consensus-aura",11741 "sc-consensus-epochs",11742 "sc-finality-grandpa",11743 "sc-finality-grandpa-rpc",11744 "sc-keystore",11745 "sc-network",11746 "sc-rpc",11747 "sc-rpc-api",11748 "sc-service",11749 "sc-transaction-pool",11750 "sp-api",11751 "sp-block-builder",11752 "sp-blockchain",11753 "sp-consensus",11754 "sp-consensus-aura",11755 "sp-core",11756 "sp-offchain",11757 "sp-runtime",11758 "sp-session",11759 "sp-storage",11760 "sp-transaction-pool",11761 "substrate-frame-rpc-system",11762 "tokio 0.2.25",11763 "uc-rpc",11764 "unique-runtime",11765 "up-rpc",11766]1176711768[[package]]11769name = "unique-runtime"11770version = "0.9.15"11771dependencies = [11772 "cumulus-pallet-aura-ext",11773 "cumulus-pallet-dmp-queue",11774 "cumulus-pallet-parachain-system",11775 "cumulus-pallet-xcm",11776 "cumulus-pallet-xcmp-queue",11777 "cumulus-primitives-core",11778 "cumulus-primitives-timestamp",11779 "cumulus-primitives-utility",11780 "derivative",11781 "fp-rpc",11782 "fp-self-contained",11783 "frame-benchmarking",11784 "frame-executive",11785 "frame-support",11786 "frame-system",11787 "frame-system-benchmarking",11788 "frame-system-rpc-runtime-api",11789 "hex-literal",11790 "orml-vesting",11791 "pallet-aura",11792 "pallet-balances",11793 "pallet-base-fee",11794 "pallet-common",11795 "pallet-ethereum",11796 "pallet-evm",11797 "pallet-evm-coder-substrate",11798 "pallet-evm-contract-helpers",11799 "pallet-evm-migration",11800 "pallet-evm-transaction-payment",11801 "pallet-fungible",11802 "pallet-inflation",11803 "pallet-nonfungible",11804 "pallet-randomness-collective-flip",11805 "pallet-refungible",11806 "pallet-sudo",11807 "pallet-template-transaction-payment",11808 "pallet-timestamp",11809 "pallet-transaction-payment",11810 "pallet-transaction-payment-rpc-runtime-api",11811 "pallet-treasury",11812 "pallet-unique",11813 "pallet-unq-scheduler",11814 "pallet-xcm",11815 "parachain-info",11816 "parity-scale-codec",11817 "polkadot-parachain",11818 "scale-info",11819 "serde",11820 "smallvec",11821 "sp-api",11822 "sp-arithmetic",11823 "sp-block-builder",11824 "sp-consensus-aura",11825 "sp-core",11826 "sp-inherents",11827 "sp-io",11828 "sp-offchain",11829 "sp-runtime",11830 "sp-session",11831 "sp-std",11832 "sp-transaction-pool",11833 "sp-version",11834 "substrate-wasm-builder",11835 "up-data-structs",11836 "up-evm-mapping",11837 "up-rpc",11838 "xcm",11839 "xcm-builder",11840 "xcm-executor",11841]1184211843[[package]]11844name = "universal-hash"11845version = "0.4.1"11846source = "registry+https://github.com/rust-lang/crates.io-index"11847checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"11848dependencies = [11849 "generic-array 0.14.5",11850 "subtle 2.4.1",11851]1185211853[[package]]11854name = "unsigned-varint"11855version = "0.5.1"11856source = "registry+https://github.com/rust-lang/crates.io-index"11857checksum = "f7fdeedbf205afadfe39ae559b75c3240f24e257d0ca27e85f85cb82aa19ac35"1185811859[[package]]11860name = "unsigned-varint"11861version = "0.6.0"11862source = "registry+https://github.com/rust-lang/crates.io-index"11863checksum = "35581ff83d4101e58b582e607120c7f5ffb17e632a980b1f38334d76b36908b2"11864dependencies = [11865 "asynchronous-codec 0.5.0",11866 "bytes 1.1.0",11867 "futures-io",11868 "futures-util",11869]1187011871[[package]]11872name = "unsigned-varint"11873version = "0.7.1"11874source = "registry+https://github.com/rust-lang/crates.io-index"11875checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"11876dependencies = [11877 "asynchronous-codec 0.6.0",11878 "bytes 1.1.0",11879 "futures-io",11880 "futures-util",11881]1188211883[[package]]11884name = "untrusted"11885version = "0.7.1"11886source = "registry+https://github.com/rust-lang/crates.io-index"11887checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1188811889[[package]]11890name = "up-data-structs"11891version = "0.1.0"11892dependencies = [11893 "derivative",11894 "frame-support",11895 "frame-system",11896 "parity-scale-codec",11897 "scale-info",11898 "serde",11899 "sp-core",11900 "sp-runtime",11901 "sp-std",11902]1190311904[[package]]11905name = "up-evm-mapping"11906version = "0.1.0"11907dependencies = [11908 "frame-support",11909 "sp-core",11910]1191111912[[package]]11913name = "up-rpc"11914version = "0.1.0"11915dependencies = [11916 "pallet-common",11917 "parity-scale-codec",11918 "sp-api",11919 "sp-core",11920 "sp-runtime",11921 "sp-std",11922 "up-data-structs",11923]1192411925[[package]]11926name = "up-sponsorship"11927version = "0.1.0"11928source = "git+https://github.com/UniqueNetwork/pallet-sponsoring?branch=polkadot-v0.9.16#a08e9828d44c54ec9905e9c7f642f0e734f92780"11929dependencies = [11930 "impl-trait-for-tuples",11931]1193211933[[package]]11934name = "url"11935version = "1.7.2"11936source = "registry+https://github.com/rust-lang/crates.io-index"11937checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"11938dependencies = [11939 "idna 0.1.5",11940 "matches",11941 "percent-encoding 1.0.1",11942]1194311944[[package]]11945name = "url"11946version = "2.2.2"11947source = "registry+https://github.com/rust-lang/crates.io-index"11948checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"11949dependencies = [11950 "form_urlencoded",11951 "idna 0.2.3",11952 "matches",11953 "percent-encoding 2.1.0",11954]1195511956[[package]]11957name = "valuable"11958version = "0.1.0"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1196111962[[package]]11963name = "value-bag"11964version = "1.0.0-alpha.8"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"11967dependencies = [11968 "ctor",11969 "version_check",11970]1197111972[[package]]11973name = "vcpkg"11974version = "0.2.15"11975source = "registry+https://github.com/rust-lang/crates.io-index"11976checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1197711978[[package]]11979name = "vec_map"11980version = "0.8.2"11981source = "registry+https://github.com/rust-lang/crates.io-index"11982checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"1198311984[[package]]11985name = "version_check"11986version = "0.9.4"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1198911990[[package]]11991name = "void"11992version = "1.0.2"11993source = "registry+https://github.com/rust-lang/crates.io-index"11994checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1199511996[[package]]11997name = "waker-fn"11998version = "1.1.0"11999source = "registry+https://github.com/rust-lang/crates.io-index"12000checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1200112002[[package]]12003name = "walkdir"12004version = "2.3.2"12005source = "registry+https://github.com/rust-lang/crates.io-index"12006checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12007dependencies = [12008 "same-file",12009 "winapi 0.3.9",12010 "winapi-util",12011]1201212013[[package]]12014name = "want"12015version = "0.3.0"12016source = "registry+https://github.com/rust-lang/crates.io-index"12017checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12018dependencies = [12019 "log",12020 "try-lock",12021]1202212023[[package]]12024name = "wasi"12025version = "0.9.0+wasi-snapshot-preview1"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1202812029[[package]]12030name = "wasi"12031version = "0.10.0+wasi-snapshot-preview1"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1203412035[[package]]12036name = "wasm-bindgen"12037version = "0.2.79"12038source = "registry+https://github.com/rust-lang/crates.io-index"12039checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"12040dependencies = [12041 "cfg-if 1.0.0",12042 "wasm-bindgen-macro",12043]1204412045[[package]]12046name = "wasm-bindgen-backend"12047version = "0.2.79"12048source = "registry+https://github.com/rust-lang/crates.io-index"12049checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"12050dependencies = [12051 "bumpalo",12052 "lazy_static",12053 "log",12054 "proc-macro2",12055 "quote",12056 "syn",12057 "wasm-bindgen-shared",12058]1205912060[[package]]12061name = "wasm-bindgen-futures"12062version = "0.4.29"12063source = "registry+https://github.com/rust-lang/crates.io-index"12064checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"12065dependencies = [12066 "cfg-if 1.0.0",12067 "js-sys",12068 "wasm-bindgen",12069 "web-sys",12070]1207112072[[package]]12073name = "wasm-bindgen-macro"12074version = "0.2.79"12075source = "registry+https://github.com/rust-lang/crates.io-index"12076checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"12077dependencies = [12078 "quote",12079 "wasm-bindgen-macro-support",12080]1208112082[[package]]12083name = "wasm-bindgen-macro-support"12084version = "0.2.79"12085source = "registry+https://github.com/rust-lang/crates.io-index"12086checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"12087dependencies = [12088 "proc-macro2",12089 "quote",12090 "syn",12091 "wasm-bindgen-backend",12092 "wasm-bindgen-shared",12093]1209412095[[package]]12096name = "wasm-bindgen-shared"12097version = "0.2.79"12098source = "registry+https://github.com/rust-lang/crates.io-index"12099checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"1210012101[[package]]12102name = "wasm-gc-api"12103version = "0.1.11"12104source = "registry+https://github.com/rust-lang/crates.io-index"12105checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12106dependencies = [12107 "log",12108 "parity-wasm 0.32.0",12109 "rustc-demangle",12110]1211112112[[package]]12113name = "wasm-instrument"12114version = "0.1.1"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12117dependencies = [12118 "parity-wasm 0.42.2",12119]1212012121[[package]]12122name = "wasm-timer"12123version = "0.2.5"12124source = "registry+https://github.com/rust-lang/crates.io-index"12125checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12126dependencies = [12127 "futures 0.3.21",12128 "js-sys",12129 "parking_lot 0.11.2",12130 "pin-utils",12131 "wasm-bindgen",12132 "wasm-bindgen-futures",12133 "web-sys",12134]1213512136[[package]]12137name = "wasmi"12138version = "0.9.1"12139source = "registry+https://github.com/rust-lang/crates.io-index"12140checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12141dependencies = [12142 "downcast-rs",12143 "libc",12144 "memory_units",12145 "num-rational 0.2.4",12146 "num-traits",12147 "parity-wasm 0.42.2",12148 "wasmi-validation",12149]1215012151[[package]]12152name = "wasmi-validation"12153version = "0.4.1"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12156dependencies = [12157 "parity-wasm 0.42.2",12158]1215912160[[package]]12161name = "wasmparser"12162version = "0.81.0"12163source = "registry+https://github.com/rust-lang/crates.io-index"12164checksum = "98930446519f63d00a836efdc22f67766ceae8dbcc1571379f2bcabc6b2b9abc"1216512166[[package]]12167name = "wasmtime"12168version = "0.33.0"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "414be1bc5ca12e755ffd3ff7acc3a6d1979922f8237fc34068b2156cebcc3270"12171dependencies = [12172 "anyhow",12173 "backtrace",12174 "bincode",12175 "cfg-if 1.0.0",12176 "cpp_demangle",12177 "indexmap",12178 "lazy_static",12179 "libc",12180 "log",12181 "object",12182 "paste",12183 "psm",12184 "rayon",12185 "region",12186 "rustc-demangle",12187 "serde",12188 "target-lexicon",12189 "wasmparser",12190 "wasmtime-cache",12191 "wasmtime-cranelift",12192 "wasmtime-environ",12193 "wasmtime-jit",12194 "wasmtime-runtime",12195 "winapi 0.3.9",12196]1219712198[[package]]12199name = "wasmtime-cache"12200version = "0.33.0"12201source = "registry+https://github.com/rust-lang/crates.io-index"12202checksum = "8b9b4cd1949206fda9241faf8c460a7d797aa1692594d3dd6bc1cbfa57ee20d0"12203dependencies = [12204 "anyhow",12205 "base64",12206 "bincode",12207 "directories-next",12208 "file-per-thread-logger",12209 "log",12210 "rustix",12211 "serde",12212 "sha2 0.9.9",12213 "toml",12214 "winapi 0.3.9",12215 "zstd",12216]1221712218[[package]]12219name = "wasmtime-cranelift"12220version = "0.33.0"12221source = "registry+https://github.com/rust-lang/crates.io-index"12222checksum = "a4693d33725773615a4c9957e4aa731af57b27dca579702d1d8ed5750760f1a9"12223dependencies = [12224 "anyhow",12225 "cranelift-codegen",12226 "cranelift-entity",12227 "cranelift-frontend",12228 "cranelift-native",12229 "cranelift-wasm",12230 "gimli",12231 "log",12232 "more-asserts",12233 "object",12234 "target-lexicon",12235 "thiserror",12236 "wasmparser",12237 "wasmtime-environ",12238]1223912240[[package]]12241name = "wasmtime-environ"12242version = "0.33.0"12243source = "registry+https://github.com/rust-lang/crates.io-index"12244checksum = "5b17e47116a078b9770e6fb86cff8b9a660826623cebcfff251b047c8d8993ef"12245dependencies = [12246 "anyhow",12247 "cranelift-entity",12248 "gimli",12249 "indexmap",12250 "log",12251 "more-asserts",12252 "object",12253 "serde",12254 "target-lexicon",12255 "thiserror",12256 "wasmparser",12257 "wasmtime-types",12258]1225912260[[package]]12261name = "wasmtime-jit"12262version = "0.33.0"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "60ea5b380bdf92e32911400375aeefb900ac9d3f8e350bb6ba555a39315f2ee7"12265dependencies = [12266 "addr2line",12267 "anyhow",12268 "bincode",12269 "cfg-if 1.0.0",12270 "gimli",12271 "object",12272 "region",12273 "rustix",12274 "serde",12275 "target-lexicon",12276 "thiserror",12277 "wasmtime-environ",12278 "wasmtime-runtime",12279 "winapi 0.3.9",12280]1228112282[[package]]12283name = "wasmtime-runtime"12284version = "0.33.0"12285source = "registry+https://github.com/rust-lang/crates.io-index"12286checksum = "abc7cd79937edd6e238b337608ebbcaf9c086a8457f01dfd598324f7fa56d81a"12287dependencies = [12288 "anyhow",12289 "backtrace",12290 "cc",12291 "cfg-if 1.0.0",12292 "indexmap",12293 "lazy_static",12294 "libc",12295 "log",12296 "mach",12297 "memoffset",12298 "more-asserts",12299 "rand 0.8.4",12300 "region",12301 "rustix",12302 "thiserror",12303 "wasmtime-environ",12304 "winapi 0.3.9",12305]1230612307[[package]]12308name = "wasmtime-types"12309version = "0.33.0"12310source = "registry+https://github.com/rust-lang/crates.io-index"12311checksum = "d9e5e51a461a2cf2b69e1fc48f325b17d78a8582816e18479e8ead58844b23f8"12312dependencies = [12313 "cranelift-entity",12314 "serde",12315 "thiserror",12316 "wasmparser",12317]1231812319[[package]]12320name = "web-sys"12321version = "0.3.56"12322source = "registry+https://github.com/rust-lang/crates.io-index"12323checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"12324dependencies = [12325 "js-sys",12326 "wasm-bindgen",12327]1232812329[[package]]12330name = "webpki"12331version = "0.21.4"12332source = "registry+https://github.com/rust-lang/crates.io-index"12333checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"12334dependencies = [12335 "ring",12336 "untrusted",12337]1233812339[[package]]12340name = "webpki-roots"12341version = "0.21.1"12342source = "registry+https://github.com/rust-lang/crates.io-index"12343checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"12344dependencies = [12345 "webpki",12346]1234712348[[package]]12349name = "wepoll-ffi"12350version = "0.1.2"12351source = "registry+https://github.com/rust-lang/crates.io-index"12352checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"12353dependencies = [12354 "cc",12355]1235612357[[package]]12358name = "westend-runtime"12359version = "0.9.16"12360source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12361dependencies = [12362 "beefy-primitives",12363 "bitvec",12364 "frame-benchmarking",12365 "frame-election-provider-support",12366 "frame-executive",12367 "frame-support",12368 "frame-system",12369 "frame-system-benchmarking",12370 "frame-system-rpc-runtime-api",12371 "frame-try-runtime",12372 "hex-literal",12373 "log",12374 "pallet-authority-discovery",12375 "pallet-authorship",12376 "pallet-babe",12377 "pallet-bags-list",12378 "pallet-balances",12379 "pallet-collective",12380 "pallet-democracy",12381 "pallet-election-provider-multi-phase",12382 "pallet-elections-phragmen",12383 "pallet-grandpa",12384 "pallet-identity",12385 "pallet-im-online",12386 "pallet-indices",12387 "pallet-membership",12388 "pallet-mmr-primitives",12389 "pallet-multisig",12390 "pallet-nicks",12391 "pallet-offences",12392 "pallet-offences-benchmarking",12393 "pallet-preimage",12394 "pallet-proxy",12395 "pallet-recovery",12396 "pallet-scheduler",12397 "pallet-session",12398 "pallet-session-benchmarking",12399 "pallet-society",12400 "pallet-staking",12401 "pallet-staking-reward-curve",12402 "pallet-sudo",12403 "pallet-timestamp",12404 "pallet-transaction-payment",12405 "pallet-transaction-payment-rpc-runtime-api",12406 "pallet-treasury",12407 "pallet-utility",12408 "pallet-vesting",12409 "pallet-xcm",12410 "pallet-xcm-benchmarks",12411 "parity-scale-codec",12412 "polkadot-parachain",12413 "polkadot-primitives",12414 "polkadot-runtime-common",12415 "polkadot-runtime-parachains",12416 "rustc-hex",12417 "scale-info",12418 "serde",12419 "serde_derive",12420 "smallvec",12421 "sp-api",12422 "sp-authority-discovery",12423 "sp-block-builder",12424 "sp-consensus-babe",12425 "sp-core",12426 "sp-inherents",12427 "sp-io",12428 "sp-npos-elections",12429 "sp-offchain",12430 "sp-runtime",12431 "sp-session",12432 "sp-staking",12433 "sp-std",12434 "sp-transaction-pool",12435 "sp-version",12436 "substrate-wasm-builder",12437 "westend-runtime-constants",12438 "xcm",12439 "xcm-builder",12440 "xcm-executor",12441]1244212443[[package]]12444name = "westend-runtime-constants"12445version = "0.9.16"12446source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12447dependencies = [12448 "frame-support",12449 "polkadot-primitives",12450 "polkadot-runtime-common",12451 "smallvec",12452 "sp-runtime",12453]1245412455[[package]]12456name = "which"12457version = "4.2.4"12458source = "registry+https://github.com/rust-lang/crates.io-index"12459checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"12460dependencies = [12461 "either",12462 "lazy_static",12463 "libc",12464]1246512466[[package]]12467name = "widestring"12468version = "0.4.3"12469source = "registry+https://github.com/rust-lang/crates.io-index"12470checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"1247112472[[package]]12473name = "winapi"12474version = "0.2.8"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"1247712478[[package]]12479name = "winapi"12480version = "0.3.9"12481source = "registry+https://github.com/rust-lang/crates.io-index"12482checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"12483dependencies = [12484 "winapi-i686-pc-windows-gnu",12485 "winapi-x86_64-pc-windows-gnu",12486]1248712488[[package]]12489name = "winapi-build"12490version = "0.1.1"12491source = "registry+https://github.com/rust-lang/crates.io-index"12492checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"1249312494[[package]]12495name = "winapi-i686-pc-windows-gnu"12496version = "0.4.0"12497source = "registry+https://github.com/rust-lang/crates.io-index"12498checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1249912500[[package]]12501name = "winapi-util"12502version = "0.1.5"12503source = "registry+https://github.com/rust-lang/crates.io-index"12504checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"12505dependencies = [12506 "winapi 0.3.9",12507]1250812509[[package]]12510name = "winapi-x86_64-pc-windows-gnu"12511version = "0.4.0"12512source = "registry+https://github.com/rust-lang/crates.io-index"12513checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1251412515[[package]]12516name = "winreg"12517version = "0.6.2"12518source = "registry+https://github.com/rust-lang/crates.io-index"12519checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"12520dependencies = [12521 "winapi 0.3.9",12522]1252312524[[package]]12525name = "ws2_32-sys"12526version = "0.2.1"12527source = "registry+https://github.com/rust-lang/crates.io-index"12528checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"12529dependencies = [12530 "winapi 0.2.8",12531 "winapi-build",12532]1253312534[[package]]12535name = "wyz"12536version = "0.2.0"12537source = "registry+https://github.com/rust-lang/crates.io-index"12538checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1253912540[[package]]12541name = "x25519-dalek"12542version = "1.1.1"12543source = "registry+https://github.com/rust-lang/crates.io-index"12544checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"12545dependencies = [12546 "curve25519-dalek 3.2.0",12547 "rand_core 0.5.1",12548 "zeroize",12549]1255012551[[package]]12552name = "xcm"12553version = "0.9.16"12554source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12555dependencies = [12556 "derivative",12557 "impl-trait-for-tuples",12558 "log",12559 "parity-scale-codec",12560 "scale-info",12561 "xcm-procedural",12562]1256312564[[package]]12565name = "xcm-builder"12566version = "0.9.16"12567source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12568dependencies = [12569 "frame-support",12570 "frame-system",12571 "log",12572 "pallet-transaction-payment",12573 "parity-scale-codec",12574 "polkadot-parachain",12575 "scale-info",12576 "sp-arithmetic",12577 "sp-io",12578 "sp-runtime",12579 "sp-std",12580 "xcm",12581 "xcm-executor",12582]1258312584[[package]]12585name = "xcm-executor"12586version = "0.9.16"12587source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12588dependencies = [12589 "frame-benchmarking",12590 "frame-support",12591 "impl-trait-for-tuples",12592 "log",12593 "parity-scale-codec",12594 "sp-arithmetic",12595 "sp-core",12596 "sp-io",12597 "sp-runtime",12598 "sp-std",12599 "xcm",12600]1260112602[[package]]12603name = "xcm-procedural"12604version = "0.1.0"12605source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.16#41ab002d7451766324a9f314fee11c9c53314350"12606dependencies = [12607 "Inflector",12608 "proc-macro2",12609 "quote",12610 "syn",12611]1261212613[[package]]12614name = "yamux"12615version = "0.9.0"12616source = "registry+https://github.com/rust-lang/crates.io-index"12617checksum = "e7d9028f208dd5e63c614be69f115c1b53cacc1111437d4c765185856666c107"12618dependencies = [12619 "futures 0.3.21",12620 "log",12621 "nohash-hasher",12622 "parking_lot 0.11.2",12623 "rand 0.8.4",12624 "static_assertions",12625]1262612627[[package]]12628name = "yansi"12629version = "0.5.0"12630source = "registry+https://github.com/rust-lang/crates.io-index"12631checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"1263212633[[package]]12634name = "zeroize"12635version = "1.5.2"12636source = "registry+https://github.com/rust-lang/crates.io-index"12637checksum = "7c88870063c39ee00ec285a2f8d6a966e5b6fb2becc4e8dac77ed0d370ed6006"12638dependencies = [12639 "zeroize_derive",12640]1264112642[[package]]12643name = "zeroize_derive"12644version = "1.3.1"12645source = "registry+https://github.com/rust-lang/crates.io-index"12646checksum = "81e8f13fef10b63c06356d65d416b070798ddabcadc10d3ece0c5be9b3c7eddb"12647dependencies = [12648 "proc-macro2",12649 "quote",12650 "syn",12651 "synstructure",12652]1265312654[[package]]12655name = "zstd"12656version = "0.9.2+zstd.1.5.1"12657source = "registry+https://github.com/rust-lang/crates.io-index"12658checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"12659dependencies = [12660 "zstd-safe",12661]1266212663[[package]]12664name = "zstd-safe"12665version = "4.1.3+zstd.1.5.1"12666source = "registry+https://github.com/rust-lang/crates.io-index"12667checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"12668dependencies = [12669 "libc",12670 "zstd-sys",12671]1267212673[[package]]12674name = "zstd-sys"12675version = "1.6.2+zstd.1.5.1"12676source = "registry+https://github.com/rust-lang/crates.io-index"12677checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"12678dependencies = [12679 "cc",12680 "libc",12681]