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

difftreelog

source

Cargo.lock304.3 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-unq-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 "scale-info",6342 "sp-core",6343 "sp-runtime",6344 "sp-std",6345 "up-data-structs",6346]63476348[[package]]6349name = "pallet-rmrk-equip"6350version = "0.1.0"6351dependencies = [6352 "frame-benchmarking",6353 "frame-support",6354 "frame-system",6355 "pallet-common",6356 "pallet-evm",6357 "pallet-nonfungible",6358 "pallet-rmrk-core",6359 "parity-scale-codec 3.1.2",6360 "scale-info",6361 "sp-core",6362 "sp-runtime",6363 "sp-std",6364 "up-data-structs",6365]63666367[[package]]6368name = "pallet-scheduler"6369version = "4.0.0-dev"6370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6371dependencies = [6372 "frame-benchmarking",6373 "frame-support",6374 "frame-system",6375 "log",6376 "parity-scale-codec 3.1.2",6377 "scale-info",6378 "sp-io",6379 "sp-runtime",6380 "sp-std",6381]63826383[[package]]6384name = "pallet-session"6385version = "4.0.0-dev"6386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6387dependencies = [6388 "frame-support",6389 "frame-system",6390 "impl-trait-for-tuples",6391 "log",6392 "pallet-timestamp",6393 "parity-scale-codec 3.1.2",6394 "scale-info",6395 "sp-core",6396 "sp-io",6397 "sp-runtime",6398 "sp-session",6399 "sp-staking",6400 "sp-std",6401 "sp-trie",6402]64036404[[package]]6405name = "pallet-session-benchmarking"6406version = "4.0.0-dev"6407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6408dependencies = [6409 "frame-benchmarking",6410 "frame-support",6411 "frame-system",6412 "pallet-session",6413 "pallet-staking",6414 "rand 0.7.3",6415 "sp-runtime",6416 "sp-session",6417 "sp-std",6418]64196420[[package]]6421name = "pallet-society"6422version = "4.0.0-dev"6423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6424dependencies = [6425 "frame-support",6426 "frame-system",6427 "parity-scale-codec 3.1.2",6428 "rand_chacha 0.2.2",6429 "scale-info",6430 "sp-runtime",6431 "sp-std",6432]64336434[[package]]6435name = "pallet-staking"6436version = "4.0.0-dev"6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6438dependencies = [6439 "frame-benchmarking",6440 "frame-election-provider-support",6441 "frame-support",6442 "frame-system",6443 "log",6444 "pallet-authorship",6445 "pallet-session",6446 "parity-scale-codec 3.1.2",6447 "rand_chacha 0.2.2",6448 "scale-info",6449 "serde",6450 "sp-application-crypto",6451 "sp-io",6452 "sp-runtime",6453 "sp-staking",6454 "sp-std",6455]64566457[[package]]6458name = "pallet-staking-reward-curve"6459version = "4.0.0-dev"6460source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6461dependencies = [6462 "proc-macro-crate",6463 "proc-macro2",6464 "quote",6465 "syn",6466]64676468[[package]]6469name = "pallet-staking-reward-fn"6470version = "4.0.0-dev"6471source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6472dependencies = [6473 "log",6474 "sp-arithmetic",6475]64766477[[package]]6478name = "pallet-structure"6479version = "0.1.0"6480dependencies = [6481 "frame-benchmarking",6482 "frame-support",6483 "frame-system",6484 "pallet-common",6485 "pallet-evm",6486 "parity-scale-codec 3.1.2",6487 "scale-info",6488 "sp-std",6489 "up-data-structs",6490]64916492[[package]]6493name = "pallet-sudo"6494version = "4.0.0-dev"6495source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6496dependencies = [6497 "frame-support",6498 "frame-system",6499 "parity-scale-codec 3.1.2",6500 "scale-info",6501 "sp-io",6502 "sp-runtime",6503 "sp-std",6504]65056506[[package]]6507name = "pallet-template-transaction-payment"6508version = "3.0.0"6509source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"6510dependencies = [6511 "frame-benchmarking",6512 "frame-support",6513 "frame-system",6514 "pallet-balances",6515 "pallet-transaction-payment",6516 "parity-scale-codec 3.1.2",6517 "scale-info",6518 "serde",6519 "sp-core",6520 "sp-io",6521 "sp-runtime",6522 "sp-std",6523 "up-sponsorship",6524]65256526[[package]]6527name = "pallet-timestamp"6528version = "4.0.0-dev"6529source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6530dependencies = [6531 "frame-benchmarking",6532 "frame-support",6533 "frame-system",6534 "log",6535 "parity-scale-codec 3.1.2",6536 "scale-info",6537 "sp-inherents",6538 "sp-io",6539 "sp-runtime",6540 "sp-std",6541 "sp-timestamp",6542]65436544[[package]]6545name = "pallet-tips"6546version = "4.0.0-dev"6547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6548dependencies = [6549 "frame-benchmarking",6550 "frame-support",6551 "frame-system",6552 "log",6553 "pallet-treasury",6554 "parity-scale-codec 3.1.2",6555 "scale-info",6556 "serde",6557 "sp-core",6558 "sp-io",6559 "sp-runtime",6560 "sp-std",6561]65626563[[package]]6564name = "pallet-transaction-payment"6565version = "4.0.0-dev"6566source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6567dependencies = [6568 "frame-support",6569 "frame-system",6570 "parity-scale-codec 3.1.2",6571 "scale-info",6572 "serde",6573 "smallvec",6574 "sp-core",6575 "sp-io",6576 "sp-runtime",6577 "sp-std",6578]65796580[[package]]6581name = "pallet-transaction-payment-rpc"6582version = "4.0.0-dev"6583source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6584dependencies = [6585 "jsonrpsee",6586 "pallet-transaction-payment-rpc-runtime-api",6587 "parity-scale-codec 3.1.2",6588 "sp-api",6589 "sp-blockchain",6590 "sp-core",6591 "sp-rpc",6592 "sp-runtime",6593]65946595[[package]]6596name = "pallet-transaction-payment-rpc-runtime-api"6597version = "4.0.0-dev"6598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6599dependencies = [6600 "pallet-transaction-payment",6601 "parity-scale-codec 3.1.2",6602 "sp-api",6603 "sp-runtime",6604]66056606[[package]]6607name = "pallet-treasury"6608version = "4.0.0-dev"6609source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6610dependencies = [6611 "frame-benchmarking",6612 "frame-support",6613 "frame-system",6614 "impl-trait-for-tuples",6615 "pallet-balances",6616 "parity-scale-codec 3.1.2",6617 "scale-info",6618 "serde",6619 "sp-runtime",6620 "sp-std",6621]66226623[[package]]6624name = "pallet-unique"6625version = "0.1.0"6626dependencies = [6627 "ethereum",6628 "evm-coder",6629 "frame-benchmarking",6630 "frame-support",6631 "frame-system",6632 "pallet-common",6633 "pallet-evm",6634 "pallet-evm-coder-substrate",6635 "pallet-nonfungible",6636 "parity-scale-codec 3.1.2",6637 "scale-info",6638 "serde",6639 "sp-core",6640 "sp-io",6641 "sp-runtime",6642 "sp-std",6643 "up-data-structs",6644]66456646[[package]]6647name = "pallet-unq-scheduler"6648version = "0.1.0"6649dependencies = [6650 "frame-benchmarking",6651 "frame-support",6652 "frame-system",6653 "log",6654 "parity-scale-codec 3.1.2",6655 "scale-info",6656 "serde",6657 "sp-core",6658 "sp-io",6659 "sp-runtime",6660 "sp-std",6661 "substrate-test-utils",6662 "up-sponsorship",6663]66646665[[package]]6666name = "pallet-utility"6667version = "4.0.0-dev"6668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6669dependencies = [6670 "frame-benchmarking",6671 "frame-support",6672 "frame-system",6673 "parity-scale-codec 3.1.2",6674 "scale-info",6675 "sp-core",6676 "sp-io",6677 "sp-runtime",6678 "sp-std",6679]66806681[[package]]6682name = "pallet-vesting"6683version = "4.0.0-dev"6684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6685dependencies = [6686 "frame-benchmarking",6687 "frame-support",6688 "frame-system",6689 "log",6690 "parity-scale-codec 3.1.2",6691 "scale-info",6692 "sp-runtime",6693 "sp-std",6694]66956696[[package]]6697name = "pallet-xcm"6698version = "0.9.22"6699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6700dependencies = [6701 "frame-support",6702 "frame-system",6703 "log",6704 "parity-scale-codec 3.1.2",6705 "scale-info",6706 "serde",6707 "sp-core",6708 "sp-runtime",6709 "sp-std",6710 "xcm",6711 "xcm-executor",6712]67136714[[package]]6715name = "pallet-xcm-benchmarks"6716version = "0.9.22"6717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6718dependencies = [6719 "frame-benchmarking",6720 "frame-support",6721 "frame-system",6722 "log",6723 "parity-scale-codec 3.1.2",6724 "scale-info",6725 "sp-runtime",6726 "sp-std",6727 "xcm",6728 "xcm-executor",6729]67306731[[package]]6732name = "parachain-info"6733version = "0.1.0"6734source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"6735dependencies = [6736 "cumulus-primitives-core",6737 "frame-support",6738 "frame-system",6739 "parity-scale-codec 3.1.2",6740 "scale-info",6741 "serde",6742]67436744[[package]]6745name = "parity-db"6746version = "0.3.13"6747source = "registry+https://github.com/rust-lang/crates.io-index"6748checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6749dependencies = [6750 "blake2-rfc",6751 "crc32fast",6752 "fs2",6753 "hex",6754 "libc",6755 "log",6756 "lz4",6757 "memmap2 0.2.3",6758 "parking_lot 0.11.2",6759 "rand 0.8.5",6760 "snap",6761]67626763[[package]]6764name = "parity-scale-codec"6765version = "2.3.1"6766source = "registry+https://github.com/rust-lang/crates.io-index"6767checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6768dependencies = [6769 "arrayvec 0.7.2",6770 "bitvec 0.20.4",6771 "byte-slice-cast",6772 "impl-trait-for-tuples",6773 "parity-scale-codec-derive 2.3.1",6774 "serde",6775]67766777[[package]]6778name = "parity-scale-codec"6779version = "3.1.2"6780source = "registry+https://github.com/rust-lang/crates.io-index"6781checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6782dependencies = [6783 "arrayvec 0.7.2",6784 "bitvec 1.0.0",6785 "byte-slice-cast",6786 "impl-trait-for-tuples",6787 "parity-scale-codec-derive 3.1.2",6788 "serde",6789]67906791[[package]]6792name = "parity-scale-codec-derive"6793version = "2.3.1"6794source = "registry+https://github.com/rust-lang/crates.io-index"6795checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6796dependencies = [6797 "proc-macro-crate",6798 "proc-macro2",6799 "quote",6800 "syn",6801]68026803[[package]]6804name = "parity-scale-codec-derive"6805version = "3.1.2"6806source = "registry+https://github.com/rust-lang/crates.io-index"6807checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6808dependencies = [6809 "proc-macro-crate",6810 "proc-macro2",6811 "quote",6812 "syn",6813]68146815[[package]]6816name = "parity-send-wrapper"6817version = "0.1.0"6818source = "registry+https://github.com/rust-lang/crates.io-index"6819checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68206821[[package]]6822name = "parity-util-mem"6823version = "0.11.0"6824source = "registry+https://github.com/rust-lang/crates.io-index"6825checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6826dependencies = [6827 "cfg-if 1.0.0",6828 "ethereum-types",6829 "hashbrown 0.12.1",6830 "impl-trait-for-tuples",6831 "lru 0.7.6",6832 "parity-util-mem-derive",6833 "parking_lot 0.12.1",6834 "primitive-types",6835 "smallvec",6836 "winapi",6837]68386839[[package]]6840name = "parity-util-mem-derive"6841version = "0.1.0"6842source = "registry+https://github.com/rust-lang/crates.io-index"6843checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6844dependencies = [6845 "proc-macro2",6846 "syn",6847 "synstructure",6848]68496850[[package]]6851name = "parity-wasm"6852version = "0.32.0"6853source = "registry+https://github.com/rust-lang/crates.io-index"6854checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6855dependencies = [6856 "byteorder",6857]68586859[[package]]6860name = "parity-wasm"6861version = "0.42.2"6862source = "registry+https://github.com/rust-lang/crates.io-index"6863checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68646865[[package]]6866name = "parking"6867version = "2.0.0"6868source = "registry+https://github.com/rust-lang/crates.io-index"6869checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68706871[[package]]6872name = "parking_lot"6873version = "0.11.2"6874source = "registry+https://github.com/rust-lang/crates.io-index"6875checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6876dependencies = [6877 "instant",6878 "lock_api",6879 "parking_lot_core 0.8.5",6880]68816882[[package]]6883name = "parking_lot"6884version = "0.12.1"6885source = "registry+https://github.com/rust-lang/crates.io-index"6886checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6887dependencies = [6888 "lock_api",6889 "parking_lot_core 0.9.3",6890]68916892[[package]]6893name = "parking_lot_core"6894version = "0.8.5"6895source = "registry+https://github.com/rust-lang/crates.io-index"6896checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6897dependencies = [6898 "cfg-if 1.0.0",6899 "instant",6900 "libc",6901 "redox_syscall 0.2.13",6902 "smallvec",6903 "winapi",6904]69056906[[package]]6907name = "parking_lot_core"6908version = "0.9.3"6909source = "registry+https://github.com/rust-lang/crates.io-index"6910checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6911dependencies = [6912 "cfg-if 1.0.0",6913 "libc",6914 "redox_syscall 0.2.13",6915 "smallvec",6916 "windows-sys",6917]69186919[[package]]6920name = "paste"6921version = "1.0.7"6922source = "registry+https://github.com/rust-lang/crates.io-index"6923checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69246925[[package]]6926name = "pbkdf2"6927version = "0.4.0"6928source = "registry+https://github.com/rust-lang/crates.io-index"6929checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6930dependencies = [6931 "crypto-mac 0.8.0",6932]69336934[[package]]6935name = "pbkdf2"6936version = "0.8.0"6937source = "registry+https://github.com/rust-lang/crates.io-index"6938checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6939dependencies = [6940 "crypto-mac 0.11.1",6941]69426943[[package]]6944name = "peeking_take_while"6945version = "0.1.2"6946source = "registry+https://github.com/rust-lang/crates.io-index"6947checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69486949[[package]]6950name = "percent-encoding"6951version = "2.1.0"6952source = "registry+https://github.com/rust-lang/crates.io-index"6953checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69546955[[package]]6956name = "pest"6957version = "2.1.3"6958source = "registry+https://github.com/rust-lang/crates.io-index"6959checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6960dependencies = [6961 "ucd-trie",6962]69636964[[package]]6965name = "pest_derive"6966version = "2.1.0"6967source = "registry+https://github.com/rust-lang/crates.io-index"6968checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6969dependencies = [6970 "pest",6971 "pest_generator",6972]69736974[[package]]6975name = "pest_generator"6976version = "2.1.3"6977source = "registry+https://github.com/rust-lang/crates.io-index"6978checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6979dependencies = [6980 "pest",6981 "pest_meta",6982 "proc-macro2",6983 "quote",6984 "syn",6985]69866987[[package]]6988name = "pest_meta"6989version = "2.1.3"6990source = "registry+https://github.com/rust-lang/crates.io-index"6991checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6992dependencies = [6993 "maplit",6994 "pest",6995 "sha-1 0.8.2",6996]69976998[[package]]6999name = "petgraph"7000version = "0.6.2"7001source = "registry+https://github.com/rust-lang/crates.io-index"7002checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7003dependencies = [7004 "fixedbitset",7005 "indexmap",7006]70077008[[package]]7009name = "pin-project"7010version = "0.4.29"7011source = "registry+https://github.com/rust-lang/crates.io-index"7012checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7013dependencies = [7014 "pin-project-internal 0.4.29",7015]70167017[[package]]7018name = "pin-project"7019version = "1.0.10"7020source = "registry+https://github.com/rust-lang/crates.io-index"7021checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7022dependencies = [7023 "pin-project-internal 1.0.10",7024]70257026[[package]]7027name = "pin-project-internal"7028version = "0.4.29"7029source = "registry+https://github.com/rust-lang/crates.io-index"7030checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7031dependencies = [7032 "proc-macro2",7033 "quote",7034 "syn",7035]70367037[[package]]7038name = "pin-project-internal"7039version = "1.0.10"7040source = "registry+https://github.com/rust-lang/crates.io-index"7041checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7042dependencies = [7043 "proc-macro2",7044 "quote",7045 "syn",7046]70477048[[package]]7049name = "pin-project-lite"7050version = "0.1.12"7051source = "registry+https://github.com/rust-lang/crates.io-index"7052checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70537054[[package]]7055name = "pin-project-lite"7056version = "0.2.9"7057source = "registry+https://github.com/rust-lang/crates.io-index"7058checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70597060[[package]]7061name = "pin-utils"7062version = "0.1.0"7063source = "registry+https://github.com/rust-lang/crates.io-index"7064checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70657066[[package]]7067name = "pkg-config"7068version = "0.3.25"7069source = "registry+https://github.com/rust-lang/crates.io-index"7070checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70717072[[package]]7073name = "platforms"7074version = "2.0.0"7075source = "registry+https://github.com/rust-lang/crates.io-index"7076checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70777078[[package]]7079name = "polkadot-approval-distribution"7080version = "0.9.22"7081source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7082dependencies = [7083 "futures 0.3.21",7084 "polkadot-node-network-protocol",7085 "polkadot-node-primitives",7086 "polkadot-node-subsystem",7087 "polkadot-node-subsystem-util",7088 "polkadot-primitives",7089 "rand 0.8.5",7090 "tracing-gum",7091]70927093[[package]]7094name = "polkadot-availability-bitfield-distribution"7095version = "0.9.22"7096source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7097dependencies = [7098 "futures 0.3.21",7099 "polkadot-node-network-protocol",7100 "polkadot-node-subsystem",7101 "polkadot-node-subsystem-util",7102 "polkadot-primitives",7103 "rand 0.8.5",7104 "tracing-gum",7105]71067107[[package]]7108name = "polkadot-availability-distribution"7109version = "0.9.22"7110source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7111dependencies = [7112 "derive_more",7113 "fatality",7114 "futures 0.3.21",7115 "lru 0.7.6",7116 "parity-scale-codec 3.1.2",7117 "polkadot-erasure-coding",7118 "polkadot-node-network-protocol",7119 "polkadot-node-primitives",7120 "polkadot-node-subsystem",7121 "polkadot-node-subsystem-util",7122 "polkadot-primitives",7123 "rand 0.8.5",7124 "sp-core",7125 "sp-keystore",7126 "thiserror",7127 "tracing-gum",7128]71297130[[package]]7131name = "polkadot-availability-recovery"7132version = "0.9.22"7133source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7134dependencies = [7135 "fatality",7136 "futures 0.3.21",7137 "lru 0.7.6",7138 "parity-scale-codec 3.1.2",7139 "polkadot-erasure-coding",7140 "polkadot-node-network-protocol",7141 "polkadot-node-primitives",7142 "polkadot-node-subsystem",7143 "polkadot-node-subsystem-util",7144 "polkadot-primitives",7145 "rand 0.8.5",7146 "sc-network",7147 "thiserror",7148 "tracing-gum",7149]71507151[[package]]7152name = "polkadot-cli"7153version = "0.9.22"7154source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7155dependencies = [7156 "clap",7157 "frame-benchmarking-cli",7158 "futures 0.3.21",7159 "log",7160 "polkadot-client",7161 "polkadot-node-core-pvf",7162 "polkadot-node-metrics",7163 "polkadot-performance-test",7164 "polkadot-service",7165 "sc-cli",7166 "sc-service",7167 "sc-sysinfo",7168 "sc-tracing",7169 "sp-core",7170 "sp-trie",7171 "substrate-build-script-utils",7172 "thiserror",7173 "try-runtime-cli",7174]71757176[[package]]7177name = "polkadot-client"7178version = "0.9.22"7179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7180dependencies = [7181 "beefy-primitives",7182 "frame-benchmarking",7183 "frame-benchmarking-cli",7184 "frame-system",7185 "frame-system-rpc-runtime-api",7186 "pallet-transaction-payment",7187 "pallet-transaction-payment-rpc-runtime-api",7188 "polkadot-core-primitives",7189 "polkadot-node-core-parachains-inherent",7190 "polkadot-primitives",7191 "polkadot-runtime",7192 "polkadot-runtime-common",7193 "sc-client-api",7194 "sc-consensus",7195 "sc-executor",7196 "sc-service",7197 "sp-api",7198 "sp-authority-discovery",7199 "sp-block-builder",7200 "sp-blockchain",7201 "sp-consensus",7202 "sp-consensus-babe",7203 "sp-core",7204 "sp-finality-grandpa",7205 "sp-inherents",7206 "sp-keyring",7207 "sp-mmr-primitives",7208 "sp-offchain",7209 "sp-runtime",7210 "sp-session",7211 "sp-storage",7212 "sp-timestamp",7213 "sp-transaction-pool",7214]72157216[[package]]7217name = "polkadot-collator-protocol"7218version = "0.9.22"7219source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7220dependencies = [7221 "always-assert",7222 "fatality",7223 "futures 0.3.21",7224 "futures-timer",7225 "polkadot-node-network-protocol",7226 "polkadot-node-primitives",7227 "polkadot-node-subsystem",7228 "polkadot-node-subsystem-util",7229 "polkadot-primitives",7230 "sp-core",7231 "sp-keystore",7232 "sp-runtime",7233 "thiserror",7234 "tracing-gum",7235]72367237[[package]]7238name = "polkadot-core-primitives"7239version = "0.9.22"7240source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7241dependencies = [7242 "parity-scale-codec 3.1.2",7243 "parity-util-mem",7244 "scale-info",7245 "sp-core",7246 "sp-runtime",7247 "sp-std",7248]72497250[[package]]7251name = "polkadot-dispute-distribution"7252version = "0.9.22"7253source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7254dependencies = [7255 "derive_more",7256 "fatality",7257 "futures 0.3.21",7258 "lru 0.7.6",7259 "parity-scale-codec 3.1.2",7260 "polkadot-erasure-coding",7261 "polkadot-node-network-protocol",7262 "polkadot-node-primitives",7263 "polkadot-node-subsystem",7264 "polkadot-node-subsystem-util",7265 "polkadot-primitives",7266 "sc-network",7267 "sp-application-crypto",7268 "sp-keystore",7269 "thiserror",7270 "tracing-gum",7271]72727273[[package]]7274name = "polkadot-erasure-coding"7275version = "0.9.22"7276source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7277dependencies = [7278 "parity-scale-codec 3.1.2",7279 "polkadot-node-primitives",7280 "polkadot-primitives",7281 "reed-solomon-novelpoly",7282 "sp-core",7283 "sp-trie",7284 "thiserror",7285]72867287[[package]]7288name = "polkadot-gossip-support"7289version = "0.9.22"7290source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7291dependencies = [7292 "futures 0.3.21",7293 "futures-timer",7294 "polkadot-node-network-protocol",7295 "polkadot-node-subsystem",7296 "polkadot-node-subsystem-util",7297 "polkadot-primitives",7298 "rand 0.8.5",7299 "rand_chacha 0.3.1",7300 "sc-network",7301 "sp-application-crypto",7302 "sp-core",7303 "sp-keystore",7304 "tracing-gum",7305]73067307[[package]]7308name = "polkadot-network-bridge"7309version = "0.9.22"7310source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7311dependencies = [7312 "always-assert",7313 "async-trait",7314 "bytes 1.1.0",7315 "futures 0.3.21",7316 "parity-scale-codec 3.1.2",7317 "parking_lot 0.12.1",7318 "polkadot-node-network-protocol",7319 "polkadot-node-subsystem",7320 "polkadot-node-subsystem-util",7321 "polkadot-overseer",7322 "polkadot-primitives",7323 "sc-network",7324 "sp-consensus",7325 "tracing-gum",7326]73277328[[package]]7329name = "polkadot-node-collation-generation"7330version = "0.9.22"7331source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7332dependencies = [7333 "futures 0.3.21",7334 "parity-scale-codec 3.1.2",7335 "polkadot-erasure-coding",7336 "polkadot-node-primitives",7337 "polkadot-node-subsystem",7338 "polkadot-node-subsystem-util",7339 "polkadot-primitives",7340 "sp-core",7341 "sp-maybe-compressed-blob",7342 "thiserror",7343 "tracing-gum",7344]73457346[[package]]7347name = "polkadot-node-core-approval-voting"7348version = "0.9.22"7349source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7350dependencies = [7351 "bitvec 1.0.0",7352 "derive_more",7353 "futures 0.3.21",7354 "futures-timer",7355 "kvdb",7356 "lru 0.7.6",7357 "merlin",7358 "parity-scale-codec 3.1.2",7359 "polkadot-node-jaeger",7360 "polkadot-node-primitives",7361 "polkadot-node-subsystem",7362 "polkadot-node-subsystem-util",7363 "polkadot-overseer",7364 "polkadot-primitives",7365 "sc-keystore",7366 "schnorrkel",7367 "sp-application-crypto",7368 "sp-consensus",7369 "sp-consensus-slots",7370 "sp-runtime",7371 "thiserror",7372 "tracing-gum",7373]73747375[[package]]7376name = "polkadot-node-core-av-store"7377version = "0.9.22"7378source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7379dependencies = [7380 "bitvec 1.0.0",7381 "futures 0.3.21",7382 "futures-timer",7383 "kvdb",7384 "parity-scale-codec 3.1.2",7385 "polkadot-erasure-coding",7386 "polkadot-node-primitives",7387 "polkadot-node-subsystem",7388 "polkadot-node-subsystem-util",7389 "polkadot-overseer",7390 "polkadot-primitives",7391 "thiserror",7392 "tracing-gum",7393]73947395[[package]]7396name = "polkadot-node-core-backing"7397version = "0.9.22"7398source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7399dependencies = [7400 "bitvec 1.0.0",7401 "fatality",7402 "futures 0.3.21",7403 "polkadot-erasure-coding",7404 "polkadot-node-primitives",7405 "polkadot-node-subsystem",7406 "polkadot-node-subsystem-util",7407 "polkadot-primitives",7408 "polkadot-statement-table",7409 "sp-keystore",7410 "thiserror",7411 "tracing-gum",7412]74137414[[package]]7415name = "polkadot-node-core-bitfield-signing"7416version = "0.9.22"7417source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7418dependencies = [7419 "futures 0.3.21",7420 "polkadot-node-subsystem",7421 "polkadot-node-subsystem-util",7422 "polkadot-primitives",7423 "sp-keystore",7424 "thiserror",7425 "tracing-gum",7426 "wasm-timer",7427]74287429[[package]]7430name = "polkadot-node-core-candidate-validation"7431version = "0.9.22"7432source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7433dependencies = [7434 "async-trait",7435 "futures 0.3.21",7436 "parity-scale-codec 3.1.2",7437 "polkadot-node-core-pvf",7438 "polkadot-node-primitives",7439 "polkadot-node-subsystem",7440 "polkadot-node-subsystem-util",7441 "polkadot-parachain",7442 "polkadot-primitives",7443 "sp-maybe-compressed-blob",7444 "tracing-gum",7445]74467447[[package]]7448name = "polkadot-node-core-chain-api"7449version = "0.9.22"7450source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7451dependencies = [7452 "futures 0.3.21",7453 "polkadot-node-subsystem",7454 "polkadot-node-subsystem-util",7455 "polkadot-primitives",7456 "sc-client-api",7457 "sc-consensus-babe",7458 "sp-blockchain",7459 "tracing-gum",7460]74617462[[package]]7463name = "polkadot-node-core-chain-selection"7464version = "0.9.22"7465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7466dependencies = [7467 "futures 0.3.21",7468 "futures-timer",7469 "kvdb",7470 "parity-scale-codec 3.1.2",7471 "polkadot-node-primitives",7472 "polkadot-node-subsystem",7473 "polkadot-node-subsystem-util",7474 "polkadot-primitives",7475 "thiserror",7476 "tracing-gum",7477]74787479[[package]]7480name = "polkadot-node-core-dispute-coordinator"7481version = "0.9.22"7482source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7483dependencies = [7484 "fatality",7485 "futures 0.3.21",7486 "kvdb",7487 "lru 0.7.6",7488 "parity-scale-codec 3.1.2",7489 "polkadot-node-primitives",7490 "polkadot-node-subsystem",7491 "polkadot-node-subsystem-util",7492 "polkadot-primitives",7493 "sc-keystore",7494 "thiserror",7495 "tracing-gum",7496]74977498[[package]]7499name = "polkadot-node-core-parachains-inherent"7500version = "0.9.22"7501source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7502dependencies = [7503 "async-trait",7504 "futures 0.3.21",7505 "futures-timer",7506 "polkadot-node-subsystem",7507 "polkadot-primitives",7508 "sp-blockchain",7509 "sp-inherents",7510 "sp-runtime",7511 "thiserror",7512 "tracing-gum",7513]75147515[[package]]7516name = "polkadot-node-core-provisioner"7517version = "0.9.22"7518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7519dependencies = [7520 "bitvec 1.0.0",7521 "fatality",7522 "futures 0.3.21",7523 "futures-timer",7524 "polkadot-node-primitives",7525 "polkadot-node-subsystem",7526 "polkadot-node-subsystem-util",7527 "polkadot-primitives",7528 "rand 0.8.5",7529 "thiserror",7530 "tracing-gum",7531]75327533[[package]]7534name = "polkadot-node-core-pvf"7535version = "0.9.22"7536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7537dependencies = [7538 "always-assert",7539 "assert_matches",7540 "async-process",7541 "async-std",7542 "futures 0.3.21",7543 "futures-timer",7544 "parity-scale-codec 3.1.2",7545 "pin-project 1.0.10",7546 "polkadot-core-primitives",7547 "polkadot-node-subsystem-util",7548 "polkadot-parachain",7549 "rand 0.8.5",7550 "sc-executor",7551 "sc-executor-common",7552 "sc-executor-wasmtime",7553 "slotmap",7554 "sp-core",7555 "sp-externalities",7556 "sp-io",7557 "sp-maybe-compressed-blob",7558 "sp-tracing",7559 "sp-wasm-interface",7560 "tracing-gum",7561]75627563[[package]]7564name = "polkadot-node-core-pvf-checker"7565version = "0.9.22"7566source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7567dependencies = [7568 "futures 0.3.21",7569 "polkadot-node-primitives",7570 "polkadot-node-subsystem",7571 "polkadot-node-subsystem-util",7572 "polkadot-overseer",7573 "polkadot-primitives",7574 "sp-keystore",7575 "thiserror",7576 "tracing-gum",7577]75787579[[package]]7580name = "polkadot-node-core-runtime-api"7581version = "0.9.22"7582source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7583dependencies = [7584 "futures 0.3.21",7585 "memory-lru",7586 "parity-util-mem",7587 "polkadot-node-subsystem",7588 "polkadot-node-subsystem-util",7589 "polkadot-primitives",7590 "sp-api",7591 "sp-authority-discovery",7592 "sp-consensus-babe",7593 "sp-core",7594 "tracing-gum",7595]75967597[[package]]7598name = "polkadot-node-jaeger"7599version = "0.9.22"7600source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7601dependencies = [7602 "async-std",7603 "lazy_static",7604 "log",7605 "mick-jaeger",7606 "parity-scale-codec 3.1.2",7607 "parking_lot 0.12.1",7608 "polkadot-node-primitives",7609 "polkadot-primitives",7610 "sc-network",7611 "sp-core",7612 "thiserror",7613]76147615[[package]]7616name = "polkadot-node-metrics"7617version = "0.9.22"7618source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7619dependencies = [7620 "bs58",7621 "futures 0.3.21",7622 "futures-timer",7623 "log",7624 "metered-channel",7625 "parity-scale-codec 3.1.2",7626 "polkadot-primitives",7627 "sc-cli",7628 "sc-service",7629 "sc-tracing",7630 "substrate-prometheus-endpoint",7631 "tracing-gum",7632]76337634[[package]]7635name = "polkadot-node-network-protocol"7636version = "0.9.22"7637source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7638dependencies = [7639 "async-trait",7640 "derive_more",7641 "fatality",7642 "futures 0.3.21",7643 "parity-scale-codec 3.1.2",7644 "polkadot-node-jaeger",7645 "polkadot-node-primitives",7646 "polkadot-primitives",7647 "rand 0.8.5",7648 "sc-authority-discovery",7649 "sc-network",7650 "strum 0.24.0",7651 "thiserror",7652]76537654[[package]]7655name = "polkadot-node-primitives"7656version = "0.9.22"7657source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7658dependencies = [7659 "bounded-vec",7660 "futures 0.3.21",7661 "parity-scale-codec 3.1.2",7662 "polkadot-parachain",7663 "polkadot-primitives",7664 "schnorrkel",7665 "serde",7666 "sp-application-crypto",7667 "sp-consensus-babe",7668 "sp-consensus-vrf",7669 "sp-core",7670 "sp-keystore",7671 "sp-maybe-compressed-blob",7672 "thiserror",7673 "zstd",7674]76757676[[package]]7677name = "polkadot-node-subsystem"7678version = "0.9.22"7679source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7680dependencies = [7681 "polkadot-node-jaeger",7682 "polkadot-node-subsystem-types",7683 "polkadot-overseer",7684]76857686[[package]]7687name = "polkadot-node-subsystem-types"7688version = "0.9.22"7689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7690dependencies = [7691 "derive_more",7692 "futures 0.3.21",7693 "polkadot-node-jaeger",7694 "polkadot-node-network-protocol",7695 "polkadot-node-primitives",7696 "polkadot-overseer-gen",7697 "polkadot-primitives",7698 "polkadot-statement-table",7699 "sc-network",7700 "smallvec",7701 "substrate-prometheus-endpoint",7702 "thiserror",7703]77047705[[package]]7706name = "polkadot-node-subsystem-util"7707version = "0.9.22"7708source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7709dependencies = [7710 "async-trait",7711 "derive_more",7712 "fatality",7713 "futures 0.3.21",7714 "itertools",7715 "kvdb",7716 "lru 0.7.6",7717 "metered-channel",7718 "parity-db",7719 "parity-scale-codec 3.1.2",7720 "parity-util-mem",7721 "parking_lot 0.11.2",7722 "pin-project 1.0.10",7723 "polkadot-node-jaeger",7724 "polkadot-node-metrics",7725 "polkadot-node-network-protocol",7726 "polkadot-node-primitives",7727 "polkadot-node-subsystem",7728 "polkadot-overseer",7729 "polkadot-primitives",7730 "rand 0.8.5",7731 "sp-application-crypto",7732 "sp-core",7733 "sp-keystore",7734 "thiserror",7735 "tracing-gum",7736]77377738[[package]]7739name = "polkadot-overseer"7740version = "0.9.22"7741source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7742dependencies = [7743 "futures 0.3.21",7744 "futures-timer",7745 "lru 0.7.6",7746 "parity-util-mem",7747 "parking_lot 0.12.1",7748 "polkadot-node-metrics",7749 "polkadot-node-network-protocol",7750 "polkadot-node-primitives",7751 "polkadot-node-subsystem-types",7752 "polkadot-overseer-gen",7753 "polkadot-primitives",7754 "sc-client-api",7755 "sp-api",7756 "tracing-gum",7757]77587759[[package]]7760name = "polkadot-overseer-gen"7761version = "0.9.22"7762source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7763dependencies = [7764 "async-trait",7765 "futures 0.3.21",7766 "futures-timer",7767 "metered-channel",7768 "pin-project 1.0.10",7769 "polkadot-node-network-protocol",7770 "polkadot-node-primitives",7771 "polkadot-overseer-gen-proc-macro",7772 "thiserror",7773 "tracing-gum",7774]77757776[[package]]7777name = "polkadot-overseer-gen-proc-macro"7778version = "0.9.22"7779source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7780dependencies = [7781 "expander 0.0.6",7782 "proc-macro-crate",7783 "proc-macro2",7784 "quote",7785 "syn",7786]77877788[[package]]7789name = "polkadot-parachain"7790version = "0.9.22"7791source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7792dependencies = [7793 "derive_more",7794 "frame-support",7795 "parity-scale-codec 3.1.2",7796 "parity-util-mem",7797 "polkadot-core-primitives",7798 "scale-info",7799 "serde",7800 "sp-core",7801 "sp-runtime",7802 "sp-std",7803]78047805[[package]]7806name = "polkadot-performance-test"7807version = "0.9.22"7808source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7809dependencies = [7810 "env_logger",7811 "kusama-runtime",7812 "log",7813 "polkadot-erasure-coding",7814 "polkadot-node-core-pvf",7815 "polkadot-node-primitives",7816 "quote",7817 "thiserror",7818]78197820[[package]]7821name = "polkadot-primitives"7822version = "0.9.22"7823source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7824dependencies = [7825 "bitvec 1.0.0",7826 "frame-system",7827 "hex-literal",7828 "parity-scale-codec 3.1.2",7829 "parity-util-mem",7830 "polkadot-core-primitives",7831 "polkadot-parachain",7832 "scale-info",7833 "serde",7834 "sp-api",7835 "sp-application-crypto",7836 "sp-arithmetic",7837 "sp-authority-discovery",7838 "sp-consensus-slots",7839 "sp-core",7840 "sp-inherents",7841 "sp-io",7842 "sp-keystore",7843 "sp-runtime",7844 "sp-staking",7845 "sp-std",7846 "sp-trie",7847 "sp-version",7848]78497850[[package]]7851name = "polkadot-rpc"7852version = "0.9.22"7853source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7854dependencies = [7855 "beefy-gadget",7856 "beefy-gadget-rpc",7857 "jsonrpsee",7858 "pallet-mmr-rpc",7859 "pallet-transaction-payment-rpc",7860 "polkadot-primitives",7861 "sc-chain-spec",7862 "sc-client-api",7863 "sc-consensus-babe",7864 "sc-consensus-babe-rpc",7865 "sc-consensus-epochs",7866 "sc-finality-grandpa",7867 "sc-finality-grandpa-rpc",7868 "sc-rpc",7869 "sc-sync-state-rpc",7870 "sc-transaction-pool-api",7871 "sp-api",7872 "sp-block-builder",7873 "sp-blockchain",7874 "sp-consensus",7875 "sp-consensus-babe",7876 "sp-keystore",7877 "sp-runtime",7878 "substrate-frame-rpc-system",7879 "substrate-state-trie-migration-rpc",7880]78817882[[package]]7883name = "polkadot-runtime"7884version = "0.9.22"7885source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7886dependencies = [7887 "beefy-primitives",7888 "bitvec 1.0.0",7889 "frame-benchmarking",7890 "frame-election-provider-support",7891 "frame-executive",7892 "frame-support",7893 "frame-system",7894 "frame-system-benchmarking",7895 "frame-system-rpc-runtime-api",7896 "frame-try-runtime",7897 "hex-literal",7898 "log",7899 "pallet-authority-discovery",7900 "pallet-authorship",7901 "pallet-babe",7902 "pallet-bags-list",7903 "pallet-balances",7904 "pallet-bounties",7905 "pallet-child-bounties",7906 "pallet-collective",7907 "pallet-democracy",7908 "pallet-election-provider-multi-phase",7909 "pallet-election-provider-support-benchmarking",7910 "pallet-elections-phragmen",7911 "pallet-grandpa",7912 "pallet-identity",7913 "pallet-im-online",7914 "pallet-indices",7915 "pallet-membership",7916 "pallet-multisig",7917 "pallet-nicks",7918 "pallet-offences",7919 "pallet-offences-benchmarking",7920 "pallet-preimage",7921 "pallet-proxy",7922 "pallet-scheduler",7923 "pallet-session",7924 "pallet-session-benchmarking",7925 "pallet-staking",7926 "pallet-staking-reward-curve",7927 "pallet-timestamp",7928 "pallet-tips",7929 "pallet-transaction-payment",7930 "pallet-transaction-payment-rpc-runtime-api",7931 "pallet-treasury",7932 "pallet-utility",7933 "pallet-vesting",7934 "pallet-xcm",7935 "parity-scale-codec 3.1.2",7936 "polkadot-primitives",7937 "polkadot-runtime-common",7938 "polkadot-runtime-constants",7939 "polkadot-runtime-parachains",7940 "rustc-hex",7941 "scale-info",7942 "serde",7943 "serde_derive",7944 "smallvec",7945 "sp-api",7946 "sp-authority-discovery",7947 "sp-block-builder",7948 "sp-consensus-babe",7949 "sp-core",7950 "sp-inherents",7951 "sp-io",7952 "sp-mmr-primitives",7953 "sp-npos-elections",7954 "sp-offchain",7955 "sp-runtime",7956 "sp-session",7957 "sp-staking",7958 "sp-std",7959 "sp-transaction-pool",7960 "sp-version",7961 "static_assertions",7962 "substrate-wasm-builder",7963 "xcm",7964 "xcm-builder",7965 "xcm-executor",7966]79677968[[package]]7969name = "polkadot-runtime-common"7970version = "0.9.22"7971source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7972dependencies = [7973 "beefy-primitives",7974 "bitvec 1.0.0",7975 "frame-benchmarking",7976 "frame-election-provider-support",7977 "frame-support",7978 "frame-system",7979 "impl-trait-for-tuples",7980 "libsecp256k1",7981 "log",7982 "pallet-authorship",7983 "pallet-babe",7984 "pallet-bags-list",7985 "pallet-balances",7986 "pallet-beefy-mmr",7987 "pallet-election-provider-multi-phase",7988 "pallet-session",7989 "pallet-staking",7990 "pallet-timestamp",7991 "pallet-transaction-payment",7992 "pallet-treasury",7993 "pallet-vesting",7994 "parity-scale-codec 3.1.2",7995 "polkadot-primitives",7996 "polkadot-runtime-parachains",7997 "rustc-hex",7998 "scale-info",7999 "serde",8000 "serde_derive",8001 "slot-range-helper",8002 "sp-api",8003 "sp-core",8004 "sp-inherents",8005 "sp-io",8006 "sp-npos-elections",8007 "sp-runtime",8008 "sp-session",8009 "sp-staking",8010 "sp-std",8011 "static_assertions",8012 "xcm",8013]80148015[[package]]8016name = "polkadot-runtime-constants"8017version = "0.9.22"8018source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8019dependencies = [8020 "frame-support",8021 "polkadot-primitives",8022 "polkadot-runtime-common",8023 "smallvec",8024 "sp-runtime",8025]80268027[[package]]8028name = "polkadot-runtime-metrics"8029version = "0.9.22"8030source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8031dependencies = [8032 "bs58",8033 "parity-scale-codec 3.1.2",8034 "polkadot-primitives",8035 "sp-std",8036 "sp-tracing",8037]80388039[[package]]8040name = "polkadot-runtime-parachains"8041version = "0.9.22"8042source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8043dependencies = [8044 "bitflags",8045 "bitvec 1.0.0",8046 "derive_more",8047 "frame-benchmarking",8048 "frame-support",8049 "frame-system",8050 "log",8051 "pallet-authority-discovery",8052 "pallet-authorship",8053 "pallet-babe",8054 "pallet-balances",8055 "pallet-session",8056 "pallet-staking",8057 "pallet-timestamp",8058 "pallet-vesting",8059 "parity-scale-codec 3.1.2",8060 "polkadot-primitives",8061 "polkadot-runtime-metrics",8062 "rand 0.8.5",8063 "rand_chacha 0.3.1",8064 "rustc-hex",8065 "scale-info",8066 "serde",8067 "sp-api",8068 "sp-application-crypto",8069 "sp-core",8070 "sp-inherents",8071 "sp-io",8072 "sp-keystore",8073 "sp-runtime",8074 "sp-session",8075 "sp-staking",8076 "sp-std",8077 "static_assertions",8078 "xcm",8079 "xcm-executor",8080]80818082[[package]]8083name = "polkadot-service"8084version = "0.9.22"8085source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8086dependencies = [8087 "async-trait",8088 "beefy-gadget",8089 "beefy-primitives",8090 "frame-system-rpc-runtime-api",8091 "futures 0.3.21",8092 "hex-literal",8093 "kusama-runtime",8094 "kvdb",8095 "kvdb-rocksdb",8096 "lru 0.7.6",8097 "pallet-babe",8098 "pallet-im-online",8099 "pallet-staking",8100 "pallet-transaction-payment-rpc-runtime-api",8101 "parity-db",8102 "polkadot-approval-distribution",8103 "polkadot-availability-bitfield-distribution",8104 "polkadot-availability-distribution",8105 "polkadot-availability-recovery",8106 "polkadot-client",8107 "polkadot-collator-protocol",8108 "polkadot-dispute-distribution",8109 "polkadot-gossip-support",8110 "polkadot-network-bridge",8111 "polkadot-node-collation-generation",8112 "polkadot-node-core-approval-voting",8113 "polkadot-node-core-av-store",8114 "polkadot-node-core-backing",8115 "polkadot-node-core-bitfield-signing",8116 "polkadot-node-core-candidate-validation",8117 "polkadot-node-core-chain-api",8118 "polkadot-node-core-chain-selection",8119 "polkadot-node-core-dispute-coordinator",8120 "polkadot-node-core-parachains-inherent",8121 "polkadot-node-core-provisioner",8122 "polkadot-node-core-pvf-checker",8123 "polkadot-node-core-runtime-api",8124 "polkadot-node-network-protocol",8125 "polkadot-node-primitives",8126 "polkadot-node-subsystem",8127 "polkadot-node-subsystem-util",8128 "polkadot-overseer",8129 "polkadot-parachain",8130 "polkadot-primitives",8131 "polkadot-rpc",8132 "polkadot-runtime",8133 "polkadot-runtime-constants",8134 "polkadot-runtime-parachains",8135 "polkadot-statement-distribution",8136 "rococo-runtime",8137 "sc-authority-discovery",8138 "sc-basic-authorship",8139 "sc-block-builder",8140 "sc-chain-spec",8141 "sc-client-api",8142 "sc-client-db",8143 "sc-consensus",8144 "sc-consensus-babe",8145 "sc-consensus-slots",8146 "sc-consensus-uncles",8147 "sc-executor",8148 "sc-finality-grandpa",8149 "sc-keystore",8150 "sc-network",8151 "sc-offchain",8152 "sc-service",8153 "sc-sync-state-rpc",8154 "sc-sysinfo",8155 "sc-telemetry",8156 "sc-transaction-pool",8157 "serde",8158 "serde_json",8159 "sp-api",8160 "sp-authority-discovery",8161 "sp-block-builder",8162 "sp-blockchain",8163 "sp-consensus",8164 "sp-consensus-babe",8165 "sp-core",8166 "sp-finality-grandpa",8167 "sp-inherents",8168 "sp-io",8169 "sp-keystore",8170 "sp-offchain",8171 "sp-runtime",8172 "sp-session",8173 "sp-state-machine",8174 "sp-storage",8175 "sp-timestamp",8176 "sp-transaction-pool",8177 "sp-trie",8178 "substrate-prometheus-endpoint",8179 "thiserror",8180 "tracing-gum",8181 "westend-runtime",8182]81838184[[package]]8185name = "polkadot-statement-distribution"8186version = "0.9.22"8187source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8188dependencies = [8189 "arrayvec 0.5.2",8190 "fatality",8191 "futures 0.3.21",8192 "indexmap",8193 "parity-scale-codec 3.1.2",8194 "polkadot-node-network-protocol",8195 "polkadot-node-primitives",8196 "polkadot-node-subsystem",8197 "polkadot-node-subsystem-util",8198 "polkadot-primitives",8199 "sp-keystore",8200 "sp-staking",8201 "thiserror",8202 "tracing-gum",8203]82048205[[package]]8206name = "polkadot-statement-table"8207version = "0.9.22"8208source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8209dependencies = [8210 "parity-scale-codec 3.1.2",8211 "polkadot-primitives",8212 "sp-core",8213]82148215[[package]]8216name = "polkadot-test-runtime"8217version = "0.9.22"8218source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8219dependencies = [8220 "beefy-primitives",8221 "bitvec 1.0.0",8222 "frame-election-provider-support",8223 "frame-executive",8224 "frame-support",8225 "frame-system",8226 "frame-system-rpc-runtime-api",8227 "log",8228 "pallet-authority-discovery",8229 "pallet-authorship",8230 "pallet-babe",8231 "pallet-balances",8232 "pallet-grandpa",8233 "pallet-indices",8234 "pallet-nicks",8235 "pallet-offences",8236 "pallet-session",8237 "pallet-staking",8238 "pallet-staking-reward-curve",8239 "pallet-sudo",8240 "pallet-timestamp",8241 "pallet-transaction-payment",8242 "pallet-transaction-payment-rpc-runtime-api",8243 "pallet-vesting",8244 "pallet-xcm",8245 "parity-scale-codec 3.1.2",8246 "polkadot-parachain",8247 "polkadot-primitives",8248 "polkadot-runtime-common",8249 "polkadot-runtime-parachains",8250 "rustc-hex",8251 "scale-info",8252 "serde",8253 "serde_derive",8254 "smallvec",8255 "sp-api",8256 "sp-authority-discovery",8257 "sp-block-builder",8258 "sp-consensus-babe",8259 "sp-core",8260 "sp-inherents",8261 "sp-io",8262 "sp-mmr-primitives",8263 "sp-offchain",8264 "sp-runtime",8265 "sp-session",8266 "sp-staking",8267 "sp-std",8268 "sp-transaction-pool",8269 "sp-version",8270 "substrate-wasm-builder",8271 "test-runtime-constants",8272 "xcm",8273 "xcm-builder",8274 "xcm-executor",8275]82768277[[package]]8278name = "polkadot-test-service"8279version = "0.9.22"8280source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8281dependencies = [8282 "frame-benchmarking",8283 "frame-system",8284 "futures 0.1.31",8285 "futures 0.3.21",8286 "hex",8287 "pallet-balances",8288 "pallet-staking",8289 "pallet-transaction-payment",8290 "polkadot-node-primitives",8291 "polkadot-node-subsystem",8292 "polkadot-overseer",8293 "polkadot-parachain",8294 "polkadot-primitives",8295 "polkadot-rpc",8296 "polkadot-runtime-common",8297 "polkadot-runtime-parachains",8298 "polkadot-service",8299 "polkadot-test-runtime",8300 "rand 0.8.5",8301 "sc-authority-discovery",8302 "sc-chain-spec",8303 "sc-cli",8304 "sc-client-api",8305 "sc-consensus",8306 "sc-consensus-babe",8307 "sc-executor",8308 "sc-finality-grandpa",8309 "sc-network",8310 "sc-service",8311 "sc-tracing",8312 "sc-transaction-pool",8313 "sp-arithmetic",8314 "sp-authority-discovery",8315 "sp-blockchain",8316 "sp-consensus",8317 "sp-consensus-babe",8318 "sp-core",8319 "sp-finality-grandpa",8320 "sp-inherents",8321 "sp-keyring",8322 "sp-runtime",8323 "sp-state-machine",8324 "substrate-test-client",8325 "tempfile",8326 "test-runtime-constants",8327 "tokio 1.18.2",8328 "tracing-gum",8329]83308331[[package]]8332name = "polling"8333version = "2.2.0"8334source = "registry+https://github.com/rust-lang/crates.io-index"8335checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8336dependencies = [8337 "cfg-if 1.0.0",8338 "libc",8339 "log",8340 "wepoll-ffi",8341 "winapi",8342]83438344[[package]]8345name = "poly1305"8346version = "0.7.2"8347source = "registry+https://github.com/rust-lang/crates.io-index"8348checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8349dependencies = [8350 "cpufeatures",8351 "opaque-debug 0.3.0",8352 "universal-hash",8353]83548355[[package]]8356name = "polyval"8357version = "0.5.3"8358source = "registry+https://github.com/rust-lang/crates.io-index"8359checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8360dependencies = [8361 "cfg-if 1.0.0",8362 "cpufeatures",8363 "opaque-debug 0.3.0",8364 "universal-hash",8365]83668367[[package]]8368name = "ppv-lite86"8369version = "0.2.16"8370source = "registry+https://github.com/rust-lang/crates.io-index"8371checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83728373[[package]]8374name = "prettytable-rs"8375version = "0.8.0"8376source = "registry+https://github.com/rust-lang/crates.io-index"8377checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8378dependencies = [8379 "atty",8380 "csv",8381 "encode_unicode",8382 "lazy_static",8383 "term",8384 "unicode-width",8385]83868387[[package]]8388name = "primitive-types"8389version = "0.11.1"8390source = "registry+https://github.com/rust-lang/crates.io-index"8391checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8392dependencies = [8393 "fixed-hash",8394 "impl-codec",8395 "impl-rlp",8396 "impl-serde",8397 "scale-info",8398 "uint",8399]84008401[[package]]8402name = "proc-macro-crate"8403version = "1.1.3"8404source = "registry+https://github.com/rust-lang/crates.io-index"8405checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8406dependencies = [8407 "thiserror",8408 "toml",8409]84108411[[package]]8412name = "proc-macro-error"8413version = "1.0.4"8414source = "registry+https://github.com/rust-lang/crates.io-index"8415checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8416dependencies = [8417 "proc-macro-error-attr",8418 "proc-macro2",8419 "quote",8420 "syn",8421 "version_check",8422]84238424[[package]]8425name = "proc-macro-error-attr"8426version = "1.0.4"8427source = "registry+https://github.com/rust-lang/crates.io-index"8428checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8429dependencies = [8430 "proc-macro2",8431 "quote",8432 "version_check",8433]84348435[[package]]8436name = "proc-macro2"8437version = "1.0.39"8438source = "registry+https://github.com/rust-lang/crates.io-index"8439checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8440dependencies = [8441 "unicode-ident",8442]84438444[[package]]8445name = "prometheus"8446version = "0.13.1"8447source = "registry+https://github.com/rust-lang/crates.io-index"8448checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8449dependencies = [8450 "cfg-if 1.0.0",8451 "fnv",8452 "lazy_static",8453 "memchr",8454 "parking_lot 0.12.1",8455 "thiserror",8456]84578458[[package]]8459name = "prometheus-client"8460version = "0.15.1"8461source = "registry+https://github.com/rust-lang/crates.io-index"8462checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8463dependencies = [8464 "dtoa",8465 "itoa 1.0.2",8466 "owning_ref",8467 "prometheus-client-derive-text-encode",8468]84698470[[package]]8471name = "prometheus-client-derive-text-encode"8472version = "0.2.0"8473source = "registry+https://github.com/rust-lang/crates.io-index"8474checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8475dependencies = [8476 "proc-macro2",8477 "quote",8478 "syn",8479]84808481[[package]]8482name = "prost"8483version = "0.9.0"8484source = "registry+https://github.com/rust-lang/crates.io-index"8485checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8486dependencies = [8487 "bytes 1.1.0",8488 "prost-derive",8489]84908491[[package]]8492name = "prost-build"8493version = "0.9.0"8494source = "registry+https://github.com/rust-lang/crates.io-index"8495checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8496dependencies = [8497 "bytes 1.1.0",8498 "heck 0.3.3",8499 "itertools",8500 "lazy_static",8501 "log",8502 "multimap",8503 "petgraph",8504 "prost",8505 "prost-types",8506 "regex",8507 "tempfile",8508 "which",8509]85108511[[package]]8512name = "prost-derive"8513version = "0.9.0"8514source = "registry+https://github.com/rust-lang/crates.io-index"8515checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8516dependencies = [8517 "anyhow",8518 "itertools",8519 "proc-macro2",8520 "quote",8521 "syn",8522]85238524[[package]]8525name = "prost-types"8526version = "0.9.0"8527source = "registry+https://github.com/rust-lang/crates.io-index"8528checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8529dependencies = [8530 "bytes 1.1.0",8531 "prost",8532]85338534[[package]]8535name = "psm"8536version = "0.1.18"8537source = "registry+https://github.com/rust-lang/crates.io-index"8538checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8539dependencies = [8540 "cc",8541]85428543[[package]]8544name = "quartz-runtime"8545version = "0.9.22"8546dependencies = [8547 "cumulus-pallet-aura-ext",8548 "cumulus-pallet-dmp-queue",8549 "cumulus-pallet-parachain-system",8550 "cumulus-pallet-xcm",8551 "cumulus-pallet-xcmp-queue",8552 "cumulus-primitives-core",8553 "cumulus-primitives-timestamp",8554 "cumulus-primitives-utility",8555 "derivative",8556 "fp-evm-mapping",8557 "fp-rpc",8558 "fp-self-contained",8559 "frame-executive",8560 "frame-support",8561 "frame-system",8562 "frame-system-rpc-runtime-api",8563 "frame-try-runtime",8564 "log",8565 "orml-vesting",8566 "pallet-aura",8567 "pallet-balances",8568 "pallet-base-fee",8569 "pallet-common",8570 "pallet-ethereum",8571 "pallet-evm",8572 "pallet-evm-coder-substrate",8573 "pallet-evm-contract-helpers",8574 "pallet-evm-migration",8575 "pallet-evm-transaction-payment",8576 "pallet-fungible",8577 "pallet-inflation",8578 "pallet-nonfungible",8579 "pallet-randomness-collective-flip",8580 "pallet-refungible",8581 "pallet-rmrk-core",8582 "pallet-structure",8583 "pallet-sudo",8584 "pallet-template-transaction-payment",8585 "pallet-timestamp",8586 "pallet-transaction-payment",8587 "pallet-transaction-payment-rpc-runtime-api",8588 "pallet-treasury",8589 "pallet-unique",8590 "pallet-unq-scheduler",8591 "pallet-xcm",8592 "parachain-info",8593 "parity-scale-codec 3.1.2",8594 "polkadot-parachain",8595 "rmrk-rpc",8596 "scale-info",8597 "serde",8598 "smallvec",8599 "sp-api",8600 "sp-arithmetic",8601 "sp-block-builder",8602 "sp-consensus-aura",8603 "sp-core",8604 "sp-inherents",8605 "sp-io",8606 "sp-offchain",8607 "sp-runtime",8608 "sp-session",8609 "sp-std",8610 "sp-transaction-pool",8611 "sp-version",8612 "substrate-wasm-builder",8613 "unique-runtime-common",8614 "up-data-structs",8615 "up-rpc",8616 "xcm",8617 "xcm-builder",8618 "xcm-executor",8619]86208621[[package]]8622name = "quick-error"8623version = "1.2.3"8624source = "registry+https://github.com/rust-lang/crates.io-index"8625checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86268627[[package]]8628name = "quicksink"8629version = "0.1.2"8630source = "registry+https://github.com/rust-lang/crates.io-index"8631checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8632dependencies = [8633 "futures-core",8634 "futures-sink",8635 "pin-project-lite 0.1.12",8636]86378638[[package]]8639name = "quote"8640version = "1.0.18"8641source = "registry+https://github.com/rust-lang/crates.io-index"8642checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8643dependencies = [8644 "proc-macro2",8645]86468647[[package]]8648name = "radium"8649version = "0.6.2"8650source = "registry+https://github.com/rust-lang/crates.io-index"8651checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"86528653[[package]]8654name = "radium"8655version = "0.7.0"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"86588659[[package]]8660name = "rand"8661version = "0.7.3"8662source = "registry+https://github.com/rust-lang/crates.io-index"8663checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8664dependencies = [8665 "getrandom 0.1.16",8666 "libc",8667 "rand_chacha 0.2.2",8668 "rand_core 0.5.1",8669 "rand_hc",8670 "rand_pcg 0.2.1",8671]86728673[[package]]8674name = "rand"8675version = "0.8.5"8676source = "registry+https://github.com/rust-lang/crates.io-index"8677checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8678dependencies = [8679 "libc",8680 "rand_chacha 0.3.1",8681 "rand_core 0.6.3",8682]86838684[[package]]8685name = "rand_chacha"8686version = "0.2.2"8687source = "registry+https://github.com/rust-lang/crates.io-index"8688checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8689dependencies = [8690 "ppv-lite86",8691 "rand_core 0.5.1",8692]86938694[[package]]8695name = "rand_chacha"8696version = "0.3.1"8697source = "registry+https://github.com/rust-lang/crates.io-index"8698checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8699dependencies = [8700 "ppv-lite86",8701 "rand_core 0.6.3",8702]87038704[[package]]8705name = "rand_core"8706version = "0.5.1"8707source = "registry+https://github.com/rust-lang/crates.io-index"8708checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8709dependencies = [8710 "getrandom 0.1.16",8711]87128713[[package]]8714name = "rand_core"8715version = "0.6.3"8716source = "registry+https://github.com/rust-lang/crates.io-index"8717checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8718dependencies = [8719 "getrandom 0.2.6",8720]87218722[[package]]8723name = "rand_distr"8724version = "0.4.3"8725source = "registry+https://github.com/rust-lang/crates.io-index"8726checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8727dependencies = [8728 "num-traits",8729 "rand 0.8.5",8730]87318732[[package]]8733name = "rand_hc"8734version = "0.2.0"8735source = "registry+https://github.com/rust-lang/crates.io-index"8736checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8737dependencies = [8738 "rand_core 0.5.1",8739]87408741[[package]]8742name = "rand_pcg"8743version = "0.2.1"8744source = "registry+https://github.com/rust-lang/crates.io-index"8745checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8746dependencies = [8747 "rand_core 0.5.1",8748]87498750[[package]]8751name = "rand_pcg"8752version = "0.3.1"8753source = "registry+https://github.com/rust-lang/crates.io-index"8754checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8755dependencies = [8756 "rand_core 0.6.3",8757]87588759[[package]]8760name = "rawpointer"8761version = "0.2.1"8762source = "registry+https://github.com/rust-lang/crates.io-index"8763checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"87648765[[package]]8766name = "rayon"8767version = "1.5.3"8768source = "registry+https://github.com/rust-lang/crates.io-index"8769checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8770dependencies = [8771 "autocfg",8772 "crossbeam-deque",8773 "either",8774 "rayon-core",8775]87768777[[package]]8778name = "rayon-core"8779version = "1.9.3"8780source = "registry+https://github.com/rust-lang/crates.io-index"8781checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8782dependencies = [8783 "crossbeam-channel",8784 "crossbeam-deque",8785 "crossbeam-utils",8786 "num_cpus",8787]87888789[[package]]8790name = "redox_syscall"8791version = "0.1.57"8792source = "registry+https://github.com/rust-lang/crates.io-index"8793checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"87948795[[package]]8796name = "redox_syscall"8797version = "0.2.13"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8800dependencies = [8801 "bitflags",8802]88038804[[package]]8805name = "redox_users"8806version = "0.3.5"8807source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8809dependencies = [8810 "getrandom 0.1.16",8811 "redox_syscall 0.1.57",8812 "rust-argon2",8813]88148815[[package]]8816name = "redox_users"8817version = "0.4.3"8818source = "registry+https://github.com/rust-lang/crates.io-index"8819checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8820dependencies = [8821 "getrandom 0.2.6",8822 "redox_syscall 0.2.13",8823 "thiserror",8824]88258826[[package]]8827name = "reed-solomon-novelpoly"8828version = "1.0.0"8829source = "registry+https://github.com/rust-lang/crates.io-index"8830checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8831dependencies = [8832 "derive_more",8833 "fs-err",8834 "itertools",8835 "static_init",8836 "thiserror",8837]88388839[[package]]8840name = "ref-cast"8841version = "1.0.7"8842source = "registry+https://github.com/rust-lang/crates.io-index"8843checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8844dependencies = [8845 "ref-cast-impl",8846]88478848[[package]]8849name = "ref-cast-impl"8850version = "1.0.7"8851source = "registry+https://github.com/rust-lang/crates.io-index"8852checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8853dependencies = [8854 "proc-macro2",8855 "quote",8856 "syn",8857]88588859[[package]]8860name = "regalloc"8861version = "0.0.34"8862source = "registry+https://github.com/rust-lang/crates.io-index"8863checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8864dependencies = [8865 "log",8866 "rustc-hash",8867 "smallvec",8868]88698870[[package]]8871name = "regex"8872version = "1.5.6"8873source = "registry+https://github.com/rust-lang/crates.io-index"8874checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8875dependencies = [8876 "aho-corasick",8877 "memchr",8878 "regex-syntax",8879]88808881[[package]]8882name = "regex-automata"8883version = "0.1.10"8884source = "registry+https://github.com/rust-lang/crates.io-index"8885checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8886dependencies = [8887 "regex-syntax",8888]88898890[[package]]8891name = "regex-syntax"8892version = "0.6.26"8893source = "registry+https://github.com/rust-lang/crates.io-index"8894checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"88958896[[package]]8897name = "region"8898version = "2.2.0"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8901dependencies = [8902 "bitflags",8903 "libc",8904 "mach",8905 "winapi",8906]89078908[[package]]8909name = "remote-externalities"8910version = "0.10.0-dev"8911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"8912dependencies = [8913 "env_logger",8914 "jsonrpsee",8915 "log",8916 "parity-scale-codec 3.1.2",8917 "serde",8918 "serde_json",8919 "sp-core",8920 "sp-io",8921 "sp-runtime",8922 "sp-version",8923]89248925[[package]]8926name = "remove_dir_all"8927version = "0.5.3"8928source = "registry+https://github.com/rust-lang/crates.io-index"8929checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8930dependencies = [8931 "winapi",8932]89338934[[package]]8935name = "resolv-conf"8936version = "0.7.0"8937source = "registry+https://github.com/rust-lang/crates.io-index"8938checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8939dependencies = [8940 "hostname",8941 "quick-error",8942]89438944[[package]]8945name = "retain_mut"8946version = "0.1.9"8947source = "registry+https://github.com/rust-lang/crates.io-index"8948checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89498950[[package]]8951name = "rfc6979"8952version = "0.1.0"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8955dependencies = [8956 "crypto-bigint",8957 "hmac 0.11.0",8958 "zeroize",8959]89608961[[package]]8962name = "ring"8963version = "0.16.20"8964source = "registry+https://github.com/rust-lang/crates.io-index"8965checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8966dependencies = [8967 "cc",8968 "libc",8969 "once_cell",8970 "spin",8971 "untrusted",8972 "web-sys",8973 "winapi",8974]89758976[[package]]8977name = "rlp"8978version = "0.5.1"8979source = "registry+https://github.com/rust-lang/crates.io-index"8980checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8981dependencies = [8982 "bytes 1.1.0",8983 "rustc-hex",8984]89858986[[package]]8987name = "rlp-derive"8988version = "0.1.0"8989source = "registry+https://github.com/rust-lang/crates.io-index"8990checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8991dependencies = [8992 "proc-macro2",8993 "quote",8994 "syn",8995]89968997[[package]]8998name = "rmrk-rpc"8999version = "0.0.1"9000dependencies = [9001 "parity-scale-codec 2.3.1",9002 "serde",9003 "sp-api",9004 "sp-core",9005 "sp-runtime",9006 "sp-std",9007 "up-data-structs",9008]90099010[[package]]9011name = "rocksdb"9012version = "0.18.0"9013source = "registry+https://github.com/rust-lang/crates.io-index"9014checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9015dependencies = [9016 "libc",9017 "librocksdb-sys",9018]90199020[[package]]9021name = "rococo-runtime"9022version = "0.9.22"9023source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9024dependencies = [9025 "beefy-merkle-tree",9026 "beefy-primitives",9027 "bp-messages",9028 "bp-rococo",9029 "bp-runtime",9030 "bp-wococo",9031 "bridge-runtime-common",9032 "frame-benchmarking",9033 "frame-executive",9034 "frame-support",9035 "frame-system",9036 "frame-system-benchmarking",9037 "frame-system-rpc-runtime-api",9038 "hex-literal",9039 "log",9040 "pallet-authority-discovery",9041 "pallet-authorship",9042 "pallet-babe",9043 "pallet-balances",9044 "pallet-beefy",9045 "pallet-beefy-mmr",9046 "pallet-bridge-dispatch",9047 "pallet-bridge-grandpa",9048 "pallet-bridge-messages",9049 "pallet-collective",9050 "pallet-grandpa",9051 "pallet-im-online",9052 "pallet-indices",9053 "pallet-membership",9054 "pallet-mmr",9055 "pallet-multisig",9056 "pallet-offences",9057 "pallet-proxy",9058 "pallet-session",9059 "pallet-staking",9060 "pallet-sudo",9061 "pallet-timestamp",9062 "pallet-transaction-payment",9063 "pallet-transaction-payment-rpc-runtime-api",9064 "pallet-utility",9065 "pallet-xcm",9066 "parity-scale-codec 3.1.2",9067 "polkadot-parachain",9068 "polkadot-primitives",9069 "polkadot-runtime-common",9070 "polkadot-runtime-parachains",9071 "rococo-runtime-constants",9072 "scale-info",9073 "serde",9074 "serde_derive",9075 "smallvec",9076 "sp-api",9077 "sp-authority-discovery",9078 "sp-block-builder",9079 "sp-consensus-babe",9080 "sp-core",9081 "sp-inherents",9082 "sp-io",9083 "sp-mmr-primitives",9084 "sp-offchain",9085 "sp-runtime",9086 "sp-session",9087 "sp-staking",9088 "sp-std",9089 "sp-transaction-pool",9090 "sp-version",9091 "substrate-wasm-builder",9092 "xcm",9093 "xcm-builder",9094 "xcm-executor",9095]90969097[[package]]9098name = "rococo-runtime-constants"9099version = "0.9.22"9100source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9101dependencies = [9102 "frame-support",9103 "polkadot-primitives",9104 "polkadot-runtime-common",9105 "smallvec",9106 "sp-runtime",9107]91089109[[package]]9110name = "rpassword"9111version = "5.0.1"9112source = "registry+https://github.com/rust-lang/crates.io-index"9113checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9114dependencies = [9115 "libc",9116 "winapi",9117]91189119[[package]]9120name = "rtnetlink"9121version = "0.9.1"9122source = "registry+https://github.com/rust-lang/crates.io-index"9123checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9124dependencies = [9125 "async-global-executor",9126 "futures 0.3.21",9127 "log",9128 "netlink-packet-route",9129 "netlink-proto",9130 "nix",9131 "thiserror",9132]91339134[[package]]9135name = "rust-argon2"9136version = "0.8.3"9137source = "registry+https://github.com/rust-lang/crates.io-index"9138checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9139dependencies = [9140 "base64",9141 "blake2b_simd 0.5.11",9142 "constant_time_eq",9143 "crossbeam-utils",9144]91459146[[package]]9147name = "rustc-demangle"9148version = "0.1.21"9149source = "registry+https://github.com/rust-lang/crates.io-index"9150checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91519152[[package]]9153name = "rustc-hash"9154version = "1.1.0"9155source = "registry+https://github.com/rust-lang/crates.io-index"9156checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91579158[[package]]9159name = "rustc-hex"9160version = "2.1.0"9161source = "registry+https://github.com/rust-lang/crates.io-index"9162checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91639164[[package]]9165name = "rustc_version"9166version = "0.2.3"9167source = "registry+https://github.com/rust-lang/crates.io-index"9168checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9169dependencies = [9170 "semver 0.9.0",9171]91729173[[package]]9174name = "rustc_version"9175version = "0.4.0"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9178dependencies = [9179 "semver 1.0.9",9180]91819182[[package]]9183name = "rustix"9184version = "0.33.7"9185source = "registry+https://github.com/rust-lang/crates.io-index"9186checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9187dependencies = [9188 "bitflags",9189 "errno",9190 "io-lifetimes",9191 "libc",9192 "linux-raw-sys",9193 "winapi",9194]91959196[[package]]9197name = "rustls"9198version = "0.19.1"9199source = "registry+https://github.com/rust-lang/crates.io-index"9200checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9201dependencies = [9202 "base64",9203 "log",9204 "ring",9205 "sct 0.6.1",9206 "webpki 0.21.4",9207]92089209[[package]]9210name = "rustls"9211version = "0.20.6"9212source = "registry+https://github.com/rust-lang/crates.io-index"9213checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9214dependencies = [9215 "log",9216 "ring",9217 "sct 0.7.0",9218 "webpki 0.22.0",9219]92209221[[package]]9222name = "rustls-native-certs"9223version = "0.5.0"9224source = "registry+https://github.com/rust-lang/crates.io-index"9225checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9226dependencies = [9227 "openssl-probe",9228 "rustls 0.19.1",9229 "schannel",9230 "security-framework",9231]92329233[[package]]9234name = "rustls-native-certs"9235version = "0.6.2"9236source = "registry+https://github.com/rust-lang/crates.io-index"9237checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9238dependencies = [9239 "openssl-probe",9240 "rustls-pemfile",9241 "schannel",9242 "security-framework",9243]92449245[[package]]9246name = "rustls-pemfile"9247version = "1.0.0"9248source = "registry+https://github.com/rust-lang/crates.io-index"9249checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9250dependencies = [9251 "base64",9252]92539254[[package]]9255name = "rustversion"9256version = "1.0.6"9257source = "registry+https://github.com/rust-lang/crates.io-index"9258checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"92599260[[package]]9261name = "rw-stream-sink"9262version = "0.2.1"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9265dependencies = [9266 "futures 0.3.21",9267 "pin-project 0.4.29",9268 "static_assertions",9269]92709271[[package]]9272name = "ryu"9273version = "1.0.10"9274source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92769277[[package]]9278name = "safe-mix"9279version = "1.0.1"9280source = "registry+https://github.com/rust-lang/crates.io-index"9281checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9282dependencies = [9283 "rustc_version 0.2.3",9284]92859286[[package]]9287name = "salsa20"9288version = "0.9.0"9289source = "registry+https://github.com/rust-lang/crates.io-index"9290checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9291dependencies = [9292 "cipher",9293]92949295[[package]]9296name = "same-file"9297version = "1.0.6"9298source = "registry+https://github.com/rust-lang/crates.io-index"9299checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9300dependencies = [9301 "winapi-util",9302]93039304[[package]]9305name = "sc-allocator"9306version = "4.1.0-dev"9307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9308dependencies = [9309 "log",9310 "sp-core",9311 "sp-wasm-interface",9312 "thiserror",9313]93149315[[package]]9316name = "sc-authority-discovery"9317version = "0.10.0-dev"9318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9319dependencies = [9320 "async-trait",9321 "futures 0.3.21",9322 "futures-timer",9323 "ip_network",9324 "libp2p",9325 "log",9326 "parity-scale-codec 3.1.2",9327 "prost",9328 "prost-build",9329 "rand 0.7.3",9330 "sc-client-api",9331 "sc-network",9332 "sp-api",9333 "sp-authority-discovery",9334 "sp-blockchain",9335 "sp-core",9336 "sp-keystore",9337 "sp-runtime",9338 "substrate-prometheus-endpoint",9339 "thiserror",9340]93419342[[package]]9343name = "sc-basic-authorship"9344version = "0.10.0-dev"9345source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9346dependencies = [9347 "futures 0.3.21",9348 "futures-timer",9349 "log",9350 "parity-scale-codec 3.1.2",9351 "sc-block-builder",9352 "sc-client-api",9353 "sc-proposer-metrics",9354 "sc-telemetry",9355 "sc-transaction-pool-api",9356 "sp-api",9357 "sp-blockchain",9358 "sp-consensus",9359 "sp-core",9360 "sp-inherents",9361 "sp-runtime",9362 "substrate-prometheus-endpoint",9363]93649365[[package]]9366name = "sc-block-builder"9367version = "0.10.0-dev"9368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9369dependencies = [9370 "parity-scale-codec 3.1.2",9371 "sc-client-api",9372 "sp-api",9373 "sp-block-builder",9374 "sp-blockchain",9375 "sp-core",9376 "sp-inherents",9377 "sp-runtime",9378 "sp-state-machine",9379]93809381[[package]]9382name = "sc-chain-spec"9383version = "4.0.0-dev"9384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9385dependencies = [9386 "impl-trait-for-tuples",9387 "memmap2 0.5.3",9388 "parity-scale-codec 3.1.2",9389 "sc-chain-spec-derive",9390 "sc-network",9391 "sc-telemetry",9392 "serde",9393 "serde_json",9394 "sp-core",9395 "sp-runtime",9396]93979398[[package]]9399name = "sc-chain-spec-derive"9400version = "4.0.0-dev"9401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9402dependencies = [9403 "proc-macro-crate",9404 "proc-macro2",9405 "quote",9406 "syn",9407]94089409[[package]]9410name = "sc-cli"9411version = "0.10.0-dev"9412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9413dependencies = [9414 "chrono",9415 "clap",9416 "fdlimit",9417 "futures 0.3.21",9418 "hex",9419 "libp2p",9420 "log",9421 "names",9422 "parity-scale-codec 3.1.2",9423 "rand 0.7.3",9424 "regex",9425 "rpassword",9426 "sc-client-api",9427 "sc-client-db",9428 "sc-keystore",9429 "sc-network",9430 "sc-service",9431 "sc-telemetry",9432 "sc-tracing",9433 "sc-utils",9434 "serde",9435 "serde_json",9436 "sp-blockchain",9437 "sp-core",9438 "sp-keyring",9439 "sp-keystore",9440 "sp-panic-handler",9441 "sp-runtime",9442 "sp-version",9443 "thiserror",9444 "tiny-bip39",9445 "tokio 1.18.2",9446]94479448[[package]]9449name = "sc-client-api"9450version = "4.0.0-dev"9451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9452dependencies = [9453 "fnv",9454 "futures 0.3.21",9455 "hash-db",9456 "log",9457 "parity-scale-codec 3.1.2",9458 "parking_lot 0.12.1",9459 "sc-executor",9460 "sc-transaction-pool-api",9461 "sc-utils",9462 "sp-api",9463 "sp-blockchain",9464 "sp-consensus",9465 "sp-core",9466 "sp-database",9467 "sp-externalities",9468 "sp-keystore",9469 "sp-runtime",9470 "sp-state-machine",9471 "sp-storage",9472 "sp-trie",9473 "substrate-prometheus-endpoint",9474]94759476[[package]]9477name = "sc-client-db"9478version = "0.10.0-dev"9479source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9480dependencies = [9481 "hash-db",9482 "kvdb",9483 "kvdb-memorydb",9484 "kvdb-rocksdb",9485 "linked-hash-map",9486 "log",9487 "parity-db",9488 "parity-scale-codec 3.1.2",9489 "parking_lot 0.12.1",9490 "sc-client-api",9491 "sc-state-db",9492 "sp-arithmetic",9493 "sp-blockchain",9494 "sp-core",9495 "sp-database",9496 "sp-runtime",9497 "sp-state-machine",9498 "sp-trie",9499]95009501[[package]]9502name = "sc-consensus"9503version = "0.10.0-dev"9504source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9505dependencies = [9506 "async-trait",9507 "futures 0.3.21",9508 "futures-timer",9509 "libp2p",9510 "log",9511 "parking_lot 0.12.1",9512 "sc-client-api",9513 "sc-utils",9514 "serde",9515 "sp-api",9516 "sp-blockchain",9517 "sp-consensus",9518 "sp-core",9519 "sp-runtime",9520 "sp-state-machine",9521 "substrate-prometheus-endpoint",9522 "thiserror",9523]95249525[[package]]9526name = "sc-consensus-aura"9527version = "0.10.0-dev"9528source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9529dependencies = [9530 "async-trait",9531 "futures 0.3.21",9532 "log",9533 "parity-scale-codec 3.1.2",9534 "sc-block-builder",9535 "sc-client-api",9536 "sc-consensus",9537 "sc-consensus-slots",9538 "sc-telemetry",9539 "sp-api",9540 "sp-application-crypto",9541 "sp-block-builder",9542 "sp-blockchain",9543 "sp-consensus",9544 "sp-consensus-aura",9545 "sp-consensus-slots",9546 "sp-core",9547 "sp-inherents",9548 "sp-keystore",9549 "sp-runtime",9550 "substrate-prometheus-endpoint",9551 "thiserror",9552]95539554[[package]]9555name = "sc-consensus-babe"9556version = "0.10.0-dev"9557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9558dependencies = [9559 "async-trait",9560 "fork-tree",9561 "futures 0.3.21",9562 "log",9563 "merlin",9564 "num-bigint",9565 "num-rational 0.2.4",9566 "num-traits",9567 "parity-scale-codec 3.1.2",9568 "parking_lot 0.12.1",9569 "rand 0.7.3",9570 "retain_mut",9571 "sc-client-api",9572 "sc-consensus",9573 "sc-consensus-epochs",9574 "sc-consensus-slots",9575 "sc-keystore",9576 "sc-telemetry",9577 "schnorrkel",9578 "serde",9579 "sp-api",9580 "sp-application-crypto",9581 "sp-block-builder",9582 "sp-blockchain",9583 "sp-consensus",9584 "sp-consensus-babe",9585 "sp-consensus-slots",9586 "sp-consensus-vrf",9587 "sp-core",9588 "sp-inherents",9589 "sp-io",9590 "sp-keystore",9591 "sp-runtime",9592 "sp-version",9593 "substrate-prometheus-endpoint",9594 "thiserror",9595]95969597[[package]]9598name = "sc-consensus-babe-rpc"9599version = "0.10.0-dev"9600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9601dependencies = [9602 "futures 0.3.21",9603 "jsonrpsee",9604 "sc-consensus-babe",9605 "sc-consensus-epochs",9606 "sc-rpc-api",9607 "serde",9608 "sp-api",9609 "sp-application-crypto",9610 "sp-blockchain",9611 "sp-consensus",9612 "sp-consensus-babe",9613 "sp-core",9614 "sp-keystore",9615 "sp-runtime",9616 "thiserror",9617]96189619[[package]]9620name = "sc-consensus-epochs"9621version = "0.10.0-dev"9622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9623dependencies = [9624 "fork-tree",9625 "parity-scale-codec 3.1.2",9626 "sc-client-api",9627 "sc-consensus",9628 "sp-blockchain",9629 "sp-runtime",9630]96319632[[package]]9633name = "sc-consensus-manual-seal"9634version = "0.10.0-dev"9635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9636dependencies = [9637 "assert_matches",9638 "async-trait",9639 "futures 0.3.21",9640 "jsonrpsee",9641 "log",9642 "parity-scale-codec 3.1.2",9643 "sc-client-api",9644 "sc-consensus",9645 "sc-consensus-aura",9646 "sc-consensus-babe",9647 "sc-consensus-epochs",9648 "sc-transaction-pool",9649 "sc-transaction-pool-api",9650 "serde",9651 "sp-api",9652 "sp-blockchain",9653 "sp-consensus",9654 "sp-consensus-aura",9655 "sp-consensus-babe",9656 "sp-consensus-slots",9657 "sp-core",9658 "sp-inherents",9659 "sp-keystore",9660 "sp-runtime",9661 "sp-timestamp",9662 "substrate-prometheus-endpoint",9663 "thiserror",9664]96659666[[package]]9667name = "sc-consensus-slots"9668version = "0.10.0-dev"9669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9670dependencies = [9671 "async-trait",9672 "futures 0.3.21",9673 "futures-timer",9674 "log",9675 "parity-scale-codec 3.1.2",9676 "sc-client-api",9677 "sc-consensus",9678 "sc-telemetry",9679 "sp-arithmetic",9680 "sp-blockchain",9681 "sp-consensus",9682 "sp-consensus-slots",9683 "sp-core",9684 "sp-inherents",9685 "sp-runtime",9686 "sp-state-machine",9687 "sp-timestamp",9688 "thiserror",9689]96909691[[package]]9692name = "sc-consensus-uncles"9693version = "0.10.0-dev"9694source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9695dependencies = [9696 "sc-client-api",9697 "sp-authorship",9698 "sp-runtime",9699 "thiserror",9700]97019702[[package]]9703name = "sc-executor"9704version = "0.10.0-dev"9705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9706dependencies = [9707 "lazy_static",9708 "lru 0.7.6",9709 "parity-scale-codec 3.1.2",9710 "parking_lot 0.12.1",9711 "sc-executor-common",9712 "sc-executor-wasmi",9713 "sc-executor-wasmtime",9714 "sp-api",9715 "sp-core",9716 "sp-core-hashing-proc-macro",9717 "sp-externalities",9718 "sp-io",9719 "sp-panic-handler",9720 "sp-runtime-interface",9721 "sp-tasks",9722 "sp-trie",9723 "sp-version",9724 "sp-wasm-interface",9725 "tracing",9726 "wasmi",9727]97289729[[package]]9730name = "sc-executor-common"9731version = "0.10.0-dev"9732source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9733dependencies = [9734 "environmental",9735 "parity-scale-codec 3.1.2",9736 "sc-allocator",9737 "sp-maybe-compressed-blob",9738 "sp-sandbox",9739 "sp-serializer",9740 "sp-wasm-interface",9741 "thiserror",9742 "wasm-instrument",9743 "wasmi",9744]97459746[[package]]9747name = "sc-executor-wasmi"9748version = "0.10.0-dev"9749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9750dependencies = [9751 "log",9752 "parity-scale-codec 3.1.2",9753 "sc-allocator",9754 "sc-executor-common",9755 "sp-runtime-interface",9756 "sp-sandbox",9757 "sp-wasm-interface",9758 "wasmi",9759]97609761[[package]]9762name = "sc-executor-wasmtime"9763version = "0.10.0-dev"9764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9765dependencies = [9766 "cfg-if 1.0.0",9767 "libc",9768 "log",9769 "parity-scale-codec 3.1.2",9770 "parity-wasm 0.42.2",9771 "sc-allocator",9772 "sc-executor-common",9773 "sp-runtime-interface",9774 "sp-sandbox",9775 "sp-wasm-interface",9776 "wasmtime",9777]97789779[[package]]9780name = "sc-finality-grandpa"9781version = "0.10.0-dev"9782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9783dependencies = [9784 "ahash",9785 "async-trait",9786 "dyn-clone",9787 "finality-grandpa",9788 "fork-tree",9789 "futures 0.3.21",9790 "futures-timer",9791 "hex",9792 "log",9793 "parity-scale-codec 3.1.2",9794 "parking_lot 0.12.1",9795 "rand 0.8.5",9796 "sc-block-builder",9797 "sc-chain-spec",9798 "sc-client-api",9799 "sc-consensus",9800 "sc-keystore",9801 "sc-network",9802 "sc-network-gossip",9803 "sc-telemetry",9804 "sc-utils",9805 "serde_json",9806 "sp-api",9807 "sp-application-crypto",9808 "sp-arithmetic",9809 "sp-blockchain",9810 "sp-consensus",9811 "sp-core",9812 "sp-finality-grandpa",9813 "sp-keystore",9814 "sp-runtime",9815 "substrate-prometheus-endpoint",9816 "thiserror",9817]98189819[[package]]9820name = "sc-finality-grandpa-rpc"9821version = "0.10.0-dev"9822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9823dependencies = [9824 "finality-grandpa",9825 "futures 0.3.21",9826 "jsonrpsee",9827 "log",9828 "parity-scale-codec 3.1.2",9829 "sc-client-api",9830 "sc-finality-grandpa",9831 "sc-rpc",9832 "serde",9833 "serde_json",9834 "sp-blockchain",9835 "sp-core",9836 "sp-runtime",9837 "thiserror",9838]98399840[[package]]9841name = "sc-informant"9842version = "0.10.0-dev"9843source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9844dependencies = [9845 "ansi_term",9846 "futures 0.3.21",9847 "futures-timer",9848 "log",9849 "parity-util-mem",9850 "sc-client-api",9851 "sc-network",9852 "sc-transaction-pool-api",9853 "sp-blockchain",9854 "sp-runtime",9855]98569857[[package]]9858name = "sc-keystore"9859version = "4.0.0-dev"9860source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9861dependencies = [9862 "async-trait",9863 "hex",9864 "parking_lot 0.12.1",9865 "serde_json",9866 "sp-application-crypto",9867 "sp-core",9868 "sp-keystore",9869 "thiserror",9870]98719872[[package]]9873name = "sc-network"9874version = "0.10.0-dev"9875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9876dependencies = [9877 "async-trait",9878 "asynchronous-codec",9879 "bitflags",9880 "bytes 1.1.0",9881 "cid",9882 "either",9883 "fnv",9884 "fork-tree",9885 "futures 0.3.21",9886 "futures-timer",9887 "hex",9888 "ip_network",9889 "libp2p",9890 "linked-hash-map",9891 "linked_hash_set",9892 "log",9893 "lru 0.7.6",9894 "parity-scale-codec 3.1.2",9895 "parking_lot 0.12.1",9896 "pin-project 1.0.10",9897 "prost",9898 "prost-build",9899 "rand 0.7.3",9900 "sc-block-builder",9901 "sc-client-api",9902 "sc-consensus",9903 "sc-network-common",9904 "sc-network-sync",9905 "sc-peerset",9906 "sc-utils",9907 "serde",9908 "serde_json",9909 "smallvec",9910 "sp-arithmetic",9911 "sp-blockchain",9912 "sp-consensus",9913 "sp-core",9914 "sp-finality-grandpa",9915 "sp-runtime",9916 "substrate-prometheus-endpoint",9917 "thiserror",9918 "unsigned-varint",9919 "void",9920 "zeroize",9921]99229923[[package]]9924name = "sc-network-common"9925version = "0.10.0-dev"9926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9927dependencies = [9928 "futures 0.3.21",9929 "libp2p",9930 "parity-scale-codec 3.1.2",9931 "prost-build",9932 "sc-peerset",9933 "smallvec",9934]99359936[[package]]9937name = "sc-network-gossip"9938version = "0.10.0-dev"9939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9940dependencies = [9941 "ahash",9942 "futures 0.3.21",9943 "futures-timer",9944 "libp2p",9945 "log",9946 "lru 0.7.6",9947 "sc-network",9948 "sp-runtime",9949 "substrate-prometheus-endpoint",9950 "tracing",9951]99529953[[package]]9954name = "sc-network-sync"9955version = "0.10.0-dev"9956source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9957dependencies = [9958 "bitflags",9959 "either",9960 "fork-tree",9961 "futures 0.3.21",9962 "libp2p",9963 "log",9964 "lru 0.7.6",9965 "parity-scale-codec 3.1.2",9966 "prost",9967 "prost-build",9968 "sc-client-api",9969 "sc-consensus",9970 "sc-network-common",9971 "sc-peerset",9972 "smallvec",9973 "sp-arithmetic",9974 "sp-blockchain",9975 "sp-consensus",9976 "sp-core",9977 "sp-finality-grandpa",9978 "sp-runtime",9979 "thiserror",9980]99819982[[package]]9983name = "sc-offchain"9984version = "4.0.0-dev"9985source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9986dependencies = [9987 "bytes 1.1.0",9988 "fnv",9989 "futures 0.3.21",9990 "futures-timer",9991 "hex",9992 "hyper",9993 "hyper-rustls",9994 "num_cpus",9995 "once_cell",9996 "parity-scale-codec 3.1.2",9997 "parking_lot 0.12.1",9998 "rand 0.7.3",9999 "sc-client-api",10000 "sc-network",10001 "sc-utils",10002 "sp-api",10003 "sp-core",10004 "sp-offchain",10005 "sp-runtime",10006 "threadpool",10007 "tracing",10008]1000910010[[package]]10011name = "sc-peerset"10012version = "4.0.0-dev"10013source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10014dependencies = [10015 "futures 0.3.21",10016 "libp2p",10017 "log",10018 "sc-utils",10019 "serde_json",10020 "wasm-timer",10021]1002210023[[package]]10024name = "sc-proposer-metrics"10025version = "0.10.0-dev"10026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10027dependencies = [10028 "log",10029 "substrate-prometheus-endpoint",10030]1003110032[[package]]10033name = "sc-rpc"10034version = "4.0.0-dev"10035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10036dependencies = [10037 "futures 0.3.21",10038 "hash-db",10039 "jsonrpsee",10040 "log",10041 "parity-scale-codec 3.1.2",10042 "parking_lot 0.12.1",10043 "sc-block-builder",10044 "sc-chain-spec",10045 "sc-client-api",10046 "sc-rpc-api",10047 "sc-tracing",10048 "sc-transaction-pool-api",10049 "sc-utils",10050 "serde_json",10051 "sp-api",10052 "sp-blockchain",10053 "sp-core",10054 "sp-keystore",10055 "sp-offchain",10056 "sp-rpc",10057 "sp-runtime",10058 "sp-session",10059 "sp-version",10060]1006110062[[package]]10063name = "sc-rpc-api"10064version = "0.10.0-dev"10065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10066dependencies = [10067 "futures 0.3.21",10068 "jsonrpsee",10069 "log",10070 "parity-scale-codec 3.1.2",10071 "parking_lot 0.12.1",10072 "sc-chain-spec",10073 "sc-transaction-pool-api",10074 "scale-info",10075 "serde",10076 "serde_json",10077 "sp-core",10078 "sp-rpc",10079 "sp-runtime",10080 "sp-tracing",10081 "sp-version",10082 "thiserror",10083]1008410085[[package]]10086name = "sc-rpc-server"10087version = "4.0.0-dev"10088source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10089dependencies = [10090 "futures 0.3.21",10091 "jsonrpsee",10092 "log",10093 "serde_json",10094 "substrate-prometheus-endpoint",10095 "tokio 1.18.2",10096]1009710098[[package]]10099name = "sc-service"10100version = "0.10.0-dev"10101source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10102dependencies = [10103 "async-trait",10104 "directories",10105 "exit-future",10106 "futures 0.3.21",10107 "futures-timer",10108 "hash-db",10109 "jsonrpsee",10110 "log",10111 "parity-scale-codec 3.1.2",10112 "parity-util-mem",10113 "parking_lot 0.12.1",10114 "pin-project 1.0.10",10115 "rand 0.7.3",10116 "sc-block-builder",10117 "sc-chain-spec",10118 "sc-client-api",10119 "sc-client-db",10120 "sc-consensus",10121 "sc-executor",10122 "sc-informant",10123 "sc-keystore",10124 "sc-network",10125 "sc-network-common",10126 "sc-offchain",10127 "sc-rpc",10128 "sc-rpc-server",10129 "sc-sysinfo",10130 "sc-telemetry",10131 "sc-tracing",10132 "sc-transaction-pool",10133 "sc-transaction-pool-api",10134 "sc-utils",10135 "serde",10136 "serde_json",10137 "sp-api",10138 "sp-application-crypto",10139 "sp-block-builder",10140 "sp-blockchain",10141 "sp-consensus",10142 "sp-core",10143 "sp-externalities",10144 "sp-inherents",10145 "sp-keystore",10146 "sp-runtime",10147 "sp-session",10148 "sp-state-machine",10149 "sp-storage",10150 "sp-tracing",10151 "sp-transaction-pool",10152 "sp-transaction-storage-proof",10153 "sp-trie",10154 "sp-version",10155 "substrate-prometheus-endpoint",10156 "tempfile",10157 "thiserror",10158 "tokio 1.18.2",10159 "tracing",10160 "tracing-futures",10161]1016210163[[package]]10164name = "sc-state-db"10165version = "0.10.0-dev"10166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10167dependencies = [10168 "log",10169 "parity-scale-codec 3.1.2",10170 "parity-util-mem",10171 "parity-util-mem-derive",10172 "parking_lot 0.12.1",10173 "sc-client-api",10174 "sp-core",10175]1017610177[[package]]10178name = "sc-sync-state-rpc"10179version = "0.10.0-dev"10180source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10181dependencies = [10182 "jsonrpsee",10183 "parity-scale-codec 3.1.2",10184 "sc-chain-spec",10185 "sc-client-api",10186 "sc-consensus-babe",10187 "sc-consensus-epochs",10188 "sc-finality-grandpa",10189 "serde",10190 "serde_json",10191 "sp-blockchain",10192 "sp-runtime",10193 "thiserror",10194]1019510196[[package]]10197name = "sc-sysinfo"10198version = "6.0.0-dev"10199source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10200dependencies = [10201 "futures 0.3.21",10202 "libc",10203 "log",10204 "rand 0.7.3",10205 "rand_pcg 0.2.1",10206 "regex",10207 "sc-telemetry",10208 "serde",10209 "serde_json",10210 "sp-core",10211 "sp-io",10212 "sp-std",10213]1021410215[[package]]10216name = "sc-telemetry"10217version = "4.0.0-dev"10218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10219dependencies = [10220 "chrono",10221 "futures 0.3.21",10222 "libp2p",10223 "log",10224 "parking_lot 0.12.1",10225 "pin-project 1.0.10",10226 "rand 0.7.3",10227 "serde",10228 "serde_json",10229 "thiserror",10230 "wasm-timer",10231]1023210233[[package]]10234name = "sc-tracing"10235version = "4.0.0-dev"10236source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10237dependencies = [10238 "ansi_term",10239 "atty",10240 "chrono",10241 "lazy_static",10242 "libc",10243 "log",10244 "once_cell",10245 "parking_lot 0.12.1",10246 "regex",10247 "rustc-hash",10248 "sc-client-api",10249 "sc-rpc-server",10250 "sc-tracing-proc-macro",10251 "serde",10252 "sp-api",10253 "sp-blockchain",10254 "sp-core",10255 "sp-rpc",10256 "sp-runtime",10257 "sp-tracing",10258 "thiserror",10259 "tracing",10260 "tracing-log",10261 "tracing-subscriber",10262]1026310264[[package]]10265name = "sc-tracing-proc-macro"10266version = "4.0.0-dev"10267source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10268dependencies = [10269 "proc-macro-crate",10270 "proc-macro2",10271 "quote",10272 "syn",10273]1027410275[[package]]10276name = "sc-transaction-pool"10277version = "4.0.0-dev"10278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10279dependencies = [10280 "futures 0.3.21",10281 "futures-timer",10282 "linked-hash-map",10283 "log",10284 "parity-scale-codec 3.1.2",10285 "parity-util-mem",10286 "parking_lot 0.12.1",10287 "retain_mut",10288 "sc-client-api",10289 "sc-transaction-pool-api",10290 "sc-utils",10291 "serde",10292 "sp-api",10293 "sp-blockchain",10294 "sp-core",10295 "sp-runtime",10296 "sp-tracing",10297 "sp-transaction-pool",10298 "substrate-prometheus-endpoint",10299 "thiserror",10300]1030110302[[package]]10303name = "sc-transaction-pool-api"10304version = "4.0.0-dev"10305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10306dependencies = [10307 "futures 0.3.21",10308 "log",10309 "serde",10310 "sp-blockchain",10311 "sp-runtime",10312 "thiserror",10313]1031410315[[package]]10316name = "sc-utils"10317version = "4.0.0-dev"10318source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10319dependencies = [10320 "futures 0.3.21",10321 "futures-timer",10322 "lazy_static",10323 "log",10324 "parking_lot 0.12.1",10325 "prometheus",10326]1032710328[[package]]10329name = "scale-info"10330version = "2.1.2"10331source = "registry+https://github.com/rust-lang/crates.io-index"10332checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10333dependencies = [10334 "bitvec 1.0.0",10335 "cfg-if 1.0.0",10336 "derive_more",10337 "parity-scale-codec 3.1.2",10338 "scale-info-derive",10339 "serde",10340]1034110342[[package]]10343name = "scale-info-derive"10344version = "2.1.2"10345source = "registry+https://github.com/rust-lang/crates.io-index"10346checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10347dependencies = [10348 "proc-macro-crate",10349 "proc-macro2",10350 "quote",10351 "syn",10352]1035310354[[package]]10355name = "schannel"10356version = "0.1.20"10357source = "registry+https://github.com/rust-lang/crates.io-index"10358checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10359dependencies = [10360 "lazy_static",10361 "windows-sys",10362]1036310364[[package]]10365name = "schnorrkel"10366version = "0.9.1"10367source = "registry+https://github.com/rust-lang/crates.io-index"10368checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10369dependencies = [10370 "arrayref",10371 "arrayvec 0.5.2",10372 "curve25519-dalek 2.1.3",10373 "getrandom 0.1.16",10374 "merlin",10375 "rand 0.7.3",10376 "rand_core 0.5.1",10377 "sha2 0.8.2",10378 "subtle",10379 "zeroize",10380]1038110382[[package]]10383name = "scopeguard"10384version = "1.1.0"10385source = "registry+https://github.com/rust-lang/crates.io-index"10386checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1038710388[[package]]10389name = "sct"10390version = "0.6.1"10391source = "registry+https://github.com/rust-lang/crates.io-index"10392checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10393dependencies = [10394 "ring",10395 "untrusted",10396]1039710398[[package]]10399name = "sct"10400version = "0.7.0"10401source = "registry+https://github.com/rust-lang/crates.io-index"10402checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10403dependencies = [10404 "ring",10405 "untrusted",10406]1040710408[[package]]10409name = "sec1"10410version = "0.2.1"10411source = "registry+https://github.com/rust-lang/crates.io-index"10412checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10413dependencies = [10414 "der",10415 "generic-array 0.14.5",10416 "subtle",10417 "zeroize",10418]1041910420[[package]]10421name = "secp256k1"10422version = "0.21.3"10423source = "registry+https://github.com/rust-lang/crates.io-index"10424checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10425dependencies = [10426 "secp256k1-sys",10427]1042810429[[package]]10430name = "secp256k1-sys"10431version = "0.4.2"10432source = "registry+https://github.com/rust-lang/crates.io-index"10433checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10434dependencies = [10435 "cc",10436]1043710438[[package]]10439name = "secrecy"10440version = "0.8.0"10441source = "registry+https://github.com/rust-lang/crates.io-index"10442checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10443dependencies = [10444 "zeroize",10445]1044610447[[package]]10448name = "security-framework"10449version = "2.6.1"10450source = "registry+https://github.com/rust-lang/crates.io-index"10451checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10452dependencies = [10453 "bitflags",10454 "core-foundation",10455 "core-foundation-sys",10456 "libc",10457 "security-framework-sys",10458]1045910460[[package]]10461name = "security-framework-sys"10462version = "2.6.1"10463source = "registry+https://github.com/rust-lang/crates.io-index"10464checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10465dependencies = [10466 "core-foundation-sys",10467 "libc",10468]1046910470[[package]]10471name = "semver"10472version = "0.6.0"10473source = "registry+https://github.com/rust-lang/crates.io-index"10474checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10475dependencies = [10476 "semver-parser",10477]1047810479[[package]]10480name = "semver"10481version = "0.9.0"10482source = "registry+https://github.com/rust-lang/crates.io-index"10483checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10484dependencies = [10485 "semver-parser",10486]1048710488[[package]]10489name = "semver"10490version = "1.0.9"10491source = "registry+https://github.com/rust-lang/crates.io-index"10492checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10493dependencies = [10494 "serde",10495]1049610497[[package]]10498name = "semver-parser"10499version = "0.7.0"10500source = "registry+https://github.com/rust-lang/crates.io-index"10501checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1050210503[[package]]10504name = "serde"10505version = "1.0.137"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10508dependencies = [10509 "serde_derive",10510]1051110512[[package]]10513name = "serde_derive"10514version = "1.0.137"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10517dependencies = [10518 "proc-macro2",10519 "quote",10520 "syn",10521]1052210523[[package]]10524name = "serde_json"10525version = "1.0.81"10526source = "registry+https://github.com/rust-lang/crates.io-index"10527checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10528dependencies = [10529 "itoa 1.0.2",10530 "ryu",10531 "serde",10532]1053310534[[package]]10535name = "serde_nanos"10536version = "0.1.2"10537source = "registry+https://github.com/rust-lang/crates.io-index"10538checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10539dependencies = [10540 "serde",10541]1054210543[[package]]10544name = "sha-1"10545version = "0.8.2"10546source = "registry+https://github.com/rust-lang/crates.io-index"10547checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10548dependencies = [10549 "block-buffer 0.7.3",10550 "digest 0.8.1",10551 "fake-simd",10552 "opaque-debug 0.2.3",10553]1055410555[[package]]10556name = "sha-1"10557version = "0.9.8"10558source = "registry+https://github.com/rust-lang/crates.io-index"10559checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10560dependencies = [10561 "block-buffer 0.9.0",10562 "cfg-if 1.0.0",10563 "cpufeatures",10564 "digest 0.9.0",10565 "opaque-debug 0.3.0",10566]1056710568[[package]]10569name = "sha2"10570version = "0.8.2"10571source = "registry+https://github.com/rust-lang/crates.io-index"10572checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10573dependencies = [10574 "block-buffer 0.7.3",10575 "digest 0.8.1",10576 "fake-simd",10577 "opaque-debug 0.2.3",10578]1057910580[[package]]10581name = "sha2"10582version = "0.9.9"10583source = "registry+https://github.com/rust-lang/crates.io-index"10584checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10585dependencies = [10586 "block-buffer 0.9.0",10587 "cfg-if 1.0.0",10588 "cpufeatures",10589 "digest 0.9.0",10590 "opaque-debug 0.3.0",10591]1059210593[[package]]10594name = "sha2"10595version = "0.10.2"10596source = "registry+https://github.com/rust-lang/crates.io-index"10597checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10598dependencies = [10599 "cfg-if 1.0.0",10600 "cpufeatures",10601 "digest 0.10.3",10602]1060310604[[package]]10605name = "sha3"10606version = "0.9.1"10607source = "registry+https://github.com/rust-lang/crates.io-index"10608checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10609dependencies = [10610 "block-buffer 0.9.0",10611 "digest 0.9.0",10612 "keccak",10613 "opaque-debug 0.3.0",10614]1061510616[[package]]10617name = "sha3"10618version = "0.10.1"10619source = "registry+https://github.com/rust-lang/crates.io-index"10620checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10621dependencies = [10622 "digest 0.10.3",10623 "keccak",10624]1062510626[[package]]10627name = "sharded-slab"10628version = "0.1.4"10629source = "registry+https://github.com/rust-lang/crates.io-index"10630checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10631dependencies = [10632 "lazy_static",10633]1063410635[[package]]10636name = "shlex"10637version = "1.1.0"10638source = "registry+https://github.com/rust-lang/crates.io-index"10639checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1064010641[[package]]10642name = "signal-hook"10643version = "0.3.14"10644source = "registry+https://github.com/rust-lang/crates.io-index"10645checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10646dependencies = [10647 "libc",10648 "signal-hook-registry",10649]1065010651[[package]]10652name = "signal-hook-registry"10653version = "1.4.0"10654source = "registry+https://github.com/rust-lang/crates.io-index"10655checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10656dependencies = [10657 "libc",10658]1065910660[[package]]10661name = "signature"10662version = "1.4.0"10663source = "registry+https://github.com/rust-lang/crates.io-index"10664checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10665dependencies = [10666 "digest 0.9.0",10667 "rand_core 0.6.3",10668]1066910670[[package]]10671name = "simba"10672version = "0.5.1"10673source = "registry+https://github.com/rust-lang/crates.io-index"10674checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10675dependencies = [10676 "approx",10677 "num-complex",10678 "num-traits",10679 "paste",10680]1068110682[[package]]10683name = "slab"10684version = "0.4.6"10685source = "registry+https://github.com/rust-lang/crates.io-index"10686checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1068710688[[package]]10689name = "slot-range-helper"10690version = "0.9.22"10691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"10692dependencies = [10693 "enumn",10694 "parity-scale-codec 3.1.2",10695 "paste",10696 "sp-runtime",10697 "sp-std",10698]1069910700[[package]]10701name = "slotmap"10702version = "1.0.6"10703source = "registry+https://github.com/rust-lang/crates.io-index"10704checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10705dependencies = [10706 "version_check",10707]1070810709[[package]]10710name = "smallvec"10711version = "1.8.0"10712source = "registry+https://github.com/rust-lang/crates.io-index"10713checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1071410715[[package]]10716name = "snap"10717version = "1.0.5"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1072010721[[package]]10722name = "snow"10723version = "0.9.0"10724source = "registry+https://github.com/rust-lang/crates.io-index"10725checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10726dependencies = [10727 "aes-gcm",10728 "blake2",10729 "chacha20poly1305",10730 "curve25519-dalek 4.0.0-pre.1",10731 "rand_core 0.6.3",10732 "ring",10733 "rustc_version 0.4.0",10734 "sha2 0.10.2",10735 "subtle",10736]1073710738[[package]]10739name = "socket2"10740version = "0.4.4"10741source = "registry+https://github.com/rust-lang/crates.io-index"10742checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10743dependencies = [10744 "libc",10745 "winapi",10746]1074710748[[package]]10749name = "soketto"10750version = "0.7.1"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10753dependencies = [10754 "base64",10755 "bytes 1.1.0",10756 "flate2",10757 "futures 0.3.21",10758 "httparse",10759 "log",10760 "rand 0.8.5",10761 "sha-1 0.9.8",10762]1076310764[[package]]10765name = "sp-api"10766version = "4.0.0-dev"10767source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10768dependencies = [10769 "hash-db",10770 "log",10771 "parity-scale-codec 3.1.2",10772 "sp-api-proc-macro",10773 "sp-core",10774 "sp-runtime",10775 "sp-state-machine",10776 "sp-std",10777 "sp-version",10778 "thiserror",10779]1078010781[[package]]10782name = "sp-api-proc-macro"10783version = "4.0.0-dev"10784source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10785dependencies = [10786 "blake2",10787 "proc-macro-crate",10788 "proc-macro2",10789 "quote",10790 "syn",10791]1079210793[[package]]10794name = "sp-application-crypto"10795version = "6.0.0"10796source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10797dependencies = [10798 "parity-scale-codec 3.1.2",10799 "scale-info",10800 "serde",10801 "sp-core",10802 "sp-io",10803 "sp-std",10804]1080510806[[package]]10807name = "sp-arithmetic"10808version = "5.0.0"10809source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10810dependencies = [10811 "integer-sqrt",10812 "num-traits",10813 "parity-scale-codec 3.1.2",10814 "scale-info",10815 "serde",10816 "sp-debug-derive",10817 "sp-std",10818 "static_assertions",10819]1082010821[[package]]10822name = "sp-authority-discovery"10823version = "4.0.0-dev"10824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10825dependencies = [10826 "parity-scale-codec 3.1.2",10827 "scale-info",10828 "sp-api",10829 "sp-application-crypto",10830 "sp-runtime",10831 "sp-std",10832]1083310834[[package]]10835name = "sp-authorship"10836version = "4.0.0-dev"10837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10838dependencies = [10839 "async-trait",10840 "parity-scale-codec 3.1.2",10841 "sp-inherents",10842 "sp-runtime",10843 "sp-std",10844]1084510846[[package]]10847name = "sp-block-builder"10848version = "4.0.0-dev"10849source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10850dependencies = [10851 "parity-scale-codec 3.1.2",10852 "sp-api",10853 "sp-inherents",10854 "sp-runtime",10855 "sp-std",10856]1085710858[[package]]10859name = "sp-blockchain"10860version = "4.0.0-dev"10861source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10862dependencies = [10863 "futures 0.3.21",10864 "log",10865 "lru 0.7.6",10866 "parity-scale-codec 3.1.2",10867 "parking_lot 0.12.1",10868 "sp-api",10869 "sp-consensus",10870 "sp-database",10871 "sp-runtime",10872 "sp-state-machine",10873 "thiserror",10874]1087510876[[package]]10877name = "sp-consensus"10878version = "0.10.0-dev"10879source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10880dependencies = [10881 "async-trait",10882 "futures 0.3.21",10883 "futures-timer",10884 "log",10885 "parity-scale-codec 3.1.2",10886 "sp-core",10887 "sp-inherents",10888 "sp-runtime",10889 "sp-state-machine",10890 "sp-std",10891 "sp-version",10892 "thiserror",10893]1089410895[[package]]10896name = "sp-consensus-aura"10897version = "0.10.0-dev"10898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10899dependencies = [10900 "async-trait",10901 "parity-scale-codec 3.1.2",10902 "scale-info",10903 "sp-api",10904 "sp-application-crypto",10905 "sp-consensus",10906 "sp-consensus-slots",10907 "sp-inherents",10908 "sp-runtime",10909 "sp-std",10910 "sp-timestamp",10911]1091210913[[package]]10914name = "sp-consensus-babe"10915version = "0.10.0-dev"10916source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10917dependencies = [10918 "async-trait",10919 "merlin",10920 "parity-scale-codec 3.1.2",10921 "scale-info",10922 "serde",10923 "sp-api",10924 "sp-application-crypto",10925 "sp-consensus",10926 "sp-consensus-slots",10927 "sp-consensus-vrf",10928 "sp-core",10929 "sp-inherents",10930 "sp-keystore",10931 "sp-runtime",10932 "sp-std",10933 "sp-timestamp",10934]1093510936[[package]]10937name = "sp-consensus-slots"10938version = "0.10.0-dev"10939source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10940dependencies = [10941 "parity-scale-codec 3.1.2",10942 "scale-info",10943 "serde",10944 "sp-arithmetic",10945 "sp-runtime",10946 "sp-std",10947 "sp-timestamp",10948]1094910950[[package]]10951name = "sp-consensus-vrf"10952version = "0.10.0-dev"10953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10954dependencies = [10955 "parity-scale-codec 3.1.2",10956 "scale-info",10957 "schnorrkel",10958 "sp-core",10959 "sp-runtime",10960 "sp-std",10961]1096210963[[package]]10964name = "sp-core"10965version = "6.0.0"10966source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10967dependencies = [10968 "base58",10969 "bitflags",10970 "blake2-rfc",10971 "byteorder",10972 "dyn-clonable",10973 "ed25519-dalek",10974 "futures 0.3.21",10975 "hash-db",10976 "hash256-std-hasher",10977 "hex",10978 "impl-serde",10979 "lazy_static",10980 "libsecp256k1",10981 "log",10982 "merlin",10983 "num-traits",10984 "parity-scale-codec 3.1.2",10985 "parity-util-mem",10986 "parking_lot 0.12.1",10987 "primitive-types",10988 "rand 0.7.3",10989 "regex",10990 "scale-info",10991 "schnorrkel",10992 "secp256k1",10993 "secrecy",10994 "serde",10995 "sp-core-hashing",10996 "sp-debug-derive",10997 "sp-externalities",10998 "sp-runtime-interface",10999 "sp-std",11000 "sp-storage",11001 "ss58-registry",11002 "substrate-bip39",11003 "thiserror",11004 "tiny-bip39",11005 "wasmi",11006 "zeroize",11007]1100811009[[package]]11010name = "sp-core-hashing"11011version = "4.0.0"11012source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11013dependencies = [11014 "blake2",11015 "byteorder",11016 "digest 0.10.3",11017 "sha2 0.10.2",11018 "sha3 0.10.1",11019 "sp-std",11020 "twox-hash",11021]1102211023[[package]]11024name = "sp-core-hashing-proc-macro"11025version = "5.0.0"11026source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11027dependencies = [11028 "proc-macro2",11029 "quote",11030 "sp-core-hashing",11031 "syn",11032]1103311034[[package]]11035name = "sp-database"11036version = "4.0.0-dev"11037source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11038dependencies = [11039 "kvdb",11040 "parking_lot 0.12.1",11041]1104211043[[package]]11044name = "sp-debug-derive"11045version = "4.0.0"11046source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11047dependencies = [11048 "proc-macro2",11049 "quote",11050 "syn",11051]1105211053[[package]]11054name = "sp-externalities"11055version = "0.12.0"11056source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11057dependencies = [11058 "environmental",11059 "parity-scale-codec 3.1.2",11060 "sp-std",11061 "sp-storage",11062]1106311064[[package]]11065name = "sp-finality-grandpa"11066version = "4.0.0-dev"11067source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11068dependencies = [11069 "finality-grandpa",11070 "log",11071 "parity-scale-codec 3.1.2",11072 "scale-info",11073 "serde",11074 "sp-api",11075 "sp-application-crypto",11076 "sp-core",11077 "sp-keystore",11078 "sp-runtime",11079 "sp-std",11080]1108111082[[package]]11083name = "sp-inherents"11084version = "4.0.0-dev"11085source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11086dependencies = [11087 "async-trait",11088 "impl-trait-for-tuples",11089 "parity-scale-codec 3.1.2",11090 "sp-core",11091 "sp-runtime",11092 "sp-std",11093 "thiserror",11094]1109511096[[package]]11097name = "sp-io"11098version = "6.0.0"11099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11100dependencies = [11101 "futures 0.3.21",11102 "hash-db",11103 "libsecp256k1",11104 "log",11105 "parity-scale-codec 3.1.2",11106 "parking_lot 0.12.1",11107 "secp256k1",11108 "sp-core",11109 "sp-externalities",11110 "sp-keystore",11111 "sp-runtime-interface",11112 "sp-state-machine",11113 "sp-std",11114 "sp-tracing",11115 "sp-trie",11116 "sp-wasm-interface",11117 "tracing",11118 "tracing-core",11119]1112011121[[package]]11122name = "sp-keyring"11123version = "6.0.0"11124source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11125dependencies = [11126 "lazy_static",11127 "sp-core",11128 "sp-runtime",11129 "strum 0.23.0",11130]1113111132[[package]]11133name = "sp-keystore"11134version = "0.12.0"11135source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11136dependencies = [11137 "async-trait",11138 "futures 0.3.21",11139 "merlin",11140 "parity-scale-codec 3.1.2",11141 "parking_lot 0.12.1",11142 "schnorrkel",11143 "serde",11144 "sp-core",11145 "sp-externalities",11146 "thiserror",11147]1114811149[[package]]11150name = "sp-maybe-compressed-blob"11151version = "4.1.0-dev"11152source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11153dependencies = [11154 "thiserror",11155 "zstd",11156]1115711158[[package]]11159name = "sp-mmr-primitives"11160version = "4.0.0-dev"11161source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11162dependencies = [11163 "log",11164 "parity-scale-codec 3.1.2",11165 "serde",11166 "sp-api",11167 "sp-core",11168 "sp-debug-derive",11169 "sp-runtime",11170 "sp-std",11171]1117211173[[package]]11174name = "sp-npos-elections"11175version = "4.0.0-dev"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11177dependencies = [11178 "parity-scale-codec 3.1.2",11179 "scale-info",11180 "serde",11181 "sp-arithmetic",11182 "sp-core",11183 "sp-runtime",11184 "sp-std",11185]1118611187[[package]]11188name = "sp-offchain"11189version = "4.0.0-dev"11190source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11191dependencies = [11192 "sp-api",11193 "sp-core",11194 "sp-runtime",11195]1119611197[[package]]11198name = "sp-panic-handler"11199version = "4.0.0"11200source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11201dependencies = [11202 "backtrace",11203 "lazy_static",11204 "regex",11205]1120611207[[package]]11208name = "sp-rpc"11209version = "6.0.0"11210source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11211dependencies = [11212 "rustc-hash",11213 "serde",11214 "sp-core",11215]1121611217[[package]]11218name = "sp-runtime"11219version = "6.0.0"11220source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11221dependencies = [11222 "either",11223 "hash256-std-hasher",11224 "impl-trait-for-tuples",11225 "log",11226 "parity-scale-codec 3.1.2",11227 "parity-util-mem",11228 "paste",11229 "rand 0.7.3",11230 "scale-info",11231 "serde",11232 "sp-application-crypto",11233 "sp-arithmetic",11234 "sp-core",11235 "sp-io",11236 "sp-std",11237]1123811239[[package]]11240name = "sp-runtime-interface"11241version = "6.0.0"11242source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11243dependencies = [11244 "impl-trait-for-tuples",11245 "parity-scale-codec 3.1.2",11246 "primitive-types",11247 "sp-externalities",11248 "sp-runtime-interface-proc-macro",11249 "sp-std",11250 "sp-storage",11251 "sp-tracing",11252 "sp-wasm-interface",11253 "static_assertions",11254]1125511256[[package]]11257name = "sp-runtime-interface-proc-macro"11258version = "5.0.0"11259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11260dependencies = [11261 "Inflector",11262 "proc-macro-crate",11263 "proc-macro2",11264 "quote",11265 "syn",11266]1126711268[[package]]11269name = "sp-sandbox"11270version = "0.10.0-dev"11271source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11272dependencies = [11273 "log",11274 "parity-scale-codec 3.1.2",11275 "sp-core",11276 "sp-io",11277 "sp-std",11278 "sp-wasm-interface",11279 "wasmi",11280]1128111282[[package]]11283name = "sp-serializer"11284version = "4.0.0-dev"11285source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11286dependencies = [11287 "serde",11288 "serde_json",11289]1129011291[[package]]11292name = "sp-session"11293version = "4.0.0-dev"11294source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11295dependencies = [11296 "parity-scale-codec 3.1.2",11297 "scale-info",11298 "sp-api",11299 "sp-core",11300 "sp-runtime",11301 "sp-staking",11302 "sp-std",11303]1130411305[[package]]11306name = "sp-staking"11307version = "4.0.0-dev"11308source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11309dependencies = [11310 "parity-scale-codec 3.1.2",11311 "scale-info",11312 "sp-runtime",11313 "sp-std",11314]1131511316[[package]]11317name = "sp-state-machine"11318version = "0.12.0"11319source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11320dependencies = [11321 "hash-db",11322 "log",11323 "num-traits",11324 "parity-scale-codec 3.1.2",11325 "parking_lot 0.12.1",11326 "rand 0.7.3",11327 "smallvec",11328 "sp-core",11329 "sp-externalities",11330 "sp-panic-handler",11331 "sp-std",11332 "sp-trie",11333 "thiserror",11334 "tracing",11335 "trie-root",11336]1133711338[[package]]11339name = "sp-std"11340version = "4.0.0"11341source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"1134211343[[package]]11344name = "sp-storage"11345version = "6.0.0"11346source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11347dependencies = [11348 "impl-serde",11349 "parity-scale-codec 3.1.2",11350 "ref-cast",11351 "serde",11352 "sp-debug-derive",11353 "sp-std",11354]1135511356[[package]]11357name = "sp-tasks"11358version = "4.0.0-dev"11359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11360dependencies = [11361 "log",11362 "sp-core",11363 "sp-externalities",11364 "sp-io",11365 "sp-runtime-interface",11366 "sp-std",11367]1136811369[[package]]11370name = "sp-timestamp"11371version = "4.0.0-dev"11372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11373dependencies = [11374 "async-trait",11375 "futures-timer",11376 "log",11377 "parity-scale-codec 3.1.2",11378 "sp-api",11379 "sp-inherents",11380 "sp-runtime",11381 "sp-std",11382 "thiserror",11383]1138411385[[package]]11386name = "sp-tracing"11387version = "5.0.0"11388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11389dependencies = [11390 "parity-scale-codec 3.1.2",11391 "sp-std",11392 "tracing",11393 "tracing-core",11394 "tracing-subscriber",11395]1139611397[[package]]11398name = "sp-transaction-pool"11399version = "4.0.0-dev"11400source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11401dependencies = [11402 "sp-api",11403 "sp-runtime",11404]1140511406[[package]]11407name = "sp-transaction-storage-proof"11408version = "4.0.0-dev"11409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11410dependencies = [11411 "async-trait",11412 "log",11413 "parity-scale-codec 3.1.2",11414 "scale-info",11415 "sp-core",11416 "sp-inherents",11417 "sp-runtime",11418 "sp-std",11419 "sp-trie",11420]1142111422[[package]]11423name = "sp-trie"11424version = "6.0.0"11425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11426dependencies = [11427 "hash-db",11428 "memory-db",11429 "parity-scale-codec 3.1.2",11430 "scale-info",11431 "sp-core",11432 "sp-std",11433 "thiserror",11434 "trie-db",11435 "trie-root",11436]1143711438[[package]]11439name = "sp-version"11440version = "5.0.0"11441source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11442dependencies = [11443 "impl-serde",11444 "parity-scale-codec 3.1.2",11445 "parity-wasm 0.42.2",11446 "scale-info",11447 "serde",11448 "sp-core-hashing-proc-macro",11449 "sp-runtime",11450 "sp-std",11451 "sp-version-proc-macro",11452 "thiserror",11453]1145411455[[package]]11456name = "sp-version-proc-macro"11457version = "4.0.0-dev"11458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11459dependencies = [11460 "parity-scale-codec 3.1.2",11461 "proc-macro2",11462 "quote",11463 "syn",11464]1146511466[[package]]11467name = "sp-wasm-interface"11468version = "6.0.0"11469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11470dependencies = [11471 "impl-trait-for-tuples",11472 "log",11473 "parity-scale-codec 3.1.2",11474 "sp-std",11475 "wasmi",11476 "wasmtime",11477]1147811479[[package]]11480name = "spin"11481version = "0.5.2"11482source = "registry+https://github.com/rust-lang/crates.io-index"11483checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1148411485[[package]]11486name = "ss58-registry"11487version = "1.22.0"11488source = "registry+https://github.com/rust-lang/crates.io-index"11489checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11490dependencies = [11491 "Inflector",11492 "num-format",11493 "proc-macro2",11494 "quote",11495 "serde",11496 "serde_json",11497 "unicode-xid",11498]1149911500[[package]]11501name = "stable_deref_trait"11502version = "1.2.0"11503source = "registry+https://github.com/rust-lang/crates.io-index"11504checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1150511506[[package]]11507name = "static_assertions"11508version = "1.1.0"11509source = "registry+https://github.com/rust-lang/crates.io-index"11510checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1151111512[[package]]11513name = "static_init"11514version = "0.5.2"11515source = "registry+https://github.com/rust-lang/crates.io-index"11516checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11517dependencies = [11518 "cfg_aliases",11519 "libc",11520 "parking_lot 0.11.2",11521 "static_init_macro",11522]1152311524[[package]]11525name = "static_init_macro"11526version = "0.5.0"11527source = "registry+https://github.com/rust-lang/crates.io-index"11528checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11529dependencies = [11530 "cfg_aliases",11531 "memchr",11532 "proc-macro2",11533 "quote",11534 "syn",11535]1153611537[[package]]11538name = "statrs"11539version = "0.15.0"11540source = "registry+https://github.com/rust-lang/crates.io-index"11541checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11542dependencies = [11543 "approx",11544 "lazy_static",11545 "nalgebra",11546 "num-traits",11547 "rand 0.8.5",11548]1154911550[[package]]11551name = "strsim"11552version = "0.10.0"11553source = "registry+https://github.com/rust-lang/crates.io-index"11554checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1155511556[[package]]11557name = "struct-versioning"11558version = "0.1.0"11559dependencies = [11560 "quote",11561 "syn",11562]1156311564[[package]]11565name = "strum"11566version = "0.23.0"11567source = "registry+https://github.com/rust-lang/crates.io-index"11568checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11569dependencies = [11570 "strum_macros 0.23.1",11571]1157211573[[package]]11574name = "strum"11575version = "0.24.0"11576source = "registry+https://github.com/rust-lang/crates.io-index"11577checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11578dependencies = [11579 "strum_macros 0.24.0",11580]1158111582[[package]]11583name = "strum_macros"11584version = "0.23.1"11585source = "registry+https://github.com/rust-lang/crates.io-index"11586checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11587dependencies = [11588 "heck 0.3.3",11589 "proc-macro2",11590 "quote",11591 "rustversion",11592 "syn",11593]1159411595[[package]]11596name = "strum_macros"11597version = "0.24.0"11598source = "registry+https://github.com/rust-lang/crates.io-index"11599checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11600dependencies = [11601 "heck 0.4.0",11602 "proc-macro2",11603 "quote",11604 "rustversion",11605 "syn",11606]1160711608[[package]]11609name = "substrate-bip39"11610version = "0.4.4"11611source = "registry+https://github.com/rust-lang/crates.io-index"11612checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11613dependencies = [11614 "hmac 0.11.0",11615 "pbkdf2 0.8.0",11616 "schnorrkel",11617 "sha2 0.9.9",11618 "zeroize",11619]1162011621[[package]]11622name = "substrate-build-script-utils"11623version = "3.0.0"11624source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11625dependencies = [11626 "platforms",11627]1162811629[[package]]11630name = "substrate-frame-rpc-system"11631version = "4.0.0-dev"11632source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11633dependencies = [11634 "frame-system-rpc-runtime-api",11635 "futures 0.3.21",11636 "jsonrpsee",11637 "log",11638 "parity-scale-codec 3.1.2",11639 "sc-client-api",11640 "sc-rpc-api",11641 "sc-transaction-pool-api",11642 "serde_json",11643 "sp-api",11644 "sp-block-builder",11645 "sp-blockchain",11646 "sp-core",11647 "sp-runtime",11648]1164911650[[package]]11651name = "substrate-prometheus-endpoint"11652version = "0.10.0-dev"11653source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11654dependencies = [11655 "futures-util",11656 "hyper",11657 "log",11658 "prometheus",11659 "thiserror",11660 "tokio 1.18.2",11661]1166211663[[package]]11664name = "substrate-state-trie-migration-rpc"11665version = "4.0.0-dev"11666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11667dependencies = [11668 "jsonrpsee",11669 "log",11670 "parity-scale-codec 3.1.2",11671 "sc-client-api",11672 "sc-rpc-api",11673 "scale-info",11674 "serde",11675 "sp-core",11676 "sp-io",11677 "sp-runtime",11678 "sp-state-machine",11679 "sp-std",11680 "sp-trie",11681 "trie-db",11682]1168311684[[package]]11685name = "substrate-test-client"11686version = "2.0.1"11687source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11688dependencies = [11689 "async-trait",11690 "futures 0.3.21",11691 "hex",11692 "parity-scale-codec 3.1.2",11693 "sc-client-api",11694 "sc-client-db",11695 "sc-consensus",11696 "sc-executor",11697 "sc-offchain",11698 "sc-service",11699 "serde",11700 "serde_json",11701 "sp-blockchain",11702 "sp-consensus",11703 "sp-core",11704 "sp-keyring",11705 "sp-keystore",11706 "sp-runtime",11707 "sp-state-machine",11708]1170911710[[package]]11711name = "substrate-test-utils"11712version = "4.0.0-dev"11713source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11714dependencies = [11715 "futures 0.3.21",11716 "substrate-test-utils-derive",11717 "tokio 1.18.2",11718]1171911720[[package]]11721name = "substrate-test-utils-derive"11722version = "0.10.0-dev"11723source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11724dependencies = [11725 "proc-macro-crate",11726 "proc-macro2",11727 "quote",11728 "syn",11729]1173011731[[package]]11732name = "substrate-wasm-builder"11733version = "5.0.0-dev"11734source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11735dependencies = [11736 "ansi_term",11737 "build-helper",11738 "cargo_metadata",11739 "sp-maybe-compressed-blob",11740 "strum 0.23.0",11741 "tempfile",11742 "toml",11743 "walkdir",11744 "wasm-gc-api",11745]1174611747[[package]]11748name = "subtle"11749version = "2.4.1"11750source = "registry+https://github.com/rust-lang/crates.io-index"11751checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1175211753[[package]]11754name = "syn"11755version = "1.0.96"11756source = "registry+https://github.com/rust-lang/crates.io-index"11757checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11758dependencies = [11759 "proc-macro2",11760 "quote",11761 "unicode-ident",11762]1176311764[[package]]11765name = "synstructure"11766version = "0.12.6"11767source = "registry+https://github.com/rust-lang/crates.io-index"11768checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11769dependencies = [11770 "proc-macro2",11771 "quote",11772 "syn",11773 "unicode-xid",11774]1177511776[[package]]11777name = "system-configuration"11778version = "0.5.0"11779source = "registry+https://github.com/rust-lang/crates.io-index"11780checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11781dependencies = [11782 "bitflags",11783 "core-foundation",11784 "system-configuration-sys",11785]1178611787[[package]]11788name = "system-configuration-sys"11789version = "0.5.0"11790source = "registry+https://github.com/rust-lang/crates.io-index"11791checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11792dependencies = [11793 "core-foundation-sys",11794 "libc",11795]1179611797[[package]]11798name = "tap"11799version = "1.0.1"11800source = "registry+https://github.com/rust-lang/crates.io-index"11801checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1180211803[[package]]11804name = "target-lexicon"11805version = "0.12.4"11806source = "registry+https://github.com/rust-lang/crates.io-index"11807checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1180811809[[package]]11810name = "tempfile"11811version = "3.3.0"11812source = "registry+https://github.com/rust-lang/crates.io-index"11813checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11814dependencies = [11815 "cfg-if 1.0.0",11816 "fastrand",11817 "libc",11818 "redox_syscall 0.2.13",11819 "remove_dir_all",11820 "winapi",11821]1182211823[[package]]11824name = "term"11825version = "0.5.2"11826source = "registry+https://github.com/rust-lang/crates.io-index"11827checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11828dependencies = [11829 "byteorder",11830 "dirs",11831 "winapi",11832]1183311834[[package]]11835name = "termcolor"11836version = "1.1.3"11837source = "registry+https://github.com/rust-lang/crates.io-index"11838checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11839dependencies = [11840 "winapi-util",11841]1184211843[[package]]11844name = "test-runtime-constants"11845version = "0.9.22"11846source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"11847dependencies = [11848 "frame-support",11849 "polkadot-primitives",11850 "polkadot-runtime-common",11851 "smallvec",11852 "sp-runtime",11853]1185411855[[package]]11856name = "tests"11857version = "0.1.0"11858dependencies = [11859 "fp-evm-mapping",11860 "frame-support",11861 "frame-system",11862 "pallet-balances",11863 "pallet-common",11864 "pallet-ethereum",11865 "pallet-evm",11866 "pallet-evm-coder-substrate",11867 "pallet-fungible",11868 "pallet-nonfungible",11869 "pallet-refungible",11870 "pallet-structure",11871 "pallet-timestamp",11872 "pallet-transaction-payment",11873 "pallet-unique",11874 "parity-scale-codec 3.1.2",11875 "scale-info",11876 "sp-core",11877 "sp-io",11878 "sp-runtime",11879 "sp-std",11880 "unique-runtime-common",11881 "up-data-structs",11882]1188311884[[package]]11885name = "textwrap"11886version = "0.15.0"11887source = "registry+https://github.com/rust-lang/crates.io-index"11888checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1188911890[[package]]11891name = "thiserror"11892version = "1.0.31"11893source = "registry+https://github.com/rust-lang/crates.io-index"11894checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11895dependencies = [11896 "thiserror-impl",11897]1189811899[[package]]11900name = "thiserror-impl"11901version = "1.0.31"11902source = "registry+https://github.com/rust-lang/crates.io-index"11903checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11904dependencies = [11905 "proc-macro2",11906 "quote",11907 "syn",11908]1190911910[[package]]11911name = "thousands"11912version = "0.2.0"11913source = "registry+https://github.com/rust-lang/crates.io-index"11914checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1191511916[[package]]11917name = "thread_local"11918version = "1.1.4"11919source = "registry+https://github.com/rust-lang/crates.io-index"11920checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11921dependencies = [11922 "once_cell",11923]1192411925[[package]]11926name = "threadpool"11927version = "1.8.1"11928source = "registry+https://github.com/rust-lang/crates.io-index"11929checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11930dependencies = [11931 "num_cpus",11932]1193311934[[package]]11935name = "thrift"11936version = "0.15.0"11937source = "registry+https://github.com/rust-lang/crates.io-index"11938checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11939dependencies = [11940 "byteorder",11941 "integer-encoding",11942 "log",11943 "ordered-float",11944 "threadpool",11945]1194611947[[package]]11948name = "tikv-jemalloc-sys"11949version = "0.4.3+5.2.1-patched.2"11950source = "registry+https://github.com/rust-lang/crates.io-index"11951checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11952dependencies = [11953 "cc",11954 "fs_extra",11955 "libc",11956]1195711958[[package]]11959name = "time"11960version = "0.1.44"11961source = "registry+https://github.com/rust-lang/crates.io-index"11962checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11963dependencies = [11964 "libc",11965 "wasi 0.10.0+wasi-snapshot-preview1",11966 "winapi",11967]1196811969[[package]]11970name = "tiny-bip39"11971version = "0.8.2"11972source = "registry+https://github.com/rust-lang/crates.io-index"11973checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11974dependencies = [11975 "anyhow",11976 "hmac 0.8.1",11977 "once_cell",11978 "pbkdf2 0.4.0",11979 "rand 0.7.3",11980 "rustc-hash",11981 "sha2 0.9.9",11982 "thiserror",11983 "unicode-normalization",11984 "wasm-bindgen",11985 "zeroize",11986]1198711988[[package]]11989name = "tiny-keccak"11990version = "2.0.2"11991source = "registry+https://github.com/rust-lang/crates.io-index"11992checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11993dependencies = [11994 "crunchy",11995]1199611997[[package]]11998name = "tinyvec"11999version = "1.6.0"12000source = "registry+https://github.com/rust-lang/crates.io-index"12001checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12002dependencies = [12003 "tinyvec_macros",12004]1200512006[[package]]12007name = "tinyvec_macros"12008version = "0.1.0"12009source = "registry+https://github.com/rust-lang/crates.io-index"12010checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1201112012[[package]]12013name = "tokio"12014version = "0.2.25"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12017dependencies = [12018 "bytes 0.5.6",12019 "fnv",12020 "pin-project-lite 0.1.12",12021 "tokio-macros 0.2.6",12022]1202312024[[package]]12025name = "tokio"12026version = "1.18.2"12027source = "registry+https://github.com/rust-lang/crates.io-index"12028checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12029dependencies = [12030 "bytes 1.1.0",12031 "libc",12032 "memchr",12033 "mio",12034 "num_cpus",12035 "once_cell",12036 "parking_lot 0.12.1",12037 "pin-project-lite 0.2.9",12038 "signal-hook-registry",12039 "socket2",12040 "tokio-macros 1.7.0",12041 "winapi",12042]1204312044[[package]]12045name = "tokio-macros"12046version = "0.2.6"12047source = "registry+https://github.com/rust-lang/crates.io-index"12048checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12049dependencies = [12050 "proc-macro2",12051 "quote",12052 "syn",12053]1205412055[[package]]12056name = "tokio-macros"12057version = "1.7.0"12058source = "registry+https://github.com/rust-lang/crates.io-index"12059checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12060dependencies = [12061 "proc-macro2",12062 "quote",12063 "syn",12064]1206512066[[package]]12067name = "tokio-rustls"12068version = "0.22.0"12069source = "registry+https://github.com/rust-lang/crates.io-index"12070checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12071dependencies = [12072 "rustls 0.19.1",12073 "tokio 1.18.2",12074 "webpki 0.21.4",12075]1207612077[[package]]12078name = "tokio-rustls"12079version = "0.23.4"12080source = "registry+https://github.com/rust-lang/crates.io-index"12081checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12082dependencies = [12083 "rustls 0.20.6",12084 "tokio 1.18.2",12085 "webpki 0.22.0",12086]1208712088[[package]]12089name = "tokio-util"12090version = "0.7.2"12091source = "registry+https://github.com/rust-lang/crates.io-index"12092checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12093dependencies = [12094 "bytes 1.1.0",12095 "futures-core",12096 "futures-io",12097 "futures-sink",12098 "pin-project-lite 0.2.9",12099 "tokio 1.18.2",12100 "tracing",12101]1210212103[[package]]12104name = "toml"12105version = "0.5.9"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12108dependencies = [12109 "serde",12110]1211112112[[package]]12113name = "tower-service"12114version = "0.3.1"12115source = "registry+https://github.com/rust-lang/crates.io-index"12116checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1211712118[[package]]12119name = "tracing"12120version = "0.1.34"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12123dependencies = [12124 "cfg-if 1.0.0",12125 "pin-project-lite 0.2.9",12126 "tracing-attributes",12127 "tracing-core",12128]1212912130[[package]]12131name = "tracing-attributes"12132version = "0.1.21"12133source = "registry+https://github.com/rust-lang/crates.io-index"12134checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12135dependencies = [12136 "proc-macro2",12137 "quote",12138 "syn",12139]1214012141[[package]]12142name = "tracing-core"12143version = "0.1.26"12144source = "registry+https://github.com/rust-lang/crates.io-index"12145checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12146dependencies = [12147 "lazy_static",12148 "valuable",12149]1215012151[[package]]12152name = "tracing-futures"12153version = "0.2.5"12154source = "registry+https://github.com/rust-lang/crates.io-index"12155checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12156dependencies = [12157 "pin-project 1.0.10",12158 "tracing",12159]1216012161[[package]]12162name = "tracing-gum"12163version = "0.9.22"12164source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12165dependencies = [12166 "polkadot-node-jaeger",12167 "polkadot-primitives",12168 "tracing",12169 "tracing-gum-proc-macro",12170]1217112172[[package]]12173name = "tracing-gum-proc-macro"12174version = "0.9.22"12175source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12176dependencies = [12177 "expander 0.0.6",12178 "proc-macro-crate",12179 "proc-macro2",12180 "quote",12181 "syn",12182]1218312184[[package]]12185name = "tracing-log"12186version = "0.1.3"12187source = "registry+https://github.com/rust-lang/crates.io-index"12188checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12189dependencies = [12190 "ahash",12191 "lazy_static",12192 "log",12193 "lru 0.7.6",12194 "tracing-core",12195]1219612197[[package]]12198name = "tracing-serde"12199version = "0.1.3"12200source = "registry+https://github.com/rust-lang/crates.io-index"12201checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12202dependencies = [12203 "serde",12204 "tracing-core",12205]1220612207[[package]]12208name = "tracing-subscriber"12209version = "0.2.25"12210source = "registry+https://github.com/rust-lang/crates.io-index"12211checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12212dependencies = [12213 "ansi_term",12214 "chrono",12215 "lazy_static",12216 "matchers",12217 "parking_lot 0.11.2",12218 "regex",12219 "serde",12220 "serde_json",12221 "sharded-slab",12222 "smallvec",12223 "thread_local",12224 "tracing",12225 "tracing-core",12226 "tracing-log",12227 "tracing-serde",12228]1222912230[[package]]12231name = "trie-db"12232version = "0.23.1"12233source = "registry+https://github.com/rust-lang/crates.io-index"12234checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12235dependencies = [12236 "hash-db",12237 "hashbrown 0.12.1",12238 "log",12239 "rustc-hex",12240 "smallvec",12241]1224212243[[package]]12244name = "trie-root"12245version = "0.17.0"12246source = "registry+https://github.com/rust-lang/crates.io-index"12247checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12248dependencies = [12249 "hash-db",12250]1225112252[[package]]12253name = "triehash"12254version = "0.8.4"12255source = "registry+https://github.com/rust-lang/crates.io-index"12256checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12257dependencies = [12258 "hash-db",12259 "rlp",12260]1226112262[[package]]12263name = "trust-dns-proto"12264version = "0.21.2"12265source = "registry+https://github.com/rust-lang/crates.io-index"12266checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12267dependencies = [12268 "async-trait",12269 "cfg-if 1.0.0",12270 "data-encoding",12271 "enum-as-inner",12272 "futures-channel",12273 "futures-io",12274 "futures-util",12275 "idna",12276 "ipnet",12277 "lazy_static",12278 "log",12279 "rand 0.8.5",12280 "smallvec",12281 "thiserror",12282 "tinyvec",12283 "url",12284]1228512286[[package]]12287name = "trust-dns-resolver"12288version = "0.21.2"12289source = "registry+https://github.com/rust-lang/crates.io-index"12290checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12291dependencies = [12292 "cfg-if 1.0.0",12293 "futures-util",12294 "ipconfig",12295 "lazy_static",12296 "log",12297 "lru-cache",12298 "parking_lot 0.12.1",12299 "resolv-conf",12300 "smallvec",12301 "thiserror",12302 "trust-dns-proto",12303]1230412305[[package]]12306name = "try-lock"12307version = "0.2.3"12308source = "registry+https://github.com/rust-lang/crates.io-index"12309checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1231012311[[package]]12312name = "try-runtime-cli"12313version = "0.10.0-dev"12314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"12315dependencies = [12316 "clap",12317 "jsonrpsee",12318 "log",12319 "parity-scale-codec 3.1.2",12320 "remote-externalities",12321 "sc-chain-spec",12322 "sc-cli",12323 "sc-executor",12324 "sc-service",12325 "serde",12326 "sp-core",12327 "sp-externalities",12328 "sp-io",12329 "sp-keystore",12330 "sp-runtime",12331 "sp-state-machine",12332 "sp-version",12333 "zstd",12334]1233512336[[package]]12337name = "tt-call"12338version = "1.0.8"12339source = "registry+https://github.com/rust-lang/crates.io-index"12340checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1234112342[[package]]12343name = "twox-hash"12344version = "1.6.3"12345source = "registry+https://github.com/rust-lang/crates.io-index"12346checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12347dependencies = [12348 "cfg-if 1.0.0",12349 "digest 0.10.3",12350 "rand 0.8.5",12351 "static_assertions",12352]1235312354[[package]]12355name = "typenum"12356version = "1.15.0"12357source = "registry+https://github.com/rust-lang/crates.io-index"12358checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1235912360[[package]]12361name = "uc-rpc"12362version = "0.1.0"12363dependencies = [12364 "anyhow",12365 "jsonrpsee",12366 "pallet-common",12367 "pallet-evm",12368 "parity-scale-codec 3.1.2",12369 "rmrk-rpc",12370 "sp-api",12371 "sp-blockchain",12372 "sp-core",12373 "sp-rpc",12374 "sp-runtime",12375 "unique-runtime-common",12376 "up-data-structs",12377 "up-rpc",12378]1237912380[[package]]12381name = "ucd-trie"12382version = "0.1.3"12383source = "registry+https://github.com/rust-lang/crates.io-index"12384checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1238512386[[package]]12387name = "uint"12388version = "0.9.3"12389source = "registry+https://github.com/rust-lang/crates.io-index"12390checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12391dependencies = [12392 "byteorder",12393 "crunchy",12394 "hex",12395 "static_assertions",12396]1239712398[[package]]12399name = "unicase"12400version = "2.6.0"12401source = "registry+https://github.com/rust-lang/crates.io-index"12402checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12403dependencies = [12404 "version_check",12405]1240612407[[package]]12408name = "unicode-bidi"12409version = "0.3.8"12410source = "registry+https://github.com/rust-lang/crates.io-index"12411checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1241212413[[package]]12414name = "unicode-ident"12415version = "1.0.0"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1241812419[[package]]12420name = "unicode-normalization"12421version = "0.1.19"12422source = "registry+https://github.com/rust-lang/crates.io-index"12423checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12424dependencies = [12425 "tinyvec",12426]1242712428[[package]]12429name = "unicode-segmentation"12430version = "1.9.0"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1243312434[[package]]12435name = "unicode-width"12436version = "0.1.9"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1243912440[[package]]12441name = "unicode-xid"12442version = "0.2.3"12443source = "registry+https://github.com/rust-lang/crates.io-index"12444checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1244512446[[package]]12447name = "unique-node"12448version = "0.9.22"12449dependencies = [12450 "clap",12451 "cumulus-client-cli",12452 "cumulus-client-collator",12453 "cumulus-client-consensus-aura",12454 "cumulus-client-consensus-common",12455 "cumulus-client-network",12456 "cumulus-client-service",12457 "cumulus-primitives-core",12458 "cumulus-primitives-parachain-inherent",12459 "cumulus-relay-chain-inprocess-interface",12460 "cumulus-relay-chain-interface",12461 "cumulus-relay-chain-rpc-interface",12462 "fc-consensus",12463 "fc-db",12464 "fc-mapping-sync",12465 "fc-rpc",12466 "fc-rpc-core",12467 "flexi_logger",12468 "fp-rpc",12469 "frame-benchmarking",12470 "frame-benchmarking-cli",12471 "futures 0.3.21",12472 "jsonrpsee",12473 "log",12474 "opal-runtime",12475 "pallet-ethereum",12476 "pallet-transaction-payment-rpc",12477 "pallet-transaction-payment-rpc-runtime-api",12478 "parity-scale-codec 3.1.2",12479 "parking_lot 0.11.2",12480 "polkadot-cli",12481 "polkadot-parachain",12482 "polkadot-primitives",12483 "polkadot-service",12484 "polkadot-test-service",12485 "quartz-runtime",12486 "rmrk-rpc",12487 "sc-basic-authorship",12488 "sc-chain-spec",12489 "sc-cli",12490 "sc-client-api",12491 "sc-consensus",12492 "sc-consensus-aura",12493 "sc-consensus-manual-seal",12494 "sc-executor",12495 "sc-finality-grandpa",12496 "sc-keystore",12497 "sc-network",12498 "sc-rpc",12499 "sc-rpc-api",12500 "sc-service",12501 "sc-sysinfo",12502 "sc-telemetry",12503 "sc-tracing",12504 "sc-transaction-pool",12505 "serde",12506 "serde_json",12507 "sp-api",12508 "sp-block-builder",12509 "sp-blockchain",12510 "sp-consensus",12511 "sp-consensus-aura",12512 "sp-core",12513 "sp-finality-grandpa",12514 "sp-inherents",12515 "sp-keystore",12516 "sp-offchain",12517 "sp-runtime",12518 "sp-session",12519 "sp-timestamp",12520 "sp-transaction-pool",12521 "sp-trie",12522 "substrate-build-script-utils",12523 "substrate-frame-rpc-system",12524 "substrate-prometheus-endpoint",12525 "tokio 1.18.2",12526 "try-runtime-cli",12527 "unique-rpc",12528 "unique-runtime",12529 "unique-runtime-common",12530 "up-data-structs",12531 "up-rpc",12532]1253312534[[package]]12535name = "unique-rpc"12536version = "0.1.0"12537dependencies = [12538 "fc-db",12539 "fc-mapping-sync",12540 "fc-rpc",12541 "fc-rpc-core",12542 "fp-rpc",12543 "fp-storage",12544 "futures 0.3.21",12545 "jsonrpsee",12546 "pallet-common",12547 "pallet-ethereum",12548 "pallet-transaction-payment-rpc",12549 "pallet-transaction-payment-rpc-runtime-api",12550 "pallet-unique",12551 "rmrk-rpc",12552 "sc-client-api",12553 "sc-consensus-aura",12554 "sc-consensus-epochs",12555 "sc-finality-grandpa",12556 "sc-finality-grandpa-rpc",12557 "sc-keystore",12558 "sc-network",12559 "sc-rpc",12560 "sc-rpc-api",12561 "sc-service",12562 "sc-transaction-pool",12563 "serde",12564 "sp-api",12565 "sp-block-builder",12566 "sp-blockchain",12567 "sp-consensus",12568 "sp-consensus-aura",12569 "sp-core",12570 "sp-offchain",12571 "sp-runtime",12572 "sp-session",12573 "sp-storage",12574 "sp-transaction-pool",12575 "substrate-frame-rpc-system",12576 "tokio 0.2.25",12577 "uc-rpc",12578 "unique-runtime-common",12579 "up-data-structs",12580 "up-rpc",12581]1258212583[[package]]12584name = "unique-runtime"12585version = "0.9.22"12586dependencies = [12587 "cumulus-pallet-aura-ext",12588 "cumulus-pallet-dmp-queue",12589 "cumulus-pallet-parachain-system",12590 "cumulus-pallet-xcm",12591 "cumulus-pallet-xcmp-queue",12592 "cumulus-primitives-core",12593 "cumulus-primitives-timestamp",12594 "cumulus-primitives-utility",12595 "derivative",12596 "fp-evm-mapping",12597 "fp-rpc",12598 "fp-self-contained",12599 "frame-benchmarking",12600 "frame-executive",12601 "frame-support",12602 "frame-system",12603 "frame-system-benchmarking",12604 "frame-system-rpc-runtime-api",12605 "frame-try-runtime",12606 "hex-literal",12607 "log",12608 "orml-vesting",12609 "pallet-aura",12610 "pallet-balances",12611 "pallet-base-fee",12612 "pallet-common",12613 "pallet-ethereum",12614 "pallet-evm",12615 "pallet-evm-coder-substrate",12616 "pallet-evm-contract-helpers",12617 "pallet-evm-migration",12618 "pallet-evm-transaction-payment",12619 "pallet-fungible",12620 "pallet-inflation",12621 "pallet-nonfungible",12622 "pallet-randomness-collective-flip",12623 "pallet-refungible",12624 "pallet-rmrk-core",12625 "pallet-structure",12626 "pallet-sudo",12627 "pallet-template-transaction-payment",12628 "pallet-timestamp",12629 "pallet-transaction-payment",12630 "pallet-transaction-payment-rpc-runtime-api",12631 "pallet-treasury",12632 "pallet-unique",12633 "pallet-unq-scheduler",12634 "pallet-xcm",12635 "parachain-info",12636 "parity-scale-codec 3.1.2",12637 "polkadot-parachain",12638 "rmrk-rpc",12639 "scale-info",12640 "serde",12641 "smallvec",12642 "sp-api",12643 "sp-arithmetic",12644 "sp-block-builder",12645 "sp-consensus-aura",12646 "sp-core",12647 "sp-inherents",12648 "sp-io",12649 "sp-offchain",12650 "sp-runtime",12651 "sp-session",12652 "sp-std",12653 "sp-transaction-pool",12654 "sp-version",12655 "substrate-wasm-builder",12656 "unique-runtime-common",12657 "up-data-structs",12658 "up-rpc",12659 "xcm",12660 "xcm-builder",12661 "xcm-executor",12662]1266312664[[package]]12665name = "unique-runtime-common"12666version = "0.9.22"12667dependencies = [12668 "evm-coder",12669 "fp-rpc",12670 "frame-support",12671 "frame-system",12672 "pallet-common",12673 "pallet-evm",12674 "pallet-fungible",12675 "pallet-nonfungible",12676 "pallet-refungible",12677 "pallet-unique",12678 "parity-scale-codec 3.1.2",12679 "rmrk-rpc",12680 "scale-info",12681 "sp-consensus-aura",12682 "sp-core",12683 "sp-runtime",12684 "sp-std",12685 "up-data-structs",12686 "up-sponsorship",12687]1268812689[[package]]12690name = "universal-hash"12691version = "0.4.1"12692source = "registry+https://github.com/rust-lang/crates.io-index"12693checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12694dependencies = [12695 "generic-array 0.14.5",12696 "subtle",12697]1269812699[[package]]12700name = "unsigned-varint"12701version = "0.7.1"12702source = "registry+https://github.com/rust-lang/crates.io-index"12703checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12704dependencies = [12705 "asynchronous-codec",12706 "bytes 1.1.0",12707 "futures-io",12708 "futures-util",12709]1271012711[[package]]12712name = "untrusted"12713version = "0.7.1"12714source = "registry+https://github.com/rust-lang/crates.io-index"12715checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1271612717[[package]]12718name = "up-data-structs"12719version = "0.1.0"12720dependencies = [12721 "derivative",12722 "frame-support",12723 "frame-system",12724 "pallet-evm",12725 "parity-scale-codec 3.1.2",12726 "scale-info",12727 "serde",12728 "sp-core",12729 "sp-runtime",12730 "sp-std",12731 "struct-versioning",12732]1273312734[[package]]12735name = "up-rpc"12736version = "0.1.0"12737dependencies = [12738 "pallet-common",12739 "pallet-evm",12740 "parity-scale-codec 3.1.2",12741 "sp-api",12742 "sp-core",12743 "sp-runtime",12744 "sp-std",12745 "up-data-structs",12746]1274712748[[package]]12749name = "up-sponsorship"12750version = "0.1.0"12751source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"12752dependencies = [12753 "impl-trait-for-tuples",12754]1275512756[[package]]12757name = "url"12758version = "2.2.2"12759source = "registry+https://github.com/rust-lang/crates.io-index"12760checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12761dependencies = [12762 "form_urlencoded",12763 "idna",12764 "matches",12765 "percent-encoding",12766]1276712768[[package]]12769name = "valuable"12770version = "0.1.0"12771source = "registry+https://github.com/rust-lang/crates.io-index"12772checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1277312774[[package]]12775name = "value-bag"12776version = "1.0.0-alpha.9"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12779dependencies = [12780 "ctor",12781 "version_check",12782]1278312784[[package]]12785name = "vcpkg"12786version = "0.2.15"12787source = "registry+https://github.com/rust-lang/crates.io-index"12788checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1278912790[[package]]12791name = "version_check"12792version = "0.9.4"12793source = "registry+https://github.com/rust-lang/crates.io-index"12794checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1279512796[[package]]12797name = "void"12798version = "1.0.2"12799source = "registry+https://github.com/rust-lang/crates.io-index"12800checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1280112802[[package]]12803name = "waker-fn"12804version = "1.1.0"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1280712808[[package]]12809name = "walkdir"12810version = "2.3.2"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12813dependencies = [12814 "same-file",12815 "winapi",12816 "winapi-util",12817]1281812819[[package]]12820name = "want"12821version = "0.3.0"12822source = "registry+https://github.com/rust-lang/crates.io-index"12823checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12824dependencies = [12825 "log",12826 "try-lock",12827]1282812829[[package]]12830name = "wasi"12831version = "0.9.0+wasi-snapshot-preview1"12832source = "registry+https://github.com/rust-lang/crates.io-index"12833checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1283412835[[package]]12836name = "wasi"12837version = "0.10.0+wasi-snapshot-preview1"12838source = "registry+https://github.com/rust-lang/crates.io-index"12839checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1284012841[[package]]12842name = "wasi"12843version = "0.11.0+wasi-snapshot-preview1"12844source = "registry+https://github.com/rust-lang/crates.io-index"12845checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1284612847[[package]]12848name = "wasm-bindgen"12849version = "0.2.80"12850source = "registry+https://github.com/rust-lang/crates.io-index"12851checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12852dependencies = [12853 "cfg-if 1.0.0",12854 "wasm-bindgen-macro",12855]1285612857[[package]]12858name = "wasm-bindgen-backend"12859version = "0.2.80"12860source = "registry+https://github.com/rust-lang/crates.io-index"12861checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12862dependencies = [12863 "bumpalo",12864 "lazy_static",12865 "log",12866 "proc-macro2",12867 "quote",12868 "syn",12869 "wasm-bindgen-shared",12870]1287112872[[package]]12873name = "wasm-bindgen-futures"12874version = "0.4.30"12875source = "registry+https://github.com/rust-lang/crates.io-index"12876checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"12877dependencies = [12878 "cfg-if 1.0.0",12879 "js-sys",12880 "wasm-bindgen",12881 "web-sys",12882]1288312884[[package]]12885name = "wasm-bindgen-macro"12886version = "0.2.80"12887source = "registry+https://github.com/rust-lang/crates.io-index"12888checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"12889dependencies = [12890 "quote",12891 "wasm-bindgen-macro-support",12892]1289312894[[package]]12895name = "wasm-bindgen-macro-support"12896version = "0.2.80"12897source = "registry+https://github.com/rust-lang/crates.io-index"12898checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"12899dependencies = [12900 "proc-macro2",12901 "quote",12902 "syn",12903 "wasm-bindgen-backend",12904 "wasm-bindgen-shared",12905]1290612907[[package]]12908name = "wasm-bindgen-shared"12909version = "0.2.80"12910source = "registry+https://github.com/rust-lang/crates.io-index"12911checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1291212913[[package]]12914name = "wasm-gc-api"12915version = "0.1.11"12916source = "registry+https://github.com/rust-lang/crates.io-index"12917checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12918dependencies = [12919 "log",12920 "parity-wasm 0.32.0",12921 "rustc-demangle",12922]1292312924[[package]]12925name = "wasm-instrument"12926version = "0.1.1"12927source = "registry+https://github.com/rust-lang/crates.io-index"12928checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12929dependencies = [12930 "parity-wasm 0.42.2",12931]1293212933[[package]]12934name = "wasm-timer"12935version = "0.2.5"12936source = "registry+https://github.com/rust-lang/crates.io-index"12937checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12938dependencies = [12939 "futures 0.3.21",12940 "js-sys",12941 "parking_lot 0.11.2",12942 "pin-utils",12943 "wasm-bindgen",12944 "wasm-bindgen-futures",12945 "web-sys",12946]1294712948[[package]]12949name = "wasmi"12950version = "0.9.1"12951source = "registry+https://github.com/rust-lang/crates.io-index"12952checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12953dependencies = [12954 "downcast-rs",12955 "libc",12956 "libm",12957 "memory_units",12958 "num-rational 0.2.4",12959 "num-traits",12960 "parity-wasm 0.42.2",12961 "wasmi-validation",12962]1296312964[[package]]12965name = "wasmi-validation"12966version = "0.4.1"12967source = "registry+https://github.com/rust-lang/crates.io-index"12968checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12969dependencies = [12970 "parity-wasm 0.42.2",12971]1297212973[[package]]12974name = "wasmparser"12975version = "0.83.0"12976source = "registry+https://github.com/rust-lang/crates.io-index"12977checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1297812979[[package]]12980name = "wasmtime"12981version = "0.35.3"12982source = "registry+https://github.com/rust-lang/crates.io-index"12983checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12984dependencies = [12985 "anyhow",12986 "backtrace",12987 "bincode",12988 "cfg-if 1.0.0",12989 "indexmap",12990 "lazy_static",12991 "libc",12992 "log",12993 "object 0.27.1",12994 "once_cell",12995 "paste",12996 "psm",12997 "rayon",12998 "region",12999 "serde",13000 "target-lexicon",13001 "wasmparser",13002 "wasmtime-cache",13003 "wasmtime-cranelift",13004 "wasmtime-environ",13005 "wasmtime-jit",13006 "wasmtime-runtime",13007 "winapi",13008]1300913010[[package]]13011name = "wasmtime-cache"13012version = "0.35.3"13013source = "registry+https://github.com/rust-lang/crates.io-index"13014checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13015dependencies = [13016 "anyhow",13017 "base64",13018 "bincode",13019 "directories-next",13020 "file-per-thread-logger",13021 "log",13022 "rustix",13023 "serde",13024 "sha2 0.9.9",13025 "toml",13026 "winapi",13027 "zstd",13028]1302913030[[package]]13031name = "wasmtime-cranelift"13032version = "0.35.3"13033source = "registry+https://github.com/rust-lang/crates.io-index"13034checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13035dependencies = [13036 "anyhow",13037 "cranelift-codegen",13038 "cranelift-entity",13039 "cranelift-frontend",13040 "cranelift-native",13041 "cranelift-wasm",13042 "gimli",13043 "log",13044 "more-asserts",13045 "object 0.27.1",13046 "target-lexicon",13047 "thiserror",13048 "wasmparser",13049 "wasmtime-environ",13050]1305113052[[package]]13053name = "wasmtime-environ"13054version = "0.35.3"13055source = "registry+https://github.com/rust-lang/crates.io-index"13056checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13057dependencies = [13058 "anyhow",13059 "cranelift-entity",13060 "gimli",13061 "indexmap",13062 "log",13063 "more-asserts",13064 "object 0.27.1",13065 "serde",13066 "target-lexicon",13067 "thiserror",13068 "wasmparser",13069 "wasmtime-types",13070]1307113072[[package]]13073name = "wasmtime-jit"13074version = "0.35.3"13075source = "registry+https://github.com/rust-lang/crates.io-index"13076checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13077dependencies = [13078 "addr2line",13079 "anyhow",13080 "bincode",13081 "cfg-if 1.0.0",13082 "cpp_demangle",13083 "gimli",13084 "log",13085 "object 0.27.1",13086 "region",13087 "rustc-demangle",13088 "rustix",13089 "serde",13090 "target-lexicon",13091 "thiserror",13092 "wasmtime-environ",13093 "wasmtime-jit-debug",13094 "wasmtime-runtime",13095 "winapi",13096]1309713098[[package]]13099name = "wasmtime-jit-debug"13100version = "0.35.3"13101source = "registry+https://github.com/rust-lang/crates.io-index"13102checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13103dependencies = [13104 "lazy_static",13105 "object 0.27.1",13106 "rustix",13107]1310813109[[package]]13110name = "wasmtime-runtime"13111version = "0.35.3"13112source = "registry+https://github.com/rust-lang/crates.io-index"13113checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13114dependencies = [13115 "anyhow",13116 "backtrace",13117 "cc",13118 "cfg-if 1.0.0",13119 "indexmap",13120 "libc",13121 "log",13122 "mach",13123 "memoffset",13124 "more-asserts",13125 "rand 0.8.5",13126 "region",13127 "rustix",13128 "thiserror",13129 "wasmtime-environ",13130 "wasmtime-jit-debug",13131 "winapi",13132]1313313134[[package]]13135name = "wasmtime-types"13136version = "0.35.3"13137source = "registry+https://github.com/rust-lang/crates.io-index"13138checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13139dependencies = [13140 "cranelift-entity",13141 "serde",13142 "thiserror",13143 "wasmparser",13144]1314513146[[package]]13147name = "web-sys"13148version = "0.3.57"13149source = "registry+https://github.com/rust-lang/crates.io-index"13150checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13151dependencies = [13152 "js-sys",13153 "wasm-bindgen",13154]1315513156[[package]]13157name = "webpki"13158version = "0.21.4"13159source = "registry+https://github.com/rust-lang/crates.io-index"13160checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13161dependencies = [13162 "ring",13163 "untrusted",13164]1316513166[[package]]13167name = "webpki"13168version = "0.22.0"13169source = "registry+https://github.com/rust-lang/crates.io-index"13170checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13171dependencies = [13172 "ring",13173 "untrusted",13174]1317513176[[package]]13177name = "webpki-roots"13178version = "0.22.3"13179source = "registry+https://github.com/rust-lang/crates.io-index"13180checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13181dependencies = [13182 "webpki 0.22.0",13183]1318413185[[package]]13186name = "wepoll-ffi"13187version = "0.1.2"13188source = "registry+https://github.com/rust-lang/crates.io-index"13189checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13190dependencies = [13191 "cc",13192]1319313194[[package]]13195name = "westend-runtime"13196version = "0.9.22"13197source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13198dependencies = [13199 "beefy-primitives",13200 "bitvec 1.0.0",13201 "frame-benchmarking",13202 "frame-election-provider-support",13203 "frame-executive",13204 "frame-support",13205 "frame-system",13206 "frame-system-benchmarking",13207 "frame-system-rpc-runtime-api",13208 "frame-try-runtime",13209 "hex-literal",13210 "log",13211 "pallet-authority-discovery",13212 "pallet-authorship",13213 "pallet-babe",13214 "pallet-bags-list",13215 "pallet-balances",13216 "pallet-collective",13217 "pallet-democracy",13218 "pallet-election-provider-multi-phase",13219 "pallet-election-provider-support-benchmarking",13220 "pallet-elections-phragmen",13221 "pallet-grandpa",13222 "pallet-identity",13223 "pallet-im-online",13224 "pallet-indices",13225 "pallet-membership",13226 "pallet-multisig",13227 "pallet-nicks",13228 "pallet-nomination-pools",13229 "pallet-nomination-pools-benchmarking",13230 "pallet-offences",13231 "pallet-offences-benchmarking",13232 "pallet-preimage",13233 "pallet-proxy",13234 "pallet-recovery",13235 "pallet-scheduler",13236 "pallet-session",13237 "pallet-session-benchmarking",13238 "pallet-society",13239 "pallet-staking",13240 "pallet-staking-reward-curve",13241 "pallet-sudo",13242 "pallet-timestamp",13243 "pallet-transaction-payment",13244 "pallet-transaction-payment-rpc-runtime-api",13245 "pallet-treasury",13246 "pallet-utility",13247 "pallet-vesting",13248 "pallet-xcm",13249 "pallet-xcm-benchmarks",13250 "parity-scale-codec 3.1.2",13251 "polkadot-parachain",13252 "polkadot-primitives",13253 "polkadot-runtime-common",13254 "polkadot-runtime-parachains",13255 "rustc-hex",13256 "scale-info",13257 "serde",13258 "serde_derive",13259 "smallvec",13260 "sp-api",13261 "sp-authority-discovery",13262 "sp-block-builder",13263 "sp-consensus-babe",13264 "sp-core",13265 "sp-inherents",13266 "sp-io",13267 "sp-mmr-primitives",13268 "sp-npos-elections",13269 "sp-offchain",13270 "sp-runtime",13271 "sp-session",13272 "sp-staking",13273 "sp-std",13274 "sp-transaction-pool",13275 "sp-version",13276 "substrate-wasm-builder",13277 "westend-runtime-constants",13278 "xcm",13279 "xcm-builder",13280 "xcm-executor",13281]1328213283[[package]]13284name = "westend-runtime-constants"13285version = "0.9.22"13286source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13287dependencies = [13288 "frame-support",13289 "polkadot-primitives",13290 "polkadot-runtime-common",13291 "smallvec",13292 "sp-runtime",13293]1329413295[[package]]13296name = "which"13297version = "4.2.5"13298source = "registry+https://github.com/rust-lang/crates.io-index"13299checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13300dependencies = [13301 "either",13302 "lazy_static",13303 "libc",13304]1330513306[[package]]13307name = "widestring"13308version = "0.5.1"13309source = "registry+https://github.com/rust-lang/crates.io-index"13310checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1331113312[[package]]13313name = "winapi"13314version = "0.3.9"13315source = "registry+https://github.com/rust-lang/crates.io-index"13316checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13317dependencies = [13318 "winapi-i686-pc-windows-gnu",13319 "winapi-x86_64-pc-windows-gnu",13320]1332113322[[package]]13323name = "winapi-i686-pc-windows-gnu"13324version = "0.4.0"13325source = "registry+https://github.com/rust-lang/crates.io-index"13326checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1332713328[[package]]13329name = "winapi-util"13330version = "0.1.5"13331source = "registry+https://github.com/rust-lang/crates.io-index"13332checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13333dependencies = [13334 "winapi",13335]1333613337[[package]]13338name = "winapi-x86_64-pc-windows-gnu"13339version = "0.4.0"13340source = "registry+https://github.com/rust-lang/crates.io-index"13341checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1334213343[[package]]13344name = "windows"13345version = "0.29.0"13346source = "registry+https://github.com/rust-lang/crates.io-index"13347checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"13348dependencies = [13349 "windows_aarch64_msvc 0.29.0",13350 "windows_i686_gnu 0.29.0",13351 "windows_i686_msvc 0.29.0",13352 "windows_x86_64_gnu 0.29.0",13353 "windows_x86_64_msvc 0.29.0",13354]1335513356[[package]]13357name = "windows-sys"13358version = "0.36.1"13359source = "registry+https://github.com/rust-lang/crates.io-index"13360checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13361dependencies = [13362 "windows_aarch64_msvc 0.36.1",13363 "windows_i686_gnu 0.36.1",13364 "windows_i686_msvc 0.36.1",13365 "windows_x86_64_gnu 0.36.1",13366 "windows_x86_64_msvc 0.36.1",13367]1336813369[[package]]13370name = "windows_aarch64_msvc"13371version = "0.29.0"13372source = "registry+https://github.com/rust-lang/crates.io-index"13373checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"1337413375[[package]]13376name = "windows_aarch64_msvc"13377version = "0.36.1"13378source = "registry+https://github.com/rust-lang/crates.io-index"13379checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1338013381[[package]]13382name = "windows_i686_gnu"13383version = "0.29.0"13384source = "registry+https://github.com/rust-lang/crates.io-index"13385checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"1338613387[[package]]13388name = "windows_i686_gnu"13389version = "0.36.1"13390source = "registry+https://github.com/rust-lang/crates.io-index"13391checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1339213393[[package]]13394name = "windows_i686_msvc"13395version = "0.29.0"13396source = "registry+https://github.com/rust-lang/crates.io-index"13397checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"1339813399[[package]]13400name = "windows_i686_msvc"13401version = "0.36.1"13402source = "registry+https://github.com/rust-lang/crates.io-index"13403checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1340413405[[package]]13406name = "windows_x86_64_gnu"13407version = "0.29.0"13408source = "registry+https://github.com/rust-lang/crates.io-index"13409checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"1341013411[[package]]13412name = "windows_x86_64_gnu"13413version = "0.36.1"13414source = "registry+https://github.com/rust-lang/crates.io-index"13415checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1341613417[[package]]13418name = "windows_x86_64_msvc"13419version = "0.29.0"13420source = "registry+https://github.com/rust-lang/crates.io-index"13421checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"1342213423[[package]]13424name = "windows_x86_64_msvc"13425version = "0.36.1"13426source = "registry+https://github.com/rust-lang/crates.io-index"13427checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1342813429[[package]]13430name = "winreg"13431version = "0.7.0"13432source = "registry+https://github.com/rust-lang/crates.io-index"13433checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13434dependencies = [13435 "winapi",13436]1343713438[[package]]13439name = "wyz"13440version = "0.2.0"13441source = "registry+https://github.com/rust-lang/crates.io-index"13442checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1344313444[[package]]13445name = "wyz"13446version = "0.5.0"13447source = "registry+https://github.com/rust-lang/crates.io-index"13448checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13449dependencies = [13450 "tap",13451]1345213453[[package]]13454name = "x25519-dalek"13455version = "1.1.1"13456source = "registry+https://github.com/rust-lang/crates.io-index"13457checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13458dependencies = [13459 "curve25519-dalek 3.2.0",13460 "rand_core 0.5.1",13461 "zeroize",13462]1346313464[[package]]13465name = "xcm"13466version = "0.9.22"13467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13468dependencies = [13469 "derivative",13470 "impl-trait-for-tuples",13471 "log",13472 "parity-scale-codec 3.1.2",13473 "scale-info",13474 "xcm-procedural",13475]1347613477[[package]]13478name = "xcm-builder"13479version = "0.9.22"13480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13481dependencies = [13482 "frame-support",13483 "frame-system",13484 "log",13485 "pallet-transaction-payment",13486 "parity-scale-codec 3.1.2",13487 "polkadot-parachain",13488 "scale-info",13489 "sp-arithmetic",13490 "sp-io",13491 "sp-runtime",13492 "sp-std",13493 "xcm",13494 "xcm-executor",13495]1349613497[[package]]13498name = "xcm-executor"13499version = "0.9.22"13500source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13501dependencies = [13502 "frame-benchmarking",13503 "frame-support",13504 "impl-trait-for-tuples",13505 "log",13506 "parity-scale-codec 3.1.2",13507 "sp-arithmetic",13508 "sp-core",13509 "sp-io",13510 "sp-runtime",13511 "sp-std",13512 "xcm",13513]1351413515[[package]]13516name = "xcm-procedural"13517version = "0.1.0"13518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13519dependencies = [13520 "Inflector",13521 "proc-macro2",13522 "quote",13523 "syn",13524]1352513526[[package]]13527name = "yamux"13528version = "0.10.1"13529source = "registry+https://github.com/rust-lang/crates.io-index"13530checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13531dependencies = [13532 "futures 0.3.21",13533 "log",13534 "nohash-hasher",13535 "parking_lot 0.12.1",13536 "rand 0.8.5",13537 "static_assertions",13538]1353913540[[package]]13541name = "yansi"13542version = "0.5.1"13543source = "registry+https://github.com/rust-lang/crates.io-index"13544checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1354513546[[package]]13547name = "zeroize"13548version = "1.4.3"13549source = "registry+https://github.com/rust-lang/crates.io-index"13550checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13551dependencies = [13552 "zeroize_derive",13553]1355413555[[package]]13556name = "zeroize_derive"13557version = "1.3.2"13558source = "registry+https://github.com/rust-lang/crates.io-index"13559checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13560dependencies = [13561 "proc-macro2",13562 "quote",13563 "syn",13564 "synstructure",13565]1356613567[[package]]13568name = "zstd"13569version = "0.10.2+zstd.1.5.2"13570source = "registry+https://github.com/rust-lang/crates.io-index"13571checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13572dependencies = [13573 "zstd-safe",13574]1357513576[[package]]13577name = "zstd-safe"13578version = "4.1.6+zstd.1.5.2"13579source = "registry+https://github.com/rust-lang/crates.io-index"13580checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13581dependencies = [13582 "libc",13583 "zstd-sys",13584]1358513586[[package]]13587name = "zstd-sys"13588version = "1.6.3+zstd.1.5.2"13589source = "registry+https://github.com/rust-lang/crates.io-index"13590checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13591dependencies = [13592 "cc",13593 "libc",13594]