git.delta.rocks / unique-network / refs/commits / 66f33e369405

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 "frame-benchmarking",6333 "frame-support",6334 "frame-system",6335 "pallet-common",6336 "pallet-evm",6337 "pallet-nonfungible",6338 "parity-scale-codec 3.1.2",6339 "scale-info",6340 "sp-core",6341 "sp-runtime",6342 "sp-std",6343 "up-data-structs",6344]63456346[[package]]6347name = "pallet-rmrk-equip"6348version = "0.1.0"6349dependencies = [6350 "frame-benchmarking",6351 "frame-support",6352 "frame-system",6353 "pallet-common",6354 "pallet-evm",6355 "pallet-nonfungible",6356 "pallet-rmrk-core",6357 "parity-scale-codec 3.1.2",6358 "scale-info",6359 "sp-core",6360 "sp-runtime",6361 "sp-std",6362 "up-data-structs",6363]63646365[[package]]6366name = "pallet-scheduler"6367version = "4.0.0-dev"6368source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6369dependencies = [6370 "frame-benchmarking",6371 "frame-support",6372 "frame-system",6373 "log",6374 "parity-scale-codec 3.1.2",6375 "scale-info",6376 "sp-io",6377 "sp-runtime",6378 "sp-std",6379]63806381[[package]]6382name = "pallet-session"6383version = "4.0.0-dev"6384source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6385dependencies = [6386 "frame-support",6387 "frame-system",6388 "impl-trait-for-tuples",6389 "log",6390 "pallet-timestamp",6391 "parity-scale-codec 3.1.2",6392 "scale-info",6393 "sp-core",6394 "sp-io",6395 "sp-runtime",6396 "sp-session",6397 "sp-staking",6398 "sp-std",6399 "sp-trie",6400]64016402[[package]]6403name = "pallet-session-benchmarking"6404version = "4.0.0-dev"6405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6406dependencies = [6407 "frame-benchmarking",6408 "frame-support",6409 "frame-system",6410 "pallet-session",6411 "pallet-staking",6412 "rand 0.7.3",6413 "sp-runtime",6414 "sp-session",6415 "sp-std",6416]64176418[[package]]6419name = "pallet-society"6420version = "4.0.0-dev"6421source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6422dependencies = [6423 "frame-support",6424 "frame-system",6425 "parity-scale-codec 3.1.2",6426 "rand_chacha 0.2.2",6427 "scale-info",6428 "sp-runtime",6429 "sp-std",6430]64316432[[package]]6433name = "pallet-staking"6434version = "4.0.0-dev"6435source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6436dependencies = [6437 "frame-benchmarking",6438 "frame-election-provider-support",6439 "frame-support",6440 "frame-system",6441 "log",6442 "pallet-authorship",6443 "pallet-session",6444 "parity-scale-codec 3.1.2",6445 "rand_chacha 0.2.2",6446 "scale-info",6447 "serde",6448 "sp-application-crypto",6449 "sp-io",6450 "sp-runtime",6451 "sp-staking",6452 "sp-std",6453]64546455[[package]]6456name = "pallet-staking-reward-curve"6457version = "4.0.0-dev"6458source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6459dependencies = [6460 "proc-macro-crate",6461 "proc-macro2",6462 "quote",6463 "syn",6464]64656466[[package]]6467name = "pallet-staking-reward-fn"6468version = "4.0.0-dev"6469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6470dependencies = [6471 "log",6472 "sp-arithmetic",6473]64746475[[package]]6476name = "pallet-structure"6477version = "0.1.0"6478dependencies = [6479 "frame-benchmarking",6480 "frame-support",6481 "frame-system",6482 "pallet-common",6483 "pallet-evm",6484 "parity-scale-codec 3.1.2",6485 "scale-info",6486 "sp-std",6487 "up-data-structs",6488]64896490[[package]]6491name = "pallet-sudo"6492version = "4.0.0-dev"6493source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6494dependencies = [6495 "frame-support",6496 "frame-system",6497 "parity-scale-codec 3.1.2",6498 "scale-info",6499 "sp-io",6500 "sp-runtime",6501 "sp-std",6502]65036504[[package]]6505name = "pallet-template-transaction-payment"6506version = "3.0.0"6507source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"6508dependencies = [6509 "frame-benchmarking",6510 "frame-support",6511 "frame-system",6512 "pallet-balances",6513 "pallet-transaction-payment",6514 "parity-scale-codec 3.1.2",6515 "scale-info",6516 "serde",6517 "sp-core",6518 "sp-io",6519 "sp-runtime",6520 "sp-std",6521 "up-sponsorship",6522]65236524[[package]]6525name = "pallet-timestamp"6526version = "4.0.0-dev"6527source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6528dependencies = [6529 "frame-benchmarking",6530 "frame-support",6531 "frame-system",6532 "log",6533 "parity-scale-codec 3.1.2",6534 "scale-info",6535 "sp-inherents",6536 "sp-io",6537 "sp-runtime",6538 "sp-std",6539 "sp-timestamp",6540]65416542[[package]]6543name = "pallet-tips"6544version = "4.0.0-dev"6545source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6546dependencies = [6547 "frame-benchmarking",6548 "frame-support",6549 "frame-system",6550 "log",6551 "pallet-treasury",6552 "parity-scale-codec 3.1.2",6553 "scale-info",6554 "serde",6555 "sp-core",6556 "sp-io",6557 "sp-runtime",6558 "sp-std",6559]65606561[[package]]6562name = "pallet-transaction-payment"6563version = "4.0.0-dev"6564source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6565dependencies = [6566 "frame-support",6567 "frame-system",6568 "parity-scale-codec 3.1.2",6569 "scale-info",6570 "serde",6571 "smallvec",6572 "sp-core",6573 "sp-io",6574 "sp-runtime",6575 "sp-std",6576]65776578[[package]]6579name = "pallet-transaction-payment-rpc"6580version = "4.0.0-dev"6581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6582dependencies = [6583 "jsonrpsee",6584 "pallet-transaction-payment-rpc-runtime-api",6585 "parity-scale-codec 3.1.2",6586 "sp-api",6587 "sp-blockchain",6588 "sp-core",6589 "sp-rpc",6590 "sp-runtime",6591]65926593[[package]]6594name = "pallet-transaction-payment-rpc-runtime-api"6595version = "4.0.0-dev"6596source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6597dependencies = [6598 "pallet-transaction-payment",6599 "parity-scale-codec 3.1.2",6600 "sp-api",6601 "sp-runtime",6602]66036604[[package]]6605name = "pallet-treasury"6606version = "4.0.0-dev"6607source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6608dependencies = [6609 "frame-benchmarking",6610 "frame-support",6611 "frame-system",6612 "impl-trait-for-tuples",6613 "pallet-balances",6614 "parity-scale-codec 3.1.2",6615 "scale-info",6616 "serde",6617 "sp-runtime",6618 "sp-std",6619]66206621[[package]]6622name = "pallet-unique"6623version = "0.1.0"6624dependencies = [6625 "ethereum",6626 "evm-coder",6627 "frame-benchmarking",6628 "frame-support",6629 "frame-system",6630 "pallet-common",6631 "pallet-evm",6632 "pallet-evm-coder-substrate",6633 "pallet-nonfungible",6634 "parity-scale-codec 3.1.2",6635 "scale-info",6636 "serde",6637 "sp-core",6638 "sp-io",6639 "sp-runtime",6640 "sp-std",6641 "up-data-structs",6642]66436644[[package]]6645name = "pallet-unq-scheduler"6646version = "0.1.0"6647dependencies = [6648 "frame-benchmarking",6649 "frame-support",6650 "frame-system",6651 "log",6652 "parity-scale-codec 3.1.2",6653 "scale-info",6654 "serde",6655 "sp-core",6656 "sp-io",6657 "sp-runtime",6658 "sp-std",6659 "substrate-test-utils",6660 "up-sponsorship",6661]66626663[[package]]6664name = "pallet-utility"6665version = "4.0.0-dev"6666source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6667dependencies = [6668 "frame-benchmarking",6669 "frame-support",6670 "frame-system",6671 "parity-scale-codec 3.1.2",6672 "scale-info",6673 "sp-core",6674 "sp-io",6675 "sp-runtime",6676 "sp-std",6677]66786679[[package]]6680name = "pallet-vesting"6681version = "4.0.0-dev"6682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6683dependencies = [6684 "frame-benchmarking",6685 "frame-support",6686 "frame-system",6687 "log",6688 "parity-scale-codec 3.1.2",6689 "scale-info",6690 "sp-runtime",6691 "sp-std",6692]66936694[[package]]6695name = "pallet-xcm"6696version = "0.9.22"6697source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6698dependencies = [6699 "frame-support",6700 "frame-system",6701 "log",6702 "parity-scale-codec 3.1.2",6703 "scale-info",6704 "serde",6705 "sp-core",6706 "sp-runtime",6707 "sp-std",6708 "xcm",6709 "xcm-executor",6710]67116712[[package]]6713name = "pallet-xcm-benchmarks"6714version = "0.9.22"6715source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6716dependencies = [6717 "frame-benchmarking",6718 "frame-support",6719 "frame-system",6720 "log",6721 "parity-scale-codec 3.1.2",6722 "scale-info",6723 "sp-runtime",6724 "sp-std",6725 "xcm",6726 "xcm-executor",6727]67286729[[package]]6730name = "parachain-info"6731version = "0.1.0"6732source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"6733dependencies = [6734 "cumulus-primitives-core",6735 "frame-support",6736 "frame-system",6737 "parity-scale-codec 3.1.2",6738 "scale-info",6739 "serde",6740]67416742[[package]]6743name = "parity-db"6744version = "0.3.13"6745source = "registry+https://github.com/rust-lang/crates.io-index"6746checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6747dependencies = [6748 "blake2-rfc",6749 "crc32fast",6750 "fs2",6751 "hex",6752 "libc",6753 "log",6754 "lz4",6755 "memmap2 0.2.3",6756 "parking_lot 0.11.2",6757 "rand 0.8.5",6758 "snap",6759]67606761[[package]]6762name = "parity-scale-codec"6763version = "2.3.1"6764source = "registry+https://github.com/rust-lang/crates.io-index"6765checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6766dependencies = [6767 "arrayvec 0.7.2",6768 "bitvec 0.20.4",6769 "byte-slice-cast",6770 "impl-trait-for-tuples",6771 "parity-scale-codec-derive 2.3.1",6772 "serde",6773]67746775[[package]]6776name = "parity-scale-codec"6777version = "3.1.2"6778source = "registry+https://github.com/rust-lang/crates.io-index"6779checksum = "e8b44461635bbb1a0300f100a841e571e7d919c81c73075ef5d152ffdb521066"6780dependencies = [6781 "arrayvec 0.7.2",6782 "bitvec 1.0.0",6783 "byte-slice-cast",6784 "impl-trait-for-tuples",6785 "parity-scale-codec-derive 3.1.2",6786 "serde",6787]67886789[[package]]6790name = "parity-scale-codec-derive"6791version = "2.3.1"6792source = "registry+https://github.com/rust-lang/crates.io-index"6793checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6794dependencies = [6795 "proc-macro-crate",6796 "proc-macro2",6797 "quote",6798 "syn",6799]68006801[[package]]6802name = "parity-scale-codec-derive"6803version = "3.1.2"6804source = "registry+https://github.com/rust-lang/crates.io-index"6805checksum = "c45ed1f39709f5a89338fab50e59816b2e8815f5bb58276e7ddf9afd495f73f8"6806dependencies = [6807 "proc-macro-crate",6808 "proc-macro2",6809 "quote",6810 "syn",6811]68126813[[package]]6814name = "parity-send-wrapper"6815version = "0.1.0"6816source = "registry+https://github.com/rust-lang/crates.io-index"6817checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68186819[[package]]6820name = "parity-util-mem"6821version = "0.11.0"6822source = "registry+https://github.com/rust-lang/crates.io-index"6823checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6824dependencies = [6825 "cfg-if 1.0.0",6826 "ethereum-types",6827 "hashbrown 0.12.1",6828 "impl-trait-for-tuples",6829 "lru 0.7.6",6830 "parity-util-mem-derive",6831 "parking_lot 0.12.1",6832 "primitive-types",6833 "smallvec",6834 "winapi",6835]68366837[[package]]6838name = "parity-util-mem-derive"6839version = "0.1.0"6840source = "registry+https://github.com/rust-lang/crates.io-index"6841checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6842dependencies = [6843 "proc-macro2",6844 "syn",6845 "synstructure",6846]68476848[[package]]6849name = "parity-wasm"6850version = "0.32.0"6851source = "registry+https://github.com/rust-lang/crates.io-index"6852checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6853dependencies = [6854 "byteorder",6855]68566857[[package]]6858name = "parity-wasm"6859version = "0.42.2"6860source = "registry+https://github.com/rust-lang/crates.io-index"6861checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68626863[[package]]6864name = "parking"6865version = "2.0.0"6866source = "registry+https://github.com/rust-lang/crates.io-index"6867checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68686869[[package]]6870name = "parking_lot"6871version = "0.11.2"6872source = "registry+https://github.com/rust-lang/crates.io-index"6873checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6874dependencies = [6875 "instant",6876 "lock_api",6877 "parking_lot_core 0.8.5",6878]68796880[[package]]6881name = "parking_lot"6882version = "0.12.1"6883source = "registry+https://github.com/rust-lang/crates.io-index"6884checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6885dependencies = [6886 "lock_api",6887 "parking_lot_core 0.9.3",6888]68896890[[package]]6891name = "parking_lot_core"6892version = "0.8.5"6893source = "registry+https://github.com/rust-lang/crates.io-index"6894checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6895dependencies = [6896 "cfg-if 1.0.0",6897 "instant",6898 "libc",6899 "redox_syscall 0.2.13",6900 "smallvec",6901 "winapi",6902]69036904[[package]]6905name = "parking_lot_core"6906version = "0.9.3"6907source = "registry+https://github.com/rust-lang/crates.io-index"6908checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6909dependencies = [6910 "cfg-if 1.0.0",6911 "libc",6912 "redox_syscall 0.2.13",6913 "smallvec",6914 "windows-sys",6915]69166917[[package]]6918name = "paste"6919version = "1.0.7"6920source = "registry+https://github.com/rust-lang/crates.io-index"6921checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69226923[[package]]6924name = "pbkdf2"6925version = "0.4.0"6926source = "registry+https://github.com/rust-lang/crates.io-index"6927checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6928dependencies = [6929 "crypto-mac 0.8.0",6930]69316932[[package]]6933name = "pbkdf2"6934version = "0.8.0"6935source = "registry+https://github.com/rust-lang/crates.io-index"6936checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6937dependencies = [6938 "crypto-mac 0.11.1",6939]69406941[[package]]6942name = "peeking_take_while"6943version = "0.1.2"6944source = "registry+https://github.com/rust-lang/crates.io-index"6945checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69466947[[package]]6948name = "percent-encoding"6949version = "2.1.0"6950source = "registry+https://github.com/rust-lang/crates.io-index"6951checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69526953[[package]]6954name = "pest"6955version = "2.1.3"6956source = "registry+https://github.com/rust-lang/crates.io-index"6957checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6958dependencies = [6959 "ucd-trie",6960]69616962[[package]]6963name = "pest_derive"6964version = "2.1.0"6965source = "registry+https://github.com/rust-lang/crates.io-index"6966checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6967dependencies = [6968 "pest",6969 "pest_generator",6970]69716972[[package]]6973name = "pest_generator"6974version = "2.1.3"6975source = "registry+https://github.com/rust-lang/crates.io-index"6976checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6977dependencies = [6978 "pest",6979 "pest_meta",6980 "proc-macro2",6981 "quote",6982 "syn",6983]69846985[[package]]6986name = "pest_meta"6987version = "2.1.3"6988source = "registry+https://github.com/rust-lang/crates.io-index"6989checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6990dependencies = [6991 "maplit",6992 "pest",6993 "sha-1 0.8.2",6994]69956996[[package]]6997name = "petgraph"6998version = "0.6.2"6999source = "registry+https://github.com/rust-lang/crates.io-index"7000checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7001dependencies = [7002 "fixedbitset",7003 "indexmap",7004]70057006[[package]]7007name = "pin-project"7008version = "0.4.29"7009source = "registry+https://github.com/rust-lang/crates.io-index"7010checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7011dependencies = [7012 "pin-project-internal 0.4.29",7013]70147015[[package]]7016name = "pin-project"7017version = "1.0.10"7018source = "registry+https://github.com/rust-lang/crates.io-index"7019checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7020dependencies = [7021 "pin-project-internal 1.0.10",7022]70237024[[package]]7025name = "pin-project-internal"7026version = "0.4.29"7027source = "registry+https://github.com/rust-lang/crates.io-index"7028checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7029dependencies = [7030 "proc-macro2",7031 "quote",7032 "syn",7033]70347035[[package]]7036name = "pin-project-internal"7037version = "1.0.10"7038source = "registry+https://github.com/rust-lang/crates.io-index"7039checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7040dependencies = [7041 "proc-macro2",7042 "quote",7043 "syn",7044]70457046[[package]]7047name = "pin-project-lite"7048version = "0.1.12"7049source = "registry+https://github.com/rust-lang/crates.io-index"7050checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70517052[[package]]7053name = "pin-project-lite"7054version = "0.2.9"7055source = "registry+https://github.com/rust-lang/crates.io-index"7056checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70577058[[package]]7059name = "pin-utils"7060version = "0.1.0"7061source = "registry+https://github.com/rust-lang/crates.io-index"7062checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70637064[[package]]7065name = "pkg-config"7066version = "0.3.25"7067source = "registry+https://github.com/rust-lang/crates.io-index"7068checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70697070[[package]]7071name = "platforms"7072version = "2.0.0"7073source = "registry+https://github.com/rust-lang/crates.io-index"7074checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70757076[[package]]7077name = "polkadot-approval-distribution"7078version = "0.9.22"7079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7080dependencies = [7081 "futures 0.3.21",7082 "polkadot-node-network-protocol",7083 "polkadot-node-primitives",7084 "polkadot-node-subsystem",7085 "polkadot-node-subsystem-util",7086 "polkadot-primitives",7087 "rand 0.8.5",7088 "tracing-gum",7089]70907091[[package]]7092name = "polkadot-availability-bitfield-distribution"7093version = "0.9.22"7094source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7095dependencies = [7096 "futures 0.3.21",7097 "polkadot-node-network-protocol",7098 "polkadot-node-subsystem",7099 "polkadot-node-subsystem-util",7100 "polkadot-primitives",7101 "rand 0.8.5",7102 "tracing-gum",7103]71047105[[package]]7106name = "polkadot-availability-distribution"7107version = "0.9.22"7108source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7109dependencies = [7110 "derive_more",7111 "fatality",7112 "futures 0.3.21",7113 "lru 0.7.6",7114 "parity-scale-codec 3.1.2",7115 "polkadot-erasure-coding",7116 "polkadot-node-network-protocol",7117 "polkadot-node-primitives",7118 "polkadot-node-subsystem",7119 "polkadot-node-subsystem-util",7120 "polkadot-primitives",7121 "rand 0.8.5",7122 "sp-core",7123 "sp-keystore",7124 "thiserror",7125 "tracing-gum",7126]71277128[[package]]7129name = "polkadot-availability-recovery"7130version = "0.9.22"7131source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7132dependencies = [7133 "fatality",7134 "futures 0.3.21",7135 "lru 0.7.6",7136 "parity-scale-codec 3.1.2",7137 "polkadot-erasure-coding",7138 "polkadot-node-network-protocol",7139 "polkadot-node-primitives",7140 "polkadot-node-subsystem",7141 "polkadot-node-subsystem-util",7142 "polkadot-primitives",7143 "rand 0.8.5",7144 "sc-network",7145 "thiserror",7146 "tracing-gum",7147]71487149[[package]]7150name = "polkadot-cli"7151version = "0.9.22"7152source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7153dependencies = [7154 "clap",7155 "frame-benchmarking-cli",7156 "futures 0.3.21",7157 "log",7158 "polkadot-client",7159 "polkadot-node-core-pvf",7160 "polkadot-node-metrics",7161 "polkadot-performance-test",7162 "polkadot-service",7163 "sc-cli",7164 "sc-service",7165 "sc-sysinfo",7166 "sc-tracing",7167 "sp-core",7168 "sp-trie",7169 "substrate-build-script-utils",7170 "thiserror",7171 "try-runtime-cli",7172]71737174[[package]]7175name = "polkadot-client"7176version = "0.9.22"7177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7178dependencies = [7179 "beefy-primitives",7180 "frame-benchmarking",7181 "frame-benchmarking-cli",7182 "frame-system",7183 "frame-system-rpc-runtime-api",7184 "pallet-transaction-payment",7185 "pallet-transaction-payment-rpc-runtime-api",7186 "polkadot-core-primitives",7187 "polkadot-node-core-parachains-inherent",7188 "polkadot-primitives",7189 "polkadot-runtime",7190 "polkadot-runtime-common",7191 "sc-client-api",7192 "sc-consensus",7193 "sc-executor",7194 "sc-service",7195 "sp-api",7196 "sp-authority-discovery",7197 "sp-block-builder",7198 "sp-blockchain",7199 "sp-consensus",7200 "sp-consensus-babe",7201 "sp-core",7202 "sp-finality-grandpa",7203 "sp-inherents",7204 "sp-keyring",7205 "sp-mmr-primitives",7206 "sp-offchain",7207 "sp-runtime",7208 "sp-session",7209 "sp-storage",7210 "sp-timestamp",7211 "sp-transaction-pool",7212]72137214[[package]]7215name = "polkadot-collator-protocol"7216version = "0.9.22"7217source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7218dependencies = [7219 "always-assert",7220 "fatality",7221 "futures 0.3.21",7222 "futures-timer",7223 "polkadot-node-network-protocol",7224 "polkadot-node-primitives",7225 "polkadot-node-subsystem",7226 "polkadot-node-subsystem-util",7227 "polkadot-primitives",7228 "sp-core",7229 "sp-keystore",7230 "sp-runtime",7231 "thiserror",7232 "tracing-gum",7233]72347235[[package]]7236name = "polkadot-core-primitives"7237version = "0.9.22"7238source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7239dependencies = [7240 "parity-scale-codec 3.1.2",7241 "parity-util-mem",7242 "scale-info",7243 "sp-core",7244 "sp-runtime",7245 "sp-std",7246]72477248[[package]]7249name = "polkadot-dispute-distribution"7250version = "0.9.22"7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7252dependencies = [7253 "derive_more",7254 "fatality",7255 "futures 0.3.21",7256 "lru 0.7.6",7257 "parity-scale-codec 3.1.2",7258 "polkadot-erasure-coding",7259 "polkadot-node-network-protocol",7260 "polkadot-node-primitives",7261 "polkadot-node-subsystem",7262 "polkadot-node-subsystem-util",7263 "polkadot-primitives",7264 "sc-network",7265 "sp-application-crypto",7266 "sp-keystore",7267 "thiserror",7268 "tracing-gum",7269]72707271[[package]]7272name = "polkadot-erasure-coding"7273version = "0.9.22"7274source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7275dependencies = [7276 "parity-scale-codec 3.1.2",7277 "polkadot-node-primitives",7278 "polkadot-primitives",7279 "reed-solomon-novelpoly",7280 "sp-core",7281 "sp-trie",7282 "thiserror",7283]72847285[[package]]7286name = "polkadot-gossip-support"7287version = "0.9.22"7288source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7289dependencies = [7290 "futures 0.3.21",7291 "futures-timer",7292 "polkadot-node-network-protocol",7293 "polkadot-node-subsystem",7294 "polkadot-node-subsystem-util",7295 "polkadot-primitives",7296 "rand 0.8.5",7297 "rand_chacha 0.3.1",7298 "sc-network",7299 "sp-application-crypto",7300 "sp-core",7301 "sp-keystore",7302 "tracing-gum",7303]73047305[[package]]7306name = "polkadot-network-bridge"7307version = "0.9.22"7308source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7309dependencies = [7310 "always-assert",7311 "async-trait",7312 "bytes 1.1.0",7313 "futures 0.3.21",7314 "parity-scale-codec 3.1.2",7315 "parking_lot 0.12.1",7316 "polkadot-node-network-protocol",7317 "polkadot-node-subsystem",7318 "polkadot-node-subsystem-util",7319 "polkadot-overseer",7320 "polkadot-primitives",7321 "sc-network",7322 "sp-consensus",7323 "tracing-gum",7324]73257326[[package]]7327name = "polkadot-node-collation-generation"7328version = "0.9.22"7329source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7330dependencies = [7331 "futures 0.3.21",7332 "parity-scale-codec 3.1.2",7333 "polkadot-erasure-coding",7334 "polkadot-node-primitives",7335 "polkadot-node-subsystem",7336 "polkadot-node-subsystem-util",7337 "polkadot-primitives",7338 "sp-core",7339 "sp-maybe-compressed-blob",7340 "thiserror",7341 "tracing-gum",7342]73437344[[package]]7345name = "polkadot-node-core-approval-voting"7346version = "0.9.22"7347source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7348dependencies = [7349 "bitvec 1.0.0",7350 "derive_more",7351 "futures 0.3.21",7352 "futures-timer",7353 "kvdb",7354 "lru 0.7.6",7355 "merlin",7356 "parity-scale-codec 3.1.2",7357 "polkadot-node-jaeger",7358 "polkadot-node-primitives",7359 "polkadot-node-subsystem",7360 "polkadot-node-subsystem-util",7361 "polkadot-overseer",7362 "polkadot-primitives",7363 "sc-keystore",7364 "schnorrkel",7365 "sp-application-crypto",7366 "sp-consensus",7367 "sp-consensus-slots",7368 "sp-runtime",7369 "thiserror",7370 "tracing-gum",7371]73727373[[package]]7374name = "polkadot-node-core-av-store"7375version = "0.9.22"7376source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7377dependencies = [7378 "bitvec 1.0.0",7379 "futures 0.3.21",7380 "futures-timer",7381 "kvdb",7382 "parity-scale-codec 3.1.2",7383 "polkadot-erasure-coding",7384 "polkadot-node-primitives",7385 "polkadot-node-subsystem",7386 "polkadot-node-subsystem-util",7387 "polkadot-overseer",7388 "polkadot-primitives",7389 "thiserror",7390 "tracing-gum",7391]73927393[[package]]7394name = "polkadot-node-core-backing"7395version = "0.9.22"7396source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7397dependencies = [7398 "bitvec 1.0.0",7399 "fatality",7400 "futures 0.3.21",7401 "polkadot-erasure-coding",7402 "polkadot-node-primitives",7403 "polkadot-node-subsystem",7404 "polkadot-node-subsystem-util",7405 "polkadot-primitives",7406 "polkadot-statement-table",7407 "sp-keystore",7408 "thiserror",7409 "tracing-gum",7410]74117412[[package]]7413name = "polkadot-node-core-bitfield-signing"7414version = "0.9.22"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7416dependencies = [7417 "futures 0.3.21",7418 "polkadot-node-subsystem",7419 "polkadot-node-subsystem-util",7420 "polkadot-primitives",7421 "sp-keystore",7422 "thiserror",7423 "tracing-gum",7424 "wasm-timer",7425]74267427[[package]]7428name = "polkadot-node-core-candidate-validation"7429version = "0.9.22"7430source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7431dependencies = [7432 "async-trait",7433 "futures 0.3.21",7434 "parity-scale-codec 3.1.2",7435 "polkadot-node-core-pvf",7436 "polkadot-node-primitives",7437 "polkadot-node-subsystem",7438 "polkadot-node-subsystem-util",7439 "polkadot-parachain",7440 "polkadot-primitives",7441 "sp-maybe-compressed-blob",7442 "tracing-gum",7443]74447445[[package]]7446name = "polkadot-node-core-chain-api"7447version = "0.9.22"7448source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7449dependencies = [7450 "futures 0.3.21",7451 "polkadot-node-subsystem",7452 "polkadot-node-subsystem-util",7453 "polkadot-primitives",7454 "sc-client-api",7455 "sc-consensus-babe",7456 "sp-blockchain",7457 "tracing-gum",7458]74597460[[package]]7461name = "polkadot-node-core-chain-selection"7462version = "0.9.22"7463source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7464dependencies = [7465 "futures 0.3.21",7466 "futures-timer",7467 "kvdb",7468 "parity-scale-codec 3.1.2",7469 "polkadot-node-primitives",7470 "polkadot-node-subsystem",7471 "polkadot-node-subsystem-util",7472 "polkadot-primitives",7473 "thiserror",7474 "tracing-gum",7475]74767477[[package]]7478name = "polkadot-node-core-dispute-coordinator"7479version = "0.9.22"7480source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7481dependencies = [7482 "fatality",7483 "futures 0.3.21",7484 "kvdb",7485 "lru 0.7.6",7486 "parity-scale-codec 3.1.2",7487 "polkadot-node-primitives",7488 "polkadot-node-subsystem",7489 "polkadot-node-subsystem-util",7490 "polkadot-primitives",7491 "sc-keystore",7492 "thiserror",7493 "tracing-gum",7494]74957496[[package]]7497name = "polkadot-node-core-parachains-inherent"7498version = "0.9.22"7499source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7500dependencies = [7501 "async-trait",7502 "futures 0.3.21",7503 "futures-timer",7504 "polkadot-node-subsystem",7505 "polkadot-primitives",7506 "sp-blockchain",7507 "sp-inherents",7508 "sp-runtime",7509 "thiserror",7510 "tracing-gum",7511]75127513[[package]]7514name = "polkadot-node-core-provisioner"7515version = "0.9.22"7516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7517dependencies = [7518 "bitvec 1.0.0",7519 "fatality",7520 "futures 0.3.21",7521 "futures-timer",7522 "polkadot-node-primitives",7523 "polkadot-node-subsystem",7524 "polkadot-node-subsystem-util",7525 "polkadot-primitives",7526 "rand 0.8.5",7527 "thiserror",7528 "tracing-gum",7529]75307531[[package]]7532name = "polkadot-node-core-pvf"7533version = "0.9.22"7534source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7535dependencies = [7536 "always-assert",7537 "assert_matches",7538 "async-process",7539 "async-std",7540 "futures 0.3.21",7541 "futures-timer",7542 "parity-scale-codec 3.1.2",7543 "pin-project 1.0.10",7544 "polkadot-core-primitives",7545 "polkadot-node-subsystem-util",7546 "polkadot-parachain",7547 "rand 0.8.5",7548 "sc-executor",7549 "sc-executor-common",7550 "sc-executor-wasmtime",7551 "slotmap",7552 "sp-core",7553 "sp-externalities",7554 "sp-io",7555 "sp-maybe-compressed-blob",7556 "sp-tracing",7557 "sp-wasm-interface",7558 "tracing-gum",7559]75607561[[package]]7562name = "polkadot-node-core-pvf-checker"7563version = "0.9.22"7564source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7565dependencies = [7566 "futures 0.3.21",7567 "polkadot-node-primitives",7568 "polkadot-node-subsystem",7569 "polkadot-node-subsystem-util",7570 "polkadot-overseer",7571 "polkadot-primitives",7572 "sp-keystore",7573 "thiserror",7574 "tracing-gum",7575]75767577[[package]]7578name = "polkadot-node-core-runtime-api"7579version = "0.9.22"7580source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7581dependencies = [7582 "futures 0.3.21",7583 "memory-lru",7584 "parity-util-mem",7585 "polkadot-node-subsystem",7586 "polkadot-node-subsystem-util",7587 "polkadot-primitives",7588 "sp-api",7589 "sp-authority-discovery",7590 "sp-consensus-babe",7591 "sp-core",7592 "tracing-gum",7593]75947595[[package]]7596name = "polkadot-node-jaeger"7597version = "0.9.22"7598source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7599dependencies = [7600 "async-std",7601 "lazy_static",7602 "log",7603 "mick-jaeger",7604 "parity-scale-codec 3.1.2",7605 "parking_lot 0.12.1",7606 "polkadot-node-primitives",7607 "polkadot-primitives",7608 "sc-network",7609 "sp-core",7610 "thiserror",7611]76127613[[package]]7614name = "polkadot-node-metrics"7615version = "0.9.22"7616source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7617dependencies = [7618 "bs58",7619 "futures 0.3.21",7620 "futures-timer",7621 "log",7622 "metered-channel",7623 "parity-scale-codec 3.1.2",7624 "polkadot-primitives",7625 "sc-cli",7626 "sc-service",7627 "sc-tracing",7628 "substrate-prometheus-endpoint",7629 "tracing-gum",7630]76317632[[package]]7633name = "polkadot-node-network-protocol"7634version = "0.9.22"7635source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7636dependencies = [7637 "async-trait",7638 "derive_more",7639 "fatality",7640 "futures 0.3.21",7641 "parity-scale-codec 3.1.2",7642 "polkadot-node-jaeger",7643 "polkadot-node-primitives",7644 "polkadot-primitives",7645 "rand 0.8.5",7646 "sc-authority-discovery",7647 "sc-network",7648 "strum 0.24.0",7649 "thiserror",7650]76517652[[package]]7653name = "polkadot-node-primitives"7654version = "0.9.22"7655source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7656dependencies = [7657 "bounded-vec",7658 "futures 0.3.21",7659 "parity-scale-codec 3.1.2",7660 "polkadot-parachain",7661 "polkadot-primitives",7662 "schnorrkel",7663 "serde",7664 "sp-application-crypto",7665 "sp-consensus-babe",7666 "sp-consensus-vrf",7667 "sp-core",7668 "sp-keystore",7669 "sp-maybe-compressed-blob",7670 "thiserror",7671 "zstd",7672]76737674[[package]]7675name = "polkadot-node-subsystem"7676version = "0.9.22"7677source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7678dependencies = [7679 "polkadot-node-jaeger",7680 "polkadot-node-subsystem-types",7681 "polkadot-overseer",7682]76837684[[package]]7685name = "polkadot-node-subsystem-types"7686version = "0.9.22"7687source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7688dependencies = [7689 "derive_more",7690 "futures 0.3.21",7691 "polkadot-node-jaeger",7692 "polkadot-node-network-protocol",7693 "polkadot-node-primitives",7694 "polkadot-overseer-gen",7695 "polkadot-primitives",7696 "polkadot-statement-table",7697 "sc-network",7698 "smallvec",7699 "substrate-prometheus-endpoint",7700 "thiserror",7701]77027703[[package]]7704name = "polkadot-node-subsystem-util"7705version = "0.9.22"7706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7707dependencies = [7708 "async-trait",7709 "derive_more",7710 "fatality",7711 "futures 0.3.21",7712 "itertools",7713 "kvdb",7714 "lru 0.7.6",7715 "metered-channel",7716 "parity-db",7717 "parity-scale-codec 3.1.2",7718 "parity-util-mem",7719 "parking_lot 0.11.2",7720 "pin-project 1.0.10",7721 "polkadot-node-jaeger",7722 "polkadot-node-metrics",7723 "polkadot-node-network-protocol",7724 "polkadot-node-primitives",7725 "polkadot-node-subsystem",7726 "polkadot-overseer",7727 "polkadot-primitives",7728 "rand 0.8.5",7729 "sp-application-crypto",7730 "sp-core",7731 "sp-keystore",7732 "thiserror",7733 "tracing-gum",7734]77357736[[package]]7737name = "polkadot-overseer"7738version = "0.9.22"7739source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7740dependencies = [7741 "futures 0.3.21",7742 "futures-timer",7743 "lru 0.7.6",7744 "parity-util-mem",7745 "parking_lot 0.12.1",7746 "polkadot-node-metrics",7747 "polkadot-node-network-protocol",7748 "polkadot-node-primitives",7749 "polkadot-node-subsystem-types",7750 "polkadot-overseer-gen",7751 "polkadot-primitives",7752 "sc-client-api",7753 "sp-api",7754 "tracing-gum",7755]77567757[[package]]7758name = "polkadot-overseer-gen"7759version = "0.9.22"7760source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7761dependencies = [7762 "async-trait",7763 "futures 0.3.21",7764 "futures-timer",7765 "metered-channel",7766 "pin-project 1.0.10",7767 "polkadot-node-network-protocol",7768 "polkadot-node-primitives",7769 "polkadot-overseer-gen-proc-macro",7770 "thiserror",7771 "tracing-gum",7772]77737774[[package]]7775name = "polkadot-overseer-gen-proc-macro"7776version = "0.9.22"7777source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7778dependencies = [7779 "expander 0.0.6",7780 "proc-macro-crate",7781 "proc-macro2",7782 "quote",7783 "syn",7784]77857786[[package]]7787name = "polkadot-parachain"7788version = "0.9.22"7789source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7790dependencies = [7791 "derive_more",7792 "frame-support",7793 "parity-scale-codec 3.1.2",7794 "parity-util-mem",7795 "polkadot-core-primitives",7796 "scale-info",7797 "serde",7798 "sp-core",7799 "sp-runtime",7800 "sp-std",7801]78027803[[package]]7804name = "polkadot-performance-test"7805version = "0.9.22"7806source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7807dependencies = [7808 "env_logger",7809 "kusama-runtime",7810 "log",7811 "polkadot-erasure-coding",7812 "polkadot-node-core-pvf",7813 "polkadot-node-primitives",7814 "quote",7815 "thiserror",7816]78177818[[package]]7819name = "polkadot-primitives"7820version = "0.9.22"7821source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7822dependencies = [7823 "bitvec 1.0.0",7824 "frame-system",7825 "hex-literal",7826 "parity-scale-codec 3.1.2",7827 "parity-util-mem",7828 "polkadot-core-primitives",7829 "polkadot-parachain",7830 "scale-info",7831 "serde",7832 "sp-api",7833 "sp-application-crypto",7834 "sp-arithmetic",7835 "sp-authority-discovery",7836 "sp-consensus-slots",7837 "sp-core",7838 "sp-inherents",7839 "sp-io",7840 "sp-keystore",7841 "sp-runtime",7842 "sp-staking",7843 "sp-std",7844 "sp-trie",7845 "sp-version",7846]78477848[[package]]7849name = "polkadot-rpc"7850version = "0.9.22"7851source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7852dependencies = [7853 "beefy-gadget",7854 "beefy-gadget-rpc",7855 "jsonrpsee",7856 "pallet-mmr-rpc",7857 "pallet-transaction-payment-rpc",7858 "polkadot-primitives",7859 "sc-chain-spec",7860 "sc-client-api",7861 "sc-consensus-babe",7862 "sc-consensus-babe-rpc",7863 "sc-consensus-epochs",7864 "sc-finality-grandpa",7865 "sc-finality-grandpa-rpc",7866 "sc-rpc",7867 "sc-sync-state-rpc",7868 "sc-transaction-pool-api",7869 "sp-api",7870 "sp-block-builder",7871 "sp-blockchain",7872 "sp-consensus",7873 "sp-consensus-babe",7874 "sp-keystore",7875 "sp-runtime",7876 "substrate-frame-rpc-system",7877 "substrate-state-trie-migration-rpc",7878]78797880[[package]]7881name = "polkadot-runtime"7882version = "0.9.22"7883source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7884dependencies = [7885 "beefy-primitives",7886 "bitvec 1.0.0",7887 "frame-benchmarking",7888 "frame-election-provider-support",7889 "frame-executive",7890 "frame-support",7891 "frame-system",7892 "frame-system-benchmarking",7893 "frame-system-rpc-runtime-api",7894 "frame-try-runtime",7895 "hex-literal",7896 "log",7897 "pallet-authority-discovery",7898 "pallet-authorship",7899 "pallet-babe",7900 "pallet-bags-list",7901 "pallet-balances",7902 "pallet-bounties",7903 "pallet-child-bounties",7904 "pallet-collective",7905 "pallet-democracy",7906 "pallet-election-provider-multi-phase",7907 "pallet-election-provider-support-benchmarking",7908 "pallet-elections-phragmen",7909 "pallet-grandpa",7910 "pallet-identity",7911 "pallet-im-online",7912 "pallet-indices",7913 "pallet-membership",7914 "pallet-multisig",7915 "pallet-nicks",7916 "pallet-offences",7917 "pallet-offences-benchmarking",7918 "pallet-preimage",7919 "pallet-proxy",7920 "pallet-scheduler",7921 "pallet-session",7922 "pallet-session-benchmarking",7923 "pallet-staking",7924 "pallet-staking-reward-curve",7925 "pallet-timestamp",7926 "pallet-tips",7927 "pallet-transaction-payment",7928 "pallet-transaction-payment-rpc-runtime-api",7929 "pallet-treasury",7930 "pallet-utility",7931 "pallet-vesting",7932 "pallet-xcm",7933 "parity-scale-codec 3.1.2",7934 "polkadot-primitives",7935 "polkadot-runtime-common",7936 "polkadot-runtime-constants",7937 "polkadot-runtime-parachains",7938 "rustc-hex",7939 "scale-info",7940 "serde",7941 "serde_derive",7942 "smallvec",7943 "sp-api",7944 "sp-authority-discovery",7945 "sp-block-builder",7946 "sp-consensus-babe",7947 "sp-core",7948 "sp-inherents",7949 "sp-io",7950 "sp-mmr-primitives",7951 "sp-npos-elections",7952 "sp-offchain",7953 "sp-runtime",7954 "sp-session",7955 "sp-staking",7956 "sp-std",7957 "sp-transaction-pool",7958 "sp-version",7959 "static_assertions",7960 "substrate-wasm-builder",7961 "xcm",7962 "xcm-builder",7963 "xcm-executor",7964]79657966[[package]]7967name = "polkadot-runtime-common"7968version = "0.9.22"7969source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7970dependencies = [7971 "beefy-primitives",7972 "bitvec 1.0.0",7973 "frame-benchmarking",7974 "frame-election-provider-support",7975 "frame-support",7976 "frame-system",7977 "impl-trait-for-tuples",7978 "libsecp256k1",7979 "log",7980 "pallet-authorship",7981 "pallet-babe",7982 "pallet-bags-list",7983 "pallet-balances",7984 "pallet-beefy-mmr",7985 "pallet-election-provider-multi-phase",7986 "pallet-session",7987 "pallet-staking",7988 "pallet-timestamp",7989 "pallet-transaction-payment",7990 "pallet-treasury",7991 "pallet-vesting",7992 "parity-scale-codec 3.1.2",7993 "polkadot-primitives",7994 "polkadot-runtime-parachains",7995 "rustc-hex",7996 "scale-info",7997 "serde",7998 "serde_derive",7999 "slot-range-helper",8000 "sp-api",8001 "sp-core",8002 "sp-inherents",8003 "sp-io",8004 "sp-npos-elections",8005 "sp-runtime",8006 "sp-session",8007 "sp-staking",8008 "sp-std",8009 "static_assertions",8010 "xcm",8011]80128013[[package]]8014name = "polkadot-runtime-constants"8015version = "0.9.22"8016source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8017dependencies = [8018 "frame-support",8019 "polkadot-primitives",8020 "polkadot-runtime-common",8021 "smallvec",8022 "sp-runtime",8023]80248025[[package]]8026name = "polkadot-runtime-metrics"8027version = "0.9.22"8028source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8029dependencies = [8030 "bs58",8031 "parity-scale-codec 3.1.2",8032 "polkadot-primitives",8033 "sp-std",8034 "sp-tracing",8035]80368037[[package]]8038name = "polkadot-runtime-parachains"8039version = "0.9.22"8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8041dependencies = [8042 "bitflags",8043 "bitvec 1.0.0",8044 "derive_more",8045 "frame-benchmarking",8046 "frame-support",8047 "frame-system",8048 "log",8049 "pallet-authority-discovery",8050 "pallet-authorship",8051 "pallet-babe",8052 "pallet-balances",8053 "pallet-session",8054 "pallet-staking",8055 "pallet-timestamp",8056 "pallet-vesting",8057 "parity-scale-codec 3.1.2",8058 "polkadot-primitives",8059 "polkadot-runtime-metrics",8060 "rand 0.8.5",8061 "rand_chacha 0.3.1",8062 "rustc-hex",8063 "scale-info",8064 "serde",8065 "sp-api",8066 "sp-application-crypto",8067 "sp-core",8068 "sp-inherents",8069 "sp-io",8070 "sp-keystore",8071 "sp-runtime",8072 "sp-session",8073 "sp-staking",8074 "sp-std",8075 "static_assertions",8076 "xcm",8077 "xcm-executor",8078]80798080[[package]]8081name = "polkadot-service"8082version = "0.9.22"8083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8084dependencies = [8085 "async-trait",8086 "beefy-gadget",8087 "beefy-primitives",8088 "frame-system-rpc-runtime-api",8089 "futures 0.3.21",8090 "hex-literal",8091 "kusama-runtime",8092 "kvdb",8093 "kvdb-rocksdb",8094 "lru 0.7.6",8095 "pallet-babe",8096 "pallet-im-online",8097 "pallet-staking",8098 "pallet-transaction-payment-rpc-runtime-api",8099 "parity-db",8100 "polkadot-approval-distribution",8101 "polkadot-availability-bitfield-distribution",8102 "polkadot-availability-distribution",8103 "polkadot-availability-recovery",8104 "polkadot-client",8105 "polkadot-collator-protocol",8106 "polkadot-dispute-distribution",8107 "polkadot-gossip-support",8108 "polkadot-network-bridge",8109 "polkadot-node-collation-generation",8110 "polkadot-node-core-approval-voting",8111 "polkadot-node-core-av-store",8112 "polkadot-node-core-backing",8113 "polkadot-node-core-bitfield-signing",8114 "polkadot-node-core-candidate-validation",8115 "polkadot-node-core-chain-api",8116 "polkadot-node-core-chain-selection",8117 "polkadot-node-core-dispute-coordinator",8118 "polkadot-node-core-parachains-inherent",8119 "polkadot-node-core-provisioner",8120 "polkadot-node-core-pvf-checker",8121 "polkadot-node-core-runtime-api",8122 "polkadot-node-network-protocol",8123 "polkadot-node-primitives",8124 "polkadot-node-subsystem",8125 "polkadot-node-subsystem-util",8126 "polkadot-overseer",8127 "polkadot-parachain",8128 "polkadot-primitives",8129 "polkadot-rpc",8130 "polkadot-runtime",8131 "polkadot-runtime-constants",8132 "polkadot-runtime-parachains",8133 "polkadot-statement-distribution",8134 "rococo-runtime",8135 "sc-authority-discovery",8136 "sc-basic-authorship",8137 "sc-block-builder",8138 "sc-chain-spec",8139 "sc-client-api",8140 "sc-client-db",8141 "sc-consensus",8142 "sc-consensus-babe",8143 "sc-consensus-slots",8144 "sc-consensus-uncles",8145 "sc-executor",8146 "sc-finality-grandpa",8147 "sc-keystore",8148 "sc-network",8149 "sc-offchain",8150 "sc-service",8151 "sc-sync-state-rpc",8152 "sc-sysinfo",8153 "sc-telemetry",8154 "sc-transaction-pool",8155 "serde",8156 "serde_json",8157 "sp-api",8158 "sp-authority-discovery",8159 "sp-block-builder",8160 "sp-blockchain",8161 "sp-consensus",8162 "sp-consensus-babe",8163 "sp-core",8164 "sp-finality-grandpa",8165 "sp-inherents",8166 "sp-io",8167 "sp-keystore",8168 "sp-offchain",8169 "sp-runtime",8170 "sp-session",8171 "sp-state-machine",8172 "sp-storage",8173 "sp-timestamp",8174 "sp-transaction-pool",8175 "sp-trie",8176 "substrate-prometheus-endpoint",8177 "thiserror",8178 "tracing-gum",8179 "westend-runtime",8180]81818182[[package]]8183name = "polkadot-statement-distribution"8184version = "0.9.22"8185source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8186dependencies = [8187 "arrayvec 0.5.2",8188 "fatality",8189 "futures 0.3.21",8190 "indexmap",8191 "parity-scale-codec 3.1.2",8192 "polkadot-node-network-protocol",8193 "polkadot-node-primitives",8194 "polkadot-node-subsystem",8195 "polkadot-node-subsystem-util",8196 "polkadot-primitives",8197 "sp-keystore",8198 "sp-staking",8199 "thiserror",8200 "tracing-gum",8201]82028203[[package]]8204name = "polkadot-statement-table"8205version = "0.9.22"8206source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8207dependencies = [8208 "parity-scale-codec 3.1.2",8209 "polkadot-primitives",8210 "sp-core",8211]82128213[[package]]8214name = "polkadot-test-runtime"8215version = "0.9.22"8216source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8217dependencies = [8218 "beefy-primitives",8219 "bitvec 1.0.0",8220 "frame-election-provider-support",8221 "frame-executive",8222 "frame-support",8223 "frame-system",8224 "frame-system-rpc-runtime-api",8225 "log",8226 "pallet-authority-discovery",8227 "pallet-authorship",8228 "pallet-babe",8229 "pallet-balances",8230 "pallet-grandpa",8231 "pallet-indices",8232 "pallet-nicks",8233 "pallet-offences",8234 "pallet-session",8235 "pallet-staking",8236 "pallet-staking-reward-curve",8237 "pallet-sudo",8238 "pallet-timestamp",8239 "pallet-transaction-payment",8240 "pallet-transaction-payment-rpc-runtime-api",8241 "pallet-vesting",8242 "pallet-xcm",8243 "parity-scale-codec 3.1.2",8244 "polkadot-parachain",8245 "polkadot-primitives",8246 "polkadot-runtime-common",8247 "polkadot-runtime-parachains",8248 "rustc-hex",8249 "scale-info",8250 "serde",8251 "serde_derive",8252 "smallvec",8253 "sp-api",8254 "sp-authority-discovery",8255 "sp-block-builder",8256 "sp-consensus-babe",8257 "sp-core",8258 "sp-inherents",8259 "sp-io",8260 "sp-mmr-primitives",8261 "sp-offchain",8262 "sp-runtime",8263 "sp-session",8264 "sp-staking",8265 "sp-std",8266 "sp-transaction-pool",8267 "sp-version",8268 "substrate-wasm-builder",8269 "test-runtime-constants",8270 "xcm",8271 "xcm-builder",8272 "xcm-executor",8273]82748275[[package]]8276name = "polkadot-test-service"8277version = "0.9.22"8278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8279dependencies = [8280 "frame-benchmarking",8281 "frame-system",8282 "futures 0.1.31",8283 "futures 0.3.21",8284 "hex",8285 "pallet-balances",8286 "pallet-staking",8287 "pallet-transaction-payment",8288 "polkadot-node-primitives",8289 "polkadot-node-subsystem",8290 "polkadot-overseer",8291 "polkadot-parachain",8292 "polkadot-primitives",8293 "polkadot-rpc",8294 "polkadot-runtime-common",8295 "polkadot-runtime-parachains",8296 "polkadot-service",8297 "polkadot-test-runtime",8298 "rand 0.8.5",8299 "sc-authority-discovery",8300 "sc-chain-spec",8301 "sc-cli",8302 "sc-client-api",8303 "sc-consensus",8304 "sc-consensus-babe",8305 "sc-executor",8306 "sc-finality-grandpa",8307 "sc-network",8308 "sc-service",8309 "sc-tracing",8310 "sc-transaction-pool",8311 "sp-arithmetic",8312 "sp-authority-discovery",8313 "sp-blockchain",8314 "sp-consensus",8315 "sp-consensus-babe",8316 "sp-core",8317 "sp-finality-grandpa",8318 "sp-inherents",8319 "sp-keyring",8320 "sp-runtime",8321 "sp-state-machine",8322 "substrate-test-client",8323 "tempfile",8324 "test-runtime-constants",8325 "tokio 1.18.2",8326 "tracing-gum",8327]83288329[[package]]8330name = "polling"8331version = "2.2.0"8332source = "registry+https://github.com/rust-lang/crates.io-index"8333checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8334dependencies = [8335 "cfg-if 1.0.0",8336 "libc",8337 "log",8338 "wepoll-ffi",8339 "winapi",8340]83418342[[package]]8343name = "poly1305"8344version = "0.7.2"8345source = "registry+https://github.com/rust-lang/crates.io-index"8346checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8347dependencies = [8348 "cpufeatures",8349 "opaque-debug 0.3.0",8350 "universal-hash",8351]83528353[[package]]8354name = "polyval"8355version = "0.5.3"8356source = "registry+https://github.com/rust-lang/crates.io-index"8357checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8358dependencies = [8359 "cfg-if 1.0.0",8360 "cpufeatures",8361 "opaque-debug 0.3.0",8362 "universal-hash",8363]83648365[[package]]8366name = "ppv-lite86"8367version = "0.2.16"8368source = "registry+https://github.com/rust-lang/crates.io-index"8369checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83708371[[package]]8372name = "prettytable-rs"8373version = "0.8.0"8374source = "registry+https://github.com/rust-lang/crates.io-index"8375checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8376dependencies = [8377 "atty",8378 "csv",8379 "encode_unicode",8380 "lazy_static",8381 "term",8382 "unicode-width",8383]83848385[[package]]8386name = "primitive-types"8387version = "0.11.1"8388source = "registry+https://github.com/rust-lang/crates.io-index"8389checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8390dependencies = [8391 "fixed-hash",8392 "impl-codec",8393 "impl-rlp",8394 "impl-serde",8395 "scale-info",8396 "uint",8397]83988399[[package]]8400name = "proc-macro-crate"8401version = "1.1.3"8402source = "registry+https://github.com/rust-lang/crates.io-index"8403checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8404dependencies = [8405 "thiserror",8406 "toml",8407]84088409[[package]]8410name = "proc-macro-error"8411version = "1.0.4"8412source = "registry+https://github.com/rust-lang/crates.io-index"8413checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8414dependencies = [8415 "proc-macro-error-attr",8416 "proc-macro2",8417 "quote",8418 "syn",8419 "version_check",8420]84218422[[package]]8423name = "proc-macro-error-attr"8424version = "1.0.4"8425source = "registry+https://github.com/rust-lang/crates.io-index"8426checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8427dependencies = [8428 "proc-macro2",8429 "quote",8430 "version_check",8431]84328433[[package]]8434name = "proc-macro2"8435version = "1.0.39"8436source = "registry+https://github.com/rust-lang/crates.io-index"8437checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8438dependencies = [8439 "unicode-ident",8440]84418442[[package]]8443name = "prometheus"8444version = "0.13.1"8445source = "registry+https://github.com/rust-lang/crates.io-index"8446checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8447dependencies = [8448 "cfg-if 1.0.0",8449 "fnv",8450 "lazy_static",8451 "memchr",8452 "parking_lot 0.12.1",8453 "thiserror",8454]84558456[[package]]8457name = "prometheus-client"8458version = "0.15.1"8459source = "registry+https://github.com/rust-lang/crates.io-index"8460checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8461dependencies = [8462 "dtoa",8463 "itoa 1.0.2",8464 "owning_ref",8465 "prometheus-client-derive-text-encode",8466]84678468[[package]]8469name = "prometheus-client-derive-text-encode"8470version = "0.2.0"8471source = "registry+https://github.com/rust-lang/crates.io-index"8472checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8473dependencies = [8474 "proc-macro2",8475 "quote",8476 "syn",8477]84788479[[package]]8480name = "prost"8481version = "0.9.0"8482source = "registry+https://github.com/rust-lang/crates.io-index"8483checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8484dependencies = [8485 "bytes 1.1.0",8486 "prost-derive",8487]84888489[[package]]8490name = "prost-build"8491version = "0.9.0"8492source = "registry+https://github.com/rust-lang/crates.io-index"8493checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8494dependencies = [8495 "bytes 1.1.0",8496 "heck 0.3.3",8497 "itertools",8498 "lazy_static",8499 "log",8500 "multimap",8501 "petgraph",8502 "prost",8503 "prost-types",8504 "regex",8505 "tempfile",8506 "which",8507]85088509[[package]]8510name = "prost-derive"8511version = "0.9.0"8512source = "registry+https://github.com/rust-lang/crates.io-index"8513checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8514dependencies = [8515 "anyhow",8516 "itertools",8517 "proc-macro2",8518 "quote",8519 "syn",8520]85218522[[package]]8523name = "prost-types"8524version = "0.9.0"8525source = "registry+https://github.com/rust-lang/crates.io-index"8526checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8527dependencies = [8528 "bytes 1.1.0",8529 "prost",8530]85318532[[package]]8533name = "psm"8534version = "0.1.18"8535source = "registry+https://github.com/rust-lang/crates.io-index"8536checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8537dependencies = [8538 "cc",8539]85408541[[package]]8542name = "quartz-runtime"8543version = "0.9.22"8544dependencies = [8545 "cumulus-pallet-aura-ext",8546 "cumulus-pallet-dmp-queue",8547 "cumulus-pallet-parachain-system",8548 "cumulus-pallet-xcm",8549 "cumulus-pallet-xcmp-queue",8550 "cumulus-primitives-core",8551 "cumulus-primitives-timestamp",8552 "cumulus-primitives-utility",8553 "derivative",8554 "fp-evm-mapping",8555 "fp-rpc",8556 "fp-self-contained",8557 "frame-executive",8558 "frame-support",8559 "frame-system",8560 "frame-system-rpc-runtime-api",8561 "frame-try-runtime",8562 "log",8563 "orml-vesting",8564 "pallet-aura",8565 "pallet-balances",8566 "pallet-base-fee",8567 "pallet-common",8568 "pallet-ethereum",8569 "pallet-evm",8570 "pallet-evm-coder-substrate",8571 "pallet-evm-contract-helpers",8572 "pallet-evm-migration",8573 "pallet-evm-transaction-payment",8574 "pallet-fungible",8575 "pallet-inflation",8576 "pallet-nonfungible",8577 "pallet-randomness-collective-flip",8578 "pallet-refungible",8579 "pallet-rmrk-core",8580 "pallet-structure",8581 "pallet-sudo",8582 "pallet-template-transaction-payment",8583 "pallet-timestamp",8584 "pallet-transaction-payment",8585 "pallet-transaction-payment-rpc-runtime-api",8586 "pallet-treasury",8587 "pallet-unique",8588 "pallet-unq-scheduler",8589 "pallet-xcm",8590 "parachain-info",8591 "parity-scale-codec 3.1.2",8592 "polkadot-parachain",8593 "rmrk-rpc",8594 "scale-info",8595 "serde",8596 "smallvec",8597 "sp-api",8598 "sp-arithmetic",8599 "sp-block-builder",8600 "sp-consensus-aura",8601 "sp-core",8602 "sp-inherents",8603 "sp-io",8604 "sp-offchain",8605 "sp-runtime",8606 "sp-session",8607 "sp-std",8608 "sp-transaction-pool",8609 "sp-version",8610 "substrate-wasm-builder",8611 "unique-runtime-common",8612 "up-data-structs",8613 "up-rpc",8614 "xcm",8615 "xcm-builder",8616 "xcm-executor",8617]86188619[[package]]8620name = "quick-error"8621version = "1.2.3"8622source = "registry+https://github.com/rust-lang/crates.io-index"8623checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86248625[[package]]8626name = "quicksink"8627version = "0.1.2"8628source = "registry+https://github.com/rust-lang/crates.io-index"8629checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8630dependencies = [8631 "futures-core",8632 "futures-sink",8633 "pin-project-lite 0.1.12",8634]86358636[[package]]8637name = "quote"8638version = "1.0.18"8639source = "registry+https://github.com/rust-lang/crates.io-index"8640checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8641dependencies = [8642 "proc-macro2",8643]86448645[[package]]8646name = "radium"8647version = "0.6.2"8648source = "registry+https://github.com/rust-lang/crates.io-index"8649checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"86508651[[package]]8652name = "radium"8653version = "0.7.0"8654source = "registry+https://github.com/rust-lang/crates.io-index"8655checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"86568657[[package]]8658name = "rand"8659version = "0.7.3"8660source = "registry+https://github.com/rust-lang/crates.io-index"8661checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8662dependencies = [8663 "getrandom 0.1.16",8664 "libc",8665 "rand_chacha 0.2.2",8666 "rand_core 0.5.1",8667 "rand_hc",8668 "rand_pcg 0.2.1",8669]86708671[[package]]8672name = "rand"8673version = "0.8.5"8674source = "registry+https://github.com/rust-lang/crates.io-index"8675checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8676dependencies = [8677 "libc",8678 "rand_chacha 0.3.1",8679 "rand_core 0.6.3",8680]86818682[[package]]8683name = "rand_chacha"8684version = "0.2.2"8685source = "registry+https://github.com/rust-lang/crates.io-index"8686checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8687dependencies = [8688 "ppv-lite86",8689 "rand_core 0.5.1",8690]86918692[[package]]8693name = "rand_chacha"8694version = "0.3.1"8695source = "registry+https://github.com/rust-lang/crates.io-index"8696checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8697dependencies = [8698 "ppv-lite86",8699 "rand_core 0.6.3",8700]87018702[[package]]8703name = "rand_core"8704version = "0.5.1"8705source = "registry+https://github.com/rust-lang/crates.io-index"8706checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8707dependencies = [8708 "getrandom 0.1.16",8709]87108711[[package]]8712name = "rand_core"8713version = "0.6.3"8714source = "registry+https://github.com/rust-lang/crates.io-index"8715checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8716dependencies = [8717 "getrandom 0.2.6",8718]87198720[[package]]8721name = "rand_distr"8722version = "0.4.3"8723source = "registry+https://github.com/rust-lang/crates.io-index"8724checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8725dependencies = [8726 "num-traits",8727 "rand 0.8.5",8728]87298730[[package]]8731name = "rand_hc"8732version = "0.2.0"8733source = "registry+https://github.com/rust-lang/crates.io-index"8734checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8735dependencies = [8736 "rand_core 0.5.1",8737]87388739[[package]]8740name = "rand_pcg"8741version = "0.2.1"8742source = "registry+https://github.com/rust-lang/crates.io-index"8743checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8744dependencies = [8745 "rand_core 0.5.1",8746]87478748[[package]]8749name = "rand_pcg"8750version = "0.3.1"8751source = "registry+https://github.com/rust-lang/crates.io-index"8752checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8753dependencies = [8754 "rand_core 0.6.3",8755]87568757[[package]]8758name = "rawpointer"8759version = "0.2.1"8760source = "registry+https://github.com/rust-lang/crates.io-index"8761checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"87628763[[package]]8764name = "rayon"8765version = "1.5.3"8766source = "registry+https://github.com/rust-lang/crates.io-index"8767checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8768dependencies = [8769 "autocfg",8770 "crossbeam-deque",8771 "either",8772 "rayon-core",8773]87748775[[package]]8776name = "rayon-core"8777version = "1.9.3"8778source = "registry+https://github.com/rust-lang/crates.io-index"8779checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8780dependencies = [8781 "crossbeam-channel",8782 "crossbeam-deque",8783 "crossbeam-utils",8784 "num_cpus",8785]87868787[[package]]8788name = "redox_syscall"8789version = "0.1.57"8790source = "registry+https://github.com/rust-lang/crates.io-index"8791checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"87928793[[package]]8794name = "redox_syscall"8795version = "0.2.13"8796source = "registry+https://github.com/rust-lang/crates.io-index"8797checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8798dependencies = [8799 "bitflags",8800]88018802[[package]]8803name = "redox_users"8804version = "0.3.5"8805source = "registry+https://github.com/rust-lang/crates.io-index"8806checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8807dependencies = [8808 "getrandom 0.1.16",8809 "redox_syscall 0.1.57",8810 "rust-argon2",8811]88128813[[package]]8814name = "redox_users"8815version = "0.4.3"8816source = "registry+https://github.com/rust-lang/crates.io-index"8817checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8818dependencies = [8819 "getrandom 0.2.6",8820 "redox_syscall 0.2.13",8821 "thiserror",8822]88238824[[package]]8825name = "reed-solomon-novelpoly"8826version = "1.0.0"8827source = "registry+https://github.com/rust-lang/crates.io-index"8828checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8829dependencies = [8830 "derive_more",8831 "fs-err",8832 "itertools",8833 "static_init",8834 "thiserror",8835]88368837[[package]]8838name = "ref-cast"8839version = "1.0.7"8840source = "registry+https://github.com/rust-lang/crates.io-index"8841checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8842dependencies = [8843 "ref-cast-impl",8844]88458846[[package]]8847name = "ref-cast-impl"8848version = "1.0.7"8849source = "registry+https://github.com/rust-lang/crates.io-index"8850checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8851dependencies = [8852 "proc-macro2",8853 "quote",8854 "syn",8855]88568857[[package]]8858name = "regalloc"8859version = "0.0.34"8860source = "registry+https://github.com/rust-lang/crates.io-index"8861checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8862dependencies = [8863 "log",8864 "rustc-hash",8865 "smallvec",8866]88678868[[package]]8869name = "regex"8870version = "1.5.6"8871source = "registry+https://github.com/rust-lang/crates.io-index"8872checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8873dependencies = [8874 "aho-corasick",8875 "memchr",8876 "regex-syntax",8877]88788879[[package]]8880name = "regex-automata"8881version = "0.1.10"8882source = "registry+https://github.com/rust-lang/crates.io-index"8883checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8884dependencies = [8885 "regex-syntax",8886]88878888[[package]]8889name = "regex-syntax"8890version = "0.6.26"8891source = "registry+https://github.com/rust-lang/crates.io-index"8892checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"88938894[[package]]8895name = "region"8896version = "2.2.0"8897source = "registry+https://github.com/rust-lang/crates.io-index"8898checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8899dependencies = [8900 "bitflags",8901 "libc",8902 "mach",8903 "winapi",8904]89058906[[package]]8907name = "remote-externalities"8908version = "0.10.0-dev"8909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"8910dependencies = [8911 "env_logger",8912 "jsonrpsee",8913 "log",8914 "parity-scale-codec 3.1.2",8915 "serde",8916 "serde_json",8917 "sp-core",8918 "sp-io",8919 "sp-runtime",8920 "sp-version",8921]89228923[[package]]8924name = "remove_dir_all"8925version = "0.5.3"8926source = "registry+https://github.com/rust-lang/crates.io-index"8927checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8928dependencies = [8929 "winapi",8930]89318932[[package]]8933name = "resolv-conf"8934version = "0.7.0"8935source = "registry+https://github.com/rust-lang/crates.io-index"8936checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8937dependencies = [8938 "hostname",8939 "quick-error",8940]89418942[[package]]8943name = "retain_mut"8944version = "0.1.9"8945source = "registry+https://github.com/rust-lang/crates.io-index"8946checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89478948[[package]]8949name = "rfc6979"8950version = "0.1.0"8951source = "registry+https://github.com/rust-lang/crates.io-index"8952checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8953dependencies = [8954 "crypto-bigint",8955 "hmac 0.11.0",8956 "zeroize",8957]89588959[[package]]8960name = "ring"8961version = "0.16.20"8962source = "registry+https://github.com/rust-lang/crates.io-index"8963checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8964dependencies = [8965 "cc",8966 "libc",8967 "once_cell",8968 "spin",8969 "untrusted",8970 "web-sys",8971 "winapi",8972]89738974[[package]]8975name = "rlp"8976version = "0.5.1"8977source = "registry+https://github.com/rust-lang/crates.io-index"8978checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8979dependencies = [8980 "bytes 1.1.0",8981 "rustc-hex",8982]89838984[[package]]8985name = "rlp-derive"8986version = "0.1.0"8987source = "registry+https://github.com/rust-lang/crates.io-index"8988checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8989dependencies = [8990 "proc-macro2",8991 "quote",8992 "syn",8993]89948995[[package]]8996name = "rmrk-rpc"8997version = "0.0.1"8998dependencies = [8999 "parity-scale-codec 2.3.1",9000 "serde",9001 "sp-api",9002 "sp-core",9003 "sp-runtime",9004 "sp-std",9005 "up-data-structs",9006]90079008[[package]]9009name = "rocksdb"9010version = "0.18.0"9011source = "registry+https://github.com/rust-lang/crates.io-index"9012checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9013dependencies = [9014 "libc",9015 "librocksdb-sys",9016]90179018[[package]]9019name = "rococo-runtime"9020version = "0.9.22"9021source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9022dependencies = [9023 "beefy-merkle-tree",9024 "beefy-primitives",9025 "bp-messages",9026 "bp-rococo",9027 "bp-runtime",9028 "bp-wococo",9029 "bridge-runtime-common",9030 "frame-benchmarking",9031 "frame-executive",9032 "frame-support",9033 "frame-system",9034 "frame-system-benchmarking",9035 "frame-system-rpc-runtime-api",9036 "hex-literal",9037 "log",9038 "pallet-authority-discovery",9039 "pallet-authorship",9040 "pallet-babe",9041 "pallet-balances",9042 "pallet-beefy",9043 "pallet-beefy-mmr",9044 "pallet-bridge-dispatch",9045 "pallet-bridge-grandpa",9046 "pallet-bridge-messages",9047 "pallet-collective",9048 "pallet-grandpa",9049 "pallet-im-online",9050 "pallet-indices",9051 "pallet-membership",9052 "pallet-mmr",9053 "pallet-multisig",9054 "pallet-offences",9055 "pallet-proxy",9056 "pallet-session",9057 "pallet-staking",9058 "pallet-sudo",9059 "pallet-timestamp",9060 "pallet-transaction-payment",9061 "pallet-transaction-payment-rpc-runtime-api",9062 "pallet-utility",9063 "pallet-xcm",9064 "parity-scale-codec 3.1.2",9065 "polkadot-parachain",9066 "polkadot-primitives",9067 "polkadot-runtime-common",9068 "polkadot-runtime-parachains",9069 "rococo-runtime-constants",9070 "scale-info",9071 "serde",9072 "serde_derive",9073 "smallvec",9074 "sp-api",9075 "sp-authority-discovery",9076 "sp-block-builder",9077 "sp-consensus-babe",9078 "sp-core",9079 "sp-inherents",9080 "sp-io",9081 "sp-mmr-primitives",9082 "sp-offchain",9083 "sp-runtime",9084 "sp-session",9085 "sp-staking",9086 "sp-std",9087 "sp-transaction-pool",9088 "sp-version",9089 "substrate-wasm-builder",9090 "xcm",9091 "xcm-builder",9092 "xcm-executor",9093]90949095[[package]]9096name = "rococo-runtime-constants"9097version = "0.9.22"9098source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9099dependencies = [9100 "frame-support",9101 "polkadot-primitives",9102 "polkadot-runtime-common",9103 "smallvec",9104 "sp-runtime",9105]91069107[[package]]9108name = "rpassword"9109version = "5.0.1"9110source = "registry+https://github.com/rust-lang/crates.io-index"9111checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9112dependencies = [9113 "libc",9114 "winapi",9115]91169117[[package]]9118name = "rtnetlink"9119version = "0.9.1"9120source = "registry+https://github.com/rust-lang/crates.io-index"9121checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9122dependencies = [9123 "async-global-executor",9124 "futures 0.3.21",9125 "log",9126 "netlink-packet-route",9127 "netlink-proto",9128 "nix",9129 "thiserror",9130]91319132[[package]]9133name = "rust-argon2"9134version = "0.8.3"9135source = "registry+https://github.com/rust-lang/crates.io-index"9136checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9137dependencies = [9138 "base64",9139 "blake2b_simd 0.5.11",9140 "constant_time_eq",9141 "crossbeam-utils",9142]91439144[[package]]9145name = "rustc-demangle"9146version = "0.1.21"9147source = "registry+https://github.com/rust-lang/crates.io-index"9148checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91499150[[package]]9151name = "rustc-hash"9152version = "1.1.0"9153source = "registry+https://github.com/rust-lang/crates.io-index"9154checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91559156[[package]]9157name = "rustc-hex"9158version = "2.1.0"9159source = "registry+https://github.com/rust-lang/crates.io-index"9160checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91619162[[package]]9163name = "rustc_version"9164version = "0.2.3"9165source = "registry+https://github.com/rust-lang/crates.io-index"9166checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9167dependencies = [9168 "semver 0.9.0",9169]91709171[[package]]9172name = "rustc_version"9173version = "0.4.0"9174source = "registry+https://github.com/rust-lang/crates.io-index"9175checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9176dependencies = [9177 "semver 1.0.9",9178]91799180[[package]]9181name = "rustix"9182version = "0.33.7"9183source = "registry+https://github.com/rust-lang/crates.io-index"9184checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9185dependencies = [9186 "bitflags",9187 "errno",9188 "io-lifetimes",9189 "libc",9190 "linux-raw-sys",9191 "winapi",9192]91939194[[package]]9195name = "rustls"9196version = "0.19.1"9197source = "registry+https://github.com/rust-lang/crates.io-index"9198checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9199dependencies = [9200 "base64",9201 "log",9202 "ring",9203 "sct 0.6.1",9204 "webpki 0.21.4",9205]92069207[[package]]9208name = "rustls"9209version = "0.20.6"9210source = "registry+https://github.com/rust-lang/crates.io-index"9211checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9212dependencies = [9213 "log",9214 "ring",9215 "sct 0.7.0",9216 "webpki 0.22.0",9217]92189219[[package]]9220name = "rustls-native-certs"9221version = "0.5.0"9222source = "registry+https://github.com/rust-lang/crates.io-index"9223checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9224dependencies = [9225 "openssl-probe",9226 "rustls 0.19.1",9227 "schannel",9228 "security-framework",9229]92309231[[package]]9232name = "rustls-native-certs"9233version = "0.6.2"9234source = "registry+https://github.com/rust-lang/crates.io-index"9235checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9236dependencies = [9237 "openssl-probe",9238 "rustls-pemfile",9239 "schannel",9240 "security-framework",9241]92429243[[package]]9244name = "rustls-pemfile"9245version = "1.0.0"9246source = "registry+https://github.com/rust-lang/crates.io-index"9247checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9248dependencies = [9249 "base64",9250]92519252[[package]]9253name = "rustversion"9254version = "1.0.6"9255source = "registry+https://github.com/rust-lang/crates.io-index"9256checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"92579258[[package]]9259name = "rw-stream-sink"9260version = "0.2.1"9261source = "registry+https://github.com/rust-lang/crates.io-index"9262checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9263dependencies = [9264 "futures 0.3.21",9265 "pin-project 0.4.29",9266 "static_assertions",9267]92689269[[package]]9270name = "ryu"9271version = "1.0.10"9272source = "registry+https://github.com/rust-lang/crates.io-index"9273checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92749275[[package]]9276name = "safe-mix"9277version = "1.0.1"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9280dependencies = [9281 "rustc_version 0.2.3",9282]92839284[[package]]9285name = "salsa20"9286version = "0.9.0"9287source = "registry+https://github.com/rust-lang/crates.io-index"9288checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9289dependencies = [9290 "cipher",9291]92929293[[package]]9294name = "same-file"9295version = "1.0.6"9296source = "registry+https://github.com/rust-lang/crates.io-index"9297checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9298dependencies = [9299 "winapi-util",9300]93019302[[package]]9303name = "sc-allocator"9304version = "4.1.0-dev"9305source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9306dependencies = [9307 "log",9308 "sp-core",9309 "sp-wasm-interface",9310 "thiserror",9311]93129313[[package]]9314name = "sc-authority-discovery"9315version = "0.10.0-dev"9316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9317dependencies = [9318 "async-trait",9319 "futures 0.3.21",9320 "futures-timer",9321 "ip_network",9322 "libp2p",9323 "log",9324 "parity-scale-codec 3.1.2",9325 "prost",9326 "prost-build",9327 "rand 0.7.3",9328 "sc-client-api",9329 "sc-network",9330 "sp-api",9331 "sp-authority-discovery",9332 "sp-blockchain",9333 "sp-core",9334 "sp-keystore",9335 "sp-runtime",9336 "substrate-prometheus-endpoint",9337 "thiserror",9338]93399340[[package]]9341name = "sc-basic-authorship"9342version = "0.10.0-dev"9343source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9344dependencies = [9345 "futures 0.3.21",9346 "futures-timer",9347 "log",9348 "parity-scale-codec 3.1.2",9349 "sc-block-builder",9350 "sc-client-api",9351 "sc-proposer-metrics",9352 "sc-telemetry",9353 "sc-transaction-pool-api",9354 "sp-api",9355 "sp-blockchain",9356 "sp-consensus",9357 "sp-core",9358 "sp-inherents",9359 "sp-runtime",9360 "substrate-prometheus-endpoint",9361]93629363[[package]]9364name = "sc-block-builder"9365version = "0.10.0-dev"9366source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9367dependencies = [9368 "parity-scale-codec 3.1.2",9369 "sc-client-api",9370 "sp-api",9371 "sp-block-builder",9372 "sp-blockchain",9373 "sp-core",9374 "sp-inherents",9375 "sp-runtime",9376 "sp-state-machine",9377]93789379[[package]]9380name = "sc-chain-spec"9381version = "4.0.0-dev"9382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9383dependencies = [9384 "impl-trait-for-tuples",9385 "memmap2 0.5.3",9386 "parity-scale-codec 3.1.2",9387 "sc-chain-spec-derive",9388 "sc-network",9389 "sc-telemetry",9390 "serde",9391 "serde_json",9392 "sp-core",9393 "sp-runtime",9394]93959396[[package]]9397name = "sc-chain-spec-derive"9398version = "4.0.0-dev"9399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9400dependencies = [9401 "proc-macro-crate",9402 "proc-macro2",9403 "quote",9404 "syn",9405]94069407[[package]]9408name = "sc-cli"9409version = "0.10.0-dev"9410source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9411dependencies = [9412 "chrono",9413 "clap",9414 "fdlimit",9415 "futures 0.3.21",9416 "hex",9417 "libp2p",9418 "log",9419 "names",9420 "parity-scale-codec 3.1.2",9421 "rand 0.7.3",9422 "regex",9423 "rpassword",9424 "sc-client-api",9425 "sc-client-db",9426 "sc-keystore",9427 "sc-network",9428 "sc-service",9429 "sc-telemetry",9430 "sc-tracing",9431 "sc-utils",9432 "serde",9433 "serde_json",9434 "sp-blockchain",9435 "sp-core",9436 "sp-keyring",9437 "sp-keystore",9438 "sp-panic-handler",9439 "sp-runtime",9440 "sp-version",9441 "thiserror",9442 "tiny-bip39",9443 "tokio 1.18.2",9444]94459446[[package]]9447name = "sc-client-api"9448version = "4.0.0-dev"9449source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9450dependencies = [9451 "fnv",9452 "futures 0.3.21",9453 "hash-db",9454 "log",9455 "parity-scale-codec 3.1.2",9456 "parking_lot 0.12.1",9457 "sc-executor",9458 "sc-transaction-pool-api",9459 "sc-utils",9460 "sp-api",9461 "sp-blockchain",9462 "sp-consensus",9463 "sp-core",9464 "sp-database",9465 "sp-externalities",9466 "sp-keystore",9467 "sp-runtime",9468 "sp-state-machine",9469 "sp-storage",9470 "sp-trie",9471 "substrate-prometheus-endpoint",9472]94739474[[package]]9475name = "sc-client-db"9476version = "0.10.0-dev"9477source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9478dependencies = [9479 "hash-db",9480 "kvdb",9481 "kvdb-memorydb",9482 "kvdb-rocksdb",9483 "linked-hash-map",9484 "log",9485 "parity-db",9486 "parity-scale-codec 3.1.2",9487 "parking_lot 0.12.1",9488 "sc-client-api",9489 "sc-state-db",9490 "sp-arithmetic",9491 "sp-blockchain",9492 "sp-core",9493 "sp-database",9494 "sp-runtime",9495 "sp-state-machine",9496 "sp-trie",9497]94989499[[package]]9500name = "sc-consensus"9501version = "0.10.0-dev"9502source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9503dependencies = [9504 "async-trait",9505 "futures 0.3.21",9506 "futures-timer",9507 "libp2p",9508 "log",9509 "parking_lot 0.12.1",9510 "sc-client-api",9511 "sc-utils",9512 "serde",9513 "sp-api",9514 "sp-blockchain",9515 "sp-consensus",9516 "sp-core",9517 "sp-runtime",9518 "sp-state-machine",9519 "substrate-prometheus-endpoint",9520 "thiserror",9521]95229523[[package]]9524name = "sc-consensus-aura"9525version = "0.10.0-dev"9526source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9527dependencies = [9528 "async-trait",9529 "futures 0.3.21",9530 "log",9531 "parity-scale-codec 3.1.2",9532 "sc-block-builder",9533 "sc-client-api",9534 "sc-consensus",9535 "sc-consensus-slots",9536 "sc-telemetry",9537 "sp-api",9538 "sp-application-crypto",9539 "sp-block-builder",9540 "sp-blockchain",9541 "sp-consensus",9542 "sp-consensus-aura",9543 "sp-consensus-slots",9544 "sp-core",9545 "sp-inherents",9546 "sp-keystore",9547 "sp-runtime",9548 "substrate-prometheus-endpoint",9549 "thiserror",9550]95519552[[package]]9553name = "sc-consensus-babe"9554version = "0.10.0-dev"9555source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9556dependencies = [9557 "async-trait",9558 "fork-tree",9559 "futures 0.3.21",9560 "log",9561 "merlin",9562 "num-bigint",9563 "num-rational 0.2.4",9564 "num-traits",9565 "parity-scale-codec 3.1.2",9566 "parking_lot 0.12.1",9567 "rand 0.7.3",9568 "retain_mut",9569 "sc-client-api",9570 "sc-consensus",9571 "sc-consensus-epochs",9572 "sc-consensus-slots",9573 "sc-keystore",9574 "sc-telemetry",9575 "schnorrkel",9576 "serde",9577 "sp-api",9578 "sp-application-crypto",9579 "sp-block-builder",9580 "sp-blockchain",9581 "sp-consensus",9582 "sp-consensus-babe",9583 "sp-consensus-slots",9584 "sp-consensus-vrf",9585 "sp-core",9586 "sp-inherents",9587 "sp-io",9588 "sp-keystore",9589 "sp-runtime",9590 "sp-version",9591 "substrate-prometheus-endpoint",9592 "thiserror",9593]95949595[[package]]9596name = "sc-consensus-babe-rpc"9597version = "0.10.0-dev"9598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9599dependencies = [9600 "futures 0.3.21",9601 "jsonrpsee",9602 "sc-consensus-babe",9603 "sc-consensus-epochs",9604 "sc-rpc-api",9605 "serde",9606 "sp-api",9607 "sp-application-crypto",9608 "sp-blockchain",9609 "sp-consensus",9610 "sp-consensus-babe",9611 "sp-core",9612 "sp-keystore",9613 "sp-runtime",9614 "thiserror",9615]96169617[[package]]9618name = "sc-consensus-epochs"9619version = "0.10.0-dev"9620source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9621dependencies = [9622 "fork-tree",9623 "parity-scale-codec 3.1.2",9624 "sc-client-api",9625 "sc-consensus",9626 "sp-blockchain",9627 "sp-runtime",9628]96299630[[package]]9631name = "sc-consensus-manual-seal"9632version = "0.10.0-dev"9633source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9634dependencies = [9635 "assert_matches",9636 "async-trait",9637 "futures 0.3.21",9638 "jsonrpsee",9639 "log",9640 "parity-scale-codec 3.1.2",9641 "sc-client-api",9642 "sc-consensus",9643 "sc-consensus-aura",9644 "sc-consensus-babe",9645 "sc-consensus-epochs",9646 "sc-transaction-pool",9647 "sc-transaction-pool-api",9648 "serde",9649 "sp-api",9650 "sp-blockchain",9651 "sp-consensus",9652 "sp-consensus-aura",9653 "sp-consensus-babe",9654 "sp-consensus-slots",9655 "sp-core",9656 "sp-inherents",9657 "sp-keystore",9658 "sp-runtime",9659 "sp-timestamp",9660 "substrate-prometheus-endpoint",9661 "thiserror",9662]96639664[[package]]9665name = "sc-consensus-slots"9666version = "0.10.0-dev"9667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9668dependencies = [9669 "async-trait",9670 "futures 0.3.21",9671 "futures-timer",9672 "log",9673 "parity-scale-codec 3.1.2",9674 "sc-client-api",9675 "sc-consensus",9676 "sc-telemetry",9677 "sp-arithmetic",9678 "sp-blockchain",9679 "sp-consensus",9680 "sp-consensus-slots",9681 "sp-core",9682 "sp-inherents",9683 "sp-runtime",9684 "sp-state-machine",9685 "sp-timestamp",9686 "thiserror",9687]96889689[[package]]9690name = "sc-consensus-uncles"9691version = "0.10.0-dev"9692source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9693dependencies = [9694 "sc-client-api",9695 "sp-authorship",9696 "sp-runtime",9697 "thiserror",9698]96999700[[package]]9701name = "sc-executor"9702version = "0.10.0-dev"9703source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9704dependencies = [9705 "lazy_static",9706 "lru 0.7.6",9707 "parity-scale-codec 3.1.2",9708 "parking_lot 0.12.1",9709 "sc-executor-common",9710 "sc-executor-wasmi",9711 "sc-executor-wasmtime",9712 "sp-api",9713 "sp-core",9714 "sp-core-hashing-proc-macro",9715 "sp-externalities",9716 "sp-io",9717 "sp-panic-handler",9718 "sp-runtime-interface",9719 "sp-tasks",9720 "sp-trie",9721 "sp-version",9722 "sp-wasm-interface",9723 "tracing",9724 "wasmi",9725]97269727[[package]]9728name = "sc-executor-common"9729version = "0.10.0-dev"9730source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9731dependencies = [9732 "environmental",9733 "parity-scale-codec 3.1.2",9734 "sc-allocator",9735 "sp-maybe-compressed-blob",9736 "sp-sandbox",9737 "sp-serializer",9738 "sp-wasm-interface",9739 "thiserror",9740 "wasm-instrument",9741 "wasmi",9742]97439744[[package]]9745name = "sc-executor-wasmi"9746version = "0.10.0-dev"9747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9748dependencies = [9749 "log",9750 "parity-scale-codec 3.1.2",9751 "sc-allocator",9752 "sc-executor-common",9753 "sp-runtime-interface",9754 "sp-sandbox",9755 "sp-wasm-interface",9756 "wasmi",9757]97589759[[package]]9760name = "sc-executor-wasmtime"9761version = "0.10.0-dev"9762source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9763dependencies = [9764 "cfg-if 1.0.0",9765 "libc",9766 "log",9767 "parity-scale-codec 3.1.2",9768 "parity-wasm 0.42.2",9769 "sc-allocator",9770 "sc-executor-common",9771 "sp-runtime-interface",9772 "sp-sandbox",9773 "sp-wasm-interface",9774 "wasmtime",9775]97769777[[package]]9778name = "sc-finality-grandpa"9779version = "0.10.0-dev"9780source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9781dependencies = [9782 "ahash",9783 "async-trait",9784 "dyn-clone",9785 "finality-grandpa",9786 "fork-tree",9787 "futures 0.3.21",9788 "futures-timer",9789 "hex",9790 "log",9791 "parity-scale-codec 3.1.2",9792 "parking_lot 0.12.1",9793 "rand 0.8.5",9794 "sc-block-builder",9795 "sc-chain-spec",9796 "sc-client-api",9797 "sc-consensus",9798 "sc-keystore",9799 "sc-network",9800 "sc-network-gossip",9801 "sc-telemetry",9802 "sc-utils",9803 "serde_json",9804 "sp-api",9805 "sp-application-crypto",9806 "sp-arithmetic",9807 "sp-blockchain",9808 "sp-consensus",9809 "sp-core",9810 "sp-finality-grandpa",9811 "sp-keystore",9812 "sp-runtime",9813 "substrate-prometheus-endpoint",9814 "thiserror",9815]98169817[[package]]9818name = "sc-finality-grandpa-rpc"9819version = "0.10.0-dev"9820source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9821dependencies = [9822 "finality-grandpa",9823 "futures 0.3.21",9824 "jsonrpsee",9825 "log",9826 "parity-scale-codec 3.1.2",9827 "sc-client-api",9828 "sc-finality-grandpa",9829 "sc-rpc",9830 "serde",9831 "serde_json",9832 "sp-blockchain",9833 "sp-core",9834 "sp-runtime",9835 "thiserror",9836]98379838[[package]]9839name = "sc-informant"9840version = "0.10.0-dev"9841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9842dependencies = [9843 "ansi_term",9844 "futures 0.3.21",9845 "futures-timer",9846 "log",9847 "parity-util-mem",9848 "sc-client-api",9849 "sc-network",9850 "sc-transaction-pool-api",9851 "sp-blockchain",9852 "sp-runtime",9853]98549855[[package]]9856name = "sc-keystore"9857version = "4.0.0-dev"9858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9859dependencies = [9860 "async-trait",9861 "hex",9862 "parking_lot 0.12.1",9863 "serde_json",9864 "sp-application-crypto",9865 "sp-core",9866 "sp-keystore",9867 "thiserror",9868]98699870[[package]]9871name = "sc-network"9872version = "0.10.0-dev"9873source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9874dependencies = [9875 "async-trait",9876 "asynchronous-codec",9877 "bitflags",9878 "bytes 1.1.0",9879 "cid",9880 "either",9881 "fnv",9882 "fork-tree",9883 "futures 0.3.21",9884 "futures-timer",9885 "hex",9886 "ip_network",9887 "libp2p",9888 "linked-hash-map",9889 "linked_hash_set",9890 "log",9891 "lru 0.7.6",9892 "parity-scale-codec 3.1.2",9893 "parking_lot 0.12.1",9894 "pin-project 1.0.10",9895 "prost",9896 "prost-build",9897 "rand 0.7.3",9898 "sc-block-builder",9899 "sc-client-api",9900 "sc-consensus",9901 "sc-network-common",9902 "sc-network-sync",9903 "sc-peerset",9904 "sc-utils",9905 "serde",9906 "serde_json",9907 "smallvec",9908 "sp-arithmetic",9909 "sp-blockchain",9910 "sp-consensus",9911 "sp-core",9912 "sp-finality-grandpa",9913 "sp-runtime",9914 "substrate-prometheus-endpoint",9915 "thiserror",9916 "unsigned-varint",9917 "void",9918 "zeroize",9919]99209921[[package]]9922name = "sc-network-common"9923version = "0.10.0-dev"9924source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9925dependencies = [9926 "futures 0.3.21",9927 "libp2p",9928 "parity-scale-codec 3.1.2",9929 "prost-build",9930 "sc-peerset",9931 "smallvec",9932]99339934[[package]]9935name = "sc-network-gossip"9936version = "0.10.0-dev"9937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9938dependencies = [9939 "ahash",9940 "futures 0.3.21",9941 "futures-timer",9942 "libp2p",9943 "log",9944 "lru 0.7.6",9945 "sc-network",9946 "sp-runtime",9947 "substrate-prometheus-endpoint",9948 "tracing",9949]99509951[[package]]9952name = "sc-network-sync"9953version = "0.10.0-dev"9954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9955dependencies = [9956 "bitflags",9957 "either",9958 "fork-tree",9959 "futures 0.3.21",9960 "libp2p",9961 "log",9962 "lru 0.7.6",9963 "parity-scale-codec 3.1.2",9964 "prost",9965 "prost-build",9966 "sc-client-api",9967 "sc-consensus",9968 "sc-network-common",9969 "sc-peerset",9970 "smallvec",9971 "sp-arithmetic",9972 "sp-blockchain",9973 "sp-consensus",9974 "sp-core",9975 "sp-finality-grandpa",9976 "sp-runtime",9977 "thiserror",9978]99799980[[package]]9981name = "sc-offchain"9982version = "4.0.0-dev"9983source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9984dependencies = [9985 "bytes 1.1.0",9986 "fnv",9987 "futures 0.3.21",9988 "futures-timer",9989 "hex",9990 "hyper",9991 "hyper-rustls",9992 "num_cpus",9993 "once_cell",9994 "parity-scale-codec 3.1.2",9995 "parking_lot 0.12.1",9996 "rand 0.7.3",9997 "sc-client-api",9998 "sc-network",9999 "sc-utils",10000 "sp-api",10001 "sp-core",10002 "sp-offchain",10003 "sp-runtime",10004 "threadpool",10005 "tracing",10006]1000710008[[package]]10009name = "sc-peerset"10010version = "4.0.0-dev"10011source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10012dependencies = [10013 "futures 0.3.21",10014 "libp2p",10015 "log",10016 "sc-utils",10017 "serde_json",10018 "wasm-timer",10019]1002010021[[package]]10022name = "sc-proposer-metrics"10023version = "0.10.0-dev"10024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10025dependencies = [10026 "log",10027 "substrate-prometheus-endpoint",10028]1002910030[[package]]10031name = "sc-rpc"10032version = "4.0.0-dev"10033source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10034dependencies = [10035 "futures 0.3.21",10036 "hash-db",10037 "jsonrpsee",10038 "log",10039 "parity-scale-codec 3.1.2",10040 "parking_lot 0.12.1",10041 "sc-block-builder",10042 "sc-chain-spec",10043 "sc-client-api",10044 "sc-rpc-api",10045 "sc-tracing",10046 "sc-transaction-pool-api",10047 "sc-utils",10048 "serde_json",10049 "sp-api",10050 "sp-blockchain",10051 "sp-core",10052 "sp-keystore",10053 "sp-offchain",10054 "sp-rpc",10055 "sp-runtime",10056 "sp-session",10057 "sp-version",10058]1005910060[[package]]10061name = "sc-rpc-api"10062version = "0.10.0-dev"10063source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10064dependencies = [10065 "futures 0.3.21",10066 "jsonrpsee",10067 "log",10068 "parity-scale-codec 3.1.2",10069 "parking_lot 0.12.1",10070 "sc-chain-spec",10071 "sc-transaction-pool-api",10072 "scale-info",10073 "serde",10074 "serde_json",10075 "sp-core",10076 "sp-rpc",10077 "sp-runtime",10078 "sp-tracing",10079 "sp-version",10080 "thiserror",10081]1008210083[[package]]10084name = "sc-rpc-server"10085version = "4.0.0-dev"10086source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10087dependencies = [10088 "futures 0.3.21",10089 "jsonrpsee",10090 "log",10091 "serde_json",10092 "substrate-prometheus-endpoint",10093 "tokio 1.18.2",10094]1009510096[[package]]10097name = "sc-service"10098version = "0.10.0-dev"10099source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10100dependencies = [10101 "async-trait",10102 "directories",10103 "exit-future",10104 "futures 0.3.21",10105 "futures-timer",10106 "hash-db",10107 "jsonrpsee",10108 "log",10109 "parity-scale-codec 3.1.2",10110 "parity-util-mem",10111 "parking_lot 0.12.1",10112 "pin-project 1.0.10",10113 "rand 0.7.3",10114 "sc-block-builder",10115 "sc-chain-spec",10116 "sc-client-api",10117 "sc-client-db",10118 "sc-consensus",10119 "sc-executor",10120 "sc-informant",10121 "sc-keystore",10122 "sc-network",10123 "sc-network-common",10124 "sc-offchain",10125 "sc-rpc",10126 "sc-rpc-server",10127 "sc-sysinfo",10128 "sc-telemetry",10129 "sc-tracing",10130 "sc-transaction-pool",10131 "sc-transaction-pool-api",10132 "sc-utils",10133 "serde",10134 "serde_json",10135 "sp-api",10136 "sp-application-crypto",10137 "sp-block-builder",10138 "sp-blockchain",10139 "sp-consensus",10140 "sp-core",10141 "sp-externalities",10142 "sp-inherents",10143 "sp-keystore",10144 "sp-runtime",10145 "sp-session",10146 "sp-state-machine",10147 "sp-storage",10148 "sp-tracing",10149 "sp-transaction-pool",10150 "sp-transaction-storage-proof",10151 "sp-trie",10152 "sp-version",10153 "substrate-prometheus-endpoint",10154 "tempfile",10155 "thiserror",10156 "tokio 1.18.2",10157 "tracing",10158 "tracing-futures",10159]1016010161[[package]]10162name = "sc-state-db"10163version = "0.10.0-dev"10164source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10165dependencies = [10166 "log",10167 "parity-scale-codec 3.1.2",10168 "parity-util-mem",10169 "parity-util-mem-derive",10170 "parking_lot 0.12.1",10171 "sc-client-api",10172 "sp-core",10173]1017410175[[package]]10176name = "sc-sync-state-rpc"10177version = "0.10.0-dev"10178source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10179dependencies = [10180 "jsonrpsee",10181 "parity-scale-codec 3.1.2",10182 "sc-chain-spec",10183 "sc-client-api",10184 "sc-consensus-babe",10185 "sc-consensus-epochs",10186 "sc-finality-grandpa",10187 "serde",10188 "serde_json",10189 "sp-blockchain",10190 "sp-runtime",10191 "thiserror",10192]1019310194[[package]]10195name = "sc-sysinfo"10196version = "6.0.0-dev"10197source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10198dependencies = [10199 "futures 0.3.21",10200 "libc",10201 "log",10202 "rand 0.7.3",10203 "rand_pcg 0.2.1",10204 "regex",10205 "sc-telemetry",10206 "serde",10207 "serde_json",10208 "sp-core",10209 "sp-io",10210 "sp-std",10211]1021210213[[package]]10214name = "sc-telemetry"10215version = "4.0.0-dev"10216source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10217dependencies = [10218 "chrono",10219 "futures 0.3.21",10220 "libp2p",10221 "log",10222 "parking_lot 0.12.1",10223 "pin-project 1.0.10",10224 "rand 0.7.3",10225 "serde",10226 "serde_json",10227 "thiserror",10228 "wasm-timer",10229]1023010231[[package]]10232name = "sc-tracing"10233version = "4.0.0-dev"10234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10235dependencies = [10236 "ansi_term",10237 "atty",10238 "chrono",10239 "lazy_static",10240 "libc",10241 "log",10242 "once_cell",10243 "parking_lot 0.12.1",10244 "regex",10245 "rustc-hash",10246 "sc-client-api",10247 "sc-rpc-server",10248 "sc-tracing-proc-macro",10249 "serde",10250 "sp-api",10251 "sp-blockchain",10252 "sp-core",10253 "sp-rpc",10254 "sp-runtime",10255 "sp-tracing",10256 "thiserror",10257 "tracing",10258 "tracing-log",10259 "tracing-subscriber",10260]1026110262[[package]]10263name = "sc-tracing-proc-macro"10264version = "4.0.0-dev"10265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10266dependencies = [10267 "proc-macro-crate",10268 "proc-macro2",10269 "quote",10270 "syn",10271]1027210273[[package]]10274name = "sc-transaction-pool"10275version = "4.0.0-dev"10276source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10277dependencies = [10278 "futures 0.3.21",10279 "futures-timer",10280 "linked-hash-map",10281 "log",10282 "parity-scale-codec 3.1.2",10283 "parity-util-mem",10284 "parking_lot 0.12.1",10285 "retain_mut",10286 "sc-client-api",10287 "sc-transaction-pool-api",10288 "sc-utils",10289 "serde",10290 "sp-api",10291 "sp-blockchain",10292 "sp-core",10293 "sp-runtime",10294 "sp-tracing",10295 "sp-transaction-pool",10296 "substrate-prometheus-endpoint",10297 "thiserror",10298]1029910300[[package]]10301name = "sc-transaction-pool-api"10302version = "4.0.0-dev"10303source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10304dependencies = [10305 "futures 0.3.21",10306 "log",10307 "serde",10308 "sp-blockchain",10309 "sp-runtime",10310 "thiserror",10311]1031210313[[package]]10314name = "sc-utils"10315version = "4.0.0-dev"10316source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10317dependencies = [10318 "futures 0.3.21",10319 "futures-timer",10320 "lazy_static",10321 "log",10322 "parking_lot 0.12.1",10323 "prometheus",10324]1032510326[[package]]10327name = "scale-info"10328version = "2.1.2"10329source = "registry+https://github.com/rust-lang/crates.io-index"10330checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10331dependencies = [10332 "bitvec 1.0.0",10333 "cfg-if 1.0.0",10334 "derive_more",10335 "parity-scale-codec 3.1.2",10336 "scale-info-derive",10337 "serde",10338]1033910340[[package]]10341name = "scale-info-derive"10342version = "2.1.2"10343source = "registry+https://github.com/rust-lang/crates.io-index"10344checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10345dependencies = [10346 "proc-macro-crate",10347 "proc-macro2",10348 "quote",10349 "syn",10350]1035110352[[package]]10353name = "schannel"10354version = "0.1.20"10355source = "registry+https://github.com/rust-lang/crates.io-index"10356checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10357dependencies = [10358 "lazy_static",10359 "windows-sys",10360]1036110362[[package]]10363name = "schnorrkel"10364version = "0.9.1"10365source = "registry+https://github.com/rust-lang/crates.io-index"10366checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10367dependencies = [10368 "arrayref",10369 "arrayvec 0.5.2",10370 "curve25519-dalek 2.1.3",10371 "getrandom 0.1.16",10372 "merlin",10373 "rand 0.7.3",10374 "rand_core 0.5.1",10375 "sha2 0.8.2",10376 "subtle",10377 "zeroize",10378]1037910380[[package]]10381name = "scopeguard"10382version = "1.1.0"10383source = "registry+https://github.com/rust-lang/crates.io-index"10384checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1038510386[[package]]10387name = "sct"10388version = "0.6.1"10389source = "registry+https://github.com/rust-lang/crates.io-index"10390checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10391dependencies = [10392 "ring",10393 "untrusted",10394]1039510396[[package]]10397name = "sct"10398version = "0.7.0"10399source = "registry+https://github.com/rust-lang/crates.io-index"10400checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10401dependencies = [10402 "ring",10403 "untrusted",10404]1040510406[[package]]10407name = "sec1"10408version = "0.2.1"10409source = "registry+https://github.com/rust-lang/crates.io-index"10410checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10411dependencies = [10412 "der",10413 "generic-array 0.14.5",10414 "subtle",10415 "zeroize",10416]1041710418[[package]]10419name = "secp256k1"10420version = "0.21.3"10421source = "registry+https://github.com/rust-lang/crates.io-index"10422checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10423dependencies = [10424 "secp256k1-sys",10425]1042610427[[package]]10428name = "secp256k1-sys"10429version = "0.4.2"10430source = "registry+https://github.com/rust-lang/crates.io-index"10431checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10432dependencies = [10433 "cc",10434]1043510436[[package]]10437name = "secrecy"10438version = "0.8.0"10439source = "registry+https://github.com/rust-lang/crates.io-index"10440checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10441dependencies = [10442 "zeroize",10443]1044410445[[package]]10446name = "security-framework"10447version = "2.6.1"10448source = "registry+https://github.com/rust-lang/crates.io-index"10449checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10450dependencies = [10451 "bitflags",10452 "core-foundation",10453 "core-foundation-sys",10454 "libc",10455 "security-framework-sys",10456]1045710458[[package]]10459name = "security-framework-sys"10460version = "2.6.1"10461source = "registry+https://github.com/rust-lang/crates.io-index"10462checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10463dependencies = [10464 "core-foundation-sys",10465 "libc",10466]1046710468[[package]]10469name = "semver"10470version = "0.6.0"10471source = "registry+https://github.com/rust-lang/crates.io-index"10472checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10473dependencies = [10474 "semver-parser",10475]1047610477[[package]]10478name = "semver"10479version = "0.9.0"10480source = "registry+https://github.com/rust-lang/crates.io-index"10481checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10482dependencies = [10483 "semver-parser",10484]1048510486[[package]]10487name = "semver"10488version = "1.0.9"10489source = "registry+https://github.com/rust-lang/crates.io-index"10490checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"10491dependencies = [10492 "serde",10493]1049410495[[package]]10496name = "semver-parser"10497version = "0.7.0"10498source = "registry+https://github.com/rust-lang/crates.io-index"10499checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1050010501[[package]]10502name = "serde"10503version = "1.0.137"10504source = "registry+https://github.com/rust-lang/crates.io-index"10505checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10506dependencies = [10507 "serde_derive",10508]1050910510[[package]]10511name = "serde_derive"10512version = "1.0.137"10513source = "registry+https://github.com/rust-lang/crates.io-index"10514checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10515dependencies = [10516 "proc-macro2",10517 "quote",10518 "syn",10519]1052010521[[package]]10522name = "serde_json"10523version = "1.0.81"10524source = "registry+https://github.com/rust-lang/crates.io-index"10525checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10526dependencies = [10527 "itoa 1.0.2",10528 "ryu",10529 "serde",10530]1053110532[[package]]10533name = "serde_nanos"10534version = "0.1.2"10535source = "registry+https://github.com/rust-lang/crates.io-index"10536checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10537dependencies = [10538 "serde",10539]1054010541[[package]]10542name = "sha-1"10543version = "0.8.2"10544source = "registry+https://github.com/rust-lang/crates.io-index"10545checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10546dependencies = [10547 "block-buffer 0.7.3",10548 "digest 0.8.1",10549 "fake-simd",10550 "opaque-debug 0.2.3",10551]1055210553[[package]]10554name = "sha-1"10555version = "0.9.8"10556source = "registry+https://github.com/rust-lang/crates.io-index"10557checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10558dependencies = [10559 "block-buffer 0.9.0",10560 "cfg-if 1.0.0",10561 "cpufeatures",10562 "digest 0.9.0",10563 "opaque-debug 0.3.0",10564]1056510566[[package]]10567name = "sha2"10568version = "0.8.2"10569source = "registry+https://github.com/rust-lang/crates.io-index"10570checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10571dependencies = [10572 "block-buffer 0.7.3",10573 "digest 0.8.1",10574 "fake-simd",10575 "opaque-debug 0.2.3",10576]1057710578[[package]]10579name = "sha2"10580version = "0.9.9"10581source = "registry+https://github.com/rust-lang/crates.io-index"10582checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10583dependencies = [10584 "block-buffer 0.9.0",10585 "cfg-if 1.0.0",10586 "cpufeatures",10587 "digest 0.9.0",10588 "opaque-debug 0.3.0",10589]1059010591[[package]]10592name = "sha2"10593version = "0.10.2"10594source = "registry+https://github.com/rust-lang/crates.io-index"10595checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10596dependencies = [10597 "cfg-if 1.0.0",10598 "cpufeatures",10599 "digest 0.10.3",10600]1060110602[[package]]10603name = "sha3"10604version = "0.9.1"10605source = "registry+https://github.com/rust-lang/crates.io-index"10606checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10607dependencies = [10608 "block-buffer 0.9.0",10609 "digest 0.9.0",10610 "keccak",10611 "opaque-debug 0.3.0",10612]1061310614[[package]]10615name = "sha3"10616version = "0.10.1"10617source = "registry+https://github.com/rust-lang/crates.io-index"10618checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10619dependencies = [10620 "digest 0.10.3",10621 "keccak",10622]1062310624[[package]]10625name = "sharded-slab"10626version = "0.1.4"10627source = "registry+https://github.com/rust-lang/crates.io-index"10628checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10629dependencies = [10630 "lazy_static",10631]1063210633[[package]]10634name = "shlex"10635version = "1.1.0"10636source = "registry+https://github.com/rust-lang/crates.io-index"10637checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1063810639[[package]]10640name = "signal-hook"10641version = "0.3.14"10642source = "registry+https://github.com/rust-lang/crates.io-index"10643checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10644dependencies = [10645 "libc",10646 "signal-hook-registry",10647]1064810649[[package]]10650name = "signal-hook-registry"10651version = "1.4.0"10652source = "registry+https://github.com/rust-lang/crates.io-index"10653checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10654dependencies = [10655 "libc",10656]1065710658[[package]]10659name = "signature"10660version = "1.4.0"10661source = "registry+https://github.com/rust-lang/crates.io-index"10662checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10663dependencies = [10664 "digest 0.9.0",10665 "rand_core 0.6.3",10666]1066710668[[package]]10669name = "simba"10670version = "0.5.1"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10673dependencies = [10674 "approx",10675 "num-complex",10676 "num-traits",10677 "paste",10678]1067910680[[package]]10681name = "slab"10682version = "0.4.6"10683source = "registry+https://github.com/rust-lang/crates.io-index"10684checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1068510686[[package]]10687name = "slot-range-helper"10688version = "0.9.22"10689source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"10690dependencies = [10691 "enumn",10692 "parity-scale-codec 3.1.2",10693 "paste",10694 "sp-runtime",10695 "sp-std",10696]1069710698[[package]]10699name = "slotmap"10700version = "1.0.6"10701source = "registry+https://github.com/rust-lang/crates.io-index"10702checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10703dependencies = [10704 "version_check",10705]1070610707[[package]]10708name = "smallvec"10709version = "1.8.0"10710source = "registry+https://github.com/rust-lang/crates.io-index"10711checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1071210713[[package]]10714name = "snap"10715version = "1.0.5"10716source = "registry+https://github.com/rust-lang/crates.io-index"10717checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1071810719[[package]]10720name = "snow"10721version = "0.9.0"10722source = "registry+https://github.com/rust-lang/crates.io-index"10723checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10724dependencies = [10725 "aes-gcm",10726 "blake2",10727 "chacha20poly1305",10728 "curve25519-dalek 4.0.0-pre.1",10729 "rand_core 0.6.3",10730 "ring",10731 "rustc_version 0.4.0",10732 "sha2 0.10.2",10733 "subtle",10734]1073510736[[package]]10737name = "socket2"10738version = "0.4.4"10739source = "registry+https://github.com/rust-lang/crates.io-index"10740checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10741dependencies = [10742 "libc",10743 "winapi",10744]1074510746[[package]]10747name = "soketto"10748version = "0.7.1"10749source = "registry+https://github.com/rust-lang/crates.io-index"10750checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10751dependencies = [10752 "base64",10753 "bytes 1.1.0",10754 "flate2",10755 "futures 0.3.21",10756 "httparse",10757 "log",10758 "rand 0.8.5",10759 "sha-1 0.9.8",10760]1076110762[[package]]10763name = "sp-api"10764version = "4.0.0-dev"10765source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10766dependencies = [10767 "hash-db",10768 "log",10769 "parity-scale-codec 3.1.2",10770 "sp-api-proc-macro",10771 "sp-core",10772 "sp-runtime",10773 "sp-state-machine",10774 "sp-std",10775 "sp-version",10776 "thiserror",10777]1077810779[[package]]10780name = "sp-api-proc-macro"10781version = "4.0.0-dev"10782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10783dependencies = [10784 "blake2",10785 "proc-macro-crate",10786 "proc-macro2",10787 "quote",10788 "syn",10789]1079010791[[package]]10792name = "sp-application-crypto"10793version = "6.0.0"10794source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10795dependencies = [10796 "parity-scale-codec 3.1.2",10797 "scale-info",10798 "serde",10799 "sp-core",10800 "sp-io",10801 "sp-std",10802]1080310804[[package]]10805name = "sp-arithmetic"10806version = "5.0.0"10807source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10808dependencies = [10809 "integer-sqrt",10810 "num-traits",10811 "parity-scale-codec 3.1.2",10812 "scale-info",10813 "serde",10814 "sp-debug-derive",10815 "sp-std",10816 "static_assertions",10817]1081810819[[package]]10820name = "sp-authority-discovery"10821version = "4.0.0-dev"10822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10823dependencies = [10824 "parity-scale-codec 3.1.2",10825 "scale-info",10826 "sp-api",10827 "sp-application-crypto",10828 "sp-runtime",10829 "sp-std",10830]1083110832[[package]]10833name = "sp-authorship"10834version = "4.0.0-dev"10835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10836dependencies = [10837 "async-trait",10838 "parity-scale-codec 3.1.2",10839 "sp-inherents",10840 "sp-runtime",10841 "sp-std",10842]1084310844[[package]]10845name = "sp-block-builder"10846version = "4.0.0-dev"10847source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10848dependencies = [10849 "parity-scale-codec 3.1.2",10850 "sp-api",10851 "sp-inherents",10852 "sp-runtime",10853 "sp-std",10854]1085510856[[package]]10857name = "sp-blockchain"10858version = "4.0.0-dev"10859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10860dependencies = [10861 "futures 0.3.21",10862 "log",10863 "lru 0.7.6",10864 "parity-scale-codec 3.1.2",10865 "parking_lot 0.12.1",10866 "sp-api",10867 "sp-consensus",10868 "sp-database",10869 "sp-runtime",10870 "sp-state-machine",10871 "thiserror",10872]1087310874[[package]]10875name = "sp-consensus"10876version = "0.10.0-dev"10877source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10878dependencies = [10879 "async-trait",10880 "futures 0.3.21",10881 "futures-timer",10882 "log",10883 "parity-scale-codec 3.1.2",10884 "sp-core",10885 "sp-inherents",10886 "sp-runtime",10887 "sp-state-machine",10888 "sp-std",10889 "sp-version",10890 "thiserror",10891]1089210893[[package]]10894name = "sp-consensus-aura"10895version = "0.10.0-dev"10896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10897dependencies = [10898 "async-trait",10899 "parity-scale-codec 3.1.2",10900 "scale-info",10901 "sp-api",10902 "sp-application-crypto",10903 "sp-consensus",10904 "sp-consensus-slots",10905 "sp-inherents",10906 "sp-runtime",10907 "sp-std",10908 "sp-timestamp",10909]1091010911[[package]]10912name = "sp-consensus-babe"10913version = "0.10.0-dev"10914source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10915dependencies = [10916 "async-trait",10917 "merlin",10918 "parity-scale-codec 3.1.2",10919 "scale-info",10920 "serde",10921 "sp-api",10922 "sp-application-crypto",10923 "sp-consensus",10924 "sp-consensus-slots",10925 "sp-consensus-vrf",10926 "sp-core",10927 "sp-inherents",10928 "sp-keystore",10929 "sp-runtime",10930 "sp-std",10931 "sp-timestamp",10932]1093310934[[package]]10935name = "sp-consensus-slots"10936version = "0.10.0-dev"10937source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10938dependencies = [10939 "parity-scale-codec 3.1.2",10940 "scale-info",10941 "serde",10942 "sp-arithmetic",10943 "sp-runtime",10944 "sp-std",10945 "sp-timestamp",10946]1094710948[[package]]10949name = "sp-consensus-vrf"10950version = "0.10.0-dev"10951source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10952dependencies = [10953 "parity-scale-codec 3.1.2",10954 "scale-info",10955 "schnorrkel",10956 "sp-core",10957 "sp-runtime",10958 "sp-std",10959]1096010961[[package]]10962name = "sp-core"10963version = "6.0.0"10964source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10965dependencies = [10966 "base58",10967 "bitflags",10968 "blake2-rfc",10969 "byteorder",10970 "dyn-clonable",10971 "ed25519-dalek",10972 "futures 0.3.21",10973 "hash-db",10974 "hash256-std-hasher",10975 "hex",10976 "impl-serde",10977 "lazy_static",10978 "libsecp256k1",10979 "log",10980 "merlin",10981 "num-traits",10982 "parity-scale-codec 3.1.2",10983 "parity-util-mem",10984 "parking_lot 0.12.1",10985 "primitive-types",10986 "rand 0.7.3",10987 "regex",10988 "scale-info",10989 "schnorrkel",10990 "secp256k1",10991 "secrecy",10992 "serde",10993 "sp-core-hashing",10994 "sp-debug-derive",10995 "sp-externalities",10996 "sp-runtime-interface",10997 "sp-std",10998 "sp-storage",10999 "ss58-registry",11000 "substrate-bip39",11001 "thiserror",11002 "tiny-bip39",11003 "wasmi",11004 "zeroize",11005]1100611007[[package]]11008name = "sp-core-hashing"11009version = "4.0.0"11010source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11011dependencies = [11012 "blake2",11013 "byteorder",11014 "digest 0.10.3",11015 "sha2 0.10.2",11016 "sha3 0.10.1",11017 "sp-std",11018 "twox-hash",11019]1102011021[[package]]11022name = "sp-core-hashing-proc-macro"11023version = "5.0.0"11024source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11025dependencies = [11026 "proc-macro2",11027 "quote",11028 "sp-core-hashing",11029 "syn",11030]1103111032[[package]]11033name = "sp-database"11034version = "4.0.0-dev"11035source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11036dependencies = [11037 "kvdb",11038 "parking_lot 0.12.1",11039]1104011041[[package]]11042name = "sp-debug-derive"11043version = "4.0.0"11044source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11045dependencies = [11046 "proc-macro2",11047 "quote",11048 "syn",11049]1105011051[[package]]11052name = "sp-externalities"11053version = "0.12.0"11054source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11055dependencies = [11056 "environmental",11057 "parity-scale-codec 3.1.2",11058 "sp-std",11059 "sp-storage",11060]1106111062[[package]]11063name = "sp-finality-grandpa"11064version = "4.0.0-dev"11065source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11066dependencies = [11067 "finality-grandpa",11068 "log",11069 "parity-scale-codec 3.1.2",11070 "scale-info",11071 "serde",11072 "sp-api",11073 "sp-application-crypto",11074 "sp-core",11075 "sp-keystore",11076 "sp-runtime",11077 "sp-std",11078]1107911080[[package]]11081name = "sp-inherents"11082version = "4.0.0-dev"11083source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11084dependencies = [11085 "async-trait",11086 "impl-trait-for-tuples",11087 "parity-scale-codec 3.1.2",11088 "sp-core",11089 "sp-runtime",11090 "sp-std",11091 "thiserror",11092]1109311094[[package]]11095name = "sp-io"11096version = "6.0.0"11097source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11098dependencies = [11099 "futures 0.3.21",11100 "hash-db",11101 "libsecp256k1",11102 "log",11103 "parity-scale-codec 3.1.2",11104 "parking_lot 0.12.1",11105 "secp256k1",11106 "sp-core",11107 "sp-externalities",11108 "sp-keystore",11109 "sp-runtime-interface",11110 "sp-state-machine",11111 "sp-std",11112 "sp-tracing",11113 "sp-trie",11114 "sp-wasm-interface",11115 "tracing",11116 "tracing-core",11117]1111811119[[package]]11120name = "sp-keyring"11121version = "6.0.0"11122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11123dependencies = [11124 "lazy_static",11125 "sp-core",11126 "sp-runtime",11127 "strum 0.23.0",11128]1112911130[[package]]11131name = "sp-keystore"11132version = "0.12.0"11133source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11134dependencies = [11135 "async-trait",11136 "futures 0.3.21",11137 "merlin",11138 "parity-scale-codec 3.1.2",11139 "parking_lot 0.12.1",11140 "schnorrkel",11141 "serde",11142 "sp-core",11143 "sp-externalities",11144 "thiserror",11145]1114611147[[package]]11148name = "sp-maybe-compressed-blob"11149version = "4.1.0-dev"11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11151dependencies = [11152 "thiserror",11153 "zstd",11154]1115511156[[package]]11157name = "sp-mmr-primitives"11158version = "4.0.0-dev"11159source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11160dependencies = [11161 "log",11162 "parity-scale-codec 3.1.2",11163 "serde",11164 "sp-api",11165 "sp-core",11166 "sp-debug-derive",11167 "sp-runtime",11168 "sp-std",11169]1117011171[[package]]11172name = "sp-npos-elections"11173version = "4.0.0-dev"11174source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11175dependencies = [11176 "parity-scale-codec 3.1.2",11177 "scale-info",11178 "serde",11179 "sp-arithmetic",11180 "sp-core",11181 "sp-runtime",11182 "sp-std",11183]1118411185[[package]]11186name = "sp-offchain"11187version = "4.0.0-dev"11188source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11189dependencies = [11190 "sp-api",11191 "sp-core",11192 "sp-runtime",11193]1119411195[[package]]11196name = "sp-panic-handler"11197version = "4.0.0"11198source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11199dependencies = [11200 "backtrace",11201 "lazy_static",11202 "regex",11203]1120411205[[package]]11206name = "sp-rpc"11207version = "6.0.0"11208source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11209dependencies = [11210 "rustc-hash",11211 "serde",11212 "sp-core",11213]1121411215[[package]]11216name = "sp-runtime"11217version = "6.0.0"11218source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11219dependencies = [11220 "either",11221 "hash256-std-hasher",11222 "impl-trait-for-tuples",11223 "log",11224 "parity-scale-codec 3.1.2",11225 "parity-util-mem",11226 "paste",11227 "rand 0.7.3",11228 "scale-info",11229 "serde",11230 "sp-application-crypto",11231 "sp-arithmetic",11232 "sp-core",11233 "sp-io",11234 "sp-std",11235]1123611237[[package]]11238name = "sp-runtime-interface"11239version = "6.0.0"11240source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11241dependencies = [11242 "impl-trait-for-tuples",11243 "parity-scale-codec 3.1.2",11244 "primitive-types",11245 "sp-externalities",11246 "sp-runtime-interface-proc-macro",11247 "sp-std",11248 "sp-storage",11249 "sp-tracing",11250 "sp-wasm-interface",11251 "static_assertions",11252]1125311254[[package]]11255name = "sp-runtime-interface-proc-macro"11256version = "5.0.0"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11258dependencies = [11259 "Inflector",11260 "proc-macro-crate",11261 "proc-macro2",11262 "quote",11263 "syn",11264]1126511266[[package]]11267name = "sp-sandbox"11268version = "0.10.0-dev"11269source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11270dependencies = [11271 "log",11272 "parity-scale-codec 3.1.2",11273 "sp-core",11274 "sp-io",11275 "sp-std",11276 "sp-wasm-interface",11277 "wasmi",11278]1127911280[[package]]11281name = "sp-serializer"11282version = "4.0.0-dev"11283source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11284dependencies = [11285 "serde",11286 "serde_json",11287]1128811289[[package]]11290name = "sp-session"11291version = "4.0.0-dev"11292source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11293dependencies = [11294 "parity-scale-codec 3.1.2",11295 "scale-info",11296 "sp-api",11297 "sp-core",11298 "sp-runtime",11299 "sp-staking",11300 "sp-std",11301]1130211303[[package]]11304name = "sp-staking"11305version = "4.0.0-dev"11306source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11307dependencies = [11308 "parity-scale-codec 3.1.2",11309 "scale-info",11310 "sp-runtime",11311 "sp-std",11312]1131311314[[package]]11315name = "sp-state-machine"11316version = "0.12.0"11317source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11318dependencies = [11319 "hash-db",11320 "log",11321 "num-traits",11322 "parity-scale-codec 3.1.2",11323 "parking_lot 0.12.1",11324 "rand 0.7.3",11325 "smallvec",11326 "sp-core",11327 "sp-externalities",11328 "sp-panic-handler",11329 "sp-std",11330 "sp-trie",11331 "thiserror",11332 "tracing",11333 "trie-root",11334]1133511336[[package]]11337name = "sp-std"11338version = "4.0.0"11339source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"1134011341[[package]]11342name = "sp-storage"11343version = "6.0.0"11344source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11345dependencies = [11346 "impl-serde",11347 "parity-scale-codec 3.1.2",11348 "ref-cast",11349 "serde",11350 "sp-debug-derive",11351 "sp-std",11352]1135311354[[package]]11355name = "sp-tasks"11356version = "4.0.0-dev"11357source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11358dependencies = [11359 "log",11360 "sp-core",11361 "sp-externalities",11362 "sp-io",11363 "sp-runtime-interface",11364 "sp-std",11365]1136611367[[package]]11368name = "sp-timestamp"11369version = "4.0.0-dev"11370source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11371dependencies = [11372 "async-trait",11373 "futures-timer",11374 "log",11375 "parity-scale-codec 3.1.2",11376 "sp-api",11377 "sp-inherents",11378 "sp-runtime",11379 "sp-std",11380 "thiserror",11381]1138211383[[package]]11384name = "sp-tracing"11385version = "5.0.0"11386source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11387dependencies = [11388 "parity-scale-codec 3.1.2",11389 "sp-std",11390 "tracing",11391 "tracing-core",11392 "tracing-subscriber",11393]1139411395[[package]]11396name = "sp-transaction-pool"11397version = "4.0.0-dev"11398source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11399dependencies = [11400 "sp-api",11401 "sp-runtime",11402]1140311404[[package]]11405name = "sp-transaction-storage-proof"11406version = "4.0.0-dev"11407source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11408dependencies = [11409 "async-trait",11410 "log",11411 "parity-scale-codec 3.1.2",11412 "scale-info",11413 "sp-core",11414 "sp-inherents",11415 "sp-runtime",11416 "sp-std",11417 "sp-trie",11418]1141911420[[package]]11421name = "sp-trie"11422version = "6.0.0"11423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11424dependencies = [11425 "hash-db",11426 "memory-db",11427 "parity-scale-codec 3.1.2",11428 "scale-info",11429 "sp-core",11430 "sp-std",11431 "thiserror",11432 "trie-db",11433 "trie-root",11434]1143511436[[package]]11437name = "sp-version"11438version = "5.0.0"11439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11440dependencies = [11441 "impl-serde",11442 "parity-scale-codec 3.1.2",11443 "parity-wasm 0.42.2",11444 "scale-info",11445 "serde",11446 "sp-core-hashing-proc-macro",11447 "sp-runtime",11448 "sp-std",11449 "sp-version-proc-macro",11450 "thiserror",11451]1145211453[[package]]11454name = "sp-version-proc-macro"11455version = "4.0.0-dev"11456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11457dependencies = [11458 "parity-scale-codec 3.1.2",11459 "proc-macro2",11460 "quote",11461 "syn",11462]1146311464[[package]]11465name = "sp-wasm-interface"11466version = "6.0.0"11467source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11468dependencies = [11469 "impl-trait-for-tuples",11470 "log",11471 "parity-scale-codec 3.1.2",11472 "sp-std",11473 "wasmi",11474 "wasmtime",11475]1147611477[[package]]11478name = "spin"11479version = "0.5.2"11480source = "registry+https://github.com/rust-lang/crates.io-index"11481checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1148211483[[package]]11484name = "ss58-registry"11485version = "1.22.0"11486source = "registry+https://github.com/rust-lang/crates.io-index"11487checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11488dependencies = [11489 "Inflector",11490 "num-format",11491 "proc-macro2",11492 "quote",11493 "serde",11494 "serde_json",11495 "unicode-xid",11496]1149711498[[package]]11499name = "stable_deref_trait"11500version = "1.2.0"11501source = "registry+https://github.com/rust-lang/crates.io-index"11502checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1150311504[[package]]11505name = "static_assertions"11506version = "1.1.0"11507source = "registry+https://github.com/rust-lang/crates.io-index"11508checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1150911510[[package]]11511name = "static_init"11512version = "0.5.2"11513source = "registry+https://github.com/rust-lang/crates.io-index"11514checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11515dependencies = [11516 "cfg_aliases",11517 "libc",11518 "parking_lot 0.11.2",11519 "static_init_macro",11520]1152111522[[package]]11523name = "static_init_macro"11524version = "0.5.0"11525source = "registry+https://github.com/rust-lang/crates.io-index"11526checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11527dependencies = [11528 "cfg_aliases",11529 "memchr",11530 "proc-macro2",11531 "quote",11532 "syn",11533]1153411535[[package]]11536name = "statrs"11537version = "0.15.0"11538source = "registry+https://github.com/rust-lang/crates.io-index"11539checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11540dependencies = [11541 "approx",11542 "lazy_static",11543 "nalgebra",11544 "num-traits",11545 "rand 0.8.5",11546]1154711548[[package]]11549name = "strsim"11550version = "0.10.0"11551source = "registry+https://github.com/rust-lang/crates.io-index"11552checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1155311554[[package]]11555name = "struct-versioning"11556version = "0.1.0"11557dependencies = [11558 "quote",11559 "syn",11560]1156111562[[package]]11563name = "strum"11564version = "0.23.0"11565source = "registry+https://github.com/rust-lang/crates.io-index"11566checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11567dependencies = [11568 "strum_macros 0.23.1",11569]1157011571[[package]]11572name = "strum"11573version = "0.24.0"11574source = "registry+https://github.com/rust-lang/crates.io-index"11575checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"11576dependencies = [11577 "strum_macros 0.24.0",11578]1157911580[[package]]11581name = "strum_macros"11582version = "0.23.1"11583source = "registry+https://github.com/rust-lang/crates.io-index"11584checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11585dependencies = [11586 "heck 0.3.3",11587 "proc-macro2",11588 "quote",11589 "rustversion",11590 "syn",11591]1159211593[[package]]11594name = "strum_macros"11595version = "0.24.0"11596source = "registry+https://github.com/rust-lang/crates.io-index"11597checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"11598dependencies = [11599 "heck 0.4.0",11600 "proc-macro2",11601 "quote",11602 "rustversion",11603 "syn",11604]1160511606[[package]]11607name = "substrate-bip39"11608version = "0.4.4"11609source = "registry+https://github.com/rust-lang/crates.io-index"11610checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11611dependencies = [11612 "hmac 0.11.0",11613 "pbkdf2 0.8.0",11614 "schnorrkel",11615 "sha2 0.9.9",11616 "zeroize",11617]1161811619[[package]]11620name = "substrate-build-script-utils"11621version = "3.0.0"11622source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11623dependencies = [11624 "platforms",11625]1162611627[[package]]11628name = "substrate-frame-rpc-system"11629version = "4.0.0-dev"11630source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11631dependencies = [11632 "frame-system-rpc-runtime-api",11633 "futures 0.3.21",11634 "jsonrpsee",11635 "log",11636 "parity-scale-codec 3.1.2",11637 "sc-client-api",11638 "sc-rpc-api",11639 "sc-transaction-pool-api",11640 "serde_json",11641 "sp-api",11642 "sp-block-builder",11643 "sp-blockchain",11644 "sp-core",11645 "sp-runtime",11646]1164711648[[package]]11649name = "substrate-prometheus-endpoint"11650version = "0.10.0-dev"11651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11652dependencies = [11653 "futures-util",11654 "hyper",11655 "log",11656 "prometheus",11657 "thiserror",11658 "tokio 1.18.2",11659]1166011661[[package]]11662name = "substrate-state-trie-migration-rpc"11663version = "4.0.0-dev"11664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11665dependencies = [11666 "jsonrpsee",11667 "log",11668 "parity-scale-codec 3.1.2",11669 "sc-client-api",11670 "sc-rpc-api",11671 "scale-info",11672 "serde",11673 "sp-core",11674 "sp-io",11675 "sp-runtime",11676 "sp-state-machine",11677 "sp-std",11678 "sp-trie",11679 "trie-db",11680]1168111682[[package]]11683name = "substrate-test-client"11684version = "2.0.1"11685source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11686dependencies = [11687 "async-trait",11688 "futures 0.3.21",11689 "hex",11690 "parity-scale-codec 3.1.2",11691 "sc-client-api",11692 "sc-client-db",11693 "sc-consensus",11694 "sc-executor",11695 "sc-offchain",11696 "sc-service",11697 "serde",11698 "serde_json",11699 "sp-blockchain",11700 "sp-consensus",11701 "sp-core",11702 "sp-keyring",11703 "sp-keystore",11704 "sp-runtime",11705 "sp-state-machine",11706]1170711708[[package]]11709name = "substrate-test-utils"11710version = "4.0.0-dev"11711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11712dependencies = [11713 "futures 0.3.21",11714 "substrate-test-utils-derive",11715 "tokio 1.18.2",11716]1171711718[[package]]11719name = "substrate-test-utils-derive"11720version = "0.10.0-dev"11721source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11722dependencies = [11723 "proc-macro-crate",11724 "proc-macro2",11725 "quote",11726 "syn",11727]1172811729[[package]]11730name = "substrate-wasm-builder"11731version = "5.0.0-dev"11732source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11733dependencies = [11734 "ansi_term",11735 "build-helper",11736 "cargo_metadata",11737 "sp-maybe-compressed-blob",11738 "strum 0.23.0",11739 "tempfile",11740 "toml",11741 "walkdir",11742 "wasm-gc-api",11743]1174411745[[package]]11746name = "subtle"11747version = "2.4.1"11748source = "registry+https://github.com/rust-lang/crates.io-index"11749checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1175011751[[package]]11752name = "syn"11753version = "1.0.96"11754source = "registry+https://github.com/rust-lang/crates.io-index"11755checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11756dependencies = [11757 "proc-macro2",11758 "quote",11759 "unicode-ident",11760]1176111762[[package]]11763name = "synstructure"11764version = "0.12.6"11765source = "registry+https://github.com/rust-lang/crates.io-index"11766checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11767dependencies = [11768 "proc-macro2",11769 "quote",11770 "syn",11771 "unicode-xid",11772]1177311774[[package]]11775name = "system-configuration"11776version = "0.5.0"11777source = "registry+https://github.com/rust-lang/crates.io-index"11778checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11779dependencies = [11780 "bitflags",11781 "core-foundation",11782 "system-configuration-sys",11783]1178411785[[package]]11786name = "system-configuration-sys"11787version = "0.5.0"11788source = "registry+https://github.com/rust-lang/crates.io-index"11789checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11790dependencies = [11791 "core-foundation-sys",11792 "libc",11793]1179411795[[package]]11796name = "tap"11797version = "1.0.1"11798source = "registry+https://github.com/rust-lang/crates.io-index"11799checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1180011801[[package]]11802name = "target-lexicon"11803version = "0.12.4"11804source = "registry+https://github.com/rust-lang/crates.io-index"11805checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1180611807[[package]]11808name = "tempfile"11809version = "3.3.0"11810source = "registry+https://github.com/rust-lang/crates.io-index"11811checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11812dependencies = [11813 "cfg-if 1.0.0",11814 "fastrand",11815 "libc",11816 "redox_syscall 0.2.13",11817 "remove_dir_all",11818 "winapi",11819]1182011821[[package]]11822name = "term"11823version = "0.5.2"11824source = "registry+https://github.com/rust-lang/crates.io-index"11825checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11826dependencies = [11827 "byteorder",11828 "dirs",11829 "winapi",11830]1183111832[[package]]11833name = "termcolor"11834version = "1.1.3"11835source = "registry+https://github.com/rust-lang/crates.io-index"11836checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11837dependencies = [11838 "winapi-util",11839]1184011841[[package]]11842name = "test-runtime-constants"11843version = "0.9.22"11844source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"11845dependencies = [11846 "frame-support",11847 "polkadot-primitives",11848 "polkadot-runtime-common",11849 "smallvec",11850 "sp-runtime",11851]1185211853[[package]]11854name = "tests"11855version = "0.1.0"11856dependencies = [11857 "fp-evm-mapping",11858 "frame-support",11859 "frame-system",11860 "pallet-balances",11861 "pallet-common",11862 "pallet-ethereum",11863 "pallet-evm",11864 "pallet-evm-coder-substrate",11865 "pallet-fungible",11866 "pallet-nonfungible",11867 "pallet-refungible",11868 "pallet-structure",11869 "pallet-timestamp",11870 "pallet-transaction-payment",11871 "pallet-unique",11872 "parity-scale-codec 3.1.2",11873 "scale-info",11874 "sp-core",11875 "sp-io",11876 "sp-runtime",11877 "sp-std",11878 "unique-runtime-common",11879 "up-data-structs",11880]1188111882[[package]]11883name = "textwrap"11884version = "0.15.0"11885source = "registry+https://github.com/rust-lang/crates.io-index"11886checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1188711888[[package]]11889name = "thiserror"11890version = "1.0.31"11891source = "registry+https://github.com/rust-lang/crates.io-index"11892checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11893dependencies = [11894 "thiserror-impl",11895]1189611897[[package]]11898name = "thiserror-impl"11899version = "1.0.31"11900source = "registry+https://github.com/rust-lang/crates.io-index"11901checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11902dependencies = [11903 "proc-macro2",11904 "quote",11905 "syn",11906]1190711908[[package]]11909name = "thousands"11910version = "0.2.0"11911source = "registry+https://github.com/rust-lang/crates.io-index"11912checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1191311914[[package]]11915name = "thread_local"11916version = "1.1.4"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11919dependencies = [11920 "once_cell",11921]1192211923[[package]]11924name = "threadpool"11925version = "1.8.1"11926source = "registry+https://github.com/rust-lang/crates.io-index"11927checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11928dependencies = [11929 "num_cpus",11930]1193111932[[package]]11933name = "thrift"11934version = "0.15.0"11935source = "registry+https://github.com/rust-lang/crates.io-index"11936checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11937dependencies = [11938 "byteorder",11939 "integer-encoding",11940 "log",11941 "ordered-float",11942 "threadpool",11943]1194411945[[package]]11946name = "tikv-jemalloc-sys"11947version = "0.4.3+5.2.1-patched.2"11948source = "registry+https://github.com/rust-lang/crates.io-index"11949checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11950dependencies = [11951 "cc",11952 "fs_extra",11953 "libc",11954]1195511956[[package]]11957name = "time"11958version = "0.1.44"11959source = "registry+https://github.com/rust-lang/crates.io-index"11960checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11961dependencies = [11962 "libc",11963 "wasi 0.10.0+wasi-snapshot-preview1",11964 "winapi",11965]1196611967[[package]]11968name = "tiny-bip39"11969version = "0.8.2"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11972dependencies = [11973 "anyhow",11974 "hmac 0.8.1",11975 "once_cell",11976 "pbkdf2 0.4.0",11977 "rand 0.7.3",11978 "rustc-hash",11979 "sha2 0.9.9",11980 "thiserror",11981 "unicode-normalization",11982 "wasm-bindgen",11983 "zeroize",11984]1198511986[[package]]11987name = "tiny-keccak"11988version = "2.0.2"11989source = "registry+https://github.com/rust-lang/crates.io-index"11990checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"11991dependencies = [11992 "crunchy",11993]1199411995[[package]]11996name = "tinyvec"11997version = "1.6.0"11998source = "registry+https://github.com/rust-lang/crates.io-index"11999checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12000dependencies = [12001 "tinyvec_macros",12002]1200312004[[package]]12005name = "tinyvec_macros"12006version = "0.1.0"12007source = "registry+https://github.com/rust-lang/crates.io-index"12008checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1200912010[[package]]12011name = "tokio"12012version = "0.2.25"12013source = "registry+https://github.com/rust-lang/crates.io-index"12014checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12015dependencies = [12016 "bytes 0.5.6",12017 "fnv",12018 "pin-project-lite 0.1.12",12019 "tokio-macros 0.2.6",12020]1202112022[[package]]12023name = "tokio"12024version = "1.18.2"12025source = "registry+https://github.com/rust-lang/crates.io-index"12026checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"12027dependencies = [12028 "bytes 1.1.0",12029 "libc",12030 "memchr",12031 "mio",12032 "num_cpus",12033 "once_cell",12034 "parking_lot 0.12.1",12035 "pin-project-lite 0.2.9",12036 "signal-hook-registry",12037 "socket2",12038 "tokio-macros 1.7.0",12039 "winapi",12040]1204112042[[package]]12043name = "tokio-macros"12044version = "0.2.6"12045source = "registry+https://github.com/rust-lang/crates.io-index"12046checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12047dependencies = [12048 "proc-macro2",12049 "quote",12050 "syn",12051]1205212053[[package]]12054name = "tokio-macros"12055version = "1.7.0"12056source = "registry+https://github.com/rust-lang/crates.io-index"12057checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"12058dependencies = [12059 "proc-macro2",12060 "quote",12061 "syn",12062]1206312064[[package]]12065name = "tokio-rustls"12066version = "0.22.0"12067source = "registry+https://github.com/rust-lang/crates.io-index"12068checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12069dependencies = [12070 "rustls 0.19.1",12071 "tokio 1.18.2",12072 "webpki 0.21.4",12073]1207412075[[package]]12076name = "tokio-rustls"12077version = "0.23.4"12078source = "registry+https://github.com/rust-lang/crates.io-index"12079checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12080dependencies = [12081 "rustls 0.20.6",12082 "tokio 1.18.2",12083 "webpki 0.22.0",12084]1208512086[[package]]12087name = "tokio-util"12088version = "0.7.2"12089source = "registry+https://github.com/rust-lang/crates.io-index"12090checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"12091dependencies = [12092 "bytes 1.1.0",12093 "futures-core",12094 "futures-io",12095 "futures-sink",12096 "pin-project-lite 0.2.9",12097 "tokio 1.18.2",12098 "tracing",12099]1210012101[[package]]12102name = "toml"12103version = "0.5.9"12104source = "registry+https://github.com/rust-lang/crates.io-index"12105checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12106dependencies = [12107 "serde",12108]1210912110[[package]]12111name = "tower-service"12112version = "0.3.1"12113source = "registry+https://github.com/rust-lang/crates.io-index"12114checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1211512116[[package]]12117name = "tracing"12118version = "0.1.34"12119source = "registry+https://github.com/rust-lang/crates.io-index"12120checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"12121dependencies = [12122 "cfg-if 1.0.0",12123 "pin-project-lite 0.2.9",12124 "tracing-attributes",12125 "tracing-core",12126]1212712128[[package]]12129name = "tracing-attributes"12130version = "0.1.21"12131source = "registry+https://github.com/rust-lang/crates.io-index"12132checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12133dependencies = [12134 "proc-macro2",12135 "quote",12136 "syn",12137]1213812139[[package]]12140name = "tracing-core"12141version = "0.1.26"12142source = "registry+https://github.com/rust-lang/crates.io-index"12143checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"12144dependencies = [12145 "lazy_static",12146 "valuable",12147]1214812149[[package]]12150name = "tracing-futures"12151version = "0.2.5"12152source = "registry+https://github.com/rust-lang/crates.io-index"12153checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12154dependencies = [12155 "pin-project 1.0.10",12156 "tracing",12157]1215812159[[package]]12160name = "tracing-gum"12161version = "0.9.22"12162source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12163dependencies = [12164 "polkadot-node-jaeger",12165 "polkadot-primitives",12166 "tracing",12167 "tracing-gum-proc-macro",12168]1216912170[[package]]12171name = "tracing-gum-proc-macro"12172version = "0.9.22"12173source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12174dependencies = [12175 "expander 0.0.6",12176 "proc-macro-crate",12177 "proc-macro2",12178 "quote",12179 "syn",12180]1218112182[[package]]12183name = "tracing-log"12184version = "0.1.3"12185source = "registry+https://github.com/rust-lang/crates.io-index"12186checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12187dependencies = [12188 "ahash",12189 "lazy_static",12190 "log",12191 "lru 0.7.6",12192 "tracing-core",12193]1219412195[[package]]12196name = "tracing-serde"12197version = "0.1.3"12198source = "registry+https://github.com/rust-lang/crates.io-index"12199checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12200dependencies = [12201 "serde",12202 "tracing-core",12203]1220412205[[package]]12206name = "tracing-subscriber"12207version = "0.2.25"12208source = "registry+https://github.com/rust-lang/crates.io-index"12209checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12210dependencies = [12211 "ansi_term",12212 "chrono",12213 "lazy_static",12214 "matchers",12215 "parking_lot 0.11.2",12216 "regex",12217 "serde",12218 "serde_json",12219 "sharded-slab",12220 "smallvec",12221 "thread_local",12222 "tracing",12223 "tracing-core",12224 "tracing-log",12225 "tracing-serde",12226]1222712228[[package]]12229name = "trie-db"12230version = "0.23.1"12231source = "registry+https://github.com/rust-lang/crates.io-index"12232checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12233dependencies = [12234 "hash-db",12235 "hashbrown 0.12.1",12236 "log",12237 "rustc-hex",12238 "smallvec",12239]1224012241[[package]]12242name = "trie-root"12243version = "0.17.0"12244source = "registry+https://github.com/rust-lang/crates.io-index"12245checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12246dependencies = [12247 "hash-db",12248]1224912250[[package]]12251name = "triehash"12252version = "0.8.4"12253source = "registry+https://github.com/rust-lang/crates.io-index"12254checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12255dependencies = [12256 "hash-db",12257 "rlp",12258]1225912260[[package]]12261name = "trust-dns-proto"12262version = "0.21.2"12263source = "registry+https://github.com/rust-lang/crates.io-index"12264checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12265dependencies = [12266 "async-trait",12267 "cfg-if 1.0.0",12268 "data-encoding",12269 "enum-as-inner",12270 "futures-channel",12271 "futures-io",12272 "futures-util",12273 "idna",12274 "ipnet",12275 "lazy_static",12276 "log",12277 "rand 0.8.5",12278 "smallvec",12279 "thiserror",12280 "tinyvec",12281 "url",12282]1228312284[[package]]12285name = "trust-dns-resolver"12286version = "0.21.2"12287source = "registry+https://github.com/rust-lang/crates.io-index"12288checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12289dependencies = [12290 "cfg-if 1.0.0",12291 "futures-util",12292 "ipconfig",12293 "lazy_static",12294 "log",12295 "lru-cache",12296 "parking_lot 0.12.1",12297 "resolv-conf",12298 "smallvec",12299 "thiserror",12300 "trust-dns-proto",12301]1230212303[[package]]12304name = "try-lock"12305version = "0.2.3"12306source = "registry+https://github.com/rust-lang/crates.io-index"12307checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1230812309[[package]]12310name = "try-runtime-cli"12311version = "0.10.0-dev"12312source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"12313dependencies = [12314 "clap",12315 "jsonrpsee",12316 "log",12317 "parity-scale-codec 3.1.2",12318 "remote-externalities",12319 "sc-chain-spec",12320 "sc-cli",12321 "sc-executor",12322 "sc-service",12323 "serde",12324 "sp-core",12325 "sp-externalities",12326 "sp-io",12327 "sp-keystore",12328 "sp-runtime",12329 "sp-state-machine",12330 "sp-version",12331 "zstd",12332]1233312334[[package]]12335name = "tt-call"12336version = "1.0.8"12337source = "registry+https://github.com/rust-lang/crates.io-index"12338checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1233912340[[package]]12341name = "twox-hash"12342version = "1.6.3"12343source = "registry+https://github.com/rust-lang/crates.io-index"12344checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12345dependencies = [12346 "cfg-if 1.0.0",12347 "digest 0.10.3",12348 "rand 0.8.5",12349 "static_assertions",12350]1235112352[[package]]12353name = "typenum"12354version = "1.15.0"12355source = "registry+https://github.com/rust-lang/crates.io-index"12356checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1235712358[[package]]12359name = "uc-rpc"12360version = "0.1.0"12361dependencies = [12362 "anyhow",12363 "jsonrpsee",12364 "pallet-common",12365 "pallet-evm",12366 "parity-scale-codec 3.1.2",12367 "rmrk-rpc",12368 "sp-api",12369 "sp-blockchain",12370 "sp-core",12371 "sp-rpc",12372 "sp-runtime",12373 "unique-runtime-common",12374 "up-data-structs",12375 "up-rpc",12376]1237712378[[package]]12379name = "ucd-trie"12380version = "0.1.3"12381source = "registry+https://github.com/rust-lang/crates.io-index"12382checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1238312384[[package]]12385name = "uint"12386version = "0.9.3"12387source = "registry+https://github.com/rust-lang/crates.io-index"12388checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12389dependencies = [12390 "byteorder",12391 "crunchy",12392 "hex",12393 "static_assertions",12394]1239512396[[package]]12397name = "unicase"12398version = "2.6.0"12399source = "registry+https://github.com/rust-lang/crates.io-index"12400checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12401dependencies = [12402 "version_check",12403]1240412405[[package]]12406name = "unicode-bidi"12407version = "0.3.8"12408source = "registry+https://github.com/rust-lang/crates.io-index"12409checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1241012411[[package]]12412name = "unicode-ident"12413version = "1.0.0"12414source = "registry+https://github.com/rust-lang/crates.io-index"12415checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"1241612417[[package]]12418name = "unicode-normalization"12419version = "0.1.19"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12422dependencies = [12423 "tinyvec",12424]1242512426[[package]]12427name = "unicode-segmentation"12428version = "1.9.0"12429source = "registry+https://github.com/rust-lang/crates.io-index"12430checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1243112432[[package]]12433name = "unicode-width"12434version = "0.1.9"12435source = "registry+https://github.com/rust-lang/crates.io-index"12436checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1243712438[[package]]12439name = "unicode-xid"12440version = "0.2.3"12441source = "registry+https://github.com/rust-lang/crates.io-index"12442checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1244312444[[package]]12445name = "unique-node"12446version = "0.9.22"12447dependencies = [12448 "clap",12449 "cumulus-client-cli",12450 "cumulus-client-collator",12451 "cumulus-client-consensus-aura",12452 "cumulus-client-consensus-common",12453 "cumulus-client-network",12454 "cumulus-client-service",12455 "cumulus-primitives-core",12456 "cumulus-primitives-parachain-inherent",12457 "cumulus-relay-chain-inprocess-interface",12458 "cumulus-relay-chain-interface",12459 "cumulus-relay-chain-rpc-interface",12460 "fc-consensus",12461 "fc-db",12462 "fc-mapping-sync",12463 "fc-rpc",12464 "fc-rpc-core",12465 "flexi_logger",12466 "fp-rpc",12467 "frame-benchmarking",12468 "frame-benchmarking-cli",12469 "futures 0.3.21",12470 "jsonrpsee",12471 "log",12472 "opal-runtime",12473 "pallet-ethereum",12474 "pallet-transaction-payment-rpc",12475 "pallet-transaction-payment-rpc-runtime-api",12476 "parity-scale-codec 3.1.2",12477 "parking_lot 0.11.2",12478 "polkadot-cli",12479 "polkadot-parachain",12480 "polkadot-primitives",12481 "polkadot-service",12482 "polkadot-test-service",12483 "quartz-runtime",12484 "rmrk-rpc",12485 "sc-basic-authorship",12486 "sc-chain-spec",12487 "sc-cli",12488 "sc-client-api",12489 "sc-consensus",12490 "sc-consensus-aura",12491 "sc-consensus-manual-seal",12492 "sc-executor",12493 "sc-finality-grandpa",12494 "sc-keystore",12495 "sc-network",12496 "sc-rpc",12497 "sc-rpc-api",12498 "sc-service",12499 "sc-sysinfo",12500 "sc-telemetry",12501 "sc-tracing",12502 "sc-transaction-pool",12503 "serde",12504 "serde_json",12505 "sp-api",12506 "sp-block-builder",12507 "sp-blockchain",12508 "sp-consensus",12509 "sp-consensus-aura",12510 "sp-core",12511 "sp-finality-grandpa",12512 "sp-inherents",12513 "sp-keystore",12514 "sp-offchain",12515 "sp-runtime",12516 "sp-session",12517 "sp-timestamp",12518 "sp-transaction-pool",12519 "sp-trie",12520 "substrate-build-script-utils",12521 "substrate-frame-rpc-system",12522 "substrate-prometheus-endpoint",12523 "tokio 1.18.2",12524 "try-runtime-cli",12525 "unique-rpc",12526 "unique-runtime",12527 "unique-runtime-common",12528 "up-data-structs",12529 "up-rpc",12530]1253112532[[package]]12533name = "unique-rpc"12534version = "0.1.0"12535dependencies = [12536 "fc-db",12537 "fc-mapping-sync",12538 "fc-rpc",12539 "fc-rpc-core",12540 "fp-rpc",12541 "fp-storage",12542 "futures 0.3.21",12543 "jsonrpsee",12544 "pallet-common",12545 "pallet-ethereum",12546 "pallet-transaction-payment-rpc",12547 "pallet-transaction-payment-rpc-runtime-api",12548 "pallet-unique",12549 "rmrk-rpc",12550 "sc-client-api",12551 "sc-consensus-aura",12552 "sc-consensus-epochs",12553 "sc-finality-grandpa",12554 "sc-finality-grandpa-rpc",12555 "sc-keystore",12556 "sc-network",12557 "sc-rpc",12558 "sc-rpc-api",12559 "sc-service",12560 "sc-transaction-pool",12561 "serde",12562 "sp-api",12563 "sp-block-builder",12564 "sp-blockchain",12565 "sp-consensus",12566 "sp-consensus-aura",12567 "sp-core",12568 "sp-offchain",12569 "sp-runtime",12570 "sp-session",12571 "sp-storage",12572 "sp-transaction-pool",12573 "substrate-frame-rpc-system",12574 "tokio 0.2.25",12575 "uc-rpc",12576 "unique-runtime-common",12577 "up-data-structs",12578 "up-rpc",12579]1258012581[[package]]12582name = "unique-runtime"12583version = "0.9.22"12584dependencies = [12585 "cumulus-pallet-aura-ext",12586 "cumulus-pallet-dmp-queue",12587 "cumulus-pallet-parachain-system",12588 "cumulus-pallet-xcm",12589 "cumulus-pallet-xcmp-queue",12590 "cumulus-primitives-core",12591 "cumulus-primitives-timestamp",12592 "cumulus-primitives-utility",12593 "derivative",12594 "fp-evm-mapping",12595 "fp-rpc",12596 "fp-self-contained",12597 "frame-benchmarking",12598 "frame-executive",12599 "frame-support",12600 "frame-system",12601 "frame-system-benchmarking",12602 "frame-system-rpc-runtime-api",12603 "frame-try-runtime",12604 "hex-literal",12605 "log",12606 "orml-vesting",12607 "pallet-aura",12608 "pallet-balances",12609 "pallet-base-fee",12610 "pallet-common",12611 "pallet-ethereum",12612 "pallet-evm",12613 "pallet-evm-coder-substrate",12614 "pallet-evm-contract-helpers",12615 "pallet-evm-migration",12616 "pallet-evm-transaction-payment",12617 "pallet-fungible",12618 "pallet-inflation",12619 "pallet-nonfungible",12620 "pallet-randomness-collective-flip",12621 "pallet-refungible",12622 "pallet-rmrk-core",12623 "pallet-structure",12624 "pallet-sudo",12625 "pallet-template-transaction-payment",12626 "pallet-timestamp",12627 "pallet-transaction-payment",12628 "pallet-transaction-payment-rpc-runtime-api",12629 "pallet-treasury",12630 "pallet-unique",12631 "pallet-unq-scheduler",12632 "pallet-xcm",12633 "parachain-info",12634 "parity-scale-codec 3.1.2",12635 "polkadot-parachain",12636 "rmrk-rpc",12637 "scale-info",12638 "serde",12639 "smallvec",12640 "sp-api",12641 "sp-arithmetic",12642 "sp-block-builder",12643 "sp-consensus-aura",12644 "sp-core",12645 "sp-inherents",12646 "sp-io",12647 "sp-offchain",12648 "sp-runtime",12649 "sp-session",12650 "sp-std",12651 "sp-transaction-pool",12652 "sp-version",12653 "substrate-wasm-builder",12654 "unique-runtime-common",12655 "up-data-structs",12656 "up-rpc",12657 "xcm",12658 "xcm-builder",12659 "xcm-executor",12660]1266112662[[package]]12663name = "unique-runtime-common"12664version = "0.9.22"12665dependencies = [12666 "evm-coder",12667 "fp-rpc",12668 "frame-support",12669 "frame-system",12670 "pallet-common",12671 "pallet-evm",12672 "pallet-fungible",12673 "pallet-nonfungible",12674 "pallet-refungible",12675 "pallet-unique",12676 "parity-scale-codec 3.1.2",12677 "rmrk-rpc",12678 "scale-info",12679 "sp-consensus-aura",12680 "sp-core",12681 "sp-runtime",12682 "sp-std",12683 "up-data-structs",12684 "up-sponsorship",12685]1268612687[[package]]12688name = "universal-hash"12689version = "0.4.1"12690source = "registry+https://github.com/rust-lang/crates.io-index"12691checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12692dependencies = [12693 "generic-array 0.14.5",12694 "subtle",12695]1269612697[[package]]12698name = "unsigned-varint"12699version = "0.7.1"12700source = "registry+https://github.com/rust-lang/crates.io-index"12701checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12702dependencies = [12703 "asynchronous-codec",12704 "bytes 1.1.0",12705 "futures-io",12706 "futures-util",12707]1270812709[[package]]12710name = "untrusted"12711version = "0.7.1"12712source = "registry+https://github.com/rust-lang/crates.io-index"12713checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1271412715[[package]]12716name = "up-data-structs"12717version = "0.1.0"12718dependencies = [12719 "derivative",12720 "frame-support",12721 "frame-system",12722 "pallet-evm",12723 "parity-scale-codec 3.1.2",12724 "scale-info",12725 "serde",12726 "sp-core",12727 "sp-runtime",12728 "sp-std",12729 "struct-versioning",12730]1273112732[[package]]12733name = "up-rpc"12734version = "0.1.0"12735dependencies = [12736 "pallet-common",12737 "pallet-evm",12738 "parity-scale-codec 3.1.2",12739 "sp-api",12740 "sp-core",12741 "sp-runtime",12742 "sp-std",12743 "up-data-structs",12744]1274512746[[package]]12747name = "up-sponsorship"12748version = "0.1.0"12749source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"12750dependencies = [12751 "impl-trait-for-tuples",12752]1275312754[[package]]12755name = "url"12756version = "2.2.2"12757source = "registry+https://github.com/rust-lang/crates.io-index"12758checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12759dependencies = [12760 "form_urlencoded",12761 "idna",12762 "matches",12763 "percent-encoding",12764]1276512766[[package]]12767name = "valuable"12768version = "0.1.0"12769source = "registry+https://github.com/rust-lang/crates.io-index"12770checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1277112772[[package]]12773name = "value-bag"12774version = "1.0.0-alpha.9"12775source = "registry+https://github.com/rust-lang/crates.io-index"12776checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12777dependencies = [12778 "ctor",12779 "version_check",12780]1278112782[[package]]12783name = "vcpkg"12784version = "0.2.15"12785source = "registry+https://github.com/rust-lang/crates.io-index"12786checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1278712788[[package]]12789name = "version_check"12790version = "0.9.4"12791source = "registry+https://github.com/rust-lang/crates.io-index"12792checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1279312794[[package]]12795name = "void"12796version = "1.0.2"12797source = "registry+https://github.com/rust-lang/crates.io-index"12798checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1279912800[[package]]12801name = "waker-fn"12802version = "1.1.0"12803source = "registry+https://github.com/rust-lang/crates.io-index"12804checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1280512806[[package]]12807name = "walkdir"12808version = "2.3.2"12809source = "registry+https://github.com/rust-lang/crates.io-index"12810checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12811dependencies = [12812 "same-file",12813 "winapi",12814 "winapi-util",12815]1281612817[[package]]12818name = "want"12819version = "0.3.0"12820source = "registry+https://github.com/rust-lang/crates.io-index"12821checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12822dependencies = [12823 "log",12824 "try-lock",12825]1282612827[[package]]12828name = "wasi"12829version = "0.9.0+wasi-snapshot-preview1"12830source = "registry+https://github.com/rust-lang/crates.io-index"12831checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1283212833[[package]]12834name = "wasi"12835version = "0.10.0+wasi-snapshot-preview1"12836source = "registry+https://github.com/rust-lang/crates.io-index"12837checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1283812839[[package]]12840name = "wasi"12841version = "0.11.0+wasi-snapshot-preview1"12842source = "registry+https://github.com/rust-lang/crates.io-index"12843checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1284412845[[package]]12846name = "wasm-bindgen"12847version = "0.2.80"12848source = "registry+https://github.com/rust-lang/crates.io-index"12849checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"12850dependencies = [12851 "cfg-if 1.0.0",12852 "wasm-bindgen-macro",12853]1285412855[[package]]12856name = "wasm-bindgen-backend"12857version = "0.2.80"12858source = "registry+https://github.com/rust-lang/crates.io-index"12859checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"12860dependencies = [12861 "bumpalo",12862 "lazy_static",12863 "log",12864 "proc-macro2",12865 "quote",12866 "syn",12867 "wasm-bindgen-shared",12868]1286912870[[package]]12871name = "wasm-bindgen-futures"12872version = "0.4.30"12873source = "registry+https://github.com/rust-lang/crates.io-index"12874checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"12875dependencies = [12876 "cfg-if 1.0.0",12877 "js-sys",12878 "wasm-bindgen",12879 "web-sys",12880]1288112882[[package]]12883name = "wasm-bindgen-macro"12884version = "0.2.80"12885source = "registry+https://github.com/rust-lang/crates.io-index"12886checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"12887dependencies = [12888 "quote",12889 "wasm-bindgen-macro-support",12890]1289112892[[package]]12893name = "wasm-bindgen-macro-support"12894version = "0.2.80"12895source = "registry+https://github.com/rust-lang/crates.io-index"12896checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"12897dependencies = [12898 "proc-macro2",12899 "quote",12900 "syn",12901 "wasm-bindgen-backend",12902 "wasm-bindgen-shared",12903]1290412905[[package]]12906name = "wasm-bindgen-shared"12907version = "0.2.80"12908source = "registry+https://github.com/rust-lang/crates.io-index"12909checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"1291012911[[package]]12912name = "wasm-gc-api"12913version = "0.1.11"12914source = "registry+https://github.com/rust-lang/crates.io-index"12915checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12916dependencies = [12917 "log",12918 "parity-wasm 0.32.0",12919 "rustc-demangle",12920]1292112922[[package]]12923name = "wasm-instrument"12924version = "0.1.1"12925source = "registry+https://github.com/rust-lang/crates.io-index"12926checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12927dependencies = [12928 "parity-wasm 0.42.2",12929]1293012931[[package]]12932name = "wasm-timer"12933version = "0.2.5"12934source = "registry+https://github.com/rust-lang/crates.io-index"12935checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12936dependencies = [12937 "futures 0.3.21",12938 "js-sys",12939 "parking_lot 0.11.2",12940 "pin-utils",12941 "wasm-bindgen",12942 "wasm-bindgen-futures",12943 "web-sys",12944]1294512946[[package]]12947name = "wasmi"12948version = "0.9.1"12949source = "registry+https://github.com/rust-lang/crates.io-index"12950checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12951dependencies = [12952 "downcast-rs",12953 "libc",12954 "libm",12955 "memory_units",12956 "num-rational 0.2.4",12957 "num-traits",12958 "parity-wasm 0.42.2",12959 "wasmi-validation",12960]1296112962[[package]]12963name = "wasmi-validation"12964version = "0.4.1"12965source = "registry+https://github.com/rust-lang/crates.io-index"12966checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12967dependencies = [12968 "parity-wasm 0.42.2",12969]1297012971[[package]]12972name = "wasmparser"12973version = "0.83.0"12974source = "registry+https://github.com/rust-lang/crates.io-index"12975checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1297612977[[package]]12978name = "wasmtime"12979version = "0.35.3"12980source = "registry+https://github.com/rust-lang/crates.io-index"12981checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"12982dependencies = [12983 "anyhow",12984 "backtrace",12985 "bincode",12986 "cfg-if 1.0.0",12987 "indexmap",12988 "lazy_static",12989 "libc",12990 "log",12991 "object 0.27.1",12992 "once_cell",12993 "paste",12994 "psm",12995 "rayon",12996 "region",12997 "serde",12998 "target-lexicon",12999 "wasmparser",13000 "wasmtime-cache",13001 "wasmtime-cranelift",13002 "wasmtime-environ",13003 "wasmtime-jit",13004 "wasmtime-runtime",13005 "winapi",13006]1300713008[[package]]13009name = "wasmtime-cache"13010version = "0.35.3"13011source = "registry+https://github.com/rust-lang/crates.io-index"13012checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13013dependencies = [13014 "anyhow",13015 "base64",13016 "bincode",13017 "directories-next",13018 "file-per-thread-logger",13019 "log",13020 "rustix",13021 "serde",13022 "sha2 0.9.9",13023 "toml",13024 "winapi",13025 "zstd",13026]1302713028[[package]]13029name = "wasmtime-cranelift"13030version = "0.35.3"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13033dependencies = [13034 "anyhow",13035 "cranelift-codegen",13036 "cranelift-entity",13037 "cranelift-frontend",13038 "cranelift-native",13039 "cranelift-wasm",13040 "gimli",13041 "log",13042 "more-asserts",13043 "object 0.27.1",13044 "target-lexicon",13045 "thiserror",13046 "wasmparser",13047 "wasmtime-environ",13048]1304913050[[package]]13051name = "wasmtime-environ"13052version = "0.35.3"13053source = "registry+https://github.com/rust-lang/crates.io-index"13054checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13055dependencies = [13056 "anyhow",13057 "cranelift-entity",13058 "gimli",13059 "indexmap",13060 "log",13061 "more-asserts",13062 "object 0.27.1",13063 "serde",13064 "target-lexicon",13065 "thiserror",13066 "wasmparser",13067 "wasmtime-types",13068]1306913070[[package]]13071name = "wasmtime-jit"13072version = "0.35.3"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13075dependencies = [13076 "addr2line",13077 "anyhow",13078 "bincode",13079 "cfg-if 1.0.0",13080 "cpp_demangle",13081 "gimli",13082 "log",13083 "object 0.27.1",13084 "region",13085 "rustc-demangle",13086 "rustix",13087 "serde",13088 "target-lexicon",13089 "thiserror",13090 "wasmtime-environ",13091 "wasmtime-jit-debug",13092 "wasmtime-runtime",13093 "winapi",13094]1309513096[[package]]13097name = "wasmtime-jit-debug"13098version = "0.35.3"13099source = "registry+https://github.com/rust-lang/crates.io-index"13100checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13101dependencies = [13102 "lazy_static",13103 "object 0.27.1",13104 "rustix",13105]1310613107[[package]]13108name = "wasmtime-runtime"13109version = "0.35.3"13110source = "registry+https://github.com/rust-lang/crates.io-index"13111checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13112dependencies = [13113 "anyhow",13114 "backtrace",13115 "cc",13116 "cfg-if 1.0.0",13117 "indexmap",13118 "libc",13119 "log",13120 "mach",13121 "memoffset",13122 "more-asserts",13123 "rand 0.8.5",13124 "region",13125 "rustix",13126 "thiserror",13127 "wasmtime-environ",13128 "wasmtime-jit-debug",13129 "winapi",13130]1313113132[[package]]13133name = "wasmtime-types"13134version = "0.35.3"13135source = "registry+https://github.com/rust-lang/crates.io-index"13136checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13137dependencies = [13138 "cranelift-entity",13139 "serde",13140 "thiserror",13141 "wasmparser",13142]1314313144[[package]]13145name = "web-sys"13146version = "0.3.57"13147source = "registry+https://github.com/rust-lang/crates.io-index"13148checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"13149dependencies = [13150 "js-sys",13151 "wasm-bindgen",13152]1315313154[[package]]13155name = "webpki"13156version = "0.21.4"13157source = "registry+https://github.com/rust-lang/crates.io-index"13158checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13159dependencies = [13160 "ring",13161 "untrusted",13162]1316313164[[package]]13165name = "webpki"13166version = "0.22.0"13167source = "registry+https://github.com/rust-lang/crates.io-index"13168checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13169dependencies = [13170 "ring",13171 "untrusted",13172]1317313174[[package]]13175name = "webpki-roots"13176version = "0.22.3"13177source = "registry+https://github.com/rust-lang/crates.io-index"13178checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13179dependencies = [13180 "webpki 0.22.0",13181]1318213183[[package]]13184name = "wepoll-ffi"13185version = "0.1.2"13186source = "registry+https://github.com/rust-lang/crates.io-index"13187checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13188dependencies = [13189 "cc",13190]1319113192[[package]]13193name = "westend-runtime"13194version = "0.9.22"13195source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13196dependencies = [13197 "beefy-primitives",13198 "bitvec 1.0.0",13199 "frame-benchmarking",13200 "frame-election-provider-support",13201 "frame-executive",13202 "frame-support",13203 "frame-system",13204 "frame-system-benchmarking",13205 "frame-system-rpc-runtime-api",13206 "frame-try-runtime",13207 "hex-literal",13208 "log",13209 "pallet-authority-discovery",13210 "pallet-authorship",13211 "pallet-babe",13212 "pallet-bags-list",13213 "pallet-balances",13214 "pallet-collective",13215 "pallet-democracy",13216 "pallet-election-provider-multi-phase",13217 "pallet-election-provider-support-benchmarking",13218 "pallet-elections-phragmen",13219 "pallet-grandpa",13220 "pallet-identity",13221 "pallet-im-online",13222 "pallet-indices",13223 "pallet-membership",13224 "pallet-multisig",13225 "pallet-nicks",13226 "pallet-nomination-pools",13227 "pallet-nomination-pools-benchmarking",13228 "pallet-offences",13229 "pallet-offences-benchmarking",13230 "pallet-preimage",13231 "pallet-proxy",13232 "pallet-recovery",13233 "pallet-scheduler",13234 "pallet-session",13235 "pallet-session-benchmarking",13236 "pallet-society",13237 "pallet-staking",13238 "pallet-staking-reward-curve",13239 "pallet-sudo",13240 "pallet-timestamp",13241 "pallet-transaction-payment",13242 "pallet-transaction-payment-rpc-runtime-api",13243 "pallet-treasury",13244 "pallet-utility",13245 "pallet-vesting",13246 "pallet-xcm",13247 "pallet-xcm-benchmarks",13248 "parity-scale-codec 3.1.2",13249 "polkadot-parachain",13250 "polkadot-primitives",13251 "polkadot-runtime-common",13252 "polkadot-runtime-parachains",13253 "rustc-hex",13254 "scale-info",13255 "serde",13256 "serde_derive",13257 "smallvec",13258 "sp-api",13259 "sp-authority-discovery",13260 "sp-block-builder",13261 "sp-consensus-babe",13262 "sp-core",13263 "sp-inherents",13264 "sp-io",13265 "sp-mmr-primitives",13266 "sp-npos-elections",13267 "sp-offchain",13268 "sp-runtime",13269 "sp-session",13270 "sp-staking",13271 "sp-std",13272 "sp-transaction-pool",13273 "sp-version",13274 "substrate-wasm-builder",13275 "westend-runtime-constants",13276 "xcm",13277 "xcm-builder",13278 "xcm-executor",13279]1328013281[[package]]13282name = "westend-runtime-constants"13283version = "0.9.22"13284source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13285dependencies = [13286 "frame-support",13287 "polkadot-primitives",13288 "polkadot-runtime-common",13289 "smallvec",13290 "sp-runtime",13291]1329213293[[package]]13294name = "which"13295version = "4.2.5"13296source = "registry+https://github.com/rust-lang/crates.io-index"13297checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13298dependencies = [13299 "either",13300 "lazy_static",13301 "libc",13302]1330313304[[package]]13305name = "widestring"13306version = "0.5.1"13307source = "registry+https://github.com/rust-lang/crates.io-index"13308checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1330913310[[package]]13311name = "winapi"13312version = "0.3.9"13313source = "registry+https://github.com/rust-lang/crates.io-index"13314checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13315dependencies = [13316 "winapi-i686-pc-windows-gnu",13317 "winapi-x86_64-pc-windows-gnu",13318]1331913320[[package]]13321name = "winapi-i686-pc-windows-gnu"13322version = "0.4.0"13323source = "registry+https://github.com/rust-lang/crates.io-index"13324checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1332513326[[package]]13327name = "winapi-util"13328version = "0.1.5"13329source = "registry+https://github.com/rust-lang/crates.io-index"13330checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13331dependencies = [13332 "winapi",13333]1333413335[[package]]13336name = "winapi-x86_64-pc-windows-gnu"13337version = "0.4.0"13338source = "registry+https://github.com/rust-lang/crates.io-index"13339checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1334013341[[package]]13342name = "windows"13343version = "0.29.0"13344source = "registry+https://github.com/rust-lang/crates.io-index"13345checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"13346dependencies = [13347 "windows_aarch64_msvc 0.29.0",13348 "windows_i686_gnu 0.29.0",13349 "windows_i686_msvc 0.29.0",13350 "windows_x86_64_gnu 0.29.0",13351 "windows_x86_64_msvc 0.29.0",13352]1335313354[[package]]13355name = "windows-sys"13356version = "0.36.1"13357source = "registry+https://github.com/rust-lang/crates.io-index"13358checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13359dependencies = [13360 "windows_aarch64_msvc 0.36.1",13361 "windows_i686_gnu 0.36.1",13362 "windows_i686_msvc 0.36.1",13363 "windows_x86_64_gnu 0.36.1",13364 "windows_x86_64_msvc 0.36.1",13365]1336613367[[package]]13368name = "windows_aarch64_msvc"13369version = "0.29.0"13370source = "registry+https://github.com/rust-lang/crates.io-index"13371checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"1337213373[[package]]13374name = "windows_aarch64_msvc"13375version = "0.36.1"13376source = "registry+https://github.com/rust-lang/crates.io-index"13377checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1337813379[[package]]13380name = "windows_i686_gnu"13381version = "0.29.0"13382source = "registry+https://github.com/rust-lang/crates.io-index"13383checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"1338413385[[package]]13386name = "windows_i686_gnu"13387version = "0.36.1"13388source = "registry+https://github.com/rust-lang/crates.io-index"13389checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1339013391[[package]]13392name = "windows_i686_msvc"13393version = "0.29.0"13394source = "registry+https://github.com/rust-lang/crates.io-index"13395checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"1339613397[[package]]13398name = "windows_i686_msvc"13399version = "0.36.1"13400source = "registry+https://github.com/rust-lang/crates.io-index"13401checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1340213403[[package]]13404name = "windows_x86_64_gnu"13405version = "0.29.0"13406source = "registry+https://github.com/rust-lang/crates.io-index"13407checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"1340813409[[package]]13410name = "windows_x86_64_gnu"13411version = "0.36.1"13412source = "registry+https://github.com/rust-lang/crates.io-index"13413checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1341413415[[package]]13416name = "windows_x86_64_msvc"13417version = "0.29.0"13418source = "registry+https://github.com/rust-lang/crates.io-index"13419checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"1342013421[[package]]13422name = "windows_x86_64_msvc"13423version = "0.36.1"13424source = "registry+https://github.com/rust-lang/crates.io-index"13425checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1342613427[[package]]13428name = "winreg"13429version = "0.7.0"13430source = "registry+https://github.com/rust-lang/crates.io-index"13431checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13432dependencies = [13433 "winapi",13434]1343513436[[package]]13437name = "wyz"13438version = "0.2.0"13439source = "registry+https://github.com/rust-lang/crates.io-index"13440checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1344113442[[package]]13443name = "wyz"13444version = "0.5.0"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13447dependencies = [13448 "tap",13449]1345013451[[package]]13452name = "x25519-dalek"13453version = "1.1.1"13454source = "registry+https://github.com/rust-lang/crates.io-index"13455checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13456dependencies = [13457 "curve25519-dalek 3.2.0",13458 "rand_core 0.5.1",13459 "zeroize",13460]1346113462[[package]]13463name = "xcm"13464version = "0.9.22"13465source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13466dependencies = [13467 "derivative",13468 "impl-trait-for-tuples",13469 "log",13470 "parity-scale-codec 3.1.2",13471 "scale-info",13472 "xcm-procedural",13473]1347413475[[package]]13476name = "xcm-builder"13477version = "0.9.22"13478source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13479dependencies = [13480 "frame-support",13481 "frame-system",13482 "log",13483 "pallet-transaction-payment",13484 "parity-scale-codec 3.1.2",13485 "polkadot-parachain",13486 "scale-info",13487 "sp-arithmetic",13488 "sp-io",13489 "sp-runtime",13490 "sp-std",13491 "xcm",13492 "xcm-executor",13493]1349413495[[package]]13496name = "xcm-executor"13497version = "0.9.22"13498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13499dependencies = [13500 "frame-benchmarking",13501 "frame-support",13502 "impl-trait-for-tuples",13503 "log",13504 "parity-scale-codec 3.1.2",13505 "sp-arithmetic",13506 "sp-core",13507 "sp-io",13508 "sp-runtime",13509 "sp-std",13510 "xcm",13511]1351213513[[package]]13514name = "xcm-procedural"13515version = "0.1.0"13516source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13517dependencies = [13518 "Inflector",13519 "proc-macro2",13520 "quote",13521 "syn",13522]1352313524[[package]]13525name = "yamux"13526version = "0.10.1"13527source = "registry+https://github.com/rust-lang/crates.io-index"13528checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13529dependencies = [13530 "futures 0.3.21",13531 "log",13532 "nohash-hasher",13533 "parking_lot 0.12.1",13534 "rand 0.8.5",13535 "static_assertions",13536]1353713538[[package]]13539name = "yansi"13540version = "0.5.1"13541source = "registry+https://github.com/rust-lang/crates.io-index"13542checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1354313544[[package]]13545name = "zeroize"13546version = "1.4.3"13547source = "registry+https://github.com/rust-lang/crates.io-index"13548checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13549dependencies = [13550 "zeroize_derive",13551]1355213553[[package]]13554name = "zeroize_derive"13555version = "1.3.2"13556source = "registry+https://github.com/rust-lang/crates.io-index"13557checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13558dependencies = [13559 "proc-macro2",13560 "quote",13561 "syn",13562 "synstructure",13563]1356413565[[package]]13566name = "zstd"13567version = "0.10.2+zstd.1.5.2"13568source = "registry+https://github.com/rust-lang/crates.io-index"13569checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13570dependencies = [13571 "zstd-safe",13572]1357313574[[package]]13575name = "zstd-safe"13576version = "4.1.6+zstd.1.5.2"13577source = "registry+https://github.com/rust-lang/crates.io-index"13578checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13579dependencies = [13580 "libc",13581 "zstd-sys",13582]1358313584[[package]]13585name = "zstd-sys"13586version = "1.6.3+zstd.1.5.2"13587source = "registry+https://github.com/rust-lang/crates.io-index"13588checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13589dependencies = [13590 "cc",13591 "libc",13592]