git.delta.rocks / unique-network / refs/commits / 4b3d05886c9a

difftreelog

source

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