git.delta.rocks / unique-network / refs/commits / 9fdcfd82895a

difftreelog

source

Cargo.lock304.6 KiBrenderedsourcehistory
1# This file is automatically @generated by Cargo.2# It is not intended for manual editing.3version = 345[[package]]6name = "Inflector"7version = "0.11.4"8source = "registry+https://github.com/rust-lang/crates.io-index"9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"10dependencies = [11 "lazy_static",12 "regex",13]1415[[package]]16name = "addr2line"17version = "0.17.0"18source = "registry+https://github.com/rust-lang/crates.io-index"19checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"20dependencies = [21 "gimli",22]2324[[package]]25name = "adler"26version = "1.0.2"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"2930[[package]]31name = "aead"32version = "0.4.3"33source = "registry+https://github.com/rust-lang/crates.io-index"34checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"35dependencies = [36 "generic-array 0.14.5",37]3839[[package]]40name = "aes"41version = "0.7.5"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"44dependencies = [45 "cfg-if 1.0.0",46 "cipher",47 "cpufeatures",48 "opaque-debug 0.3.0",49]5051[[package]]52name = "aes-gcm"53version = "0.9.4"54source = "registry+https://github.com/rust-lang/crates.io-index"55checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"56dependencies = [57 "aead",58 "aes",59 "cipher",60 "ctr",61 "ghash",62 "subtle",63]6465[[package]]66name = "ahash"67version = "0.7.6"68source = "registry+https://github.com/rust-lang/crates.io-index"69checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"70dependencies = [71 "getrandom 0.2.7",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.7",375 "instant",376 "pin-project-lite 0.2.9",377 "rand 0.8.5",378 "tokio 1.19.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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.10",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.2.5"1085source = "registry+https://github.com/rust-lang/crates.io-index"1086checksum = "d53da17d37dba964b9b3ecb5c5a1f193a2762c700e6829201e645b9381c99dc7"1087dependencies = [1088 "atty",1089 "bitflags",1090 "clap_derive",1091 "clap_lex",1092 "indexmap",1093 "once_cell",1094 "strsim",1095 "termcolor",1096 "textwrap",1097]10981099[[package]]1100name = "clap_derive"1101version = "3.2.5"1102source = "registry+https://github.com/rust-lang/crates.io-index"1103checksum = "c11d40217d16aee8508cc8e5fde8b4ff24639758608e5374e731b53f85749fb9"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.2"1115source = "registry+https://github.com/rust-lang/crates.io-index"1116checksum = "5538cd660450ebeb4234cfecf8f2284b844ffc4c50531e66d584ad5b91293613"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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.7",2599 "parity-scale-codec 3.1.5",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.19.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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.7"3278source = "registry+https://github.com/rust-lang/crates.io-index"3279checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"3280dependencies = [3281 "cfg-if 1.0.0",3282 "libc",3283 "wasi 0.11.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.9"3316source = "registry+https://github.com/rust-lang/crates.io-index"3317checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"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.19.2",3364 "tokio-util",3365 "tracing",3366]33673368[[package]]3369name = "handlebars"3370version = "4.3.1"3371source = "registry+https://github.com/rust-lang/crates.io-index"3372checksum = "b66d0c1b6e3abfd1e72818798925e16e02ed77e1b47f6c25a95a23b377ee4299"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.8"3502source = "registry+https://github.com/rust-lang/crates.io-index"3503checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"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.19.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.19.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.5",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.58"3761source = "registry+https://github.com/rust-lang/crates.io-index"3762checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"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.19.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.19.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.19.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.19.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.5",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.7",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.7",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.7"4765source = "registry+https://github.com/rust-lang/crates.io-index"4766checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"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.4"4863source = "registry+https://github.com/rust-lang/crates.io-index"4864checksum = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae"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.19.2",5149]51505151[[package]]5152name = "netlink-sys"5153version = "0.8.2"5154source = "registry+https://github.com/rust-lang/crates.io-index"5155checksum = "3e4c9f9547a08241bee7b6558b9b98e1f290d187de8b7cfca2bbb4937bcaa8f8"5156dependencies = [5157 "async-io",5158 "bytes 1.1.0",5159 "futures 0.3.21",5160 "libc",5161 "log",5162]51635164[[package]]5165name = "nix"5166version = "0.22.3"5167source = "registry+https://github.com/rust-lang/crates.io-index"5168checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"5169dependencies = [5170 "bitflags",5171 "cc",5172 "cfg-if 1.0.0",5173 "libc",5174 "memoffset",5175]51765177[[package]]5178name = "nodrop"5179version = "0.1.14"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"51825183[[package]]5184name = "nohash-hasher"5185version = "0.2.0"5186source = "registry+https://github.com/rust-lang/crates.io-index"5187checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51885189[[package]]5190name = "nom"5191version = "7.1.1"5192source = "registry+https://github.com/rust-lang/crates.io-index"5193checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"5194dependencies = [5195 "memchr",5196 "minimal-lexical",5197]51985199[[package]]5200name = "num-bigint"5201version = "0.2.6"5202source = "registry+https://github.com/rust-lang/crates.io-index"5203checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"5204dependencies = [5205 "autocfg",5206 "num-integer",5207 "num-traits",5208]52095210[[package]]5211name = "num-complex"5212version = "0.4.1"5213source = "registry+https://github.com/rust-lang/crates.io-index"5214checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"5215dependencies = [5216 "num-traits",5217]52185219[[package]]5220name = "num-format"5221version = "0.4.0"5222source = "registry+https://github.com/rust-lang/crates.io-index"5223checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"5224dependencies = [5225 "arrayvec 0.4.12",5226 "itoa 0.4.8",5227]52285229[[package]]5230name = "num-integer"5231version = "0.1.45"5232source = "registry+https://github.com/rust-lang/crates.io-index"5233checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5234dependencies = [5235 "autocfg",5236 "num-traits",5237]52385239[[package]]5240name = "num-rational"5241version = "0.2.4"5242source = "registry+https://github.com/rust-lang/crates.io-index"5243checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"5244dependencies = [5245 "autocfg",5246 "num-bigint",5247 "num-integer",5248 "num-traits",5249]52505251[[package]]5252name = "num-rational"5253version = "0.4.0"5254source = "registry+https://github.com/rust-lang/crates.io-index"5255checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"5256dependencies = [5257 "autocfg",5258 "num-integer",5259 "num-traits",5260]52615262[[package]]5263name = "num-traits"5264version = "0.2.15"5265source = "registry+https://github.com/rust-lang/crates.io-index"5266checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5267dependencies = [5268 "autocfg",5269 "libm",5270]52715272[[package]]5273name = "num_cpus"5274version = "1.13.1"5275source = "registry+https://github.com/rust-lang/crates.io-index"5276checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"5277dependencies = [5278 "hermit-abi",5279 "libc",5280]52815282[[package]]5283name = "object"5284version = "0.27.1"5285source = "registry+https://github.com/rust-lang/crates.io-index"5286checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"5287dependencies = [5288 "crc32fast",5289 "indexmap",5290 "memchr",5291]52925293[[package]]5294name = "object"5295version = "0.28.4"5296source = "registry+https://github.com/rust-lang/crates.io-index"5297checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"5298dependencies = [5299 "memchr",5300]53015302[[package]]5303name = "once_cell"5304version = "1.12.0"5305source = "registry+https://github.com/rust-lang/crates.io-index"5306checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"53075308[[package]]5309name = "opal-runtime"5310version = "0.9.22"5311dependencies = [5312 "cumulus-pallet-aura-ext",5313 "cumulus-pallet-dmp-queue",5314 "cumulus-pallet-parachain-system",5315 "cumulus-pallet-xcm",5316 "cumulus-pallet-xcmp-queue",5317 "cumulus-primitives-core",5318 "cumulus-primitives-timestamp",5319 "cumulus-primitives-utility",5320 "derivative",5321 "fp-evm-mapping",5322 "fp-rpc",5323 "fp-self-contained",5324 "frame-benchmarking",5325 "frame-executive",5326 "frame-support",5327 "frame-system",5328 "frame-system-benchmarking",5329 "frame-system-rpc-runtime-api",5330 "frame-try-runtime",5331 "hex-literal",5332 "log",5333 "orml-vesting",5334 "pallet-aura",5335 "pallet-balances",5336 "pallet-base-fee",5337 "pallet-common",5338 "pallet-ethereum",5339 "pallet-evm",5340 "pallet-evm-coder-substrate",5341 "pallet-evm-contract-helpers",5342 "pallet-evm-migration",5343 "pallet-evm-transaction-payment",5344 "pallet-fungible",5345 "pallet-inflation",5346 "pallet-nonfungible",5347 "pallet-randomness-collective-flip",5348 "pallet-refungible",5349 "pallet-rmrk-core",5350 "pallet-rmrk-equip",5351 "pallet-structure",5352 "pallet-sudo",5353 "pallet-template-transaction-payment",5354 "pallet-timestamp",5355 "pallet-transaction-payment",5356 "pallet-transaction-payment-rpc-runtime-api",5357 "pallet-treasury",5358 "pallet-unique",5359 "pallet-unique-scheduler",5360 "pallet-xcm",5361 "parachain-info",5362 "parity-scale-codec 3.1.5",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#59f6596ae462035d153e198ba5db8c5e084e6d25"5421dependencies = [5422 "frame-support",5423 "frame-system",5424 "parity-scale-codec 3.1.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",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.5",6320 "scale-info",6321 "sp-core",6322 "sp-runtime",6323 "sp-std",6324 "struct-versioning",6325 "up-data-structs",6326]63276328[[package]]6329name = "pallet-rmrk-core"6330version = "0.1.0"6331dependencies = [6332 "derivative",6333 "frame-benchmarking",6334 "frame-support",6335 "frame-system",6336 "pallet-common",6337 "pallet-evm",6338 "pallet-nonfungible",6339 "pallet-structure",6340 "parity-scale-codec 3.1.5",6341 "rmrk-traits",6342 "scale-info",6343 "sp-core",6344 "sp-runtime",6345 "sp-std",6346 "up-data-structs",6347]63486349[[package]]6350name = "pallet-rmrk-equip"6351version = "0.1.0"6352dependencies = [6353 "frame-benchmarking",6354 "frame-support",6355 "frame-system",6356 "pallet-common",6357 "pallet-evm",6358 "pallet-nonfungible",6359 "pallet-rmrk-core",6360 "parity-scale-codec 3.1.5",6361 "rmrk-traits",6362 "scale-info",6363 "sp-core",6364 "sp-runtime",6365 "sp-std",6366 "up-data-structs",6367]63686369[[package]]6370name = "pallet-scheduler"6371version = "4.0.0-dev"6372source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6373dependencies = [6374 "frame-benchmarking",6375 "frame-support",6376 "frame-system",6377 "log",6378 "parity-scale-codec 3.1.5",6379 "scale-info",6380 "sp-io",6381 "sp-runtime",6382 "sp-std",6383]63846385[[package]]6386name = "pallet-session"6387version = "4.0.0-dev"6388source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6389dependencies = [6390 "frame-support",6391 "frame-system",6392 "impl-trait-for-tuples",6393 "log",6394 "pallet-timestamp",6395 "parity-scale-codec 3.1.5",6396 "scale-info",6397 "sp-core",6398 "sp-io",6399 "sp-runtime",6400 "sp-session",6401 "sp-staking",6402 "sp-std",6403 "sp-trie",6404]64056406[[package]]6407name = "pallet-session-benchmarking"6408version = "4.0.0-dev"6409source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6410dependencies = [6411 "frame-benchmarking",6412 "frame-support",6413 "frame-system",6414 "pallet-session",6415 "pallet-staking",6416 "rand 0.7.3",6417 "sp-runtime",6418 "sp-session",6419 "sp-std",6420]64216422[[package]]6423name = "pallet-society"6424version = "4.0.0-dev"6425source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6426dependencies = [6427 "frame-support",6428 "frame-system",6429 "parity-scale-codec 3.1.5",6430 "rand_chacha 0.2.2",6431 "scale-info",6432 "sp-runtime",6433 "sp-std",6434]64356436[[package]]6437name = "pallet-staking"6438version = "4.0.0-dev"6439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6440dependencies = [6441 "frame-benchmarking",6442 "frame-election-provider-support",6443 "frame-support",6444 "frame-system",6445 "log",6446 "pallet-authorship",6447 "pallet-session",6448 "parity-scale-codec 3.1.5",6449 "rand_chacha 0.2.2",6450 "scale-info",6451 "serde",6452 "sp-application-crypto",6453 "sp-io",6454 "sp-runtime",6455 "sp-staking",6456 "sp-std",6457]64586459[[package]]6460name = "pallet-staking-reward-curve"6461version = "4.0.0-dev"6462source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6463dependencies = [6464 "proc-macro-crate",6465 "proc-macro2",6466 "quote",6467 "syn",6468]64696470[[package]]6471name = "pallet-staking-reward-fn"6472version = "4.0.0-dev"6473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6474dependencies = [6475 "log",6476 "sp-arithmetic",6477]64786479[[package]]6480name = "pallet-structure"6481version = "0.1.0"6482dependencies = [6483 "frame-benchmarking",6484 "frame-support",6485 "frame-system",6486 "pallet-common",6487 "pallet-evm",6488 "parity-scale-codec 3.1.5",6489 "scale-info",6490 "sp-std",6491 "up-data-structs",6492]64936494[[package]]6495name = "pallet-sudo"6496version = "4.0.0-dev"6497source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6498dependencies = [6499 "frame-support",6500 "frame-system",6501 "parity-scale-codec 3.1.5",6502 "scale-info",6503 "sp-io",6504 "sp-runtime",6505 "sp-std",6506]65076508[[package]]6509name = "pallet-template-transaction-payment"6510version = "3.0.0"6511source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"6512dependencies = [6513 "frame-benchmarking",6514 "frame-support",6515 "frame-system",6516 "pallet-balances",6517 "pallet-transaction-payment",6518 "parity-scale-codec 3.1.5",6519 "scale-info",6520 "serde",6521 "sp-core",6522 "sp-io",6523 "sp-runtime",6524 "sp-std",6525 "up-sponsorship",6526]65276528[[package]]6529name = "pallet-timestamp"6530version = "4.0.0-dev"6531source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6532dependencies = [6533 "frame-benchmarking",6534 "frame-support",6535 "frame-system",6536 "log",6537 "parity-scale-codec 3.1.5",6538 "scale-info",6539 "sp-inherents",6540 "sp-io",6541 "sp-runtime",6542 "sp-std",6543 "sp-timestamp",6544]65456546[[package]]6547name = "pallet-tips"6548version = "4.0.0-dev"6549source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6550dependencies = [6551 "frame-benchmarking",6552 "frame-support",6553 "frame-system",6554 "log",6555 "pallet-treasury",6556 "parity-scale-codec 3.1.5",6557 "scale-info",6558 "serde",6559 "sp-core",6560 "sp-io",6561 "sp-runtime",6562 "sp-std",6563]65646565[[package]]6566name = "pallet-transaction-payment"6567version = "4.0.0-dev"6568source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6569dependencies = [6570 "frame-support",6571 "frame-system",6572 "parity-scale-codec 3.1.5",6573 "scale-info",6574 "serde",6575 "smallvec",6576 "sp-core",6577 "sp-io",6578 "sp-runtime",6579 "sp-std",6580]65816582[[package]]6583name = "pallet-transaction-payment-rpc"6584version = "4.0.0-dev"6585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6586dependencies = [6587 "jsonrpsee",6588 "pallet-transaction-payment-rpc-runtime-api",6589 "parity-scale-codec 3.1.5",6590 "sp-api",6591 "sp-blockchain",6592 "sp-core",6593 "sp-rpc",6594 "sp-runtime",6595]65966597[[package]]6598name = "pallet-transaction-payment-rpc-runtime-api"6599version = "4.0.0-dev"6600source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6601dependencies = [6602 "pallet-transaction-payment",6603 "parity-scale-codec 3.1.5",6604 "sp-api",6605 "sp-runtime",6606]66076608[[package]]6609name = "pallet-treasury"6610version = "4.0.0-dev"6611source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6612dependencies = [6613 "frame-benchmarking",6614 "frame-support",6615 "frame-system",6616 "impl-trait-for-tuples",6617 "pallet-balances",6618 "parity-scale-codec 3.1.5",6619 "scale-info",6620 "serde",6621 "sp-runtime",6622 "sp-std",6623]66246625[[package]]6626name = "pallet-unique"6627version = "0.1.0"6628dependencies = [6629 "ethereum",6630 "evm-coder",6631 "frame-benchmarking",6632 "frame-support",6633 "frame-system",6634 "pallet-common",6635 "pallet-evm",6636 "pallet-evm-coder-substrate",6637 "pallet-nonfungible",6638 "parity-scale-codec 3.1.5",6639 "scale-info",6640 "serde",6641 "sp-core",6642 "sp-io",6643 "sp-runtime",6644 "sp-std",6645 "up-data-structs",6646]66476648[[package]]6649name = "pallet-unique-scheduler"6650version = "0.1.0"6651dependencies = [6652 "frame-benchmarking",6653 "frame-support",6654 "frame-system",6655 "log",6656 "parity-scale-codec 3.1.5",6657 "scale-info",6658 "serde",6659 "sp-core",6660 "sp-io",6661 "sp-runtime",6662 "sp-std",6663 "substrate-test-utils",6664 "up-sponsorship",6665]66666667[[package]]6668name = "pallet-utility"6669version = "4.0.0-dev"6670source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6671dependencies = [6672 "frame-benchmarking",6673 "frame-support",6674 "frame-system",6675 "parity-scale-codec 3.1.5",6676 "scale-info",6677 "sp-core",6678 "sp-io",6679 "sp-runtime",6680 "sp-std",6681]66826683[[package]]6684name = "pallet-vesting"6685version = "4.0.0-dev"6686source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"6687dependencies = [6688 "frame-benchmarking",6689 "frame-support",6690 "frame-system",6691 "log",6692 "parity-scale-codec 3.1.5",6693 "scale-info",6694 "sp-runtime",6695 "sp-std",6696]66976698[[package]]6699name = "pallet-xcm"6700version = "0.9.22"6701source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6702dependencies = [6703 "frame-support",6704 "frame-system",6705 "log",6706 "parity-scale-codec 3.1.5",6707 "scale-info",6708 "serde",6709 "sp-core",6710 "sp-runtime",6711 "sp-std",6712 "xcm",6713 "xcm-executor",6714]67156716[[package]]6717name = "pallet-xcm-benchmarks"6718version = "0.9.22"6719source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"6720dependencies = [6721 "frame-benchmarking",6722 "frame-support",6723 "frame-system",6724 "log",6725 "parity-scale-codec 3.1.5",6726 "scale-info",6727 "sp-runtime",6728 "sp-std",6729 "xcm",6730 "xcm-executor",6731]67326733[[package]]6734name = "parachain-info"6735version = "0.1.0"6736source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.22#ebdfbea0029dd3349ce0e9c758acc73acce04d18"6737dependencies = [6738 "cumulus-primitives-core",6739 "frame-support",6740 "frame-system",6741 "parity-scale-codec 3.1.5",6742 "scale-info",6743 "serde",6744]67456746[[package]]6747name = "parity-db"6748version = "0.3.13"6749source = "registry+https://github.com/rust-lang/crates.io-index"6750checksum = "55a7901b85874402471e131de3332dde0e51f38432c69a3853627c8e25433048"6751dependencies = [6752 "blake2-rfc",6753 "crc32fast",6754 "fs2",6755 "hex",6756 "libc",6757 "log",6758 "lz4",6759 "memmap2 0.2.3",6760 "parking_lot 0.11.2",6761 "rand 0.8.5",6762 "snap",6763]67646765[[package]]6766name = "parity-scale-codec"6767version = "2.3.1"6768source = "registry+https://github.com/rust-lang/crates.io-index"6769checksum = "373b1a4c1338d9cd3d1fa53b3a11bdab5ab6bd80a20f7f7becd76953ae2be909"6770dependencies = [6771 "arrayvec 0.7.2",6772 "bitvec 0.20.4",6773 "byte-slice-cast",6774 "impl-trait-for-tuples",6775 "parity-scale-codec-derive 2.3.1",6776 "serde",6777]67786779[[package]]6780name = "parity-scale-codec"6781version = "3.1.5"6782source = "registry+https://github.com/rust-lang/crates.io-index"6783checksum = "9182e4a71cae089267ab03e67c99368db7cd877baf50f931e5d6d4b71e195ac0"6784dependencies = [6785 "arrayvec 0.7.2",6786 "bitvec 1.0.0",6787 "byte-slice-cast",6788 "impl-trait-for-tuples",6789 "parity-scale-codec-derive 3.1.3",6790 "serde",6791]67926793[[package]]6794name = "parity-scale-codec-derive"6795version = "2.3.1"6796source = "registry+https://github.com/rust-lang/crates.io-index"6797checksum = "1557010476e0595c9b568d16dcfb81b93cdeb157612726f5170d31aa707bed27"6798dependencies = [6799 "proc-macro-crate",6800 "proc-macro2",6801 "quote",6802 "syn",6803]68046805[[package]]6806name = "parity-scale-codec-derive"6807version = "3.1.3"6808source = "registry+https://github.com/rust-lang/crates.io-index"6809checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd"6810dependencies = [6811 "proc-macro-crate",6812 "proc-macro2",6813 "quote",6814 "syn",6815]68166817[[package]]6818name = "parity-send-wrapper"6819version = "0.1.0"6820source = "registry+https://github.com/rust-lang/crates.io-index"6821checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"68226823[[package]]6824name = "parity-util-mem"6825version = "0.11.0"6826source = "registry+https://github.com/rust-lang/crates.io-index"6827checksum = "c32561d248d352148124f036cac253a644685a21dc9fea383eb4907d7bd35a8f"6828dependencies = [6829 "cfg-if 1.0.0",6830 "ethereum-types",6831 "hashbrown 0.12.1",6832 "impl-trait-for-tuples",6833 "lru 0.7.7",6834 "parity-util-mem-derive",6835 "parking_lot 0.12.1",6836 "primitive-types",6837 "smallvec",6838 "winapi",6839]68406841[[package]]6842name = "parity-util-mem-derive"6843version = "0.1.0"6844source = "registry+https://github.com/rust-lang/crates.io-index"6845checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2"6846dependencies = [6847 "proc-macro2",6848 "syn",6849 "synstructure",6850]68516852[[package]]6853name = "parity-wasm"6854version = "0.32.0"6855source = "registry+https://github.com/rust-lang/crates.io-index"6856checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac"6857dependencies = [6858 "byteorder",6859]68606861[[package]]6862name = "parity-wasm"6863version = "0.42.2"6864source = "registry+https://github.com/rust-lang/crates.io-index"6865checksum = "be5e13c266502aadf83426d87d81a0f5d1ef45b8027f5a471c360abfe4bfae92"68666867[[package]]6868name = "parking"6869version = "2.0.0"6870source = "registry+https://github.com/rust-lang/crates.io-index"6871checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"68726873[[package]]6874name = "parking_lot"6875version = "0.11.2"6876source = "registry+https://github.com/rust-lang/crates.io-index"6877checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"6878dependencies = [6879 "instant",6880 "lock_api",6881 "parking_lot_core 0.8.5",6882]68836884[[package]]6885name = "parking_lot"6886version = "0.12.1"6887source = "registry+https://github.com/rust-lang/crates.io-index"6888checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"6889dependencies = [6890 "lock_api",6891 "parking_lot_core 0.9.3",6892]68936894[[package]]6895name = "parking_lot_core"6896version = "0.8.5"6897source = "registry+https://github.com/rust-lang/crates.io-index"6898checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"6899dependencies = [6900 "cfg-if 1.0.0",6901 "instant",6902 "libc",6903 "redox_syscall 0.2.13",6904 "smallvec",6905 "winapi",6906]69076908[[package]]6909name = "parking_lot_core"6910version = "0.9.3"6911source = "registry+https://github.com/rust-lang/crates.io-index"6912checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"6913dependencies = [6914 "cfg-if 1.0.0",6915 "libc",6916 "redox_syscall 0.2.13",6917 "smallvec",6918 "windows-sys",6919]69206921[[package]]6922name = "paste"6923version = "1.0.7"6924source = "registry+https://github.com/rust-lang/crates.io-index"6925checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"69266927[[package]]6928name = "pbkdf2"6929version = "0.4.0"6930source = "registry+https://github.com/rust-lang/crates.io-index"6931checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"6932dependencies = [6933 "crypto-mac 0.8.0",6934]69356936[[package]]6937name = "pbkdf2"6938version = "0.8.0"6939source = "registry+https://github.com/rust-lang/crates.io-index"6940checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"6941dependencies = [6942 "crypto-mac 0.11.1",6943]69446945[[package]]6946name = "peeking_take_while"6947version = "0.1.2"6948source = "registry+https://github.com/rust-lang/crates.io-index"6949checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"69506951[[package]]6952name = "percent-encoding"6953version = "2.1.0"6954source = "registry+https://github.com/rust-lang/crates.io-index"6955checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"69566957[[package]]6958name = "pest"6959version = "2.1.3"6960source = "registry+https://github.com/rust-lang/crates.io-index"6961checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"6962dependencies = [6963 "ucd-trie",6964]69656966[[package]]6967name = "pest_derive"6968version = "2.1.0"6969source = "registry+https://github.com/rust-lang/crates.io-index"6970checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"6971dependencies = [6972 "pest",6973 "pest_generator",6974]69756976[[package]]6977name = "pest_generator"6978version = "2.1.3"6979source = "registry+https://github.com/rust-lang/crates.io-index"6980checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"6981dependencies = [6982 "pest",6983 "pest_meta",6984 "proc-macro2",6985 "quote",6986 "syn",6987]69886989[[package]]6990name = "pest_meta"6991version = "2.1.3"6992source = "registry+https://github.com/rust-lang/crates.io-index"6993checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"6994dependencies = [6995 "maplit",6996 "pest",6997 "sha-1 0.8.2",6998]69997000[[package]]7001name = "petgraph"7002version = "0.6.2"7003source = "registry+https://github.com/rust-lang/crates.io-index"7004checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7005dependencies = [7006 "fixedbitset",7007 "indexmap",7008]70097010[[package]]7011name = "pin-project"7012version = "0.4.29"7013source = "registry+https://github.com/rust-lang/crates.io-index"7014checksum = "9615c18d31137579e9ff063499264ddc1278e7b1982757ebc111028c4d1dc909"7015dependencies = [7016 "pin-project-internal 0.4.29",7017]70187019[[package]]7020name = "pin-project"7021version = "1.0.10"7022source = "registry+https://github.com/rust-lang/crates.io-index"7023checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"7024dependencies = [7025 "pin-project-internal 1.0.10",7026]70277028[[package]]7029name = "pin-project-internal"7030version = "0.4.29"7031source = "registry+https://github.com/rust-lang/crates.io-index"7032checksum = "044964427019eed9d49d9d5bbce6047ef18f37100ea400912a9fa4a3523ab12a"7033dependencies = [7034 "proc-macro2",7035 "quote",7036 "syn",7037]70387039[[package]]7040name = "pin-project-internal"7041version = "1.0.10"7042source = "registry+https://github.com/rust-lang/crates.io-index"7043checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"7044dependencies = [7045 "proc-macro2",7046 "quote",7047 "syn",7048]70497050[[package]]7051name = "pin-project-lite"7052version = "0.1.12"7053source = "registry+https://github.com/rust-lang/crates.io-index"7054checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"70557056[[package]]7057name = "pin-project-lite"7058version = "0.2.9"7059source = "registry+https://github.com/rust-lang/crates.io-index"7060checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"70617062[[package]]7063name = "pin-utils"7064version = "0.1.0"7065source = "registry+https://github.com/rust-lang/crates.io-index"7066checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"70677068[[package]]7069name = "pkg-config"7070version = "0.3.25"7071source = "registry+https://github.com/rust-lang/crates.io-index"7072checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"70737074[[package]]7075name = "platforms"7076version = "2.0.0"7077source = "registry+https://github.com/rust-lang/crates.io-index"7078checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"70797080[[package]]7081name = "polkadot-approval-distribution"7082version = "0.9.22"7083source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7084dependencies = [7085 "futures 0.3.21",7086 "polkadot-node-network-protocol",7087 "polkadot-node-primitives",7088 "polkadot-node-subsystem",7089 "polkadot-node-subsystem-util",7090 "polkadot-primitives",7091 "rand 0.8.5",7092 "tracing-gum",7093]70947095[[package]]7096name = "polkadot-availability-bitfield-distribution"7097version = "0.9.22"7098source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7099dependencies = [7100 "futures 0.3.21",7101 "polkadot-node-network-protocol",7102 "polkadot-node-subsystem",7103 "polkadot-node-subsystem-util",7104 "polkadot-primitives",7105 "rand 0.8.5",7106 "tracing-gum",7107]71087109[[package]]7110name = "polkadot-availability-distribution"7111version = "0.9.22"7112source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7113dependencies = [7114 "derive_more",7115 "fatality",7116 "futures 0.3.21",7117 "lru 0.7.7",7118 "parity-scale-codec 3.1.5",7119 "polkadot-erasure-coding",7120 "polkadot-node-network-protocol",7121 "polkadot-node-primitives",7122 "polkadot-node-subsystem",7123 "polkadot-node-subsystem-util",7124 "polkadot-primitives",7125 "rand 0.8.5",7126 "sp-core",7127 "sp-keystore",7128 "thiserror",7129 "tracing-gum",7130]71317132[[package]]7133name = "polkadot-availability-recovery"7134version = "0.9.22"7135source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7136dependencies = [7137 "fatality",7138 "futures 0.3.21",7139 "lru 0.7.7",7140 "parity-scale-codec 3.1.5",7141 "polkadot-erasure-coding",7142 "polkadot-node-network-protocol",7143 "polkadot-node-primitives",7144 "polkadot-node-subsystem",7145 "polkadot-node-subsystem-util",7146 "polkadot-primitives",7147 "rand 0.8.5",7148 "sc-network",7149 "thiserror",7150 "tracing-gum",7151]71527153[[package]]7154name = "polkadot-cli"7155version = "0.9.22"7156source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7157dependencies = [7158 "clap",7159 "frame-benchmarking-cli",7160 "futures 0.3.21",7161 "log",7162 "polkadot-client",7163 "polkadot-node-core-pvf",7164 "polkadot-node-metrics",7165 "polkadot-performance-test",7166 "polkadot-service",7167 "sc-cli",7168 "sc-service",7169 "sc-sysinfo",7170 "sc-tracing",7171 "sp-core",7172 "sp-trie",7173 "substrate-build-script-utils",7174 "thiserror",7175 "try-runtime-cli",7176]71777178[[package]]7179name = "polkadot-client"7180version = "0.9.22"7181source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7182dependencies = [7183 "beefy-primitives",7184 "frame-benchmarking",7185 "frame-benchmarking-cli",7186 "frame-system",7187 "frame-system-rpc-runtime-api",7188 "pallet-transaction-payment",7189 "pallet-transaction-payment-rpc-runtime-api",7190 "polkadot-core-primitives",7191 "polkadot-node-core-parachains-inherent",7192 "polkadot-primitives",7193 "polkadot-runtime",7194 "polkadot-runtime-common",7195 "sc-client-api",7196 "sc-consensus",7197 "sc-executor",7198 "sc-service",7199 "sp-api",7200 "sp-authority-discovery",7201 "sp-block-builder",7202 "sp-blockchain",7203 "sp-consensus",7204 "sp-consensus-babe",7205 "sp-core",7206 "sp-finality-grandpa",7207 "sp-inherents",7208 "sp-keyring",7209 "sp-mmr-primitives",7210 "sp-offchain",7211 "sp-runtime",7212 "sp-session",7213 "sp-storage",7214 "sp-timestamp",7215 "sp-transaction-pool",7216]72177218[[package]]7219name = "polkadot-collator-protocol"7220version = "0.9.22"7221source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7222dependencies = [7223 "always-assert",7224 "fatality",7225 "futures 0.3.21",7226 "futures-timer",7227 "polkadot-node-network-protocol",7228 "polkadot-node-primitives",7229 "polkadot-node-subsystem",7230 "polkadot-node-subsystem-util",7231 "polkadot-primitives",7232 "sp-core",7233 "sp-keystore",7234 "sp-runtime",7235 "thiserror",7236 "tracing-gum",7237]72387239[[package]]7240name = "polkadot-core-primitives"7241version = "0.9.22"7242source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7243dependencies = [7244 "parity-scale-codec 3.1.5",7245 "parity-util-mem",7246 "scale-info",7247 "sp-core",7248 "sp-runtime",7249 "sp-std",7250]72517252[[package]]7253name = "polkadot-dispute-distribution"7254version = "0.9.22"7255source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7256dependencies = [7257 "derive_more",7258 "fatality",7259 "futures 0.3.21",7260 "lru 0.7.7",7261 "parity-scale-codec 3.1.5",7262 "polkadot-erasure-coding",7263 "polkadot-node-network-protocol",7264 "polkadot-node-primitives",7265 "polkadot-node-subsystem",7266 "polkadot-node-subsystem-util",7267 "polkadot-primitives",7268 "sc-network",7269 "sp-application-crypto",7270 "sp-keystore",7271 "thiserror",7272 "tracing-gum",7273]72747275[[package]]7276name = "polkadot-erasure-coding"7277version = "0.9.22"7278source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7279dependencies = [7280 "parity-scale-codec 3.1.5",7281 "polkadot-node-primitives",7282 "polkadot-primitives",7283 "reed-solomon-novelpoly",7284 "sp-core",7285 "sp-trie",7286 "thiserror",7287]72887289[[package]]7290name = "polkadot-gossip-support"7291version = "0.9.22"7292source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7293dependencies = [7294 "futures 0.3.21",7295 "futures-timer",7296 "polkadot-node-network-protocol",7297 "polkadot-node-subsystem",7298 "polkadot-node-subsystem-util",7299 "polkadot-primitives",7300 "rand 0.8.5",7301 "rand_chacha 0.3.1",7302 "sc-network",7303 "sp-application-crypto",7304 "sp-core",7305 "sp-keystore",7306 "tracing-gum",7307]73087309[[package]]7310name = "polkadot-network-bridge"7311version = "0.9.22"7312source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7313dependencies = [7314 "always-assert",7315 "async-trait",7316 "bytes 1.1.0",7317 "futures 0.3.21",7318 "parity-scale-codec 3.1.5",7319 "parking_lot 0.12.1",7320 "polkadot-node-network-protocol",7321 "polkadot-node-subsystem",7322 "polkadot-node-subsystem-util",7323 "polkadot-overseer",7324 "polkadot-primitives",7325 "sc-network",7326 "sp-consensus",7327 "tracing-gum",7328]73297330[[package]]7331name = "polkadot-node-collation-generation"7332version = "0.9.22"7333source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7334dependencies = [7335 "futures 0.3.21",7336 "parity-scale-codec 3.1.5",7337 "polkadot-erasure-coding",7338 "polkadot-node-primitives",7339 "polkadot-node-subsystem",7340 "polkadot-node-subsystem-util",7341 "polkadot-primitives",7342 "sp-core",7343 "sp-maybe-compressed-blob",7344 "thiserror",7345 "tracing-gum",7346]73477348[[package]]7349name = "polkadot-node-core-approval-voting"7350version = "0.9.22"7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7352dependencies = [7353 "bitvec 1.0.0",7354 "derive_more",7355 "futures 0.3.21",7356 "futures-timer",7357 "kvdb",7358 "lru 0.7.7",7359 "merlin",7360 "parity-scale-codec 3.1.5",7361 "polkadot-node-jaeger",7362 "polkadot-node-primitives",7363 "polkadot-node-subsystem",7364 "polkadot-node-subsystem-util",7365 "polkadot-overseer",7366 "polkadot-primitives",7367 "sc-keystore",7368 "schnorrkel",7369 "sp-application-crypto",7370 "sp-consensus",7371 "sp-consensus-slots",7372 "sp-runtime",7373 "thiserror",7374 "tracing-gum",7375]73767377[[package]]7378name = "polkadot-node-core-av-store"7379version = "0.9.22"7380source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7381dependencies = [7382 "bitvec 1.0.0",7383 "futures 0.3.21",7384 "futures-timer",7385 "kvdb",7386 "parity-scale-codec 3.1.5",7387 "polkadot-erasure-coding",7388 "polkadot-node-primitives",7389 "polkadot-node-subsystem",7390 "polkadot-node-subsystem-util",7391 "polkadot-overseer",7392 "polkadot-primitives",7393 "thiserror",7394 "tracing-gum",7395]73967397[[package]]7398name = "polkadot-node-core-backing"7399version = "0.9.22"7400source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7401dependencies = [7402 "bitvec 1.0.0",7403 "fatality",7404 "futures 0.3.21",7405 "polkadot-erasure-coding",7406 "polkadot-node-primitives",7407 "polkadot-node-subsystem",7408 "polkadot-node-subsystem-util",7409 "polkadot-primitives",7410 "polkadot-statement-table",7411 "sp-keystore",7412 "thiserror",7413 "tracing-gum",7414]74157416[[package]]7417name = "polkadot-node-core-bitfield-signing"7418version = "0.9.22"7419source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7420dependencies = [7421 "futures 0.3.21",7422 "polkadot-node-subsystem",7423 "polkadot-node-subsystem-util",7424 "polkadot-primitives",7425 "sp-keystore",7426 "thiserror",7427 "tracing-gum",7428 "wasm-timer",7429]74307431[[package]]7432name = "polkadot-node-core-candidate-validation"7433version = "0.9.22"7434source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7435dependencies = [7436 "async-trait",7437 "futures 0.3.21",7438 "parity-scale-codec 3.1.5",7439 "polkadot-node-core-pvf",7440 "polkadot-node-primitives",7441 "polkadot-node-subsystem",7442 "polkadot-node-subsystem-util",7443 "polkadot-parachain",7444 "polkadot-primitives",7445 "sp-maybe-compressed-blob",7446 "tracing-gum",7447]74487449[[package]]7450name = "polkadot-node-core-chain-api"7451version = "0.9.22"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7453dependencies = [7454 "futures 0.3.21",7455 "polkadot-node-subsystem",7456 "polkadot-node-subsystem-util",7457 "polkadot-primitives",7458 "sc-client-api",7459 "sc-consensus-babe",7460 "sp-blockchain",7461 "tracing-gum",7462]74637464[[package]]7465name = "polkadot-node-core-chain-selection"7466version = "0.9.22"7467source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7468dependencies = [7469 "futures 0.3.21",7470 "futures-timer",7471 "kvdb",7472 "parity-scale-codec 3.1.5",7473 "polkadot-node-primitives",7474 "polkadot-node-subsystem",7475 "polkadot-node-subsystem-util",7476 "polkadot-primitives",7477 "thiserror",7478 "tracing-gum",7479]74807481[[package]]7482name = "polkadot-node-core-dispute-coordinator"7483version = "0.9.22"7484source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7485dependencies = [7486 "fatality",7487 "futures 0.3.21",7488 "kvdb",7489 "lru 0.7.7",7490 "parity-scale-codec 3.1.5",7491 "polkadot-node-primitives",7492 "polkadot-node-subsystem",7493 "polkadot-node-subsystem-util",7494 "polkadot-primitives",7495 "sc-keystore",7496 "thiserror",7497 "tracing-gum",7498]74997500[[package]]7501name = "polkadot-node-core-parachains-inherent"7502version = "0.9.22"7503source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7504dependencies = [7505 "async-trait",7506 "futures 0.3.21",7507 "futures-timer",7508 "polkadot-node-subsystem",7509 "polkadot-primitives",7510 "sp-blockchain",7511 "sp-inherents",7512 "sp-runtime",7513 "thiserror",7514 "tracing-gum",7515]75167517[[package]]7518name = "polkadot-node-core-provisioner"7519version = "0.9.22"7520source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7521dependencies = [7522 "bitvec 1.0.0",7523 "fatality",7524 "futures 0.3.21",7525 "futures-timer",7526 "polkadot-node-primitives",7527 "polkadot-node-subsystem",7528 "polkadot-node-subsystem-util",7529 "polkadot-primitives",7530 "rand 0.8.5",7531 "thiserror",7532 "tracing-gum",7533]75347535[[package]]7536name = "polkadot-node-core-pvf"7537version = "0.9.22"7538source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7539dependencies = [7540 "always-assert",7541 "assert_matches",7542 "async-process",7543 "async-std",7544 "futures 0.3.21",7545 "futures-timer",7546 "parity-scale-codec 3.1.5",7547 "pin-project 1.0.10",7548 "polkadot-core-primitives",7549 "polkadot-node-subsystem-util",7550 "polkadot-parachain",7551 "rand 0.8.5",7552 "sc-executor",7553 "sc-executor-common",7554 "sc-executor-wasmtime",7555 "slotmap",7556 "sp-core",7557 "sp-externalities",7558 "sp-io",7559 "sp-maybe-compressed-blob",7560 "sp-tracing",7561 "sp-wasm-interface",7562 "tracing-gum",7563]75647565[[package]]7566name = "polkadot-node-core-pvf-checker"7567version = "0.9.22"7568source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7569dependencies = [7570 "futures 0.3.21",7571 "polkadot-node-primitives",7572 "polkadot-node-subsystem",7573 "polkadot-node-subsystem-util",7574 "polkadot-overseer",7575 "polkadot-primitives",7576 "sp-keystore",7577 "thiserror",7578 "tracing-gum",7579]75807581[[package]]7582name = "polkadot-node-core-runtime-api"7583version = "0.9.22"7584source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7585dependencies = [7586 "futures 0.3.21",7587 "memory-lru",7588 "parity-util-mem",7589 "polkadot-node-subsystem",7590 "polkadot-node-subsystem-util",7591 "polkadot-primitives",7592 "sp-api",7593 "sp-authority-discovery",7594 "sp-consensus-babe",7595 "sp-core",7596 "tracing-gum",7597]75987599[[package]]7600name = "polkadot-node-jaeger"7601version = "0.9.22"7602source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7603dependencies = [7604 "async-std",7605 "lazy_static",7606 "log",7607 "mick-jaeger",7608 "parity-scale-codec 3.1.5",7609 "parking_lot 0.12.1",7610 "polkadot-node-primitives",7611 "polkadot-primitives",7612 "sc-network",7613 "sp-core",7614 "thiserror",7615]76167617[[package]]7618name = "polkadot-node-metrics"7619version = "0.9.22"7620source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7621dependencies = [7622 "bs58",7623 "futures 0.3.21",7624 "futures-timer",7625 "log",7626 "metered-channel",7627 "parity-scale-codec 3.1.5",7628 "polkadot-primitives",7629 "sc-cli",7630 "sc-service",7631 "sc-tracing",7632 "substrate-prometheus-endpoint",7633 "tracing-gum",7634]76357636[[package]]7637name = "polkadot-node-network-protocol"7638version = "0.9.22"7639source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7640dependencies = [7641 "async-trait",7642 "derive_more",7643 "fatality",7644 "futures 0.3.21",7645 "parity-scale-codec 3.1.5",7646 "polkadot-node-jaeger",7647 "polkadot-node-primitives",7648 "polkadot-primitives",7649 "rand 0.8.5",7650 "sc-authority-discovery",7651 "sc-network",7652 "strum 0.24.1",7653 "thiserror",7654]76557656[[package]]7657name = "polkadot-node-primitives"7658version = "0.9.22"7659source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7660dependencies = [7661 "bounded-vec",7662 "futures 0.3.21",7663 "parity-scale-codec 3.1.5",7664 "polkadot-parachain",7665 "polkadot-primitives",7666 "schnorrkel",7667 "serde",7668 "sp-application-crypto",7669 "sp-consensus-babe",7670 "sp-consensus-vrf",7671 "sp-core",7672 "sp-keystore",7673 "sp-maybe-compressed-blob",7674 "thiserror",7675 "zstd",7676]76777678[[package]]7679name = "polkadot-node-subsystem"7680version = "0.9.22"7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7682dependencies = [7683 "polkadot-node-jaeger",7684 "polkadot-node-subsystem-types",7685 "polkadot-overseer",7686]76877688[[package]]7689name = "polkadot-node-subsystem-types"7690version = "0.9.22"7691source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7692dependencies = [7693 "derive_more",7694 "futures 0.3.21",7695 "polkadot-node-jaeger",7696 "polkadot-node-network-protocol",7697 "polkadot-node-primitives",7698 "polkadot-overseer-gen",7699 "polkadot-primitives",7700 "polkadot-statement-table",7701 "sc-network",7702 "smallvec",7703 "substrate-prometheus-endpoint",7704 "thiserror",7705]77067707[[package]]7708name = "polkadot-node-subsystem-util"7709version = "0.9.22"7710source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7711dependencies = [7712 "async-trait",7713 "derive_more",7714 "fatality",7715 "futures 0.3.21",7716 "itertools",7717 "kvdb",7718 "lru 0.7.7",7719 "metered-channel",7720 "parity-db",7721 "parity-scale-codec 3.1.5",7722 "parity-util-mem",7723 "parking_lot 0.11.2",7724 "pin-project 1.0.10",7725 "polkadot-node-jaeger",7726 "polkadot-node-metrics",7727 "polkadot-node-network-protocol",7728 "polkadot-node-primitives",7729 "polkadot-node-subsystem",7730 "polkadot-overseer",7731 "polkadot-primitives",7732 "rand 0.8.5",7733 "sp-application-crypto",7734 "sp-core",7735 "sp-keystore",7736 "thiserror",7737 "tracing-gum",7738]77397740[[package]]7741name = "polkadot-overseer"7742version = "0.9.22"7743source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7744dependencies = [7745 "futures 0.3.21",7746 "futures-timer",7747 "lru 0.7.7",7748 "parity-util-mem",7749 "parking_lot 0.12.1",7750 "polkadot-node-metrics",7751 "polkadot-node-network-protocol",7752 "polkadot-node-primitives",7753 "polkadot-node-subsystem-types",7754 "polkadot-overseer-gen",7755 "polkadot-primitives",7756 "sc-client-api",7757 "sp-api",7758 "tracing-gum",7759]77607761[[package]]7762name = "polkadot-overseer-gen"7763version = "0.9.22"7764source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7765dependencies = [7766 "async-trait",7767 "futures 0.3.21",7768 "futures-timer",7769 "metered-channel",7770 "pin-project 1.0.10",7771 "polkadot-node-network-protocol",7772 "polkadot-node-primitives",7773 "polkadot-overseer-gen-proc-macro",7774 "thiserror",7775 "tracing-gum",7776]77777778[[package]]7779name = "polkadot-overseer-gen-proc-macro"7780version = "0.9.22"7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7782dependencies = [7783 "expander 0.0.6",7784 "proc-macro-crate",7785 "proc-macro2",7786 "quote",7787 "syn",7788]77897790[[package]]7791name = "polkadot-parachain"7792version = "0.9.22"7793source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7794dependencies = [7795 "derive_more",7796 "frame-support",7797 "parity-scale-codec 3.1.5",7798 "parity-util-mem",7799 "polkadot-core-primitives",7800 "scale-info",7801 "serde",7802 "sp-core",7803 "sp-runtime",7804 "sp-std",7805]78067807[[package]]7808name = "polkadot-performance-test"7809version = "0.9.22"7810source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7811dependencies = [7812 "env_logger",7813 "kusama-runtime",7814 "log",7815 "polkadot-erasure-coding",7816 "polkadot-node-core-pvf",7817 "polkadot-node-primitives",7818 "quote",7819 "thiserror",7820]78217822[[package]]7823name = "polkadot-primitives"7824version = "0.9.22"7825source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7826dependencies = [7827 "bitvec 1.0.0",7828 "frame-system",7829 "hex-literal",7830 "parity-scale-codec 3.1.5",7831 "parity-util-mem",7832 "polkadot-core-primitives",7833 "polkadot-parachain",7834 "scale-info",7835 "serde",7836 "sp-api",7837 "sp-application-crypto",7838 "sp-arithmetic",7839 "sp-authority-discovery",7840 "sp-consensus-slots",7841 "sp-core",7842 "sp-inherents",7843 "sp-io",7844 "sp-keystore",7845 "sp-runtime",7846 "sp-staking",7847 "sp-std",7848 "sp-trie",7849 "sp-version",7850]78517852[[package]]7853name = "polkadot-rpc"7854version = "0.9.22"7855source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7856dependencies = [7857 "beefy-gadget",7858 "beefy-gadget-rpc",7859 "jsonrpsee",7860 "pallet-mmr-rpc",7861 "pallet-transaction-payment-rpc",7862 "polkadot-primitives",7863 "sc-chain-spec",7864 "sc-client-api",7865 "sc-consensus-babe",7866 "sc-consensus-babe-rpc",7867 "sc-consensus-epochs",7868 "sc-finality-grandpa",7869 "sc-finality-grandpa-rpc",7870 "sc-rpc",7871 "sc-sync-state-rpc",7872 "sc-transaction-pool-api",7873 "sp-api",7874 "sp-block-builder",7875 "sp-blockchain",7876 "sp-consensus",7877 "sp-consensus-babe",7878 "sp-keystore",7879 "sp-runtime",7880 "substrate-frame-rpc-system",7881 "substrate-state-trie-migration-rpc",7882]78837884[[package]]7885name = "polkadot-runtime"7886version = "0.9.22"7887source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7888dependencies = [7889 "beefy-primitives",7890 "bitvec 1.0.0",7891 "frame-benchmarking",7892 "frame-election-provider-support",7893 "frame-executive",7894 "frame-support",7895 "frame-system",7896 "frame-system-benchmarking",7897 "frame-system-rpc-runtime-api",7898 "frame-try-runtime",7899 "hex-literal",7900 "log",7901 "pallet-authority-discovery",7902 "pallet-authorship",7903 "pallet-babe",7904 "pallet-bags-list",7905 "pallet-balances",7906 "pallet-bounties",7907 "pallet-child-bounties",7908 "pallet-collective",7909 "pallet-democracy",7910 "pallet-election-provider-multi-phase",7911 "pallet-election-provider-support-benchmarking",7912 "pallet-elections-phragmen",7913 "pallet-grandpa",7914 "pallet-identity",7915 "pallet-im-online",7916 "pallet-indices",7917 "pallet-membership",7918 "pallet-multisig",7919 "pallet-nicks",7920 "pallet-offences",7921 "pallet-offences-benchmarking",7922 "pallet-preimage",7923 "pallet-proxy",7924 "pallet-scheduler",7925 "pallet-session",7926 "pallet-session-benchmarking",7927 "pallet-staking",7928 "pallet-staking-reward-curve",7929 "pallet-timestamp",7930 "pallet-tips",7931 "pallet-transaction-payment",7932 "pallet-transaction-payment-rpc-runtime-api",7933 "pallet-treasury",7934 "pallet-utility",7935 "pallet-vesting",7936 "pallet-xcm",7937 "parity-scale-codec 3.1.5",7938 "polkadot-primitives",7939 "polkadot-runtime-common",7940 "polkadot-runtime-constants",7941 "polkadot-runtime-parachains",7942 "rustc-hex",7943 "scale-info",7944 "serde",7945 "serde_derive",7946 "smallvec",7947 "sp-api",7948 "sp-authority-discovery",7949 "sp-block-builder",7950 "sp-consensus-babe",7951 "sp-core",7952 "sp-inherents",7953 "sp-io",7954 "sp-mmr-primitives",7955 "sp-npos-elections",7956 "sp-offchain",7957 "sp-runtime",7958 "sp-session",7959 "sp-staking",7960 "sp-std",7961 "sp-transaction-pool",7962 "sp-version",7963 "static_assertions",7964 "substrate-wasm-builder",7965 "xcm",7966 "xcm-builder",7967 "xcm-executor",7968]79697970[[package]]7971name = "polkadot-runtime-common"7972version = "0.9.22"7973source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"7974dependencies = [7975 "beefy-primitives",7976 "bitvec 1.0.0",7977 "frame-benchmarking",7978 "frame-election-provider-support",7979 "frame-support",7980 "frame-system",7981 "impl-trait-for-tuples",7982 "libsecp256k1",7983 "log",7984 "pallet-authorship",7985 "pallet-babe",7986 "pallet-bags-list",7987 "pallet-balances",7988 "pallet-beefy-mmr",7989 "pallet-election-provider-multi-phase",7990 "pallet-session",7991 "pallet-staking",7992 "pallet-timestamp",7993 "pallet-transaction-payment",7994 "pallet-treasury",7995 "pallet-vesting",7996 "parity-scale-codec 3.1.5",7997 "polkadot-primitives",7998 "polkadot-runtime-parachains",7999 "rustc-hex",8000 "scale-info",8001 "serde",8002 "serde_derive",8003 "slot-range-helper",8004 "sp-api",8005 "sp-core",8006 "sp-inherents",8007 "sp-io",8008 "sp-npos-elections",8009 "sp-runtime",8010 "sp-session",8011 "sp-staking",8012 "sp-std",8013 "static_assertions",8014 "xcm",8015]80168017[[package]]8018name = "polkadot-runtime-constants"8019version = "0.9.22"8020source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8021dependencies = [8022 "frame-support",8023 "polkadot-primitives",8024 "polkadot-runtime-common",8025 "smallvec",8026 "sp-runtime",8027]80288029[[package]]8030name = "polkadot-runtime-metrics"8031version = "0.9.22"8032source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8033dependencies = [8034 "bs58",8035 "parity-scale-codec 3.1.5",8036 "polkadot-primitives",8037 "sp-std",8038 "sp-tracing",8039]80408041[[package]]8042name = "polkadot-runtime-parachains"8043version = "0.9.22"8044source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8045dependencies = [8046 "bitflags",8047 "bitvec 1.0.0",8048 "derive_more",8049 "frame-benchmarking",8050 "frame-support",8051 "frame-system",8052 "log",8053 "pallet-authority-discovery",8054 "pallet-authorship",8055 "pallet-babe",8056 "pallet-balances",8057 "pallet-session",8058 "pallet-staking",8059 "pallet-timestamp",8060 "pallet-vesting",8061 "parity-scale-codec 3.1.5",8062 "polkadot-primitives",8063 "polkadot-runtime-metrics",8064 "rand 0.8.5",8065 "rand_chacha 0.3.1",8066 "rustc-hex",8067 "scale-info",8068 "serde",8069 "sp-api",8070 "sp-application-crypto",8071 "sp-core",8072 "sp-inherents",8073 "sp-io",8074 "sp-keystore",8075 "sp-runtime",8076 "sp-session",8077 "sp-staking",8078 "sp-std",8079 "static_assertions",8080 "xcm",8081 "xcm-executor",8082]80838084[[package]]8085name = "polkadot-service"8086version = "0.9.22"8087source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8088dependencies = [8089 "async-trait",8090 "beefy-gadget",8091 "beefy-primitives",8092 "frame-system-rpc-runtime-api",8093 "futures 0.3.21",8094 "hex-literal",8095 "kusama-runtime",8096 "kvdb",8097 "kvdb-rocksdb",8098 "lru 0.7.7",8099 "pallet-babe",8100 "pallet-im-online",8101 "pallet-staking",8102 "pallet-transaction-payment-rpc-runtime-api",8103 "parity-db",8104 "polkadot-approval-distribution",8105 "polkadot-availability-bitfield-distribution",8106 "polkadot-availability-distribution",8107 "polkadot-availability-recovery",8108 "polkadot-client",8109 "polkadot-collator-protocol",8110 "polkadot-dispute-distribution",8111 "polkadot-gossip-support",8112 "polkadot-network-bridge",8113 "polkadot-node-collation-generation",8114 "polkadot-node-core-approval-voting",8115 "polkadot-node-core-av-store",8116 "polkadot-node-core-backing",8117 "polkadot-node-core-bitfield-signing",8118 "polkadot-node-core-candidate-validation",8119 "polkadot-node-core-chain-api",8120 "polkadot-node-core-chain-selection",8121 "polkadot-node-core-dispute-coordinator",8122 "polkadot-node-core-parachains-inherent",8123 "polkadot-node-core-provisioner",8124 "polkadot-node-core-pvf-checker",8125 "polkadot-node-core-runtime-api",8126 "polkadot-node-network-protocol",8127 "polkadot-node-primitives",8128 "polkadot-node-subsystem",8129 "polkadot-node-subsystem-util",8130 "polkadot-overseer",8131 "polkadot-parachain",8132 "polkadot-primitives",8133 "polkadot-rpc",8134 "polkadot-runtime",8135 "polkadot-runtime-constants",8136 "polkadot-runtime-parachains",8137 "polkadot-statement-distribution",8138 "rococo-runtime",8139 "sc-authority-discovery",8140 "sc-basic-authorship",8141 "sc-block-builder",8142 "sc-chain-spec",8143 "sc-client-api",8144 "sc-client-db",8145 "sc-consensus",8146 "sc-consensus-babe",8147 "sc-consensus-slots",8148 "sc-consensus-uncles",8149 "sc-executor",8150 "sc-finality-grandpa",8151 "sc-keystore",8152 "sc-network",8153 "sc-offchain",8154 "sc-service",8155 "sc-sync-state-rpc",8156 "sc-sysinfo",8157 "sc-telemetry",8158 "sc-transaction-pool",8159 "serde",8160 "serde_json",8161 "sp-api",8162 "sp-authority-discovery",8163 "sp-block-builder",8164 "sp-blockchain",8165 "sp-consensus",8166 "sp-consensus-babe",8167 "sp-core",8168 "sp-finality-grandpa",8169 "sp-inherents",8170 "sp-io",8171 "sp-keystore",8172 "sp-offchain",8173 "sp-runtime",8174 "sp-session",8175 "sp-state-machine",8176 "sp-storage",8177 "sp-timestamp",8178 "sp-transaction-pool",8179 "sp-trie",8180 "substrate-prometheus-endpoint",8181 "thiserror",8182 "tracing-gum",8183 "westend-runtime",8184]81858186[[package]]8187name = "polkadot-statement-distribution"8188version = "0.9.22"8189source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8190dependencies = [8191 "arrayvec 0.5.2",8192 "fatality",8193 "futures 0.3.21",8194 "indexmap",8195 "parity-scale-codec 3.1.5",8196 "polkadot-node-network-protocol",8197 "polkadot-node-primitives",8198 "polkadot-node-subsystem",8199 "polkadot-node-subsystem-util",8200 "polkadot-primitives",8201 "sp-keystore",8202 "sp-staking",8203 "thiserror",8204 "tracing-gum",8205]82068207[[package]]8208name = "polkadot-statement-table"8209version = "0.9.22"8210source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8211dependencies = [8212 "parity-scale-codec 3.1.5",8213 "polkadot-primitives",8214 "sp-core",8215]82168217[[package]]8218name = "polkadot-test-runtime"8219version = "0.9.22"8220source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8221dependencies = [8222 "beefy-primitives",8223 "bitvec 1.0.0",8224 "frame-election-provider-support",8225 "frame-executive",8226 "frame-support",8227 "frame-system",8228 "frame-system-rpc-runtime-api",8229 "log",8230 "pallet-authority-discovery",8231 "pallet-authorship",8232 "pallet-babe",8233 "pallet-balances",8234 "pallet-grandpa",8235 "pallet-indices",8236 "pallet-nicks",8237 "pallet-offences",8238 "pallet-session",8239 "pallet-staking",8240 "pallet-staking-reward-curve",8241 "pallet-sudo",8242 "pallet-timestamp",8243 "pallet-transaction-payment",8244 "pallet-transaction-payment-rpc-runtime-api",8245 "pallet-vesting",8246 "pallet-xcm",8247 "parity-scale-codec 3.1.5",8248 "polkadot-parachain",8249 "polkadot-primitives",8250 "polkadot-runtime-common",8251 "polkadot-runtime-parachains",8252 "rustc-hex",8253 "scale-info",8254 "serde",8255 "serde_derive",8256 "smallvec",8257 "sp-api",8258 "sp-authority-discovery",8259 "sp-block-builder",8260 "sp-consensus-babe",8261 "sp-core",8262 "sp-inherents",8263 "sp-io",8264 "sp-mmr-primitives",8265 "sp-offchain",8266 "sp-runtime",8267 "sp-session",8268 "sp-staking",8269 "sp-std",8270 "sp-transaction-pool",8271 "sp-version",8272 "substrate-wasm-builder",8273 "test-runtime-constants",8274 "xcm",8275 "xcm-builder",8276 "xcm-executor",8277]82788279[[package]]8280name = "polkadot-test-service"8281version = "0.9.22"8282source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"8283dependencies = [8284 "frame-benchmarking",8285 "frame-system",8286 "futures 0.1.31",8287 "futures 0.3.21",8288 "hex",8289 "pallet-balances",8290 "pallet-staking",8291 "pallet-transaction-payment",8292 "polkadot-node-primitives",8293 "polkadot-node-subsystem",8294 "polkadot-overseer",8295 "polkadot-parachain",8296 "polkadot-primitives",8297 "polkadot-rpc",8298 "polkadot-runtime-common",8299 "polkadot-runtime-parachains",8300 "polkadot-service",8301 "polkadot-test-runtime",8302 "rand 0.8.5",8303 "sc-authority-discovery",8304 "sc-chain-spec",8305 "sc-cli",8306 "sc-client-api",8307 "sc-consensus",8308 "sc-consensus-babe",8309 "sc-executor",8310 "sc-finality-grandpa",8311 "sc-network",8312 "sc-service",8313 "sc-tracing",8314 "sc-transaction-pool",8315 "sp-arithmetic",8316 "sp-authority-discovery",8317 "sp-blockchain",8318 "sp-consensus",8319 "sp-consensus-babe",8320 "sp-core",8321 "sp-finality-grandpa",8322 "sp-inherents",8323 "sp-keyring",8324 "sp-runtime",8325 "sp-state-machine",8326 "substrate-test-client",8327 "tempfile",8328 "test-runtime-constants",8329 "tokio 1.19.2",8330 "tracing-gum",8331]83328333[[package]]8334name = "polling"8335version = "2.2.0"8336source = "registry+https://github.com/rust-lang/crates.io-index"8337checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"8338dependencies = [8339 "cfg-if 1.0.0",8340 "libc",8341 "log",8342 "wepoll-ffi",8343 "winapi",8344]83458346[[package]]8347name = "poly1305"8348version = "0.7.2"8349source = "registry+https://github.com/rust-lang/crates.io-index"8350checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8351dependencies = [8352 "cpufeatures",8353 "opaque-debug 0.3.0",8354 "universal-hash",8355]83568357[[package]]8358name = "polyval"8359version = "0.5.3"8360source = "registry+https://github.com/rust-lang/crates.io-index"8361checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8362dependencies = [8363 "cfg-if 1.0.0",8364 "cpufeatures",8365 "opaque-debug 0.3.0",8366 "universal-hash",8367]83688369[[package]]8370name = "ppv-lite86"8371version = "0.2.16"8372source = "registry+https://github.com/rust-lang/crates.io-index"8373checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"83748375[[package]]8376name = "prettytable-rs"8377version = "0.8.0"8378source = "registry+https://github.com/rust-lang/crates.io-index"8379checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"8380dependencies = [8381 "atty",8382 "csv",8383 "encode_unicode",8384 "lazy_static",8385 "term",8386 "unicode-width",8387]83888389[[package]]8390name = "primitive-types"8391version = "0.11.1"8392source = "registry+https://github.com/rust-lang/crates.io-index"8393checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8394dependencies = [8395 "fixed-hash",8396 "impl-codec",8397 "impl-rlp",8398 "impl-serde",8399 "scale-info",8400 "uint",8401]84028403[[package]]8404name = "proc-macro-crate"8405version = "1.1.3"8406source = "registry+https://github.com/rust-lang/crates.io-index"8407checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"8408dependencies = [8409 "thiserror",8410 "toml",8411]84128413[[package]]8414name = "proc-macro-error"8415version = "1.0.4"8416source = "registry+https://github.com/rust-lang/crates.io-index"8417checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8418dependencies = [8419 "proc-macro-error-attr",8420 "proc-macro2",8421 "quote",8422 "syn",8423 "version_check",8424]84258426[[package]]8427name = "proc-macro-error-attr"8428version = "1.0.4"8429source = "registry+https://github.com/rust-lang/crates.io-index"8430checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8431dependencies = [8432 "proc-macro2",8433 "quote",8434 "version_check",8435]84368437[[package]]8438name = "proc-macro2"8439version = "1.0.39"8440source = "registry+https://github.com/rust-lang/crates.io-index"8441checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"8442dependencies = [8443 "unicode-ident",8444]84458446[[package]]8447name = "prometheus"8448version = "0.13.1"8449source = "registry+https://github.com/rust-lang/crates.io-index"8450checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"8451dependencies = [8452 "cfg-if 1.0.0",8453 "fnv",8454 "lazy_static",8455 "memchr",8456 "parking_lot 0.12.1",8457 "thiserror",8458]84598460[[package]]8461name = "prometheus-client"8462version = "0.15.1"8463source = "registry+https://github.com/rust-lang/crates.io-index"8464checksum = "c9a896938cc6018c64f279888b8c7559d3725210d5db9a3a1ee6bc7188d51d34"8465dependencies = [8466 "dtoa",8467 "itoa 1.0.2",8468 "owning_ref",8469 "prometheus-client-derive-text-encode",8470]84718472[[package]]8473name = "prometheus-client-derive-text-encode"8474version = "0.2.0"8475source = "registry+https://github.com/rust-lang/crates.io-index"8476checksum = "e8e12d01b9d66ad9eb4529c57666b6263fc1993cb30261d83ead658fdd932652"8477dependencies = [8478 "proc-macro2",8479 "quote",8480 "syn",8481]84828483[[package]]8484name = "prost"8485version = "0.9.0"8486source = "registry+https://github.com/rust-lang/crates.io-index"8487checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"8488dependencies = [8489 "bytes 1.1.0",8490 "prost-derive",8491]84928493[[package]]8494name = "prost-build"8495version = "0.9.0"8496source = "registry+https://github.com/rust-lang/crates.io-index"8497checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"8498dependencies = [8499 "bytes 1.1.0",8500 "heck 0.3.3",8501 "itertools",8502 "lazy_static",8503 "log",8504 "multimap",8505 "petgraph",8506 "prost",8507 "prost-types",8508 "regex",8509 "tempfile",8510 "which",8511]85128513[[package]]8514name = "prost-derive"8515version = "0.9.0"8516source = "registry+https://github.com/rust-lang/crates.io-index"8517checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"8518dependencies = [8519 "anyhow",8520 "itertools",8521 "proc-macro2",8522 "quote",8523 "syn",8524]85258526[[package]]8527name = "prost-types"8528version = "0.9.0"8529source = "registry+https://github.com/rust-lang/crates.io-index"8530checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"8531dependencies = [8532 "bytes 1.1.0",8533 "prost",8534]85358536[[package]]8537name = "psm"8538version = "0.1.18"8539source = "registry+https://github.com/rust-lang/crates.io-index"8540checksum = "871372391786ccec00d3c5d3d6608905b3d4db263639cfe075d3b60a736d115a"8541dependencies = [8542 "cc",8543]85448545[[package]]8546name = "quartz-runtime"8547version = "0.9.22"8548dependencies = [8549 "cumulus-pallet-aura-ext",8550 "cumulus-pallet-dmp-queue",8551 "cumulus-pallet-parachain-system",8552 "cumulus-pallet-xcm",8553 "cumulus-pallet-xcmp-queue",8554 "cumulus-primitives-core",8555 "cumulus-primitives-timestamp",8556 "cumulus-primitives-utility",8557 "derivative",8558 "fp-evm-mapping",8559 "fp-rpc",8560 "fp-self-contained",8561 "frame-benchmarking",8562 "frame-executive",8563 "frame-support",8564 "frame-system",8565 "frame-system-benchmarking",8566 "frame-system-rpc-runtime-api",8567 "frame-try-runtime",8568 "hex-literal",8569 "log",8570 "orml-vesting",8571 "pallet-aura",8572 "pallet-balances",8573 "pallet-base-fee",8574 "pallet-common",8575 "pallet-ethereum",8576 "pallet-evm",8577 "pallet-evm-coder-substrate",8578 "pallet-evm-contract-helpers",8579 "pallet-evm-migration",8580 "pallet-evm-transaction-payment",8581 "pallet-fungible",8582 "pallet-inflation",8583 "pallet-nonfungible",8584 "pallet-randomness-collective-flip",8585 "pallet-refungible",8586 "pallet-rmrk-core",8587 "pallet-rmrk-equip",8588 "pallet-structure",8589 "pallet-sudo",8590 "pallet-template-transaction-payment",8591 "pallet-timestamp",8592 "pallet-transaction-payment",8593 "pallet-transaction-payment-rpc-runtime-api",8594 "pallet-treasury",8595 "pallet-unique",8596 "pallet-unique-scheduler",8597 "pallet-xcm",8598 "parachain-info",8599 "parity-scale-codec 3.1.5",8600 "polkadot-parachain",8601 "rmrk-rpc",8602 "scale-info",8603 "serde",8604 "smallvec",8605 "sp-api",8606 "sp-arithmetic",8607 "sp-block-builder",8608 "sp-consensus-aura",8609 "sp-core",8610 "sp-inherents",8611 "sp-io",8612 "sp-offchain",8613 "sp-runtime",8614 "sp-session",8615 "sp-std",8616 "sp-transaction-pool",8617 "sp-version",8618 "substrate-wasm-builder",8619 "unique-runtime-common",8620 "up-data-structs",8621 "up-rpc",8622 "xcm",8623 "xcm-builder",8624 "xcm-executor",8625]86268627[[package]]8628name = "quick-error"8629version = "1.2.3"8630source = "registry+https://github.com/rust-lang/crates.io-index"8631checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"86328633[[package]]8634name = "quicksink"8635version = "0.1.2"8636source = "registry+https://github.com/rust-lang/crates.io-index"8637checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8638dependencies = [8639 "futures-core",8640 "futures-sink",8641 "pin-project-lite 0.1.12",8642]86438644[[package]]8645name = "quote"8646version = "1.0.18"8647source = "registry+https://github.com/rust-lang/crates.io-index"8648checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"8649dependencies = [8650 "proc-macro2",8651]86528653[[package]]8654name = "radium"8655version = "0.6.2"8656source = "registry+https://github.com/rust-lang/crates.io-index"8657checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"86588659[[package]]8660name = "radium"8661version = "0.7.0"8662source = "registry+https://github.com/rust-lang/crates.io-index"8663checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"86648665[[package]]8666name = "rand"8667version = "0.7.3"8668source = "registry+https://github.com/rust-lang/crates.io-index"8669checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8670dependencies = [8671 "getrandom 0.1.16",8672 "libc",8673 "rand_chacha 0.2.2",8674 "rand_core 0.5.1",8675 "rand_hc",8676 "rand_pcg 0.2.1",8677]86788679[[package]]8680name = "rand"8681version = "0.8.5"8682source = "registry+https://github.com/rust-lang/crates.io-index"8683checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8684dependencies = [8685 "libc",8686 "rand_chacha 0.3.1",8687 "rand_core 0.6.3",8688]86898690[[package]]8691name = "rand_chacha"8692version = "0.2.2"8693source = "registry+https://github.com/rust-lang/crates.io-index"8694checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8695dependencies = [8696 "ppv-lite86",8697 "rand_core 0.5.1",8698]86998700[[package]]8701name = "rand_chacha"8702version = "0.3.1"8703source = "registry+https://github.com/rust-lang/crates.io-index"8704checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8705dependencies = [8706 "ppv-lite86",8707 "rand_core 0.6.3",8708]87098710[[package]]8711name = "rand_core"8712version = "0.5.1"8713source = "registry+https://github.com/rust-lang/crates.io-index"8714checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8715dependencies = [8716 "getrandom 0.1.16",8717]87188719[[package]]8720name = "rand_core"8721version = "0.6.3"8722source = "registry+https://github.com/rust-lang/crates.io-index"8723checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"8724dependencies = [8725 "getrandom 0.2.7",8726]87278728[[package]]8729name = "rand_distr"8730version = "0.4.3"8731source = "registry+https://github.com/rust-lang/crates.io-index"8732checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8733dependencies = [8734 "num-traits",8735 "rand 0.8.5",8736]87378738[[package]]8739name = "rand_hc"8740version = "0.2.0"8741source = "registry+https://github.com/rust-lang/crates.io-index"8742checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8743dependencies = [8744 "rand_core 0.5.1",8745]87468747[[package]]8748name = "rand_pcg"8749version = "0.2.1"8750source = "registry+https://github.com/rust-lang/crates.io-index"8751checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8752dependencies = [8753 "rand_core 0.5.1",8754]87558756[[package]]8757name = "rand_pcg"8758version = "0.3.1"8759source = "registry+https://github.com/rust-lang/crates.io-index"8760checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8761dependencies = [8762 "rand_core 0.6.3",8763]87648765[[package]]8766name = "rawpointer"8767version = "0.2.1"8768source = "registry+https://github.com/rust-lang/crates.io-index"8769checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"87708771[[package]]8772name = "rayon"8773version = "1.5.3"8774source = "registry+https://github.com/rust-lang/crates.io-index"8775checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"8776dependencies = [8777 "autocfg",8778 "crossbeam-deque",8779 "either",8780 "rayon-core",8781]87828783[[package]]8784name = "rayon-core"8785version = "1.9.3"8786source = "registry+https://github.com/rust-lang/crates.io-index"8787checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"8788dependencies = [8789 "crossbeam-channel",8790 "crossbeam-deque",8791 "crossbeam-utils",8792 "num_cpus",8793]87948795[[package]]8796name = "redox_syscall"8797version = "0.1.57"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"88008801[[package]]8802name = "redox_syscall"8803version = "0.2.13"8804source = "registry+https://github.com/rust-lang/crates.io-index"8805checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"8806dependencies = [8807 "bitflags",8808]88098810[[package]]8811name = "redox_users"8812version = "0.3.5"8813source = "registry+https://github.com/rust-lang/crates.io-index"8814checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"8815dependencies = [8816 "getrandom 0.1.16",8817 "redox_syscall 0.1.57",8818 "rust-argon2",8819]88208821[[package]]8822name = "redox_users"8823version = "0.4.3"8824source = "registry+https://github.com/rust-lang/crates.io-index"8825checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8826dependencies = [8827 "getrandom 0.2.7",8828 "redox_syscall 0.2.13",8829 "thiserror",8830]88318832[[package]]8833name = "reed-solomon-novelpoly"8834version = "1.0.0"8835source = "registry+https://github.com/rust-lang/crates.io-index"8836checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8837dependencies = [8838 "derive_more",8839 "fs-err",8840 "itertools",8841 "static_init",8842 "thiserror",8843]88448845[[package]]8846name = "ref-cast"8847version = "1.0.7"8848source = "registry+https://github.com/rust-lang/crates.io-index"8849checksum = "685d58625b6c2b83e4cc88a27c4bf65adb7b6b16dbdc413e515c9405b47432ab"8850dependencies = [8851 "ref-cast-impl",8852]88538854[[package]]8855name = "ref-cast-impl"8856version = "1.0.7"8857source = "registry+https://github.com/rust-lang/crates.io-index"8858checksum = "a043824e29c94169374ac5183ac0ed43f5724dc4556b19568007486bd840fa1f"8859dependencies = [8860 "proc-macro2",8861 "quote",8862 "syn",8863]88648865[[package]]8866name = "regalloc"8867version = "0.0.34"8868source = "registry+https://github.com/rust-lang/crates.io-index"8869checksum = "62446b1d3ebf980bdc68837700af1d77b37bc430e524bf95319c6eada2a4cc02"8870dependencies = [8871 "log",8872 "rustc-hash",8873 "smallvec",8874]88758876[[package]]8877name = "regex"8878version = "1.5.6"8879source = "registry+https://github.com/rust-lang/crates.io-index"8880checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"8881dependencies = [8882 "aho-corasick",8883 "memchr",8884 "regex-syntax",8885]88868887[[package]]8888name = "regex-automata"8889version = "0.1.10"8890source = "registry+https://github.com/rust-lang/crates.io-index"8891checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"8892dependencies = [8893 "regex-syntax",8894]88958896[[package]]8897name = "regex-syntax"8898version = "0.6.26"8899source = "registry+https://github.com/rust-lang/crates.io-index"8900checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"89018902[[package]]8903name = "region"8904version = "2.2.0"8905source = "registry+https://github.com/rust-lang/crates.io-index"8906checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"8907dependencies = [8908 "bitflags",8909 "libc",8910 "mach",8911 "winapi",8912]89138914[[package]]8915name = "remote-externalities"8916version = "0.10.0-dev"8917source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"8918dependencies = [8919 "env_logger",8920 "jsonrpsee",8921 "log",8922 "parity-scale-codec 3.1.5",8923 "serde",8924 "serde_json",8925 "sp-core",8926 "sp-io",8927 "sp-runtime",8928 "sp-version",8929]89308931[[package]]8932name = "remove_dir_all"8933version = "0.5.3"8934source = "registry+https://github.com/rust-lang/crates.io-index"8935checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"8936dependencies = [8937 "winapi",8938]89398940[[package]]8941name = "resolv-conf"8942version = "0.7.0"8943source = "registry+https://github.com/rust-lang/crates.io-index"8944checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"8945dependencies = [8946 "hostname",8947 "quick-error",8948]89498950[[package]]8951name = "retain_mut"8952version = "0.1.9"8953source = "registry+https://github.com/rust-lang/crates.io-index"8954checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"89558956[[package]]8957name = "rfc6979"8958version = "0.1.0"8959source = "registry+https://github.com/rust-lang/crates.io-index"8960checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525"8961dependencies = [8962 "crypto-bigint",8963 "hmac 0.11.0",8964 "zeroize",8965]89668967[[package]]8968name = "ring"8969version = "0.16.20"8970source = "registry+https://github.com/rust-lang/crates.io-index"8971checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"8972dependencies = [8973 "cc",8974 "libc",8975 "once_cell",8976 "spin",8977 "untrusted",8978 "web-sys",8979 "winapi",8980]89818982[[package]]8983name = "rlp"8984version = "0.5.1"8985source = "registry+https://github.com/rust-lang/crates.io-index"8986checksum = "999508abb0ae792aabed2460c45b89106d97fe4adac593bdaef433c2605847b5"8987dependencies = [8988 "bytes 1.1.0",8989 "rustc-hex",8990]89918992[[package]]8993name = "rlp-derive"8994version = "0.1.0"8995source = "registry+https://github.com/rust-lang/crates.io-index"8996checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"8997dependencies = [8998 "proc-macro2",8999 "quote",9000 "syn",9001]90029003[[package]]9004name = "rmrk-rpc"9005version = "0.0.1"9006dependencies = [9007 "parity-scale-codec 2.3.1",9008 "rmrk-traits",9009 "serde",9010 "sp-api",9011 "sp-core",9012 "sp-runtime",9013 "sp-std",9014]90159016[[package]]9017name = "rmrk-traits"9018version = "0.1.0"9019dependencies = [9020 "parity-scale-codec 3.1.5",9021 "scale-info",9022 "serde",9023]90249025[[package]]9026name = "rocksdb"9027version = "0.18.0"9028source = "registry+https://github.com/rust-lang/crates.io-index"9029checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"9030dependencies = [9031 "libc",9032 "librocksdb-sys",9033]90349035[[package]]9036name = "rococo-runtime"9037version = "0.9.22"9038source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9039dependencies = [9040 "beefy-merkle-tree",9041 "beefy-primitives",9042 "bp-messages",9043 "bp-rococo",9044 "bp-runtime",9045 "bp-wococo",9046 "bridge-runtime-common",9047 "frame-benchmarking",9048 "frame-executive",9049 "frame-support",9050 "frame-system",9051 "frame-system-benchmarking",9052 "frame-system-rpc-runtime-api",9053 "hex-literal",9054 "log",9055 "pallet-authority-discovery",9056 "pallet-authorship",9057 "pallet-babe",9058 "pallet-balances",9059 "pallet-beefy",9060 "pallet-beefy-mmr",9061 "pallet-bridge-dispatch",9062 "pallet-bridge-grandpa",9063 "pallet-bridge-messages",9064 "pallet-collective",9065 "pallet-grandpa",9066 "pallet-im-online",9067 "pallet-indices",9068 "pallet-membership",9069 "pallet-mmr",9070 "pallet-multisig",9071 "pallet-offences",9072 "pallet-proxy",9073 "pallet-session",9074 "pallet-staking",9075 "pallet-sudo",9076 "pallet-timestamp",9077 "pallet-transaction-payment",9078 "pallet-transaction-payment-rpc-runtime-api",9079 "pallet-utility",9080 "pallet-xcm",9081 "parity-scale-codec 3.1.5",9082 "polkadot-parachain",9083 "polkadot-primitives",9084 "polkadot-runtime-common",9085 "polkadot-runtime-parachains",9086 "rococo-runtime-constants",9087 "scale-info",9088 "serde",9089 "serde_derive",9090 "smallvec",9091 "sp-api",9092 "sp-authority-discovery",9093 "sp-block-builder",9094 "sp-consensus-babe",9095 "sp-core",9096 "sp-inherents",9097 "sp-io",9098 "sp-mmr-primitives",9099 "sp-offchain",9100 "sp-runtime",9101 "sp-session",9102 "sp-staking",9103 "sp-std",9104 "sp-transaction-pool",9105 "sp-version",9106 "substrate-wasm-builder",9107 "xcm",9108 "xcm-builder",9109 "xcm-executor",9110]91119112[[package]]9113name = "rococo-runtime-constants"9114version = "0.9.22"9115source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"9116dependencies = [9117 "frame-support",9118 "polkadot-primitives",9119 "polkadot-runtime-common",9120 "smallvec",9121 "sp-runtime",9122]91239124[[package]]9125name = "rpassword"9126version = "5.0.1"9127source = "registry+https://github.com/rust-lang/crates.io-index"9128checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"9129dependencies = [9130 "libc",9131 "winapi",9132]91339134[[package]]9135name = "rtnetlink"9136version = "0.9.1"9137source = "registry+https://github.com/rust-lang/crates.io-index"9138checksum = "6f54290e54521dac3de4149d83ddf9f62a359b3cc93bcb494a794a41e6f4744b"9139dependencies = [9140 "async-global-executor",9141 "futures 0.3.21",9142 "log",9143 "netlink-packet-route",9144 "netlink-proto",9145 "nix",9146 "thiserror",9147]91489149[[package]]9150name = "rust-argon2"9151version = "0.8.3"9152source = "registry+https://github.com/rust-lang/crates.io-index"9153checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"9154dependencies = [9155 "base64",9156 "blake2b_simd 0.5.11",9157 "constant_time_eq",9158 "crossbeam-utils",9159]91609161[[package]]9162name = "rustc-demangle"9163version = "0.1.21"9164source = "registry+https://github.com/rust-lang/crates.io-index"9165checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"91669167[[package]]9168name = "rustc-hash"9169version = "1.1.0"9170source = "registry+https://github.com/rust-lang/crates.io-index"9171checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"91729173[[package]]9174name = "rustc-hex"9175version = "2.1.0"9176source = "registry+https://github.com/rust-lang/crates.io-index"9177checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"91789179[[package]]9180name = "rustc_version"9181version = "0.2.3"9182source = "registry+https://github.com/rust-lang/crates.io-index"9183checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9184dependencies = [9185 "semver 0.9.0",9186]91879188[[package]]9189name = "rustc_version"9190version = "0.4.0"9191source = "registry+https://github.com/rust-lang/crates.io-index"9192checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9193dependencies = [9194 "semver 1.0.10",9195]91969197[[package]]9198name = "rustix"9199version = "0.33.7"9200source = "registry+https://github.com/rust-lang/crates.io-index"9201checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"9202dependencies = [9203 "bitflags",9204 "errno",9205 "io-lifetimes",9206 "libc",9207 "linux-raw-sys",9208 "winapi",9209]92109211[[package]]9212name = "rustls"9213version = "0.19.1"9214source = "registry+https://github.com/rust-lang/crates.io-index"9215checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"9216dependencies = [9217 "base64",9218 "log",9219 "ring",9220 "sct 0.6.1",9221 "webpki 0.21.4",9222]92239224[[package]]9225name = "rustls"9226version = "0.20.6"9227source = "registry+https://github.com/rust-lang/crates.io-index"9228checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"9229dependencies = [9230 "log",9231 "ring",9232 "sct 0.7.0",9233 "webpki 0.22.0",9234]92359236[[package]]9237name = "rustls-native-certs"9238version = "0.5.0"9239source = "registry+https://github.com/rust-lang/crates.io-index"9240checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092"9241dependencies = [9242 "openssl-probe",9243 "rustls 0.19.1",9244 "schannel",9245 "security-framework",9246]92479248[[package]]9249name = "rustls-native-certs"9250version = "0.6.2"9251source = "registry+https://github.com/rust-lang/crates.io-index"9252checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9253dependencies = [9254 "openssl-probe",9255 "rustls-pemfile",9256 "schannel",9257 "security-framework",9258]92599260[[package]]9261name = "rustls-pemfile"9262version = "1.0.0"9263source = "registry+https://github.com/rust-lang/crates.io-index"9264checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"9265dependencies = [9266 "base64",9267]92689269[[package]]9270name = "rustversion"9271version = "1.0.6"9272source = "registry+https://github.com/rust-lang/crates.io-index"9273checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"92749275[[package]]9276name = "rw-stream-sink"9277version = "0.2.1"9278source = "registry+https://github.com/rust-lang/crates.io-index"9279checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"9280dependencies = [9281 "futures 0.3.21",9282 "pin-project 0.4.29",9283 "static_assertions",9284]92859286[[package]]9287name = "ryu"9288version = "1.0.10"9289source = "registry+https://github.com/rust-lang/crates.io-index"9290checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"92919292[[package]]9293name = "safe-mix"9294version = "1.0.1"9295source = "registry+https://github.com/rust-lang/crates.io-index"9296checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9297dependencies = [9298 "rustc_version 0.2.3",9299]93009301[[package]]9302name = "salsa20"9303version = "0.9.0"9304source = "registry+https://github.com/rust-lang/crates.io-index"9305checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"9306dependencies = [9307 "cipher",9308]93099310[[package]]9311name = "same-file"9312version = "1.0.6"9313source = "registry+https://github.com/rust-lang/crates.io-index"9314checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9315dependencies = [9316 "winapi-util",9317]93189319[[package]]9320name = "sc-allocator"9321version = "4.1.0-dev"9322source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9323dependencies = [9324 "log",9325 "sp-core",9326 "sp-wasm-interface",9327 "thiserror",9328]93299330[[package]]9331name = "sc-authority-discovery"9332version = "0.10.0-dev"9333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9334dependencies = [9335 "async-trait",9336 "futures 0.3.21",9337 "futures-timer",9338 "ip_network",9339 "libp2p",9340 "log",9341 "parity-scale-codec 3.1.5",9342 "prost",9343 "prost-build",9344 "rand 0.7.3",9345 "sc-client-api",9346 "sc-network",9347 "sp-api",9348 "sp-authority-discovery",9349 "sp-blockchain",9350 "sp-core",9351 "sp-keystore",9352 "sp-runtime",9353 "substrate-prometheus-endpoint",9354 "thiserror",9355]93569357[[package]]9358name = "sc-basic-authorship"9359version = "0.10.0-dev"9360source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9361dependencies = [9362 "futures 0.3.21",9363 "futures-timer",9364 "log",9365 "parity-scale-codec 3.1.5",9366 "sc-block-builder",9367 "sc-client-api",9368 "sc-proposer-metrics",9369 "sc-telemetry",9370 "sc-transaction-pool-api",9371 "sp-api",9372 "sp-blockchain",9373 "sp-consensus",9374 "sp-core",9375 "sp-inherents",9376 "sp-runtime",9377 "substrate-prometheus-endpoint",9378]93799380[[package]]9381name = "sc-block-builder"9382version = "0.10.0-dev"9383source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9384dependencies = [9385 "parity-scale-codec 3.1.5",9386 "sc-client-api",9387 "sp-api",9388 "sp-block-builder",9389 "sp-blockchain",9390 "sp-core",9391 "sp-inherents",9392 "sp-runtime",9393 "sp-state-machine",9394]93959396[[package]]9397name = "sc-chain-spec"9398version = "4.0.0-dev"9399source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9400dependencies = [9401 "impl-trait-for-tuples",9402 "memmap2 0.5.4",9403 "parity-scale-codec 3.1.5",9404 "sc-chain-spec-derive",9405 "sc-network",9406 "sc-telemetry",9407 "serde",9408 "serde_json",9409 "sp-core",9410 "sp-runtime",9411]94129413[[package]]9414name = "sc-chain-spec-derive"9415version = "4.0.0-dev"9416source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9417dependencies = [9418 "proc-macro-crate",9419 "proc-macro2",9420 "quote",9421 "syn",9422]94239424[[package]]9425name = "sc-cli"9426version = "0.10.0-dev"9427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9428dependencies = [9429 "chrono",9430 "clap",9431 "fdlimit",9432 "futures 0.3.21",9433 "hex",9434 "libp2p",9435 "log",9436 "names",9437 "parity-scale-codec 3.1.5",9438 "rand 0.7.3",9439 "regex",9440 "rpassword",9441 "sc-client-api",9442 "sc-client-db",9443 "sc-keystore",9444 "sc-network",9445 "sc-service",9446 "sc-telemetry",9447 "sc-tracing",9448 "sc-utils",9449 "serde",9450 "serde_json",9451 "sp-blockchain",9452 "sp-core",9453 "sp-keyring",9454 "sp-keystore",9455 "sp-panic-handler",9456 "sp-runtime",9457 "sp-version",9458 "thiserror",9459 "tiny-bip39",9460 "tokio 1.19.2",9461]94629463[[package]]9464name = "sc-client-api"9465version = "4.0.0-dev"9466source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9467dependencies = [9468 "fnv",9469 "futures 0.3.21",9470 "hash-db",9471 "log",9472 "parity-scale-codec 3.1.5",9473 "parking_lot 0.12.1",9474 "sc-executor",9475 "sc-transaction-pool-api",9476 "sc-utils",9477 "sp-api",9478 "sp-blockchain",9479 "sp-consensus",9480 "sp-core",9481 "sp-database",9482 "sp-externalities",9483 "sp-keystore",9484 "sp-runtime",9485 "sp-state-machine",9486 "sp-storage",9487 "sp-trie",9488 "substrate-prometheus-endpoint",9489]94909491[[package]]9492name = "sc-client-db"9493version = "0.10.0-dev"9494source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9495dependencies = [9496 "hash-db",9497 "kvdb",9498 "kvdb-memorydb",9499 "kvdb-rocksdb",9500 "linked-hash-map",9501 "log",9502 "parity-db",9503 "parity-scale-codec 3.1.5",9504 "parking_lot 0.12.1",9505 "sc-client-api",9506 "sc-state-db",9507 "sp-arithmetic",9508 "sp-blockchain",9509 "sp-core",9510 "sp-database",9511 "sp-runtime",9512 "sp-state-machine",9513 "sp-trie",9514]95159516[[package]]9517name = "sc-consensus"9518version = "0.10.0-dev"9519source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9520dependencies = [9521 "async-trait",9522 "futures 0.3.21",9523 "futures-timer",9524 "libp2p",9525 "log",9526 "parking_lot 0.12.1",9527 "sc-client-api",9528 "sc-utils",9529 "serde",9530 "sp-api",9531 "sp-blockchain",9532 "sp-consensus",9533 "sp-core",9534 "sp-runtime",9535 "sp-state-machine",9536 "substrate-prometheus-endpoint",9537 "thiserror",9538]95399540[[package]]9541name = "sc-consensus-aura"9542version = "0.10.0-dev"9543source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9544dependencies = [9545 "async-trait",9546 "futures 0.3.21",9547 "log",9548 "parity-scale-codec 3.1.5",9549 "sc-block-builder",9550 "sc-client-api",9551 "sc-consensus",9552 "sc-consensus-slots",9553 "sc-telemetry",9554 "sp-api",9555 "sp-application-crypto",9556 "sp-block-builder",9557 "sp-blockchain",9558 "sp-consensus",9559 "sp-consensus-aura",9560 "sp-consensus-slots",9561 "sp-core",9562 "sp-inherents",9563 "sp-keystore",9564 "sp-runtime",9565 "substrate-prometheus-endpoint",9566 "thiserror",9567]95689569[[package]]9570name = "sc-consensus-babe"9571version = "0.10.0-dev"9572source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9573dependencies = [9574 "async-trait",9575 "fork-tree",9576 "futures 0.3.21",9577 "log",9578 "merlin",9579 "num-bigint",9580 "num-rational 0.2.4",9581 "num-traits",9582 "parity-scale-codec 3.1.5",9583 "parking_lot 0.12.1",9584 "rand 0.7.3",9585 "retain_mut",9586 "sc-client-api",9587 "sc-consensus",9588 "sc-consensus-epochs",9589 "sc-consensus-slots",9590 "sc-keystore",9591 "sc-telemetry",9592 "schnorrkel",9593 "serde",9594 "sp-api",9595 "sp-application-crypto",9596 "sp-block-builder",9597 "sp-blockchain",9598 "sp-consensus",9599 "sp-consensus-babe",9600 "sp-consensus-slots",9601 "sp-consensus-vrf",9602 "sp-core",9603 "sp-inherents",9604 "sp-io",9605 "sp-keystore",9606 "sp-runtime",9607 "sp-version",9608 "substrate-prometheus-endpoint",9609 "thiserror",9610]96119612[[package]]9613name = "sc-consensus-babe-rpc"9614version = "0.10.0-dev"9615source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9616dependencies = [9617 "futures 0.3.21",9618 "jsonrpsee",9619 "sc-consensus-babe",9620 "sc-consensus-epochs",9621 "sc-rpc-api",9622 "serde",9623 "sp-api",9624 "sp-application-crypto",9625 "sp-blockchain",9626 "sp-consensus",9627 "sp-consensus-babe",9628 "sp-core",9629 "sp-keystore",9630 "sp-runtime",9631 "thiserror",9632]96339634[[package]]9635name = "sc-consensus-epochs"9636version = "0.10.0-dev"9637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9638dependencies = [9639 "fork-tree",9640 "parity-scale-codec 3.1.5",9641 "sc-client-api",9642 "sc-consensus",9643 "sp-blockchain",9644 "sp-runtime",9645]96469647[[package]]9648name = "sc-consensus-manual-seal"9649version = "0.10.0-dev"9650source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9651dependencies = [9652 "assert_matches",9653 "async-trait",9654 "futures 0.3.21",9655 "jsonrpsee",9656 "log",9657 "parity-scale-codec 3.1.5",9658 "sc-client-api",9659 "sc-consensus",9660 "sc-consensus-aura",9661 "sc-consensus-babe",9662 "sc-consensus-epochs",9663 "sc-transaction-pool",9664 "sc-transaction-pool-api",9665 "serde",9666 "sp-api",9667 "sp-blockchain",9668 "sp-consensus",9669 "sp-consensus-aura",9670 "sp-consensus-babe",9671 "sp-consensus-slots",9672 "sp-core",9673 "sp-inherents",9674 "sp-keystore",9675 "sp-runtime",9676 "sp-timestamp",9677 "substrate-prometheus-endpoint",9678 "thiserror",9679]96809681[[package]]9682name = "sc-consensus-slots"9683version = "0.10.0-dev"9684source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9685dependencies = [9686 "async-trait",9687 "futures 0.3.21",9688 "futures-timer",9689 "log",9690 "parity-scale-codec 3.1.5",9691 "sc-client-api",9692 "sc-consensus",9693 "sc-telemetry",9694 "sp-arithmetic",9695 "sp-blockchain",9696 "sp-consensus",9697 "sp-consensus-slots",9698 "sp-core",9699 "sp-inherents",9700 "sp-runtime",9701 "sp-state-machine",9702 "sp-timestamp",9703 "thiserror",9704]97059706[[package]]9707name = "sc-consensus-uncles"9708version = "0.10.0-dev"9709source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9710dependencies = [9711 "sc-client-api",9712 "sp-authorship",9713 "sp-runtime",9714 "thiserror",9715]97169717[[package]]9718name = "sc-executor"9719version = "0.10.0-dev"9720source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9721dependencies = [9722 "lazy_static",9723 "lru 0.7.7",9724 "parity-scale-codec 3.1.5",9725 "parking_lot 0.12.1",9726 "sc-executor-common",9727 "sc-executor-wasmi",9728 "sc-executor-wasmtime",9729 "sp-api",9730 "sp-core",9731 "sp-core-hashing-proc-macro",9732 "sp-externalities",9733 "sp-io",9734 "sp-panic-handler",9735 "sp-runtime-interface",9736 "sp-tasks",9737 "sp-trie",9738 "sp-version",9739 "sp-wasm-interface",9740 "tracing",9741 "wasmi",9742]97439744[[package]]9745name = "sc-executor-common"9746version = "0.10.0-dev"9747source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9748dependencies = [9749 "environmental",9750 "parity-scale-codec 3.1.5",9751 "sc-allocator",9752 "sp-maybe-compressed-blob",9753 "sp-sandbox",9754 "sp-serializer",9755 "sp-wasm-interface",9756 "thiserror",9757 "wasm-instrument",9758 "wasmi",9759]97609761[[package]]9762name = "sc-executor-wasmi"9763version = "0.10.0-dev"9764source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9765dependencies = [9766 "log",9767 "parity-scale-codec 3.1.5",9768 "sc-allocator",9769 "sc-executor-common",9770 "sp-runtime-interface",9771 "sp-sandbox",9772 "sp-wasm-interface",9773 "wasmi",9774]97759776[[package]]9777name = "sc-executor-wasmtime"9778version = "0.10.0-dev"9779source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9780dependencies = [9781 "cfg-if 1.0.0",9782 "libc",9783 "log",9784 "parity-scale-codec 3.1.5",9785 "parity-wasm 0.42.2",9786 "sc-allocator",9787 "sc-executor-common",9788 "sp-runtime-interface",9789 "sp-sandbox",9790 "sp-wasm-interface",9791 "wasmtime",9792]97939794[[package]]9795name = "sc-finality-grandpa"9796version = "0.10.0-dev"9797source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9798dependencies = [9799 "ahash",9800 "async-trait",9801 "dyn-clone",9802 "finality-grandpa",9803 "fork-tree",9804 "futures 0.3.21",9805 "futures-timer",9806 "hex",9807 "log",9808 "parity-scale-codec 3.1.5",9809 "parking_lot 0.12.1",9810 "rand 0.8.5",9811 "sc-block-builder",9812 "sc-chain-spec",9813 "sc-client-api",9814 "sc-consensus",9815 "sc-keystore",9816 "sc-network",9817 "sc-network-gossip",9818 "sc-telemetry",9819 "sc-utils",9820 "serde_json",9821 "sp-api",9822 "sp-application-crypto",9823 "sp-arithmetic",9824 "sp-blockchain",9825 "sp-consensus",9826 "sp-core",9827 "sp-finality-grandpa",9828 "sp-keystore",9829 "sp-runtime",9830 "substrate-prometheus-endpoint",9831 "thiserror",9832]98339834[[package]]9835name = "sc-finality-grandpa-rpc"9836version = "0.10.0-dev"9837source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9838dependencies = [9839 "finality-grandpa",9840 "futures 0.3.21",9841 "jsonrpsee",9842 "log",9843 "parity-scale-codec 3.1.5",9844 "sc-client-api",9845 "sc-finality-grandpa",9846 "sc-rpc",9847 "serde",9848 "serde_json",9849 "sp-blockchain",9850 "sp-core",9851 "sp-runtime",9852 "thiserror",9853]98549855[[package]]9856name = "sc-informant"9857version = "0.10.0-dev"9858source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9859dependencies = [9860 "ansi_term",9861 "futures 0.3.21",9862 "futures-timer",9863 "log",9864 "parity-util-mem",9865 "sc-client-api",9866 "sc-network",9867 "sc-transaction-pool-api",9868 "sp-blockchain",9869 "sp-runtime",9870]98719872[[package]]9873name = "sc-keystore"9874version = "4.0.0-dev"9875source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9876dependencies = [9877 "async-trait",9878 "hex",9879 "parking_lot 0.12.1",9880 "serde_json",9881 "sp-application-crypto",9882 "sp-core",9883 "sp-keystore",9884 "thiserror",9885]98869887[[package]]9888name = "sc-network"9889version = "0.10.0-dev"9890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9891dependencies = [9892 "async-trait",9893 "asynchronous-codec",9894 "bitflags",9895 "bytes 1.1.0",9896 "cid",9897 "either",9898 "fnv",9899 "fork-tree",9900 "futures 0.3.21",9901 "futures-timer",9902 "hex",9903 "ip_network",9904 "libp2p",9905 "linked-hash-map",9906 "linked_hash_set",9907 "log",9908 "lru 0.7.7",9909 "parity-scale-codec 3.1.5",9910 "parking_lot 0.12.1",9911 "pin-project 1.0.10",9912 "prost",9913 "prost-build",9914 "rand 0.7.3",9915 "sc-block-builder",9916 "sc-client-api",9917 "sc-consensus",9918 "sc-network-common",9919 "sc-network-sync",9920 "sc-peerset",9921 "sc-utils",9922 "serde",9923 "serde_json",9924 "smallvec",9925 "sp-arithmetic",9926 "sp-blockchain",9927 "sp-consensus",9928 "sp-core",9929 "sp-finality-grandpa",9930 "sp-runtime",9931 "substrate-prometheus-endpoint",9932 "thiserror",9933 "unsigned-varint",9934 "void",9935 "zeroize",9936]99379938[[package]]9939name = "sc-network-common"9940version = "0.10.0-dev"9941source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9942dependencies = [9943 "futures 0.3.21",9944 "libp2p",9945 "parity-scale-codec 3.1.5",9946 "prost-build",9947 "sc-peerset",9948 "smallvec",9949]99509951[[package]]9952name = "sc-network-gossip"9953version = "0.10.0-dev"9954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9955dependencies = [9956 "ahash",9957 "futures 0.3.21",9958 "futures-timer",9959 "libp2p",9960 "log",9961 "lru 0.7.7",9962 "sc-network",9963 "sp-runtime",9964 "substrate-prometheus-endpoint",9965 "tracing",9966]99679968[[package]]9969name = "sc-network-sync"9970version = "0.10.0-dev"9971source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"9972dependencies = [9973 "bitflags",9974 "either",9975 "fork-tree",9976 "futures 0.3.21",9977 "libp2p",9978 "log",9979 "lru 0.7.7",9980 "parity-scale-codec 3.1.5",9981 "prost",9982 "prost-build",9983 "sc-client-api",9984 "sc-consensus",9985 "sc-network-common",9986 "sc-peerset",9987 "smallvec",9988 "sp-arithmetic",9989 "sp-blockchain",9990 "sp-consensus",9991 "sp-core",9992 "sp-finality-grandpa",9993 "sp-runtime",9994 "thiserror",9995]99969997[[package]]9998name = "sc-offchain"9999version = "4.0.0-dev"10000source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10001dependencies = [10002 "bytes 1.1.0",10003 "fnv",10004 "futures 0.3.21",10005 "futures-timer",10006 "hex",10007 "hyper",10008 "hyper-rustls",10009 "num_cpus",10010 "once_cell",10011 "parity-scale-codec 3.1.5",10012 "parking_lot 0.12.1",10013 "rand 0.7.3",10014 "sc-client-api",10015 "sc-network",10016 "sc-utils",10017 "sp-api",10018 "sp-core",10019 "sp-offchain",10020 "sp-runtime",10021 "threadpool",10022 "tracing",10023]1002410025[[package]]10026name = "sc-peerset"10027version = "4.0.0-dev"10028source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10029dependencies = [10030 "futures 0.3.21",10031 "libp2p",10032 "log",10033 "sc-utils",10034 "serde_json",10035 "wasm-timer",10036]1003710038[[package]]10039name = "sc-proposer-metrics"10040version = "0.10.0-dev"10041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10042dependencies = [10043 "log",10044 "substrate-prometheus-endpoint",10045]1004610047[[package]]10048name = "sc-rpc"10049version = "4.0.0-dev"10050source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10051dependencies = [10052 "futures 0.3.21",10053 "hash-db",10054 "jsonrpsee",10055 "log",10056 "parity-scale-codec 3.1.5",10057 "parking_lot 0.12.1",10058 "sc-block-builder",10059 "sc-chain-spec",10060 "sc-client-api",10061 "sc-rpc-api",10062 "sc-tracing",10063 "sc-transaction-pool-api",10064 "sc-utils",10065 "serde_json",10066 "sp-api",10067 "sp-blockchain",10068 "sp-core",10069 "sp-keystore",10070 "sp-offchain",10071 "sp-rpc",10072 "sp-runtime",10073 "sp-session",10074 "sp-version",10075]1007610077[[package]]10078name = "sc-rpc-api"10079version = "0.10.0-dev"10080source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10081dependencies = [10082 "futures 0.3.21",10083 "jsonrpsee",10084 "log",10085 "parity-scale-codec 3.1.5",10086 "parking_lot 0.12.1",10087 "sc-chain-spec",10088 "sc-transaction-pool-api",10089 "scale-info",10090 "serde",10091 "serde_json",10092 "sp-core",10093 "sp-rpc",10094 "sp-runtime",10095 "sp-tracing",10096 "sp-version",10097 "thiserror",10098]1009910100[[package]]10101name = "sc-rpc-server"10102version = "4.0.0-dev"10103source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10104dependencies = [10105 "futures 0.3.21",10106 "jsonrpsee",10107 "log",10108 "serde_json",10109 "substrate-prometheus-endpoint",10110 "tokio 1.19.2",10111]1011210113[[package]]10114name = "sc-service"10115version = "0.10.0-dev"10116source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10117dependencies = [10118 "async-trait",10119 "directories",10120 "exit-future",10121 "futures 0.3.21",10122 "futures-timer",10123 "hash-db",10124 "jsonrpsee",10125 "log",10126 "parity-scale-codec 3.1.5",10127 "parity-util-mem",10128 "parking_lot 0.12.1",10129 "pin-project 1.0.10",10130 "rand 0.7.3",10131 "sc-block-builder",10132 "sc-chain-spec",10133 "sc-client-api",10134 "sc-client-db",10135 "sc-consensus",10136 "sc-executor",10137 "sc-informant",10138 "sc-keystore",10139 "sc-network",10140 "sc-network-common",10141 "sc-offchain",10142 "sc-rpc",10143 "sc-rpc-server",10144 "sc-sysinfo",10145 "sc-telemetry",10146 "sc-tracing",10147 "sc-transaction-pool",10148 "sc-transaction-pool-api",10149 "sc-utils",10150 "serde",10151 "serde_json",10152 "sp-api",10153 "sp-application-crypto",10154 "sp-block-builder",10155 "sp-blockchain",10156 "sp-consensus",10157 "sp-core",10158 "sp-externalities",10159 "sp-inherents",10160 "sp-keystore",10161 "sp-runtime",10162 "sp-session",10163 "sp-state-machine",10164 "sp-storage",10165 "sp-tracing",10166 "sp-transaction-pool",10167 "sp-transaction-storage-proof",10168 "sp-trie",10169 "sp-version",10170 "substrate-prometheus-endpoint",10171 "tempfile",10172 "thiserror",10173 "tokio 1.19.2",10174 "tracing",10175 "tracing-futures",10176]1017710178[[package]]10179name = "sc-state-db"10180version = "0.10.0-dev"10181source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10182dependencies = [10183 "log",10184 "parity-scale-codec 3.1.5",10185 "parity-util-mem",10186 "parity-util-mem-derive",10187 "parking_lot 0.12.1",10188 "sc-client-api",10189 "sp-core",10190]1019110192[[package]]10193name = "sc-sync-state-rpc"10194version = "0.10.0-dev"10195source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10196dependencies = [10197 "jsonrpsee",10198 "parity-scale-codec 3.1.5",10199 "sc-chain-spec",10200 "sc-client-api",10201 "sc-consensus-babe",10202 "sc-consensus-epochs",10203 "sc-finality-grandpa",10204 "serde",10205 "serde_json",10206 "sp-blockchain",10207 "sp-runtime",10208 "thiserror",10209]1021010211[[package]]10212name = "sc-sysinfo"10213version = "6.0.0-dev"10214source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10215dependencies = [10216 "futures 0.3.21",10217 "libc",10218 "log",10219 "rand 0.7.3",10220 "rand_pcg 0.2.1",10221 "regex",10222 "sc-telemetry",10223 "serde",10224 "serde_json",10225 "sp-core",10226 "sp-io",10227 "sp-std",10228]1022910230[[package]]10231name = "sc-telemetry"10232version = "4.0.0-dev"10233source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10234dependencies = [10235 "chrono",10236 "futures 0.3.21",10237 "libp2p",10238 "log",10239 "parking_lot 0.12.1",10240 "pin-project 1.0.10",10241 "rand 0.7.3",10242 "serde",10243 "serde_json",10244 "thiserror",10245 "wasm-timer",10246]1024710248[[package]]10249name = "sc-tracing"10250version = "4.0.0-dev"10251source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10252dependencies = [10253 "ansi_term",10254 "atty",10255 "chrono",10256 "lazy_static",10257 "libc",10258 "log",10259 "once_cell",10260 "parking_lot 0.12.1",10261 "regex",10262 "rustc-hash",10263 "sc-client-api",10264 "sc-rpc-server",10265 "sc-tracing-proc-macro",10266 "serde",10267 "sp-api",10268 "sp-blockchain",10269 "sp-core",10270 "sp-rpc",10271 "sp-runtime",10272 "sp-tracing",10273 "thiserror",10274 "tracing",10275 "tracing-log",10276 "tracing-subscriber",10277]1027810279[[package]]10280name = "sc-tracing-proc-macro"10281version = "4.0.0-dev"10282source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10283dependencies = [10284 "proc-macro-crate",10285 "proc-macro2",10286 "quote",10287 "syn",10288]1028910290[[package]]10291name = "sc-transaction-pool"10292version = "4.0.0-dev"10293source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10294dependencies = [10295 "futures 0.3.21",10296 "futures-timer",10297 "linked-hash-map",10298 "log",10299 "parity-scale-codec 3.1.5",10300 "parity-util-mem",10301 "parking_lot 0.12.1",10302 "retain_mut",10303 "sc-client-api",10304 "sc-transaction-pool-api",10305 "sc-utils",10306 "serde",10307 "sp-api",10308 "sp-blockchain",10309 "sp-core",10310 "sp-runtime",10311 "sp-tracing",10312 "sp-transaction-pool",10313 "substrate-prometheus-endpoint",10314 "thiserror",10315]1031610317[[package]]10318name = "sc-transaction-pool-api"10319version = "4.0.0-dev"10320source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10321dependencies = [10322 "futures 0.3.21",10323 "log",10324 "serde",10325 "sp-blockchain",10326 "sp-runtime",10327 "thiserror",10328]1032910330[[package]]10331name = "sc-utils"10332version = "4.0.0-dev"10333source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10334dependencies = [10335 "futures 0.3.21",10336 "futures-timer",10337 "lazy_static",10338 "log",10339 "parking_lot 0.12.1",10340 "prometheus",10341]1034210343[[package]]10344name = "scale-info"10345version = "2.1.2"10346source = "registry+https://github.com/rust-lang/crates.io-index"10347checksum = "c46be926081c9f4dd5dd9b6f1d3e3229f2360bc6502dd8836f84a93b7c75e99a"10348dependencies = [10349 "bitvec 1.0.0",10350 "cfg-if 1.0.0",10351 "derive_more",10352 "parity-scale-codec 3.1.5",10353 "scale-info-derive",10354 "serde",10355]1035610357[[package]]10358name = "scale-info-derive"10359version = "2.1.2"10360source = "registry+https://github.com/rust-lang/crates.io-index"10361checksum = "50e334bb10a245e28e5fd755cabcafd96cfcd167c99ae63a46924ca8d8703a3c"10362dependencies = [10363 "proc-macro-crate",10364 "proc-macro2",10365 "quote",10366 "syn",10367]1036810369[[package]]10370name = "schannel"10371version = "0.1.20"10372source = "registry+https://github.com/rust-lang/crates.io-index"10373checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"10374dependencies = [10375 "lazy_static",10376 "windows-sys",10377]1037810379[[package]]10380name = "schnorrkel"10381version = "0.9.1"10382source = "registry+https://github.com/rust-lang/crates.io-index"10383checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10384dependencies = [10385 "arrayref",10386 "arrayvec 0.5.2",10387 "curve25519-dalek 2.1.3",10388 "getrandom 0.1.16",10389 "merlin",10390 "rand 0.7.3",10391 "rand_core 0.5.1",10392 "sha2 0.8.2",10393 "subtle",10394 "zeroize",10395]1039610397[[package]]10398name = "scopeguard"10399version = "1.1.0"10400source = "registry+https://github.com/rust-lang/crates.io-index"10401checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1040210403[[package]]10404name = "sct"10405version = "0.6.1"10406source = "registry+https://github.com/rust-lang/crates.io-index"10407checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"10408dependencies = [10409 "ring",10410 "untrusted",10411]1041210413[[package]]10414name = "sct"10415version = "0.7.0"10416source = "registry+https://github.com/rust-lang/crates.io-index"10417checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10418dependencies = [10419 "ring",10420 "untrusted",10421]1042210423[[package]]10424name = "sec1"10425version = "0.2.1"10426source = "registry+https://github.com/rust-lang/crates.io-index"10427checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1"10428dependencies = [10429 "der",10430 "generic-array 0.14.5",10431 "subtle",10432 "zeroize",10433]1043410435[[package]]10436name = "secp256k1"10437version = "0.21.3"10438source = "registry+https://github.com/rust-lang/crates.io-index"10439checksum = "9c42e6f1735c5f00f51e43e28d6634141f2bcad10931b2609ddd74a86d751260"10440dependencies = [10441 "secp256k1-sys",10442]1044310444[[package]]10445name = "secp256k1-sys"10446version = "0.4.2"10447source = "registry+https://github.com/rust-lang/crates.io-index"10448checksum = "957da2573cde917463ece3570eab4a0b3f19de6f1646cde62e6fd3868f566036"10449dependencies = [10450 "cc",10451]1045210453[[package]]10454name = "secrecy"10455version = "0.8.0"10456source = "registry+https://github.com/rust-lang/crates.io-index"10457checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10458dependencies = [10459 "zeroize",10460]1046110462[[package]]10463name = "security-framework"10464version = "2.6.1"10465source = "registry+https://github.com/rust-lang/crates.io-index"10466checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"10467dependencies = [10468 "bitflags",10469 "core-foundation",10470 "core-foundation-sys",10471 "libc",10472 "security-framework-sys",10473]1047410475[[package]]10476name = "security-framework-sys"10477version = "2.6.1"10478source = "registry+https://github.com/rust-lang/crates.io-index"10479checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"10480dependencies = [10481 "core-foundation-sys",10482 "libc",10483]1048410485[[package]]10486name = "semver"10487version = "0.6.0"10488source = "registry+https://github.com/rust-lang/crates.io-index"10489checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10490dependencies = [10491 "semver-parser",10492]1049310494[[package]]10495name = "semver"10496version = "0.9.0"10497source = "registry+https://github.com/rust-lang/crates.io-index"10498checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10499dependencies = [10500 "semver-parser",10501]1050210503[[package]]10504name = "semver"10505version = "1.0.10"10506source = "registry+https://github.com/rust-lang/crates.io-index"10507checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"10508dependencies = [10509 "serde",10510]1051110512[[package]]10513name = "semver-parser"10514version = "0.7.0"10515source = "registry+https://github.com/rust-lang/crates.io-index"10516checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1051710518[[package]]10519name = "serde"10520version = "1.0.137"10521source = "registry+https://github.com/rust-lang/crates.io-index"10522checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"10523dependencies = [10524 "serde_derive",10525]1052610527[[package]]10528name = "serde_derive"10529version = "1.0.137"10530source = "registry+https://github.com/rust-lang/crates.io-index"10531checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"10532dependencies = [10533 "proc-macro2",10534 "quote",10535 "syn",10536]1053710538[[package]]10539name = "serde_json"10540version = "1.0.81"10541source = "registry+https://github.com/rust-lang/crates.io-index"10542checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"10543dependencies = [10544 "itoa 1.0.2",10545 "ryu",10546 "serde",10547]1054810549[[package]]10550name = "serde_nanos"10551version = "0.1.2"10552source = "registry+https://github.com/rust-lang/crates.io-index"10553checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10554dependencies = [10555 "serde",10556]1055710558[[package]]10559name = "sha-1"10560version = "0.8.2"10561source = "registry+https://github.com/rust-lang/crates.io-index"10562checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"10563dependencies = [10564 "block-buffer 0.7.3",10565 "digest 0.8.1",10566 "fake-simd",10567 "opaque-debug 0.2.3",10568]1056910570[[package]]10571name = "sha-1"10572version = "0.9.8"10573source = "registry+https://github.com/rust-lang/crates.io-index"10574checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10575dependencies = [10576 "block-buffer 0.9.0",10577 "cfg-if 1.0.0",10578 "cpufeatures",10579 "digest 0.9.0",10580 "opaque-debug 0.3.0",10581]1058210583[[package]]10584name = "sha2"10585version = "0.8.2"10586source = "registry+https://github.com/rust-lang/crates.io-index"10587checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10588dependencies = [10589 "block-buffer 0.7.3",10590 "digest 0.8.1",10591 "fake-simd",10592 "opaque-debug 0.2.3",10593]1059410595[[package]]10596name = "sha2"10597version = "0.9.9"10598source = "registry+https://github.com/rust-lang/crates.io-index"10599checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10600dependencies = [10601 "block-buffer 0.9.0",10602 "cfg-if 1.0.0",10603 "cpufeatures",10604 "digest 0.9.0",10605 "opaque-debug 0.3.0",10606]1060710608[[package]]10609name = "sha2"10610version = "0.10.2"10611source = "registry+https://github.com/rust-lang/crates.io-index"10612checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"10613dependencies = [10614 "cfg-if 1.0.0",10615 "cpufeatures",10616 "digest 0.10.3",10617]1061810619[[package]]10620name = "sha3"10621version = "0.9.1"10622source = "registry+https://github.com/rust-lang/crates.io-index"10623checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"10624dependencies = [10625 "block-buffer 0.9.0",10626 "digest 0.9.0",10627 "keccak",10628 "opaque-debug 0.3.0",10629]1063010631[[package]]10632name = "sha3"10633version = "0.10.1"10634source = "registry+https://github.com/rust-lang/crates.io-index"10635checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"10636dependencies = [10637 "digest 0.10.3",10638 "keccak",10639]1064010641[[package]]10642name = "sharded-slab"10643version = "0.1.4"10644source = "registry+https://github.com/rust-lang/crates.io-index"10645checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10646dependencies = [10647 "lazy_static",10648]1064910650[[package]]10651name = "shlex"10652version = "1.1.0"10653source = "registry+https://github.com/rust-lang/crates.io-index"10654checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1065510656[[package]]10657name = "signal-hook"10658version = "0.3.14"10659source = "registry+https://github.com/rust-lang/crates.io-index"10660checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10661dependencies = [10662 "libc",10663 "signal-hook-registry",10664]1066510666[[package]]10667name = "signal-hook-registry"10668version = "1.4.0"10669source = "registry+https://github.com/rust-lang/crates.io-index"10670checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10671dependencies = [10672 "libc",10673]1067410675[[package]]10676name = "signature"10677version = "1.4.0"10678source = "registry+https://github.com/rust-lang/crates.io-index"10679checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"10680dependencies = [10681 "digest 0.9.0",10682 "rand_core 0.6.3",10683]1068410685[[package]]10686name = "simba"10687version = "0.5.1"10688source = "registry+https://github.com/rust-lang/crates.io-index"10689checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10690dependencies = [10691 "approx",10692 "num-complex",10693 "num-traits",10694 "paste",10695]1069610697[[package]]10698name = "slab"10699version = "0.4.6"10700source = "registry+https://github.com/rust-lang/crates.io-index"10701checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"1070210703[[package]]10704name = "slot-range-helper"10705version = "0.9.22"10706source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"10707dependencies = [10708 "enumn",10709 "parity-scale-codec 3.1.5",10710 "paste",10711 "sp-runtime",10712 "sp-std",10713]1071410715[[package]]10716name = "slotmap"10717version = "1.0.6"10718source = "registry+https://github.com/rust-lang/crates.io-index"10719checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10720dependencies = [10721 "version_check",10722]1072310724[[package]]10725name = "smallvec"10726version = "1.8.0"10727source = "registry+https://github.com/rust-lang/crates.io-index"10728checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"1072910730[[package]]10731name = "snap"10732version = "1.0.5"10733source = "registry+https://github.com/rust-lang/crates.io-index"10734checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451"1073510736[[package]]10737name = "snow"10738version = "0.9.0"10739source = "registry+https://github.com/rust-lang/crates.io-index"10740checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10741dependencies = [10742 "aes-gcm",10743 "blake2",10744 "chacha20poly1305",10745 "curve25519-dalek 4.0.0-pre.1",10746 "rand_core 0.6.3",10747 "ring",10748 "rustc_version 0.4.0",10749 "sha2 0.10.2",10750 "subtle",10751]1075210753[[package]]10754name = "socket2"10755version = "0.4.4"10756source = "registry+https://github.com/rust-lang/crates.io-index"10757checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"10758dependencies = [10759 "libc",10760 "winapi",10761]1076210763[[package]]10764name = "soketto"10765version = "0.7.1"10766source = "registry+https://github.com/rust-lang/crates.io-index"10767checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10768dependencies = [10769 "base64",10770 "bytes 1.1.0",10771 "flate2",10772 "futures 0.3.21",10773 "httparse",10774 "log",10775 "rand 0.8.5",10776 "sha-1 0.9.8",10777]1077810779[[package]]10780name = "sp-api"10781version = "4.0.0-dev"10782source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10783dependencies = [10784 "hash-db",10785 "log",10786 "parity-scale-codec 3.1.5",10787 "sp-api-proc-macro",10788 "sp-core",10789 "sp-runtime",10790 "sp-state-machine",10791 "sp-std",10792 "sp-version",10793 "thiserror",10794]1079510796[[package]]10797name = "sp-api-proc-macro"10798version = "4.0.0-dev"10799source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10800dependencies = [10801 "blake2",10802 "proc-macro-crate",10803 "proc-macro2",10804 "quote",10805 "syn",10806]1080710808[[package]]10809name = "sp-application-crypto"10810version = "6.0.0"10811source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10812dependencies = [10813 "parity-scale-codec 3.1.5",10814 "scale-info",10815 "serde",10816 "sp-core",10817 "sp-io",10818 "sp-std",10819]1082010821[[package]]10822name = "sp-arithmetic"10823version = "5.0.0"10824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10825dependencies = [10826 "integer-sqrt",10827 "num-traits",10828 "parity-scale-codec 3.1.5",10829 "scale-info",10830 "serde",10831 "sp-debug-derive",10832 "sp-std",10833 "static_assertions",10834]1083510836[[package]]10837name = "sp-authority-discovery"10838version = "4.0.0-dev"10839source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10840dependencies = [10841 "parity-scale-codec 3.1.5",10842 "scale-info",10843 "sp-api",10844 "sp-application-crypto",10845 "sp-runtime",10846 "sp-std",10847]1084810849[[package]]10850name = "sp-authorship"10851version = "4.0.0-dev"10852source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10853dependencies = [10854 "async-trait",10855 "parity-scale-codec 3.1.5",10856 "sp-inherents",10857 "sp-runtime",10858 "sp-std",10859]1086010861[[package]]10862name = "sp-block-builder"10863version = "4.0.0-dev"10864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10865dependencies = [10866 "parity-scale-codec 3.1.5",10867 "sp-api",10868 "sp-inherents",10869 "sp-runtime",10870 "sp-std",10871]1087210873[[package]]10874name = "sp-blockchain"10875version = "4.0.0-dev"10876source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10877dependencies = [10878 "futures 0.3.21",10879 "log",10880 "lru 0.7.7",10881 "parity-scale-codec 3.1.5",10882 "parking_lot 0.12.1",10883 "sp-api",10884 "sp-consensus",10885 "sp-database",10886 "sp-runtime",10887 "sp-state-machine",10888 "thiserror",10889]1089010891[[package]]10892name = "sp-consensus"10893version = "0.10.0-dev"10894source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10895dependencies = [10896 "async-trait",10897 "futures 0.3.21",10898 "futures-timer",10899 "log",10900 "parity-scale-codec 3.1.5",10901 "sp-core",10902 "sp-inherents",10903 "sp-runtime",10904 "sp-state-machine",10905 "sp-std",10906 "sp-version",10907 "thiserror",10908]1090910910[[package]]10911name = "sp-consensus-aura"10912version = "0.10.0-dev"10913source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10914dependencies = [10915 "async-trait",10916 "parity-scale-codec 3.1.5",10917 "scale-info",10918 "sp-api",10919 "sp-application-crypto",10920 "sp-consensus",10921 "sp-consensus-slots",10922 "sp-inherents",10923 "sp-runtime",10924 "sp-std",10925 "sp-timestamp",10926]1092710928[[package]]10929name = "sp-consensus-babe"10930version = "0.10.0-dev"10931source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10932dependencies = [10933 "async-trait",10934 "merlin",10935 "parity-scale-codec 3.1.5",10936 "scale-info",10937 "serde",10938 "sp-api",10939 "sp-application-crypto",10940 "sp-consensus",10941 "sp-consensus-slots",10942 "sp-consensus-vrf",10943 "sp-core",10944 "sp-inherents",10945 "sp-keystore",10946 "sp-runtime",10947 "sp-std",10948 "sp-timestamp",10949]1095010951[[package]]10952name = "sp-consensus-slots"10953version = "0.10.0-dev"10954source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10955dependencies = [10956 "parity-scale-codec 3.1.5",10957 "scale-info",10958 "serde",10959 "sp-arithmetic",10960 "sp-runtime",10961 "sp-std",10962 "sp-timestamp",10963]1096410965[[package]]10966name = "sp-consensus-vrf"10967version = "0.10.0-dev"10968source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10969dependencies = [10970 "parity-scale-codec 3.1.5",10971 "scale-info",10972 "schnorrkel",10973 "sp-core",10974 "sp-runtime",10975 "sp-std",10976]1097710978[[package]]10979name = "sp-core"10980version = "6.0.0"10981source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"10982dependencies = [10983 "base58",10984 "bitflags",10985 "blake2-rfc",10986 "byteorder",10987 "dyn-clonable",10988 "ed25519-dalek",10989 "futures 0.3.21",10990 "hash-db",10991 "hash256-std-hasher",10992 "hex",10993 "impl-serde",10994 "lazy_static",10995 "libsecp256k1",10996 "log",10997 "merlin",10998 "num-traits",10999 "parity-scale-codec 3.1.5",11000 "parity-util-mem",11001 "parking_lot 0.12.1",11002 "primitive-types",11003 "rand 0.7.3",11004 "regex",11005 "scale-info",11006 "schnorrkel",11007 "secp256k1",11008 "secrecy",11009 "serde",11010 "sp-core-hashing",11011 "sp-debug-derive",11012 "sp-externalities",11013 "sp-runtime-interface",11014 "sp-std",11015 "sp-storage",11016 "ss58-registry",11017 "substrate-bip39",11018 "thiserror",11019 "tiny-bip39",11020 "wasmi",11021 "zeroize",11022]1102311024[[package]]11025name = "sp-core-hashing"11026version = "4.0.0"11027source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11028dependencies = [11029 "blake2",11030 "byteorder",11031 "digest 0.10.3",11032 "sha2 0.10.2",11033 "sha3 0.10.1",11034 "sp-std",11035 "twox-hash",11036]1103711038[[package]]11039name = "sp-core-hashing-proc-macro"11040version = "5.0.0"11041source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11042dependencies = [11043 "proc-macro2",11044 "quote",11045 "sp-core-hashing",11046 "syn",11047]1104811049[[package]]11050name = "sp-database"11051version = "4.0.0-dev"11052source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11053dependencies = [11054 "kvdb",11055 "parking_lot 0.12.1",11056]1105711058[[package]]11059name = "sp-debug-derive"11060version = "4.0.0"11061source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11062dependencies = [11063 "proc-macro2",11064 "quote",11065 "syn",11066]1106711068[[package]]11069name = "sp-externalities"11070version = "0.12.0"11071source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11072dependencies = [11073 "environmental",11074 "parity-scale-codec 3.1.5",11075 "sp-std",11076 "sp-storage",11077]1107811079[[package]]11080name = "sp-finality-grandpa"11081version = "4.0.0-dev"11082source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11083dependencies = [11084 "finality-grandpa",11085 "log",11086 "parity-scale-codec 3.1.5",11087 "scale-info",11088 "serde",11089 "sp-api",11090 "sp-application-crypto",11091 "sp-core",11092 "sp-keystore",11093 "sp-runtime",11094 "sp-std",11095]1109611097[[package]]11098name = "sp-inherents"11099version = "4.0.0-dev"11100source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11101dependencies = [11102 "async-trait",11103 "impl-trait-for-tuples",11104 "parity-scale-codec 3.1.5",11105 "sp-core",11106 "sp-runtime",11107 "sp-std",11108 "thiserror",11109]1111011111[[package]]11112name = "sp-io"11113version = "6.0.0"11114source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11115dependencies = [11116 "futures 0.3.21",11117 "hash-db",11118 "libsecp256k1",11119 "log",11120 "parity-scale-codec 3.1.5",11121 "parking_lot 0.12.1",11122 "secp256k1",11123 "sp-core",11124 "sp-externalities",11125 "sp-keystore",11126 "sp-runtime-interface",11127 "sp-state-machine",11128 "sp-std",11129 "sp-tracing",11130 "sp-trie",11131 "sp-wasm-interface",11132 "tracing",11133 "tracing-core",11134]1113511136[[package]]11137name = "sp-keyring"11138version = "6.0.0"11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11140dependencies = [11141 "lazy_static",11142 "sp-core",11143 "sp-runtime",11144 "strum 0.23.0",11145]1114611147[[package]]11148name = "sp-keystore"11149version = "0.12.0"11150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11151dependencies = [11152 "async-trait",11153 "futures 0.3.21",11154 "merlin",11155 "parity-scale-codec 3.1.5",11156 "parking_lot 0.12.1",11157 "schnorrkel",11158 "serde",11159 "sp-core",11160 "sp-externalities",11161 "thiserror",11162]1116311164[[package]]11165name = "sp-maybe-compressed-blob"11166version = "4.1.0-dev"11167source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11168dependencies = [11169 "thiserror",11170 "zstd",11171]1117211173[[package]]11174name = "sp-mmr-primitives"11175version = "4.0.0-dev"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11177dependencies = [11178 "log",11179 "parity-scale-codec 3.1.5",11180 "serde",11181 "sp-api",11182 "sp-core",11183 "sp-debug-derive",11184 "sp-runtime",11185 "sp-std",11186]1118711188[[package]]11189name = "sp-npos-elections"11190version = "4.0.0-dev"11191source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11192dependencies = [11193 "parity-scale-codec 3.1.5",11194 "scale-info",11195 "serde",11196 "sp-arithmetic",11197 "sp-core",11198 "sp-runtime",11199 "sp-std",11200]1120111202[[package]]11203name = "sp-offchain"11204version = "4.0.0-dev"11205source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11206dependencies = [11207 "sp-api",11208 "sp-core",11209 "sp-runtime",11210]1121111212[[package]]11213name = "sp-panic-handler"11214version = "4.0.0"11215source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11216dependencies = [11217 "backtrace",11218 "lazy_static",11219 "regex",11220]1122111222[[package]]11223name = "sp-rpc"11224version = "6.0.0"11225source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11226dependencies = [11227 "rustc-hash",11228 "serde",11229 "sp-core",11230]1123111232[[package]]11233name = "sp-runtime"11234version = "6.0.0"11235source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11236dependencies = [11237 "either",11238 "hash256-std-hasher",11239 "impl-trait-for-tuples",11240 "log",11241 "parity-scale-codec 3.1.5",11242 "parity-util-mem",11243 "paste",11244 "rand 0.7.3",11245 "scale-info",11246 "serde",11247 "sp-application-crypto",11248 "sp-arithmetic",11249 "sp-core",11250 "sp-io",11251 "sp-std",11252]1125311254[[package]]11255name = "sp-runtime-interface"11256version = "6.0.0"11257source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11258dependencies = [11259 "impl-trait-for-tuples",11260 "parity-scale-codec 3.1.5",11261 "primitive-types",11262 "sp-externalities",11263 "sp-runtime-interface-proc-macro",11264 "sp-std",11265 "sp-storage",11266 "sp-tracing",11267 "sp-wasm-interface",11268 "static_assertions",11269]1127011271[[package]]11272name = "sp-runtime-interface-proc-macro"11273version = "5.0.0"11274source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11275dependencies = [11276 "Inflector",11277 "proc-macro-crate",11278 "proc-macro2",11279 "quote",11280 "syn",11281]1128211283[[package]]11284name = "sp-sandbox"11285version = "0.10.0-dev"11286source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11287dependencies = [11288 "log",11289 "parity-scale-codec 3.1.5",11290 "sp-core",11291 "sp-io",11292 "sp-std",11293 "sp-wasm-interface",11294 "wasmi",11295]1129611297[[package]]11298name = "sp-serializer"11299version = "4.0.0-dev"11300source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11301dependencies = [11302 "serde",11303 "serde_json",11304]1130511306[[package]]11307name = "sp-session"11308version = "4.0.0-dev"11309source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11310dependencies = [11311 "parity-scale-codec 3.1.5",11312 "scale-info",11313 "sp-api",11314 "sp-core",11315 "sp-runtime",11316 "sp-staking",11317 "sp-std",11318]1131911320[[package]]11321name = "sp-staking"11322version = "4.0.0-dev"11323source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11324dependencies = [11325 "parity-scale-codec 3.1.5",11326 "scale-info",11327 "sp-runtime",11328 "sp-std",11329]1133011331[[package]]11332name = "sp-state-machine"11333version = "0.12.0"11334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11335dependencies = [11336 "hash-db",11337 "log",11338 "num-traits",11339 "parity-scale-codec 3.1.5",11340 "parking_lot 0.12.1",11341 "rand 0.7.3",11342 "smallvec",11343 "sp-core",11344 "sp-externalities",11345 "sp-panic-handler",11346 "sp-std",11347 "sp-trie",11348 "thiserror",11349 "tracing",11350 "trie-root",11351]1135211353[[package]]11354name = "sp-std"11355version = "4.0.0"11356source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"1135711358[[package]]11359name = "sp-storage"11360version = "6.0.0"11361source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11362dependencies = [11363 "impl-serde",11364 "parity-scale-codec 3.1.5",11365 "ref-cast",11366 "serde",11367 "sp-debug-derive",11368 "sp-std",11369]1137011371[[package]]11372name = "sp-tasks"11373version = "4.0.0-dev"11374source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11375dependencies = [11376 "log",11377 "sp-core",11378 "sp-externalities",11379 "sp-io",11380 "sp-runtime-interface",11381 "sp-std",11382]1138311384[[package]]11385name = "sp-timestamp"11386version = "4.0.0-dev"11387source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11388dependencies = [11389 "async-trait",11390 "futures-timer",11391 "log",11392 "parity-scale-codec 3.1.5",11393 "sp-api",11394 "sp-inherents",11395 "sp-runtime",11396 "sp-std",11397 "thiserror",11398]1139911400[[package]]11401name = "sp-tracing"11402version = "5.0.0"11403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11404dependencies = [11405 "parity-scale-codec 3.1.5",11406 "sp-std",11407 "tracing",11408 "tracing-core",11409 "tracing-subscriber",11410]1141111412[[package]]11413name = "sp-transaction-pool"11414version = "4.0.0-dev"11415source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11416dependencies = [11417 "sp-api",11418 "sp-runtime",11419]1142011421[[package]]11422name = "sp-transaction-storage-proof"11423version = "4.0.0-dev"11424source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11425dependencies = [11426 "async-trait",11427 "log",11428 "parity-scale-codec 3.1.5",11429 "scale-info",11430 "sp-core",11431 "sp-inherents",11432 "sp-runtime",11433 "sp-std",11434 "sp-trie",11435]1143611437[[package]]11438name = "sp-trie"11439version = "6.0.0"11440source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11441dependencies = [11442 "hash-db",11443 "memory-db",11444 "parity-scale-codec 3.1.5",11445 "scale-info",11446 "sp-core",11447 "sp-std",11448 "thiserror",11449 "trie-db",11450 "trie-root",11451]1145211453[[package]]11454name = "sp-version"11455version = "5.0.0"11456source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11457dependencies = [11458 "impl-serde",11459 "parity-scale-codec 3.1.5",11460 "parity-wasm 0.42.2",11461 "scale-info",11462 "serde",11463 "sp-core-hashing-proc-macro",11464 "sp-runtime",11465 "sp-std",11466 "sp-version-proc-macro",11467 "thiserror",11468]1146911470[[package]]11471name = "sp-version-proc-macro"11472version = "4.0.0-dev"11473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11474dependencies = [11475 "parity-scale-codec 3.1.5",11476 "proc-macro2",11477 "quote",11478 "syn",11479]1148011481[[package]]11482name = "sp-wasm-interface"11483version = "6.0.0"11484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11485dependencies = [11486 "impl-trait-for-tuples",11487 "log",11488 "parity-scale-codec 3.1.5",11489 "sp-std",11490 "wasmi",11491 "wasmtime",11492]1149311494[[package]]11495name = "spin"11496version = "0.5.2"11497source = "registry+https://github.com/rust-lang/crates.io-index"11498checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1149911500[[package]]11501name = "ss58-registry"11502version = "1.22.0"11503source = "registry+https://github.com/rust-lang/crates.io-index"11504checksum = "5d804c8d48aeab838be31570866fce1130d275b563d49af08b4927a0bd561e7c"11505dependencies = [11506 "Inflector",11507 "num-format",11508 "proc-macro2",11509 "quote",11510 "serde",11511 "serde_json",11512 "unicode-xid",11513]1151411515[[package]]11516name = "stable_deref_trait"11517version = "1.2.0"11518source = "registry+https://github.com/rust-lang/crates.io-index"11519checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1152011521[[package]]11522name = "static_assertions"11523version = "1.1.0"11524source = "registry+https://github.com/rust-lang/crates.io-index"11525checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1152611527[[package]]11528name = "static_init"11529version = "0.5.2"11530source = "registry+https://github.com/rust-lang/crates.io-index"11531checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11532dependencies = [11533 "cfg_aliases",11534 "libc",11535 "parking_lot 0.11.2",11536 "static_init_macro",11537]1153811539[[package]]11540name = "static_init_macro"11541version = "0.5.0"11542source = "registry+https://github.com/rust-lang/crates.io-index"11543checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11544dependencies = [11545 "cfg_aliases",11546 "memchr",11547 "proc-macro2",11548 "quote",11549 "syn",11550]1155111552[[package]]11553name = "statrs"11554version = "0.15.0"11555source = "registry+https://github.com/rust-lang/crates.io-index"11556checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11557dependencies = [11558 "approx",11559 "lazy_static",11560 "nalgebra",11561 "num-traits",11562 "rand 0.8.5",11563]1156411565[[package]]11566name = "strsim"11567version = "0.10.0"11568source = "registry+https://github.com/rust-lang/crates.io-index"11569checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1157011571[[package]]11572name = "struct-versioning"11573version = "0.1.0"11574dependencies = [11575 "quote",11576 "syn",11577]1157811579[[package]]11580name = "strum"11581version = "0.23.0"11582source = "registry+https://github.com/rust-lang/crates.io-index"11583checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"11584dependencies = [11585 "strum_macros 0.23.1",11586]1158711588[[package]]11589name = "strum"11590version = "0.24.1"11591source = "registry+https://github.com/rust-lang/crates.io-index"11592checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11593dependencies = [11594 "strum_macros 0.24.1",11595]1159611597[[package]]11598name = "strum_macros"11599version = "0.23.1"11600source = "registry+https://github.com/rust-lang/crates.io-index"11601checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38"11602dependencies = [11603 "heck 0.3.3",11604 "proc-macro2",11605 "quote",11606 "rustversion",11607 "syn",11608]1160911610[[package]]11611name = "strum_macros"11612version = "0.24.1"11613source = "registry+https://github.com/rust-lang/crates.io-index"11614checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"11615dependencies = [11616 "heck 0.4.0",11617 "proc-macro2",11618 "quote",11619 "rustversion",11620 "syn",11621]1162211623[[package]]11624name = "substrate-bip39"11625version = "0.4.4"11626source = "registry+https://github.com/rust-lang/crates.io-index"11627checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11628dependencies = [11629 "hmac 0.11.0",11630 "pbkdf2 0.8.0",11631 "schnorrkel",11632 "sha2 0.9.9",11633 "zeroize",11634]1163511636[[package]]11637name = "substrate-build-script-utils"11638version = "3.0.0"11639source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11640dependencies = [11641 "platforms",11642]1164311644[[package]]11645name = "substrate-frame-rpc-system"11646version = "4.0.0-dev"11647source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11648dependencies = [11649 "frame-system-rpc-runtime-api",11650 "futures 0.3.21",11651 "jsonrpsee",11652 "log",11653 "parity-scale-codec 3.1.5",11654 "sc-client-api",11655 "sc-rpc-api",11656 "sc-transaction-pool-api",11657 "serde_json",11658 "sp-api",11659 "sp-block-builder",11660 "sp-blockchain",11661 "sp-core",11662 "sp-runtime",11663]1166411665[[package]]11666name = "substrate-prometheus-endpoint"11667version = "0.10.0-dev"11668source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11669dependencies = [11670 "futures-util",11671 "hyper",11672 "log",11673 "prometheus",11674 "thiserror",11675 "tokio 1.19.2",11676]1167711678[[package]]11679name = "substrate-state-trie-migration-rpc"11680version = "4.0.0-dev"11681source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11682dependencies = [11683 "jsonrpsee",11684 "log",11685 "parity-scale-codec 3.1.5",11686 "sc-client-api",11687 "sc-rpc-api",11688 "scale-info",11689 "serde",11690 "sp-core",11691 "sp-io",11692 "sp-runtime",11693 "sp-state-machine",11694 "sp-std",11695 "sp-trie",11696 "trie-db",11697]1169811699[[package]]11700name = "substrate-test-client"11701version = "2.0.1"11702source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11703dependencies = [11704 "async-trait",11705 "futures 0.3.21",11706 "hex",11707 "parity-scale-codec 3.1.5",11708 "sc-client-api",11709 "sc-client-db",11710 "sc-consensus",11711 "sc-executor",11712 "sc-offchain",11713 "sc-service",11714 "serde",11715 "serde_json",11716 "sp-blockchain",11717 "sp-consensus",11718 "sp-core",11719 "sp-keyring",11720 "sp-keystore",11721 "sp-runtime",11722 "sp-state-machine",11723]1172411725[[package]]11726name = "substrate-test-utils"11727version = "4.0.0-dev"11728source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11729dependencies = [11730 "futures 0.3.21",11731 "substrate-test-utils-derive",11732 "tokio 1.19.2",11733]1173411735[[package]]11736name = "substrate-test-utils-derive"11737version = "0.10.0-dev"11738source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11739dependencies = [11740 "proc-macro-crate",11741 "proc-macro2",11742 "quote",11743 "syn",11744]1174511746[[package]]11747name = "substrate-wasm-builder"11748version = "5.0.0-dev"11749source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"11750dependencies = [11751 "ansi_term",11752 "build-helper",11753 "cargo_metadata",11754 "sp-maybe-compressed-blob",11755 "strum 0.23.0",11756 "tempfile",11757 "toml",11758 "walkdir",11759 "wasm-gc-api",11760]1176111762[[package]]11763name = "subtle"11764version = "2.4.1"11765source = "registry+https://github.com/rust-lang/crates.io-index"11766checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1176711768[[package]]11769name = "syn"11770version = "1.0.96"11771source = "registry+https://github.com/rust-lang/crates.io-index"11772checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"11773dependencies = [11774 "proc-macro2",11775 "quote",11776 "unicode-ident",11777]1177811779[[package]]11780name = "synstructure"11781version = "0.12.6"11782source = "registry+https://github.com/rust-lang/crates.io-index"11783checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11784dependencies = [11785 "proc-macro2",11786 "quote",11787 "syn",11788 "unicode-xid",11789]1179011791[[package]]11792name = "system-configuration"11793version = "0.5.0"11794source = "registry+https://github.com/rust-lang/crates.io-index"11795checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"11796dependencies = [11797 "bitflags",11798 "core-foundation",11799 "system-configuration-sys",11800]1180111802[[package]]11803name = "system-configuration-sys"11804version = "0.5.0"11805source = "registry+https://github.com/rust-lang/crates.io-index"11806checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"11807dependencies = [11808 "core-foundation-sys",11809 "libc",11810]1181111812[[package]]11813name = "tap"11814version = "1.0.1"11815source = "registry+https://github.com/rust-lang/crates.io-index"11816checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1181711818[[package]]11819name = "target-lexicon"11820version = "0.12.4"11821source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"1182311824[[package]]11825name = "tempfile"11826version = "3.3.0"11827source = "registry+https://github.com/rust-lang/crates.io-index"11828checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"11829dependencies = [11830 "cfg-if 1.0.0",11831 "fastrand",11832 "libc",11833 "redox_syscall 0.2.13",11834 "remove_dir_all",11835 "winapi",11836]1183711838[[package]]11839name = "term"11840version = "0.5.2"11841source = "registry+https://github.com/rust-lang/crates.io-index"11842checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"11843dependencies = [11844 "byteorder",11845 "dirs",11846 "winapi",11847]1184811849[[package]]11850name = "termcolor"11851version = "1.1.3"11852source = "registry+https://github.com/rust-lang/crates.io-index"11853checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"11854dependencies = [11855 "winapi-util",11856]1185711858[[package]]11859name = "test-runtime-constants"11860version = "0.9.22"11861source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"11862dependencies = [11863 "frame-support",11864 "polkadot-primitives",11865 "polkadot-runtime-common",11866 "smallvec",11867 "sp-runtime",11868]1186911870[[package]]11871name = "tests"11872version = "0.1.0"11873dependencies = [11874 "fp-evm-mapping",11875 "frame-support",11876 "frame-system",11877 "pallet-balances",11878 "pallet-common",11879 "pallet-ethereum",11880 "pallet-evm",11881 "pallet-evm-coder-substrate",11882 "pallet-fungible",11883 "pallet-nonfungible",11884 "pallet-refungible",11885 "pallet-structure",11886 "pallet-timestamp",11887 "pallet-transaction-payment",11888 "pallet-unique",11889 "parity-scale-codec 3.1.5",11890 "scale-info",11891 "sp-core",11892 "sp-io",11893 "sp-runtime",11894 "sp-std",11895 "unique-runtime-common",11896 "up-data-structs",11897]1189811899[[package]]11900name = "textwrap"11901version = "0.15.0"11902source = "registry+https://github.com/rust-lang/crates.io-index"11903checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"1190411905[[package]]11906name = "thiserror"11907version = "1.0.31"11908source = "registry+https://github.com/rust-lang/crates.io-index"11909checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"11910dependencies = [11911 "thiserror-impl",11912]1191311914[[package]]11915name = "thiserror-impl"11916version = "1.0.31"11917source = "registry+https://github.com/rust-lang/crates.io-index"11918checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"11919dependencies = [11920 "proc-macro2",11921 "quote",11922 "syn",11923]1192411925[[package]]11926name = "thousands"11927version = "0.2.0"11928source = "registry+https://github.com/rust-lang/crates.io-index"11929checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1193011931[[package]]11932name = "thread_local"11933version = "1.1.4"11934source = "registry+https://github.com/rust-lang/crates.io-index"11935checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"11936dependencies = [11937 "once_cell",11938]1193911940[[package]]11941name = "threadpool"11942version = "1.8.1"11943source = "registry+https://github.com/rust-lang/crates.io-index"11944checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"11945dependencies = [11946 "num_cpus",11947]1194811949[[package]]11950name = "thrift"11951version = "0.15.0"11952source = "registry+https://github.com/rust-lang/crates.io-index"11953checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"11954dependencies = [11955 "byteorder",11956 "integer-encoding",11957 "log",11958 "ordered-float",11959 "threadpool",11960]1196111962[[package]]11963name = "tikv-jemalloc-sys"11964version = "0.4.3+5.2.1-patched.2"11965source = "registry+https://github.com/rust-lang/crates.io-index"11966checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"11967dependencies = [11968 "cc",11969 "fs_extra",11970 "libc",11971]1197211973[[package]]11974name = "time"11975version = "0.1.44"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"11978dependencies = [11979 "libc",11980 "wasi 0.10.0+wasi-snapshot-preview1",11981 "winapi",11982]1198311984[[package]]11985name = "tiny-bip39"11986version = "0.8.2"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"11989dependencies = [11990 "anyhow",11991 "hmac 0.8.1",11992 "once_cell",11993 "pbkdf2 0.4.0",11994 "rand 0.7.3",11995 "rustc-hash",11996 "sha2 0.9.9",11997 "thiserror",11998 "unicode-normalization",11999 "wasm-bindgen",12000 "zeroize",12001]1200212003[[package]]12004name = "tiny-keccak"12005version = "2.0.2"12006source = "registry+https://github.com/rust-lang/crates.io-index"12007checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12008dependencies = [12009 "crunchy",12010]1201112012[[package]]12013name = "tinyvec"12014version = "1.6.0"12015source = "registry+https://github.com/rust-lang/crates.io-index"12016checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12017dependencies = [12018 "tinyvec_macros",12019]1202012021[[package]]12022name = "tinyvec_macros"12023version = "0.1.0"12024source = "registry+https://github.com/rust-lang/crates.io-index"12025checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1202612027[[package]]12028name = "tokio"12029version = "0.2.25"12030source = "registry+https://github.com/rust-lang/crates.io-index"12031checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"12032dependencies = [12033 "bytes 0.5.6",12034 "fnv",12035 "pin-project-lite 0.1.12",12036 "tokio-macros 0.2.6",12037]1203812039[[package]]12040name = "tokio"12041version = "1.19.2"12042source = "registry+https://github.com/rust-lang/crates.io-index"12043checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"12044dependencies = [12045 "bytes 1.1.0",12046 "libc",12047 "memchr",12048 "mio",12049 "num_cpus",12050 "once_cell",12051 "parking_lot 0.12.1",12052 "pin-project-lite 0.2.9",12053 "signal-hook-registry",12054 "socket2",12055 "tokio-macros 1.8.0",12056 "winapi",12057]1205812059[[package]]12060name = "tokio-macros"12061version = "0.2.6"12062source = "registry+https://github.com/rust-lang/crates.io-index"12063checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"12064dependencies = [12065 "proc-macro2",12066 "quote",12067 "syn",12068]1206912070[[package]]12071name = "tokio-macros"12072version = "1.8.0"12073source = "registry+https://github.com/rust-lang/crates.io-index"12074checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"12075dependencies = [12076 "proc-macro2",12077 "quote",12078 "syn",12079]1208012081[[package]]12082name = "tokio-rustls"12083version = "0.22.0"12084source = "registry+https://github.com/rust-lang/crates.io-index"12085checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"12086dependencies = [12087 "rustls 0.19.1",12088 "tokio 1.19.2",12089 "webpki 0.21.4",12090]1209112092[[package]]12093name = "tokio-rustls"12094version = "0.23.4"12095source = "registry+https://github.com/rust-lang/crates.io-index"12096checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12097dependencies = [12098 "rustls 0.20.6",12099 "tokio 1.19.2",12100 "webpki 0.22.0",12101]1210212103[[package]]12104name = "tokio-util"12105version = "0.7.3"12106source = "registry+https://github.com/rust-lang/crates.io-index"12107checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"12108dependencies = [12109 "bytes 1.1.0",12110 "futures-core",12111 "futures-io",12112 "futures-sink",12113 "pin-project-lite 0.2.9",12114 "tokio 1.19.2",12115 "tracing",12116]1211712118[[package]]12119name = "toml"12120version = "0.5.9"12121source = "registry+https://github.com/rust-lang/crates.io-index"12122checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"12123dependencies = [12124 "serde",12125]1212612127[[package]]12128name = "tower-service"12129version = "0.3.1"12130source = "registry+https://github.com/rust-lang/crates.io-index"12131checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"1213212133[[package]]12134name = "tracing"12135version = "0.1.35"12136source = "registry+https://github.com/rust-lang/crates.io-index"12137checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"12138dependencies = [12139 "cfg-if 1.0.0",12140 "pin-project-lite 0.2.9",12141 "tracing-attributes",12142 "tracing-core",12143]1214412145[[package]]12146name = "tracing-attributes"12147version = "0.1.21"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"12150dependencies = [12151 "proc-macro2",12152 "quote",12153 "syn",12154]1215512156[[package]]12157name = "tracing-core"12158version = "0.1.27"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "7709595b8878a4965ce5e87ebf880a7d39c9afc6837721b21a5a816a8117d921"12161dependencies = [12162 "once_cell",12163 "valuable",12164]1216512166[[package]]12167name = "tracing-futures"12168version = "0.2.5"12169source = "registry+https://github.com/rust-lang/crates.io-index"12170checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12171dependencies = [12172 "pin-project 1.0.10",12173 "tracing",12174]1217512176[[package]]12177name = "tracing-gum"12178version = "0.9.22"12179source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12180dependencies = [12181 "polkadot-node-jaeger",12182 "polkadot-primitives",12183 "tracing",12184 "tracing-gum-proc-macro",12185]1218612187[[package]]12188name = "tracing-gum-proc-macro"12189version = "0.9.22"12190source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"12191dependencies = [12192 "expander 0.0.6",12193 "proc-macro-crate",12194 "proc-macro2",12195 "quote",12196 "syn",12197]1219812199[[package]]12200name = "tracing-log"12201version = "0.1.3"12202source = "registry+https://github.com/rust-lang/crates.io-index"12203checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12204dependencies = [12205 "ahash",12206 "lazy_static",12207 "log",12208 "lru 0.7.7",12209 "tracing-core",12210]1221112212[[package]]12213name = "tracing-serde"12214version = "0.1.3"12215source = "registry+https://github.com/rust-lang/crates.io-index"12216checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12217dependencies = [12218 "serde",12219 "tracing-core",12220]1222112222[[package]]12223name = "tracing-subscriber"12224version = "0.2.25"12225source = "registry+https://github.com/rust-lang/crates.io-index"12226checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12227dependencies = [12228 "ansi_term",12229 "chrono",12230 "lazy_static",12231 "matchers",12232 "parking_lot 0.11.2",12233 "regex",12234 "serde",12235 "serde_json",12236 "sharded-slab",12237 "smallvec",12238 "thread_local",12239 "tracing",12240 "tracing-core",12241 "tracing-log",12242 "tracing-serde",12243]1224412245[[package]]12246name = "trie-db"12247version = "0.23.1"12248source = "registry+https://github.com/rust-lang/crates.io-index"12249checksum = "d32d034c0d3db64b43c31de38e945f15b40cd4ca6d2dcfc26d4798ce8de4ab83"12250dependencies = [12251 "hash-db",12252 "hashbrown 0.12.1",12253 "log",12254 "rustc-hex",12255 "smallvec",12256]1225712258[[package]]12259name = "trie-root"12260version = "0.17.0"12261source = "registry+https://github.com/rust-lang/crates.io-index"12262checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12263dependencies = [12264 "hash-db",12265]1226612267[[package]]12268name = "triehash"12269version = "0.8.4"12270source = "registry+https://github.com/rust-lang/crates.io-index"12271checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12272dependencies = [12273 "hash-db",12274 "rlp",12275]1227612277[[package]]12278name = "trust-dns-proto"12279version = "0.21.2"12280source = "registry+https://github.com/rust-lang/crates.io-index"12281checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"12282dependencies = [12283 "async-trait",12284 "cfg-if 1.0.0",12285 "data-encoding",12286 "enum-as-inner",12287 "futures-channel",12288 "futures-io",12289 "futures-util",12290 "idna",12291 "ipnet",12292 "lazy_static",12293 "log",12294 "rand 0.8.5",12295 "smallvec",12296 "thiserror",12297 "tinyvec",12298 "url",12299]1230012301[[package]]12302name = "trust-dns-resolver"12303version = "0.21.2"12304source = "registry+https://github.com/rust-lang/crates.io-index"12305checksum = "e4ba72c2ea84515690c9fcef4c6c660bb9df3036ed1051686de84605b74fd558"12306dependencies = [12307 "cfg-if 1.0.0",12308 "futures-util",12309 "ipconfig",12310 "lazy_static",12311 "log",12312 "lru-cache",12313 "parking_lot 0.12.1",12314 "resolv-conf",12315 "smallvec",12316 "thiserror",12317 "trust-dns-proto",12318]1231912320[[package]]12321name = "try-lock"12322version = "0.2.3"12323source = "registry+https://github.com/rust-lang/crates.io-index"12324checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"1232512326[[package]]12327name = "try-runtime-cli"12328version = "0.10.0-dev"12329source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.22#616d33ea23bab86cafffaf116fc607b6790fb4eb"12330dependencies = [12331 "clap",12332 "jsonrpsee",12333 "log",12334 "parity-scale-codec 3.1.5",12335 "remote-externalities",12336 "sc-chain-spec",12337 "sc-cli",12338 "sc-executor",12339 "sc-service",12340 "serde",12341 "sp-core",12342 "sp-externalities",12343 "sp-io",12344 "sp-keystore",12345 "sp-runtime",12346 "sp-state-machine",12347 "sp-version",12348 "zstd",12349]1235012351[[package]]12352name = "tt-call"12353version = "1.0.8"12354source = "registry+https://github.com/rust-lang/crates.io-index"12355checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055"1235612357[[package]]12358name = "twox-hash"12359version = "1.6.3"12360source = "registry+https://github.com/rust-lang/crates.io-index"12361checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12362dependencies = [12363 "cfg-if 1.0.0",12364 "digest 0.10.3",12365 "rand 0.8.5",12366 "static_assertions",12367]1236812369[[package]]12370name = "typenum"12371version = "1.15.0"12372source = "registry+https://github.com/rust-lang/crates.io-index"12373checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"1237412375[[package]]12376name = "uc-rpc"12377version = "0.1.0"12378dependencies = [12379 "anyhow",12380 "jsonrpsee",12381 "pallet-common",12382 "pallet-evm",12383 "parity-scale-codec 3.1.5",12384 "rmrk-rpc",12385 "sp-api",12386 "sp-blockchain",12387 "sp-core",12388 "sp-rpc",12389 "sp-runtime",12390 "unique-runtime-common",12391 "up-data-structs",12392 "up-rpc",12393]1239412395[[package]]12396name = "ucd-trie"12397version = "0.1.3"12398source = "registry+https://github.com/rust-lang/crates.io-index"12399checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"1240012401[[package]]12402name = "uint"12403version = "0.9.3"12404source = "registry+https://github.com/rust-lang/crates.io-index"12405checksum = "12f03af7ccf01dd611cc450a0d10dbc9b745770d096473e2faf0ca6e2d66d1e0"12406dependencies = [12407 "byteorder",12408 "crunchy",12409 "hex",12410 "static_assertions",12411]1241212413[[package]]12414name = "unicase"12415version = "2.6.0"12416source = "registry+https://github.com/rust-lang/crates.io-index"12417checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"12418dependencies = [12419 "version_check",12420]1242112422[[package]]12423name = "unicode-bidi"12424version = "0.3.8"12425source = "registry+https://github.com/rust-lang/crates.io-index"12426checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"1242712428[[package]]12429name = "unicode-ident"12430version = "1.0.1"12431source = "registry+https://github.com/rust-lang/crates.io-index"12432checksum = "5bd2fe26506023ed7b5e1e315add59d6f584c621d037f9368fea9cfb988f368c"1243312434[[package]]12435name = "unicode-normalization"12436version = "0.1.19"12437source = "registry+https://github.com/rust-lang/crates.io-index"12438checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"12439dependencies = [12440 "tinyvec",12441]1244212443[[package]]12444name = "unicode-segmentation"12445version = "1.9.0"12446source = "registry+https://github.com/rust-lang/crates.io-index"12447checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"1244812449[[package]]12450name = "unicode-width"12451version = "0.1.9"12452source = "registry+https://github.com/rust-lang/crates.io-index"12453checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"1245412455[[package]]12456name = "unicode-xid"12457version = "0.2.3"12458source = "registry+https://github.com/rust-lang/crates.io-index"12459checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"1246012461[[package]]12462name = "unique-node"12463version = "0.9.22"12464dependencies = [12465 "clap",12466 "cumulus-client-cli",12467 "cumulus-client-collator",12468 "cumulus-client-consensus-aura",12469 "cumulus-client-consensus-common",12470 "cumulus-client-network",12471 "cumulus-client-service",12472 "cumulus-primitives-core",12473 "cumulus-primitives-parachain-inherent",12474 "cumulus-relay-chain-inprocess-interface",12475 "cumulus-relay-chain-interface",12476 "cumulus-relay-chain-rpc-interface",12477 "fc-consensus",12478 "fc-db",12479 "fc-mapping-sync",12480 "fc-rpc",12481 "fc-rpc-core",12482 "flexi_logger",12483 "fp-rpc",12484 "frame-benchmarking",12485 "frame-benchmarking-cli",12486 "futures 0.3.21",12487 "jsonrpsee",12488 "log",12489 "opal-runtime",12490 "pallet-ethereum",12491 "pallet-transaction-payment-rpc",12492 "pallet-transaction-payment-rpc-runtime-api",12493 "parity-scale-codec 3.1.5",12494 "parking_lot 0.11.2",12495 "polkadot-cli",12496 "polkadot-parachain",12497 "polkadot-primitives",12498 "polkadot-service",12499 "polkadot-test-service",12500 "quartz-runtime",12501 "rmrk-rpc",12502 "sc-basic-authorship",12503 "sc-chain-spec",12504 "sc-cli",12505 "sc-client-api",12506 "sc-consensus",12507 "sc-consensus-aura",12508 "sc-consensus-manual-seal",12509 "sc-executor",12510 "sc-finality-grandpa",12511 "sc-keystore",12512 "sc-network",12513 "sc-rpc",12514 "sc-rpc-api",12515 "sc-service",12516 "sc-sysinfo",12517 "sc-telemetry",12518 "sc-tracing",12519 "sc-transaction-pool",12520 "serde",12521 "serde_json",12522 "sp-api",12523 "sp-block-builder",12524 "sp-blockchain",12525 "sp-consensus",12526 "sp-consensus-aura",12527 "sp-core",12528 "sp-finality-grandpa",12529 "sp-inherents",12530 "sp-keystore",12531 "sp-offchain",12532 "sp-runtime",12533 "sp-session",12534 "sp-timestamp",12535 "sp-transaction-pool",12536 "sp-trie",12537 "substrate-build-script-utils",12538 "substrate-frame-rpc-system",12539 "substrate-prometheus-endpoint",12540 "tokio 1.19.2",12541 "try-runtime-cli",12542 "unique-rpc",12543 "unique-runtime",12544 "unique-runtime-common",12545 "up-data-structs",12546 "up-rpc",12547]1254812549[[package]]12550name = "unique-rpc"12551version = "0.1.0"12552dependencies = [12553 "fc-db",12554 "fc-mapping-sync",12555 "fc-rpc",12556 "fc-rpc-core",12557 "fp-rpc",12558 "fp-storage",12559 "futures 0.3.21",12560 "jsonrpsee",12561 "pallet-common",12562 "pallet-ethereum",12563 "pallet-transaction-payment-rpc",12564 "pallet-transaction-payment-rpc-runtime-api",12565 "pallet-unique",12566 "rmrk-rpc",12567 "sc-client-api",12568 "sc-consensus-aura",12569 "sc-consensus-epochs",12570 "sc-finality-grandpa",12571 "sc-finality-grandpa-rpc",12572 "sc-keystore",12573 "sc-network",12574 "sc-rpc",12575 "sc-rpc-api",12576 "sc-service",12577 "sc-transaction-pool",12578 "serde",12579 "sp-api",12580 "sp-block-builder",12581 "sp-blockchain",12582 "sp-consensus",12583 "sp-consensus-aura",12584 "sp-core",12585 "sp-offchain",12586 "sp-runtime",12587 "sp-session",12588 "sp-storage",12589 "sp-transaction-pool",12590 "substrate-frame-rpc-system",12591 "tokio 0.2.25",12592 "uc-rpc",12593 "unique-runtime-common",12594 "up-data-structs",12595 "up-rpc",12596]1259712598[[package]]12599name = "unique-runtime"12600version = "0.9.22"12601dependencies = [12602 "cumulus-pallet-aura-ext",12603 "cumulus-pallet-dmp-queue",12604 "cumulus-pallet-parachain-system",12605 "cumulus-pallet-xcm",12606 "cumulus-pallet-xcmp-queue",12607 "cumulus-primitives-core",12608 "cumulus-primitives-timestamp",12609 "cumulus-primitives-utility",12610 "derivative",12611 "fp-evm-mapping",12612 "fp-rpc",12613 "fp-self-contained",12614 "frame-benchmarking",12615 "frame-executive",12616 "frame-support",12617 "frame-system",12618 "frame-system-benchmarking",12619 "frame-system-rpc-runtime-api",12620 "frame-try-runtime",12621 "hex-literal",12622 "log",12623 "orml-vesting",12624 "pallet-aura",12625 "pallet-balances",12626 "pallet-base-fee",12627 "pallet-common",12628 "pallet-ethereum",12629 "pallet-evm",12630 "pallet-evm-coder-substrate",12631 "pallet-evm-contract-helpers",12632 "pallet-evm-migration",12633 "pallet-evm-transaction-payment",12634 "pallet-fungible",12635 "pallet-inflation",12636 "pallet-nonfungible",12637 "pallet-randomness-collective-flip",12638 "pallet-refungible",12639 "pallet-rmrk-core",12640 "pallet-rmrk-equip",12641 "pallet-structure",12642 "pallet-sudo",12643 "pallet-template-transaction-payment",12644 "pallet-timestamp",12645 "pallet-transaction-payment",12646 "pallet-transaction-payment-rpc-runtime-api",12647 "pallet-treasury",12648 "pallet-unique",12649 "pallet-unique-scheduler",12650 "pallet-xcm",12651 "parachain-info",12652 "parity-scale-codec 3.1.5",12653 "polkadot-parachain",12654 "rmrk-rpc",12655 "scale-info",12656 "serde",12657 "smallvec",12658 "sp-api",12659 "sp-arithmetic",12660 "sp-block-builder",12661 "sp-consensus-aura",12662 "sp-core",12663 "sp-inherents",12664 "sp-io",12665 "sp-offchain",12666 "sp-runtime",12667 "sp-session",12668 "sp-std",12669 "sp-transaction-pool",12670 "sp-version",12671 "substrate-wasm-builder",12672 "unique-runtime-common",12673 "up-data-structs",12674 "up-rpc",12675 "xcm",12676 "xcm-builder",12677 "xcm-executor",12678]1267912680[[package]]12681name = "unique-runtime-common"12682version = "0.9.22"12683dependencies = [12684 "evm-coder",12685 "fp-rpc",12686 "frame-support",12687 "frame-system",12688 "pallet-common",12689 "pallet-evm",12690 "pallet-fungible",12691 "pallet-nonfungible",12692 "pallet-refungible",12693 "pallet-unique",12694 "pallet-unique-scheduler",12695 "parity-scale-codec 3.1.5",12696 "rmrk-rpc",12697 "scale-info",12698 "sp-consensus-aura",12699 "sp-core",12700 "sp-runtime",12701 "sp-std",12702 "up-data-structs",12703 "up-sponsorship",12704]1270512706[[package]]12707name = "universal-hash"12708version = "0.4.1"12709source = "registry+https://github.com/rust-lang/crates.io-index"12710checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12711dependencies = [12712 "generic-array 0.14.5",12713 "subtle",12714]1271512716[[package]]12717name = "unsigned-varint"12718version = "0.7.1"12719source = "registry+https://github.com/rust-lang/crates.io-index"12720checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12721dependencies = [12722 "asynchronous-codec",12723 "bytes 1.1.0",12724 "futures-io",12725 "futures-util",12726]1272712728[[package]]12729name = "untrusted"12730version = "0.7.1"12731source = "registry+https://github.com/rust-lang/crates.io-index"12732checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1273312734[[package]]12735name = "up-data-structs"12736version = "0.1.0"12737dependencies = [12738 "derivative",12739 "frame-support",12740 "frame-system",12741 "pallet-evm",12742 "parity-scale-codec 3.1.5",12743 "rmrk-traits",12744 "scale-info",12745 "serde",12746 "sp-core",12747 "sp-runtime",12748 "sp-std",12749 "struct-versioning",12750]1275112752[[package]]12753name = "up-rpc"12754version = "0.1.0"12755dependencies = [12756 "pallet-common",12757 "pallet-evm",12758 "parity-scale-codec 3.1.5",12759 "sp-api",12760 "sp-core",12761 "sp-runtime",12762 "sp-std",12763 "up-data-structs",12764]1276512766[[package]]12767name = "up-sponsorship"12768version = "0.1.0"12769source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.22#9fc4fbc3f83fdc793205f3fef1c97ef168d4dfe0"12770dependencies = [12771 "impl-trait-for-tuples",12772]1277312774[[package]]12775name = "url"12776version = "2.2.2"12777source = "registry+https://github.com/rust-lang/crates.io-index"12778checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"12779dependencies = [12780 "form_urlencoded",12781 "idna",12782 "matches",12783 "percent-encoding",12784]1278512786[[package]]12787name = "valuable"12788version = "0.1.0"12789source = "registry+https://github.com/rust-lang/crates.io-index"12790checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1279112792[[package]]12793name = "value-bag"12794version = "1.0.0-alpha.9"12795source = "registry+https://github.com/rust-lang/crates.io-index"12796checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"12797dependencies = [12798 "ctor",12799 "version_check",12800]1280112802[[package]]12803name = "vcpkg"12804version = "0.2.15"12805source = "registry+https://github.com/rust-lang/crates.io-index"12806checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1280712808[[package]]12809name = "version_check"12810version = "0.9.4"12811source = "registry+https://github.com/rust-lang/crates.io-index"12812checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1281312814[[package]]12815name = "void"12816version = "1.0.2"12817source = "registry+https://github.com/rust-lang/crates.io-index"12818checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1281912820[[package]]12821name = "waker-fn"12822version = "1.1.0"12823source = "registry+https://github.com/rust-lang/crates.io-index"12824checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1282512826[[package]]12827name = "walkdir"12828version = "2.3.2"12829source = "registry+https://github.com/rust-lang/crates.io-index"12830checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"12831dependencies = [12832 "same-file",12833 "winapi",12834 "winapi-util",12835]1283612837[[package]]12838name = "want"12839version = "0.3.0"12840source = "registry+https://github.com/rust-lang/crates.io-index"12841checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"12842dependencies = [12843 "log",12844 "try-lock",12845]1284612847[[package]]12848name = "wasi"12849version = "0.9.0+wasi-snapshot-preview1"12850source = "registry+https://github.com/rust-lang/crates.io-index"12851checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1285212853[[package]]12854name = "wasi"12855version = "0.10.0+wasi-snapshot-preview1"12856source = "registry+https://github.com/rust-lang/crates.io-index"12857checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1285812859[[package]]12860name = "wasi"12861version = "0.11.0+wasi-snapshot-preview1"12862source = "registry+https://github.com/rust-lang/crates.io-index"12863checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1286412865[[package]]12866name = "wasm-bindgen"12867version = "0.2.81"12868source = "registry+https://github.com/rust-lang/crates.io-index"12869checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"12870dependencies = [12871 "cfg-if 1.0.0",12872 "wasm-bindgen-macro",12873]1287412875[[package]]12876name = "wasm-bindgen-backend"12877version = "0.2.81"12878source = "registry+https://github.com/rust-lang/crates.io-index"12879checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"12880dependencies = [12881 "bumpalo",12882 "lazy_static",12883 "log",12884 "proc-macro2",12885 "quote",12886 "syn",12887 "wasm-bindgen-shared",12888]1288912890[[package]]12891name = "wasm-bindgen-futures"12892version = "0.4.31"12893source = "registry+https://github.com/rust-lang/crates.io-index"12894checksum = "de9a9cec1733468a8c657e57fa2413d2ae2c0129b95e87c5b72b8ace4d13f31f"12895dependencies = [12896 "cfg-if 1.0.0",12897 "js-sys",12898 "wasm-bindgen",12899 "web-sys",12900]1290112902[[package]]12903name = "wasm-bindgen-macro"12904version = "0.2.81"12905source = "registry+https://github.com/rust-lang/crates.io-index"12906checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"12907dependencies = [12908 "quote",12909 "wasm-bindgen-macro-support",12910]1291112912[[package]]12913name = "wasm-bindgen-macro-support"12914version = "0.2.81"12915source = "registry+https://github.com/rust-lang/crates.io-index"12916checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"12917dependencies = [12918 "proc-macro2",12919 "quote",12920 "syn",12921 "wasm-bindgen-backend",12922 "wasm-bindgen-shared",12923]1292412925[[package]]12926name = "wasm-bindgen-shared"12927version = "0.2.81"12928source = "registry+https://github.com/rust-lang/crates.io-index"12929checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"1293012931[[package]]12932name = "wasm-gc-api"12933version = "0.1.11"12934source = "registry+https://github.com/rust-lang/crates.io-index"12935checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9"12936dependencies = [12937 "log",12938 "parity-wasm 0.32.0",12939 "rustc-demangle",12940]1294112942[[package]]12943name = "wasm-instrument"12944version = "0.1.1"12945source = "registry+https://github.com/rust-lang/crates.io-index"12946checksum = "962e5b0401bbb6c887f54e69b8c496ea36f704df65db73e81fd5ff8dc3e63a9f"12947dependencies = [12948 "parity-wasm 0.42.2",12949]1295012951[[package]]12952name = "wasm-timer"12953version = "0.2.5"12954source = "registry+https://github.com/rust-lang/crates.io-index"12955checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"12956dependencies = [12957 "futures 0.3.21",12958 "js-sys",12959 "parking_lot 0.11.2",12960 "pin-utils",12961 "wasm-bindgen",12962 "wasm-bindgen-futures",12963 "web-sys",12964]1296512966[[package]]12967name = "wasmi"12968version = "0.9.1"12969source = "registry+https://github.com/rust-lang/crates.io-index"12970checksum = "ca00c5147c319a8ec91ec1a0edbec31e566ce2c9cc93b3f9bb86a9efd0eb795d"12971dependencies = [12972 "downcast-rs",12973 "libc",12974 "libm",12975 "memory_units",12976 "num-rational 0.2.4",12977 "num-traits",12978 "parity-wasm 0.42.2",12979 "wasmi-validation",12980]1298112982[[package]]12983name = "wasmi-validation"12984version = "0.4.1"12985source = "registry+https://github.com/rust-lang/crates.io-index"12986checksum = "165343ecd6c018fc09ebcae280752702c9a2ef3e6f8d02f1cfcbdb53ef6d7937"12987dependencies = [12988 "parity-wasm 0.42.2",12989]1299012991[[package]]12992name = "wasmparser"12993version = "0.83.0"12994source = "registry+https://github.com/rust-lang/crates.io-index"12995checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"1299612997[[package]]12998name = "wasmtime"12999version = "0.35.3"13000source = "registry+https://github.com/rust-lang/crates.io-index"13001checksum = "21ffb4705016d5ca91e18a72ed6822dab50e6d5ddd7045461b17ef19071cdef1"13002dependencies = [13003 "anyhow",13004 "backtrace",13005 "bincode",13006 "cfg-if 1.0.0",13007 "indexmap",13008 "lazy_static",13009 "libc",13010 "log",13011 "object 0.27.1",13012 "once_cell",13013 "paste",13014 "psm",13015 "rayon",13016 "region",13017 "serde",13018 "target-lexicon",13019 "wasmparser",13020 "wasmtime-cache",13021 "wasmtime-cranelift",13022 "wasmtime-environ",13023 "wasmtime-jit",13024 "wasmtime-runtime",13025 "winapi",13026]1302713028[[package]]13029name = "wasmtime-cache"13030version = "0.35.3"13031source = "registry+https://github.com/rust-lang/crates.io-index"13032checksum = "85c6ab24291fa7cb3a181f5669f6c72599b7ef781669759b45c7828c5999d0c0"13033dependencies = [13034 "anyhow",13035 "base64",13036 "bincode",13037 "directories-next",13038 "file-per-thread-logger",13039 "log",13040 "rustix",13041 "serde",13042 "sha2 0.9.9",13043 "toml",13044 "winapi",13045 "zstd",13046]1304713048[[package]]13049name = "wasmtime-cranelift"13050version = "0.35.3"13051source = "registry+https://github.com/rust-lang/crates.io-index"13052checksum = "f04c810078a491b7bc4866ebe045f714d2b95e6b539e1f64009a4a7606be11de"13053dependencies = [13054 "anyhow",13055 "cranelift-codegen",13056 "cranelift-entity",13057 "cranelift-frontend",13058 "cranelift-native",13059 "cranelift-wasm",13060 "gimli",13061 "log",13062 "more-asserts",13063 "object 0.27.1",13064 "target-lexicon",13065 "thiserror",13066 "wasmparser",13067 "wasmtime-environ",13068]1306913070[[package]]13071name = "wasmtime-environ"13072version = "0.35.3"13073source = "registry+https://github.com/rust-lang/crates.io-index"13074checksum = "61448266ea164b1ac406363cdcfac81c7c44db4d94c7a81c8620ac6c5c6cdf59"13075dependencies = [13076 "anyhow",13077 "cranelift-entity",13078 "gimli",13079 "indexmap",13080 "log",13081 "more-asserts",13082 "object 0.27.1",13083 "serde",13084 "target-lexicon",13085 "thiserror",13086 "wasmparser",13087 "wasmtime-types",13088]1308913090[[package]]13091name = "wasmtime-jit"13092version = "0.35.3"13093source = "registry+https://github.com/rust-lang/crates.io-index"13094checksum = "156b4623c6b0d4b8c24afb846c20525922f538ef464cc024abab7ea8de2109a2"13095dependencies = [13096 "addr2line",13097 "anyhow",13098 "bincode",13099 "cfg-if 1.0.0",13100 "cpp_demangle",13101 "gimli",13102 "log",13103 "object 0.27.1",13104 "region",13105 "rustc-demangle",13106 "rustix",13107 "serde",13108 "target-lexicon",13109 "thiserror",13110 "wasmtime-environ",13111 "wasmtime-jit-debug",13112 "wasmtime-runtime",13113 "winapi",13114]1311513116[[package]]13117name = "wasmtime-jit-debug"13118version = "0.35.3"13119source = "registry+https://github.com/rust-lang/crates.io-index"13120checksum = "d5dc31f811760a6c76b2672c404866fd19b75e5fb3b0075a3e377a6846490654"13121dependencies = [13122 "lazy_static",13123 "object 0.27.1",13124 "rustix",13125]1312613127[[package]]13128name = "wasmtime-runtime"13129version = "0.35.3"13130source = "registry+https://github.com/rust-lang/crates.io-index"13131checksum = "f907beaff69d4d920fa4688411ee4cc75c0f01859e424677f9e426e2ef749864"13132dependencies = [13133 "anyhow",13134 "backtrace",13135 "cc",13136 "cfg-if 1.0.0",13137 "indexmap",13138 "libc",13139 "log",13140 "mach",13141 "memoffset",13142 "more-asserts",13143 "rand 0.8.5",13144 "region",13145 "rustix",13146 "thiserror",13147 "wasmtime-environ",13148 "wasmtime-jit-debug",13149 "winapi",13150]1315113152[[package]]13153name = "wasmtime-types"13154version = "0.35.3"13155source = "registry+https://github.com/rust-lang/crates.io-index"13156checksum = "514ef0e5fd197b9609dc9eb74beba0c84d5a12b2417cbae55534633329ba4852"13157dependencies = [13158 "cranelift-entity",13159 "serde",13160 "thiserror",13161 "wasmparser",13162]1316313164[[package]]13165name = "web-sys"13166version = "0.3.58"13167source = "registry+https://github.com/rust-lang/crates.io-index"13168checksum = "2fed94beee57daf8dd7d51f2b15dc2bcde92d7a72304cdf662a4371008b71b90"13169dependencies = [13170 "js-sys",13171 "wasm-bindgen",13172]1317313174[[package]]13175name = "webpki"13176version = "0.21.4"13177source = "registry+https://github.com/rust-lang/crates.io-index"13178checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"13179dependencies = [13180 "ring",13181 "untrusted",13182]1318313184[[package]]13185name = "webpki"13186version = "0.22.0"13187source = "registry+https://github.com/rust-lang/crates.io-index"13188checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13189dependencies = [13190 "ring",13191 "untrusted",13192]1319313194[[package]]13195name = "webpki-roots"13196version = "0.22.3"13197source = "registry+https://github.com/rust-lang/crates.io-index"13198checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"13199dependencies = [13200 "webpki 0.22.0",13201]1320213203[[package]]13204name = "wepoll-ffi"13205version = "0.1.2"13206source = "registry+https://github.com/rust-lang/crates.io-index"13207checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13208dependencies = [13209 "cc",13210]1321113212[[package]]13213name = "westend-runtime"13214version = "0.9.22"13215source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13216dependencies = [13217 "beefy-primitives",13218 "bitvec 1.0.0",13219 "frame-benchmarking",13220 "frame-election-provider-support",13221 "frame-executive",13222 "frame-support",13223 "frame-system",13224 "frame-system-benchmarking",13225 "frame-system-rpc-runtime-api",13226 "frame-try-runtime",13227 "hex-literal",13228 "log",13229 "pallet-authority-discovery",13230 "pallet-authorship",13231 "pallet-babe",13232 "pallet-bags-list",13233 "pallet-balances",13234 "pallet-collective",13235 "pallet-democracy",13236 "pallet-election-provider-multi-phase",13237 "pallet-election-provider-support-benchmarking",13238 "pallet-elections-phragmen",13239 "pallet-grandpa",13240 "pallet-identity",13241 "pallet-im-online",13242 "pallet-indices",13243 "pallet-membership",13244 "pallet-multisig",13245 "pallet-nicks",13246 "pallet-nomination-pools",13247 "pallet-nomination-pools-benchmarking",13248 "pallet-offences",13249 "pallet-offences-benchmarking",13250 "pallet-preimage",13251 "pallet-proxy",13252 "pallet-recovery",13253 "pallet-scheduler",13254 "pallet-session",13255 "pallet-session-benchmarking",13256 "pallet-society",13257 "pallet-staking",13258 "pallet-staking-reward-curve",13259 "pallet-sudo",13260 "pallet-timestamp",13261 "pallet-transaction-payment",13262 "pallet-transaction-payment-rpc-runtime-api",13263 "pallet-treasury",13264 "pallet-utility",13265 "pallet-vesting",13266 "pallet-xcm",13267 "pallet-xcm-benchmarks",13268 "parity-scale-codec 3.1.5",13269 "polkadot-parachain",13270 "polkadot-primitives",13271 "polkadot-runtime-common",13272 "polkadot-runtime-parachains",13273 "rustc-hex",13274 "scale-info",13275 "serde",13276 "serde_derive",13277 "smallvec",13278 "sp-api",13279 "sp-authority-discovery",13280 "sp-block-builder",13281 "sp-consensus-babe",13282 "sp-core",13283 "sp-inherents",13284 "sp-io",13285 "sp-mmr-primitives",13286 "sp-npos-elections",13287 "sp-offchain",13288 "sp-runtime",13289 "sp-session",13290 "sp-staking",13291 "sp-std",13292 "sp-transaction-pool",13293 "sp-version",13294 "substrate-wasm-builder",13295 "westend-runtime-constants",13296 "xcm",13297 "xcm-builder",13298 "xcm-executor",13299]1330013301[[package]]13302name = "westend-runtime-constants"13303version = "0.9.22"13304source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13305dependencies = [13306 "frame-support",13307 "polkadot-primitives",13308 "polkadot-runtime-common",13309 "smallvec",13310 "sp-runtime",13311]1331213313[[package]]13314name = "which"13315version = "4.2.5"13316source = "registry+https://github.com/rust-lang/crates.io-index"13317checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"13318dependencies = [13319 "either",13320 "lazy_static",13321 "libc",13322]1332313324[[package]]13325name = "widestring"13326version = "0.5.1"13327source = "registry+https://github.com/rust-lang/crates.io-index"13328checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1332913330[[package]]13331name = "winapi"13332version = "0.3.9"13333source = "registry+https://github.com/rust-lang/crates.io-index"13334checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13335dependencies = [13336 "winapi-i686-pc-windows-gnu",13337 "winapi-x86_64-pc-windows-gnu",13338]1333913340[[package]]13341name = "winapi-i686-pc-windows-gnu"13342version = "0.4.0"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1334513346[[package]]13347name = "winapi-util"13348version = "0.1.5"13349source = "registry+https://github.com/rust-lang/crates.io-index"13350checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13351dependencies = [13352 "winapi",13353]1335413355[[package]]13356name = "winapi-x86_64-pc-windows-gnu"13357version = "0.4.0"13358source = "registry+https://github.com/rust-lang/crates.io-index"13359checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1336013361[[package]]13362name = "windows"13363version = "0.29.0"13364source = "registry+https://github.com/rust-lang/crates.io-index"13365checksum = "aac7fef12f4b59cd0a29339406cc9203ab44e440ddff6b3f5a41455349fa9cf3"13366dependencies = [13367 "windows_aarch64_msvc 0.29.0",13368 "windows_i686_gnu 0.29.0",13369 "windows_i686_msvc 0.29.0",13370 "windows_x86_64_gnu 0.29.0",13371 "windows_x86_64_msvc 0.29.0",13372]1337313374[[package]]13375name = "windows-sys"13376version = "0.36.1"13377source = "registry+https://github.com/rust-lang/crates.io-index"13378checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13379dependencies = [13380 "windows_aarch64_msvc 0.36.1",13381 "windows_i686_gnu 0.36.1",13382 "windows_i686_msvc 0.36.1",13383 "windows_x86_64_gnu 0.36.1",13384 "windows_x86_64_msvc 0.36.1",13385]1338613387[[package]]13388name = "windows_aarch64_msvc"13389version = "0.29.0"13390source = "registry+https://github.com/rust-lang/crates.io-index"13391checksum = "c3d027175d00b01e0cbeb97d6ab6ebe03b12330a35786cbaca5252b1c4bf5d9b"1339213393[[package]]13394name = "windows_aarch64_msvc"13395version = "0.36.1"13396source = "registry+https://github.com/rust-lang/crates.io-index"13397checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1339813399[[package]]13400name = "windows_i686_gnu"13401version = "0.29.0"13402source = "registry+https://github.com/rust-lang/crates.io-index"13403checksum = "8793f59f7b8e8b01eda1a652b2697d87b93097198ae85f823b969ca5b89bba58"1340413405[[package]]13406name = "windows_i686_gnu"13407version = "0.36.1"13408source = "registry+https://github.com/rust-lang/crates.io-index"13409checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1341013411[[package]]13412name = "windows_i686_msvc"13413version = "0.29.0"13414source = "registry+https://github.com/rust-lang/crates.io-index"13415checksum = "8602f6c418b67024be2996c512f5f995de3ba417f4c75af68401ab8756796ae4"1341613417[[package]]13418name = "windows_i686_msvc"13419version = "0.36.1"13420source = "registry+https://github.com/rust-lang/crates.io-index"13421checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1342213423[[package]]13424name = "windows_x86_64_gnu"13425version = "0.29.0"13426source = "registry+https://github.com/rust-lang/crates.io-index"13427checksum = "f3d615f419543e0bd7d2b3323af0d86ff19cbc4f816e6453f36a2c2ce889c354"1342813429[[package]]13430name = "windows_x86_64_gnu"13431version = "0.36.1"13432source = "registry+https://github.com/rust-lang/crates.io-index"13433checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1343413435[[package]]13436name = "windows_x86_64_msvc"13437version = "0.29.0"13438source = "registry+https://github.com/rust-lang/crates.io-index"13439checksum = "11d95421d9ed3672c280884da53201a5c46b7b2765ca6faf34b0d71cf34a3561"1344013441[[package]]13442name = "windows_x86_64_msvc"13443version = "0.36.1"13444source = "registry+https://github.com/rust-lang/crates.io-index"13445checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1344613447[[package]]13448name = "winreg"13449version = "0.7.0"13450source = "registry+https://github.com/rust-lang/crates.io-index"13451checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"13452dependencies = [13453 "winapi",13454]1345513456[[package]]13457name = "wyz"13458version = "0.2.0"13459source = "registry+https://github.com/rust-lang/crates.io-index"13460checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"1346113462[[package]]13463name = "wyz"13464version = "0.5.0"13465source = "registry+https://github.com/rust-lang/crates.io-index"13466checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"13467dependencies = [13468 "tap",13469]1347013471[[package]]13472name = "x25519-dalek"13473version = "1.1.1"13474source = "registry+https://github.com/rust-lang/crates.io-index"13475checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13476dependencies = [13477 "curve25519-dalek 3.2.0",13478 "rand_core 0.5.1",13479 "zeroize",13480]1348113482[[package]]13483name = "xcm"13484version = "0.9.22"13485source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13486dependencies = [13487 "derivative",13488 "impl-trait-for-tuples",13489 "log",13490 "parity-scale-codec 3.1.5",13491 "scale-info",13492 "xcm-procedural",13493]1349413495[[package]]13496name = "xcm-builder"13497version = "0.9.22"13498source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13499dependencies = [13500 "frame-support",13501 "frame-system",13502 "log",13503 "pallet-transaction-payment",13504 "parity-scale-codec 3.1.5",13505 "polkadot-parachain",13506 "scale-info",13507 "sp-arithmetic",13508 "sp-io",13509 "sp-runtime",13510 "sp-std",13511 "xcm",13512 "xcm-executor",13513]1351413515[[package]]13516name = "xcm-executor"13517version = "0.9.22"13518source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13519dependencies = [13520 "frame-benchmarking",13521 "frame-support",13522 "impl-trait-for-tuples",13523 "log",13524 "parity-scale-codec 3.1.5",13525 "sp-arithmetic",13526 "sp-core",13527 "sp-io",13528 "sp-runtime",13529 "sp-std",13530 "xcm",13531]1353213533[[package]]13534name = "xcm-procedural"13535version = "0.1.0"13536source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.22#17c7b9594aedbfc644d7e6e26f7bd244e68ccf4d"13537dependencies = [13538 "Inflector",13539 "proc-macro2",13540 "quote",13541 "syn",13542]1354313544[[package]]13545name = "yamux"13546version = "0.10.1"13547source = "registry+https://github.com/rust-lang/crates.io-index"13548checksum = "0c0608f53c1dc0bad505d03a34bbd49fbf2ad7b51eb036123e896365532745a1"13549dependencies = [13550 "futures 0.3.21",13551 "log",13552 "nohash-hasher",13553 "parking_lot 0.12.1",13554 "rand 0.8.5",13555 "static_assertions",13556]1355713558[[package]]13559name = "yansi"13560version = "0.5.1"13561source = "registry+https://github.com/rust-lang/crates.io-index"13562checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"1356313564[[package]]13565name = "zeroize"13566version = "1.4.3"13567source = "registry+https://github.com/rust-lang/crates.io-index"13568checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"13569dependencies = [13570 "zeroize_derive",13571]1357213573[[package]]13574name = "zeroize_derive"13575version = "1.3.2"13576source = "registry+https://github.com/rust-lang/crates.io-index"13577checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"13578dependencies = [13579 "proc-macro2",13580 "quote",13581 "syn",13582 "synstructure",13583]1358413585[[package]]13586name = "zstd"13587version = "0.10.2+zstd.1.5.2"13588source = "registry+https://github.com/rust-lang/crates.io-index"13589checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"13590dependencies = [13591 "zstd-safe",13592]1359313594[[package]]13595name = "zstd-safe"13596version = "4.1.6+zstd.1.5.2"13597source = "registry+https://github.com/rust-lang/crates.io-index"13598checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"13599dependencies = [13600 "libc",13601 "zstd-sys",13602]1360313604[[package]]13605name = "zstd-sys"13606version = "1.6.3+zstd.1.5.2"13607source = "registry+https://github.com/rust-lang/crates.io-index"13608checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"13609dependencies = [13610 "cc",13611 "libc",13612]