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

difftreelog

source

Cargo.lock304.6 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures",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",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.6",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",98]99100[[package]]101name = "anyhow"102version = "1.0.57"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"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.1.0"192source = "registry+https://github.com/rust-lang/crates.io-index"193checksum = "fd8b508d585e01084059b60f06ade4cb7415cd2e4084b71dd1cb44e7d3fb9880"194dependencies = [195 "async-channel",196 "async-executor",197 "async-io",198 "async-lock",199 "blocking",200 "futures-lite",201 "once_cell",202]203204[[package]]205name = "async-io"206version = "1.7.0"207source = "registry+https://github.com/rust-lang/crates.io-index"208checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"209dependencies = [210 "concurrent-queue",211 "futures-lite",212 "libc",213 "log",214 "once_cell",215 "parking",216 "polling",217 "slab",218 "socket2",219 "waker-fn",220 "winapi",221]222223[[package]]224name = "async-lock"225version = "2.5.0"226source = "registry+https://github.com/rust-lang/crates.io-index"227checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"228dependencies = [229 "event-listener",230]231232[[package]]233name = "async-process"234version = "1.4.0"235source = "registry+https://github.com/rust-lang/crates.io-index"236checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"237dependencies = [238 "async-io",239 "blocking",240 "cfg-if 1.0.0",241 "event-listener",242 "futures-lite",243 "libc",244 "once_cell",245 "signal-hook",246 "winapi",247]248249[[package]]250name = "async-std"251version = "1.11.0"252source = "registry+https://github.com/rust-lang/crates.io-index"253checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"254dependencies = [255 "async-attributes",256 "async-channel",257 "async-global-executor",258 "async-io",259 "async-lock",260 "async-process",261 "crossbeam-utils",262 "futures-channel",263 "futures-core",264 "futures-io",265 "futures-lite",266 "gloo-timers",267 "kv-log-macro",268 "log",269 "memchr",270 "num_cpus",271 "once_cell",272 "pin-project-lite 0.2.9",273 "pin-utils",274 "slab",275 "wasm-bindgen-futures",276]277278[[package]]279name = "async-std-resolver"280version = "0.21.2"281source = "registry+https://github.com/rust-lang/crates.io-index"282checksum = "0f2f8a4a203be3325981310ab243a28e6e4ea55b6519bffce05d41ab60e09ad8"283dependencies = [284 "async-std",285 "async-trait",286 "futures-io",287 "futures-util",288 "pin-utils",289 "socket2",290 "trust-dns-resolver",291]292293[[package]]294name = "async-task"295version = "4.2.0"296source = "registry+https://github.com/rust-lang/crates.io-index"297checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"298299[[package]]300name = "async-trait"301version = "0.1.56"302source = "registry+https://github.com/rust-lang/crates.io-index"303checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"304dependencies = [305 "proc-macro2",306 "quote",307 "syn",308]309310[[package]]311name = "asynchronous-codec"312version = "0.6.0"313source = "registry+https://github.com/rust-lang/crates.io-index"314checksum = "f0de5164e5edbf51c45fb8c2d9664ae1c095cce1b265ecf7569093c0d66ef690"315dependencies = [316 "bytes 1.1.0",317 "futures-sink",318 "futures-util",319 "memchr",320 "pin-project-lite 0.2.9",321]322323[[package]]324name = "atomic"325version = "0.5.1"326source = "registry+https://github.com/rust-lang/crates.io-index"327checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"328dependencies = [329 "autocfg",330]331332[[package]]333name = "atomic-waker"334version = "1.0.0"335source = "registry+https://github.com/rust-lang/crates.io-index"336checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"337338[[package]]339name = "atty"340version = "0.2.14"341source = "registry+https://github.com/rust-lang/crates.io-index"342checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"343dependencies = [344 "hermit-abi",345 "libc",346 "winapi",347]348349[[package]]350name = "auto_impl"351version = "0.5.0"352source = "registry+https://github.com/rust-lang/crates.io-index"353checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"354dependencies = [355 "proc-macro-error",356 "proc-macro2",357 "quote",358 "syn",359]360361[[package]]362name = "autocfg"363version = "1.1.0"364source = "registry+https://github.com/rust-lang/crates.io-index"365checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"366367[[package]]368name = "backoff"369version = "0.4.0"370source = "registry+https://github.com/rust-lang/crates.io-index"371checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"372dependencies = [373 "futures-core",374 "getrandom 0.2.6",375 "instant",376 "pin-project-lite 0.2.9",377 "rand 0.8.5",378 "tokio 1.18.2",379]380381[[package]]382name = "backtrace"383version = "0.3.65"384source = "registry+https://github.com/rust-lang/crates.io-index"385checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"386dependencies = [387 "addr2line",388 "cc",389 "cfg-if 1.0.0",390 "libc",391 "miniz_oxide",392 "object 0.28.4",393 "rustc-demangle",394]395396[[package]]397name = "base-x"398version = "0.2.10"399source = "registry+https://github.com/rust-lang/crates.io-index"400checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"401402[[package]]403name = "base16ct"404version = "0.1.1"405source = "registry+https://github.com/rust-lang/crates.io-index"406checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"407408[[package]]409name = "base58"410version = "0.2.0"411source = "registry+https://github.com/rust-lang/crates.io-index"412checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"413414[[package]]415name = "base64"416version = "0.13.0"417source = "registry+https://github.com/rust-lang/crates.io-index"418checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"419420[[package]]421name = "beef"422version = "0.5.2"423source = "registry+https://github.com/rust-lang/crates.io-index"424checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"425dependencies = [426 "serde",427]428429[[package]]430name = "beefy-gadget"431version = "4.0.0-dev"432source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"433dependencies = [434 "beefy-primitives",435 "fnv",436 "futures 0.3.21",437 "futures-timer",438 "hex",439 "log",440 "parity-scale-codec 3.1.2",441 "parking_lot 0.12.1",442 "sc-chain-spec",443 "sc-client-api",444 "sc-finality-grandpa",445 "sc-keystore",446 "sc-network",447 "sc-network-gossip",448 "sc-utils",449 "sp-api",450 "sp-application-crypto",451 "sp-arithmetic",452 "sp-blockchain",453 "sp-consensus",454 "sp-core",455 "sp-keystore",456 "sp-mmr-primitives",457 "sp-runtime",458 "substrate-prometheus-endpoint",459 "thiserror",460 "wasm-timer",461]462463[[package]]464name = "beefy-gadget-rpc"465version = "4.0.0-dev"466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"467dependencies = [468 "beefy-gadget",469 "beefy-primitives",470 "futures 0.3.21",471 "jsonrpsee",472 "log",473 "parity-scale-codec 3.1.2",474 "parking_lot 0.12.1",475 "sc-rpc",476 "sc-utils",477 "serde",478 "sp-core",479 "sp-runtime",480 "thiserror",481]482483[[package]]484name = "beefy-merkle-tree"485version = "4.0.0-dev"486source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"487488[[package]]489name = "beefy-primitives"490version = "4.0.0-dev"491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"492dependencies = [493 "parity-scale-codec 3.1.2",494 "scale-info",495 "sp-api",496 "sp-application-crypto",497 "sp-core",498 "sp-runtime",499 "sp-std",500]501502[[package]]503name = "bimap"504version = "0.6.2"505source = "registry+https://github.com/rust-lang/crates.io-index"506checksum = "bc0455254eb5c6964c4545d8bac815e1a1be4f3afe0ae695ea539c12d728d44b"507508[[package]]509name = "bincode"510version = "1.3.3"511source = "registry+https://github.com/rust-lang/crates.io-index"512checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"513dependencies = [514 "serde",515]516517[[package]]518name = "bindgen"519version = "0.59.2"520source = "registry+https://github.com/rust-lang/crates.io-index"521checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"522dependencies = [523 "bitflags",524 "cexpr",525 "clang-sys",526 "lazy_static",527 "lazycell",528 "peeking_take_while",529 "proc-macro2",530 "quote",531 "regex",532 "rustc-hash",533 "shlex",534]535536[[package]]537name = "bitflags"538version = "1.3.2"539source = "registry+https://github.com/rust-lang/crates.io-index"540checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"541542[[package]]543name = "bitvec"544version = "0.20.4"545source = "registry+https://github.com/rust-lang/crates.io-index"546checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"547dependencies = [548 "funty 1.1.0",549 "radium 0.6.2",550 "tap",551 "wyz 0.2.0",552]553554[[package]]555name = "bitvec"556version = "1.0.0"557source = "registry+https://github.com/rust-lang/crates.io-index"558checksum = "1489fcb93a5bb47da0462ca93ad252ad6af2145cce58d10d46a83931ba9f016b"559dependencies = [560 "funty 2.0.0",561 "radium 0.7.0",562 "tap",563 "wyz 0.5.0",564]565566[[package]]567name = "blake2"568version = "0.10.4"569source = "registry+https://github.com/rust-lang/crates.io-index"570checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388"571dependencies = [572 "digest 0.10.3",573]574575[[package]]576name = "blake2-rfc"577version = "0.2.18"578source = "registry+https://github.com/rust-lang/crates.io-index"579checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"580dependencies = [581 "arrayvec 0.4.12",582 "constant_time_eq",583]584585[[package]]586name = "blake2b_simd"587version = "0.5.11"588source = "registry+https://github.com/rust-lang/crates.io-index"589checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"590dependencies = [591 "arrayref",592 "arrayvec 0.5.2",593 "constant_time_eq",594]595596[[package]]597name = "blake2b_simd"598version = "1.0.0"599source = "registry+https://github.com/rust-lang/crates.io-index"600checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"601dependencies = [602 "arrayref",603 "arrayvec 0.7.2",604 "constant_time_eq",605]606607[[package]]608name = "blake2s_simd"609version = "1.0.0"610source = "registry+https://github.com/rust-lang/crates.io-index"611checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"612dependencies = [613 "arrayref",614 "arrayvec 0.7.2",615 "constant_time_eq",616]617618[[package]]619name = "blake3"620version = "1.3.1"621source = "registry+https://github.com/rust-lang/crates.io-index"622checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"623dependencies = [624 "arrayref",625 "arrayvec 0.7.2",626 "cc",627 "cfg-if 1.0.0",628 "constant_time_eq",629 "digest 0.10.3",630]631632[[package]]633name = "block-buffer"634version = "0.7.3"635source = "registry+https://github.com/rust-lang/crates.io-index"636checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"637dependencies = [638 "block-padding 0.1.5",639 "byte-tools",640 "byteorder",641 "generic-array 0.12.4",642]643644[[package]]645name = "block-buffer"646version = "0.9.0"647source = "registry+https://github.com/rust-lang/crates.io-index"648checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"649dependencies = [650 "block-padding 0.2.1",651 "generic-array 0.14.5",652]653654[[package]]655name = "block-buffer"656version = "0.10.2"657source = "registry+https://github.com/rust-lang/crates.io-index"658checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"659dependencies = [660 "generic-array 0.14.5",661]662663[[package]]664name = "block-padding"665version = "0.1.5"666source = "registry+https://github.com/rust-lang/crates.io-index"667checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"668dependencies = [669 "byte-tools",670]671672[[package]]673name = "block-padding"674version = "0.2.1"675source = "registry+https://github.com/rust-lang/crates.io-index"676checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"677678[[package]]679name = "blocking"680version = "1.2.0"681source = "registry+https://github.com/rust-lang/crates.io-index"682checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"683dependencies = [684 "async-channel",685 "async-task",686 "atomic-waker",687 "fastrand",688 "futures-lite",689 "once_cell",690]691692[[package]]693name = "bounded-vec"694version = "0.6.0"695source = "registry+https://github.com/rust-lang/crates.io-index"696checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"697dependencies = [698 "thiserror",699]700701[[package]]702name = "bp-header-chain"703version = "0.1.0"704source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"705dependencies = [706 "bp-runtime",707 "finality-grandpa",708 "frame-support",709 "parity-scale-codec 3.1.2",710 "scale-info",711 "serde",712 "sp-core",713 "sp-finality-grandpa",714 "sp-runtime",715 "sp-std",716]717718[[package]]719name = "bp-message-dispatch"720version = "0.1.0"721source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"722dependencies = [723 "bp-runtime",724 "frame-support",725 "parity-scale-codec 3.1.2",726 "scale-info",727 "sp-std",728]729730[[package]]731name = "bp-messages"732version = "0.1.0"733source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"734dependencies = [735 "bitvec 1.0.0",736 "bp-runtime",737 "frame-support",738 "frame-system",739 "impl-trait-for-tuples",740 "parity-scale-codec 3.1.2",741 "scale-info",742 "serde",743 "sp-core",744 "sp-std",745]746747[[package]]748name = "bp-polkadot-core"749version = "0.1.0"750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"751dependencies = [752 "bp-messages",753 "bp-runtime",754 "frame-support",755 "frame-system",756 "parity-scale-codec 3.1.2",757 "scale-info",758 "sp-api",759 "sp-core",760 "sp-runtime",761 "sp-std",762 "sp-version",763]764765[[package]]766name = "bp-rococo"767version = "0.1.0"768source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"769dependencies = [770 "bp-messages",771 "bp-polkadot-core",772 "bp-runtime",773 "frame-support",774 "parity-scale-codec 3.1.2",775 "smallvec",776 "sp-api",777 "sp-runtime",778 "sp-std",779 "sp-version",780]781782[[package]]783name = "bp-runtime"784version = "0.1.0"785source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"786dependencies = [787 "frame-support",788 "hash-db",789 "num-traits",790 "parity-scale-codec 3.1.2",791 "scale-info",792 "sp-core",793 "sp-io",794 "sp-runtime",795 "sp-state-machine",796 "sp-std",797 "sp-trie",798]799800[[package]]801name = "bp-test-utils"802version = "0.1.0"803source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"804dependencies = [805 "bp-header-chain",806 "ed25519-dalek",807 "finality-grandpa",808 "parity-scale-codec 3.1.2",809 "sp-application-crypto",810 "sp-finality-grandpa",811 "sp-runtime",812 "sp-std",813]814815[[package]]816name = "bp-wococo"817version = "0.1.0"818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"819dependencies = [820 "bp-messages",821 "bp-polkadot-core",822 "bp-rococo",823 "bp-runtime",824 "parity-scale-codec 3.1.2",825 "sp-api",826 "sp-runtime",827 "sp-std",828]829830[[package]]831name = "bridge-runtime-common"832version = "0.1.0"833source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"834dependencies = [835 "bp-message-dispatch",836 "bp-messages",837 "bp-runtime",838 "frame-support",839 "frame-system",840 "hash-db",841 "pallet-bridge-dispatch",842 "pallet-bridge-grandpa",843 "pallet-bridge-messages",844 "pallet-transaction-payment",845 "parity-scale-codec 3.1.2",846 "scale-info",847 "sp-api",848 "sp-core",849 "sp-runtime",850 "sp-state-machine",851 "sp-std",852 "sp-trie",853]854855[[package]]856name = "bs58"857version = "0.4.0"858source = "registry+https://github.com/rust-lang/crates.io-index"859checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"860861[[package]]862name = "bstr"863version = "0.2.17"864source = "registry+https://github.com/rust-lang/crates.io-index"865checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"866dependencies = [867 "lazy_static",868 "memchr",869 "regex-automata",870 "serde",871]872873[[package]]874name = "build-helper"875version = "0.1.1"876source = "registry+https://github.com/rust-lang/crates.io-index"877checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"878dependencies = [879 "semver 0.6.0",880]881882[[package]]883name = "bumpalo"884version = "3.10.0"885source = "registry+https://github.com/rust-lang/crates.io-index"886checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"887888[[package]]889name = "byte-slice-cast"890version = "1.2.1"891source = "registry+https://github.com/rust-lang/crates.io-index"892checksum = "87c5fdd0166095e1d463fc6cc01aa8ce547ad77a4e84d42eb6762b084e28067e"893894[[package]]895name = "byte-tools"896version = "0.3.1"897source = "registry+https://github.com/rust-lang/crates.io-index"898checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"899900[[package]]901name = "byteorder"902version = "1.4.3"903source = "registry+https://github.com/rust-lang/crates.io-index"904checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"905906[[package]]907name = "bytes"908version = "0.5.6"909source = "registry+https://github.com/rust-lang/crates.io-index"910checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"911912[[package]]913name = "bytes"914version = "1.1.0"915source = "registry+https://github.com/rust-lang/crates.io-index"916checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"917918[[package]]919name = "bzip2-sys"920version = "0.1.11+1.0.8"921source = "registry+https://github.com/rust-lang/crates.io-index"922checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"923dependencies = [924 "cc",925 "libc",926 "pkg-config",927]928929[[package]]930name = "cache-padded"931version = "1.2.0"932source = "registry+https://github.com/rust-lang/crates.io-index"933checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"934935[[package]]936name = "camino"937version = "1.0.9"938source = "registry+https://github.com/rust-lang/crates.io-index"939checksum = "869119e97797867fd90f5e22af7d0bd274bd4635ebb9eb68c04f3f513ae6c412"940dependencies = [941 "serde",942]943944[[package]]945name = "cargo-platform"946version = "0.1.2"947source = "registry+https://github.com/rust-lang/crates.io-index"948checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"949dependencies = [950 "serde",951]952953[[package]]954name = "cargo_metadata"955version = "0.14.2"956source = "registry+https://github.com/rust-lang/crates.io-index"957checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"958dependencies = [959 "camino",960 "cargo-platform",961 "semver 1.0.9",962 "serde",963 "serde_json",964]965966[[package]]967name = "cc"968version = "1.0.73"969source = "registry+https://github.com/rust-lang/crates.io-index"970checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"971dependencies = [972 "jobserver",973]974975[[package]]976name = "cexpr"977version = "0.6.0"978source = "registry+https://github.com/rust-lang/crates.io-index"979checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"980dependencies = [981 "nom",982]983984[[package]]985name = "cfg-if"986version = "0.1.10"987source = "registry+https://github.com/rust-lang/crates.io-index"988checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"989990[[package]]991name = "cfg-if"992version = "1.0.0"993source = "registry+https://github.com/rust-lang/crates.io-index"994checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"995996[[package]]997name = "cfg_aliases"998version = "0.1.1"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"10011002[[package]]1003name = "chacha20"1004version = "0.8.1"1005source = "registry+https://github.com/rust-lang/crates.io-index"1006checksum = "01b72a433d0cf2aef113ba70f62634c56fddb0f244e6377185c56a7cadbd8f91"1007dependencies = [1008 "cfg-if 1.0.0",1009 "cipher",1010 "cpufeatures",1011 "zeroize",1012]10131014[[package]]1015name = "chacha20poly1305"1016version = "0.9.0"1017source = "registry+https://github.com/rust-lang/crates.io-index"1018checksum = "3b84ed6d1d5f7aa9bdde921a5090e0ca4d934d250ea3b402a5fab3a994e28a2a"1019dependencies = [1020 "aead",1021 "chacha20",1022 "cipher",1023 "poly1305",1024 "zeroize",1025]10261027[[package]]1028name = "chrono"1029version = "0.4.19"1030source = "registry+https://github.com/rust-lang/crates.io-index"1031checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"1032dependencies = [1033 "libc",1034 "num-integer",1035 "num-traits",1036 "time",1037 "winapi",1038]10391040[[package]]1041name = "cid"1042version = "0.8.5"1043source = "registry+https://github.com/rust-lang/crates.io-index"1044checksum = "fc949bff6704880faf064c42a4854032ab07bfcf3a4fcb82a57470acededb69c"1045dependencies = [1046 "core2",1047 "multibase",1048 "multihash",1049 "serde",1050 "unsigned-varint",1051]10521053[[package]]1054name = "cipher"1055version = "0.3.0"1056source = "registry+https://github.com/rust-lang/crates.io-index"1057checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"1058dependencies = [1059 "generic-array 0.14.5",1060]10611062[[package]]1063name = "ckb-merkle-mountain-range"1064version = "0.3.2"1065source = "registry+https://github.com/rust-lang/crates.io-index"1066checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b"1067dependencies = [1068 "cfg-if 0.1.10",1069]10701071[[package]]1072name = "clang-sys"1073version = "1.3.3"1074source = "registry+https://github.com/rust-lang/crates.io-index"1075checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"1076dependencies = [1077 "glob",1078 "libc",1079 "libloading 0.7.3",1080]10811082[[package]]1083name = "clap"1084version = "3.1.18"1085source = "registry+https://github.com/rust-lang/crates.io-index"1086checksum = "d2dbdf4bdacb33466e854ce889eee8dfd5729abf7ccd7664d0a2d60cd384440b"1087dependencies = [1088 "atty",1089 "bitflags",1090 "clap_derive",1091 "clap_lex",1092 "indexmap",1093 "lazy_static",1094 "strsim",1095 "termcolor",1096 "textwrap",1097]10981099[[package]]1100name = "clap_derive"1101version = "3.1.18"1102source = "registry+https://github.com/rust-lang/crates.io-index"1103checksum = "25320346e922cffe59c0bbc5410c8d8784509efb321488971081313cb1e1a33c"1104dependencies = [1105 "heck 0.4.0",1106 "proc-macro-error",1107 "proc-macro2",1108 "quote",1109 "syn",1110]11111112[[package]]1113name = "clap_lex"1114version = "0.2.0"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "a37c35f1112dad5e6e0b1adaff798507497a18fceeb30cceb3bae7d1427b9213"1117dependencies = [1118 "os_str_bytes",1119]11201121[[package]]1122name = "coarsetime"1123version = "0.1.22"1124source = "registry+https://github.com/rust-lang/crates.io-index"1125checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"1126dependencies = [1127 "libc",1128 "once_cell",1129 "wasi 0.11.0+wasi-snapshot-preview1",1130 "wasm-bindgen",1131]11321133[[package]]1134name = "concurrent-queue"1135version = "1.2.2"1136source = "registry+https://github.com/rust-lang/crates.io-index"1137checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"1138dependencies = [1139 "cache-padded",1140]11411142[[package]]1143name = "const-oid"1144version = "0.7.1"1145source = "registry+https://github.com/rust-lang/crates.io-index"1146checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"11471148[[package]]1149name = "constant_time_eq"1150version = "0.1.5"1151source = "registry+https://github.com/rust-lang/crates.io-index"1152checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"11531154[[package]]1155name = "convert_case"1156version = "0.4.0"1157source = "registry+https://github.com/rust-lang/crates.io-index"1158checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"11591160[[package]]1161name = "core-foundation"1162version = "0.9.3"1163source = "registry+https://github.com/rust-lang/crates.io-index"1164checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1165dependencies = [1166 "core-foundation-sys",1167 "libc",1168]11691170[[package]]1171name = "core-foundation-sys"1172version = "0.8.3"1173source = "registry+https://github.com/rust-lang/crates.io-index"1174checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"11751176[[package]]1177name = "core2"1178version = "0.4.0"1179source = "registry+https://github.com/rust-lang/crates.io-index"1180checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1181dependencies = [1182 "memchr",1183]11841185[[package]]1186name = "cpp_demangle"1187version = "0.3.5"1188source = "registry+https://github.com/rust-lang/crates.io-index"1189checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1190dependencies = [1191 "cfg-if 1.0.0",1192]11931194[[package]]1195name = "cpufeatures"1196version = "0.2.2"1197source = "registry+https://github.com/rust-lang/crates.io-index"1198checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"1199dependencies = [1200 "libc",1201]12021203[[package]]1204name = "cranelift-bforest"1205version = "0.82.3"1206source = "registry+https://github.com/rust-lang/crates.io-index"1207checksum = "38faa2a16616c8e78a18d37b4726b98bfd2de192f2fdc8a39ddf568a408a0f75"1208dependencies = [1209 "cranelift-entity",1210]12111212[[package]]1213name = "cranelift-codegen"1214version = "0.82.3"1215source = "registry+https://github.com/rust-lang/crates.io-index"1216checksum = "26f192472a3ba23860afd07d2b0217dc628f21fcc72617aa1336d98e1671f33b"1217dependencies = [1218 "cranelift-bforest",1219 "cranelift-codegen-meta",1220 "cranelift-codegen-shared",1221 "cranelift-entity",1222 "gimli",1223 "log",1224 "regalloc",1225 "smallvec",1226 "target-lexicon",1227]12281229[[package]]1230name = "cranelift-codegen-meta"1231version = "0.82.3"1232source = "registry+https://github.com/rust-lang/crates.io-index"1233checksum = "0f32ddb89e9b89d3d9b36a5b7d7ea3261c98235a76ac95ba46826b8ec40b1a24"1234dependencies = [1235 "cranelift-codegen-shared",1236]12371238[[package]]1239name = "cranelift-codegen-shared"1240version = "0.82.3"1241source = "registry+https://github.com/rust-lang/crates.io-index"1242checksum = "01fd0d9f288cc1b42d9333b7a776b17e278fc888c28e6a0f09b5573d45a150bc"12431244[[package]]1245name = "cranelift-entity"1246version = "0.82.3"1247source = "registry+https://github.com/rust-lang/crates.io-index"1248checksum = "9e3bfe172b83167604601faf9dc60453e0d0a93415b57a9c4d1a7ae6849185cf"1249dependencies = [1250 "serde",1251]12521253[[package]]1254name = "cranelift-frontend"1255version = "0.82.3"1256source = "registry+https://github.com/rust-lang/crates.io-index"1257checksum = "a006e3e32d80ce0e4ba7f1f9ddf66066d052a8c884a110b91d05404d6ce26dce"1258dependencies = [1259 "cranelift-codegen",1260 "log",1261 "smallvec",1262 "target-lexicon",1263]12641265[[package]]1266name = "cranelift-native"1267version = "0.82.3"1268source = "registry+https://github.com/rust-lang/crates.io-index"1269checksum = "501241b0cdf903412ec9075385ac9f2b1eb18a89044d1538e97fab603231f70c"1270dependencies = [1271 "cranelift-codegen",1272 "libc",1273 "target-lexicon",1274]12751276[[package]]1277name = "cranelift-wasm"1278version = "0.82.3"1279source = "registry+https://github.com/rust-lang/crates.io-index"1280checksum = "16d9e4211bbc3268042a96dd4de5bd979cda22434991d035f5f8eacba987fad2"1281dependencies = [1282 "cranelift-codegen",1283 "cranelift-entity",1284 "cranelift-frontend",1285 "itertools",1286 "log",1287 "smallvec",1288 "wasmparser",1289 "wasmtime-types",1290]12911292[[package]]1293name = "crc32fast"1294version = "1.3.2"1295source = "registry+https://github.com/rust-lang/crates.io-index"1296checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1297dependencies = [1298 "cfg-if 1.0.0",1299]13001301[[package]]1302name = "crossbeam-channel"1303version = "0.5.4"1304source = "registry+https://github.com/rust-lang/crates.io-index"1305checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"1306dependencies = [1307 "cfg-if 1.0.0",1308 "crossbeam-utils",1309]13101311[[package]]1312name = "crossbeam-deque"1313version = "0.8.1"1314source = "registry+https://github.com/rust-lang/crates.io-index"1315checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"1316dependencies = [1317 "cfg-if 1.0.0",1318 "crossbeam-epoch",1319 "crossbeam-utils",1320]13211322[[package]]1323name = "crossbeam-epoch"1324version = "0.9.8"1325source = "registry+https://github.com/rust-lang/crates.io-index"1326checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"1327dependencies = [1328 "autocfg",1329 "cfg-if 1.0.0",1330 "crossbeam-utils",1331 "lazy_static",1332 "memoffset",1333 "scopeguard",1334]13351336[[package]]1337name = "crossbeam-queue"1338version = "0.3.5"1339source = "registry+https://github.com/rust-lang/crates.io-index"1340checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"1341dependencies = [1342 "cfg-if 1.0.0",1343 "crossbeam-utils",1344]13451346[[package]]1347name = "crossbeam-utils"1348version = "0.8.8"1349source = "registry+https://github.com/rust-lang/crates.io-index"1350checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"1351dependencies = [1352 "cfg-if 1.0.0",1353 "lazy_static",1354]13551356[[package]]1357name = "crunchy"1358version = "0.2.2"1359source = "registry+https://github.com/rust-lang/crates.io-index"1360checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"13611362[[package]]1363name = "crypto-bigint"1364version = "0.3.2"1365source = "registry+https://github.com/rust-lang/crates.io-index"1366checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21"1367dependencies = [1368 "generic-array 0.14.5",1369 "rand_core 0.6.3",1370 "subtle",1371 "zeroize",1372]13731374[[package]]1375name = "crypto-common"1376version = "0.1.3"1377source = "registry+https://github.com/rust-lang/crates.io-index"1378checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"1379dependencies = [1380 "generic-array 0.14.5",1381 "typenum",1382]13831384[[package]]1385name = "crypto-mac"1386version = "0.8.0"1387source = "registry+https://github.com/rust-lang/crates.io-index"1388checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1389dependencies = [1390 "generic-array 0.14.5",1391 "subtle",1392]13931394[[package]]1395name = "crypto-mac"1396version = "0.11.1"1397source = "registry+https://github.com/rust-lang/crates.io-index"1398checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1399dependencies = [1400 "generic-array 0.14.5",1401 "subtle",1402]14031404[[package]]1405name = "csv"1406version = "1.1.6"1407source = "registry+https://github.com/rust-lang/crates.io-index"1408checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"1409dependencies = [1410 "bstr",1411 "csv-core",1412 "itoa 0.4.8",1413 "ryu",1414 "serde",1415]14161417[[package]]1418name = "csv-core"1419version = "0.1.10"1420source = "registry+https://github.com/rust-lang/crates.io-index"1421checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"1422dependencies = [1423 "memchr",1424]14251426[[package]]1427name = "ct-logs"1428version = "0.8.0"1429source = "registry+https://github.com/rust-lang/crates.io-index"1430checksum = "c1a816186fa68d9e426e3cb4ae4dff1fcd8e4a2c34b781bf7a822574a0d0aac8"1431dependencies = [1432 "sct 0.6.1",1433]14341435[[package]]1436name = "ctor"1437version = "0.1.22"1438source = "registry+https://github.com/rust-lang/crates.io-index"1439checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"1440dependencies = [1441 "quote",1442 "syn",1443]14441445[[package]]1446name = "ctr"1447version = "0.8.0"1448source = "registry+https://github.com/rust-lang/crates.io-index"1449checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1450dependencies = [1451 "cipher",1452]14531454[[package]]1455name = "cuckoofilter"1456version = "0.5.0"1457source = "registry+https://github.com/rust-lang/crates.io-index"1458checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"1459dependencies = [1460 "byteorder",1461 "fnv",1462 "rand 0.7.3",1463]14641465[[package]]1466name = "cumulus-client-cli"1467version = "0.1.0"1468source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1469dependencies = [1470 "clap",1471 "sc-cli",1472 "sc-service",1473 "url",1474]14751476[[package]]1477name = "cumulus-client-collator"1478version = "0.1.0"1479source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1480dependencies = [1481 "cumulus-client-consensus-common",1482 "cumulus-client-network",1483 "cumulus-primitives-core",1484 "cumulus-relay-chain-interface",1485 "futures 0.3.21",1486 "parity-scale-codec 3.1.2",1487 "parking_lot 0.12.1",1488 "polkadot-node-primitives",1489 "polkadot-node-subsystem",1490 "polkadot-overseer",1491 "polkadot-primitives",1492 "sc-client-api",1493 "sp-api",1494 "sp-consensus",1495 "sp-core",1496 "sp-runtime",1497 "tracing",1498]14991500[[package]]1501name = "cumulus-client-consensus-aura"1502version = "0.1.0"1503source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1504dependencies = [1505 "async-trait",1506 "cumulus-client-consensus-common",1507 "cumulus-primitives-core",1508 "futures 0.3.21",1509 "parity-scale-codec 3.1.2",1510 "sc-client-api",1511 "sc-consensus",1512 "sc-consensus-aura",1513 "sc-consensus-slots",1514 "sc-telemetry",1515 "sp-api",1516 "sp-application-crypto",1517 "sp-block-builder",1518 "sp-blockchain",1519 "sp-consensus",1520 "sp-consensus-aura",1521 "sp-core",1522 "sp-inherents",1523 "sp-keystore",1524 "sp-runtime",1525 "substrate-prometheus-endpoint",1526 "tracing",1527]15281529[[package]]1530name = "cumulus-client-consensus-common"1531version = "0.1.0"1532source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1533dependencies = [1534 "async-trait",1535 "cumulus-relay-chain-interface",1536 "dyn-clone",1537 "futures 0.3.21",1538 "parity-scale-codec 3.1.2",1539 "polkadot-primitives",1540 "sc-client-api",1541 "sc-consensus",1542 "sp-api",1543 "sp-blockchain",1544 "sp-consensus",1545 "sp-runtime",1546 "sp-trie",1547 "tracing",1548]15491550[[package]]1551name = "cumulus-client-network"1552version = "0.1.0"1553source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1554dependencies = [1555 "async-trait",1556 "cumulus-relay-chain-interface",1557 "derive_more",1558 "futures 0.3.21",1559 "futures-timer",1560 "parity-scale-codec 3.1.2",1561 "parking_lot 0.12.1",1562 "polkadot-node-primitives",1563 "polkadot-parachain",1564 "polkadot-primitives",1565 "sc-client-api",1566 "sp-api",1567 "sp-blockchain",1568 "sp-consensus",1569 "sp-core",1570 "sp-runtime",1571 "sp-state-machine",1572 "tracing",1573]15741575[[package]]1576name = "cumulus-client-pov-recovery"1577version = "0.1.0"1578source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1579dependencies = [1580 "cumulus-primitives-core",1581 "cumulus-relay-chain-interface",1582 "futures 0.3.21",1583 "futures-timer",1584 "parity-scale-codec 3.1.2",1585 "polkadot-node-primitives",1586 "polkadot-node-subsystem",1587 "polkadot-overseer",1588 "polkadot-primitives",1589 "rand 0.8.5",1590 "sc-client-api",1591 "sc-consensus",1592 "sp-api",1593 "sp-consensus",1594 "sp-maybe-compressed-blob",1595 "sp-runtime",1596 "tracing",1597]15981599[[package]]1600name = "cumulus-client-service"1601version = "0.1.0"1602source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1603dependencies = [1604 "cumulus-client-cli",1605 "cumulus-client-collator",1606 "cumulus-client-consensus-common",1607 "cumulus-client-pov-recovery",1608 "cumulus-primitives-core",1609 "cumulus-relay-chain-interface",1610 "parity-scale-codec 3.1.2",1611 "parking_lot 0.12.1",1612 "polkadot-overseer",1613 "polkadot-primitives",1614 "sc-chain-spec",1615 "sc-client-api",1616 "sc-consensus",1617 "sc-consensus-babe",1618 "sc-service",1619 "sc-telemetry",1620 "sc-tracing",1621 "sp-api",1622 "sp-blockchain",1623 "sp-consensus",1624 "sp-core",1625 "sp-runtime",1626 "tracing",1627]16281629[[package]]1630name = "cumulus-pallet-aura-ext"1631version = "0.1.0"1632source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1633dependencies = [1634 "frame-executive",1635 "frame-support",1636 "frame-system",1637 "pallet-aura",1638 "parity-scale-codec 3.1.2",1639 "scale-info",1640 "serde",1641 "sp-application-crypto",1642 "sp-consensus-aura",1643 "sp-runtime",1644 "sp-std",1645]16461647[[package]]1648name = "cumulus-pallet-dmp-queue"1649version = "0.1.0"1650source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1651dependencies = [1652 "cumulus-primitives-core",1653 "frame-support",1654 "frame-system",1655 "log",1656 "parity-scale-codec 3.1.2",1657 "scale-info",1658 "sp-io",1659 "sp-runtime",1660 "sp-std",1661 "xcm",1662 "xcm-executor",1663]16641665[[package]]1666name = "cumulus-pallet-parachain-system"1667version = "0.1.0"1668source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1669dependencies = [1670 "cumulus-pallet-parachain-system-proc-macro",1671 "cumulus-primitives-core",1672 "cumulus-primitives-parachain-inherent",1673 "environmental",1674 "frame-support",1675 "frame-system",1676 "impl-trait-for-tuples",1677 "log",1678 "pallet-balances",1679 "parity-scale-codec 3.1.2",1680 "polkadot-parachain",1681 "scale-info",1682 "serde",1683 "sp-core",1684 "sp-externalities",1685 "sp-inherents",1686 "sp-io",1687 "sp-runtime",1688 "sp-state-machine",1689 "sp-std",1690 "sp-trie",1691 "sp-version",1692 "xcm",1693]16941695[[package]]1696name = "cumulus-pallet-parachain-system-proc-macro"1697version = "0.1.0"1698source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1699dependencies = [1700 "proc-macro-crate",1701 "proc-macro2",1702 "quote",1703 "syn",1704]17051706[[package]]1707name = "cumulus-pallet-xcm"1708version = "0.1.0"1709source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1710dependencies = [1711 "cumulus-primitives-core",1712 "frame-support",1713 "frame-system",1714 "parity-scale-codec 3.1.2",1715 "scale-info",1716 "serde",1717 "sp-io",1718 "sp-runtime",1719 "sp-std",1720 "xcm",1721]17221723[[package]]1724name = "cumulus-pallet-xcmp-queue"1725version = "0.1.0"1726source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1727dependencies = [1728 "cumulus-primitives-core",1729 "frame-support",1730 "frame-system",1731 "log",1732 "parity-scale-codec 3.1.2",1733 "rand_chacha 0.3.1",1734 "scale-info",1735 "sp-runtime",1736 "sp-std",1737 "xcm",1738 "xcm-executor",1739]17401741[[package]]1742name = "cumulus-primitives-core"1743version = "0.1.0"1744source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1745dependencies = [1746 "frame-support",1747 "parity-scale-codec 3.1.2",1748 "polkadot-core-primitives",1749 "polkadot-parachain",1750 "polkadot-primitives",1751 "sp-api",1752 "sp-runtime",1753 "sp-std",1754 "sp-trie",1755]17561757[[package]]1758name = "cumulus-primitives-parachain-inherent"1759version = "0.1.0"1760source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1761dependencies = [1762 "async-trait",1763 "cumulus-primitives-core",1764 "cumulus-relay-chain-interface",1765 "cumulus-test-relay-sproof-builder",1766 "parity-scale-codec 3.1.2",1767 "sc-client-api",1768 "scale-info",1769 "sp-api",1770 "sp-core",1771 "sp-inherents",1772 "sp-runtime",1773 "sp-state-machine",1774 "sp-std",1775 "sp-storage",1776 "sp-trie",1777 "tracing",1778]17791780[[package]]1781name = "cumulus-primitives-timestamp"1782version = "0.1.0"1783source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1784dependencies = [1785 "cumulus-primitives-core",1786 "futures 0.3.21",1787 "parity-scale-codec 3.1.2",1788 "sp-inherents",1789 "sp-std",1790 "sp-timestamp",1791]17921793[[package]]1794name = "cumulus-primitives-utility"1795version = "0.1.0"1796source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1797dependencies = [1798 "cumulus-primitives-core",1799 "frame-support",1800 "parity-scale-codec 3.1.2",1801 "polkadot-core-primitives",1802 "polkadot-parachain",1803 "polkadot-primitives",1804 "sp-runtime",1805 "sp-std",1806 "sp-trie",1807 "xcm",1808]18091810[[package]]1811name = "cumulus-relay-chain-inprocess-interface"1812version = "0.1.0"1813source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1814dependencies = [1815 "async-trait",1816 "cumulus-primitives-core",1817 "cumulus-relay-chain-interface",1818 "futures 0.3.21",1819 "futures-timer",1820 "parking_lot 0.12.1",1821 "polkadot-client",1822 "polkadot-service",1823 "sc-client-api",1824 "sc-consensus-babe",1825 "sc-network",1826 "sc-service",1827 "sc-sysinfo",1828 "sc-telemetry",1829 "sc-tracing",1830 "sp-api",1831 "sp-blockchain",1832 "sp-consensus",1833 "sp-core",1834 "sp-runtime",1835 "sp-state-machine",1836 "tracing",1837]18381839[[package]]1840name = "cumulus-relay-chain-interface"1841version = "0.1.0"1842source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1843dependencies = [1844 "async-trait",1845 "cumulus-primitives-core",1846 "derive_more",1847 "futures 0.3.21",1848 "jsonrpsee-core",1849 "parity-scale-codec 3.1.2",1850 "parking_lot 0.12.1",1851 "polkadot-overseer",1852 "polkadot-service",1853 "sc-client-api",1854 "sc-service",1855 "sp-api",1856 "sp-blockchain",1857 "sp-core",1858 "sp-runtime",1859 "sp-state-machine",1860 "thiserror",1861]18621863[[package]]1864name = "cumulus-relay-chain-rpc-interface"1865version = "0.1.0"1866source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1867dependencies = [1868 "async-trait",1869 "backoff",1870 "cumulus-primitives-core",1871 "cumulus-relay-chain-interface",1872 "futures 0.3.21",1873 "futures-timer",1874 "jsonrpsee",1875 "parity-scale-codec 3.1.2",1876 "parking_lot 0.12.1",1877 "polkadot-service",1878 "sc-client-api",1879 "sc-rpc-api",1880 "sp-api",1881 "sp-core",1882 "sp-runtime",1883 "sp-state-machine",1884 "sp-storage",1885 "tracing",1886 "url",1887]18881889[[package]]1890name = "cumulus-test-relay-sproof-builder"1891version = "0.1.0"1892source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"1893dependencies = [1894 "cumulus-primitives-core",1895 "parity-scale-codec 3.1.2",1896 "polkadot-primitives",1897 "sp-runtime",1898 "sp-state-machine",1899 "sp-std",1900]19011902[[package]]1903name = "curve25519-dalek"1904version = "2.1.3"1905source = "registry+https://github.com/rust-lang/crates.io-index"1906checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1907dependencies = [1908 "byteorder",1909 "digest 0.8.1",1910 "rand_core 0.5.1",1911 "subtle",1912 "zeroize",1913]19141915[[package]]1916name = "curve25519-dalek"1917version = "3.2.0"1918source = "registry+https://github.com/rust-lang/crates.io-index"1919checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1920dependencies = [1921 "byteorder",1922 "digest 0.9.0",1923 "rand_core 0.5.1",1924 "subtle",1925 "zeroize",1926]19271928[[package]]1929name = "curve25519-dalek"1930version = "4.0.0-pre.1"1931source = "registry+https://github.com/rust-lang/crates.io-index"1932checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf"1933dependencies = [1934 "byteorder",1935 "digest 0.9.0",1936 "rand_core 0.6.3",1937 "subtle",1938 "zeroize",1939]19401941[[package]]1942name = "darling"1943version = "0.13.4"1944source = "registry+https://github.com/rust-lang/crates.io-index"1945checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"1946dependencies = [1947 "darling_core",1948 "darling_macro",1949]19501951[[package]]1952name = "darling_core"1953version = "0.13.4"1954source = "registry+https://github.com/rust-lang/crates.io-index"1955checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"1956dependencies = [1957 "fnv",1958 "ident_case",1959 "proc-macro2",1960 "quote",1961 "strsim",1962 "syn",1963]19641965[[package]]1966name = "darling_macro"1967version = "0.13.4"1968source = "registry+https://github.com/rust-lang/crates.io-index"1969checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"1970dependencies = [1971 "darling_core",1972 "quote",1973 "syn",1974]19751976[[package]]1977name = "data-encoding"1978version = "2.3.2"1979source = "registry+https://github.com/rust-lang/crates.io-index"1980checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"19811982[[package]]1983name = "data-encoding-macro"1984version = "0.1.12"1985source = "registry+https://github.com/rust-lang/crates.io-index"1986checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1987dependencies = [1988 "data-encoding",1989 "data-encoding-macro-internal",1990]19911992[[package]]1993name = "data-encoding-macro-internal"1994version = "0.1.10"1995source = "registry+https://github.com/rust-lang/crates.io-index"1996checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1997dependencies = [1998 "data-encoding",1999 "syn",2000]20012002[[package]]2003name = "der"2004version = "0.5.1"2005source = "registry+https://github.com/rust-lang/crates.io-index"2006checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"2007dependencies = [2008 "const-oid",2009]20102011[[package]]2012name = "derivative"2013version = "2.2.0"2014source = "registry+https://github.com/rust-lang/crates.io-index"2015checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"2016dependencies = [2017 "proc-macro2",2018 "quote",2019 "syn",2020]20212022[[package]]2023name = "derive_more"2024version = "0.99.17"2025source = "registry+https://github.com/rust-lang/crates.io-index"2026checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"2027dependencies = [2028 "convert_case",2029 "proc-macro2",2030 "quote",2031 "rustc_version 0.4.0",2032 "syn",2033]20342035[[package]]2036name = "digest"2037version = "0.8.1"2038source = "registry+https://github.com/rust-lang/crates.io-index"2039checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"2040dependencies = [2041 "generic-array 0.12.4",2042]20432044[[package]]2045name = "digest"2046version = "0.9.0"2047source = "registry+https://github.com/rust-lang/crates.io-index"2048checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"2049dependencies = [2050 "generic-array 0.14.5",2051]20522053[[package]]2054name = "digest"2055version = "0.10.3"2056source = "registry+https://github.com/rust-lang/crates.io-index"2057checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"2058dependencies = [2059 "block-buffer 0.10.2",2060 "crypto-common",2061 "subtle",2062]20632064[[package]]2065name = "directories"2066version = "4.0.1"2067source = "registry+https://github.com/rust-lang/crates.io-index"2068checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"2069dependencies = [2070 "dirs-sys",2071]20722073[[package]]2074name = "directories-next"2075version = "2.0.0"2076source = "registry+https://github.com/rust-lang/crates.io-index"2077checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"2078dependencies = [2079 "cfg-if 1.0.0",2080 "dirs-sys-next",2081]20822083[[package]]2084name = "dirs"2085version = "1.0.5"2086source = "registry+https://github.com/rust-lang/crates.io-index"2087checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"2088dependencies = [2089 "libc",2090 "redox_users 0.3.5",2091 "winapi",2092]20932094[[package]]2095name = "dirs-sys"2096version = "0.3.7"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"2099dependencies = [2100 "libc",2101 "redox_users 0.4.3",2102 "winapi",2103]21042105[[package]]2106name = "dirs-sys-next"2107version = "0.1.2"2108source = "registry+https://github.com/rust-lang/crates.io-index"2109checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"2110dependencies = [2111 "libc",2112 "redox_users 0.4.3",2113 "winapi",2114]21152116[[package]]2117name = "dns-parser"2118version = "0.8.0"2119source = "registry+https://github.com/rust-lang/crates.io-index"2120checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"2121dependencies = [2122 "byteorder",2123 "quick-error",2124]21252126[[package]]2127name = "downcast-rs"2128version = "1.2.0"2129source = "registry+https://github.com/rust-lang/crates.io-index"2130checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"21312132[[package]]2133name = "dtoa"2134version = "1.0.2"2135source = "registry+https://github.com/rust-lang/crates.io-index"2136checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6"21372138[[package]]2139name = "dyn-clonable"2140version = "0.9.0"2141source = "registry+https://github.com/rust-lang/crates.io-index"2142checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2143dependencies = [2144 "dyn-clonable-impl",2145 "dyn-clone",2146]21472148[[package]]2149name = "dyn-clonable-impl"2150version = "0.9.0"2151source = "registry+https://github.com/rust-lang/crates.io-index"2152checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2153dependencies = [2154 "proc-macro2",2155 "quote",2156 "syn",2157]21582159[[package]]2160name = "dyn-clone"2161version = "1.0.5"2162source = "registry+https://github.com/rust-lang/crates.io-index"2163checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"21642165[[package]]2166name = "ecdsa"2167version = "0.13.4"2168source = "registry+https://github.com/rust-lang/crates.io-index"2169checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9"2170dependencies = [2171 "der",2172 "elliptic-curve",2173 "rfc6979",2174 "signature",2175]21762177[[package]]2178name = "ed25519"2179version = "1.5.2"2180source = "registry+https://github.com/rust-lang/crates.io-index"2181checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369"2182dependencies = [2183 "signature",2184]21852186[[package]]2187name = "ed25519-dalek"2188version = "1.0.1"2189source = "registry+https://github.com/rust-lang/crates.io-index"2190checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2191dependencies = [2192 "curve25519-dalek 3.2.0",2193 "ed25519",2194 "rand 0.7.3",2195 "serde",2196 "sha2 0.9.9",2197 "zeroize",2198]21992200[[package]]2201name = "either"2202version = "1.6.1"2203source = "registry+https://github.com/rust-lang/crates.io-index"2204checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"22052206[[package]]2207name = "elliptic-curve"2208version = "0.11.12"2209source = "registry+https://github.com/rust-lang/crates.io-index"2210checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6"2211dependencies = [2212 "base16ct",2213 "crypto-bigint",2214 "der",2215 "ff",2216 "generic-array 0.14.5",2217 "group",2218 "rand_core 0.6.3",2219 "sec1",2220 "subtle",2221 "zeroize",2222]22232224[[package]]2225name = "encode_unicode"2226version = "0.3.6"2227source = "registry+https://github.com/rust-lang/crates.io-index"2228checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"22292230[[package]]2231name = "enum-as-inner"2232version = "0.4.0"2233source = "registry+https://github.com/rust-lang/crates.io-index"2234checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"2235dependencies = [2236 "heck 0.4.0",2237 "proc-macro2",2238 "quote",2239 "syn",2240]22412242[[package]]2243name = "enumflags2"2244version = "0.7.5"2245source = "registry+https://github.com/rust-lang/crates.io-index"2246checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2247dependencies = [2248 "enumflags2_derive",2249]22502251[[package]]2252name = "enumflags2_derive"2253version = "0.7.4"2254source = "registry+https://github.com/rust-lang/crates.io-index"2255checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2256dependencies = [2257 "proc-macro2",2258 "quote",2259 "syn",2260]22612262[[package]]2263name = "enumn"2264version = "0.1.4"2265source = "registry+https://github.com/rust-lang/crates.io-index"2266checksum = "052bc8773a98bd051ff37db74a8a25f00e6bfa2cbd03373390c72e9f7afbf344"2267dependencies = [2268 "proc-macro2",2269 "quote",2270 "syn",2271]22722273[[package]]2274name = "env_logger"2275version = "0.9.0"2276source = "registry+https://github.com/rust-lang/crates.io-index"2277checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"2278dependencies = [2279 "atty",2280 "humantime",2281 "log",2282 "regex",2283 "termcolor",2284]22852286[[package]]2287name = "environmental"2288version = "1.1.3"2289source = "registry+https://github.com/rust-lang/crates.io-index"2290checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"22912292[[package]]2293name = "errno"2294version = "0.2.8"2295source = "registry+https://github.com/rust-lang/crates.io-index"2296checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2297dependencies = [2298 "errno-dragonfly",2299 "libc",2300 "winapi",2301]23022303[[package]]2304name = "errno-dragonfly"2305version = "0.1.2"2306source = "registry+https://github.com/rust-lang/crates.io-index"2307checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2308dependencies = [2309 "cc",2310 "libc",2311]23122313[[package]]2314name = "ethbloom"2315version = "0.12.1"2316source = "registry+https://github.com/rust-lang/crates.io-index"2317checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2318dependencies = [2319 "crunchy",2320 "fixed-hash",2321 "impl-codec",2322 "impl-rlp",2323 "impl-serde",2324 "scale-info",2325 "tiny-keccak",2326]23272328[[package]]2329name = "ethereum"2330version = "0.12.0"2331source = "registry+https://github.com/rust-lang/crates.io-index"2332checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2333dependencies = [2334 "bytes 1.1.0",2335 "ethereum-types",2336 "hash-db",2337 "hash256-std-hasher",2338 "parity-scale-codec 3.1.2",2339 "rlp",2340 "rlp-derive",2341 "scale-info",2342 "serde",2343 "sha3 0.10.1",2344 "triehash",2345]23462347[[package]]2348name = "ethereum-types"2349version = "0.13.1"2350source = "registry+https://github.com/rust-lang/crates.io-index"2351checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2352dependencies = [2353 "ethbloom",2354 "fixed-hash",2355 "impl-codec",2356 "impl-rlp",2357 "impl-serde",2358 "primitive-types",2359 "scale-info",2360 "uint",2361]23622363[[package]]2364name = "event-listener"2365version = "2.5.2"2366source = "registry+https://github.com/rust-lang/crates.io-index"2367checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"23682369[[package]]2370name = "evm"2371version = "0.35.0"2372source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2373dependencies = [2374 "auto_impl",2375 "environmental",2376 "ethereum",2377 "evm-core",2378 "evm-gasometer",2379 "evm-runtime",2380 "log",2381 "parity-scale-codec 3.1.2",2382 "primitive-types",2383 "rlp",2384 "scale-info",2385 "serde",2386 "sha3 0.10.1",2387]23882389[[package]]2390name = "evm-coder"2391version = "0.1.0"2392dependencies = [2393 "ethereum",2394 "evm-coder-macros",2395 "evm-core",2396 "hex",2397 "hex-literal",2398 "impl-trait-for-tuples",2399 "primitive-types",2400]24012402[[package]]2403name = "evm-coder-macros"2404version = "0.1.0"2405dependencies = [2406 "Inflector",2407 "darling",2408 "hex",2409 "proc-macro2",2410 "quote",2411 "sha3 0.9.1",2412 "syn",2413]24142415[[package]]2416name = "evm-core"2417version = "0.35.0"2418source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2419dependencies = [2420 "parity-scale-codec 3.1.2",2421 "primitive-types",2422 "scale-info",2423 "serde",2424]24252426[[package]]2427name = "evm-gasometer"2428version = "0.35.0"2429source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2430dependencies = [2431 "environmental",2432 "evm-core",2433 "evm-runtime",2434 "primitive-types",2435]24362437[[package]]2438name = "evm-runtime"2439version = "0.35.0"2440source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.22#e9252ed42dc26fc85b6703b1ba50660a08209e55"2441dependencies = [2442 "auto_impl",2443 "environmental",2444 "evm-core",2445 "primitive-types",2446 "sha3 0.10.1",2447]24482449[[package]]2450name = "exit-future"2451version = "0.2.0"2452source = "registry+https://github.com/rust-lang/crates.io-index"2453checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2454dependencies = [2455 "futures 0.3.21",2456]24572458[[package]]2459name = "expander"2460version = "0.0.4"2461source = "registry+https://github.com/rust-lang/crates.io-index"2462checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2463dependencies = [2464 "blake3",2465 "fs-err",2466 "proc-macro2",2467 "quote",2468]24692470[[package]]2471name = "expander"2472version = "0.0.6"2473source = "registry+https://github.com/rust-lang/crates.io-index"2474checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2475dependencies = [2476 "blake2",2477 "fs-err",2478 "proc-macro2",2479 "quote",2480 "syn",2481]24822483[[package]]2484name = "fake-simd"2485version = "0.1.2"2486source = "registry+https://github.com/rust-lang/crates.io-index"2487checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24882489[[package]]2490name = "fallible-iterator"2491version = "0.2.0"2492source = "registry+https://github.com/rust-lang/crates.io-index"2493checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24942495[[package]]2496name = "fastrand"2497version = "1.7.0"2498source = "registry+https://github.com/rust-lang/crates.io-index"2499checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"2500dependencies = [2501 "instant",2502]25032504[[package]]2505name = "fatality"2506version = "0.0.6"2507source = "registry+https://github.com/rust-lang/crates.io-index"2508checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2509dependencies = [2510 "fatality-proc-macro",2511 "thiserror",2512]25132514[[package]]2515name = "fatality-proc-macro"2516version = "0.0.6"2517source = "registry+https://github.com/rust-lang/crates.io-index"2518checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2519dependencies = [2520 "expander 0.0.4",2521 "indexmap",2522 "proc-macro-crate",2523 "proc-macro2",2524 "quote",2525 "syn",2526 "thiserror",2527]25282529[[package]]2530name = "fc-consensus"2531version = "2.0.0-dev"2532source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2533dependencies = [2534 "async-trait",2535 "fc-db",2536 "fp-consensus",2537 "fp-rpc",2538 "sc-client-api",2539 "sc-consensus",2540 "sp-api",2541 "sp-block-builder",2542 "sp-blockchain",2543 "sp-consensus",2544 "sp-runtime",2545 "thiserror",2546]25472548[[package]]2549name = "fc-db"2550version = "2.0.0-dev"2551source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2552dependencies = [2553 "fp-storage",2554 "kvdb-rocksdb",2555 "parity-db",2556 "parity-scale-codec 3.1.2",2557 "parking_lot 0.12.1",2558 "sc-client-db",2559 "sp-core",2560 "sp-database",2561 "sp-runtime",2562]25632564[[package]]2565name = "fc-mapping-sync"2566version = "2.0.0-dev"2567source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2568dependencies = [2569 "fc-db",2570 "fp-consensus",2571 "fp-rpc",2572 "futures 0.3.21",2573 "futures-timer",2574 "log",2575 "sc-client-api",2576 "sp-api",2577 "sp-blockchain",2578 "sp-runtime",2579]25802581[[package]]2582name = "fc-rpc"2583version = "2.0.0-dev"2584source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2585dependencies = [2586 "ethereum",2587 "ethereum-types",2588 "evm",2589 "fc-db",2590 "fc-rpc-core",2591 "fp-rpc",2592 "fp-storage",2593 "futures 0.3.21",2594 "hex",2595 "jsonrpsee",2596 "libsecp256k1",2597 "log",2598 "lru 0.7.6",2599 "parity-scale-codec 3.1.2",2600 "prometheus",2601 "rand 0.8.5",2602 "rlp",2603 "rustc-hex",2604 "sc-client-api",2605 "sc-network",2606 "sc-rpc",2607 "sc-service",2608 "sc-transaction-pool",2609 "sc-transaction-pool-api",2610 "sp-api",2611 "sp-block-builder",2612 "sp-blockchain",2613 "sp-core",2614 "sp-io",2615 "sp-runtime",2616 "sp-storage",2617 "substrate-prometheus-endpoint",2618 "tokio 1.18.2",2619]26202621[[package]]2622name = "fc-rpc-core"2623version = "1.1.0-dev"2624source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2625dependencies = [2626 "ethereum",2627 "ethereum-types",2628 "jsonrpsee",2629 "rlp",2630 "rustc-hex",2631 "serde",2632 "serde_json",2633]26342635[[package]]2636name = "fdlimit"2637version = "0.2.1"2638source = "registry+https://github.com/rust-lang/crates.io-index"2639checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2640dependencies = [2641 "libc",2642]26432644[[package]]2645name = "ff"2646version = "0.11.1"2647source = "registry+https://github.com/rust-lang/crates.io-index"2648checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924"2649dependencies = [2650 "rand_core 0.6.3",2651 "subtle",2652]26532654[[package]]2655name = "file-per-thread-logger"2656version = "0.1.5"2657source = "registry+https://github.com/rust-lang/crates.io-index"2658checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f"2659dependencies = [2660 "env_logger",2661 "log",2662]26632664[[package]]2665name = "finality-grandpa"2666version = "0.15.0"2667source = "registry+https://github.com/rust-lang/crates.io-index"2668checksum = "d9def033d8505edf199f6a5d07aa7e6d2d6185b164293b77f0efd108f4f3e11d"2669dependencies = [2670 "either",2671 "futures 0.3.21",2672 "futures-timer",2673 "log",2674 "num-traits",2675 "parity-scale-codec 3.1.2",2676 "parking_lot 0.11.2",2677 "scale-info",2678]26792680[[package]]2681name = "fixed-hash"2682version = "0.7.0"2683source = "registry+https://github.com/rust-lang/crates.io-index"2684checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2685dependencies = [2686 "byteorder",2687 "rand 0.8.5",2688 "rustc-hex",2689 "static_assertions",2690]26912692[[package]]2693name = "fixedbitset"2694version = "0.4.1"2695source = "registry+https://github.com/rust-lang/crates.io-index"2696checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"26972698[[package]]2699name = "flate2"2700version = "1.0.24"2701source = "registry+https://github.com/rust-lang/crates.io-index"2702checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"2703dependencies = [2704 "crc32fast",2705 "libz-sys",2706 "miniz_oxide",2707]27082709[[package]]2710name = "flexi_logger"2711version = "0.15.12"2712source = "registry+https://github.com/rust-lang/crates.io-index"2713checksum = "aaab3caedb4149800f91e8e4899f29cd9ddf3b569b04c365ca9334f92f7542bf"2714dependencies = [2715 "atty",2716 "chrono",2717 "glob",2718 "lazy_static",2719 "log",2720 "regex",2721 "thiserror",2722 "yansi",2723]27242725[[package]]2726name = "fnv"2727version = "1.0.7"2728source = "registry+https://github.com/rust-lang/crates.io-index"2729checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27302731[[package]]2732name = "fork-tree"2733version = "3.0.0"2734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2735dependencies = [2736 "parity-scale-codec 3.1.2",2737]27382739[[package]]2740name = "form_urlencoded"2741version = "1.0.1"2742source = "registry+https://github.com/rust-lang/crates.io-index"2743checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"2744dependencies = [2745 "matches",2746 "percent-encoding",2747]27482749[[package]]2750name = "fp-consensus"2751version = "2.0.0-dev"2752source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2753dependencies = [2754 "ethereum",2755 "parity-scale-codec 3.1.2",2756 "sp-core",2757 "sp-runtime",2758 "sp-std",2759]27602761[[package]]2762name = "fp-evm"2763version = "3.0.0-dev"2764source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2765dependencies = [2766 "evm",2767 "frame-support",2768 "impl-trait-for-tuples",2769 "parity-scale-codec 3.1.2",2770 "serde",2771 "sp-core",2772 "sp-std",2773]27742775[[package]]2776name = "fp-evm-mapping"2777version = "0.1.0"2778source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2779dependencies = [2780 "frame-support",2781 "sp-core",2782]27832784[[package]]2785name = "fp-rpc"2786version = "3.0.0-dev"2787source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2788dependencies = [2789 "ethereum",2790 "ethereum-types",2791 "fp-evm",2792 "parity-scale-codec 3.1.2",2793 "scale-info",2794 "sp-api",2795 "sp-core",2796 "sp-io",2797 "sp-runtime",2798 "sp-std",2799]28002801[[package]]2802name = "fp-self-contained"2803version = "1.0.0-dev"2804source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2805dependencies = [2806 "ethereum",2807 "frame-support",2808 "parity-scale-codec 3.1.2",2809 "parity-util-mem",2810 "scale-info",2811 "serde",2812 "sp-debug-derive",2813 "sp-io",2814 "sp-runtime",2815]28162817[[package]]2818name = "fp-storage"2819version = "2.0.0"2820source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"2821dependencies = [2822 "parity-scale-codec 3.1.2",2823]28242825[[package]]2826name = "frame-benchmarking"2827version = "4.0.0-dev"2828source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2829dependencies = [2830 "frame-support",2831 "frame-system",2832 "linregress",2833 "log",2834 "parity-scale-codec 3.1.2",2835 "paste",2836 "scale-info",2837 "serde",2838 "sp-api",2839 "sp-application-crypto",2840 "sp-io",2841 "sp-runtime",2842 "sp-runtime-interface",2843 "sp-std",2844 "sp-storage",2845]28462847[[package]]2848name = "frame-benchmarking-cli"2849version = "4.0.0-dev"2850source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2851dependencies = [2852 "Inflector",2853 "chrono",2854 "clap",2855 "frame-benchmarking",2856 "frame-support",2857 "frame-system",2858 "handlebars",2859 "hash-db",2860 "hex",2861 "itertools",2862 "kvdb",2863 "lazy_static",2864 "linked-hash-map",2865 "log",2866 "memory-db",2867 "parity-scale-codec 3.1.2",2868 "prettytable-rs",2869 "rand 0.8.5",2870 "rand_pcg 0.3.1",2871 "sc-block-builder",2872 "sc-cli",2873 "sc-client-api",2874 "sc-client-db",2875 "sc-executor",2876 "sc-service",2877 "sc-sysinfo",2878 "serde",2879 "serde_json",2880 "serde_nanos",2881 "sp-api",2882 "sp-blockchain",2883 "sp-core",2884 "sp-database",2885 "sp-externalities",2886 "sp-inherents",2887 "sp-keystore",2888 "sp-runtime",2889 "sp-state-machine",2890 "sp-storage",2891 "sp-trie",2892 "tempfile",2893 "thiserror",2894 "thousands",2895]28962897[[package]]2898name = "frame-election-provider-solution-type"2899version = "4.0.0-dev"2900source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2901dependencies = [2902 "proc-macro-crate",2903 "proc-macro2",2904 "quote",2905 "syn",2906]29072908[[package]]2909name = "frame-election-provider-support"2910version = "4.0.0-dev"2911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2912dependencies = [2913 "frame-election-provider-solution-type",2914 "frame-support",2915 "frame-system",2916 "parity-scale-codec 3.1.2",2917 "scale-info",2918 "sp-arithmetic",2919 "sp-npos-elections",2920 "sp-runtime",2921 "sp-std",2922]29232924[[package]]2925name = "frame-executive"2926version = "4.0.0-dev"2927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2928dependencies = [2929 "frame-support",2930 "frame-system",2931 "parity-scale-codec 3.1.2",2932 "scale-info",2933 "sp-core",2934 "sp-io",2935 "sp-runtime",2936 "sp-std",2937 "sp-tracing",2938]29392940[[package]]2941name = "frame-metadata"2942version = "15.0.0"2943source = "registry+https://github.com/rust-lang/crates.io-index"2944checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d"2945dependencies = [2946 "cfg-if 1.0.0",2947 "parity-scale-codec 3.1.2",2948 "scale-info",2949 "serde",2950]29512952[[package]]2953name = "frame-support"2954version = "4.0.0-dev"2955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2956dependencies = [2957 "bitflags",2958 "frame-metadata",2959 "frame-support-procedural",2960 "impl-trait-for-tuples",2961 "k256",2962 "log",2963 "once_cell",2964 "parity-scale-codec 3.1.2",2965 "paste",2966 "scale-info",2967 "serde",2968 "smallvec",2969 "sp-arithmetic",2970 "sp-core",2971 "sp-core-hashing-proc-macro",2972 "sp-inherents",2973 "sp-io",2974 "sp-runtime",2975 "sp-staking",2976 "sp-state-machine",2977 "sp-std",2978 "sp-tracing",2979 "tt-call",2980]29812982[[package]]2983name = "frame-support-procedural"2984version = "4.0.0-dev"2985source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2986dependencies = [2987 "Inflector",2988 "frame-support-procedural-tools",2989 "proc-macro2",2990 "quote",2991 "syn",2992]29932994[[package]]2995name = "frame-support-procedural-tools"2996version = "4.0.0-dev"2997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"2998dependencies = [2999 "frame-support-procedural-tools-derive",3000 "proc-macro-crate",3001 "proc-macro2",3002 "quote",3003 "syn",3004]30053006[[package]]3007name = "frame-support-procedural-tools-derive"3008version = "3.0.0"3009source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3010dependencies = [3011 "proc-macro2",3012 "quote",3013 "syn",3014]30153016[[package]]3017name = "frame-system"3018version = "4.0.0-dev"3019source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3020dependencies = [3021 "frame-support",3022 "log",3023 "parity-scale-codec 3.1.2",3024 "scale-info",3025 "serde",3026 "sp-core",3027 "sp-io",3028 "sp-runtime",3029 "sp-std",3030 "sp-version",3031]30323033[[package]]3034name = "frame-system-benchmarking"3035version = "4.0.0-dev"3036source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3037dependencies = [3038 "frame-benchmarking",3039 "frame-support",3040 "frame-system",3041 "parity-scale-codec 3.1.2",3042 "scale-info",3043 "sp-core",3044 "sp-runtime",3045 "sp-std",3046]30473048[[package]]3049name = "frame-system-rpc-runtime-api"3050version = "4.0.0-dev"3051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3052dependencies = [3053 "parity-scale-codec 3.1.2",3054 "sp-api",3055]30563057[[package]]3058name = "frame-try-runtime"3059version = "0.10.0-dev"3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"3061dependencies = [3062 "frame-support",3063 "sp-api",3064 "sp-runtime",3065 "sp-std",3066]30673068[[package]]3069name = "fs-err"3070version = "2.7.0"3071source = "registry+https://github.com/rust-lang/crates.io-index"3072checksum = "5bd79fa345a495d3ae89fb7165fec01c0e72f41821d642dda363a1e97975652e"30733074[[package]]3075name = "fs-swap"3076version = "0.2.6"3077source = "registry+https://github.com/rust-lang/crates.io-index"3078checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"3079dependencies = [3080 "lazy_static",3081 "libc",3082 "libloading 0.5.2",3083 "winapi",3084]30853086[[package]]3087name = "fs2"3088version = "0.4.3"3089source = "registry+https://github.com/rust-lang/crates.io-index"3090checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3091dependencies = [3092 "libc",3093 "winapi",3094]30953096[[package]]3097name = "fs_extra"3098version = "1.2.0"3099source = "registry+https://github.com/rust-lang/crates.io-index"3100checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31013102[[package]]3103name = "funty"3104version = "1.1.0"3105source = "registry+https://github.com/rust-lang/crates.io-index"3106checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"31073108[[package]]3109name = "funty"3110version = "2.0.0"3111source = "registry+https://github.com/rust-lang/crates.io-index"3112checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31133114[[package]]3115name = "futures"3116version = "0.1.31"3117source = "registry+https://github.com/rust-lang/crates.io-index"3118checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"31193120[[package]]3121name = "futures"3122version = "0.3.21"3123source = "registry+https://github.com/rust-lang/crates.io-index"3124checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"3125dependencies = [3126 "futures-channel",3127 "futures-core",3128 "futures-executor",3129 "futures-io",3130 "futures-sink",3131 "futures-task",3132 "futures-util",3133]31343135[[package]]3136name = "futures-channel"3137version = "0.3.21"3138source = "registry+https://github.com/rust-lang/crates.io-index"3139checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"3140dependencies = [3141 "futures-core",3142 "futures-sink",3143]31443145[[package]]3146name = "futures-core"3147version = "0.3.21"3148source = "registry+https://github.com/rust-lang/crates.io-index"3149checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"31503151[[package]]3152name = "futures-executor"3153version = "0.3.21"3154source = "registry+https://github.com/rust-lang/crates.io-index"3155checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"3156dependencies = [3157 "futures-core",3158 "futures-task",3159 "futures-util",3160 "num_cpus",3161]31623163[[package]]3164name = "futures-io"3165version = "0.3.21"3166source = "registry+https://github.com/rust-lang/crates.io-index"3167checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"31683169[[package]]3170name = "futures-lite"3171version = "1.12.0"3172source = "registry+https://github.com/rust-lang/crates.io-index"3173checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3174dependencies = [3175 "fastrand",3176 "futures-core",3177 "futures-io",3178 "memchr",3179 "parking",3180 "pin-project-lite 0.2.9",3181 "waker-fn",3182]31833184[[package]]3185name = "futures-macro"3186version = "0.3.21"3187source = "registry+https://github.com/rust-lang/crates.io-index"3188checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"3189dependencies = [3190 "proc-macro2",3191 "quote",3192 "syn",3193]31943195[[package]]3196name = "futures-rustls"3197version = "0.22.1"3198source = "registry+https://github.com/rust-lang/crates.io-index"3199checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"3200dependencies = [3201 "futures-io",3202 "rustls 0.20.6",3203 "webpki 0.22.0",3204]32053206[[package]]3207name = "futures-sink"3208version = "0.3.21"3209source = "registry+https://github.com/rust-lang/crates.io-index"3210checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"32113212[[package]]3213name = "futures-task"3214version = "0.3.21"3215source = "registry+https://github.com/rust-lang/crates.io-index"3216checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"32173218[[package]]3219name = "futures-timer"3220version = "3.0.2"3221source = "registry+https://github.com/rust-lang/crates.io-index"3222checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32233224[[package]]3225name = "futures-util"3226version = "0.3.21"3227source = "registry+https://github.com/rust-lang/crates.io-index"3228checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"3229dependencies = [3230 "futures 0.1.31",3231 "futures-channel",3232 "futures-core",3233 "futures-io",3234 "futures-macro",3235 "futures-sink",3236 "futures-task",3237 "memchr",3238 "pin-project-lite 0.2.9",3239 "pin-utils",3240 "slab",3241]32423243[[package]]3244name = "generic-array"3245version = "0.12.4"3246source = "registry+https://github.com/rust-lang/crates.io-index"3247checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3248dependencies = [3249 "typenum",3250]32513252[[package]]3253name = "generic-array"3254version = "0.14.5"3255source = "registry+https://github.com/rust-lang/crates.io-index"3256checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"3257dependencies = [3258 "typenum",3259 "version_check",3260]32613262[[package]]3263name = "getrandom"3264version = "0.1.16"3265source = "registry+https://github.com/rust-lang/crates.io-index"3266checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3267dependencies = [3268 "cfg-if 1.0.0",3269 "js-sys",3270 "libc",3271 "wasi 0.9.0+wasi-snapshot-preview1",3272 "wasm-bindgen",3273]32743275[[package]]3276name = "getrandom"3277version = "0.2.6"3278source = "registry+https://github.com/rust-lang/crates.io-index"3279checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"3280dependencies = [3281 "cfg-if 1.0.0",3282 "libc",3283 "wasi 0.10.0+wasi-snapshot-preview1",3284]32853286[[package]]3287name = "ghash"3288version = "0.4.4"3289source = "registry+https://github.com/rust-lang/crates.io-index"3290checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3291dependencies = [3292 "opaque-debug 0.3.0",3293 "polyval",3294]32953296[[package]]3297name = "gimli"3298version = "0.26.1"3299source = "registry+https://github.com/rust-lang/crates.io-index"3300checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"3301dependencies = [3302 "fallible-iterator",3303 "indexmap",3304 "stable_deref_trait",3305]33063307[[package]]3308name = "glob"3309version = "0.3.0"3310source = "registry+https://github.com/rust-lang/crates.io-index"3311checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"33123313[[package]]3314name = "globset"3315version = "0.4.8"3316source = "registry+https://github.com/rust-lang/crates.io-index"3317checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"3318dependencies = [3319 "aho-corasick",3320 "bstr",3321 "fnv",3322 "log",3323 "regex",3324]33253326[[package]]3327name = "gloo-timers"3328version = "0.2.4"3329source = "registry+https://github.com/rust-lang/crates.io-index"3330checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"3331dependencies = [3332 "futures-channel",3333 "futures-core",3334 "js-sys",3335 "wasm-bindgen",3336]33373338[[package]]3339name = "group"3340version = "0.11.0"3341source = "registry+https://github.com/rust-lang/crates.io-index"3342checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89"3343dependencies = [3344 "ff",3345 "rand_core 0.6.3",3346 "subtle",3347]33483349[[package]]3350name = "h2"3351version = "0.3.13"3352source = "registry+https://github.com/rust-lang/crates.io-index"3353checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"3354dependencies = [3355 "bytes 1.1.0",3356 "fnv",3357 "futures-core",3358 "futures-sink",3359 "futures-util",3360 "http",3361 "indexmap",3362 "slab",3363 "tokio 1.18.2",3364 "tokio-util",3365 "tracing",3366]33673368[[package]]3369name = "handlebars"3370version = "4.3.0"3371source = "registry+https://github.com/rust-lang/crates.io-index"3372checksum = "d113a9853e5accd30f43003560b5563ffbb007e3f325e8b103fa0d0029c6e6df"3373dependencies = [3374 "log",3375 "pest",3376 "pest_derive",3377 "serde",3378 "serde_json",3379 "thiserror",3380]33813382[[package]]3383name = "hash-db"3384version = "0.15.2"3385source = "registry+https://github.com/rust-lang/crates.io-index"3386checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"33873388[[package]]3389name = "hash256-std-hasher"3390version = "0.15.2"3391source = "registry+https://github.com/rust-lang/crates.io-index"3392checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3393dependencies = [3394 "crunchy",3395]33963397[[package]]3398name = "hashbrown"3399version = "0.11.2"3400source = "registry+https://github.com/rust-lang/crates.io-index"3401checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"3402dependencies = [3403 "ahash",3404]34053406[[package]]3407name = "hashbrown"3408version = "0.12.1"3409source = "registry+https://github.com/rust-lang/crates.io-index"3410checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"3411dependencies = [3412 "ahash",3413]34143415[[package]]3416name = "heck"3417version = "0.3.3"3418source = "registry+https://github.com/rust-lang/crates.io-index"3419checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"3420dependencies = [3421 "unicode-segmentation",3422]34233424[[package]]3425name = "heck"3426version = "0.4.0"3427source = "registry+https://github.com/rust-lang/crates.io-index"3428checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34293430[[package]]3431name = "hermit-abi"3432version = "0.1.19"3433source = "registry+https://github.com/rust-lang/crates.io-index"3434checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3435dependencies = [3436 "libc",3437]34383439[[package]]3440name = "hex"3441version = "0.4.3"3442source = "registry+https://github.com/rust-lang/crates.io-index"3443checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34443445[[package]]3446name = "hex-literal"3447version = "0.3.4"3448source = "registry+https://github.com/rust-lang/crates.io-index"3449checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34503451[[package]]3452name = "hex_fmt"3453version = "0.3.0"3454source = "registry+https://github.com/rust-lang/crates.io-index"3455checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"34563457[[package]]3458name = "hmac"3459version = "0.8.1"3460source = "registry+https://github.com/rust-lang/crates.io-index"3461checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3462dependencies = [3463 "crypto-mac 0.8.0",3464 "digest 0.9.0",3465]34663467[[package]]3468name = "hmac"3469version = "0.11.0"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3472dependencies = [3473 "crypto-mac 0.11.1",3474 "digest 0.9.0",3475]34763477[[package]]3478name = "hmac-drbg"3479version = "0.3.0"3480source = "registry+https://github.com/rust-lang/crates.io-index"3481checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3482dependencies = [3483 "digest 0.9.0",3484 "generic-array 0.14.5",3485 "hmac 0.8.1",3486]34873488[[package]]3489name = "hostname"3490version = "0.3.1"3491source = "registry+https://github.com/rust-lang/crates.io-index"3492checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3493dependencies = [3494 "libc",3495 "match_cfg",3496 "winapi",3497]34983499[[package]]3500name = "http"3501version = "0.2.7"3502source = "registry+https://github.com/rust-lang/crates.io-index"3503checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"3504dependencies = [3505 "bytes 1.1.0",3506 "fnv",3507 "itoa 1.0.2",3508]35093510[[package]]3511name = "http-body"3512version = "0.4.5"3513source = "registry+https://github.com/rust-lang/crates.io-index"3514checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3515dependencies = [3516 "bytes 1.1.0",3517 "http",3518 "pin-project-lite 0.2.9",3519]35203521[[package]]3522name = "httparse"3523version = "1.7.1"3524source = "registry+https://github.com/rust-lang/crates.io-index"3525checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"35263527[[package]]3528name = "httpdate"3529version = "1.0.2"3530source = "registry+https://github.com/rust-lang/crates.io-index"3531checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35323533[[package]]3534name = "humantime"3535version = "2.1.0"3536source = "registry+https://github.com/rust-lang/crates.io-index"3537checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35383539[[package]]3540name = "hyper"3541version = "0.14.19"3542source = "registry+https://github.com/rust-lang/crates.io-index"3543checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"3544dependencies = [3545 "bytes 1.1.0",3546 "futures-channel",3547 "futures-core",3548 "futures-util",3549 "h2",3550 "http",3551 "http-body",3552 "httparse",3553 "httpdate",3554 "itoa 1.0.2",3555 "pin-project-lite 0.2.9",3556 "socket2",3557 "tokio 1.18.2",3558 "tower-service",3559 "tracing",3560 "want",3561]35623563[[package]]3564name = "hyper-rustls"3565version = "0.22.1"3566source = "registry+https://github.com/rust-lang/crates.io-index"3567checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"3568dependencies = [3569 "ct-logs",3570 "futures-util",3571 "hyper",3572 "log",3573 "rustls 0.19.1",3574 "rustls-native-certs 0.5.0",3575 "tokio 1.18.2",3576 "tokio-rustls 0.22.0",3577 "webpki 0.21.4",3578]35793580[[package]]3581name = "ident_case"3582version = "1.0.1"3583source = "registry+https://github.com/rust-lang/crates.io-index"3584checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"35853586[[package]]3587name = "idna"3588version = "0.2.3"3589source = "registry+https://github.com/rust-lang/crates.io-index"3590checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3591dependencies = [3592 "matches",3593 "unicode-bidi",3594 "unicode-normalization",3595]35963597[[package]]3598name = "if-addrs"3599version = "0.7.0"3600source = "registry+https://github.com/rust-lang/crates.io-index"3601checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3602dependencies = [3603 "libc",3604 "winapi",3605]36063607[[package]]3608name = "if-watch"3609version = "1.0.0"3610source = "registry+https://github.com/rust-lang/crates.io-index"3611checksum = "ae8f4a3c3d4c89351ca83e120c1c00b27df945d38e05695668c9d4b4f7bc52f3"3612dependencies = [3613 "async-io",3614 "core-foundation",3615 "fnv",3616 "futures 0.3.21",3617 "if-addrs",3618 "ipnet",3619 "log",3620 "rtnetlink",3621 "system-configuration",3622 "windows",3623]36243625[[package]]3626name = "impl-codec"3627version = "0.6.0"3628source = "registry+https://github.com/rust-lang/crates.io-index"3629checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3630dependencies = [3631 "parity-scale-codec 3.1.2",3632]36333634[[package]]3635name = "impl-rlp"3636version = "0.3.0"3637source = "registry+https://github.com/rust-lang/crates.io-index"3638checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3639dependencies = [3640 "rlp",3641]36423643[[package]]3644name = "impl-serde"3645version = "0.3.2"3646source = "registry+https://github.com/rust-lang/crates.io-index"3647checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c"3648dependencies = [3649 "serde",3650]36513652[[package]]3653name = "impl-trait-for-tuples"3654version = "0.2.2"3655source = "registry+https://github.com/rust-lang/crates.io-index"3656checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3657dependencies = [3658 "proc-macro2",3659 "quote",3660 "syn",3661]36623663[[package]]3664name = "indexmap"3665version = "1.8.2"3666source = "registry+https://github.com/rust-lang/crates.io-index"3667checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"3668dependencies = [3669 "autocfg",3670 "hashbrown 0.11.2",3671 "serde",3672]36733674[[package]]3675name = "instant"3676version = "0.1.12"3677source = "registry+https://github.com/rust-lang/crates.io-index"3678checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3679dependencies = [3680 "cfg-if 1.0.0",3681]36823683[[package]]3684name = "integer-encoding"3685version = "3.0.3"3686source = "registry+https://github.com/rust-lang/crates.io-index"3687checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"36883689[[package]]3690name = "integer-sqrt"3691version = "0.1.5"3692source = "registry+https://github.com/rust-lang/crates.io-index"3693checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3694dependencies = [3695 "num-traits",3696]36973698[[package]]3699name = "io-lifetimes"3700version = "0.5.3"3701source = "registry+https://github.com/rust-lang/crates.io-index"3702checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"37033704[[package]]3705name = "ip_network"3706version = "0.4.1"3707source = "registry+https://github.com/rust-lang/crates.io-index"3708checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37093710[[package]]3711name = "ipconfig"3712version = "0.3.0"3713source = "registry+https://github.com/rust-lang/crates.io-index"3714checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"3715dependencies = [3716 "socket2",3717 "widestring",3718 "winapi",3719 "winreg",3720]37213722[[package]]3723name = "ipnet"3724version = "2.5.0"3725source = "registry+https://github.com/rust-lang/crates.io-index"3726checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"37273728[[package]]3729name = "itertools"3730version = "0.10.3"3731source = "registry+https://github.com/rust-lang/crates.io-index"3732checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"3733dependencies = [3734 "either",3735]37363737[[package]]3738name = "itoa"3739version = "0.4.8"3740source = "registry+https://github.com/rust-lang/crates.io-index"3741checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"37423743[[package]]3744name = "itoa"3745version = "1.0.2"3746source = "registry+https://github.com/rust-lang/crates.io-index"3747checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"37483749[[package]]3750name = "jobserver"3751version = "0.1.24"3752source = "registry+https://github.com/rust-lang/crates.io-index"3753checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"3754dependencies = [3755 "libc",3756]37573758[[package]]3759name = "js-sys"3760version = "0.3.57"3761source = "registry+https://github.com/rust-lang/crates.io-index"3762checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"3763dependencies = [3764 "wasm-bindgen",3765]37663767[[package]]3768name = "jsonrpsee"3769version = "0.13.1"3770source = "registry+https://github.com/rust-lang/crates.io-index"3771checksum = "a1f2ab5a60e558e74ea93bcf5164ebc47939a7fff8938fa9b5233bbc63e16061"3772dependencies = [3773 "jsonrpsee-core",3774 "jsonrpsee-http-server",3775 "jsonrpsee-proc-macros",3776 "jsonrpsee-types",3777 "jsonrpsee-ws-client",3778 "jsonrpsee-ws-server",3779 "tracing",3780]37813782[[package]]3783name = "jsonrpsee-client-transport"3784version = "0.13.1"3785source = "registry+https://github.com/rust-lang/crates.io-index"3786checksum = "26d682f4a55081a2be3e639280c640523070e4aeb8ee2fd8dd9168fdae57a9db"3787dependencies = [3788 "futures-util",3789 "http",3790 "jsonrpsee-core",3791 "jsonrpsee-types",3792 "pin-project 1.0.10",3793 "rustls-native-certs 0.6.2",3794 "soketto",3795 "thiserror",3796 "tokio 1.18.2",3797 "tokio-rustls 0.23.4",3798 "tokio-util",3799 "tracing",3800 "webpki-roots",3801]38023803[[package]]3804name = "jsonrpsee-core"3805version = "0.13.1"3806source = "registry+https://github.com/rust-lang/crates.io-index"3807checksum = "6e27462b21279edf9a6a91f46ffbe125e9cdc58b901d2e08bf59b31a47d7d0ab"3808dependencies = [3809 "anyhow",3810 "arrayvec 0.7.2",3811 "async-lock",3812 "async-trait",3813 "beef",3814 "futures-channel",3815 "futures-timer",3816 "futures-util",3817 "hyper",3818 "jsonrpsee-types",3819 "parking_lot 0.12.1",3820 "rand 0.8.5",3821 "rustc-hash",3822 "serde",3823 "serde_json",3824 "soketto",3825 "thiserror",3826 "tokio 1.18.2",3827 "tracing",3828]38293830[[package]]3831name = "jsonrpsee-http-server"3832version = "0.13.1"3833source = "registry+https://github.com/rust-lang/crates.io-index"3834checksum = "7178f16eabd7154c094e24d295b9ee355ec1e5f24c328759c56255ff7bbd4548"3835dependencies = [3836 "futures-channel",3837 "futures-util",3838 "globset",3839 "hyper",3840 "jsonrpsee-core",3841 "jsonrpsee-types",3842 "lazy_static",3843 "serde_json",3844 "tokio 1.18.2",3845 "tracing",3846 "unicase",3847]38483849[[package]]3850name = "jsonrpsee-proc-macros"3851version = "0.13.1"3852source = "registry+https://github.com/rust-lang/crates.io-index"3853checksum = "8b8d7f449cab3b747f12c3efc27f5cad537f3b597c6a3838b0fac628f4bf730a"3854dependencies = [3855 "proc-macro-crate",3856 "proc-macro2",3857 "quote",3858 "syn",3859]38603861[[package]]3862name = "jsonrpsee-types"3863version = "0.13.1"3864source = "registry+https://github.com/rust-lang/crates.io-index"3865checksum = "8fd11763134104122ddeb0f97e4bbe393058017dfb077db63fbf44b4dd0dd86e"3866dependencies = [3867 "anyhow",3868 "beef",3869 "serde",3870 "serde_json",3871 "thiserror",3872 "tracing",3873]38743875[[package]]3876name = "jsonrpsee-ws-client"3877version = "0.13.1"3878source = "registry+https://github.com/rust-lang/crates.io-index"3879checksum = "76f15180afb3761c7a3a32c0a8b680788176dcfdfe725b24c1758c90b1d1595b"3880dependencies = [3881 "jsonrpsee-client-transport",3882 "jsonrpsee-core",3883 "jsonrpsee-types",3884]38853886[[package]]3887name = "jsonrpsee-ws-server"3888version = "0.13.1"3889source = "registry+https://github.com/rust-lang/crates.io-index"3890checksum = "dfb6c21556c551582b56e4e8e6e6249b0bbdb69bb7fa39efe9b9a6b54af9f206"3891dependencies = [3892 "futures-channel",3893 "futures-util",3894 "jsonrpsee-core",3895 "jsonrpsee-types",3896 "serde_json",3897 "soketto",3898 "tokio 1.18.2",3899 "tokio-util",3900 "tracing",3901]39023903[[package]]3904name = "k256"3905version = "0.10.4"3906source = "registry+https://github.com/rust-lang/crates.io-index"3907checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d"3908dependencies = [3909 "cfg-if 1.0.0",3910 "ecdsa",3911 "elliptic-curve",3912 "sec1",3913]39143915[[package]]3916name = "keccak"3917version = "0.1.2"3918source = "registry+https://github.com/rust-lang/crates.io-index"3919checksum = "f9b7d56ba4a8344d6be9729995e6b06f928af29998cdf79fe390cbf6b1fee838"39203921[[package]]3922name = "kusama-runtime"3923version = "0.9.22"3924source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"3925dependencies = [3926 "beefy-primitives",3927 "bitvec 1.0.0",3928 "frame-benchmarking",3929 "frame-election-provider-support",3930 "frame-executive",3931 "frame-support",3932 "frame-system",3933 "frame-system-benchmarking",3934 "frame-system-rpc-runtime-api",3935 "frame-try-runtime",3936 "hex-literal",3937 "kusama-runtime-constants",3938 "log",3939 "pallet-authority-discovery",3940 "pallet-authorship",3941 "pallet-babe",3942 "pallet-bags-list",3943 "pallet-balances",3944 "pallet-bounties",3945 "pallet-child-bounties",3946 "pallet-collective",3947 "pallet-democracy",3948 "pallet-election-provider-multi-phase",3949 "pallet-election-provider-support-benchmarking",3950 "pallet-elections-phragmen",3951 "pallet-gilt",3952 "pallet-grandpa",3953 "pallet-identity",3954 "pallet-im-online",3955 "pallet-indices",3956 "pallet-membership",3957 "pallet-multisig",3958 "pallet-nicks",3959 "pallet-nomination-pools",3960 "pallet-nomination-pools-benchmarking",3961 "pallet-offences",3962 "pallet-offences-benchmarking",3963 "pallet-preimage",3964 "pallet-proxy",3965 "pallet-recovery",3966 "pallet-scheduler",3967 "pallet-session",3968 "pallet-session-benchmarking",3969 "pallet-society",3970 "pallet-staking",3971 "pallet-staking-reward-fn",3972 "pallet-timestamp",3973 "pallet-tips",3974 "pallet-transaction-payment",3975 "pallet-transaction-payment-rpc-runtime-api",3976 "pallet-treasury",3977 "pallet-utility",3978 "pallet-vesting",3979 "pallet-xcm",3980 "pallet-xcm-benchmarks",3981 "parity-scale-codec 3.1.2",3982 "polkadot-primitives",3983 "polkadot-runtime-common",3984 "polkadot-runtime-parachains",3985 "rustc-hex",3986 "scale-info",3987 "serde",3988 "serde_derive",3989 "smallvec",3990 "sp-api",3991 "sp-arithmetic",3992 "sp-authority-discovery",3993 "sp-block-builder",3994 "sp-consensus-babe",3995 "sp-core",3996 "sp-inherents",3997 "sp-io",3998 "sp-mmr-primitives",3999 "sp-npos-elections",4000 "sp-offchain",4001 "sp-runtime",4002 "sp-session",4003 "sp-staking",4004 "sp-std",4005 "sp-transaction-pool",4006 "sp-version",4007 "static_assertions",4008 "substrate-wasm-builder",4009 "xcm",4010 "xcm-builder",4011 "xcm-executor",4012]40134014[[package]]4015name = "kusama-runtime-constants"4016version = "0.9.22"4017source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"4018dependencies = [4019 "frame-support",4020 "polkadot-primitives",4021 "polkadot-runtime-common",4022 "smallvec",4023 "sp-runtime",4024]40254026[[package]]4027name = "kv-log-macro"4028version = "1.0.7"4029source = "registry+https://github.com/rust-lang/crates.io-index"4030checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4031dependencies = [4032 "log",4033]40344035[[package]]4036name = "kvdb"4037version = "0.11.0"4038source = "registry+https://github.com/rust-lang/crates.io-index"4039checksum = "a301d8ecb7989d4a6e2c57a49baca77d353bdbf879909debe3f375fe25d61f86"4040dependencies = [4041 "parity-util-mem",4042 "smallvec",4043]40444045[[package]]4046name = "kvdb-memorydb"4047version = "0.11.0"4048source = "registry+https://github.com/rust-lang/crates.io-index"4049checksum = "ece7e668abd21387aeb6628130a6f4c802787f014fa46bc83221448322250357"4050dependencies = [4051 "kvdb",4052 "parity-util-mem",4053 "parking_lot 0.12.1",4054]40554056[[package]]4057name = "kvdb-rocksdb"4058version = "0.15.2"4059source = "registry+https://github.com/rust-lang/crates.io-index"4060checksum = "ca7fbdfd71cd663dceb0faf3367a99f8cf724514933e9867cec4995b6027cbc1"4061dependencies = [4062 "fs-swap",4063 "kvdb",4064 "log",4065 "num_cpus",4066 "owning_ref",4067 "parity-util-mem",4068 "parking_lot 0.12.1",4069 "regex",4070 "rocksdb",4071 "smallvec",4072]40734074[[package]]4075name = "lazy_static"4076version = "1.4.0"4077source = "registry+https://github.com/rust-lang/crates.io-index"4078checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"40794080[[package]]4081name = "lazycell"4082version = "1.3.0"4083source = "registry+https://github.com/rust-lang/crates.io-index"4084checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"40854086[[package]]4087name = "libc"4088version = "0.2.126"4089source = "registry+https://github.com/rust-lang/crates.io-index"4090checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"40914092[[package]]4093name = "libloading"4094version = "0.5.2"4095source = "registry+https://github.com/rust-lang/crates.io-index"4096checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"4097dependencies = [4098 "cc",4099 "winapi",4100]41014102[[package]]4103name = "libloading"4104version = "0.7.3"4105source = "registry+https://github.com/rust-lang/crates.io-index"4106checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"4107dependencies = [4108 "cfg-if 1.0.0",4109 "winapi",4110]41114112[[package]]4113name = "libm"4114version = "0.2.2"4115source = "registry+https://github.com/rust-lang/crates.io-index"4116checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"41174118[[package]]4119name = "libp2p"4120version = "0.44.0"4121source = "registry+https://github.com/rust-lang/crates.io-index"4122checksum = "475ce2ac4a9727e53a519f6ee05b38abfcba8f0d39c4d24f103d184e36fd5b0f"4123dependencies = [4124 "atomic",4125 "bytes 1.1.0",4126 "futures 0.3.21",4127 "futures-timer",4128 "getrandom 0.2.6",4129 "instant",4130 "lazy_static",4131 "libp2p-autonat",4132 "libp2p-core",4133 "libp2p-deflate",4134 "libp2p-dns",4135 "libp2p-floodsub",4136 "libp2p-gossipsub",4137 "libp2p-identify",4138 "libp2p-kad",4139 "libp2p-mdns",4140 "libp2p-metrics",4141 "libp2p-mplex",4142 "libp2p-noise",4143 "libp2p-ping",4144 "libp2p-plaintext",4145 "libp2p-pnet",4146 "libp2p-relay",4147 "libp2p-rendezvous",4148 "libp2p-request-response",4149 "libp2p-swarm",4150 "libp2p-swarm-derive",4151 "libp2p-tcp",4152 "libp2p-uds",4153 "libp2p-wasm-ext",4154 "libp2p-websocket",4155 "libp2p-yamux",4156 "multiaddr",4157 "parking_lot 0.12.1",4158 "pin-project 1.0.10",4159 "rand 0.7.3",4160 "smallvec",4161]41624163[[package]]4164name = "libp2p-autonat"4165version = "0.3.0"4166source = "registry+https://github.com/rust-lang/crates.io-index"4167checksum = "a13b690e65046af6a09c0b27bd9508fa1cab0efce889de74b0b643b9d2a98f9a"4168dependencies = [4169 "async-trait",4170 "futures 0.3.21",4171 "futures-timer",4172 "instant",4173 "libp2p-core",4174 "libp2p-request-response",4175 "libp2p-swarm",4176 "log",4177 "prost",4178 "prost-build",4179 "rand 0.8.5",4180]41814182[[package]]4183name = "libp2p-core"4184version = "0.32.1"4185source = "registry+https://github.com/rust-lang/crates.io-index"4186checksum = "db5b02602099fb75cb2d16f9ea860a320d6eb82ce41e95ab680912c454805cd5"4187dependencies = [4188 "asn1_der",4189 "bs58",4190 "ed25519-dalek",4191 "either",4192 "fnv",4193 "futures 0.3.21",4194 "futures-timer",4195 "instant",4196 "lazy_static",4197 "libsecp256k1",4198 "log",4199 "multiaddr",4200 "multihash",4201 "multistream-select",4202 "parking_lot 0.12.1",4203 "pin-project 1.0.10",4204 "prost",4205 "prost-build",4206 "rand 0.8.5",4207 "ring",4208 "rw-stream-sink",4209 "sha2 0.10.2",4210 "smallvec",4211 "thiserror",4212 "unsigned-varint",4213 "void",4214 "zeroize",4215]42164217[[package]]4218name = "libp2p-deflate"4219version = "0.32.0"4220source = "registry+https://github.com/rust-lang/crates.io-index"4221checksum = "6b1d37f042f748e224f04785d0e987ae09a2aa518d6401d82d412dad83e360ed"4222dependencies = [4223 "flate2",4224 "futures 0.3.21",4225 "libp2p-core",4226]42274228[[package]]4229name = "libp2p-dns"4230version = "0.32.1"4231source = "registry+https://github.com/rust-lang/crates.io-index"4232checksum = "066e33e854e10b5c93fc650458bf2179c7e0d143db260b0963e44a94859817f1"4233dependencies = [4234 "async-std-resolver",4235 "futures 0.3.21",4236 "libp2p-core",4237 "log",4238 "smallvec",4239 "trust-dns-resolver",4240]42414242[[package]]4243name = "libp2p-floodsub"4244version = "0.35.0"4245source = "registry+https://github.com/rust-lang/crates.io-index"4246checksum = "733d3ea6ebe7a7a85df2bc86678b93f24b015fae5fe3b3acc4c400e795a55d2d"4247dependencies = [4248 "cuckoofilter",4249 "fnv",4250 "futures 0.3.21",4251 "libp2p-core",4252 "libp2p-swarm",4253 "log",4254 "prost",4255 "prost-build",4256 "rand 0.7.3",4257 "smallvec",4258]42594260[[package]]4261name = "libp2p-gossipsub"4262version = "0.37.0"4263source = "registry+https://github.com/rust-lang/crates.io-index"4264checksum = "a90c989a7c0969c2ab63e898da9bc735e3be53fb4f376e9c045ce516bcc9f928"4265dependencies = [4266 "asynchronous-codec",4267 "base64",4268 "byteorder",4269 "bytes 1.1.0",4270 "fnv",4271 "futures 0.3.21",4272 "hex_fmt",4273 "instant",4274 "libp2p-core",4275 "libp2p-swarm",4276 "log",4277 "prometheus-client",4278 "prost",4279 "prost-build",4280 "rand 0.7.3",4281 "regex",4282 "sha2 0.10.2",4283 "smallvec",4284 "unsigned-varint",4285 "wasm-timer",4286]42874288[[package]]4289name = "libp2p-identify"4290version = "0.35.0"4291source = "registry+https://github.com/rust-lang/crates.io-index"4292checksum = "c5ef5a5b57904c7c33d6713ef918d239dc6b7553458f3475d87f8a18e9c651c8"4293dependencies = [4294 "futures 0.3.21",4295 "futures-timer",4296 "libp2p-core",4297 "libp2p-swarm",4298 "log",4299 "lru 0.7.6",4300 "prost",4301 "prost-build",4302 "smallvec",4303]43044305[[package]]4306name = "libp2p-kad"4307version = "0.36.0"4308source = "registry+https://github.com/rust-lang/crates.io-index"4309checksum = "564e6bd64d177446399ed835b9451a8825b07929d6daa6a94e6405592974725e"4310dependencies = [4311 "arrayvec 0.5.2",4312 "asynchronous-codec",4313 "bytes 1.1.0",4314 "either",4315 "fnv",4316 "futures 0.3.21",4317 "futures-timer",4318 "instant",4319 "libp2p-core",4320 "libp2p-swarm",4321 "log",4322 "prost",4323 "prost-build",4324 "rand 0.7.3",4325 "sha2 0.10.2",4326 "smallvec",4327 "thiserror",4328 "uint",4329 "unsigned-varint",4330 "void",4331]43324333[[package]]4334name = "libp2p-mdns"4335version = "0.36.0"4336source = "registry+https://github.com/rust-lang/crates.io-index"4337checksum = "611ae873c8e280ccfab0d57c7a13cac5644f364529e233114ff07863946058b0"4338dependencies = [4339 "async-io",4340 "data-encoding",4341 "dns-parser",4342 "futures 0.3.21",4343 "if-watch",4344 "lazy_static",4345 "libp2p-core",4346 "libp2p-swarm",4347 "log",4348 "rand 0.8.5",4349 "smallvec",4350 "socket2",4351 "void",4352]43534354[[package]]4355name = "libp2p-metrics"4356version = "0.5.0"4357source = "registry+https://github.com/rust-lang/crates.io-index"4358checksum = "985be799bb3796e0c136c768208c3c06604a38430571906a13dcfeda225a3b9d"4359dependencies = [4360 "libp2p-core",4361 "libp2p-gossipsub",4362 "libp2p-identify",4363 "libp2p-kad",4364 "libp2p-ping",4365 "libp2p-relay",4366 "libp2p-swarm",4367 "prometheus-client",4368]43694370[[package]]4371name = "libp2p-mplex"4372version = "0.32.0"4373source = "registry+https://github.com/rust-lang/crates.io-index"4374checksum = "442eb0c9fff0bf22a34f015724b4143ce01877e079ed0963c722d94c07c72160"4375dependencies = [4376 "asynchronous-codec",4377 "bytes 1.1.0",4378 "futures 0.3.21",4379 "libp2p-core",4380 "log",4381 "nohash-hasher",4382 "parking_lot 0.12.1",4383 "rand 0.7.3",4384 "smallvec",4385 "unsigned-varint",4386]43874388[[package]]4389name = "libp2p-noise"4390version = "0.35.0"4391source = "registry+https://github.com/rust-lang/crates.io-index"4392checksum = "9dd7e0c94051cda67123be68cf6b65211ba3dde7277be9068412de3e7ffd63ef"4393dependencies = [4394 "bytes 1.1.0",4395 "curve25519-dalek 3.2.0",4396 "futures 0.3.21",4397 "lazy_static",4398 "libp2p-core",4399 "log",4400 "prost",4401 "prost-build",4402 "rand 0.8.5",4403 "sha2 0.10.2",4404 "snow",4405 "static_assertions",4406 "x25519-dalek",4407 "zeroize",4408]44094410[[package]]4411name = "libp2p-ping"4412version = "0.35.0"4413source = "registry+https://github.com/rust-lang/crates.io-index"4414checksum = "bf57a3c2e821331dda9fe612d4654d676ab6e33d18d9434a18cced72630df6ad"4415dependencies = [4416 "futures 0.3.21",4417 "futures-timer",4418 "instant",4419 "libp2p-core",4420 "libp2p-swarm",4421 "log",4422 "rand 0.7.3",4423 "void",4424]44254426[[package]]4427name = "libp2p-plaintext"4428version = "0.32.0"4429source = "registry+https://github.com/rust-lang/crates.io-index"4430checksum = "962c0fb0e7212fb96a69b87f2d09bcefd317935239bdc79cda900e7a8897a3fe"4431dependencies = [4432 "asynchronous-codec",4433 "bytes 1.1.0",4434 "futures 0.3.21",4435 "libp2p-core",4436 "log",4437 "prost",4438 "prost-build",4439 "unsigned-varint",4440 "void",4441]44424443[[package]]4444name = "libp2p-pnet"4445version = "0.22.0"4446source = "registry+https://github.com/rust-lang/crates.io-index"4447checksum = "0f1a458bbda880107b5b36fcb9b5a1ef0c329685da0e203ed692a8ebe64cc92c"4448dependencies = [4449 "futures 0.3.21",4450 "log",4451 "pin-project 1.0.10",4452 "rand 0.7.3",4453 "salsa20",4454 "sha3 0.9.1",4455]44564457[[package]]4458name = "libp2p-relay"4459version = "0.8.0"4460source = "registry+https://github.com/rust-lang/crates.io-index"4461checksum = "3aa754cb7bccef51ebc3c458c6bbcef89d83b578a9925438389be841527d408f"4462dependencies = [4463 "asynchronous-codec",4464 "bytes 1.1.0",4465 "either",4466 "futures 0.3.21",4467 "futures-timer",4468 "instant",4469 "libp2p-core",4470 "libp2p-swarm",4471 "log",4472 "pin-project 1.0.10",4473 "prost",4474 "prost-build",4475 "rand 0.8.5",4476 "smallvec",4477 "static_assertions",4478 "thiserror",4479 "unsigned-varint",4480 "void",4481]44824483[[package]]4484name = "libp2p-rendezvous"4485version = "0.5.0"4486source = "registry+https://github.com/rust-lang/crates.io-index"4487checksum = "bbd0baab894c5b84da510b915d53264d566c3c35889f09931fe9edbd2a773bee"4488dependencies = [4489 "asynchronous-codec",4490 "bimap",4491 "futures 0.3.21",4492 "futures-timer",4493 "instant",4494 "libp2p-core",4495 "libp2p-swarm",4496 "log",4497 "prost",4498 "prost-build",4499 "rand 0.8.5",4500 "sha2 0.10.2",4501 "thiserror",4502 "unsigned-varint",4503 "void",4504]45054506[[package]]4507name = "libp2p-request-response"4508version = "0.17.0"4509source = "registry+https://github.com/rust-lang/crates.io-index"4510checksum = "b5e6a6fc6c9ad95661f46989473b34bd2993d14a4de497ff3b2668a910d4b869"4511dependencies = [4512 "async-trait",4513 "bytes 1.1.0",4514 "futures 0.3.21",4515 "instant",4516 "libp2p-core",4517 "libp2p-swarm",4518 "log",4519 "rand 0.7.3",4520 "smallvec",4521 "unsigned-varint",4522]45234524[[package]]4525name = "libp2p-swarm"4526version = "0.35.0"4527source = "registry+https://github.com/rust-lang/crates.io-index"4528checksum = "8f0c69ad9e8f7c5fc50ad5ad9c7c8b57f33716532a2b623197f69f93e374d14c"4529dependencies = [4530 "either",4531 "fnv",4532 "futures 0.3.21",4533 "futures-timer",4534 "instant",4535 "libp2p-core",4536 "log",4537 "pin-project 1.0.10",4538 "rand 0.7.3",4539 "smallvec",4540 "thiserror",4541 "void",4542]45434544[[package]]4545name = "libp2p-swarm-derive"4546version = "0.27.2"4547source = "registry+https://github.com/rust-lang/crates.io-index"4548checksum = "4f693c8c68213034d472cbb93a379c63f4f307d97c06f1c41e4985de481687a5"4549dependencies = [4550 "quote",4551 "syn",4552]45534554[[package]]4555name = "libp2p-tcp"4556version = "0.32.0"4557source = "registry+https://github.com/rust-lang/crates.io-index"4558checksum = "193447aa729c85aac2376828df76d171c1a589c9e6b58fcc7f9d9a020734122c"4559dependencies = [4560 "async-io",4561 "futures 0.3.21",4562 "futures-timer",4563 "if-watch",4564 "ipnet",4565 "libc",4566 "libp2p-core",4567 "log",4568 "socket2",4569]45704571[[package]]4572name = "libp2p-uds"4573version = "0.32.0"4574source = "registry+https://github.com/rust-lang/crates.io-index"4575checksum = "24bdab114f7f2701757d6541266e1131b429bbae382008f207f2114ee4222dcb"4576dependencies = [4577 "async-std",4578 "futures 0.3.21",4579 "libp2p-core",4580 "log",4581]45824583[[package]]4584name = "libp2p-wasm-ext"4585version = "0.32.0"4586source = "registry+https://github.com/rust-lang/crates.io-index"4587checksum = "4f6ea0f84a967ef59a16083f222c18115ae2e91db69809dce275df62e101b279"4588dependencies = [4589 "futures 0.3.21",4590 "js-sys",4591 "libp2p-core",4592 "parity-send-wrapper",4593 "wasm-bindgen",4594 "wasm-bindgen-futures",4595]45964597[[package]]4598name = "libp2p-websocket"4599version = "0.34.0"4600source = "registry+https://github.com/rust-lang/crates.io-index"4601checksum = "c932834c3754501c368d1bf3d0fb458487a642b90fc25df082a3a2f3d3b32e37"4602dependencies = [4603 "either",4604 "futures 0.3.21",4605 "futures-rustls",4606 "libp2p-core",4607 "log",4608 "quicksink",4609 "rw-stream-sink",4610 "soketto",4611 "url",4612 "webpki-roots",4613]46144615[[package]]4616name = "libp2p-yamux"4617version = "0.36.0"4618source = "registry+https://github.com/rust-lang/crates.io-index"4619checksum = "be902ebd89193cd020e89e89107726a38cfc0d16d18f613f4a37d046e92c7517"4620dependencies = [4621 "futures 0.3.21",4622 "libp2p-core",4623 "parking_lot 0.12.1",4624 "thiserror",4625 "yamux",4626]46274628[[package]]4629name = "librocksdb-sys"4630version = "0.6.1+6.28.2"4631source = "registry+https://github.com/rust-lang/crates.io-index"4632checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"4633dependencies = [4634 "bindgen",4635 "bzip2-sys",4636 "cc",4637 "glob",4638 "libc",4639 "libz-sys",4640 "tikv-jemalloc-sys",4641]46424643[[package]]4644name = "libsecp256k1"4645version = "0.7.0"4646source = "registry+https://github.com/rust-lang/crates.io-index"4647checksum = "b0452aac8bab02242429380e9b2f94ea20cea2b37e2c1777a1358799bbe97f37"4648dependencies = [4649 "arrayref",4650 "base64",4651 "digest 0.9.0",4652 "hmac-drbg",4653 "libsecp256k1-core",4654 "libsecp256k1-gen-ecmult",4655 "libsecp256k1-gen-genmult",4656 "rand 0.8.5",4657 "serde",4658 "sha2 0.9.9",4659 "typenum",4660]46614662[[package]]4663name = "libsecp256k1-core"4664version = "0.3.0"4665source = "registry+https://github.com/rust-lang/crates.io-index"4666checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4667dependencies = [4668 "crunchy",4669 "digest 0.9.0",4670 "subtle",4671]46724673[[package]]4674name = "libsecp256k1-gen-ecmult"4675version = "0.3.0"4676source = "registry+https://github.com/rust-lang/crates.io-index"4677checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4678dependencies = [4679 "libsecp256k1-core",4680]46814682[[package]]4683name = "libsecp256k1-gen-genmult"4684version = "0.3.0"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4687dependencies = [4688 "libsecp256k1-core",4689]46904691[[package]]4692name = "libz-sys"4693version = "1.1.8"4694source = "registry+https://github.com/rust-lang/crates.io-index"4695checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4696dependencies = [4697 "cc",4698 "pkg-config",4699 "vcpkg",4700]47014702[[package]]4703name = "linked-hash-map"4704version = "0.5.4"4705source = "registry+https://github.com/rust-lang/crates.io-index"4706checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"47074708[[package]]4709name = "linked_hash_set"4710version = "0.1.4"4711source = "registry+https://github.com/rust-lang/crates.io-index"4712checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4713dependencies = [4714 "linked-hash-map",4715]47164717[[package]]4718name = "linregress"4719version = "0.4.4"4720source = "registry+https://github.com/rust-lang/crates.io-index"4721checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4722dependencies = [4723 "nalgebra",4724 "statrs",4725]47264727[[package]]4728name = "linux-raw-sys"4729version = "0.0.42"4730source = "registry+https://github.com/rust-lang/crates.io-index"4731checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"47324733[[package]]4734name = "lock_api"4735version = "0.4.7"4736source = "registry+https://github.com/rust-lang/crates.io-index"4737checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"4738dependencies = [4739 "autocfg",4740 "scopeguard",4741]47424743[[package]]4744name = "log"4745version = "0.4.17"4746source = "registry+https://github.com/rust-lang/crates.io-index"4747checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4748dependencies = [4749 "cfg-if 1.0.0",4750 "value-bag",4751]47524753[[package]]4754name = "lru"4755version = "0.6.6"4756source = "registry+https://github.com/rust-lang/crates.io-index"4757checksum = "7ea2d928b485416e8908cff2d97d621db22b27f7b3b6729e438bcf42c671ba91"4758dependencies = [4759 "hashbrown 0.11.2",4760]47614762[[package]]4763name = "lru"4764version = "0.7.6"4765source = "registry+https://github.com/rust-lang/crates.io-index"4766checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"4767dependencies = [4768 "hashbrown 0.11.2",4769]47704771[[package]]4772name = "lru-cache"4773version = "0.1.2"4774source = "registry+https://github.com/rust-lang/crates.io-index"4775checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4776dependencies = [4777 "linked-hash-map",4778]47794780[[package]]4781name = "lz4"4782version = "1.23.3"4783source = "registry+https://github.com/rust-lang/crates.io-index"4784checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"4785dependencies = [4786 "libc",4787 "lz4-sys",4788]47894790[[package]]4791name = "lz4-sys"4792version = "1.9.3"4793source = "registry+https://github.com/rust-lang/crates.io-index"4794checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"4795dependencies = [4796 "cc",4797 "libc",4798]47994800[[package]]4801name = "mach"4802version = "0.3.2"4803source = "registry+https://github.com/rust-lang/crates.io-index"4804checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4805dependencies = [4806 "libc",4807]48084809[[package]]4810name = "maplit"4811version = "1.0.2"4812source = "registry+https://github.com/rust-lang/crates.io-index"4813checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"48144815[[package]]4816name = "match_cfg"4817version = "0.1.0"4818source = "registry+https://github.com/rust-lang/crates.io-index"4819checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"48204821[[package]]4822name = "matchers"4823version = "0.0.1"4824source = "registry+https://github.com/rust-lang/crates.io-index"4825checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4826dependencies = [4827 "regex-automata",4828]48294830[[package]]4831name = "matches"4832version = "0.1.9"4833source = "registry+https://github.com/rust-lang/crates.io-index"4834checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"48354836[[package]]4837name = "matrixmultiply"4838version = "0.3.2"4839source = "registry+https://github.com/rust-lang/crates.io-index"4840checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4841dependencies = [4842 "rawpointer",4843]48444845[[package]]4846name = "memchr"4847version = "2.5.0"4848source = "registry+https://github.com/rust-lang/crates.io-index"4849checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"48504851[[package]]4852name = "memmap2"4853version = "0.2.3"4854source = "registry+https://github.com/rust-lang/crates.io-index"4855checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"4856dependencies = [4857 "libc",4858]48594860[[package]]4861name = "memmap2"4862version = "0.5.3"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"4865dependencies = [4866 "libc",4867]48684869[[package]]4870name = "memoffset"4871version = "0.6.5"4872source = "registry+https://github.com/rust-lang/crates.io-index"4873checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4874dependencies = [4875 "autocfg",4876]48774878[[package]]4879name = "memory-db"4880version = "0.29.0"4881source = "registry+https://github.com/rust-lang/crates.io-index"4882checksum = "6566c70c1016f525ced45d7b7f97730a2bafb037c788211d0c186ef5b2189f0a"4883dependencies = [4884 "hash-db",4885 "hashbrown 0.12.1",4886 "parity-util-mem",4887]48884889[[package]]4890name = "memory-lru"4891version = "0.1.0"4892source = "registry+https://github.com/rust-lang/crates.io-index"4893checksum = "beeb98b3d1ed2c0054bd81b5ba949a0243c3ccad751d45ea898fa8059fa2860a"4894dependencies = [4895 "lru 0.6.6",4896]48974898[[package]]4899name = "memory_units"4900version = "0.3.0"4901source = "registry+https://github.com/rust-lang/crates.io-index"4902checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"49034904[[package]]4905name = "merlin"4906version = "2.0.1"4907source = "registry+https://github.com/rust-lang/crates.io-index"4908checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4909dependencies = [4910 "byteorder",4911 "keccak",4912 "rand_core 0.5.1",4913 "zeroize",4914]49154916[[package]]4917name = "metered-channel"4918version = "0.9.22"4919source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"4920dependencies = [4921 "coarsetime",4922 "crossbeam-queue",4923 "derive_more",4924 "futures 0.3.21",4925 "futures-timer",4926 "nanorand",4927 "thiserror",4928 "tracing-gum",4929]49304931[[package]]4932name = "mick-jaeger"4933version = "0.1.8"4934source = "registry+https://github.com/rust-lang/crates.io-index"4935checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4936dependencies = [4937 "futures 0.3.21",4938 "rand 0.8.5",4939 "thrift",4940]49414942[[package]]4943name = "minimal-lexical"4944version = "0.2.1"4945source = "registry+https://github.com/rust-lang/crates.io-index"4946checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"49474948[[package]]4949name = "miniz_oxide"4950version = "0.5.3"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"4953dependencies = [4954 "adler",4955]49564957[[package]]4958name = "mio"4959version = "0.8.3"4960source = "registry+https://github.com/rust-lang/crates.io-index"4961checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"4962dependencies = [4963 "libc",4964 "log",4965 "wasi 0.11.0+wasi-snapshot-preview1",4966 "windows-sys",4967]49684969[[package]]4970name = "more-asserts"4971version = "0.2.2"4972source = "registry+https://github.com/rust-lang/crates.io-index"4973checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"49744975[[package]]4976name = "multiaddr"4977version = "0.14.0"4978source = "registry+https://github.com/rust-lang/crates.io-index"4979checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4980dependencies = [4981 "arrayref",4982 "bs58",4983 "byteorder",4984 "data-encoding",4985 "multihash",4986 "percent-encoding",4987 "serde",4988 "static_assertions",4989 "unsigned-varint",4990 "url",4991]49924993[[package]]4994name = "multibase"4995version = "0.9.1"4996source = "registry+https://github.com/rust-lang/crates.io-index"4997checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4998dependencies = [4999 "base-x",5000 "data-encoding",5001 "data-encoding-macro",5002]50035004[[package]]5005name = "multihash"5006version = "0.16.2"5007source = "registry+https://github.com/rust-lang/crates.io-index"5008checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689"5009dependencies = [5010 "blake2b_simd 1.0.0",5011 "blake2s_simd",5012 "blake3",5013 "core2",5014 "digest 0.10.3",5015 "multihash-derive",5016 "sha2 0.10.2",5017 "sha3 0.10.1",5018 "unsigned-varint",5019]50205021[[package]]5022name = "multihash-derive"5023version = "0.8.0"5024source = "registry+https://github.com/rust-lang/crates.io-index"5025checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"5026dependencies = [5027 "proc-macro-crate",5028 "proc-macro-error",5029 "proc-macro2",5030 "quote",5031 "syn",5032 "synstructure",5033]50345035[[package]]5036name = "multimap"5037version = "0.8.3"5038source = "registry+https://github.com/rust-lang/crates.io-index"5039checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"50405041[[package]]5042name = "multistream-select"5043version = "0.11.0"5044source = "registry+https://github.com/rust-lang/crates.io-index"5045checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"5046dependencies = [5047 "bytes 1.1.0",5048 "futures 0.3.21",5049 "log",5050 "pin-project 1.0.10",5051 "smallvec",5052 "unsigned-varint",5053]50545055[[package]]5056name = "nalgebra"5057version = "0.27.1"5058source = "registry+https://github.com/rust-lang/crates.io-index"5059checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"5060dependencies = [5061 "approx",5062 "matrixmultiply",5063 "nalgebra-macros",5064 "num-complex",5065 "num-rational 0.4.0",5066 "num-traits",5067 "rand 0.8.5",5068 "rand_distr",5069 "simba",5070 "typenum",5071]50725073[[package]]5074name = "nalgebra-macros"5075version = "0.1.0"5076source = "registry+https://github.com/rust-lang/crates.io-index"5077checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5078dependencies = [5079 "proc-macro2",5080 "quote",5081 "syn",5082]50835084[[package]]5085name = "names"5086version = "0.13.0"5087source = "registry+https://github.com/rust-lang/crates.io-index"5088checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5089dependencies = [5090 "rand 0.8.5",5091]50925093[[package]]5094name = "nanorand"5095version = "0.7.0"5096source = "registry+https://github.com/rust-lang/crates.io-index"5097checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50985099[[package]]5100name = "netlink-packet-core"5101version = "0.4.2"5102source = "registry+https://github.com/rust-lang/crates.io-index"5103checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5104dependencies = [5105 "anyhow",5106 "byteorder",5107 "libc",5108 "netlink-packet-utils",5109]51105111[[package]]5112name = "netlink-packet-route"5113version = "0.11.0"5114source = "registry+https://github.com/rust-lang/crates.io-index"5115checksum = "733ea73609acfd7fa7ddadfb7bf709b0471668c456ad9513685af543a06342b2"5116dependencies = [5117 "anyhow",5118 "bitflags",5119 "byteorder",5120 "libc",5121 "netlink-packet-core",5122 "netlink-packet-utils",5123]51245125[[package]]5126name = "netlink-packet-utils"5127version = "0.5.1"5128source = "registry+https://github.com/rust-lang/crates.io-index"5129checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5130dependencies = [5131 "anyhow",5132 "byteorder",5133 "paste",5134 "thiserror",5135]51365137[[package]]5138name = "netlink-proto"5139version = "0.9.2"5140source = "registry+https://github.com/rust-lang/crates.io-index"5141checksum = "ef8785b8141e8432aa45fceb922a7e876d7da3fad37fa7e7ec702ace3aa0826b"5142dependencies = [5143 "bytes 1.1.0",5144 "futures 0.3.21",5145 "log",5146 "netlink-packet-core",5147 "netlink-sys",5148 "tokio 1.18.2",5149]51505151[[package]]5152name = "netlink-sys"5153version = "0.8.2"5154source = "registry+https://github.com/rust-lang/crates.io-index"5155checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"5156dependencies = [5157 "async-io",5158 "bytes 1.1.0",5159 "futures 0.3.21",5160 "libc",5161 "log",5162]51635164[[package]]5165name = "nix"5166version = "0.22.3"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"5169dependencies = [5170 "bitflags",5171 "cc",5172 "cfg-if 1.0.0",5173 "libc",5174 "memoffset",5175]51765177[[package]]5178name = "nodrop"5179version = "0.1.14"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51825183[[package]]5184name = "nohash-hasher"5185version = "0.2.0"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51885189[[package]]5190name = "nom"5191version = "7.1.1"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5194dependencies = [5195 "memchr",5196 "minimal-lexical",5197]51985199[[package]]5200name = "num-bigint"5201version = "0.2.6"5202source = "registry+https://github.com/rust-lang/crates.io-index"5203checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5204dependencies = [5205 "autocfg",5206 "num-integer",5207 "num-traits",5208]52095210[[package]]5211name = "num-complex"5212version = "0.4.1"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5215dependencies = [5216 "num-traits",5217]52185219[[package]]5220name = "num-format"5221version = "0.4.0"5222source = "registry+https://github.com/rust-lang/crates.io-index"5223checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5224dependencies = [5225 "arrayvec 0.4.12",5226 "itoa 0.4.8",5227]52285229[[package]]5230name = "num-integer"5231version = "0.1.45"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5234dependencies = [5235 "autocfg",5236 "num-traits",5237]52385239[[package]]5240name = "num-rational"5241version = "0.2.4"5242source = "registry+https://github.com/rust-lang/crates.io-index"5243checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5244dependencies = [5245 "autocfg",5246 "num-bigint",5247 "num-integer",5248 "num-traits",5249]52505251[[package]]5252name = "num-rational"5253version = "0.4.0"5254source = "registry+https://github.com/rust-lang/crates.io-index"5255checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5256dependencies = [5257 "autocfg",5258 "num-integer",5259 "num-traits",5260]52615262[[package]]5263name = "num-traits"5264version = "0.2.15"5265source = "registry+https://github.com/rust-lang/crates.io-index"5266checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5267dependencies = [5268 "autocfg",5269 "libm",5270]52715272[[package]]5273name = "num_cpus"5274version = "1.13.1"5275source = "registry+https://github.com/rust-lang/crates.io-index"5276checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5277dependencies = [5278 "hermit-abi",5279 "libc",5280]52815282[[package]]5283name = "object"5284version = "0.27.1"5285source = "registry+https://github.com/rust-lang/crates.io-index"5286checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5287dependencies = [5288 "crc32fast",5289 "indexmap",5290 "memchr",5291]52925293[[package]]5294name = "object"5295version = "0.28.4"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5298dependencies = [5299 "memchr",5300]53015302[[package]]5303name = "once_cell"5304version = "1.12.0"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"53075308[[package]]5309name = "opal-runtime"5310version = "0.9.22"5311dependencies = [5312 "cumulus-pallet-aura-ext",5313 "cumulus-pallet-dmp-queue",5314 "cumulus-pallet-parachain-system",5315 "cumulus-pallet-xcm",5316 "cumulus-pallet-xcmp-queue",5317 "cumulus-primitives-core",5318 "cumulus-primitives-timestamp",5319 "cumulus-primitives-utility",5320 "derivative",5321 "fp-evm-mapping",5322 "fp-rpc",5323 "fp-self-contained",5324 "frame-benchmarking",5325 "frame-executive",5326 "frame-support",5327 "frame-system",5328 "frame-system-benchmarking",5329 "frame-system-rpc-runtime-api",5330 "frame-try-runtime",5331 "hex-literal",5332 "log",5333 "orml-vesting",5334 "pallet-aura",5335 "pallet-balances",5336 "pallet-base-fee",5337 "pallet-common",5338 "pallet-ethereum",5339 "pallet-evm",5340 "pallet-evm-coder-substrate",5341 "pallet-evm-contract-helpers",5342 "pallet-evm-migration",5343 "pallet-evm-transaction-payment",5344 "pallet-fungible",5345 "pallet-inflation",5346 "pallet-nonfungible",5347 "pallet-randomness-collective-flip",5348 "pallet-refungible",5349 "pallet-rmrk-core",5350 "pallet-rmrk-equip",5351 "pallet-structure",5352 "pallet-sudo",5353 "pallet-template-transaction-payment",5354 "pallet-timestamp",5355 "pallet-transaction-payment",5356 "pallet-transaction-payment-rpc-runtime-api",5357 "pallet-treasury",5358 "pallet-unique",5359 "pallet-unique-scheduler",5360 "pallet-xcm",5361 "parachain-info",5362 "parity-scale-codec 3.1.2",5363 "polkadot-parachain",5364 "rmrk-rpc",5365 "scale-info",5366 "serde",5367 "smallvec",5368 "sp-api",5369 "sp-arithmetic",5370 "sp-block-builder",5371 "sp-consensus-aura",5372 "sp-core",5373 "sp-inherents",5374 "sp-io",5375 "sp-offchain",5376 "sp-runtime",5377 "sp-session",5378 "sp-std",5379 "sp-transaction-pool",5380 "sp-version",5381 "substrate-wasm-builder",5382 "unique-runtime-common",5383 "up-data-structs",5384 "up-rpc",5385 "xcm",5386 "xcm-builder",5387 "xcm-executor",5388]53895390[[package]]5391name = "opaque-debug"5392version = "0.2.3"5393source = "registry+https://github.com/rust-lang/crates.io-index"5394checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53955396[[package]]5397name = "opaque-debug"5398version = "0.3.0"5399source = "registry+https://github.com/rust-lang/crates.io-index"5400checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"54015402[[package]]5403name = "openssl-probe"5404version = "0.1.5"5405source = "registry+https://github.com/rust-lang/crates.io-index"5406checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"54075408[[package]]5409name = "ordered-float"5410version = "1.1.1"5411source = "registry+https://github.com/rust-lang/crates.io-index"5412checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5413dependencies = [5414 "num-traits",5415]54165417[[package]]5418name = "orml-vesting"5419version = "0.4.1-dev"5420source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=unique-polkadot-v0.9.22#806e5b5b3abfd87d7edc0367b9e5ea505d65c2fe"5421dependencies = [5422 "frame-support",5423 "frame-system",5424 "parity-scale-codec 3.1.2",5425 "scale-info",5426 "serde",5427 "sp-io",5428 "sp-runtime",5429 "sp-std",5430]54315432[[package]]5433name = "os_str_bytes"5434version = "6.1.0"5435source = "registry+https://github.com/rust-lang/crates.io-index"5436checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"54375438[[package]]5439name = "owning_ref"5440version = "0.4.1"5441source = "registry+https://github.com/rust-lang/crates.io-index"5442checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"5443dependencies = [5444 "stable_deref_trait",5445]54465447[[package]]5448name = "pallet-aura"5449version = "4.0.0-dev"5450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5451dependencies = [5452 "frame-support",5453 "frame-system",5454 "pallet-timestamp",5455 "parity-scale-codec 3.1.2",5456 "scale-info",5457 "sp-application-crypto",5458 "sp-consensus-aura",5459 "sp-runtime",5460 "sp-std",5461]54625463[[package]]5464name = "pallet-authority-discovery"5465version = "4.0.0-dev"5466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5467dependencies = [5468 "frame-support",5469 "frame-system",5470 "pallet-session",5471 "parity-scale-codec 3.1.2",5472 "scale-info",5473 "sp-application-crypto",5474 "sp-authority-discovery",5475 "sp-runtime",5476 "sp-std",5477]54785479[[package]]5480name = "pallet-authorship"5481version = "4.0.0-dev"5482source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5483dependencies = [5484 "frame-support",5485 "frame-system",5486 "impl-trait-for-tuples",5487 "parity-scale-codec 3.1.2",5488 "scale-info",5489 "sp-authorship",5490 "sp-runtime",5491 "sp-std",5492]54935494[[package]]5495name = "pallet-babe"5496version = "4.0.0-dev"5497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5498dependencies = [5499 "frame-benchmarking",5500 "frame-support",5501 "frame-system",5502 "log",5503 "pallet-authorship",5504 "pallet-session",5505 "pallet-timestamp",5506 "parity-scale-codec 3.1.2",5507 "scale-info",5508 "sp-application-crypto",5509 "sp-consensus-babe",5510 "sp-consensus-vrf",5511 "sp-io",5512 "sp-runtime",5513 "sp-session",5514 "sp-staking",5515 "sp-std",5516]55175518[[package]]5519name = "pallet-bags-list"5520version = "4.0.0-dev"5521source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5522dependencies = [5523 "frame-benchmarking",5524 "frame-election-provider-support",5525 "frame-support",5526 "frame-system",5527 "log",5528 "pallet-balances",5529 "parity-scale-codec 3.1.2",5530 "scale-info",5531 "sp-core",5532 "sp-io",5533 "sp-runtime",5534 "sp-std",5535 "sp-tracing",5536]55375538[[package]]5539name = "pallet-balances"5540version = "4.0.0-dev"5541source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5542dependencies = [5543 "frame-benchmarking",5544 "frame-support",5545 "frame-system",5546 "log",5547 "parity-scale-codec 3.1.2",5548 "scale-info",5549 "sp-runtime",5550 "sp-std",5551]55525553[[package]]5554name = "pallet-base-fee"5555version = "1.0.0"5556source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"5557dependencies = [5558 "fp-evm",5559 "frame-support",5560 "frame-system",5561 "parity-scale-codec 3.1.2",5562 "scale-info",5563 "serde",5564 "sp-core",5565 "sp-runtime",5566]55675568[[package]]5569name = "pallet-beefy"5570version = "4.0.0-dev"5571source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5572dependencies = [5573 "beefy-primitives",5574 "frame-support",5575 "frame-system",5576 "pallet-session",5577 "parity-scale-codec 3.1.2",5578 "scale-info",5579 "serde",5580 "sp-runtime",5581 "sp-std",5582]55835584[[package]]5585name = "pallet-beefy-mmr"5586version = "4.0.0-dev"5587source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5588dependencies = [5589 "beefy-merkle-tree",5590 "beefy-primitives",5591 "frame-support",5592 "frame-system",5593 "hex",5594 "log",5595 "pallet-beefy",5596 "pallet-mmr",5597 "pallet-session",5598 "parity-scale-codec 3.1.2",5599 "scale-info",5600 "serde",5601 "sp-core",5602 "sp-io",5603 "sp-runtime",5604 "sp-std",5605]56065607[[package]]5608name = "pallet-bounties"5609version = "4.0.0-dev"5610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5611dependencies = [5612 "frame-benchmarking",5613 "frame-support",5614 "frame-system",5615 "log",5616 "pallet-treasury",5617 "parity-scale-codec 3.1.2",5618 "scale-info",5619 "sp-core",5620 "sp-io",5621 "sp-runtime",5622 "sp-std",5623]56245625[[package]]5626name = "pallet-bridge-dispatch"5627version = "0.1.0"5628source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"5629dependencies = [5630 "bp-message-dispatch",5631 "bp-runtime",5632 "frame-support",5633 "frame-system",5634 "log",5635 "parity-scale-codec 3.1.2",5636 "scale-info",5637 "sp-core",5638 "sp-runtime",5639 "sp-std",5640]56415642[[package]]5643name = "pallet-bridge-grandpa"5644version = "0.1.0"5645source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"5646dependencies = [5647 "bp-header-chain",5648 "bp-runtime",5649 "bp-test-utils",5650 "finality-grandpa",5651 "frame-support",5652 "frame-system",5653 "log",5654 "num-traits",5655 "parity-scale-codec 3.1.2",5656 "scale-info",5657 "serde",5658 "sp-finality-grandpa",5659 "sp-runtime",5660 "sp-std",5661 "sp-trie",5662]56635664[[package]]5665name = "pallet-bridge-messages"5666version = "0.1.0"5667source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"5668dependencies = [5669 "bitvec 1.0.0",5670 "bp-message-dispatch",5671 "bp-messages",5672 "bp-runtime",5673 "frame-support",5674 "frame-system",5675 "log",5676 "num-traits",5677 "parity-scale-codec 3.1.2",5678 "scale-info",5679 "serde",5680 "sp-core",5681 "sp-runtime",5682 "sp-std",5683]56845685[[package]]5686name = "pallet-child-bounties"5687version = "4.0.0-dev"5688source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5689dependencies = [5690 "frame-benchmarking",5691 "frame-support",5692 "frame-system",5693 "log",5694 "pallet-bounties",5695 "pallet-treasury",5696 "parity-scale-codec 3.1.2",5697 "scale-info",5698 "sp-core",5699 "sp-io",5700 "sp-runtime",5701 "sp-std",5702]57035704[[package]]5705name = "pallet-collective"5706version = "4.0.0-dev"5707source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5708dependencies = [5709 "frame-benchmarking",5710 "frame-support",5711 "frame-system",5712 "log",5713 "parity-scale-codec 3.1.2",5714 "scale-info",5715 "sp-core",5716 "sp-io",5717 "sp-runtime",5718 "sp-std",5719]57205721[[package]]5722name = "pallet-common"5723version = "0.1.0"5724dependencies = [5725 "ethereum",5726 "evm-coder",5727 "fp-evm-mapping",5728 "frame-benchmarking",5729 "frame-support",5730 "frame-system",5731 "pallet-evm",5732 "pallet-evm-coder-substrate",5733 "parity-scale-codec 3.1.2",5734 "scale-info",5735 "serde",5736 "sp-core",5737 "sp-runtime",5738 "sp-std",5739 "up-data-structs",5740]57415742[[package]]5743name = "pallet-democracy"5744version = "4.0.0-dev"5745source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5746dependencies = [5747 "frame-benchmarking",5748 "frame-support",5749 "frame-system",5750 "parity-scale-codec 3.1.2",5751 "scale-info",5752 "serde",5753 "sp-io",5754 "sp-runtime",5755 "sp-std",5756]57575758[[package]]5759name = "pallet-election-provider-multi-phase"5760version = "4.0.0-dev"5761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5762dependencies = [5763 "frame-benchmarking",5764 "frame-election-provider-support",5765 "frame-support",5766 "frame-system",5767 "log",5768 "parity-scale-codec 3.1.2",5769 "rand 0.7.3",5770 "scale-info",5771 "sp-arithmetic",5772 "sp-core",5773 "sp-io",5774 "sp-npos-elections",5775 "sp-runtime",5776 "sp-std",5777 "static_assertions",5778 "strum 0.23.0",5779]57805781[[package]]5782name = "pallet-election-provider-support-benchmarking"5783version = "4.0.0-dev"5784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5785dependencies = [5786 "frame-benchmarking",5787 "frame-election-provider-support",5788 "frame-system",5789 "parity-scale-codec 3.1.2",5790 "sp-npos-elections",5791 "sp-runtime",5792]57935794[[package]]5795name = "pallet-elections-phragmen"5796version = "5.0.0-dev"5797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5798dependencies = [5799 "frame-benchmarking",5800 "frame-support",5801 "frame-system",5802 "log",5803 "parity-scale-codec 3.1.2",5804 "scale-info",5805 "sp-core",5806 "sp-io",5807 "sp-npos-elections",5808 "sp-runtime",5809 "sp-std",5810]58115812[[package]]5813name = "pallet-ethereum"5814version = "4.0.0-dev"5815source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"5816dependencies = [5817 "ethereum",5818 "ethereum-types",5819 "evm",5820 "fp-consensus",5821 "fp-evm",5822 "fp-evm-mapping",5823 "fp-rpc",5824 "fp-self-contained",5825 "fp-storage",5826 "frame-support",5827 "frame-system",5828 "log",5829 "pallet-evm",5830 "pallet-timestamp",5831 "parity-scale-codec 3.1.2",5832 "rlp",5833 "scale-info",5834 "serde",5835 "sha3 0.10.1",5836 "sp-io",5837 "sp-runtime",5838 "sp-std",5839]58405841[[package]]5842name = "pallet-evm"5843version = "6.0.0-dev"5844source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.22#94cc1f98619da89350f77d18b2e4224b034e07ad"5845dependencies = [5846 "evm",5847 "fp-evm",5848 "fp-evm-mapping",5849 "frame-benchmarking",5850 "frame-support",5851 "frame-system",5852 "hex",5853 "impl-trait-for-tuples",5854 "log",5855 "pallet-timestamp",5856 "parity-scale-codec 3.1.2",5857 "primitive-types",5858 "rlp",5859 "scale-info",5860 "serde",5861 "sha3 0.10.1",5862 "sp-core",5863 "sp-io",5864 "sp-runtime",5865 "sp-std",5866]58675868[[package]]5869name = "pallet-evm-coder-substrate"5870version = "0.1.0"5871dependencies = [5872 "ethereum",5873 "evm-coder",5874 "frame-benchmarking",5875 "frame-support",5876 "frame-system",5877 "pallet-ethereum",5878 "pallet-evm",5879 "parity-scale-codec 3.1.2",5880 "scale-info",5881 "sp-core",5882 "sp-std",5883 "up-data-structs",5884]58855886[[package]]5887name = "pallet-evm-contract-helpers"5888version = "0.1.0"5889dependencies = [5890 "evm-coder",5891 "fp-evm-mapping",5892 "frame-support",5893 "frame-system",5894 "log",5895 "pallet-common",5896 "pallet-evm",5897 "pallet-evm-coder-substrate",5898 "parity-scale-codec 3.1.2",5899 "scale-info",5900 "sp-core",5901 "sp-runtime",5902 "sp-std",5903 "up-data-structs",5904 "up-sponsorship",5905]59065907[[package]]5908name = "pallet-evm-migration"5909version = "0.1.0"5910dependencies = [5911 "fp-evm",5912 "frame-benchmarking",5913 "frame-support",5914 "frame-system",5915 "pallet-evm",5916 "parity-scale-codec 3.1.2",5917 "scale-info",5918 "sp-core",5919 "sp-io",5920 "sp-runtime",5921 "sp-std",5922]59235924[[package]]5925name = "pallet-evm-transaction-payment"5926version = "0.1.0"5927dependencies = [5928 "fp-evm",5929 "fp-evm-mapping",5930 "frame-support",5931 "frame-system",5932 "pallet-ethereum",5933 "pallet-evm",5934 "parity-scale-codec 3.1.2",5935 "scale-info",5936 "sp-core",5937 "sp-io",5938 "sp-runtime",5939 "sp-std",5940 "up-sponsorship",5941]59425943[[package]]5944name = "pallet-fungible"5945version = "0.1.0"5946dependencies = [5947 "ethereum",5948 "evm-coder",5949 "frame-benchmarking",5950 "frame-support",5951 "frame-system",5952 "pallet-common",5953 "pallet-evm",5954 "pallet-evm-coder-substrate",5955 "pallet-structure",5956 "parity-scale-codec 3.1.2",5957 "scale-info",5958 "sp-core",5959 "sp-runtime",5960 "sp-std",5961 "up-data-structs",5962]59635964[[package]]5965name = "pallet-gilt"5966version = "4.0.0-dev"5967source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5968dependencies = [5969 "frame-benchmarking",5970 "frame-support",5971 "frame-system",5972 "parity-scale-codec 3.1.2",5973 "scale-info",5974 "sp-arithmetic",5975 "sp-runtime",5976 "sp-std",5977]59785979[[package]]5980name = "pallet-grandpa"5981version = "4.0.0-dev"5982source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"5983dependencies = [5984 "frame-benchmarking",5985 "frame-support",5986 "frame-system",5987 "log",5988 "pallet-authorship",5989 "pallet-session",5990 "parity-scale-codec 3.1.2",5991 "scale-info",5992 "sp-application-crypto",5993 "sp-core",5994 "sp-finality-grandpa",5995 "sp-io",5996 "sp-runtime",5997 "sp-session",5998 "sp-staking",5999 "sp-std",6000]60016002[[package]]6003name = "pallet-identity"6004version = "4.0.0-dev"6005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6006dependencies = [6007 "enumflags2",6008 "frame-benchmarking",6009 "frame-support",6010 "frame-system",6011 "parity-scale-codec 3.1.2",6012 "scale-info",6013 "sp-io",6014 "sp-runtime",6015 "sp-std",6016]60176018[[package]]6019name = "pallet-im-online"6020version = "4.0.0-dev"6021source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6022dependencies = [6023 "frame-benchmarking",6024 "frame-support",6025 "frame-system",6026 "log",6027 "pallet-authorship",6028 "parity-scale-codec 3.1.2",6029 "scale-info",6030 "sp-application-crypto",6031 "sp-core",6032 "sp-io",6033 "sp-runtime",6034 "sp-staking",6035 "sp-std",6036]60376038[[package]]6039name = "pallet-indices"6040version = "4.0.0-dev"6041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6042dependencies = [6043 "frame-benchmarking",6044 "frame-support",6045 "frame-system",6046 "parity-scale-codec 3.1.2",6047 "scale-info",6048 "sp-core",6049 "sp-io",6050 "sp-keyring",6051 "sp-runtime",6052 "sp-std",6053]60546055[[package]]6056name = "pallet-inflation"6057version = "0.1.0"6058dependencies = [6059 "frame-benchmarking",6060 "frame-support",6061 "frame-system",6062 "pallet-balances",6063 "pallet-randomness-collective-flip",6064 "pallet-timestamp",6065 "parity-scale-codec 3.1.2",6066 "scale-info",6067 "serde",6068 "sp-core",6069 "sp-io",6070 "sp-runtime",6071 "sp-std",6072]60736074[[package]]6075name = "pallet-membership"6076version = "4.0.0-dev"6077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6078dependencies = [6079 "frame-benchmarking",6080 "frame-support",6081 "frame-system",6082 "log",6083 "parity-scale-codec 3.1.2",6084 "scale-info",6085 "sp-core",6086 "sp-io",6087 "sp-runtime",6088 "sp-std",6089]60906091[[package]]6092name = "pallet-mmr"6093version = "4.0.0-dev"6094source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6095dependencies = [6096 "ckb-merkle-mountain-range",6097 "frame-benchmarking",6098 "frame-support",6099 "frame-system",6100 "parity-scale-codec 3.1.2",6101 "scale-info",6102 "sp-core",6103 "sp-io",6104 "sp-mmr-primitives",6105 "sp-runtime",6106 "sp-std",6107]61086109[[package]]6110name = "pallet-mmr-rpc"6111version = "3.0.0"6112source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6113dependencies = [6114 "jsonrpsee",6115 "parity-scale-codec 3.1.2",6116 "serde",6117 "sp-api",6118 "sp-blockchain",6119 "sp-core",6120 "sp-mmr-primitives",6121 "sp-runtime",6122]61236124[[package]]6125name = "pallet-multisig"6126version = "4.0.0-dev"6127source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6128dependencies = [6129 "frame-benchmarking",6130 "frame-support",6131 "frame-system",6132 "parity-scale-codec 3.1.2",6133 "scale-info",6134 "sp-io",6135 "sp-runtime",6136 "sp-std",6137]61386139[[package]]6140name = "pallet-nicks"6141version = "4.0.0-dev"6142source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6143dependencies = [6144 "frame-support",6145 "frame-system",6146 "parity-scale-codec 3.1.2",6147 "scale-info",6148 "sp-io",6149 "sp-runtime",6150 "sp-std",6151]61526153[[package]]6154name = "pallet-nomination-pools"6155version = "1.0.0"6156source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6157dependencies = [6158 "frame-support",6159 "frame-system",6160 "parity-scale-codec 3.1.2",6161 "scale-info",6162 "sp-core",6163 "sp-runtime",6164 "sp-staking",6165 "sp-std",6166]61676168[[package]]6169name = "pallet-nomination-pools-benchmarking"6170version = "1.0.0"6171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6172dependencies = [6173 "frame-benchmarking",6174 "frame-election-provider-support",6175 "frame-support",6176 "frame-system",6177 "pallet-bags-list",6178 "pallet-nomination-pools",6179 "pallet-staking",6180 "parity-scale-codec 3.1.2",6181 "scale-info",6182 "sp-runtime",6183 "sp-staking",6184 "sp-std",6185]61866187[[package]]6188name = "pallet-nonfungible"6189version = "0.1.0"6190dependencies = [6191 "ethereum",6192 "evm-coder",6193 "frame-benchmarking",6194 "frame-support",6195 "frame-system",6196 "pallet-common",6197 "pallet-evm",6198 "pallet-evm-coder-substrate",6199 "pallet-structure",6200 "parity-scale-codec 3.1.2",6201 "scale-info",6202 "sp-core",6203 "sp-runtime",6204 "sp-std",6205 "struct-versioning",6206 "up-data-structs",6207]62086209[[package]]6210name = "pallet-offences"6211version = "4.0.0-dev"6212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6213dependencies = [6214 "frame-support",6215 "frame-system",6216 "log",6217 "pallet-balances",6218 "parity-scale-codec 3.1.2",6219 "scale-info",6220 "serde",6221 "sp-runtime",6222 "sp-staking",6223 "sp-std",6224]62256226[[package]]6227name = "pallet-offences-benchmarking"6228version = "4.0.0-dev"6229source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6230dependencies = [6231 "frame-benchmarking",6232 "frame-election-provider-support",6233 "frame-support",6234 "frame-system",6235 "pallet-babe",6236 "pallet-balances",6237 "pallet-grandpa",6238 "pallet-im-online",6239 "pallet-offences",6240 "pallet-session",6241 "pallet-staking",6242 "parity-scale-codec 3.1.2",6243 "scale-info",6244 "sp-runtime",6245 "sp-staking",6246 "sp-std",6247]62486249[[package]]6250name = "pallet-preimage"6251version = "4.0.0-dev"6252source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6253dependencies = [6254 "frame-benchmarking",6255 "frame-support",6256 "frame-system",6257 "parity-scale-codec 3.1.2",6258 "scale-info",6259 "sp-core",6260 "sp-io",6261 "sp-runtime",6262 "sp-std",6263]62646265[[package]]6266name = "pallet-proxy"6267version = "4.0.0-dev"6268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6269dependencies = [6270 "frame-benchmarking",6271 "frame-support",6272 "frame-system",6273 "parity-scale-codec 3.1.2",6274 "scale-info",6275 "sp-io",6276 "sp-runtime",6277 "sp-std",6278]62796280[[package]]6281name = "pallet-randomness-collective-flip"6282version = "4.0.0-dev"6283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6284dependencies = [6285 "frame-support",6286 "frame-system",6287 "parity-scale-codec 3.1.2",6288 "safe-mix",6289 "scale-info",6290 "sp-runtime",6291 "sp-std",6292]62936294[[package]]6295name = "pallet-recovery"6296version = "4.0.0-dev"6297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6298dependencies = [6299 "frame-benchmarking",6300 "frame-support",6301 "frame-system",6302 "parity-scale-codec 3.1.2",6303 "scale-info",6304 "sp-io",6305 "sp-runtime",6306 "sp-std",6307]63086309[[package]]6310name = "pallet-refungible"6311version = "0.1.0"6312dependencies = [6313 "frame-benchmarking",6314 "frame-support",6315 "frame-system",6316 "pallet-common",6317 "pallet-evm",6318 "pallet-structure",6319 "parity-scale-codec 3.1.2",6320 "scale-info",6321 "sp-core",6322 "sp-runtime",6323 "sp-std",6324 "struct-versioning",6325 "up-data-structs",6326]63276328[[package]]6329name = "pallet-rmrk-core"6330version = "0.1.0"6331dependencies = [6332 "derivative",6333 "frame-benchmarking",6334 "frame-support",6335 "frame-system",6336 "pallet-common",6337 "pallet-evm",6338 "pallet-nonfungible",6339 "pallet-structure",6340 "parity-scale-codec 3.1.2",6341 "rmrk-traits",6342 "scale-info",6343 "sp-core",6344 "sp-runtime",6345 "sp-std",6346 "up-data-structs",6347]63486349[[package]]6350name = "pallet-rmrk-equip"6351version = "0.1.0"6352dependencies = [6353 "frame-benchmarking",6354 "frame-support",6355 "frame-system",6356 "pallet-common",6357 "pallet-evm",6358 "pallet-nonfungible",6359 "pallet-rmrk-core",6360 "parity-scale-codec 3.1.2",6361 "rmrk-traits",6362 "scale-info",6363 "sp-core",6364 "sp-runtime",6365 "sp-std",6366 "up-data-structs",6367]63686369[[package]]6370name = "pallet-scheduler"6371version = "4.0.0-dev"6372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6373dependencies = [6374 "frame-benchmarking",6375 "frame-support",6376 "frame-system",6377 "log",6378 "parity-scale-codec 3.1.2",6379 "scale-info",6380 "sp-io",6381 "sp-runtime",6382 "sp-std",6383]63846385[[package]]6386name = "pallet-session"6387version = "4.0.0-dev"6388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6389dependencies = [6390 "frame-support",6391 "frame-system",6392 "impl-trait-for-tuples",6393 "log",6394 "pallet-timestamp",6395 "parity-scale-codec 3.1.2",6396 "scale-info",6397 "sp-core",6398 "sp-io",6399 "sp-runtime",6400 "sp-session",6401 "sp-staking",6402 "sp-std",6403 "sp-trie",6404]64056406[[package]]6407name = "pallet-session-benchmarking"6408version = "4.0.0-dev"6409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6410dependencies = [6411 "frame-benchmarking",6412 "frame-support",6413 "frame-system",6414 "pallet-session",6415 "pallet-staking",6416 "rand 0.7.3",6417 "sp-runtime",6418 "sp-session",6419 "sp-std",6420]64216422[[package]]6423name = "pallet-society"6424version = "4.0.0-dev"6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6426dependencies = [6427 "frame-support",6428 "frame-system",6429 "parity-scale-codec 3.1.2",6430 "rand_chacha 0.2.2",6431 "scale-info",6432 "sp-runtime",6433 "sp-std",6434]64356436[[package]]6437name = "pallet-staking"6438version = "4.0.0-dev"6439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6440dependencies = [6441 "frame-benchmarking",6442 "frame-election-provider-support",6443 "frame-support",6444 "frame-system",6445 "log",6446 "pallet-authorship",6447 "pallet-session",6448 "parity-scale-codec 3.1.2",6449 "rand_chacha 0.2.2",6450 "scale-info",6451 "serde",6452 "sp-application-crypto",6453 "sp-io",6454 "sp-runtime",6455 "sp-staking",6456 "sp-std",6457]64586459[[package]]6460name = "pallet-staking-reward-curve"6461version = "4.0.0-dev"6462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6463dependencies = [6464 "proc-macro-crate",6465 "proc-macro2",6466 "quote",6467 "syn",6468]64696470[[package]]6471name = "pallet-staking-reward-fn"6472version = "4.0.0-dev"6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6474dependencies = [6475 "log",6476 "sp-arithmetic",6477]64786479[[package]]6480name = "pallet-structure"6481version = "0.1.0"6482dependencies = [6483 "frame-benchmarking",6484 "frame-support",6485 "frame-system",6486 "pallet-common",6487 "pallet-evm",6488 "parity-scale-codec 3.1.2",6489 "scale-info",6490 "sp-std",6491 "up-data-structs",6492]64936494[[package]]6495name = "pallet-sudo"6496version = "4.0.0-dev"6497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6498dependencies = [6499 "frame-support",6500 "frame-system",6501 "parity-scale-codec 3.1.2",6502 "scale-info",6503 "sp-io",6504 "sp-runtime",6505 "sp-std",6506]65076508[[package]]6509name = "pallet-template-transaction-payment"6510version = "3.0.0"6511source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"6512dependencies = [6513 "frame-benchmarking",6514 "frame-support",6515 "frame-system",6516 "pallet-balances",6517 "pallet-transaction-payment",6518 "parity-scale-codec 3.1.2",6519 "scale-info",6520 "serde",6521 "sp-core",6522 "sp-io",6523 "sp-runtime",6524 "sp-std",6525 "up-sponsorship",6526]65276528[[package]]6529name = "pallet-timestamp"6530version = "4.0.0-dev"6531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6532dependencies = [6533 "frame-benchmarking",6534 "frame-support",6535 "frame-system",6536 "log",6537 "parity-scale-codec 3.1.2",6538 "scale-info",6539 "sp-inherents",6540 "sp-io",6541 "sp-runtime",6542 "sp-std",6543 "sp-timestamp",6544]65456546[[package]]6547name = "pallet-tips"6548version = "4.0.0-dev"6549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6550dependencies = [6551 "frame-benchmarking",6552 "frame-support",6553 "frame-system",6554 "log",6555 "pallet-treasury",6556 "parity-scale-codec 3.1.2",6557 "scale-info",6558 "serde",6559 "sp-core",6560 "sp-io",6561 "sp-runtime",6562 "sp-std",6563]65646565[[package]]6566name = "pallet-transaction-payment"6567version = "4.0.0-dev"6568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6569dependencies = [6570 "frame-support",6571 "frame-system",6572 "parity-scale-codec 3.1.2",6573 "scale-info",6574 "serde",6575 "smallvec",6576 "sp-core",6577 "sp-io",6578 "sp-runtime",6579 "sp-std",6580]65816582[[package]]6583name = "pallet-transaction-payment-rpc"6584version = "4.0.0-dev"6585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6586dependencies = [6587 "jsonrpsee",6588 "pallet-transaction-payment-rpc-runtime-api",6589 "parity-scale-codec 3.1.2",6590 "sp-api",6591 "sp-blockchain",6592 "sp-core",6593 "sp-rpc",6594 "sp-runtime",6595]65966597[[package]]6598name = "pallet-transaction-payment-rpc-runtime-api"6599version = "4.0.0-dev"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6601dependencies = [6602 "pallet-transaction-payment",6603 "parity-scale-codec 3.1.2",6604 "sp-api",6605 "sp-runtime",6606]66076608[[package]]6609name = "pallet-treasury"6610version = "4.0.0-dev"6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6612dependencies = [6613 "frame-benchmarking",6614 "frame-support",6615 "frame-system",6616 "impl-trait-for-tuples",6617 "pallet-balances",6618 "parity-scale-codec 3.1.2",6619 "scale-info",6620 "serde",6621 "sp-runtime",6622 "sp-std",6623]66246625[[package]]6626name = "pallet-unique"6627version = "0.1.0"6628dependencies = [6629 "ethereum",6630 "evm-coder",6631 "frame-benchmarking",6632 "frame-support",6633 "frame-system",6634 "pallet-common",6635 "pallet-evm",6636 "pallet-evm-coder-substrate",6637 "pallet-nonfungible",6638 "parity-scale-codec 3.1.2",6639 "scale-info",6640 "serde",6641 "sp-core",6642 "sp-io",6643 "sp-runtime",6644 "sp-std",6645 "up-data-structs",6646]66476648[[package]]6649name = "pallet-unique-scheduler"6650version = "0.1.0"6651dependencies = [6652 "frame-benchmarking",6653 "frame-support",6654 "frame-system",6655 "log",6656 "parity-scale-codec 3.1.2",6657 "scale-info",6658 "serde",6659 "sp-core",6660 "sp-io",6661 "sp-runtime",6662 "sp-std",6663 "substrate-test-utils",6664 "up-sponsorship",6665]66666667[[package]]6668name = "pallet-utility"6669version = "4.0.0-dev"6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6671dependencies = [6672 "frame-benchmarking",6673 "frame-support",6674 "frame-system",6675 "parity-scale-codec 3.1.2",6676 "scale-info",6677 "sp-core",6678 "sp-io",6679 "sp-runtime",6680 "sp-std",6681]66826683[[package]]6684name = "pallet-vesting"6685version = "4.0.0-dev"6686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6687dependencies = [6688 "frame-benchmarking",6689 "frame-support",6690 "frame-system",6691 "log",6692 "parity-scale-codec 3.1.2",6693 "scale-info",6694 "sp-runtime",6695 "sp-std",6696]66976698[[package]]6699name = "pallet-xcm"6700version = "0.9.22"6701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6702dependencies = [6703 "frame-support",6704 "frame-system",6705 "log",6706 "parity-scale-codec 3.1.2",6707 "scale-info",6708 "serde",6709 "sp-core",6710 "sp-runtime",6711 "sp-std",6712 "xcm",6713 "xcm-executor",6714]67156716[[package]]6717name = "pallet-xcm-benchmarks"6718version = "0.9.22"6719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6720dependencies = [6721 "frame-benchmarking",6722 "frame-support",6723 "frame-system",6724 "log",6725 "parity-scale-codec 3.1.2",6726 "scale-info",6727 "sp-runtime",6728 "sp-std",6729 "xcm",6730 "xcm-executor",6731]67326733[[package]]6734name = "parachain-info"6735version = "0.1.0"6736source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"6737dependencies = [6738 "cumulus-primitives-core",6739 "frame-support",6740 "frame-system",6741 "parity-scale-codec 3.1.2",6742 "scale-info",6743 "serde",6744]67456746[[package]]6747name = "parity-db"6748version = "0.3.13"6749source = "registry+https://github.com/rust-lang/crates.io-index"6750checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6751dependencies = [6752 "blake2-rfc",6753 "crc32fast",6754 "fs2",6755 "hex",6756 "libc",6757 "log",6758 "lz4",6759 "memmap2 0.2.3",6760 "parking_lot 0.11.2",6761 "rand 0.8.5",6762 "snap",6763]67646765[[package]]6766name = "parity-scale-codec"6767version = "2.3.1"6768source = "registry+https://github.com/rust-lang/crates.io-index"6769checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6770dependencies = [6771 "arrayvec 0.7.2",6772 "bitvec 0.20.4",6773 "byte-slice-cast",6774 "impl-trait-for-tuples",6775 "parity-scale-codec-derive 2.3.1",6776 "serde",6777]67786779[[package]]6780name = "parity-scale-codec"6781version = "3.1.2"6782source = "registry+https://github.com/rust-lang/crates.io-index"6783checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6784dependencies = [6785 "arrayvec 0.7.2",6786 "bitvec 1.0.0",6787 "byte-slice-cast",6788 "impl-trait-for-tuples",6789 "parity-scale-codec-derive 3.1.2",6790 "serde",6791]67926793[[package]]6794name = "parity-scale-codec-derive"6795version = "2.3.1"6796source = "registry+https://github.com/rust-lang/crates.io-index"6797checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6798dependencies = [6799 "proc-macro-crate",6800 "proc-macro2",6801 "quote",6802 "syn",6803]68046805[[package]]6806name = "parity-scale-codec-derive"6807version = "3.1.2"6808source = "registry+https://github.com/rust-lang/crates.io-index"6809checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6810dependencies = [6811 "proc-macro-crate",6812 "proc-macro2",6813 "quote",6814 "syn",6815]68166817[[package]]6818name = "parity-send-wrapper"6819version = "0.1.0"6820source = "registry+https://github.com/rust-lang/crates.io-index"6821checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68226823[[package]]6824name = "parity-util-mem"6825version = "0.11.0"6826source = "registry+https://github.com/rust-lang/crates.io-index"6827checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6828dependencies = [6829 "cfg-if 1.0.0",6830 "ethereum-types",6831 "hashbrown 0.12.1",6832 "impl-trait-for-tuples",6833 "lru 0.7.6",6834 "parity-util-mem-derive",6835 "parking_lot 0.12.1",6836 "primitive-types",6837 "smallvec",6838 "winapi",6839]68406841[[package]]6842name = "parity-util-mem-derive"6843version = "0.1.0"6844source = "registry+https://github.com/rust-lang/crates.io-index"6845checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6846dependencies = [6847 "proc-macro2",6848 "syn",6849 "synstructure",6850]68516852[[package]]6853name = "parity-wasm"6854version = "0.32.0"6855source = "registry+https://github.com/rust-lang/crates.io-index"6856checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6857dependencies = [6858 "byteorder",6859]68606861[[package]]6862name = "parity-wasm"6863version = "0.42.2"6864source = "registry+https://github.com/rust-lang/crates.io-index"6865checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68666867[[package]]6868name = "parking"6869version = "2.0.0"6870source = "registry+https://github.com/rust-lang/crates.io-index"6871checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68726873[[package]]6874name = "parking_lot"6875version = "0.11.2"6876source = "registry+https://github.com/rust-lang/crates.io-index"6877checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6878dependencies = [6879 "instant",6880 "lock_api",6881 "parking_lot_core 0.8.5",6882]68836884[[package]]6885name = "parking_lot"6886version = "0.12.1"6887source = "registry+https://github.com/rust-lang/crates.io-index"6888checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6889dependencies = [6890 "lock_api",6891 "parking_lot_core 0.9.3",6892]68936894[[package]]6895name = "parking_lot_core"6896version = "0.8.5"6897source = "registry+https://github.com/rust-lang/crates.io-index"6898checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6899dependencies = [6900 "cfg-if 1.0.0",6901 "instant",6902 "libc",6903 "redox_syscall 0.2.13",6904 "smallvec",6905 "winapi",6906]69076908[[package]]6909name = "parking_lot_core"6910version = "0.9.3"6911source = "registry+https://github.com/rust-lang/crates.io-index"6912checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6913dependencies = [6914 "cfg-if 1.0.0",6915 "libc",6916 "redox_syscall 0.2.13",6917 "smallvec",6918 "windows-sys",6919]69206921[[package]]6922name = "paste"6923version = "1.0.7"6924source = "registry+https://github.com/rust-lang/crates.io-index"6925checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69266927[[package]]6928name = "pbkdf2"6929version = "0.4.0"6930source = "registry+https://github.com/rust-lang/crates.io-index"6931checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6932dependencies = [6933 "crypto-mac 0.8.0",6934]69356936[[package]]6937name = "pbkdf2"6938version = "0.8.0"6939source = "registry+https://github.com/rust-lang/crates.io-index"6940checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6941dependencies = [6942 "crypto-mac 0.11.1",6943]69446945[[package]]6946name = "peeking_take_while"6947version = "0.1.2"6948source = "registry+https://github.com/rust-lang/crates.io-index"6949checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69506951[[package]]6952name = "percent-encoding"6953version = "2.1.0"6954source = "registry+https://github.com/rust-lang/crates.io-index"6955checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69566957[[package]]6958name = "pest"6959version = "2.1.3"6960source = "registry+https://github.com/rust-lang/crates.io-index"6961checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6962dependencies = [6963 "ucd-trie",6964]69656966[[package]]6967name = "pest_derive"6968version = "2.1.0"6969source = "registry+https://github.com/rust-lang/crates.io-index"6970checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6971dependencies = [6972 "pest",6973 "pest_generator",6974]69756976[[package]]6977name = "pest_generator"6978version = "2.1.3"6979source = "registry+https://github.com/rust-lang/crates.io-index"6980checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6981dependencies = [6982 "pest",6983 "pest_meta",6984 "proc-macro2",6985 "quote",6986 "syn",6987]69886989[[package]]6990name = "pest_meta"6991version = "2.1.3"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6994dependencies = [6995 "maplit",6996 "pest",6997 "sha-1 0.8.2",6998]69997000[[package]]7001name = "petgraph"7002version = "0.6.2"7003source = "registry+https://github.com/rust-lang/crates.io-index"7004checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7005dependencies = [7006 "fixedbitset",7007 "indexmap",7008]70097010[[package]]7011name = "pin-project"7012version = "0.4.29"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7015dependencies = [7016 "pin-project-internal 0.4.29",7017]70187019[[package]]7020name = "pin-project"7021version = "1.0.10"7022source = "registry+https://github.com/rust-lang/crates.io-index"7023checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7024dependencies = [7025 "pin-project-internal 1.0.10",7026]70277028[[package]]7029name = "pin-project-internal"7030version = "0.4.29"7031source = "registry+https://github.com/rust-lang/crates.io-index"7032checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7033dependencies = [7034 "proc-macro2",7035 "quote",7036 "syn",7037]70387039[[package]]7040name = "pin-project-internal"7041version = "1.0.10"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7044dependencies = [7045 "proc-macro2",7046 "quote",7047 "syn",7048]70497050[[package]]7051name = "pin-project-lite"7052version = "0.1.12"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70557056[[package]]7057name = "pin-project-lite"7058version = "0.2.9"7059source = "registry+https://github.com/rust-lang/crates.io-index"7060checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70617062[[package]]7063name = "pin-utils"7064version = "0.1.0"7065source = "registry+https://github.com/rust-lang/crates.io-index"7066checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70677068[[package]]7069name = "pkg-config"7070version = "0.3.25"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70737074[[package]]7075name = "platforms"7076version = "2.0.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70797080[[package]]7081name = "polkadot-approval-distribution"7082version = "0.9.22"7083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7084dependencies = [7085 "futures 0.3.21",7086 "polkadot-node-network-protocol",7087 "polkadot-node-primitives",7088 "polkadot-node-subsystem",7089 "polkadot-node-subsystem-util",7090 "polkadot-primitives",7091 "rand 0.8.5",7092 "tracing-gum",7093]70947095[[package]]7096name = "polkadot-availability-bitfield-distribution"7097version = "0.9.22"7098source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7099dependencies = [7100 "futures 0.3.21",7101 "polkadot-node-network-protocol",7102 "polkadot-node-subsystem",7103 "polkadot-node-subsystem-util",7104 "polkadot-primitives",7105 "rand 0.8.5",7106 "tracing-gum",7107]71087109[[package]]7110name = "polkadot-availability-distribution"7111version = "0.9.22"7112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7113dependencies = [7114 "derive_more",7115 "fatality",7116 "futures 0.3.21",7117 "lru 0.7.6",7118 "parity-scale-codec 3.1.2",7119 "polkadot-erasure-coding",7120 "polkadot-node-network-protocol",7121 "polkadot-node-primitives",7122 "polkadot-node-subsystem",7123 "polkadot-node-subsystem-util",7124 "polkadot-primitives",7125 "rand 0.8.5",7126 "sp-core",7127 "sp-keystore",7128 "thiserror",7129 "tracing-gum",7130]71317132[[package]]7133name = "polkadot-availability-recovery"7134version = "0.9.22"7135source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7136dependencies = [7137 "fatality",7138 "futures 0.3.21",7139 "lru 0.7.6",7140 "parity-scale-codec 3.1.2",7141 "polkadot-erasure-coding",7142 "polkadot-node-network-protocol",7143 "polkadot-node-primitives",7144 "polkadot-node-subsystem",7145 "polkadot-node-subsystem-util",7146 "polkadot-primitives",7147 "rand 0.8.5",7148 "sc-network",7149 "thiserror",7150 "tracing-gum",7151]71527153[[package]]7154name = "polkadot-cli"7155version = "0.9.22"7156source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7157dependencies = [7158 "clap",7159 "frame-benchmarking-cli",7160 "futures 0.3.21",7161 "log",7162 "polkadot-client",7163 "polkadot-node-core-pvf",7164 "polkadot-node-metrics",7165 "polkadot-performance-test",7166 "polkadot-service",7167 "sc-cli",7168 "sc-service",7169 "sc-sysinfo",7170 "sc-tracing",7171 "sp-core",7172 "sp-trie",7173 "substrate-build-script-utils",7174 "thiserror",7175 "try-runtime-cli",7176]71777178[[package]]7179name = "polkadot-client"7180version = "0.9.22"7181source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7182dependencies = [7183 "beefy-primitives",7184 "frame-benchmarking",7185 "frame-benchmarking-cli",7186 "frame-system",7187 "frame-system-rpc-runtime-api",7188 "pallet-transaction-payment",7189 "pallet-transaction-payment-rpc-runtime-api",7190 "polkadot-core-primitives",7191 "polkadot-node-core-parachains-inherent",7192 "polkadot-primitives",7193 "polkadot-runtime",7194 "polkadot-runtime-common",7195 "sc-client-api",7196 "sc-consensus",7197 "sc-executor",7198 "sc-service",7199 "sp-api",7200 "sp-authority-discovery",7201 "sp-block-builder",7202 "sp-blockchain",7203 "sp-consensus",7204 "sp-consensus-babe",7205 "sp-core",7206 "sp-finality-grandpa",7207 "sp-inherents",7208 "sp-keyring",7209 "sp-mmr-primitives",7210 "sp-offchain",7211 "sp-runtime",7212 "sp-session",7213 "sp-storage",7214 "sp-timestamp",7215 "sp-transaction-pool",7216]72177218[[package]]7219name = "polkadot-collator-protocol"7220version = "0.9.22"7221source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7222dependencies = [7223 "always-assert",7224 "fatality",7225 "futures 0.3.21",7226 "futures-timer",7227 "polkadot-node-network-protocol",7228 "polkadot-node-primitives",7229 "polkadot-node-subsystem",7230 "polkadot-node-subsystem-util",7231 "polkadot-primitives",7232 "sp-core",7233 "sp-keystore",7234 "sp-runtime",7235 "thiserror",7236 "tracing-gum",7237]72387239[[package]]7240name = "polkadot-core-primitives"7241version = "0.9.22"7242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7243dependencies = [7244 "parity-scale-codec 3.1.2",7245 "parity-util-mem",7246 "scale-info",7247 "sp-core",7248 "sp-runtime",7249 "sp-std",7250]72517252[[package]]7253name = "polkadot-dispute-distribution"7254version = "0.9.22"7255source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7256dependencies = [7257 "derive_more",7258 "fatality",7259 "futures 0.3.21",7260 "lru 0.7.6",7261 "parity-scale-codec 3.1.2",7262 "polkadot-erasure-coding",7263 "polkadot-node-network-protocol",7264 "polkadot-node-primitives",7265 "polkadot-node-subsystem",7266 "polkadot-node-subsystem-util",7267 "polkadot-primitives",7268 "sc-network",7269 "sp-application-crypto",7270 "sp-keystore",7271 "thiserror",7272 "tracing-gum",7273]72747275[[package]]7276name = "polkadot-erasure-coding"7277version = "0.9.22"7278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7279dependencies = [7280 "parity-scale-codec 3.1.2",7281 "polkadot-node-primitives",7282 "polkadot-primitives",7283 "reed-solomon-novelpoly",7284 "sp-core",7285 "sp-trie",7286 "thiserror",7287]72887289[[package]]7290name = "polkadot-gossip-support"7291version = "0.9.22"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7293dependencies = [7294 "futures 0.3.21",7295 "futures-timer",7296 "polkadot-node-network-protocol",7297 "polkadot-node-subsystem",7298 "polkadot-node-subsystem-util",7299 "polkadot-primitives",7300 "rand 0.8.5",7301 "rand_chacha 0.3.1",7302 "sc-network",7303 "sp-application-crypto",7304 "sp-core",7305 "sp-keystore",7306 "tracing-gum",7307]73087309[[package]]7310name = "polkadot-network-bridge"7311version = "0.9.22"7312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7313dependencies = [7314 "always-assert",7315 "async-trait",7316 "bytes 1.1.0",7317 "futures 0.3.21",7318 "parity-scale-codec 3.1.2",7319 "parking_lot 0.12.1",7320 "polkadot-node-network-protocol",7321 "polkadot-node-subsystem",7322 "polkadot-node-subsystem-util",7323 "polkadot-overseer",7324 "polkadot-primitives",7325 "sc-network",7326 "sp-consensus",7327 "tracing-gum",7328]73297330[[package]]7331name = "polkadot-node-collation-generation"7332version = "0.9.22"7333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7334dependencies = [7335 "futures 0.3.21",7336 "parity-scale-codec 3.1.2",7337 "polkadot-erasure-coding",7338 "polkadot-node-primitives",7339 "polkadot-node-subsystem",7340 "polkadot-node-subsystem-util",7341 "polkadot-primitives",7342 "sp-core",7343 "sp-maybe-compressed-blob",7344 "thiserror",7345 "tracing-gum",7346]73477348[[package]]7349name = "polkadot-node-core-approval-voting"7350version = "0.9.22"7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7352dependencies = [7353 "bitvec 1.0.0",7354 "derive_more",7355 "futures 0.3.21",7356 "futures-timer",7357 "kvdb",7358 "lru 0.7.6",7359 "merlin",7360 "parity-scale-codec 3.1.2",7361 "polkadot-node-jaeger",7362 "polkadot-node-primitives",7363 "polkadot-node-subsystem",7364 "polkadot-node-subsystem-util",7365 "polkadot-overseer",7366 "polkadot-primitives",7367 "sc-keystore",7368 "schnorrkel",7369 "sp-application-crypto",7370 "sp-consensus",7371 "sp-consensus-slots",7372 "sp-runtime",7373 "thiserror",7374 "tracing-gum",7375]73767377[[package]]7378name = "polkadot-node-core-av-store"7379version = "0.9.22"7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7381dependencies = [7382 "bitvec 1.0.0",7383 "futures 0.3.21",7384 "futures-timer",7385 "kvdb",7386 "parity-scale-codec 3.1.2",7387 "polkadot-erasure-coding",7388 "polkadot-node-primitives",7389 "polkadot-node-subsystem",7390 "polkadot-node-subsystem-util",7391 "polkadot-overseer",7392 "polkadot-primitives",7393 "thiserror",7394 "tracing-gum",7395]73967397[[package]]7398name = "polkadot-node-core-backing"7399version = "0.9.22"7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7401dependencies = [7402 "bitvec 1.0.0",7403 "fatality",7404 "futures 0.3.21",7405 "polkadot-erasure-coding",7406 "polkadot-node-primitives",7407 "polkadot-node-subsystem",7408 "polkadot-node-subsystem-util",7409 "polkadot-primitives",7410 "polkadot-statement-table",7411 "sp-keystore",7412 "thiserror",7413 "tracing-gum",7414]74157416[[package]]7417name = "polkadot-node-core-bitfield-signing"7418version = "0.9.22"7419source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7420dependencies = [7421 "futures 0.3.21",7422 "polkadot-node-subsystem",7423 "polkadot-node-subsystem-util",7424 "polkadot-primitives",7425 "sp-keystore",7426 "thiserror",7427 "tracing-gum",7428 "wasm-timer",7429]74307431[[package]]7432name = "polkadot-node-core-candidate-validation"7433version = "0.9.22"7434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7435dependencies = [7436 "async-trait",7437 "futures 0.3.21",7438 "parity-scale-codec 3.1.2",7439 "polkadot-node-core-pvf",7440 "polkadot-node-primitives",7441 "polkadot-node-subsystem",7442 "polkadot-node-subsystem-util",7443 "polkadot-parachain",7444 "polkadot-primitives",7445 "sp-maybe-compressed-blob",7446 "tracing-gum",7447]74487449[[package]]7450name = "polkadot-node-core-chain-api"7451version = "0.9.22"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7453dependencies = [7454 "futures 0.3.21",7455 "polkadot-node-subsystem",7456 "polkadot-node-subsystem-util",7457 "polkadot-primitives",7458 "sc-client-api",7459 "sc-consensus-babe",7460 "sp-blockchain",7461 "tracing-gum",7462]74637464[[package]]7465name = "polkadot-node-core-chain-selection"7466version = "0.9.22"7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7468dependencies = [7469 "futures 0.3.21",7470 "futures-timer",7471 "kvdb",7472 "parity-scale-codec 3.1.2",7473 "polkadot-node-primitives",7474 "polkadot-node-subsystem",7475 "polkadot-node-subsystem-util",7476 "polkadot-primitives",7477 "thiserror",7478 "tracing-gum",7479]74807481[[package]]7482name = "polkadot-node-core-dispute-coordinator"7483version = "0.9.22"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7485dependencies = [7486 "fatality",7487 "futures 0.3.21",7488 "kvdb",7489 "lru 0.7.6",7490 "parity-scale-codec 3.1.2",7491 "polkadot-node-primitives",7492 "polkadot-node-subsystem",7493 "polkadot-node-subsystem-util",7494 "polkadot-primitives",7495 "sc-keystore",7496 "thiserror",7497 "tracing-gum",7498]74997500[[package]]7501name = "polkadot-node-core-parachains-inherent"7502version = "0.9.22"7503source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7504dependencies = [7505 "async-trait",7506 "futures 0.3.21",7507 "futures-timer",7508 "polkadot-node-subsystem",7509 "polkadot-primitives",7510 "sp-blockchain",7511 "sp-inherents",7512 "sp-runtime",7513 "thiserror",7514 "tracing-gum",7515]75167517[[package]]7518name = "polkadot-node-core-provisioner"7519version = "0.9.22"7520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7521dependencies = [7522 "bitvec 1.0.0",7523 "fatality",7524 "futures 0.3.21",7525 "futures-timer",7526 "polkadot-node-primitives",7527 "polkadot-node-subsystem",7528 "polkadot-node-subsystem-util",7529 "polkadot-primitives",7530 "rand 0.8.5",7531 "thiserror",7532 "tracing-gum",7533]75347535[[package]]7536name = "polkadot-node-core-pvf"7537version = "0.9.22"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7539dependencies = [7540 "always-assert",7541 "assert_matches",7542 "async-process",7543 "async-std",7544 "futures 0.3.21",7545 "futures-timer",7546 "parity-scale-codec 3.1.2",7547 "pin-project 1.0.10",7548 "polkadot-core-primitives",7549 "polkadot-node-subsystem-util",7550 "polkadot-parachain",7551 "rand 0.8.5",7552 "sc-executor",7553 "sc-executor-common",7554 "sc-executor-wasmtime",7555 "slotmap",7556 "sp-core",7557 "sp-externalities",7558 "sp-io",7559 "sp-maybe-compressed-blob",7560 "sp-tracing",7561 "sp-wasm-interface",7562 "tracing-gum",7563]75647565[[package]]7566name = "polkadot-node-core-pvf-checker"7567version = "0.9.22"7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7569dependencies = [7570 "futures 0.3.21",7571 "polkadot-node-primitives",7572 "polkadot-node-subsystem",7573 "polkadot-node-subsystem-util",7574 "polkadot-overseer",7575 "polkadot-primitives",7576 "sp-keystore",7577 "thiserror",7578 "tracing-gum",7579]75807581[[package]]7582name = "polkadot-node-core-runtime-api"7583version = "0.9.22"7584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7585dependencies = [7586 "futures 0.3.21",7587 "memory-lru",7588 "parity-util-mem",7589 "polkadot-node-subsystem",7590 "polkadot-node-subsystem-util",7591 "polkadot-primitives",7592 "sp-api",7593 "sp-authority-discovery",7594 "sp-consensus-babe",7595 "sp-core",7596 "tracing-gum",7597]75987599[[package]]7600name = "polkadot-node-jaeger"7601version = "0.9.22"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7603dependencies = [7604 "async-std",7605 "lazy_static",7606 "log",7607 "mick-jaeger",7608 "parity-scale-codec 3.1.2",7609 "parking_lot 0.12.1",7610 "polkadot-node-primitives",7611 "polkadot-primitives",7612 "sc-network",7613 "sp-core",7614 "thiserror",7615]76167617[[package]]7618name = "polkadot-node-metrics"7619version = "0.9.22"7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7621dependencies = [7622 "bs58",7623 "futures 0.3.21",7624 "futures-timer",7625 "log",7626 "metered-channel",7627 "parity-scale-codec 3.1.2",7628 "polkadot-primitives",7629 "sc-cli",7630 "sc-service",7631 "sc-tracing",7632 "substrate-prometheus-endpoint",7633 "tracing-gum",7634]76357636[[package]]7637name = "polkadot-node-network-protocol"7638version = "0.9.22"7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7640dependencies = [7641 "async-trait",7642 "derive_more",7643 "fatality",7644 "futures 0.3.21",7645 "parity-scale-codec 3.1.2",7646 "polkadot-node-jaeger",7647 "polkadot-node-primitives",7648 "polkadot-primitives",7649 "rand 0.8.5",7650 "sc-authority-discovery",7651 "sc-network",7652 "strum 0.24.0",7653 "thiserror",7654]76557656[[package]]7657name = "polkadot-node-primitives"7658version = "0.9.22"7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7660dependencies = [7661 "bounded-vec",7662 "futures 0.3.21",7663 "parity-scale-codec 3.1.2",7664 "polkadot-parachain",7665 "polkadot-primitives",7666 "schnorrkel",7667 "serde",7668 "sp-application-crypto",7669 "sp-consensus-babe",7670 "sp-consensus-vrf",7671 "sp-core",7672 "sp-keystore",7673 "sp-maybe-compressed-blob",7674 "thiserror",7675 "zstd",7676]76777678[[package]]7679name = "polkadot-node-subsystem"7680version = "0.9.22"7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7682dependencies = [7683 "polkadot-node-jaeger",7684 "polkadot-node-subsystem-types",7685 "polkadot-overseer",7686]76877688[[package]]7689name = "polkadot-node-subsystem-types"7690version = "0.9.22"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7692dependencies = [7693 "derive_more",7694 "futures 0.3.21",7695 "polkadot-node-jaeger",7696 "polkadot-node-network-protocol",7697 "polkadot-node-primitives",7698 "polkadot-overseer-gen",7699 "polkadot-primitives",7700 "polkadot-statement-table",7701 "sc-network",7702 "smallvec",7703 "substrate-prometheus-endpoint",7704 "thiserror",7705]77067707[[package]]7708name = "polkadot-node-subsystem-util"7709version = "0.9.22"7710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7711dependencies = [7712 "async-trait",7713 "derive_more",7714 "fatality",7715 "futures 0.3.21",7716 "itertools",7717 "kvdb",7718 "lru 0.7.6",7719 "metered-channel",7720 "parity-db",7721 "parity-scale-codec 3.1.2",7722 "parity-util-mem",7723 "parking_lot 0.11.2",7724 "pin-project 1.0.10",7725 "polkadot-node-jaeger",7726 "polkadot-node-metrics",7727 "polkadot-node-network-protocol",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-overseer",7731 "polkadot-primitives",7732 "rand 0.8.5",7733 "sp-application-crypto",7734 "sp-core",7735 "sp-keystore",7736 "thiserror",7737 "tracing-gum",7738]77397740[[package]]7741name = "polkadot-overseer"7742version = "0.9.22"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7744dependencies = [7745 "futures 0.3.21",7746 "futures-timer",7747 "lru 0.7.6",7748 "parity-util-mem",7749 "parking_lot 0.12.1",7750 "polkadot-node-metrics",7751 "polkadot-node-network-protocol",7752 "polkadot-node-primitives",7753 "polkadot-node-subsystem-types",7754 "polkadot-overseer-gen",7755 "polkadot-primitives",7756 "sc-client-api",7757 "sp-api",7758 "tracing-gum",7759]77607761[[package]]7762name = "polkadot-overseer-gen"7763version = "0.9.22"7764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7765dependencies = [7766 "async-trait",7767 "futures 0.3.21",7768 "futures-timer",7769 "metered-channel",7770 "pin-project 1.0.10",7771 "polkadot-node-network-protocol",7772 "polkadot-node-primitives",7773 "polkadot-overseer-gen-proc-macro",7774 "thiserror",7775 "tracing-gum",7776]77777778[[package]]7779name = "polkadot-overseer-gen-proc-macro"7780version = "0.9.22"7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7782dependencies = [7783 "expander 0.0.6",7784 "proc-macro-crate",7785 "proc-macro2",7786 "quote",7787 "syn",7788]77897790[[package]]7791name = "polkadot-parachain"7792version = "0.9.22"7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7794dependencies = [7795 "derive_more",7796 "frame-support",7797 "parity-scale-codec 3.1.2",7798 "parity-util-mem",7799 "polkadot-core-primitives",7800 "scale-info",7801 "serde",7802 "sp-core",7803 "sp-runtime",7804 "sp-std",7805]78067807[[package]]7808name = "polkadot-performance-test"7809version = "0.9.22"7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7811dependencies = [7812 "env_logger",7813 "kusama-runtime",7814 "log",7815 "polkadot-erasure-coding",7816 "polkadot-node-core-pvf",7817 "polkadot-node-primitives",7818 "quote",7819 "thiserror",7820]78217822[[package]]7823name = "polkadot-primitives"7824version = "0.9.22"7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7826dependencies = [7827 "bitvec 1.0.0",7828 "frame-system",7829 "hex-literal",7830 "parity-scale-codec 3.1.2",7831 "parity-util-mem",7832 "polkadot-core-primitives",7833 "polkadot-parachain",7834 "scale-info",7835 "serde",7836 "sp-api",7837 "sp-application-crypto",7838 "sp-arithmetic",7839 "sp-authority-discovery",7840 "sp-consensus-slots",7841 "sp-core",7842 "sp-inherents",7843 "sp-io",7844 "sp-keystore",7845 "sp-runtime",7846 "sp-staking",7847 "sp-std",7848 "sp-trie",7849 "sp-version",7850]78517852[[package]]7853name = "polkadot-rpc"7854version = "0.9.22"7855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7856dependencies = [7857 "beefy-gadget",7858 "beefy-gadget-rpc",7859 "jsonrpsee",7860 "pallet-mmr-rpc",7861 "pallet-transaction-payment-rpc",7862 "polkadot-primitives",7863 "sc-chain-spec",7864 "sc-client-api",7865 "sc-consensus-babe",7866 "sc-consensus-babe-rpc",7867 "sc-consensus-epochs",7868 "sc-finality-grandpa",7869 "sc-finality-grandpa-rpc",7870 "sc-rpc",7871 "sc-sync-state-rpc",7872 "sc-transaction-pool-api",7873 "sp-api",7874 "sp-block-builder",7875 "sp-blockchain",7876 "sp-consensus",7877 "sp-consensus-babe",7878 "sp-keystore",7879 "sp-runtime",7880 "substrate-frame-rpc-system",7881 "substrate-state-trie-migration-rpc",7882]78837884[[package]]7885name = "polkadot-runtime"7886version = "0.9.22"7887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7888dependencies = [7889 "beefy-primitives",7890 "bitvec 1.0.0",7891 "frame-benchmarking",7892 "frame-election-provider-support",7893 "frame-executive",7894 "frame-support",7895 "frame-system",7896 "frame-system-benchmarking",7897 "frame-system-rpc-runtime-api",7898 "frame-try-runtime",7899 "hex-literal",7900 "log",7901 "pallet-authority-discovery",7902 "pallet-authorship",7903 "pallet-babe",7904 "pallet-bags-list",7905 "pallet-balances",7906 "pallet-bounties",7907 "pallet-child-bounties",7908 "pallet-collective",7909 "pallet-democracy",7910 "pallet-election-provider-multi-phase",7911 "pallet-election-provider-support-benchmarking",7912 "pallet-elections-phragmen",7913 "pallet-grandpa",7914 "pallet-identity",7915 "pallet-im-online",7916 "pallet-indices",7917 "pallet-membership",7918 "pallet-multisig",7919 "pallet-nicks",7920 "pallet-offences",7921 "pallet-offences-benchmarking",7922 "pallet-preimage",7923 "pallet-proxy",7924 "pallet-scheduler",7925 "pallet-session",7926 "pallet-session-benchmarking",7927 "pallet-staking",7928 "pallet-staking-reward-curve",7929 "pallet-timestamp",7930 "pallet-tips",7931 "pallet-transaction-payment",7932 "pallet-transaction-payment-rpc-runtime-api",7933 "pallet-treasury",7934 "pallet-utility",7935 "pallet-vesting",7936 "pallet-xcm",7937 "parity-scale-codec 3.1.2",7938 "polkadot-primitives",7939 "polkadot-runtime-common",7940 "polkadot-runtime-constants",7941 "polkadot-runtime-parachains",7942 "rustc-hex",7943 "scale-info",7944 "serde",7945 "serde_derive",7946 "smallvec",7947 "sp-api",7948 "sp-authority-discovery",7949 "sp-block-builder",7950 "sp-consensus-babe",7951 "sp-core",7952 "sp-inherents",7953 "sp-io",7954 "sp-mmr-primitives",7955 "sp-npos-elections",7956 "sp-offchain",7957 "sp-runtime",7958 "sp-session",7959 "sp-staking",7960 "sp-std",7961 "sp-transaction-pool",7962 "sp-version",7963 "static_assertions",7964 "substrate-wasm-builder",7965 "xcm",7966 "xcm-builder",7967 "xcm-executor",7968]79697970[[package]]7971name = "polkadot-runtime-common"7972version = "0.9.22"7973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7974dependencies = [7975 "beefy-primitives",7976 "bitvec 1.0.0",7977 "frame-benchmarking",7978 "frame-election-provider-support",7979 "frame-support",7980 "frame-system",7981 "impl-trait-for-tuples",7982 "libsecp256k1",7983 "log",7984 "pallet-authorship",7985 "pallet-babe",7986 "pallet-bags-list",7987 "pallet-balances",7988 "pallet-beefy-mmr",7989 "pallet-election-provider-multi-phase",7990 "pallet-session",7991 "pallet-staking",7992 "pallet-timestamp",7993 "pallet-transaction-payment",7994 "pallet-treasury",7995 "pallet-vesting",7996 "parity-scale-codec 3.1.2",7997 "polkadot-primitives",7998 "polkadot-runtime-parachains",7999 "rustc-hex",8000 "scale-info",8001 "serde",8002 "serde_derive",8003 "slot-range-helper",8004 "sp-api",8005 "sp-core",8006 "sp-inherents",8007 "sp-io",8008 "sp-npos-elections",8009 "sp-runtime",8010 "sp-session",8011 "sp-staking",8012 "sp-std",8013 "static_assertions",8014 "xcm",8015]80168017[[package]]8018name = "polkadot-runtime-constants"8019version = "0.9.22"8020source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8021dependencies = [8022 "frame-support",8023 "polkadot-primitives",8024 "polkadot-runtime-common",8025 "smallvec",8026 "sp-runtime",8027]80288029[[package]]8030name = "polkadot-runtime-metrics"8031version = "0.9.22"8032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8033dependencies = [8034 "bs58",8035 "parity-scale-codec 3.1.2",8036 "polkadot-primitives",8037 "sp-std",8038 "sp-tracing",8039]80408041[[package]]8042name = "polkadot-runtime-parachains"8043version = "0.9.22"8044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8045dependencies = [8046 "bitflags",8047 "bitvec 1.0.0",8048 "derive_more",8049 "frame-benchmarking",8050 "frame-support",8051 "frame-system",8052 "log",8053 "pallet-authority-discovery",8054 "pallet-authorship",8055 "pallet-babe",8056 "pallet-balances",8057 "pallet-session",8058 "pallet-staking",8059 "pallet-timestamp",8060 "pallet-vesting",8061 "parity-scale-codec 3.1.2",8062 "polkadot-primitives",8063 "polkadot-runtime-metrics",8064 "rand 0.8.5",8065 "rand_chacha 0.3.1",8066 "rustc-hex",8067 "scale-info",8068 "serde",8069 "sp-api",8070 "sp-application-crypto",8071 "sp-core",8072 "sp-inherents",8073 "sp-io",8074 "sp-keystore",8075 "sp-runtime",8076 "sp-session",8077 "sp-staking",8078 "sp-std",8079 "static_assertions",8080 "xcm",8081 "xcm-executor",8082]80838084[[package]]8085name = "polkadot-service"8086version = "0.9.22"8087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8088dependencies = [8089 "async-trait",8090 "beefy-gadget",8091 "beefy-primitives",8092 "frame-system-rpc-runtime-api",8093 "futures 0.3.21",8094 "hex-literal",8095 "kusama-runtime",8096 "kvdb",8097 "kvdb-rocksdb",8098 "lru 0.7.6",8099 "pallet-babe",8100 "pallet-im-online",8101 "pallet-staking",8102 "pallet-transaction-payment-rpc-runtime-api",8103 "parity-db",8104 "polkadot-approval-distribution",8105 "polkadot-availability-bitfield-distribution",8106 "polkadot-availability-distribution",8107 "polkadot-availability-recovery",8108 "polkadot-client",8109 "polkadot-collator-protocol",8110 "polkadot-dispute-distribution",8111 "polkadot-gossip-support",8112 "polkadot-network-bridge",8113 "polkadot-node-collation-generation",8114 "polkadot-node-core-approval-voting",8115 "polkadot-node-core-av-store",8116 "polkadot-node-core-backing",8117 "polkadot-node-core-bitfield-signing",8118 "polkadot-node-core-candidate-validation",8119 "polkadot-node-core-chain-api",8120 "polkadot-node-core-chain-selection",8121 "polkadot-node-core-dispute-coordinator",8122 "polkadot-node-core-parachains-inherent",8123 "polkadot-node-core-provisioner",8124 "polkadot-node-core-pvf-checker",8125 "polkadot-node-core-runtime-api",8126 "polkadot-node-network-protocol",8127 "polkadot-node-primitives",8128 "polkadot-node-subsystem",8129 "polkadot-node-subsystem-util",8130 "polkadot-overseer",8131 "polkadot-parachain",8132 "polkadot-primitives",8133 "polkadot-rpc",8134 "polkadot-runtime",8135 "polkadot-runtime-constants",8136 "polkadot-runtime-parachains",8137 "polkadot-statement-distribution",8138 "rococo-runtime",8139 "sc-authority-discovery",8140 "sc-basic-authorship",8141 "sc-block-builder",8142 "sc-chain-spec",8143 "sc-client-api",8144 "sc-client-db",8145 "sc-consensus",8146 "sc-consensus-babe",8147 "sc-consensus-slots",8148 "sc-consensus-uncles",8149 "sc-executor",8150 "sc-finality-grandpa",8151 "sc-keystore",8152 "sc-network",8153 "sc-offchain",8154 "sc-service",8155 "sc-sync-state-rpc",8156 "sc-sysinfo",8157 "sc-telemetry",8158 "sc-transaction-pool",8159 "serde",8160 "serde_json",8161 "sp-api",8162 "sp-authority-discovery",8163 "sp-block-builder",8164 "sp-blockchain",8165 "sp-consensus",8166 "sp-consensus-babe",8167 "sp-core",8168 "sp-finality-grandpa",8169 "sp-inherents",8170 "sp-io",8171 "sp-keystore",8172 "sp-offchain",8173 "sp-runtime",8174 "sp-session",8175 "sp-state-machine",8176 "sp-storage",8177 "sp-timestamp",8178 "sp-transaction-pool",8179 "sp-trie",8180 "substrate-prometheus-endpoint",8181 "thiserror",8182 "tracing-gum",8183 "westend-runtime",8184]81858186[[package]]8187name = "polkadot-statement-distribution"8188version = "0.9.22"8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8190dependencies = [8191 "arrayvec 0.5.2",8192 "fatality",8193 "futures 0.3.21",8194 "indexmap",8195 "parity-scale-codec 3.1.2",8196 "polkadot-node-network-protocol",8197 "polkadot-node-primitives",8198 "polkadot-node-subsystem",8199 "polkadot-node-subsystem-util",8200 "polkadot-primitives",8201 "sp-keystore",8202 "sp-staking",8203 "thiserror",8204 "tracing-gum",8205]82068207[[package]]8208name = "polkadot-statement-table"8209version = "0.9.22"8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8211dependencies = [8212 "parity-scale-codec 3.1.2",8213 "polkadot-primitives",8214 "sp-core",8215]82168217[[package]]8218name = "polkadot-test-runtime"8219version = "0.9.22"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8221dependencies = [8222 "beefy-primitives",8223 "bitvec 1.0.0",8224 "frame-election-provider-support",8225 "frame-executive",8226 "frame-support",8227 "frame-system",8228 "frame-system-rpc-runtime-api",8229 "log",8230 "pallet-authority-discovery",8231 "pallet-authorship",8232 "pallet-babe",8233 "pallet-balances",8234 "pallet-grandpa",8235 "pallet-indices",8236 "pallet-nicks",8237 "pallet-offences",8238 "pallet-session",8239 "pallet-staking",8240 "pallet-staking-reward-curve",8241 "pallet-sudo",8242 "pallet-timestamp",8243 "pallet-transaction-payment",8244 "pallet-transaction-payment-rpc-runtime-api",8245 "pallet-vesting",8246 "pallet-xcm",8247 "parity-scale-codec 3.1.2",8248 "polkadot-parachain",8249 "polkadot-primitives",8250 "polkadot-runtime-common",8251 "polkadot-runtime-parachains",8252 "rustc-hex",8253 "scale-info",8254 "serde",8255 "serde_derive",8256 "smallvec",8257 "sp-api",8258 "sp-authority-discovery",8259 "sp-block-builder",8260 "sp-consensus-babe",8261 "sp-core",8262 "sp-inherents",8263 "sp-io",8264 "sp-mmr-primitives",8265 "sp-offchain",8266 "sp-runtime",8267 "sp-session",8268 "sp-staking",8269 "sp-std",8270 "sp-transaction-pool",8271 "sp-version",8272 "substrate-wasm-builder",8273 "test-runtime-constants",8274 "xcm",8275 "xcm-builder",8276 "xcm-executor",8277]82788279[[package]]8280name = "polkadot-test-service"8281version = "0.9.22"8282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8283dependencies = [8284 "frame-benchmarking",8285 "frame-system",8286 "futures 0.1.31",8287 "futures 0.3.21",8288 "hex",8289 "pallet-balances",8290 "pallet-staking",8291 "pallet-transaction-payment",8292 "polkadot-node-primitives",8293 "polkadot-node-subsystem",8294 "polkadot-overseer",8295 "polkadot-parachain",8296 "polkadot-primitives",8297 "polkadot-rpc",8298 "polkadot-runtime-common",8299 "polkadot-runtime-parachains",8300 "polkadot-service",8301 "polkadot-test-runtime",8302 "rand 0.8.5",8303 "sc-authority-discovery",8304 "sc-chain-spec",8305 "sc-cli",8306 "sc-client-api",8307 "sc-consensus",8308 "sc-consensus-babe",8309 "sc-executor",8310 "sc-finality-grandpa",8311 "sc-network",8312 "sc-service",8313 "sc-tracing",8314 "sc-transaction-pool",8315 "sp-arithmetic",8316 "sp-authority-discovery",8317 "sp-blockchain",8318 "sp-consensus",8319 "sp-consensus-babe",8320 "sp-core",8321 "sp-finality-grandpa",8322 "sp-inherents",8323 "sp-keyring",8324 "sp-runtime",8325 "sp-state-machine",8326 "substrate-test-client",8327 "tempfile",8328 "test-runtime-constants",8329 "tokio 1.18.2",8330 "tracing-gum",8331]83328333[[package]]8334name = "polling"8335version = "2.2.0"8336source = "registry+https://github.com/rust-lang/crates.io-index"8337checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8338dependencies = [8339 "cfg-if 1.0.0",8340 "libc",8341 "log",8342 "wepoll-ffi",8343 "winapi",8344]83458346[[package]]8347name = "poly1305"8348version = "0.7.2"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8351dependencies = [8352 "cpufeatures",8353 "opaque-debug 0.3.0",8354 "universal-hash",8355]83568357[[package]]8358name = "polyval"8359version = "0.5.3"8360source = "registry+https://github.com/rust-lang/crates.io-index"8361checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8362dependencies = [8363 "cfg-if 1.0.0",8364 "cpufeatures",8365 "opaque-debug 0.3.0",8366 "universal-hash",8367]83688369[[package]]8370name = "ppv-lite86"8371version = "0.2.16"8372source = "registry+https://github.com/rust-lang/crates.io-index"8373checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83748375[[package]]8376name = "prettytable-rs"8377version = "0.8.0"8378source = "registry+https://github.com/rust-lang/crates.io-index"8379checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8380dependencies = [8381 "atty",8382 "csv",8383 "encode_unicode",8384 "lazy_static",8385 "term",8386 "unicode-width",8387]83888389[[package]]8390name = "primitive-types"8391version = "0.11.1"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8394dependencies = [8395 "fixed-hash",8396 "impl-codec",8397 "impl-rlp",8398 "impl-serde",8399 "scale-info",8400 "uint",8401]84028403[[package]]8404name = "proc-macro-crate"8405version = "1.1.3"8406source = "registry+https://github.com/rust-lang/crates.io-index"8407checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8408dependencies = [8409 "thiserror",8410 "toml",8411]84128413[[package]]8414name = "proc-macro-error"8415version = "1.0.4"8416source = "registry+https://github.com/rust-lang/crates.io-index"8417checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8418dependencies = [8419 "proc-macro-error-attr",8420 "proc-macro2",8421 "quote",8422 "syn",8423 "version_check",8424]84258426[[package]]8427name = "proc-macro-error-attr"8428version = "1.0.4"8429source = "registry+https://github.com/rust-lang/crates.io-index"8430checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8431dependencies = [8432 "proc-macro2",8433 "quote",8434 "version_check",8435]84368437[[package]]8438name = "proc-macro2"8439version = "1.0.39"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8442dependencies = [8443 "unicode-ident",8444]84458446[[package]]8447name = "prometheus"8448version = "0.13.1"8449source = "registry+https://github.com/rust-lang/crates.io-index"8450checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8451dependencies = [8452 "cfg-if 1.0.0",8453 "fnv",8454 "lazy_static",8455 "memchr",8456 "parking_lot 0.12.1",8457 "thiserror",8458]84598460[[package]]8461name = "prometheus-client"8462version = "0.15.1"8463source = "registry+https://github.com/rust-lang/crates.io-index"8464checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8465dependencies = [8466 "dtoa",8467 "itoa 1.0.2",8468 "owning_ref",8469 "prometheus-client-derive-text-encode",8470]84718472[[package]]8473name = "prometheus-client-derive-text-encode"8474version = "0.2.0"8475source = "registry+https://github.com/rust-lang/crates.io-index"8476checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8477dependencies = [8478 "proc-macro2",8479 "quote",8480 "syn",8481]84828483[[package]]8484name = "prost"8485version = "0.9.0"8486source = "registry+https://github.com/rust-lang/crates.io-index"8487checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8488dependencies = [8489 "bytes 1.1.0",8490 "prost-derive",8491]84928493[[package]]8494name = "prost-build"8495version = "0.9.0"8496source = "registry+https://github.com/rust-lang/crates.io-index"8497checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8498dependencies = [8499 "bytes 1.1.0",8500 "heck 0.3.3",8501 "itertools",8502 "lazy_static",8503 "log",8504 "multimap",8505 "petgraph",8506 "prost",8507 "prost-types",8508 "regex",8509 "tempfile",8510 "which",8511]85128513[[package]]8514name = "prost-derive"8515version = "0.9.0"8516source = "registry+https://github.com/rust-lang/crates.io-index"8517checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8518dependencies = [8519 "anyhow",8520 "itertools",8521 "proc-macro2",8522 "quote",8523 "syn",8524]85258526[[package]]8527name = "prost-types"8528version = "0.9.0"8529source = "registry+https://github.com/rust-lang/crates.io-index"8530checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8531dependencies = [8532 "bytes 1.1.0",8533 "prost",8534]85358536[[package]]8537name = "psm"8538version = "0.1.18"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8541dependencies = [8542 "cc",8543]85448545[[package]]8546name = "quartz-runtime"8547version = "0.9.22"8548dependencies = [8549 "cumulus-pallet-aura-ext",8550 "cumulus-pallet-dmp-queue",8551 "cumulus-pallet-parachain-system",8552 "cumulus-pallet-xcm",8553 "cumulus-pallet-xcmp-queue",8554 "cumulus-primitives-core",8555 "cumulus-primitives-timestamp",8556 "cumulus-primitives-utility",8557 "derivative",8558 "fp-evm-mapping",8559 "fp-rpc",8560 "fp-self-contained",8561 "frame-executive",8562 "frame-support",8563 "frame-system",8564 "frame-system-rpc-runtime-api",8565 "frame-try-runtime",8566 "log",8567 "orml-vesting",8568 "pallet-aura",8569 "pallet-balances",8570 "pallet-base-fee",8571 "pallet-common",8572 "pallet-ethereum",8573 "pallet-evm",8574 "pallet-evm-coder-substrate",8575 "pallet-evm-contract-helpers",8576 "pallet-evm-migration",8577 "pallet-evm-transaction-payment",8578 "pallet-fungible",8579 "pallet-inflation",8580 "pallet-nonfungible",8581 "pallet-randomness-collective-flip",8582 "pallet-refungible",8583 "pallet-rmrk-core",8584 "pallet-rmrk-equip",8585 "pallet-structure",8586 "pallet-sudo",8587 "pallet-template-transaction-payment",8588 "pallet-timestamp",8589 "pallet-transaction-payment",8590 "pallet-transaction-payment-rpc-runtime-api",8591 "pallet-treasury",8592 "pallet-unique",8593 "pallet-unique-scheduler",8594 "pallet-xcm",8595 "parachain-info",8596 "parity-scale-codec 3.1.2",8597 "polkadot-parachain",8598 "rmrk-rpc",8599 "scale-info",8600 "serde",8601 "smallvec",8602 "sp-api",8603 "sp-arithmetic",8604 "sp-block-builder",8605 "sp-consensus-aura",8606 "sp-core",8607 "sp-inherents",8608 "sp-io",8609 "sp-offchain",8610 "sp-runtime",8611 "sp-session",8612 "sp-std",8613 "sp-transaction-pool",8614 "sp-version",8615 "substrate-wasm-builder",8616 "unique-runtime-common",8617 "up-data-structs",8618 "up-rpc",8619 "xcm",8620 "xcm-builder",8621 "xcm-executor",8622]86238624[[package]]8625name = "quick-error"8626version = "1.2.3"8627source = "registry+https://github.com/rust-lang/crates.io-index"8628checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86298630[[package]]8631name = "quicksink"8632version = "0.1.2"8633source = "registry+https://github.com/rust-lang/crates.io-index"8634checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8635dependencies = [8636 "futures-core",8637 "futures-sink",8638 "pin-project-lite 0.1.12",8639]86408641[[package]]8642name = "quote"8643version = "1.0.18"8644source = "registry+https://github.com/rust-lang/crates.io-index"8645checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8646dependencies = [8647 "proc-macro2",8648]86498650[[package]]8651name = "radium"8652version = "0.6.2"8653source = "registry+https://github.com/rust-lang/crates.io-index"8654checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"86558656[[package]]8657name = "radium"8658version = "0.7.0"8659source = "registry+https://github.com/rust-lang/crates.io-index"8660checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"86618662[[package]]8663name = "rand"8664version = "0.7.3"8665source = "registry+https://github.com/rust-lang/crates.io-index"8666checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8667dependencies = [8668 "getrandom 0.1.16",8669 "libc",8670 "rand_chacha 0.2.2",8671 "rand_core 0.5.1",8672 "rand_hc",8673 "rand_pcg 0.2.1",8674]86758676[[package]]8677name = "rand"8678version = "0.8.5"8679source = "registry+https://github.com/rust-lang/crates.io-index"8680checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8681dependencies = [8682 "libc",8683 "rand_chacha 0.3.1",8684 "rand_core 0.6.3",8685]86868687[[package]]8688name = "rand_chacha"8689version = "0.2.2"8690source = "registry+https://github.com/rust-lang/crates.io-index"8691checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8692dependencies = [8693 "ppv-lite86",8694 "rand_core 0.5.1",8695]86968697[[package]]8698name = "rand_chacha"8699version = "0.3.1"8700source = "registry+https://github.com/rust-lang/crates.io-index"8701checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8702dependencies = [8703 "ppv-lite86",8704 "rand_core 0.6.3",8705]87068707[[package]]8708name = "rand_core"8709version = "0.5.1"8710source = "registry+https://github.com/rust-lang/crates.io-index"8711checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8712dependencies = [8713 "getrandom 0.1.16",8714]87158716[[package]]8717name = "rand_core"8718version = "0.6.3"8719source = "registry+https://github.com/rust-lang/crates.io-index"8720checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8721dependencies = [8722 "getrandom 0.2.6",8723]87248725[[package]]8726name = "rand_distr"8727version = "0.4.3"8728source = "registry+https://github.com/rust-lang/crates.io-index"8729checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8730dependencies = [8731 "num-traits",8732 "rand 0.8.5",8733]87348735[[package]]8736name = "rand_hc"8737version = "0.2.0"8738source = "registry+https://github.com/rust-lang/crates.io-index"8739checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8740dependencies = [8741 "rand_core 0.5.1",8742]87438744[[package]]8745name = "rand_pcg"8746version = "0.2.1"8747source = "registry+https://github.com/rust-lang/crates.io-index"8748checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8749dependencies = [8750 "rand_core 0.5.1",8751]87528753[[package]]8754name = "rand_pcg"8755version = "0.3.1"8756source = "registry+https://github.com/rust-lang/crates.io-index"8757checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8758dependencies = [8759 "rand_core 0.6.3",8760]87618762[[package]]8763name = "rawpointer"8764version = "0.2.1"8765source = "registry+https://github.com/rust-lang/crates.io-index"8766checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"87678768[[package]]8769name = "rayon"8770version = "1.5.3"8771source = "registry+https://github.com/rust-lang/crates.io-index"8772checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8773dependencies = [8774 "autocfg",8775 "crossbeam-deque",8776 "either",8777 "rayon-core",8778]87798780[[package]]8781name = "rayon-core"8782version = "1.9.3"8783source = "registry+https://github.com/rust-lang/crates.io-index"8784checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8785dependencies = [8786 "crossbeam-channel",8787 "crossbeam-deque",8788 "crossbeam-utils",8789 "num_cpus",8790]87918792[[package]]8793name = "redox_syscall"8794version = "0.1.57"8795source = "registry+https://github.com/rust-lang/crates.io-index"8796checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"87978798[[package]]8799name = "redox_syscall"8800version = "0.2.13"8801source = "registry+https://github.com/rust-lang/crates.io-index"8802checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8803dependencies = [8804 "bitflags",8805]88068807[[package]]8808name = "redox_users"8809version = "0.3.5"8810source = "registry+https://github.com/rust-lang/crates.io-index"8811checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8812dependencies = [8813 "getrandom 0.1.16",8814 "redox_syscall 0.1.57",8815 "rust-argon2",8816]88178818[[package]]8819name = "redox_users"8820version = "0.4.3"8821source = "registry+https://github.com/rust-lang/crates.io-index"8822checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8823dependencies = [8824 "getrandom 0.2.6",8825 "redox_syscall 0.2.13",8826 "thiserror",8827]88288829[[package]]8830name = "reed-solomon-novelpoly"8831version = "1.0.0"8832source = "registry+https://github.com/rust-lang/crates.io-index"8833checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8834dependencies = [8835 "derive_more",8836 "fs-err",8837 "itertools",8838 "static_init",8839 "thiserror",8840]88418842[[package]]8843name = "ref-cast"8844version = "1.0.7"8845source = "registry+https://github.com/rust-lang/crates.io-index"8846checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8847dependencies = [8848 "ref-cast-impl",8849]88508851[[package]]8852name = "ref-cast-impl"8853version = "1.0.7"8854source = "registry+https://github.com/rust-lang/crates.io-index"8855checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8856dependencies = [8857 "proc-macro2",8858 "quote",8859 "syn",8860]88618862[[package]]8863name = "regalloc"8864version = "0.0.34"8865source = "registry+https://github.com/rust-lang/crates.io-index"8866checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8867dependencies = [8868 "log",8869 "rustc-hash",8870 "smallvec",8871]88728873[[package]]8874name = "regex"8875version = "1.5.6"8876source = "registry+https://github.com/rust-lang/crates.io-index"8877checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8878dependencies = [8879 "aho-corasick",8880 "memchr",8881 "regex-syntax",8882]88838884[[package]]8885name = "regex-automata"8886version = "0.1.10"8887source = "registry+https://github.com/rust-lang/crates.io-index"8888checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8889dependencies = [8890 "regex-syntax",8891]88928893[[package]]8894name = "regex-syntax"8895version = "0.6.26"8896source = "registry+https://github.com/rust-lang/crates.io-index"8897checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"88988899[[package]]8900name = "region"8901version = "2.2.0"8902source = "registry+https://github.com/rust-lang/crates.io-index"8903checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8904dependencies = [8905 "bitflags",8906 "libc",8907 "mach",8908 "winapi",8909]89108911[[package]]8912name = "remote-externalities"8913version = "0.10.0-dev"8914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"8915dependencies = [8916 "env_logger",8917 "jsonrpsee",8918 "log",8919 "parity-scale-codec 3.1.2",8920 "serde",8921 "serde_json",8922 "sp-core",8923 "sp-io",8924 "sp-runtime",8925 "sp-version",8926]89278928[[package]]8929name = "remove_dir_all"8930version = "0.5.3"8931source = "registry+https://github.com/rust-lang/crates.io-index"8932checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8933dependencies = [8934 "winapi",8935]89368937[[package]]8938name = "resolv-conf"8939version = "0.7.0"8940source = "registry+https://github.com/rust-lang/crates.io-index"8941checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8942dependencies = [8943 "hostname",8944 "quick-error",8945]89468947[[package]]8948name = "retain_mut"8949version = "0.1.9"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89528953[[package]]8954name = "rfc6979"8955version = "0.1.0"8956source = "registry+https://github.com/rust-lang/crates.io-index"8957checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8958dependencies = [8959 "crypto-bigint",8960 "hmac 0.11.0",8961 "zeroize",8962]89638964[[package]]8965name = "ring"8966version = "0.16.20"8967source = "registry+https://github.com/rust-lang/crates.io-index"8968checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8969dependencies = [8970 "cc",8971 "libc",8972 "once_cell",8973 "spin",8974 "untrusted",8975 "web-sys",8976 "winapi",8977]89788979[[package]]8980name = "rlp"8981version = "0.5.1"8982source = "registry+https://github.com/rust-lang/crates.io-index"8983checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8984dependencies = [8985 "bytes 1.1.0",8986 "rustc-hex",8987]89888989[[package]]8990name = "rlp-derive"8991version = "0.1.0"8992source = "registry+https://github.com/rust-lang/crates.io-index"8993checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8994dependencies = [8995 "proc-macro2",8996 "quote",8997 "syn",8998]89999000[[package]]9001name = "rmrk-rpc"9002version = "0.0.1"9003dependencies = [9004 "parity-scale-codec 2.3.1",9005 "rmrk-traits",9006 "serde",9007 "sp-api",9008 "sp-core",9009 "sp-runtime",9010 "sp-std",9011]90129013[[package]]9014name = "rmrk-traits"9015version = "0.1.0"9016dependencies = [9017 "parity-scale-codec 3.1.2",9018 "scale-info",9019 "serde",9020]90219022[[package]]9023name = "rocksdb"9024version = "0.18.0"9025source = "registry+https://github.com/rust-lang/crates.io-index"9026checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9027dependencies = [9028 "libc",9029 "librocksdb-sys",9030]90319032[[package]]9033name = "rococo-runtime"9034version = "0.9.22"9035source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9036dependencies = [9037 "beefy-merkle-tree",9038 "beefy-primitives",9039 "bp-messages",9040 "bp-rococo",9041 "bp-runtime",9042 "bp-wococo",9043 "bridge-runtime-common",9044 "frame-benchmarking",9045 "frame-executive",9046 "frame-support",9047 "frame-system",9048 "frame-system-benchmarking",9049 "frame-system-rpc-runtime-api",9050 "hex-literal",9051 "log",9052 "pallet-authority-discovery",9053 "pallet-authorship",9054 "pallet-babe",9055 "pallet-balances",9056 "pallet-beefy",9057 "pallet-beefy-mmr",9058 "pallet-bridge-dispatch",9059 "pallet-bridge-grandpa",9060 "pallet-bridge-messages",9061 "pallet-collective",9062 "pallet-grandpa",9063 "pallet-im-online",9064 "pallet-indices",9065 "pallet-membership",9066 "pallet-mmr",9067 "pallet-multisig",9068 "pallet-offences",9069 "pallet-proxy",9070 "pallet-session",9071 "pallet-staking",9072 "pallet-sudo",9073 "pallet-timestamp",9074 "pallet-transaction-payment",9075 "pallet-transaction-payment-rpc-runtime-api",9076 "pallet-utility",9077 "pallet-xcm",9078 "parity-scale-codec 3.1.2",9079 "polkadot-parachain",9080 "polkadot-primitives",9081 "polkadot-runtime-common",9082 "polkadot-runtime-parachains",9083 "rococo-runtime-constants",9084 "scale-info",9085 "serde",9086 "serde_derive",9087 "smallvec",9088 "sp-api",9089 "sp-authority-discovery",9090 "sp-block-builder",9091 "sp-consensus-babe",9092 "sp-core",9093 "sp-inherents",9094 "sp-io",9095 "sp-mmr-primitives",9096 "sp-offchain",9097 "sp-runtime",9098 "sp-session",9099 "sp-staking",9100 "sp-std",9101 "sp-transaction-pool",9102 "sp-version",9103 "substrate-wasm-builder",9104 "xcm",9105 "xcm-builder",9106 "xcm-executor",9107]91089109[[package]]9110name = "rococo-runtime-constants"9111version = "0.9.22"9112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9113dependencies = [9114 "frame-support",9115 "polkadot-primitives",9116 "polkadot-runtime-common",9117 "smallvec",9118 "sp-runtime",9119]91209121[[package]]9122name = "rpassword"9123version = "5.0.1"9124source = "registry+https://github.com/rust-lang/crates.io-index"9125checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9126dependencies = [9127 "libc",9128 "winapi",9129]91309131[[package]]9132name = "rtnetlink"9133version = "0.9.1"9134source = "registry+https://github.com/rust-lang/crates.io-index"9135checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9136dependencies = [9137 "async-global-executor",9138 "futures 0.3.21",9139 "log",9140 "netlink-packet-route",9141 "netlink-proto",9142 "nix",9143 "thiserror",9144]91459146[[package]]9147name = "rust-argon2"9148version = "0.8.3"9149source = "registry+https://github.com/rust-lang/crates.io-index"9150checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9151dependencies = [9152 "base64",9153 "blake2b_simd 0.5.11",9154 "constant_time_eq",9155 "crossbeam-utils",9156]91579158[[package]]9159name = "rustc-demangle"9160version = "0.1.21"9161source = "registry+https://github.com/rust-lang/crates.io-index"9162checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91639164[[package]]9165name = "rustc-hash"9166version = "1.1.0"9167source = "registry+https://github.com/rust-lang/crates.io-index"9168checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91699170[[package]]9171name = "rustc-hex"9172version = "2.1.0"9173source = "registry+https://github.com/rust-lang/crates.io-index"9174checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91759176[[package]]9177name = "rustc_version"9178version = "0.2.3"9179source = "registry+https://github.com/rust-lang/crates.io-index"9180checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9181dependencies = [9182 "semver 0.9.0",9183]91849185[[package]]9186name = "rustc_version"9187version = "0.4.0"9188source = "registry+https://github.com/rust-lang/crates.io-index"9189checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9190dependencies = [9191 "semver 1.0.9",9192]91939194[[package]]9195name = "rustix"9196version = "0.33.7"9197source = "registry+https://github.com/rust-lang/crates.io-index"9198checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9199dependencies = [9200 "bitflags",9201 "errno",9202 "io-lifetimes",9203 "libc",9204 "linux-raw-sys",9205 "winapi",9206]92079208[[package]]9209name = "rustls"9210version = "0.19.1"9211source = "registry+https://github.com/rust-lang/crates.io-index"9212checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9213dependencies = [9214 "base64",9215 "log",9216 "ring",9217 "sct 0.6.1",9218 "webpki 0.21.4",9219]92209221[[package]]9222name = "rustls"9223version = "0.20.6"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9226dependencies = [9227 "log",9228 "ring",9229 "sct 0.7.0",9230 "webpki 0.22.0",9231]92329233[[package]]9234name = "rustls-native-certs"9235version = "0.5.0"9236source = "registry+https://github.com/rust-lang/crates.io-index"9237checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9238dependencies = [9239 "openssl-probe",9240 "rustls 0.19.1",9241 "schannel",9242 "security-framework",9243]92449245[[package]]9246name = "rustls-native-certs"9247version = "0.6.2"9248source = "registry+https://github.com/rust-lang/crates.io-index"9249checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9250dependencies = [9251 "openssl-probe",9252 "rustls-pemfile",9253 "schannel",9254 "security-framework",9255]92569257[[package]]9258name = "rustls-pemfile"9259version = "1.0.0"9260source = "registry+https://github.com/rust-lang/crates.io-index"9261checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9262dependencies = [9263 "base64",9264]92659266[[package]]9267name = "rustversion"9268version = "1.0.6"9269source = "registry+https://github.com/rust-lang/crates.io-index"9270checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"92719272[[package]]9273name = "rw-stream-sink"9274version = "0.2.1"9275source = "registry+https://github.com/rust-lang/crates.io-index"9276checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9277dependencies = [9278 "futures 0.3.21",9279 "pin-project 0.4.29",9280 "static_assertions",9281]92829283[[package]]9284name = "ryu"9285version = "1.0.10"9286source = "registry+https://github.com/rust-lang/crates.io-index"9287checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92889289[[package]]9290name = "safe-mix"9291version = "1.0.1"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9294dependencies = [9295 "rustc_version 0.2.3",9296]92979298[[package]]9299name = "salsa20"9300version = "0.9.0"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9303dependencies = [9304 "cipher",9305]93069307[[package]]9308name = "same-file"9309version = "1.0.6"9310source = "registry+https://github.com/rust-lang/crates.io-index"9311checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9312dependencies = [9313 "winapi-util",9314]93159316[[package]]9317name = "sc-allocator"9318version = "4.1.0-dev"9319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9320dependencies = [9321 "log",9322 "sp-core",9323 "sp-wasm-interface",9324 "thiserror",9325]93269327[[package]]9328name = "sc-authority-discovery"9329version = "0.10.0-dev"9330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9331dependencies = [9332 "async-trait",9333 "futures 0.3.21",9334 "futures-timer",9335 "ip_network",9336 "libp2p",9337 "log",9338 "parity-scale-codec 3.1.2",9339 "prost",9340 "prost-build",9341 "rand 0.7.3",9342 "sc-client-api",9343 "sc-network",9344 "sp-api",9345 "sp-authority-discovery",9346 "sp-blockchain",9347 "sp-core",9348 "sp-keystore",9349 "sp-runtime",9350 "substrate-prometheus-endpoint",9351 "thiserror",9352]93539354[[package]]9355name = "sc-basic-authorship"9356version = "0.10.0-dev"9357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9358dependencies = [9359 "futures 0.3.21",9360 "futures-timer",9361 "log",9362 "parity-scale-codec 3.1.2",9363 "sc-block-builder",9364 "sc-client-api",9365 "sc-proposer-metrics",9366 "sc-telemetry",9367 "sc-transaction-pool-api",9368 "sp-api",9369 "sp-blockchain",9370 "sp-consensus",9371 "sp-core",9372 "sp-inherents",9373 "sp-runtime",9374 "substrate-prometheus-endpoint",9375]93769377[[package]]9378name = "sc-block-builder"9379version = "0.10.0-dev"9380source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9381dependencies = [9382 "parity-scale-codec 3.1.2",9383 "sc-client-api",9384 "sp-api",9385 "sp-block-builder",9386 "sp-blockchain",9387 "sp-core",9388 "sp-inherents",9389 "sp-runtime",9390 "sp-state-machine",9391]93929393[[package]]9394name = "sc-chain-spec"9395version = "4.0.0-dev"9396source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9397dependencies = [9398 "impl-trait-for-tuples",9399 "memmap2 0.5.3",9400 "parity-scale-codec 3.1.2",9401 "sc-chain-spec-derive",9402 "sc-network",9403 "sc-telemetry",9404 "serde",9405 "serde_json",9406 "sp-core",9407 "sp-runtime",9408]94099410[[package]]9411name = "sc-chain-spec-derive"9412version = "4.0.0-dev"9413source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9414dependencies = [9415 "proc-macro-crate",9416 "proc-macro2",9417 "quote",9418 "syn",9419]94209421[[package]]9422name = "sc-cli"9423version = "0.10.0-dev"9424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9425dependencies = [9426 "chrono",9427 "clap",9428 "fdlimit",9429 "futures 0.3.21",9430 "hex",9431 "libp2p",9432 "log",9433 "names",9434 "parity-scale-codec 3.1.2",9435 "rand 0.7.3",9436 "regex",9437 "rpassword",9438 "sc-client-api",9439 "sc-client-db",9440 "sc-keystore",9441 "sc-network",9442 "sc-service",9443 "sc-telemetry",9444 "sc-tracing",9445 "sc-utils",9446 "serde",9447 "serde_json",9448 "sp-blockchain",9449 "sp-core",9450 "sp-keyring",9451 "sp-keystore",9452 "sp-panic-handler",9453 "sp-runtime",9454 "sp-version",9455 "thiserror",9456 "tiny-bip39",9457 "tokio 1.18.2",9458]94599460[[package]]9461name = "sc-client-api"9462version = "4.0.0-dev"9463source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9464dependencies = [9465 "fnv",9466 "futures 0.3.21",9467 "hash-db",9468 "log",9469 "parity-scale-codec 3.1.2",9470 "parking_lot 0.12.1",9471 "sc-executor",9472 "sc-transaction-pool-api",9473 "sc-utils",9474 "sp-api",9475 "sp-blockchain",9476 "sp-consensus",9477 "sp-core",9478 "sp-database",9479 "sp-externalities",9480 "sp-keystore",9481 "sp-runtime",9482 "sp-state-machine",9483 "sp-storage",9484 "sp-trie",9485 "substrate-prometheus-endpoint",9486]94879488[[package]]9489name = "sc-client-db"9490version = "0.10.0-dev"9491source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9492dependencies = [9493 "hash-db",9494 "kvdb",9495 "kvdb-memorydb",9496 "kvdb-rocksdb",9497 "linked-hash-map",9498 "log",9499 "parity-db",9500 "parity-scale-codec 3.1.2",9501 "parking_lot 0.12.1",9502 "sc-client-api",9503 "sc-state-db",9504 "sp-arithmetic",9505 "sp-blockchain",9506 "sp-core",9507 "sp-database",9508 "sp-runtime",9509 "sp-state-machine",9510 "sp-trie",9511]95129513[[package]]9514name = "sc-consensus"9515version = "0.10.0-dev"9516source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9517dependencies = [9518 "async-trait",9519 "futures 0.3.21",9520 "futures-timer",9521 "libp2p",9522 "log",9523 "parking_lot 0.12.1",9524 "sc-client-api",9525 "sc-utils",9526 "serde",9527 "sp-api",9528 "sp-blockchain",9529 "sp-consensus",9530 "sp-core",9531 "sp-runtime",9532 "sp-state-machine",9533 "substrate-prometheus-endpoint",9534 "thiserror",9535]95369537[[package]]9538name = "sc-consensus-aura"9539version = "0.10.0-dev"9540source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9541dependencies = [9542 "async-trait",9543 "futures 0.3.21",9544 "log",9545 "parity-scale-codec 3.1.2",9546 "sc-block-builder",9547 "sc-client-api",9548 "sc-consensus",9549 "sc-consensus-slots",9550 "sc-telemetry",9551 "sp-api",9552 "sp-application-crypto",9553 "sp-block-builder",9554 "sp-blockchain",9555 "sp-consensus",9556 "sp-consensus-aura",9557 "sp-consensus-slots",9558 "sp-core",9559 "sp-inherents",9560 "sp-keystore",9561 "sp-runtime",9562 "substrate-prometheus-endpoint",9563 "thiserror",9564]95659566[[package]]9567name = "sc-consensus-babe"9568version = "0.10.0-dev"9569source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9570dependencies = [9571 "async-trait",9572 "fork-tree",9573 "futures 0.3.21",9574 "log",9575 "merlin",9576 "num-bigint",9577 "num-rational 0.2.4",9578 "num-traits",9579 "parity-scale-codec 3.1.2",9580 "parking_lot 0.12.1",9581 "rand 0.7.3",9582 "retain_mut",9583 "sc-client-api",9584 "sc-consensus",9585 "sc-consensus-epochs",9586 "sc-consensus-slots",9587 "sc-keystore",9588 "sc-telemetry",9589 "schnorrkel",9590 "serde",9591 "sp-api",9592 "sp-application-crypto",9593 "sp-block-builder",9594 "sp-blockchain",9595 "sp-consensus",9596 "sp-consensus-babe",9597 "sp-consensus-slots",9598 "sp-consensus-vrf",9599 "sp-core",9600 "sp-inherents",9601 "sp-io",9602 "sp-keystore",9603 "sp-runtime",9604 "sp-version",9605 "substrate-prometheus-endpoint",9606 "thiserror",9607]96089609[[package]]9610name = "sc-consensus-babe-rpc"9611version = "0.10.0-dev"9612source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9613dependencies = [9614 "futures 0.3.21",9615 "jsonrpsee",9616 "sc-consensus-babe",9617 "sc-consensus-epochs",9618 "sc-rpc-api",9619 "serde",9620 "sp-api",9621 "sp-application-crypto",9622 "sp-blockchain",9623 "sp-consensus",9624 "sp-consensus-babe",9625 "sp-core",9626 "sp-keystore",9627 "sp-runtime",9628 "thiserror",9629]96309631[[package]]9632name = "sc-consensus-epochs"9633version = "0.10.0-dev"9634source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9635dependencies = [9636 "fork-tree",9637 "parity-scale-codec 3.1.2",9638 "sc-client-api",9639 "sc-consensus",9640 "sp-blockchain",9641 "sp-runtime",9642]96439644[[package]]9645name = "sc-consensus-manual-seal"9646version = "0.10.0-dev"9647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9648dependencies = [9649 "assert_matches",9650 "async-trait",9651 "futures 0.3.21",9652 "jsonrpsee",9653 "log",9654 "parity-scale-codec 3.1.2",9655 "sc-client-api",9656 "sc-consensus",9657 "sc-consensus-aura",9658 "sc-consensus-babe",9659 "sc-consensus-epochs",9660 "sc-transaction-pool",9661 "sc-transaction-pool-api",9662 "serde",9663 "sp-api",9664 "sp-blockchain",9665 "sp-consensus",9666 "sp-consensus-aura",9667 "sp-consensus-babe",9668 "sp-consensus-slots",9669 "sp-core",9670 "sp-inherents",9671 "sp-keystore",9672 "sp-runtime",9673 "sp-timestamp",9674 "substrate-prometheus-endpoint",9675 "thiserror",9676]96779678[[package]]9679name = "sc-consensus-slots"9680version = "0.10.0-dev"9681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9682dependencies = [9683 "async-trait",9684 "futures 0.3.21",9685 "futures-timer",9686 "log",9687 "parity-scale-codec 3.1.2",9688 "sc-client-api",9689 "sc-consensus",9690 "sc-telemetry",9691 "sp-arithmetic",9692 "sp-blockchain",9693 "sp-consensus",9694 "sp-consensus-slots",9695 "sp-core",9696 "sp-inherents",9697 "sp-runtime",9698 "sp-state-machine",9699 "sp-timestamp",9700 "thiserror",9701]97029703[[package]]9704name = "sc-consensus-uncles"9705version = "0.10.0-dev"9706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9707dependencies = [9708 "sc-client-api",9709 "sp-authorship",9710 "sp-runtime",9711 "thiserror",9712]97139714[[package]]9715name = "sc-executor"9716version = "0.10.0-dev"9717source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9718dependencies = [9719 "lazy_static",9720 "lru 0.7.6",9721 "parity-scale-codec 3.1.2",9722 "parking_lot 0.12.1",9723 "sc-executor-common",9724 "sc-executor-wasmi",9725 "sc-executor-wasmtime",9726 "sp-api",9727 "sp-core",9728 "sp-core-hashing-proc-macro",9729 "sp-externalities",9730 "sp-io",9731 "sp-panic-handler",9732 "sp-runtime-interface",9733 "sp-tasks",9734 "sp-trie",9735 "sp-version",9736 "sp-wasm-interface",9737 "tracing",9738 "wasmi",9739]97409741[[package]]9742name = "sc-executor-common"9743version = "0.10.0-dev"9744source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9745dependencies = [9746 "environmental",9747 "parity-scale-codec 3.1.2",9748 "sc-allocator",9749 "sp-maybe-compressed-blob",9750 "sp-sandbox",9751 "sp-serializer",9752 "sp-wasm-interface",9753 "thiserror",9754 "wasm-instrument",9755 "wasmi",9756]97579758[[package]]9759name = "sc-executor-wasmi"9760version = "0.10.0-dev"9761source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9762dependencies = [9763 "log",9764 "parity-scale-codec 3.1.2",9765 "sc-allocator",9766 "sc-executor-common",9767 "sp-runtime-interface",9768 "sp-sandbox",9769 "sp-wasm-interface",9770 "wasmi",9771]97729773[[package]]9774name = "sc-executor-wasmtime"9775version = "0.10.0-dev"9776source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9777dependencies = [9778 "cfg-if 1.0.0",9779 "libc",9780 "log",9781 "parity-scale-codec 3.1.2",9782 "parity-wasm 0.42.2",9783 "sc-allocator",9784 "sc-executor-common",9785 "sp-runtime-interface",9786 "sp-sandbox",9787 "sp-wasm-interface",9788 "wasmtime",9789]97909791[[package]]9792name = "sc-finality-grandpa"9793version = "0.10.0-dev"9794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9795dependencies = [9796 "ahash",9797 "async-trait",9798 "dyn-clone",9799 "finality-grandpa",9800 "fork-tree",9801 "futures 0.3.21",9802 "futures-timer",9803 "hex",9804 "log",9805 "parity-scale-codec 3.1.2",9806 "parking_lot 0.12.1",9807 "rand 0.8.5",9808 "sc-block-builder",9809 "sc-chain-spec",9810 "sc-client-api",9811 "sc-consensus",9812 "sc-keystore",9813 "sc-network",9814 "sc-network-gossip",9815 "sc-telemetry",9816 "sc-utils",9817 "serde_json",9818 "sp-api",9819 "sp-application-crypto",9820 "sp-arithmetic",9821 "sp-blockchain",9822 "sp-consensus",9823 "sp-core",9824 "sp-finality-grandpa",9825 "sp-keystore",9826 "sp-runtime",9827 "substrate-prometheus-endpoint",9828 "thiserror",9829]98309831[[package]]9832name = "sc-finality-grandpa-rpc"9833version = "0.10.0-dev"9834source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9835dependencies = [9836 "finality-grandpa",9837 "futures 0.3.21",9838 "jsonrpsee",9839 "log",9840 "parity-scale-codec 3.1.2",9841 "sc-client-api",9842 "sc-finality-grandpa",9843 "sc-rpc",9844 "serde",9845 "serde_json",9846 "sp-blockchain",9847 "sp-core",9848 "sp-runtime",9849 "thiserror",9850]98519852[[package]]9853name = "sc-informant"9854version = "0.10.0-dev"9855source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9856dependencies = [9857 "ansi_term",9858 "futures 0.3.21",9859 "futures-timer",9860 "log",9861 "parity-util-mem",9862 "sc-client-api",9863 "sc-network",9864 "sc-transaction-pool-api",9865 "sp-blockchain",9866 "sp-runtime",9867]98689869[[package]]9870name = "sc-keystore"9871version = "4.0.0-dev"9872source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9873dependencies = [9874 "async-trait",9875 "hex",9876 "parking_lot 0.12.1",9877 "serde_json",9878 "sp-application-crypto",9879 "sp-core",9880 "sp-keystore",9881 "thiserror",9882]98839884[[package]]9885name = "sc-network"9886version = "0.10.0-dev"9887source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9888dependencies = [9889 "async-trait",9890 "asynchronous-codec",9891 "bitflags",9892 "bytes 1.1.0",9893 "cid",9894 "either",9895 "fnv",9896 "fork-tree",9897 "futures 0.3.21",9898 "futures-timer",9899 "hex",9900 "ip_network",9901 "libp2p",9902 "linked-hash-map",9903 "linked_hash_set",9904 "log",9905 "lru 0.7.6",9906 "parity-scale-codec 3.1.2",9907 "parking_lot 0.12.1",9908 "pin-project 1.0.10",9909 "prost",9910 "prost-build",9911 "rand 0.7.3",9912 "sc-block-builder",9913 "sc-client-api",9914 "sc-consensus",9915 "sc-network-common",9916 "sc-network-sync",9917 "sc-peerset",9918 "sc-utils",9919 "serde",9920 "serde_json",9921 "smallvec",9922 "sp-arithmetic",9923 "sp-blockchain",9924 "sp-consensus",9925 "sp-core",9926 "sp-finality-grandpa",9927 "sp-runtime",9928 "substrate-prometheus-endpoint",9929 "thiserror",9930 "unsigned-varint",9931 "void",9932 "zeroize",9933]99349935[[package]]9936name = "sc-network-common"9937version = "0.10.0-dev"9938source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9939dependencies = [9940 "futures 0.3.21",9941 "libp2p",9942 "parity-scale-codec 3.1.2",9943 "prost-build",9944 "sc-peerset",9945 "smallvec",9946]99479948[[package]]9949name = "sc-network-gossip"9950version = "0.10.0-dev"9951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9952dependencies = [9953 "ahash",9954 "futures 0.3.21",9955 "futures-timer",9956 "libp2p",9957 "log",9958 "lru 0.7.6",9959 "sc-network",9960 "sp-runtime",9961 "substrate-prometheus-endpoint",9962 "tracing",9963]99649965[[package]]9966name = "sc-network-sync"9967version = "0.10.0-dev"9968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9969dependencies = [9970 "bitflags",9971 "either",9972 "fork-tree",9973 "futures 0.3.21",9974 "libp2p",9975 "log",9976 "lru 0.7.6",9977 "parity-scale-codec 3.1.2",9978 "prost",9979 "prost-build",9980 "sc-client-api",9981 "sc-consensus",9982 "sc-network-common",9983 "sc-peerset",9984 "smallvec",9985 "sp-arithmetic",9986 "sp-blockchain",9987 "sp-consensus",9988 "sp-core",9989 "sp-finality-grandpa",9990 "sp-runtime",9991 "thiserror",9992]99939994[[package]]9995name = "sc-offchain"9996version = "4.0.0-dev"9997source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9998dependencies = [9999 "bytes 1.1.0",10000 "fnv",10001 "futures 0.3.21",10002 "futures-timer",10003 "hex",10004 "hyper",10005 "hyper-rustls",10006 "num_cpus",10007 "once_cell",10008 "parity-scale-codec 3.1.2",10009 "parking_lot 0.12.1",10010 "rand 0.7.3",10011 "sc-client-api",10012 "sc-network",10013 "sc-utils",10014 "sp-api",10015 "sp-core",10016 "sp-offchain",10017 "sp-runtime",10018 "threadpool",10019 "tracing",10020]1002110022[[package]]10023name = "sc-peerset"10024version = "4.0.0-dev"10025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10026dependencies = [10027 "futures 0.3.21",10028 "libp2p",10029 "log",10030 "sc-utils",10031 "serde_json",10032 "wasm-timer",10033]1003410035[[package]]10036name = "sc-proposer-metrics"10037version = "0.10.0-dev"10038source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10039dependencies = [10040 "log",10041 "substrate-prometheus-endpoint",10042]1004310044[[package]]10045name = "sc-rpc"10046version = "4.0.0-dev"10047source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10048dependencies = [10049 "futures 0.3.21",10050 "hash-db",10051 "jsonrpsee",10052 "log",10053 "parity-scale-codec 3.1.2",10054 "parking_lot 0.12.1",10055 "sc-block-builder",10056 "sc-chain-spec",10057 "sc-client-api",10058 "sc-rpc-api",10059 "sc-tracing",10060 "sc-transaction-pool-api",10061 "sc-utils",10062 "serde_json",10063 "sp-api",10064 "sp-blockchain",10065 "sp-core",10066 "sp-keystore",10067 "sp-offchain",10068 "sp-rpc",10069 "sp-runtime",10070 "sp-session",10071 "sp-version",10072]1007310074[[package]]10075name = "sc-rpc-api"10076version = "0.10.0-dev"10077source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10078dependencies = [10079 "futures 0.3.21",10080 "jsonrpsee",10081 "log",10082 "parity-scale-codec 3.1.2",10083 "parking_lot 0.12.1",10084 "sc-chain-spec",10085 "sc-transaction-pool-api",10086 "scale-info",10087 "serde",10088 "serde_json",10089 "sp-core",10090 "sp-rpc",10091 "sp-runtime",10092 "sp-tracing",10093 "sp-version",10094 "thiserror",10095]1009610097[[package]]10098name = "sc-rpc-server"10099version = "4.0.0-dev"10100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10101dependencies = [10102 "futures 0.3.21",10103 "jsonrpsee",10104 "log",10105 "serde_json",10106 "substrate-prometheus-endpoint",10107 "tokio 1.18.2",10108]1010910110[[package]]10111name = "sc-service"10112version = "0.10.0-dev"10113source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10114dependencies = [10115 "async-trait",10116 "directories",10117 "exit-future",10118 "futures 0.3.21",10119 "futures-timer",10120 "hash-db",10121 "jsonrpsee",10122 "log",10123 "parity-scale-codec 3.1.2",10124 "parity-util-mem",10125 "parking_lot 0.12.1",10126 "pin-project 1.0.10",10127 "rand 0.7.3",10128 "sc-block-builder",10129 "sc-chain-spec",10130 "sc-client-api",10131 "sc-client-db",10132 "sc-consensus",10133 "sc-executor",10134 "sc-informant",10135 "sc-keystore",10136 "sc-network",10137 "sc-network-common",10138 "sc-offchain",10139 "sc-rpc",10140 "sc-rpc-server",10141 "sc-sysinfo",10142 "sc-telemetry",10143 "sc-tracing",10144 "sc-transaction-pool",10145 "sc-transaction-pool-api",10146 "sc-utils",10147 "serde",10148 "serde_json",10149 "sp-api",10150 "sp-application-crypto",10151 "sp-block-builder",10152 "sp-blockchain",10153 "sp-consensus",10154 "sp-core",10155 "sp-externalities",10156 "sp-inherents",10157 "sp-keystore",10158 "sp-runtime",10159 "sp-session",10160 "sp-state-machine",10161 "sp-storage",10162 "sp-tracing",10163 "sp-transaction-pool",10164 "sp-transaction-storage-proof",10165 "sp-trie",10166 "sp-version",10167 "substrate-prometheus-endpoint",10168 "tempfile",10169 "thiserror",10170 "tokio 1.18.2",10171 "tracing",10172 "tracing-futures",10173]1017410175[[package]]10176name = "sc-state-db"10177version = "0.10.0-dev"10178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10179dependencies = [10180 "log",10181 "parity-scale-codec 3.1.2",10182 "parity-util-mem",10183 "parity-util-mem-derive",10184 "parking_lot 0.12.1",10185 "sc-client-api",10186 "sp-core",10187]1018810189[[package]]10190name = "sc-sync-state-rpc"10191version = "0.10.0-dev"10192source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10193dependencies = [10194 "jsonrpsee",10195 "parity-scale-codec 3.1.2",10196 "sc-chain-spec",10197 "sc-client-api",10198 "sc-consensus-babe",10199 "sc-consensus-epochs",10200 "sc-finality-grandpa",10201 "serde",10202 "serde_json",10203 "sp-blockchain",10204 "sp-runtime",10205 "thiserror",10206]1020710208[[package]]10209name = "sc-sysinfo"10210version = "6.0.0-dev"10211source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10212dependencies = [10213 "futures 0.3.21",10214 "libc",10215 "log",10216 "rand 0.7.3",10217 "rand_pcg 0.2.1",10218 "regex",10219 "sc-telemetry",10220 "serde",10221 "serde_json",10222 "sp-core",10223 "sp-io",10224 "sp-std",10225]1022610227[[package]]10228name = "sc-telemetry"10229version = "4.0.0-dev"10230source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10231dependencies = [10232 "chrono",10233 "futures 0.3.21",10234 "libp2p",10235 "log",10236 "parking_lot 0.12.1",10237 "pin-project 1.0.10",10238 "rand 0.7.3",10239 "serde",10240 "serde_json",10241 "thiserror",10242 "wasm-timer",10243]1024410245[[package]]10246name = "sc-tracing"10247version = "4.0.0-dev"10248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10249dependencies = [10250 "ansi_term",10251 "atty",10252 "chrono",10253 "lazy_static",10254 "libc",10255 "log",10256 "once_cell",10257 "parking_lot 0.12.1",10258 "regex",10259 "rustc-hash",10260 "sc-client-api",10261 "sc-rpc-server",10262 "sc-tracing-proc-macro",10263 "serde",10264 "sp-api",10265 "sp-blockchain",10266 "sp-core",10267 "sp-rpc",10268 "sp-runtime",10269 "sp-tracing",10270 "thiserror",10271 "tracing",10272 "tracing-log",10273 "tracing-subscriber",10274]1027510276[[package]]10277name = "sc-tracing-proc-macro"10278version = "4.0.0-dev"10279source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10280dependencies = [10281 "proc-macro-crate",10282 "proc-macro2",10283 "quote",10284 "syn",10285]1028610287[[package]]10288name = "sc-transaction-pool"10289version = "4.0.0-dev"10290source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10291dependencies = [10292 "futures 0.3.21",10293 "futures-timer",10294 "linked-hash-map",10295 "log",10296 "parity-scale-codec 3.1.2",10297 "parity-util-mem",10298 "parking_lot 0.12.1",10299 "retain_mut",10300 "sc-client-api",10301 "sc-transaction-pool-api",10302 "sc-utils",10303 "serde",10304 "sp-api",10305 "sp-blockchain",10306 "sp-core",10307 "sp-runtime",10308 "sp-tracing",10309 "sp-transaction-pool",10310 "substrate-prometheus-endpoint",10311 "thiserror",10312]1031310314[[package]]10315name = "sc-transaction-pool-api"10316version = "4.0.0-dev"10317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10318dependencies = [10319 "futures 0.3.21",10320 "log",10321 "serde",10322 "sp-blockchain",10323 "sp-runtime",10324 "thiserror",10325]1032610327[[package]]10328name = "sc-utils"10329version = "4.0.0-dev"10330source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10331dependencies = [10332 "futures 0.3.21",10333 "futures-timer",10334 "lazy_static",10335 "log",10336 "parking_lot 0.12.1",10337 "prometheus",10338]1033910340[[package]]10341name = "scale-info"10342version = "2.1.2"10343source = "registry+https://github.com/rust-lang/crates.io-index"10344checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10345dependencies = [10346 "bitvec 1.0.0",10347 "cfg-if 1.0.0",10348 "derive_more",10349 "parity-scale-codec 3.1.2",10350 "scale-info-derive",10351 "serde",10352]1035310354[[package]]10355name = "scale-info-derive"10356version = "2.1.2"10357source = "registry+https://github.com/rust-lang/crates.io-index"10358checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10359dependencies = [10360 "proc-macro-crate",10361 "proc-macro2",10362 "quote",10363 "syn",10364]1036510366[[package]]10367name = "schannel"10368version = "0.1.20"10369source = "registry+https://github.com/rust-lang/crates.io-index"10370checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10371dependencies = [10372 "lazy_static",10373 "windows-sys",10374]1037510376[[package]]10377name = "schnorrkel"10378version = "0.9.1"10379source = "registry+https://github.com/rust-lang/crates.io-index"10380checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10381dependencies = [10382 "arrayref",10383 "arrayvec 0.5.2",10384 "curve25519-dalek 2.1.3",10385 "getrandom 0.1.16",10386 "merlin",10387 "rand 0.7.3",10388 "rand_core 0.5.1",10389 "sha2 0.8.2",10390 "subtle",10391 "zeroize",10392]1039310394[[package]]10395name = "scopeguard"10396version = "1.1.0"10397source = "registry+https://github.com/rust-lang/crates.io-index"10398checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1039910400[[package]]10401name = "sct"10402version = "0.6.1"10403source = "registry+https://github.com/rust-lang/crates.io-index"10404checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10405dependencies = [10406 "ring",10407 "untrusted",10408]1040910410[[package]]10411name = "sct"10412version = "0.7.0"10413source = "registry+https://github.com/rust-lang/crates.io-index"10414checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10415dependencies = [10416 "ring",10417 "untrusted",10418]1041910420[[package]]10421name = "sec1"10422version = "0.2.1"10423source = "registry+https://github.com/rust-lang/crates.io-index"10424checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10425dependencies = [10426 "der",10427 "generic-array 0.14.5",10428 "subtle",10429 "zeroize",10430]1043110432[[package]]10433name = "secp256k1"10434version = "0.21.3"10435source = "registry+https://github.com/rust-lang/crates.io-index"10436checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10437dependencies = [10438 "secp256k1-sys",10439]1044010441[[package]]10442name = "secp256k1-sys"10443version = "0.4.2"10444source = "registry+https://github.com/rust-lang/crates.io-index"10445checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10446dependencies = [10447 "cc",10448]1044910450[[package]]10451name = "secrecy"10452version = "0.8.0"10453source = "registry+https://github.com/rust-lang/crates.io-index"10454checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10455dependencies = [10456 "zeroize",10457]1045810459[[package]]10460name = "security-framework"10461version = "2.6.1"10462source = "registry+https://github.com/rust-lang/crates.io-index"10463checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10464dependencies = [10465 "bitflags",10466 "core-foundation",10467 "core-foundation-sys",10468 "libc",10469 "security-framework-sys",10470]1047110472[[package]]10473name = "security-framework-sys"10474version = "2.6.1"10475source = "registry+https://github.com/rust-lang/crates.io-index"10476checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10477dependencies = [10478 "core-foundation-sys",10479 "libc",10480]1048110482[[package]]10483name = "semver"10484version = "0.6.0"10485source = "registry+https://github.com/rust-lang/crates.io-index"10486checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10487dependencies = [10488 "semver-parser",10489]1049010491[[package]]10492name = "semver"10493version = "0.9.0"10494source = "registry+https://github.com/rust-lang/crates.io-index"10495checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10496dependencies = [10497 "semver-parser",10498]1049910500[[package]]10501name = "semver"10502version = "1.0.9"10503source = "registry+https://github.com/rust-lang/crates.io-index"10504checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10505dependencies = [10506 "serde",10507]1050810509[[package]]10510name = "semver-parser"10511version = "0.7.0"10512source = "registry+https://github.com/rust-lang/crates.io-index"10513checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1051410515[[package]]10516name = "serde"10517version = "1.0.137"10518source = "registry+https://github.com/rust-lang/crates.io-index"10519checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10520dependencies = [10521 "serde_derive",10522]1052310524[[package]]10525name = "serde_derive"10526version = "1.0.137"10527source = "registry+https://github.com/rust-lang/crates.io-index"10528checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10529dependencies = [10530 "proc-macro2",10531 "quote",10532 "syn",10533]1053410535[[package]]10536name = "serde_json"10537version = "1.0.81"10538source = "registry+https://github.com/rust-lang/crates.io-index"10539checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10540dependencies = [10541 "itoa 1.0.2",10542 "ryu",10543 "serde",10544]1054510546[[package]]10547name = "serde_nanos"10548version = "0.1.2"10549source = "registry+https://github.com/rust-lang/crates.io-index"10550checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10551dependencies = [10552 "serde",10553]1055410555[[package]]10556name = "sha-1"10557version = "0.8.2"10558source = "registry+https://github.com/rust-lang/crates.io-index"10559checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10560dependencies = [10561 "block-buffer 0.7.3",10562 "digest 0.8.1",10563 "fake-simd",10564 "opaque-debug 0.2.3",10565]1056610567[[package]]10568name = "sha-1"10569version = "0.9.8"10570source = "registry+https://github.com/rust-lang/crates.io-index"10571checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10572dependencies = [10573 "block-buffer 0.9.0",10574 "cfg-if 1.0.0",10575 "cpufeatures",10576 "digest 0.9.0",10577 "opaque-debug 0.3.0",10578]1057910580[[package]]10581name = "sha2"10582version = "0.8.2"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10585dependencies = [10586 "block-buffer 0.7.3",10587 "digest 0.8.1",10588 "fake-simd",10589 "opaque-debug 0.2.3",10590]1059110592[[package]]10593name = "sha2"10594version = "0.9.9"10595source = "registry+https://github.com/rust-lang/crates.io-index"10596checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10597dependencies = [10598 "block-buffer 0.9.0",10599 "cfg-if 1.0.0",10600 "cpufeatures",10601 "digest 0.9.0",10602 "opaque-debug 0.3.0",10603]1060410605[[package]]10606name = "sha2"10607version = "0.10.2"10608source = "registry+https://github.com/rust-lang/crates.io-index"10609checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10610dependencies = [10611 "cfg-if 1.0.0",10612 "cpufeatures",10613 "digest 0.10.3",10614]1061510616[[package]]10617name = "sha3"10618version = "0.9.1"10619source = "registry+https://github.com/rust-lang/crates.io-index"10620checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10621dependencies = [10622 "block-buffer 0.9.0",10623 "digest 0.9.0",10624 "keccak",10625 "opaque-debug 0.3.0",10626]1062710628[[package]]10629name = "sha3"10630version = "0.10.1"10631source = "registry+https://github.com/rust-lang/crates.io-index"10632checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10633dependencies = [10634 "digest 0.10.3",10635 "keccak",10636]1063710638[[package]]10639name = "sharded-slab"10640version = "0.1.4"10641source = "registry+https://github.com/rust-lang/crates.io-index"10642checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10643dependencies = [10644 "lazy_static",10645]1064610647[[package]]10648name = "shlex"10649version = "1.1.0"10650source = "registry+https://github.com/rust-lang/crates.io-index"10651checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1065210653[[package]]10654name = "signal-hook"10655version = "0.3.14"10656source = "registry+https://github.com/rust-lang/crates.io-index"10657checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10658dependencies = [10659 "libc",10660 "signal-hook-registry",10661]1066210663[[package]]10664name = "signal-hook-registry"10665version = "1.4.0"10666source = "registry+https://github.com/rust-lang/crates.io-index"10667checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10668dependencies = [10669 "libc",10670]1067110672[[package]]10673name = "signature"10674version = "1.4.0"10675source = "registry+https://github.com/rust-lang/crates.io-index"10676checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10677dependencies = [10678 "digest 0.9.0",10679 "rand_core 0.6.3",10680]1068110682[[package]]10683name = "simba"10684version = "0.5.1"10685source = "registry+https://github.com/rust-lang/crates.io-index"10686checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10687dependencies = [10688 "approx",10689 "num-complex",10690 "num-traits",10691 "paste",10692]1069310694[[package]]10695name = "slab"10696version = "0.4.6"10697source = "registry+https://github.com/rust-lang/crates.io-index"10698checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1069910700[[package]]10701name = "slot-range-helper"10702version = "0.9.22"10703source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"10704dependencies = [10705 "enumn",10706 "parity-scale-codec 3.1.2",10707 "paste",10708 "sp-runtime",10709 "sp-std",10710]1071110712[[package]]10713name = "slotmap"10714version = "1.0.6"10715source = "registry+https://github.com/rust-lang/crates.io-index"10716checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10717dependencies = [10718 "version_check",10719]1072010721[[package]]10722name = "smallvec"10723version = "1.8.0"10724source = "registry+https://github.com/rust-lang/crates.io-index"10725checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1072610727[[package]]10728name = "snap"10729version = "1.0.5"10730source = "registry+https://github.com/rust-lang/crates.io-index"10731checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1073210733[[package]]10734name = "snow"10735version = "0.9.0"10736source = "registry+https://github.com/rust-lang/crates.io-index"10737checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10738dependencies = [10739 "aes-gcm",10740 "blake2",10741 "chacha20poly1305",10742 "curve25519-dalek 4.0.0-pre.1",10743 "rand_core 0.6.3",10744 "ring",10745 "rustc_version 0.4.0",10746 "sha2 0.10.2",10747 "subtle",10748]1074910750[[package]]10751name = "socket2"10752version = "0.4.4"10753source = "registry+https://github.com/rust-lang/crates.io-index"10754checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10755dependencies = [10756 "libc",10757 "winapi",10758]1075910760[[package]]10761name = "soketto"10762version = "0.7.1"10763source = "registry+https://github.com/rust-lang/crates.io-index"10764checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10765dependencies = [10766 "base64",10767 "bytes 1.1.0",10768 "flate2",10769 "futures 0.3.21",10770 "httparse",10771 "log",10772 "rand 0.8.5",10773 "sha-1 0.9.8",10774]1077510776[[package]]10777name = "sp-api"10778version = "4.0.0-dev"10779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10780dependencies = [10781 "hash-db",10782 "log",10783 "parity-scale-codec 3.1.2",10784 "sp-api-proc-macro",10785 "sp-core",10786 "sp-runtime",10787 "sp-state-machine",10788 "sp-std",10789 "sp-version",10790 "thiserror",10791]1079210793[[package]]10794name = "sp-api-proc-macro"10795version = "4.0.0-dev"10796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10797dependencies = [10798 "blake2",10799 "proc-macro-crate",10800 "proc-macro2",10801 "quote",10802 "syn",10803]1080410805[[package]]10806name = "sp-application-crypto"10807version = "6.0.0"10808source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10809dependencies = [10810 "parity-scale-codec 3.1.2",10811 "scale-info",10812 "serde",10813 "sp-core",10814 "sp-io",10815 "sp-std",10816]1081710818[[package]]10819name = "sp-arithmetic"10820version = "5.0.0"10821source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10822dependencies = [10823 "integer-sqrt",10824 "num-traits",10825 "parity-scale-codec 3.1.2",10826 "scale-info",10827 "serde",10828 "sp-debug-derive",10829 "sp-std",10830 "static_assertions",10831]1083210833[[package]]10834name = "sp-authority-discovery"10835version = "4.0.0-dev"10836source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10837dependencies = [10838 "parity-scale-codec 3.1.2",10839 "scale-info",10840 "sp-api",10841 "sp-application-crypto",10842 "sp-runtime",10843 "sp-std",10844]1084510846[[package]]10847name = "sp-authorship"10848version = "4.0.0-dev"10849source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10850dependencies = [10851 "async-trait",10852 "parity-scale-codec 3.1.2",10853 "sp-inherents",10854 "sp-runtime",10855 "sp-std",10856]1085710858[[package]]10859name = "sp-block-builder"10860version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10862dependencies = [10863 "parity-scale-codec 3.1.2",10864 "sp-api",10865 "sp-inherents",10866 "sp-runtime",10867 "sp-std",10868]1086910870[[package]]10871name = "sp-blockchain"10872version = "4.0.0-dev"10873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10874dependencies = [10875 "futures 0.3.21",10876 "log",10877 "lru 0.7.6",10878 "parity-scale-codec 3.1.2",10879 "parking_lot 0.12.1",10880 "sp-api",10881 "sp-consensus",10882 "sp-database",10883 "sp-runtime",10884 "sp-state-machine",10885 "thiserror",10886]1088710888[[package]]10889name = "sp-consensus"10890version = "0.10.0-dev"10891source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10892dependencies = [10893 "async-trait",10894 "futures 0.3.21",10895 "futures-timer",10896 "log",10897 "parity-scale-codec 3.1.2",10898 "sp-core",10899 "sp-inherents",10900 "sp-runtime",10901 "sp-state-machine",10902 "sp-std",10903 "sp-version",10904 "thiserror",10905]1090610907[[package]]10908name = "sp-consensus-aura"10909version = "0.10.0-dev"10910source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10911dependencies = [10912 "async-trait",10913 "parity-scale-codec 3.1.2",10914 "scale-info",10915 "sp-api",10916 "sp-application-crypto",10917 "sp-consensus",10918 "sp-consensus-slots",10919 "sp-inherents",10920 "sp-runtime",10921 "sp-std",10922 "sp-timestamp",10923]1092410925[[package]]10926name = "sp-consensus-babe"10927version = "0.10.0-dev"10928source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10929dependencies = [10930 "async-trait",10931 "merlin",10932 "parity-scale-codec 3.1.2",10933 "scale-info",10934 "serde",10935 "sp-api",10936 "sp-application-crypto",10937 "sp-consensus",10938 "sp-consensus-slots",10939 "sp-consensus-vrf",10940 "sp-core",10941 "sp-inherents",10942 "sp-keystore",10943 "sp-runtime",10944 "sp-std",10945 "sp-timestamp",10946]1094710948[[package]]10949name = "sp-consensus-slots"10950version = "0.10.0-dev"10951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10952dependencies = [10953 "parity-scale-codec 3.1.2",10954 "scale-info",10955 "serde",10956 "sp-arithmetic",10957 "sp-runtime",10958 "sp-std",10959 "sp-timestamp",10960]1096110962[[package]]10963name = "sp-consensus-vrf"10964version = "0.10.0-dev"10965source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10966dependencies = [10967 "parity-scale-codec 3.1.2",10968 "scale-info",10969 "schnorrkel",10970 "sp-core",10971 "sp-runtime",10972 "sp-std",10973]1097410975[[package]]10976name = "sp-core"10977version = "6.0.0"10978source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10979dependencies = [10980 "base58",10981 "bitflags",10982 "blake2-rfc",10983 "byteorder",10984 "dyn-clonable",10985 "ed25519-dalek",10986 "futures 0.3.21",10987 "hash-db",10988 "hash256-std-hasher",10989 "hex",10990 "impl-serde",10991 "lazy_static",10992 "libsecp256k1",10993 "log",10994 "merlin",10995 "num-traits",10996 "parity-scale-codec 3.1.2",10997 "parity-util-mem",10998 "parking_lot 0.12.1",10999 "primitive-types",11000 "rand 0.7.3",11001 "regex",11002 "scale-info",11003 "schnorrkel",11004 "secp256k1",11005 "secrecy",11006 "serde",11007 "sp-core-hashing",11008 "sp-debug-derive",11009 "sp-externalities",11010 "sp-runtime-interface",11011 "sp-std",11012 "sp-storage",11013 "ss58-registry",11014 "substrate-bip39",11015 "thiserror",11016 "tiny-bip39",11017 "wasmi",11018 "zeroize",11019]1102011021[[package]]11022name = "sp-core-hashing"11023version = "4.0.0"11024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11025dependencies = [11026 "blake2",11027 "byteorder",11028 "digest 0.10.3",11029 "sha2 0.10.2",11030 "sha3 0.10.1",11031 "sp-std",11032 "twox-hash",11033]1103411035[[package]]11036name = "sp-core-hashing-proc-macro"11037version = "5.0.0"11038source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11039dependencies = [11040 "proc-macro2",11041 "quote",11042 "sp-core-hashing",11043 "syn",11044]1104511046[[package]]11047name = "sp-database"11048version = "4.0.0-dev"11049source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11050dependencies = [11051 "kvdb",11052 "parking_lot 0.12.1",11053]1105411055[[package]]11056name = "sp-debug-derive"11057version = "4.0.0"11058source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11059dependencies = [11060 "proc-macro2",11061 "quote",11062 "syn",11063]1106411065[[package]]11066name = "sp-externalities"11067version = "0.12.0"11068source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11069dependencies = [11070 "environmental",11071 "parity-scale-codec 3.1.2",11072 "sp-std",11073 "sp-storage",11074]1107511076[[package]]11077name = "sp-finality-grandpa"11078version = "4.0.0-dev"11079source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11080dependencies = [11081 "finality-grandpa",11082 "log",11083 "parity-scale-codec 3.1.2",11084 "scale-info",11085 "serde",11086 "sp-api",11087 "sp-application-crypto",11088 "sp-core",11089 "sp-keystore",11090 "sp-runtime",11091 "sp-std",11092]1109311094[[package]]11095name = "sp-inherents"11096version = "4.0.0-dev"11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11098dependencies = [11099 "async-trait",11100 "impl-trait-for-tuples",11101 "parity-scale-codec 3.1.2",11102 "sp-core",11103 "sp-runtime",11104 "sp-std",11105 "thiserror",11106]1110711108[[package]]11109name = "sp-io"11110version = "6.0.0"11111source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11112dependencies = [11113 "futures 0.3.21",11114 "hash-db",11115 "libsecp256k1",11116 "log",11117 "parity-scale-codec 3.1.2",11118 "parking_lot 0.12.1",11119 "secp256k1",11120 "sp-core",11121 "sp-externalities",11122 "sp-keystore",11123 "sp-runtime-interface",11124 "sp-state-machine",11125 "sp-std",11126 "sp-tracing",11127 "sp-trie",11128 "sp-wasm-interface",11129 "tracing",11130 "tracing-core",11131]1113211133[[package]]11134name = "sp-keyring"11135version = "6.0.0"11136source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11137dependencies = [11138 "lazy_static",11139 "sp-core",11140 "sp-runtime",11141 "strum 0.23.0",11142]1114311144[[package]]11145name = "sp-keystore"11146version = "0.12.0"11147source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11148dependencies = [11149 "async-trait",11150 "futures 0.3.21",11151 "merlin",11152 "parity-scale-codec 3.1.2",11153 "parking_lot 0.12.1",11154 "schnorrkel",11155 "serde",11156 "sp-core",11157 "sp-externalities",11158 "thiserror",11159]1116011161[[package]]11162name = "sp-maybe-compressed-blob"11163version = "4.1.0-dev"11164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11165dependencies = [11166 "thiserror",11167 "zstd",11168]1116911170[[package]]11171name = "sp-mmr-primitives"11172version = "4.0.0-dev"11173source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11174dependencies = [11175 "log",11176 "parity-scale-codec 3.1.2",11177 "serde",11178 "sp-api",11179 "sp-core",11180 "sp-debug-derive",11181 "sp-runtime",11182 "sp-std",11183]1118411185[[package]]11186name = "sp-npos-elections"11187version = "4.0.0-dev"11188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11189dependencies = [11190 "parity-scale-codec 3.1.2",11191 "scale-info",11192 "serde",11193 "sp-arithmetic",11194 "sp-core",11195 "sp-runtime",11196 "sp-std",11197]1119811199[[package]]11200name = "sp-offchain"11201version = "4.0.0-dev"11202source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11203dependencies = [11204 "sp-api",11205 "sp-core",11206 "sp-runtime",11207]1120811209[[package]]11210name = "sp-panic-handler"11211version = "4.0.0"11212source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11213dependencies = [11214 "backtrace",11215 "lazy_static",11216 "regex",11217]1121811219[[package]]11220name = "sp-rpc"11221version = "6.0.0"11222source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11223dependencies = [11224 "rustc-hash",11225 "serde",11226 "sp-core",11227]1122811229[[package]]11230name = "sp-runtime"11231version = "6.0.0"11232source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11233dependencies = [11234 "either",11235 "hash256-std-hasher",11236 "impl-trait-for-tuples",11237 "log",11238 "parity-scale-codec 3.1.2",11239 "parity-util-mem",11240 "paste",11241 "rand 0.7.3",11242 "scale-info",11243 "serde",11244 "sp-application-crypto",11245 "sp-arithmetic",11246 "sp-core",11247 "sp-io",11248 "sp-std",11249]1125011251[[package]]11252name = "sp-runtime-interface"11253version = "6.0.0"11254source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11255dependencies = [11256 "impl-trait-for-tuples",11257 "parity-scale-codec 3.1.2",11258 "primitive-types",11259 "sp-externalities",11260 "sp-runtime-interface-proc-macro",11261 "sp-std",11262 "sp-storage",11263 "sp-tracing",11264 "sp-wasm-interface",11265 "static_assertions",11266]1126711268[[package]]11269name = "sp-runtime-interface-proc-macro"11270version = "5.0.0"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11272dependencies = [11273 "Inflector",11274 "proc-macro-crate",11275 "proc-macro2",11276 "quote",11277 "syn",11278]1127911280[[package]]11281name = "sp-sandbox"11282version = "0.10.0-dev"11283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11284dependencies = [11285 "log",11286 "parity-scale-codec 3.1.2",11287 "sp-core",11288 "sp-io",11289 "sp-std",11290 "sp-wasm-interface",11291 "wasmi",11292]1129311294[[package]]11295name = "sp-serializer"11296version = "4.0.0-dev"11297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11298dependencies = [11299 "serde",11300 "serde_json",11301]1130211303[[package]]11304name = "sp-session"11305version = "4.0.0-dev"11306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11307dependencies = [11308 "parity-scale-codec 3.1.2",11309 "scale-info",11310 "sp-api",11311 "sp-core",11312 "sp-runtime",11313 "sp-staking",11314 "sp-std",11315]1131611317[[package]]11318name = "sp-staking"11319version = "4.0.0-dev"11320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11321dependencies = [11322 "parity-scale-codec 3.1.2",11323 "scale-info",11324 "sp-runtime",11325 "sp-std",11326]1132711328[[package]]11329name = "sp-state-machine"11330version = "0.12.0"11331source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11332dependencies = [11333 "hash-db",11334 "log",11335 "num-traits",11336 "parity-scale-codec 3.1.2",11337 "parking_lot 0.12.1",11338 "rand 0.7.3",11339 "smallvec",11340 "sp-core",11341 "sp-externalities",11342 "sp-panic-handler",11343 "sp-std",11344 "sp-trie",11345 "thiserror",11346 "tracing",11347 "trie-root",11348]1134911350[[package]]11351name = "sp-std"11352version = "4.0.0"11353source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"1135411355[[package]]11356name = "sp-storage"11357version = "6.0.0"11358source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11359dependencies = [11360 "impl-serde",11361 "parity-scale-codec 3.1.2",11362 "ref-cast",11363 "serde",11364 "sp-debug-derive",11365 "sp-std",11366]1136711368[[package]]11369name = "sp-tasks"11370version = "4.0.0-dev"11371source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11372dependencies = [11373 "log",11374 "sp-core",11375 "sp-externalities",11376 "sp-io",11377 "sp-runtime-interface",11378 "sp-std",11379]1138011381[[package]]11382name = "sp-timestamp"11383version = "4.0.0-dev"11384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11385dependencies = [11386 "async-trait",11387 "futures-timer",11388 "log",11389 "parity-scale-codec 3.1.2",11390 "sp-api",11391 "sp-inherents",11392 "sp-runtime",11393 "sp-std",11394 "thiserror",11395]1139611397[[package]]11398name = "sp-tracing"11399version = "5.0.0"11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11401dependencies = [11402 "parity-scale-codec 3.1.2",11403 "sp-std",11404 "tracing",11405 "tracing-core",11406 "tracing-subscriber",11407]1140811409[[package]]11410name = "sp-transaction-pool"11411version = "4.0.0-dev"11412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11413dependencies = [11414 "sp-api",11415 "sp-runtime",11416]1141711418[[package]]11419name = "sp-transaction-storage-proof"11420version = "4.0.0-dev"11421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11422dependencies = [11423 "async-trait",11424 "log",11425 "parity-scale-codec 3.1.2",11426 "scale-info",11427 "sp-core",11428 "sp-inherents",11429 "sp-runtime",11430 "sp-std",11431 "sp-trie",11432]1143311434[[package]]11435name = "sp-trie"11436version = "6.0.0"11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11438dependencies = [11439 "hash-db",11440 "memory-db",11441 "parity-scale-codec 3.1.2",11442 "scale-info",11443 "sp-core",11444 "sp-std",11445 "thiserror",11446 "trie-db",11447 "trie-root",11448]1144911450[[package]]11451name = "sp-version"11452version = "5.0.0"11453source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11454dependencies = [11455 "impl-serde",11456 "parity-scale-codec 3.1.2",11457 "parity-wasm 0.42.2",11458 "scale-info",11459 "serde",11460 "sp-core-hashing-proc-macro",11461 "sp-runtime",11462 "sp-std",11463 "sp-version-proc-macro",11464 "thiserror",11465]1146611467[[package]]11468name = "sp-version-proc-macro"11469version = "4.0.0-dev"11470source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11471dependencies = [11472 "parity-scale-codec 3.1.2",11473 "proc-macro2",11474 "quote",11475 "syn",11476]1147711478[[package]]11479name = "sp-wasm-interface"11480version = "6.0.0"11481source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11482dependencies = [11483 "impl-trait-for-tuples",11484 "log",11485 "parity-scale-codec 3.1.2",11486 "sp-std",11487 "wasmi",11488 "wasmtime",11489]1149011491[[package]]11492name = "spin"11493version = "0.5.2"11494source = "registry+https://github.com/rust-lang/crates.io-index"11495checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1149611497[[package]]11498name = "ss58-registry"11499version = "1.22.0"11500source = "registry+https://github.com/rust-lang/crates.io-index"11501checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11502dependencies = [11503 "Inflector",11504 "num-format",11505 "proc-macro2",11506 "quote",11507 "serde",11508 "serde_json",11509 "unicode-xid",11510]1151111512[[package]]11513name = "stable_deref_trait"11514version = "1.2.0"11515source = "registry+https://github.com/rust-lang/crates.io-index"11516checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1151711518[[package]]11519name = "static_assertions"11520version = "1.1.0"11521source = "registry+https://github.com/rust-lang/crates.io-index"11522checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1152311524[[package]]11525name = "static_init"11526version = "0.5.2"11527source = "registry+https://github.com/rust-lang/crates.io-index"11528checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11529dependencies = [11530 "cfg_aliases",11531 "libc",11532 "parking_lot 0.11.2",11533 "static_init_macro",11534]1153511536[[package]]11537name = "static_init_macro"11538version = "0.5.0"11539source = "registry+https://github.com/rust-lang/crates.io-index"11540checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11541dependencies = [11542 "cfg_aliases",11543 "memchr",11544 "proc-macro2",11545 "quote",11546 "syn",11547]1154811549[[package]]11550name = "statrs"11551version = "0.15.0"11552source = "registry+https://github.com/rust-lang/crates.io-index"11553checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11554dependencies = [11555 "approx",11556 "lazy_static",11557 "nalgebra",11558 "num-traits",11559 "rand 0.8.5",11560]1156111562[[package]]11563name = "strsim"11564version = "0.10.0"11565source = "registry+https://github.com/rust-lang/crates.io-index"11566checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1156711568[[package]]11569name = "struct-versioning"11570version = "0.1.0"11571dependencies = [11572 "quote",11573 "syn",11574]1157511576[[package]]11577name = "strum"11578version = "0.23.0"11579source = "registry+https://github.com/rust-lang/crates.io-index"11580checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11581dependencies = [11582 "strum_macros 0.23.1",11583]1158411585[[package]]11586name = "strum"11587version = "0.24.0"11588source = "registry+https://github.com/rust-lang/crates.io-index"11589checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11590dependencies = [11591 "strum_macros 0.24.0",11592]1159311594[[package]]11595name = "strum_macros"11596version = "0.23.1"11597source = "registry+https://github.com/rust-lang/crates.io-index"11598checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11599dependencies = [11600 "heck 0.3.3",11601 "proc-macro2",11602 "quote",11603 "rustversion",11604 "syn",11605]1160611607[[package]]11608name = "strum_macros"11609version = "0.24.0"11610source = "registry+https://github.com/rust-lang/crates.io-index"11611checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11612dependencies = [11613 "heck 0.4.0",11614 "proc-macro2",11615 "quote",11616 "rustversion",11617 "syn",11618]1161911620[[package]]11621name = "substrate-bip39"11622version = "0.4.4"11623source = "registry+https://github.com/rust-lang/crates.io-index"11624checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11625dependencies = [11626 "hmac 0.11.0",11627 "pbkdf2 0.8.0",11628 "schnorrkel",11629 "sha2 0.9.9",11630 "zeroize",11631]1163211633[[package]]11634name = "substrate-build-script-utils"11635version = "3.0.0"11636source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11637dependencies = [11638 "platforms",11639]1164011641[[package]]11642name = "substrate-frame-rpc-system"11643version = "4.0.0-dev"11644source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11645dependencies = [11646 "frame-system-rpc-runtime-api",11647 "futures 0.3.21",11648 "jsonrpsee",11649 "log",11650 "parity-scale-codec 3.1.2",11651 "sc-client-api",11652 "sc-rpc-api",11653 "sc-transaction-pool-api",11654 "serde_json",11655 "sp-api",11656 "sp-block-builder",11657 "sp-blockchain",11658 "sp-core",11659 "sp-runtime",11660]1166111662[[package]]11663name = "substrate-prometheus-endpoint"11664version = "0.10.0-dev"11665source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11666dependencies = [11667 "futures-util",11668 "hyper",11669 "log",11670 "prometheus",11671 "thiserror",11672 "tokio 1.18.2",11673]1167411675[[package]]11676name = "substrate-state-trie-migration-rpc"11677version = "4.0.0-dev"11678source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11679dependencies = [11680 "jsonrpsee",11681 "log",11682 "parity-scale-codec 3.1.2",11683 "sc-client-api",11684 "sc-rpc-api",11685 "scale-info",11686 "serde",11687 "sp-core",11688 "sp-io",11689 "sp-runtime",11690 "sp-state-machine",11691 "sp-std",11692 "sp-trie",11693 "trie-db",11694]1169511696[[package]]11697name = "substrate-test-client"11698version = "2.0.1"11699source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11700dependencies = [11701 "async-trait",11702 "futures 0.3.21",11703 "hex",11704 "parity-scale-codec 3.1.2",11705 "sc-client-api",11706 "sc-client-db",11707 "sc-consensus",11708 "sc-executor",11709 "sc-offchain",11710 "sc-service",11711 "serde",11712 "serde_json",11713 "sp-blockchain",11714 "sp-consensus",11715 "sp-core",11716 "sp-keyring",11717 "sp-keystore",11718 "sp-runtime",11719 "sp-state-machine",11720]1172111722[[package]]11723name = "substrate-test-utils"11724version = "4.0.0-dev"11725source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11726dependencies = [11727 "futures 0.3.21",11728 "substrate-test-utils-derive",11729 "tokio 1.18.2",11730]1173111732[[package]]11733name = "substrate-test-utils-derive"11734version = "0.10.0-dev"11735source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11736dependencies = [11737 "proc-macro-crate",11738 "proc-macro2",11739 "quote",11740 "syn",11741]1174211743[[package]]11744name = "substrate-wasm-builder"11745version = "5.0.0-dev"11746source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11747dependencies = [11748 "ansi_term",11749 "build-helper",11750 "cargo_metadata",11751 "sp-maybe-compressed-blob",11752 "strum 0.23.0",11753 "tempfile",11754 "toml",11755 "walkdir",11756 "wasm-gc-api",11757]1175811759[[package]]11760name = "subtle"11761version = "2.4.1"11762source = "registry+https://github.com/rust-lang/crates.io-index"11763checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1176411765[[package]]11766name = "syn"11767version = "1.0.96"11768source = "registry+https://github.com/rust-lang/crates.io-index"11769checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11770dependencies = [11771 "proc-macro2",11772 "quote",11773 "unicode-ident",11774]1177511776[[package]]11777name = "synstructure"11778version = "0.12.6"11779source = "registry+https://github.com/rust-lang/crates.io-index"11780checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11781dependencies = [11782 "proc-macro2",11783 "quote",11784 "syn",11785 "unicode-xid",11786]1178711788[[package]]11789name = "system-configuration"11790version = "0.5.0"11791source = "registry+https://github.com/rust-lang/crates.io-index"11792checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11793dependencies = [11794 "bitflags",11795 "core-foundation",11796 "system-configuration-sys",11797]1179811799[[package]]11800name = "system-configuration-sys"11801version = "0.5.0"11802source = "registry+https://github.com/rust-lang/crates.io-index"11803checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11804dependencies = [11805 "core-foundation-sys",11806 "libc",11807]1180811809[[package]]11810name = "tap"11811version = "1.0.1"11812source = "registry+https://github.com/rust-lang/crates.io-index"11813checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1181411815[[package]]11816name = "target-lexicon"11817version = "0.12.4"11818source = "registry+https://github.com/rust-lang/crates.io-index"11819checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1182011821[[package]]11822name = "tempfile"11823version = "3.3.0"11824source = "registry+https://github.com/rust-lang/crates.io-index"11825checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11826dependencies = [11827 "cfg-if 1.0.0",11828 "fastrand",11829 "libc",11830 "redox_syscall 0.2.13",11831 "remove_dir_all",11832 "winapi",11833]1183411835[[package]]11836name = "term"11837version = "0.5.2"11838source = "registry+https://github.com/rust-lang/crates.io-index"11839checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11840dependencies = [11841 "byteorder",11842 "dirs",11843 "winapi",11844]1184511846[[package]]11847name = "termcolor"11848version = "1.1.3"11849source = "registry+https://github.com/rust-lang/crates.io-index"11850checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11851dependencies = [11852 "winapi-util",11853]1185411855[[package]]11856name = "test-runtime-constants"11857version = "0.9.22"11858source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"11859dependencies = [11860 "frame-support",11861 "polkadot-primitives",11862 "polkadot-runtime-common",11863 "smallvec",11864 "sp-runtime",11865]1186611867[[package]]11868name = "tests"11869version = "0.1.0"11870dependencies = [11871 "fp-evm-mapping",11872 "frame-support",11873 "frame-system",11874 "pallet-balances",11875 "pallet-common",11876 "pallet-ethereum",11877 "pallet-evm",11878 "pallet-evm-coder-substrate",11879 "pallet-fungible",11880 "pallet-nonfungible",11881 "pallet-refungible",11882 "pallet-structure",11883 "pallet-timestamp",11884 "pallet-transaction-payment",11885 "pallet-unique",11886 "parity-scale-codec 3.1.2",11887 "scale-info",11888 "sp-core",11889 "sp-io",11890 "sp-runtime",11891 "sp-std",11892 "unique-runtime-common",11893 "up-data-structs",11894]1189511896[[package]]11897name = "textwrap"11898version = "0.15.0"11899source = "registry+https://github.com/rust-lang/crates.io-index"11900checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1190111902[[package]]11903name = "thiserror"11904version = "1.0.31"11905source = "registry+https://github.com/rust-lang/crates.io-index"11906checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11907dependencies = [11908 "thiserror-impl",11909]1191011911[[package]]11912name = "thiserror-impl"11913version = "1.0.31"11914source = "registry+https://github.com/rust-lang/crates.io-index"11915checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11916dependencies = [11917 "proc-macro2",11918 "quote",11919 "syn",11920]1192111922[[package]]11923name = "thousands"11924version = "0.2.0"11925source = "registry+https://github.com/rust-lang/crates.io-index"11926checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1192711928[[package]]11929name = "thread_local"11930version = "1.1.4"11931source = "registry+https://github.com/rust-lang/crates.io-index"11932checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11933dependencies = [11934 "once_cell",11935]1193611937[[package]]11938name = "threadpool"11939version = "1.8.1"11940source = "registry+https://github.com/rust-lang/crates.io-index"11941checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11942dependencies = [11943 "num_cpus",11944]1194511946[[package]]11947name = "thrift"11948version = "0.15.0"11949source = "registry+https://github.com/rust-lang/crates.io-index"11950checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11951dependencies = [11952 "byteorder",11953 "integer-encoding",11954 "log",11955 "ordered-float",11956 "threadpool",11957]1195811959[[package]]11960name = "tikv-jemalloc-sys"11961version = "0.4.3+5.2.1-patched.2"11962source = "registry+https://github.com/rust-lang/crates.io-index"11963checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11964dependencies = [11965 "cc",11966 "fs_extra",11967 "libc",11968]1196911970[[package]]11971name = "time"11972version = "0.1.44"11973source = "registry+https://github.com/rust-lang/crates.io-index"11974checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11975dependencies = [11976 "libc",11977 "wasi 0.10.0+wasi-snapshot-preview1",11978 "winapi",11979]1198011981[[package]]11982name = "tiny-bip39"11983version = "0.8.2"11984source = "registry+https://github.com/rust-lang/crates.io-index"11985checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11986dependencies = [11987 "anyhow",11988 "hmac 0.8.1",11989 "once_cell",11990 "pbkdf2 0.4.0",11991 "rand 0.7.3",11992 "rustc-hash",11993 "sha2 0.9.9",11994 "thiserror",11995 "unicode-normalization",11996 "wasm-bindgen",11997 "zeroize",11998]1199912000[[package]]12001name = "tiny-keccak"12002version = "2.0.2"12003source = "registry+https://github.com/rust-lang/crates.io-index"12004checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12005dependencies = [12006 "crunchy",12007]1200812009[[package]]12010name = "tinyvec"12011version = "1.6.0"12012source = "registry+https://github.com/rust-lang/crates.io-index"12013checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12014dependencies = [12015 "tinyvec_macros",12016]1201712018[[package]]12019name = "tinyvec_macros"12020version = "0.1.0"12021source = "registry+https://github.com/rust-lang/crates.io-index"12022checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1202312024[[package]]12025name = "tokio"12026version = "0.2.25"12027source = "registry+https://github.com/rust-lang/crates.io-index"12028checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12029dependencies = [12030 "bytes 0.5.6",12031 "fnv",12032 "pin-project-lite 0.1.12",12033 "tokio-macros 0.2.6",12034]1203512036[[package]]12037name = "tokio"12038version = "1.18.2"12039source = "registry+https://github.com/rust-lang/crates.io-index"12040checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12041dependencies = [12042 "bytes 1.1.0",12043 "libc",12044 "memchr",12045 "mio",12046 "num_cpus",12047 "once_cell",12048 "parking_lot 0.12.1",12049 "pin-project-lite 0.2.9",12050 "signal-hook-registry",12051 "socket2",12052 "tokio-macros 1.7.0",12053 "winapi",12054]1205512056[[package]]12057name = "tokio-macros"12058version = "0.2.6"12059source = "registry+https://github.com/rust-lang/crates.io-index"12060checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12061dependencies = [12062 "proc-macro2",12063 "quote",12064 "syn",12065]1206612067[[package]]12068name = "tokio-macros"12069version = "1.7.0"12070source = "registry+https://github.com/rust-lang/crates.io-index"12071checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12072dependencies = [12073 "proc-macro2",12074 "quote",12075 "syn",12076]1207712078[[package]]12079name = "tokio-rustls"12080version = "0.22.0"12081source = "registry+https://github.com/rust-lang/crates.io-index"12082checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12083dependencies = [12084 "rustls 0.19.1",12085 "tokio 1.18.2",12086 "webpki 0.21.4",12087]1208812089[[package]]12090name = "tokio-rustls"12091version = "0.23.4"12092source = "registry+https://github.com/rust-lang/crates.io-index"12093checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12094dependencies = [12095 "rustls 0.20.6",12096 "tokio 1.18.2",12097 "webpki 0.22.0",12098]1209912100[[package]]12101name = "tokio-util"12102version = "0.7.2"12103source = "registry+https://github.com/rust-lang/crates.io-index"12104checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12105dependencies = [12106 "bytes 1.1.0",12107 "futures-core",12108 "futures-io",12109 "futures-sink",12110 "pin-project-lite 0.2.9",12111 "tokio 1.18.2",12112 "tracing",12113]1211412115[[package]]12116name = "toml"12117version = "0.5.9"12118source = "registry+https://github.com/rust-lang/crates.io-index"12119checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12120dependencies = [12121 "serde",12122]1212312124[[package]]12125name = "tower-service"12126version = "0.3.1"12127source = "registry+https://github.com/rust-lang/crates.io-index"12128checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1212912130[[package]]12131name = "tracing"12132version = "0.1.34"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12135dependencies = [12136 "cfg-if 1.0.0",12137 "pin-project-lite 0.2.9",12138 "tracing-attributes",12139 "tracing-core",12140]1214112142[[package]]12143name = "tracing-attributes"12144version = "0.1.21"12145source = "registry+https://github.com/rust-lang/crates.io-index"12146checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12147dependencies = [12148 "proc-macro2",12149 "quote",12150 "syn",12151]1215212153[[package]]12154name = "tracing-core"12155version = "0.1.26"12156source = "registry+https://github.com/rust-lang/crates.io-index"12157checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12158dependencies = [12159 "lazy_static",12160 "valuable",12161]1216212163[[package]]12164name = "tracing-futures"12165version = "0.2.5"12166source = "registry+https://github.com/rust-lang/crates.io-index"12167checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12168dependencies = [12169 "pin-project 1.0.10",12170 "tracing",12171]1217212173[[package]]12174name = "tracing-gum"12175version = "0.9.22"12176source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12177dependencies = [12178 "polkadot-node-jaeger",12179 "polkadot-primitives",12180 "tracing",12181 "tracing-gum-proc-macro",12182]1218312184[[package]]12185name = "tracing-gum-proc-macro"12186version = "0.9.22"12187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12188dependencies = [12189 "expander 0.0.6",12190 "proc-macro-crate",12191 "proc-macro2",12192 "quote",12193 "syn",12194]1219512196[[package]]12197name = "tracing-log"12198version = "0.1.3"12199source = "registry+https://github.com/rust-lang/crates.io-index"12200checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12201dependencies = [12202 "ahash",12203 "lazy_static",12204 "log",12205 "lru 0.7.6",12206 "tracing-core",12207]1220812209[[package]]12210name = "tracing-serde"12211version = "0.1.3"12212source = "registry+https://github.com/rust-lang/crates.io-index"12213checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12214dependencies = [12215 "serde",12216 "tracing-core",12217]1221812219[[package]]12220name = "tracing-subscriber"12221version = "0.2.25"12222source = "registry+https://github.com/rust-lang/crates.io-index"12223checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12224dependencies = [12225 "ansi_term",12226 "chrono",12227 "lazy_static",12228 "matchers",12229 "parking_lot 0.11.2",12230 "regex",12231 "serde",12232 "serde_json",12233 "sharded-slab",12234 "smallvec",12235 "thread_local",12236 "tracing",12237 "tracing-core",12238 "tracing-log",12239 "tracing-serde",12240]1224112242[[package]]12243name = "trie-db"12244version = "0.23.1"12245source = "registry+https://github.com/rust-lang/crates.io-index"12246checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12247dependencies = [12248 "hash-db",12249 "hashbrown 0.12.1",12250 "log",12251 "rustc-hex",12252 "smallvec",12253]1225412255[[package]]12256name = "trie-root"12257version = "0.17.0"12258source = "registry+https://github.com/rust-lang/crates.io-index"12259checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12260dependencies = [12261 "hash-db",12262]1226312264[[package]]12265name = "triehash"12266version = "0.8.4"12267source = "registry+https://github.com/rust-lang/crates.io-index"12268checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12269dependencies = [12270 "hash-db",12271 "rlp",12272]1227312274[[package]]12275name = "trust-dns-proto"12276version = "0.21.2"12277source = "registry+https://github.com/rust-lang/crates.io-index"12278checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12279dependencies = [12280 "async-trait",12281 "cfg-if 1.0.0",12282 "data-encoding",12283 "enum-as-inner",12284 "futures-channel",12285 "futures-io",12286 "futures-util",12287 "idna",12288 "ipnet",12289 "lazy_static",12290 "log",12291 "rand 0.8.5",12292 "smallvec",12293 "thiserror",12294 "tinyvec",12295 "url",12296]1229712298[[package]]12299name = "trust-dns-resolver"12300version = "0.21.2"12301source = "registry+https://github.com/rust-lang/crates.io-index"12302checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12303dependencies = [12304 "cfg-if 1.0.0",12305 "futures-util",12306 "ipconfig",12307 "lazy_static",12308 "log",12309 "lru-cache",12310 "parking_lot 0.12.1",12311 "resolv-conf",12312 "smallvec",12313 "thiserror",12314 "trust-dns-proto",12315]1231612317[[package]]12318name = "try-lock"12319version = "0.2.3"12320source = "registry+https://github.com/rust-lang/crates.io-index"12321checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1232212323[[package]]12324name = "try-runtime-cli"12325version = "0.10.0-dev"12326source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"12327dependencies = [12328 "clap",12329 "jsonrpsee",12330 "log",12331 "parity-scale-codec 3.1.2",12332 "remote-externalities",12333 "sc-chain-spec",12334 "sc-cli",12335 "sc-executor",12336 "sc-service",12337 "serde",12338 "sp-core",12339 "sp-externalities",12340 "sp-io",12341 "sp-keystore",12342 "sp-runtime",12343 "sp-state-machine",12344 "sp-version",12345 "zstd",12346]1234712348[[package]]12349name = "tt-call"12350version = "1.0.8"12351source = "registry+https://github.com/rust-lang/crates.io-index"12352checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1235312354[[package]]12355name = "twox-hash"12356version = "1.6.3"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12359dependencies = [12360 "cfg-if 1.0.0",12361 "digest 0.10.3",12362 "rand 0.8.5",12363 "static_assertions",12364]1236512366[[package]]12367name = "typenum"12368version = "1.15.0"12369source = "registry+https://github.com/rust-lang/crates.io-index"12370checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1237112372[[package]]12373name = "uc-rpc"12374version = "0.1.0"12375dependencies = [12376 "anyhow",12377 "jsonrpsee",12378 "pallet-common",12379 "pallet-evm",12380 "parity-scale-codec 3.1.2",12381 "rmrk-rpc",12382 "sp-api",12383 "sp-blockchain",12384 "sp-core",12385 "sp-rpc",12386 "sp-runtime",12387 "unique-runtime-common",12388 "up-data-structs",12389 "up-rpc",12390]1239112392[[package]]12393name = "ucd-trie"12394version = "0.1.3"12395source = "registry+https://github.com/rust-lang/crates.io-index"12396checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1239712398[[package]]12399name = "uint"12400version = "0.9.3"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12403dependencies = [12404 "byteorder",12405 "crunchy",12406 "hex",12407 "static_assertions",12408]1240912410[[package]]12411name = "unicase"12412version = "2.6.0"12413source = "registry+https://github.com/rust-lang/crates.io-index"12414checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12415dependencies = [12416 "version_check",12417]1241812419[[package]]12420name = "unicode-bidi"12421version = "0.3.8"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1242412425[[package]]12426name = "unicode-ident"12427version = "1.0.0"12428source = "registry+https://github.com/rust-lang/crates.io-index"12429checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1243012431[[package]]12432name = "unicode-normalization"12433version = "0.1.19"12434source = "registry+https://github.com/rust-lang/crates.io-index"12435checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12436dependencies = [12437 "tinyvec",12438]1243912440[[package]]12441name = "unicode-segmentation"12442version = "1.9.0"12443source = "registry+https://github.com/rust-lang/crates.io-index"12444checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1244512446[[package]]12447name = "unicode-width"12448version = "0.1.9"12449source = "registry+https://github.com/rust-lang/crates.io-index"12450checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1245112452[[package]]12453name = "unicode-xid"12454version = "0.2.3"12455source = "registry+https://github.com/rust-lang/crates.io-index"12456checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1245712458[[package]]12459name = "unique-node"12460version = "0.9.22"12461dependencies = [12462 "clap",12463 "cumulus-client-cli",12464 "cumulus-client-collator",12465 "cumulus-client-consensus-aura",12466 "cumulus-client-consensus-common",12467 "cumulus-client-network",12468 "cumulus-client-service",12469 "cumulus-primitives-core",12470 "cumulus-primitives-parachain-inherent",12471 "cumulus-relay-chain-inprocess-interface",12472 "cumulus-relay-chain-interface",12473 "cumulus-relay-chain-rpc-interface",12474 "fc-consensus",12475 "fc-db",12476 "fc-mapping-sync",12477 "fc-rpc",12478 "fc-rpc-core",12479 "flexi_logger",12480 "fp-rpc",12481 "frame-benchmarking",12482 "frame-benchmarking-cli",12483 "futures 0.3.21",12484 "jsonrpsee",12485 "log",12486 "opal-runtime",12487 "pallet-ethereum",12488 "pallet-transaction-payment-rpc",12489 "pallet-transaction-payment-rpc-runtime-api",12490 "parity-scale-codec 3.1.2",12491 "parking_lot 0.11.2",12492 "polkadot-cli",12493 "polkadot-parachain",12494 "polkadot-primitives",12495 "polkadot-service",12496 "polkadot-test-service",12497 "quartz-runtime",12498 "rmrk-rpc",12499 "sc-basic-authorship",12500 "sc-chain-spec",12501 "sc-cli",12502 "sc-client-api",12503 "sc-consensus",12504 "sc-consensus-aura",12505 "sc-consensus-manual-seal",12506 "sc-executor",12507 "sc-finality-grandpa",12508 "sc-keystore",12509 "sc-network",12510 "sc-rpc",12511 "sc-rpc-api",12512 "sc-service",12513 "sc-sysinfo",12514 "sc-telemetry",12515 "sc-tracing",12516 "sc-transaction-pool",12517 "serde",12518 "serde_json",12519 "sp-api",12520 "sp-block-builder",12521 "sp-blockchain",12522 "sp-consensus",12523 "sp-consensus-aura",12524 "sp-core",12525 "sp-finality-grandpa",12526 "sp-inherents",12527 "sp-keystore",12528 "sp-offchain",12529 "sp-runtime",12530 "sp-session",12531 "sp-timestamp",12532 "sp-transaction-pool",12533 "sp-trie",12534 "substrate-build-script-utils",12535 "substrate-frame-rpc-system",12536 "substrate-prometheus-endpoint",12537 "tokio 1.18.2",12538 "try-runtime-cli",12539 "unique-rpc",12540 "unique-runtime",12541 "unique-runtime-common",12542 "up-data-structs",12543 "up-rpc",12544]1254512546[[package]]12547name = "unique-rpc"12548version = "0.1.0"12549dependencies = [12550 "fc-db",12551 "fc-mapping-sync",12552 "fc-rpc",12553 "fc-rpc-core",12554 "fp-rpc",12555 "fp-storage",12556 "futures 0.3.21",12557 "jsonrpsee",12558 "pallet-common",12559 "pallet-ethereum",12560 "pallet-transaction-payment-rpc",12561 "pallet-transaction-payment-rpc-runtime-api",12562 "pallet-unique",12563 "rmrk-rpc",12564 "sc-client-api",12565 "sc-consensus-aura",12566 "sc-consensus-epochs",12567 "sc-finality-grandpa",12568 "sc-finality-grandpa-rpc",12569 "sc-keystore",12570 "sc-network",12571 "sc-rpc",12572 "sc-rpc-api",12573 "sc-service",12574 "sc-transaction-pool",12575 "serde",12576 "sp-api",12577 "sp-block-builder",12578 "sp-blockchain",12579 "sp-consensus",12580 "sp-consensus-aura",12581 "sp-core",12582 "sp-offchain",12583 "sp-runtime",12584 "sp-session",12585 "sp-storage",12586 "sp-transaction-pool",12587 "substrate-frame-rpc-system",12588 "tokio 0.2.25",12589 "uc-rpc",12590 "unique-runtime-common",12591 "up-data-structs",12592 "up-rpc",12593]1259412595[[package]]12596name = "unique-runtime"12597version = "0.9.22"12598dependencies = [12599 "cumulus-pallet-aura-ext",12600 "cumulus-pallet-dmp-queue",12601 "cumulus-pallet-parachain-system",12602 "cumulus-pallet-xcm",12603 "cumulus-pallet-xcmp-queue",12604 "cumulus-primitives-core",12605 "cumulus-primitives-timestamp",12606 "cumulus-primitives-utility",12607 "derivative",12608 "fp-evm-mapping",12609 "fp-rpc",12610 "fp-self-contained",12611 "frame-benchmarking",12612 "frame-executive",12613 "frame-support",12614 "frame-system",12615 "frame-system-benchmarking",12616 "frame-system-rpc-runtime-api",12617 "frame-try-runtime",12618 "hex-literal",12619 "log",12620 "orml-vesting",12621 "pallet-aura",12622 "pallet-balances",12623 "pallet-base-fee",12624 "pallet-common",12625 "pallet-ethereum",12626 "pallet-evm",12627 "pallet-evm-coder-substrate",12628 "pallet-evm-contract-helpers",12629 "pallet-evm-migration",12630 "pallet-evm-transaction-payment",12631 "pallet-fungible",12632 "pallet-inflation",12633 "pallet-nonfungible",12634 "pallet-randomness-collective-flip",12635 "pallet-refungible",12636 "pallet-rmrk-core",12637 "pallet-rmrk-equip",12638 "pallet-structure",12639 "pallet-sudo",12640 "pallet-template-transaction-payment",12641 "pallet-timestamp",12642 "pallet-transaction-payment",12643 "pallet-transaction-payment-rpc-runtime-api",12644 "pallet-treasury",12645 "pallet-unique",12646 "pallet-unique-scheduler",12647 "pallet-xcm",12648 "parachain-info",12649 "parity-scale-codec 3.1.2",12650 "polkadot-parachain",12651 "rmrk-rpc",12652 "scale-info",12653 "serde",12654 "smallvec",12655 "sp-api",12656 "sp-arithmetic",12657 "sp-block-builder",12658 "sp-consensus-aura",12659 "sp-core",12660 "sp-inherents",12661 "sp-io",12662 "sp-offchain",12663 "sp-runtime",12664 "sp-session",12665 "sp-std",12666 "sp-transaction-pool",12667 "sp-version",12668 "substrate-wasm-builder",12669 "unique-runtime-common",12670 "up-data-structs",12671 "up-rpc",12672 "xcm",12673 "xcm-builder",12674 "xcm-executor",12675]1267612677[[package]]12678name = "unique-runtime-common"12679version = "0.9.22"12680dependencies = [12681 "evm-coder",12682 "fp-rpc",12683 "frame-support",12684 "frame-system",12685 "pallet-common",12686 "pallet-evm",12687 "pallet-fungible",12688 "pallet-nonfungible",12689 "pallet-refungible",12690 "pallet-unique",12691 "pallet-unique-scheduler",12692 "parity-scale-codec 3.1.2",12693 "rmrk-rpc",12694 "scale-info",12695 "sp-consensus-aura",12696 "sp-core",12697 "sp-runtime",12698 "sp-std",12699 "up-data-structs",12700 "up-sponsorship",12701]1270212703[[package]]12704name = "universal-hash"12705version = "0.4.1"12706source = "registry+https://github.com/rust-lang/crates.io-index"12707checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12708dependencies = [12709 "generic-array 0.14.5",12710 "subtle",12711]1271212713[[package]]12714name = "unsigned-varint"12715version = "0.7.1"12716source = "registry+https://github.com/rust-lang/crates.io-index"12717checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12718dependencies = [12719 "asynchronous-codec",12720 "bytes 1.1.0",12721 "futures-io",12722 "futures-util",12723]1272412725[[package]]12726name = "untrusted"12727version = "0.7.1"12728source = "registry+https://github.com/rust-lang/crates.io-index"12729checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1273012731[[package]]12732name = "up-data-structs"12733version = "0.1.0"12734dependencies = [12735 "derivative",12736 "frame-support",12737 "frame-system",12738 "pallet-evm",12739 "parity-scale-codec 3.1.2",12740 "rmrk-traits",12741 "scale-info",12742 "serde",12743 "sp-core",12744 "sp-runtime",12745 "sp-std",12746 "struct-versioning",12747]1274812749[[package]]12750name = "up-rpc"12751version = "0.1.0"12752dependencies = [12753 "pallet-common",12754 "pallet-evm",12755 "parity-scale-codec 3.1.2",12756 "sp-api",12757 "sp-core",12758 "sp-runtime",12759 "sp-std",12760 "up-data-structs",12761]1276212763[[package]]12764name = "up-sponsorship"12765version = "0.1.0"12766source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"12767dependencies = [12768 "impl-trait-for-tuples",12769]1277012771[[package]]12772name = "url"12773version = "2.2.2"12774source = "registry+https://github.com/rust-lang/crates.io-index"12775checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12776dependencies = [12777 "form_urlencoded",12778 "idna",12779 "matches",12780 "percent-encoding",12781]1278212783[[package]]12784name = "valuable"12785version = "0.1.0"12786source = "registry+https://github.com/rust-lang/crates.io-index"12787checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1278812789[[package]]12790name = "value-bag"12791version = "1.0.0-alpha.9"12792source = "registry+https://github.com/rust-lang/crates.io-index"12793checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12794dependencies = [12795 "ctor",12796 "version_check",12797]1279812799[[package]]12800name = "vcpkg"12801version = "0.2.15"12802source = "registry+https://github.com/rust-lang/crates.io-index"12803checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1280412805[[package]]12806name = "version_check"12807version = "0.9.4"12808source = "registry+https://github.com/rust-lang/crates.io-index"12809checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1281012811[[package]]12812name = "void"12813version = "1.0.2"12814source = "registry+https://github.com/rust-lang/crates.io-index"12815checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1281612817[[package]]12818name = "waker-fn"12819version = "1.1.0"12820source = "registry+https://github.com/rust-lang/crates.io-index"12821checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1282212823[[package]]12824name = "walkdir"12825version = "2.3.2"12826source = "registry+https://github.com/rust-lang/crates.io-index"12827checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12828dependencies = [12829 "same-file",12830 "winapi",12831 "winapi-util",12832]1283312834[[package]]12835name = "want"12836version = "0.3.0"12837source = "registry+https://github.com/rust-lang/crates.io-index"12838checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12839dependencies = [12840 "log",12841 "try-lock",12842]1284312844[[package]]12845name = "wasi"12846version = "0.9.0+wasi-snapshot-preview1"12847source = "registry+https://github.com/rust-lang/crates.io-index"12848checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1284912850[[package]]12851name = "wasi"12852version = "0.10.0+wasi-snapshot-preview1"12853source = "registry+https://github.com/rust-lang/crates.io-index"12854checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1285512856[[package]]12857name = "wasi"12858version = "0.11.0+wasi-snapshot-preview1"12859source = "registry+https://github.com/rust-lang/crates.io-index"12860checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1286112862[[package]]12863name = "wasm-bindgen"12864version = "0.2.80"12865source = "registry+https://github.com/rust-lang/crates.io-index"12866checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12867dependencies = [12868 "cfg-if 1.0.0",12869 "wasm-bindgen-macro",12870]1287112872[[package]]12873name = "wasm-bindgen-backend"12874version = "0.2.80"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12877dependencies = [12878 "bumpalo",12879 "lazy_static",12880 "log",12881 "proc-macro2",12882 "quote",12883 "syn",12884 "wasm-bindgen-shared",12885]1288612887[[package]]12888name = "wasm-bindgen-futures"12889version = "0.4.30"12890source = "registry+https://github.com/rust-lang/crates.io-index"12891checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"12892dependencies = [12893 "cfg-if 1.0.0",12894 "js-sys",12895 "wasm-bindgen",12896 "web-sys",12897]1289812899[[package]]12900name = "wasm-bindgen-macro"12901version = "0.2.80"12902source = "registry+https://github.com/rust-lang/crates.io-index"12903checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"12904dependencies = [12905 "quote",12906 "wasm-bindgen-macro-support",12907]1290812909[[package]]12910name = "wasm-bindgen-macro-support"12911version = "0.2.80"12912source = "registry+https://github.com/rust-lang/crates.io-index"12913checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"12914dependencies = [12915 "proc-macro2",12916 "quote",12917 "syn",12918 "wasm-bindgen-backend",12919 "wasm-bindgen-shared",12920]1292112922[[package]]12923name = "wasm-bindgen-shared"12924version = "0.2.80"12925source = "registry+https://github.com/rust-lang/crates.io-index"12926checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1292712928[[package]]12929name = "wasm-gc-api"12930version = "0.1.11"12931source = "registry+https://github.com/rust-lang/crates.io-index"12932checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12933dependencies = [12934 "log",12935 "parity-wasm 0.32.0",12936 "rustc-demangle",12937]1293812939[[package]]12940name = "wasm-instrument"12941version = "0.1.1"12942source = "registry+https://github.com/rust-lang/crates.io-index"12943checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12944dependencies = [12945 "parity-wasm 0.42.2",12946]1294712948[[package]]12949name = "wasm-timer"12950version = "0.2.5"12951source = "registry+https://github.com/rust-lang/crates.io-index"12952checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12953dependencies = [12954 "futures 0.3.21",12955 "js-sys",12956 "parking_lot 0.11.2",12957 "pin-utils",12958 "wasm-bindgen",12959 "wasm-bindgen-futures",12960 "web-sys",12961]1296212963[[package]]12964name = "wasmi"12965version = "0.9.1"12966source = "registry+https://github.com/rust-lang/crates.io-index"12967checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12968dependencies = [12969 "downcast-rs",12970 "libc",12971 "libm",12972 "memory_units",12973 "num-rational 0.2.4",12974 "num-traits",12975 "parity-wasm 0.42.2",12976 "wasmi-validation",12977]1297812979[[package]]12980name = "wasmi-validation"12981version = "0.4.1"12982source = "registry+https://github.com/rust-lang/crates.io-index"12983checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12984dependencies = [12985 "parity-wasm 0.42.2",12986]1298712988[[package]]12989name = "wasmparser"12990version = "0.83.0"12991source = "registry+https://github.com/rust-lang/crates.io-index"12992checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1299312994[[package]]12995name = "wasmtime"12996version = "0.35.3"12997source = "registry+https://github.com/rust-lang/crates.io-index"12998checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12999dependencies = [13000 "anyhow",13001 "backtrace",13002 "bincode",13003 "cfg-if 1.0.0",13004 "indexmap",13005 "lazy_static",13006 "libc",13007 "log",13008 "object 0.27.1",13009 "once_cell",13010 "paste",13011 "psm",13012 "rayon",13013 "region",13014 "serde",13015 "target-lexicon",13016 "wasmparser",13017 "wasmtime-cache",13018 "wasmtime-cranelift",13019 "wasmtime-environ",13020 "wasmtime-jit",13021 "wasmtime-runtime",13022 "winapi",13023]1302413025[[package]]13026name = "wasmtime-cache"13027version = "0.35.3"13028source = "registry+https://github.com/rust-lang/crates.io-index"13029checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13030dependencies = [13031 "anyhow",13032 "base64",13033 "bincode",13034 "directories-next",13035 "file-per-thread-logger",13036 "log",13037 "rustix",13038 "serde",13039 "sha2 0.9.9",13040 "toml",13041 "winapi",13042 "zstd",13043]1304413045[[package]]13046name = "wasmtime-cranelift"13047version = "0.35.3"13048source = "registry+https://github.com/rust-lang/crates.io-index"13049checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13050dependencies = [13051 "anyhow",13052 "cranelift-codegen",13053 "cranelift-entity",13054 "cranelift-frontend",13055 "cranelift-native",13056 "cranelift-wasm",13057 "gimli",13058 "log",13059 "more-asserts",13060 "object 0.27.1",13061 "target-lexicon",13062 "thiserror",13063 "wasmparser",13064 "wasmtime-environ",13065]1306613067[[package]]13068name = "wasmtime-environ"13069version = "0.35.3"13070source = "registry+https://github.com/rust-lang/crates.io-index"13071checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13072dependencies = [13073 "anyhow",13074 "cranelift-entity",13075 "gimli",13076 "indexmap",13077 "log",13078 "more-asserts",13079 "object 0.27.1",13080 "serde",13081 "target-lexicon",13082 "thiserror",13083 "wasmparser",13084 "wasmtime-types",13085]1308613087[[package]]13088name = "wasmtime-jit"13089version = "0.35.3"13090source = "registry+https://github.com/rust-lang/crates.io-index"13091checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13092dependencies = [13093 "addr2line",13094 "anyhow",13095 "bincode",13096 "cfg-if 1.0.0",13097 "cpp_demangle",13098 "gimli",13099 "log",13100 "object 0.27.1",13101 "region",13102 "rustc-demangle",13103 "rustix",13104 "serde",13105 "target-lexicon",13106 "thiserror",13107 "wasmtime-environ",13108 "wasmtime-jit-debug",13109 "wasmtime-runtime",13110 "winapi",13111]1311213113[[package]]13114name = "wasmtime-jit-debug"13115version = "0.35.3"13116source = "registry+https://github.com/rust-lang/crates.io-index"13117checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13118dependencies = [13119 "lazy_static",13120 "object 0.27.1",13121 "rustix",13122]1312313124[[package]]13125name = "wasmtime-runtime"13126version = "0.35.3"13127source = "registry+https://github.com/rust-lang/crates.io-index"13128checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13129dependencies = [13130 "anyhow",13131 "backtrace",13132 "cc",13133 "cfg-if 1.0.0",13134 "indexmap",13135 "libc",13136 "log",13137 "mach",13138 "memoffset",13139 "more-asserts",13140 "rand 0.8.5",13141 "region",13142 "rustix",13143 "thiserror",13144 "wasmtime-environ",13145 "wasmtime-jit-debug",13146 "winapi",13147]1314813149[[package]]13150name = "wasmtime-types"13151version = "0.35.3"13152source = "registry+https://github.com/rust-lang/crates.io-index"13153checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13154dependencies = [13155 "cranelift-entity",13156 "serde",13157 "thiserror",13158 "wasmparser",13159]1316013161[[package]]13162name = "web-sys"13163version = "0.3.57"13164source = "registry+https://github.com/rust-lang/crates.io-index"13165checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13166dependencies = [13167 "js-sys",13168 "wasm-bindgen",13169]1317013171[[package]]13172name = "webpki"13173version = "0.21.4"13174source = "registry+https://github.com/rust-lang/crates.io-index"13175checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13176dependencies = [13177 "ring",13178 "untrusted",13179]1318013181[[package]]13182name = "webpki"13183version = "0.22.0"13184source = "registry+https://github.com/rust-lang/crates.io-index"13185checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13186dependencies = [13187 "ring",13188 "untrusted",13189]1319013191[[package]]13192name = "webpki-roots"13193version = "0.22.3"13194source = "registry+https://github.com/rust-lang/crates.io-index"13195checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13196dependencies = [13197 "webpki 0.22.0",13198]1319913200[[package]]13201name = "wepoll-ffi"13202version = "0.1.2"13203source = "registry+https://github.com/rust-lang/crates.io-index"13204checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13205dependencies = [13206 "cc",13207]1320813209[[package]]13210name = "westend-runtime"13211version = "0.9.22"13212source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13213dependencies = [13214 "beefy-primitives",13215 "bitvec 1.0.0",13216 "frame-benchmarking",13217 "frame-election-provider-support",13218 "frame-executive",13219 "frame-support",13220 "frame-system",13221 "frame-system-benchmarking",13222 "frame-system-rpc-runtime-api",13223 "frame-try-runtime",13224 "hex-literal",13225 "log",13226 "pallet-authority-discovery",13227 "pallet-authorship",13228 "pallet-babe",13229 "pallet-bags-list",13230 "pallet-balances",13231 "pallet-collective",13232 "pallet-democracy",13233 "pallet-election-provider-multi-phase",13234 "pallet-election-provider-support-benchmarking",13235 "pallet-elections-phragmen",13236 "pallet-grandpa",13237 "pallet-identity",13238 "pallet-im-online",13239 "pallet-indices",13240 "pallet-membership",13241 "pallet-multisig",13242 "pallet-nicks",13243 "pallet-nomination-pools",13244 "pallet-nomination-pools-benchmarking",13245 "pallet-offences",13246 "pallet-offences-benchmarking",13247 "pallet-preimage",13248 "pallet-proxy",13249 "pallet-recovery",13250 "pallet-scheduler",13251 "pallet-session",13252 "pallet-session-benchmarking",13253 "pallet-society",13254 "pallet-staking",13255 "pallet-staking-reward-curve",13256 "pallet-sudo",13257 "pallet-timestamp",13258 "pallet-transaction-payment",13259 "pallet-transaction-payment-rpc-runtime-api",13260 "pallet-treasury",13261 "pallet-utility",13262 "pallet-vesting",13263 "pallet-xcm",13264 "pallet-xcm-benchmarks",13265 "parity-scale-codec 3.1.2",13266 "polkadot-parachain",13267 "polkadot-primitives",13268 "polkadot-runtime-common",13269 "polkadot-runtime-parachains",13270 "rustc-hex",13271 "scale-info",13272 "serde",13273 "serde_derive",13274 "smallvec",13275 "sp-api",13276 "sp-authority-discovery",13277 "sp-block-builder",13278 "sp-consensus-babe",13279 "sp-core",13280 "sp-inherents",13281 "sp-io",13282 "sp-mmr-primitives",13283 "sp-npos-elections",13284 "sp-offchain",13285 "sp-runtime",13286 "sp-session",13287 "sp-staking",13288 "sp-std",13289 "sp-transaction-pool",13290 "sp-version",13291 "substrate-wasm-builder",13292 "westend-runtime-constants",13293 "xcm",13294 "xcm-builder",13295 "xcm-executor",13296]1329713298[[package]]13299name = "westend-runtime-constants"13300version = "0.9.22"13301source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13302dependencies = [13303 "frame-support",13304 "polkadot-primitives",13305 "polkadot-runtime-common",13306 "smallvec",13307 "sp-runtime",13308]1330913310[[package]]13311name = "which"13312version = "4.2.5"13313source = "registry+https://github.com/rust-lang/crates.io-index"13314checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13315dependencies = [13316 "either",13317 "lazy_static",13318 "libc",13319]1332013321[[package]]13322name = "widestring"13323version = "0.5.1"13324source = "registry+https://github.com/rust-lang/crates.io-index"13325checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1332613327[[package]]13328name = "winapi"13329version = "0.3.9"13330source = "registry+https://github.com/rust-lang/crates.io-index"13331checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13332dependencies = [13333 "winapi-i686-pc-windows-gnu",13334 "winapi-x86_64-pc-windows-gnu",13335]1333613337[[package]]13338name = "winapi-i686-pc-windows-gnu"13339version = "0.4.0"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1334213343[[package]]13344name = "winapi-util"13345version = "0.1.5"13346source = "registry+https://github.com/rust-lang/crates.io-index"13347checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13348dependencies = [13349 "winapi",13350]1335113352[[package]]13353name = "winapi-x86_64-pc-windows-gnu"13354version = "0.4.0"13355source = "registry+https://github.com/rust-lang/crates.io-index"13356checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1335713358[[package]]13359name = "windows"13360version = "0.29.0"13361source = "registry+https://github.com/rust-lang/crates.io-index"13362checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"13363dependencies = [13364 "windows_aarch64_msvc 0.29.0",13365 "windows_i686_gnu 0.29.0",13366 "windows_i686_msvc 0.29.0",13367 "windows_x86_64_gnu 0.29.0",13368 "windows_x86_64_msvc 0.29.0",13369]1337013371[[package]]13372name = "windows-sys"13373version = "0.36.1"13374source = "registry+https://github.com/rust-lang/crates.io-index"13375checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13376dependencies = [13377 "windows_aarch64_msvc 0.36.1",13378 "windows_i686_gnu 0.36.1",13379 "windows_i686_msvc 0.36.1",13380 "windows_x86_64_gnu 0.36.1",13381 "windows_x86_64_msvc 0.36.1",13382]1338313384[[package]]13385name = "windows_aarch64_msvc"13386version = "0.29.0"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"1338913390[[package]]13391name = "windows_aarch64_msvc"13392version = "0.36.1"13393source = "registry+https://github.com/rust-lang/crates.io-index"13394checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1339513396[[package]]13397name = "windows_i686_gnu"13398version = "0.29.0"13399source = "registry+https://github.com/rust-lang/crates.io-index"13400checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"1340113402[[package]]13403name = "windows_i686_gnu"13404version = "0.36.1"13405source = "registry+https://github.com/rust-lang/crates.io-index"13406checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1340713408[[package]]13409name = "windows_i686_msvc"13410version = "0.29.0"13411source = "registry+https://github.com/rust-lang/crates.io-index"13412checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"1341313414[[package]]13415name = "windows_i686_msvc"13416version = "0.36.1"13417source = "registry+https://github.com/rust-lang/crates.io-index"13418checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1341913420[[package]]13421name = "windows_x86_64_gnu"13422version = "0.29.0"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"1342513426[[package]]13427name = "windows_x86_64_gnu"13428version = "0.36.1"13429source = "registry+https://github.com/rust-lang/crates.io-index"13430checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1343113432[[package]]13433name = "windows_x86_64_msvc"13434version = "0.29.0"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"1343713438[[package]]13439name = "windows_x86_64_msvc"13440version = "0.36.1"13441source = "registry+https://github.com/rust-lang/crates.io-index"13442checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1344313444[[package]]13445name = "winreg"13446version = "0.7.0"13447source = "registry+https://github.com/rust-lang/crates.io-index"13448checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13449dependencies = [13450 "winapi",13451]1345213453[[package]]13454name = "wyz"13455version = "0.2.0"13456source = "registry+https://github.com/rust-lang/crates.io-index"13457checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1345813459[[package]]13460name = "wyz"13461version = "0.5.0"13462source = "registry+https://github.com/rust-lang/crates.io-index"13463checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13464dependencies = [13465 "tap",13466]1346713468[[package]]13469name = "x25519-dalek"13470version = "1.1.1"13471source = "registry+https://github.com/rust-lang/crates.io-index"13472checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13473dependencies = [13474 "curve25519-dalek 3.2.0",13475 "rand_core 0.5.1",13476 "zeroize",13477]1347813479[[package]]13480name = "xcm"13481version = "0.9.22"13482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13483dependencies = [13484 "derivative",13485 "impl-trait-for-tuples",13486 "log",13487 "parity-scale-codec 3.1.2",13488 "scale-info",13489 "xcm-procedural",13490]1349113492[[package]]13493name = "xcm-builder"13494version = "0.9.22"13495source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13496dependencies = [13497 "frame-support",13498 "frame-system",13499 "log",13500 "pallet-transaction-payment",13501 "parity-scale-codec 3.1.2",13502 "polkadot-parachain",13503 "scale-info",13504 "sp-arithmetic",13505 "sp-io",13506 "sp-runtime",13507 "sp-std",13508 "xcm",13509 "xcm-executor",13510]1351113512[[package]]13513name = "xcm-executor"13514version = "0.9.22"13515source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13516dependencies = [13517 "frame-benchmarking",13518 "frame-support",13519 "impl-trait-for-tuples",13520 "log",13521 "parity-scale-codec 3.1.2",13522 "sp-arithmetic",13523 "sp-core",13524 "sp-io",13525 "sp-runtime",13526 "sp-std",13527 "xcm",13528]1352913530[[package]]13531name = "xcm-procedural"13532version = "0.1.0"13533source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13534dependencies = [13535 "Inflector",13536 "proc-macro2",13537 "quote",13538 "syn",13539]1354013541[[package]]13542name = "yamux"13543version = "0.10.1"13544source = "registry+https://github.com/rust-lang/crates.io-index"13545checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13546dependencies = [13547 "futures 0.3.21",13548 "log",13549 "nohash-hasher",13550 "parking_lot 0.12.1",13551 "rand 0.8.5",13552 "static_assertions",13553]1355413555[[package]]13556name = "yansi"13557version = "0.5.1"13558source = "registry+https://github.com/rust-lang/crates.io-index"13559checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1356013561[[package]]13562name = "zeroize"13563version = "1.4.3"13564source = "registry+https://github.com/rust-lang/crates.io-index"13565checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13566dependencies = [13567 "zeroize_derive",13568]1356913570[[package]]13571name = "zeroize_derive"13572version = "1.3.2"13573source = "registry+https://github.com/rust-lang/crates.io-index"13574checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13575dependencies = [13576 "proc-macro2",13577 "quote",13578 "syn",13579 "synstructure",13580]1358113582[[package]]13583name = "zstd"13584version = "0.10.2+zstd.1.5.2"13585source = "registry+https://github.com/rust-lang/crates.io-index"13586checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13587dependencies = [13588 "zstd-safe",13589]1359013591[[package]]13592name = "zstd-safe"13593version = "4.1.6+zstd.1.5.2"13594source = "registry+https://github.com/rust-lang/crates.io-index"13595checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13596dependencies = [13597 "libc",13598 "zstd-sys",13599]1360013601[[package]]13602name = "zstd-sys"13603version = "1.6.3+zstd.1.5.2"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13606dependencies = [13607 "cc",13608 "libc",13609]