git.delta.rocks / unique-network / refs/commits / 8cb94776e05e

difftreelog

source

Cargo.lock308.7 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 0.26.2",22]2324[[package]]25name = "addr2line"26version = "0.19.0"27source = "registry+https://github.com/rust-lang/crates.io-index"28checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"29dependencies = [30 "gimli 0.27.0",31]3233[[package]]34name = "adler"35version = "1.0.2"36source = "registry+https://github.com/rust-lang/crates.io-index"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"3839[[package]]40name = "aead"41version = "0.4.3"42source = "registry+https://github.com/rust-lang/crates.io-index"43checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"44dependencies = [45 "generic-array 0.14.6",46]4748[[package]]49name = "aes"50version = "0.7.5"51source = "registry+https://github.com/rust-lang/crates.io-index"52checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"53dependencies = [54 "cfg-if",55 "cipher",56 "cpufeatures",57 "opaque-debug 0.3.0",58]5960[[package]]61name = "aes-gcm"62version = "0.9.4"63source = "registry+https://github.com/rust-lang/crates.io-index"64checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"65dependencies = [66 "aead",67 "aes",68 "cipher",69 "ctr",70 "ghash",71 "subtle",72]7374[[package]]75name = "ahash"76version = "0.7.6"77source = "registry+https://github.com/rust-lang/crates.io-index"78checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"79dependencies = [80 "getrandom 0.2.8",81 "once_cell",82 "version_check",83]8485[[package]]86name = "aho-corasick"87version = "0.7.20"88source = "registry+https://github.com/rust-lang/crates.io-index"89checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"90dependencies = [91 "memchr",92]9394[[package]]95name = "always-assert"96version = "0.1.2"97source = "registry+https://github.com/rust-lang/crates.io-index"98checksum = "fbf688625d06217d5b1bb0ea9d9c44a1635fd0ee3534466388d18203174f4d11"99100[[package]]101name = "android_system_properties"102version = "0.1.5"103source = "registry+https://github.com/rust-lang/crates.io-index"104checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"105dependencies = [106 "libc",107]108109[[package]]110name = "ansi_term"111version = "0.12.1"112source = "registry+https://github.com/rust-lang/crates.io-index"113checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"114dependencies = [115 "winapi",116]117118[[package]]119name = "anyhow"120version = "1.0.68"121source = "registry+https://github.com/rust-lang/crates.io-index"122checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"123124[[package]]125name = "app-promotion-rpc"126version = "0.1.0"127dependencies = [128 "pallet-evm",129 "parity-scale-codec",130 "sp-api",131 "sp-runtime",132 "sp-std",133]134135[[package]]136name = "approx"137version = "0.5.1"138source = "registry+https://github.com/rust-lang/crates.io-index"139checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"140dependencies = [141 "num-traits",142]143144[[package]]145name = "array-bytes"146version = "4.2.0"147source = "registry+https://github.com/rust-lang/crates.io-index"148checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6"149150[[package]]151name = "array-bytes"152version = "6.0.0"153source = "registry+https://github.com/rust-lang/crates.io-index"154checksum = "22f72e9d6fac4bc80778ea470b20197b88d28c292bb7d60c3fb099280003cd19"155156[[package]]157name = "arrayref"158version = "0.3.6"159source = "registry+https://github.com/rust-lang/crates.io-index"160checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"161162[[package]]163name = "arrayvec"164version = "0.5.2"165source = "registry+https://github.com/rust-lang/crates.io-index"166checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"167168[[package]]169name = "arrayvec"170version = "0.7.2"171source = "registry+https://github.com/rust-lang/crates.io-index"172checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"173174[[package]]175name = "asn1_der"176version = "0.7.5"177source = "registry+https://github.com/rust-lang/crates.io-index"178checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21"179180[[package]]181name = "assert_matches"182version = "1.5.0"183source = "registry+https://github.com/rust-lang/crates.io-index"184checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"185186[[package]]187name = "async-attributes"188version = "1.1.2"189source = "registry+https://github.com/rust-lang/crates.io-index"190checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"191dependencies = [192 "quote",193 "syn",194]195196[[package]]197name = "async-channel"198version = "1.8.0"199source = "registry+https://github.com/rust-lang/crates.io-index"200checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"201dependencies = [202 "concurrent-queue",203 "event-listener",204 "futures-core",205]206207[[package]]208name = "async-executor"209version = "1.5.0"210source = "registry+https://github.com/rust-lang/crates.io-index"211checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"212dependencies = [213 "async-lock",214 "async-task",215 "concurrent-queue",216 "fastrand",217 "futures-lite",218 "slab",219]220221[[package]]222name = "async-global-executor"223version = "2.3.1"224source = "registry+https://github.com/rust-lang/crates.io-index"225checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"226dependencies = [227 "async-channel",228 "async-executor",229 "async-io",230 "async-lock",231 "blocking",232 "futures-lite",233 "once_cell",234]235236[[package]]237name = "async-io"238version = "1.12.0"239source = "registry+https://github.com/rust-lang/crates.io-index"240checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"241dependencies = [242 "async-lock",243 "autocfg",244 "concurrent-queue",245 "futures-lite",246 "libc",247 "log",248 "parking",249 "polling",250 "slab",251 "socket2",252 "waker-fn",253 "windows-sys 0.42.0",254]255256[[package]]257name = "async-lock"258version = "2.6.0"259source = "registry+https://github.com/rust-lang/crates.io-index"260checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"261dependencies = [262 "event-listener",263 "futures-lite",264]265266[[package]]267name = "async-process"268version = "1.6.0"269source = "registry+https://github.com/rust-lang/crates.io-index"270checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"271dependencies = [272 "async-io",273 "async-lock",274 "autocfg",275 "blocking",276 "cfg-if",277 "event-listener",278 "futures-lite",279 "libc",280 "signal-hook",281 "windows-sys 0.42.0",282]283284[[package]]285name = "async-std"286version = "1.12.0"287source = "registry+https://github.com/rust-lang/crates.io-index"288checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"289dependencies = [290 "async-attributes",291 "async-channel",292 "async-global-executor",293 "async-io",294 "async-lock",295 "crossbeam-utils",296 "futures-channel",297 "futures-core",298 "futures-io",299 "futures-lite",300 "gloo-timers",301 "kv-log-macro",302 "log",303 "memchr",304 "once_cell",305 "pin-project-lite 0.2.9",306 "pin-utils",307 "slab",308 "wasm-bindgen-futures",309]310311[[package]]312name = "async-task"313version = "4.3.0"314source = "registry+https://github.com/rust-lang/crates.io-index"315checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"316317[[package]]318name = "async-trait"319version = "0.1.61"320source = "registry+https://github.com/rust-lang/crates.io-index"321checksum = "705339e0e4a9690e2908d2b3d049d85682cf19fbd5782494498fbf7003a6a282"322dependencies = [323 "proc-macro2",324 "quote",325 "syn",326]327328[[package]]329name = "asynchronous-codec"330version = "0.6.1"331source = "registry+https://github.com/rust-lang/crates.io-index"332checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"333dependencies = [334 "bytes",335 "futures-sink",336 "futures-util",337 "memchr",338 "pin-project-lite 0.2.9",339]340341[[package]]342name = "atomic-waker"343version = "1.1.0"344source = "registry+https://github.com/rust-lang/crates.io-index"345checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"346347[[package]]348name = "atty"349version = "0.2.14"350source = "registry+https://github.com/rust-lang/crates.io-index"351checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"352dependencies = [353 "hermit-abi 0.1.19",354 "libc",355 "winapi",356]357358[[package]]359name = "auto_impl"360version = "1.0.1"361source = "registry+https://github.com/rust-lang/crates.io-index"362checksum = "8a8c1df849285fbacd587de7818cc7d13be6cd2cbcd47a04fb1801b0e2706e33"363dependencies = [364 "proc-macro-error",365 "proc-macro2",366 "quote",367 "syn",368]369370[[package]]371name = "autocfg"372version = "1.1.0"373source = "registry+https://github.com/rust-lang/crates.io-index"374checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"375376[[package]]377name = "backtrace"378version = "0.3.67"379source = "registry+https://github.com/rust-lang/crates.io-index"380checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"381dependencies = [382 "addr2line 0.19.0",383 "cc",384 "cfg-if",385 "libc",386 "miniz_oxide",387 "object 0.30.2",388 "rustc-demangle",389]390391[[package]]392name = "base-x"393version = "0.2.11"394source = "registry+https://github.com/rust-lang/crates.io-index"395checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"396397[[package]]398name = "base16ct"399version = "0.1.1"400source = "registry+https://github.com/rust-lang/crates.io-index"401checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"402403[[package]]404name = "base58"405version = "0.2.0"406source = "registry+https://github.com/rust-lang/crates.io-index"407checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"408409[[package]]410name = "base64"411version = "0.13.1"412source = "registry+https://github.com/rust-lang/crates.io-index"413checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"414415[[package]]416name = "base64"417version = "0.21.0"418source = "registry+https://github.com/rust-lang/crates.io-index"419checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"420421[[package]]422name = "base64ct"423version = "1.5.3"424source = "registry+https://github.com/rust-lang/crates.io-index"425checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"426427[[package]]428name = "beef"429version = "0.5.2"430source = "registry+https://github.com/rust-lang/crates.io-index"431checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"432dependencies = [433 "serde",434]435436[[package]]437name = "beefy-gadget"438version = "4.0.0-dev"439source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"440dependencies = [441 "array-bytes 4.2.0",442 "async-trait",443 "fnv",444 "futures",445 "futures-timer",446 "log",447 "parity-scale-codec",448 "parking_lot 0.12.1",449 "sc-chain-spec",450 "sc-client-api",451 "sc-consensus",452 "sc-finality-grandpa",453 "sc-keystore",454 "sc-network",455 "sc-network-common",456 "sc-network-gossip",457 "sc-utils",458 "sp-api",459 "sp-application-crypto",460 "sp-arithmetic",461 "sp-beefy",462 "sp-blockchain",463 "sp-consensus",464 "sp-core",465 "sp-keystore",466 "sp-mmr-primitives",467 "sp-runtime",468 "substrate-prometheus-endpoint",469 "thiserror",470 "wasm-timer",471]472473[[package]]474name = "beefy-gadget-rpc"475version = "4.0.0-dev"476source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"477dependencies = [478 "beefy-gadget",479 "futures",480 "jsonrpsee",481 "log",482 "parity-scale-codec",483 "parking_lot 0.12.1",484 "sc-rpc",485 "sc-utils",486 "serde",487 "sp-beefy",488 "sp-core",489 "sp-runtime",490 "thiserror",491]492493[[package]]494name = "beefy-merkle-tree"495version = "4.0.0-dev"496source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"497dependencies = [498 "sp-api",499 "sp-beefy",500 "sp-runtime",501]502503[[package]]504name = "bincode"505version = "1.3.3"506source = "registry+https://github.com/rust-lang/crates.io-index"507checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"508dependencies = [509 "serde",510]511512[[package]]513name = "bindgen"514version = "0.60.1"515source = "registry+https://github.com/rust-lang/crates.io-index"516checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"517dependencies = [518 "bitflags",519 "cexpr",520 "clang-sys",521 "lazy_static",522 "lazycell",523 "peeking_take_while",524 "proc-macro2",525 "quote",526 "regex",527 "rustc-hash",528 "shlex",529]530531[[package]]532name = "bitflags"533version = "1.3.2"534source = "registry+https://github.com/rust-lang/crates.io-index"535checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"536537[[package]]538name = "bitvec"539version = "1.0.1"540source = "registry+https://github.com/rust-lang/crates.io-index"541checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"542dependencies = [543 "funty",544 "radium",545 "tap",546 "wyz",547]548549[[package]]550name = "blake2"551version = "0.10.6"552source = "registry+https://github.com/rust-lang/crates.io-index"553checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"554dependencies = [555 "digest 0.10.6",556]557558[[package]]559name = "blake2b_simd"560version = "1.0.0"561source = "registry+https://github.com/rust-lang/crates.io-index"562checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"563dependencies = [564 "arrayref",565 "arrayvec 0.7.2",566 "constant_time_eq 0.1.5",567]568569[[package]]570name = "blake2s_simd"571version = "1.0.0"572source = "registry+https://github.com/rust-lang/crates.io-index"573checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4"574dependencies = [575 "arrayref",576 "arrayvec 0.7.2",577 "constant_time_eq 0.1.5",578]579580[[package]]581name = "blake3"582version = "1.3.3"583source = "registry+https://github.com/rust-lang/crates.io-index"584checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"585dependencies = [586 "arrayref",587 "arrayvec 0.7.2",588 "cc",589 "cfg-if",590 "constant_time_eq 0.2.4",591 "digest 0.10.6",592]593594[[package]]595name = "block-buffer"596version = "0.7.3"597source = "registry+https://github.com/rust-lang/crates.io-index"598checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"599dependencies = [600 "block-padding",601 "byte-tools",602 "byteorder",603 "generic-array 0.12.4",604]605606[[package]]607name = "block-buffer"608version = "0.9.0"609source = "registry+https://github.com/rust-lang/crates.io-index"610checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"611dependencies = [612 "generic-array 0.14.6",613]614615[[package]]616name = "block-buffer"617version = "0.10.3"618source = "registry+https://github.com/rust-lang/crates.io-index"619checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"620dependencies = [621 "generic-array 0.14.6",622]623624[[package]]625name = "block-padding"626version = "0.1.5"627source = "registry+https://github.com/rust-lang/crates.io-index"628checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"629dependencies = [630 "byte-tools",631]632633[[package]]634name = "blocking"635version = "1.3.0"636source = "registry+https://github.com/rust-lang/crates.io-index"637checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"638dependencies = [639 "async-channel",640 "async-lock",641 "async-task",642 "atomic-waker",643 "fastrand",644 "futures-lite",645]646647[[package]]648name = "bondrewd"649version = "0.1.14"650source = "registry+https://github.com/rust-lang/crates.io-index"651checksum = "6d1660fac8d3acced44dac64453fafedf5aab2de196b932c727e63e4ae42d1cc"652dependencies = [653 "bondrewd-derive",654]655656[[package]]657name = "bondrewd-derive"658version = "0.3.18"659source = "registry+https://github.com/rust-lang/crates.io-index"660checksum = "723da0dee1eef38edc021b0793f892bdc024500c6a5b0727a2efe16f0e0a6977"661dependencies = [662 "proc-macro2",663 "quote",664 "syn",665]666667[[package]]668name = "bounded-vec"669version = "0.6.0"670source = "registry+https://github.com/rust-lang/crates.io-index"671checksum = "3372be4090bf9d4da36bd8ba7ce6ca1669503d0cf6e667236c6df7f053153eb6"672dependencies = [673 "thiserror",674]675676[[package]]677name = "bs58"678version = "0.4.0"679source = "registry+https://github.com/rust-lang/crates.io-index"680checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"681682[[package]]683name = "bstr"684version = "0.2.17"685source = "registry+https://github.com/rust-lang/crates.io-index"686checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"687dependencies = [688 "lazy_static",689 "memchr",690 "regex-automata",691]692693[[package]]694name = "bstr"695version = "1.1.0"696source = "registry+https://github.com/rust-lang/crates.io-index"697checksum = "b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b"698dependencies = [699 "memchr",700 "serde",701]702703[[package]]704name = "build-helper"705version = "0.1.1"706source = "registry+https://github.com/rust-lang/crates.io-index"707checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f"708dependencies = [709 "semver 0.6.0",710]711712[[package]]713name = "bumpalo"714version = "3.12.0"715source = "registry+https://github.com/rust-lang/crates.io-index"716checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"717718[[package]]719name = "byte-slice-cast"720version = "1.2.2"721source = "registry+https://github.com/rust-lang/crates.io-index"722checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c"723724[[package]]725name = "byte-tools"726version = "0.3.1"727source = "registry+https://github.com/rust-lang/crates.io-index"728checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"729730[[package]]731name = "byteorder"732version = "1.4.3"733source = "registry+https://github.com/rust-lang/crates.io-index"734checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"735736[[package]]737name = "bytes"738version = "1.3.0"739source = "registry+https://github.com/rust-lang/crates.io-index"740checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"741742[[package]]743name = "bzip2-sys"744version = "0.1.11+1.0.8"745source = "registry+https://github.com/rust-lang/crates.io-index"746checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"747dependencies = [748 "cc",749 "libc",750 "pkg-config",751]752753[[package]]754name = "camino"755version = "1.1.2"756source = "registry+https://github.com/rust-lang/crates.io-index"757checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"758dependencies = [759 "serde",760]761762[[package]]763name = "cargo-platform"764version = "0.1.2"765source = "registry+https://github.com/rust-lang/crates.io-index"766checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"767dependencies = [768 "serde",769]770771[[package]]772name = "cargo_metadata"773version = "0.14.2"774source = "registry+https://github.com/rust-lang/crates.io-index"775checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"776dependencies = [777 "camino",778 "cargo-platform",779 "semver 1.0.16",780 "serde",781 "serde_json",782]783784[[package]]785name = "cc"786version = "1.0.78"787source = "registry+https://github.com/rust-lang/crates.io-index"788checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"789dependencies = [790 "jobserver",791]792793[[package]]794name = "cexpr"795version = "0.6.0"796source = "registry+https://github.com/rust-lang/crates.io-index"797checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"798dependencies = [799 "nom",800]801802[[package]]803name = "cfg-expr"804version = "0.10.3"805source = "registry+https://github.com/rust-lang/crates.io-index"806checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"807dependencies = [808 "smallvec",809]810811[[package]]812name = "cfg-if"813version = "1.0.0"814source = "registry+https://github.com/rust-lang/crates.io-index"815checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"816817[[package]]818name = "cfg_aliases"819version = "0.1.1"820source = "registry+https://github.com/rust-lang/crates.io-index"821checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"822823[[package]]824name = "chacha20"825version = "0.8.2"826source = "registry+https://github.com/rust-lang/crates.io-index"827checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6"828dependencies = [829 "cfg-if",830 "cipher",831 "cpufeatures",832 "zeroize",833]834835[[package]]836name = "chacha20poly1305"837version = "0.9.1"838source = "registry+https://github.com/rust-lang/crates.io-index"839checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5"840dependencies = [841 "aead",842 "chacha20",843 "cipher",844 "poly1305",845 "zeroize",846]847848[[package]]849name = "chrono"850version = "0.4.23"851source = "registry+https://github.com/rust-lang/crates.io-index"852checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"853dependencies = [854 "iana-time-zone",855 "js-sys",856 "num-integer",857 "num-traits",858 "time",859 "wasm-bindgen",860 "winapi",861]862863[[package]]864name = "cid"865version = "0.8.6"866source = "registry+https://github.com/rust-lang/crates.io-index"867checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2"868dependencies = [869 "core2",870 "multibase",871 "multihash",872 "serde",873 "unsigned-varint",874]875876[[package]]877name = "cipher"878version = "0.3.0"879source = "registry+https://github.com/rust-lang/crates.io-index"880checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"881dependencies = [882 "generic-array 0.14.6",883]884885[[package]]886name = "ckb-merkle-mountain-range"887version = "0.5.2"888source = "registry+https://github.com/rust-lang/crates.io-index"889checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8"890dependencies = [891 "cfg-if",892]893894[[package]]895name = "clang-sys"896version = "1.4.0"897source = "registry+https://github.com/rust-lang/crates.io-index"898checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"899dependencies = [900 "glob",901 "libc",902 "libloading",903]904905[[package]]906name = "clap"907version = "4.1.1"908source = "registry+https://github.com/rust-lang/crates.io-index"909checksum = "4ec7a4128863c188deefe750ac1d1dfe66c236909f845af04beed823638dc1b2"910dependencies = [911 "bitflags",912 "clap_derive",913 "clap_lex",914 "is-terminal",915 "once_cell",916 "strsim",917 "termcolor",918]919920[[package]]921name = "clap_derive"922version = "4.1.0"923source = "registry+https://github.com/rust-lang/crates.io-index"924checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"925dependencies = [926 "heck",927 "proc-macro-error",928 "proc-macro2",929 "quote",930 "syn",931]932933[[package]]934name = "clap_lex"935version = "0.3.1"936source = "registry+https://github.com/rust-lang/crates.io-index"937checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"938dependencies = [939 "os_str_bytes",940]941942[[package]]943name = "coarsetime"944version = "0.1.22"945source = "registry+https://github.com/rust-lang/crates.io-index"946checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46"947dependencies = [948 "libc",949 "once_cell",950 "wasi 0.11.0+wasi-snapshot-preview1",951 "wasm-bindgen",952]953954[[package]]955name = "codespan-reporting"956version = "0.11.1"957source = "registry+https://github.com/rust-lang/crates.io-index"958checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"959dependencies = [960 "termcolor",961 "unicode-width",962]963964[[package]]965name = "comfy-table"966version = "6.1.4"967source = "registry+https://github.com/rust-lang/crates.io-index"968checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d"969dependencies = [970 "strum",971 "strum_macros",972 "unicode-width",973]974975[[package]]976name = "concurrent-queue"977version = "2.1.0"978source = "registry+https://github.com/rust-lang/crates.io-index"979checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"980dependencies = [981 "crossbeam-utils",982]983984[[package]]985name = "console"986version = "0.15.5"987source = "registry+https://github.com/rust-lang/crates.io-index"988checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"989dependencies = [990 "encode_unicode",991 "lazy_static",992 "libc",993 "windows-sys 0.42.0",994]995996[[package]]997name = "const-oid"998version = "0.9.1"999source = "registry+https://github.com/rust-lang/crates.io-index"1000checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b"10011002[[package]]1003name = "constant_time_eq"1004version = "0.1.5"1005source = "registry+https://github.com/rust-lang/crates.io-index"1006checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"10071008[[package]]1009name = "constant_time_eq"1010version = "0.2.4"1011source = "registry+https://github.com/rust-lang/crates.io-index"1012checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"10131014[[package]]1015name = "convert_case"1016version = "0.4.0"1017source = "registry+https://github.com/rust-lang/crates.io-index"1018checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"10191020[[package]]1021name = "core-foundation"1022version = "0.9.3"1023source = "registry+https://github.com/rust-lang/crates.io-index"1024checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"1025dependencies = [1026 "core-foundation-sys",1027 "libc",1028]10291030[[package]]1031name = "core-foundation-sys"1032version = "0.8.3"1033source = "registry+https://github.com/rust-lang/crates.io-index"1034checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"10351036[[package]]1037name = "core2"1038version = "0.4.0"1039source = "registry+https://github.com/rust-lang/crates.io-index"1040checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"1041dependencies = [1042 "memchr",1043]10441045[[package]]1046name = "cpp_demangle"1047version = "0.3.5"1048source = "registry+https://github.com/rust-lang/crates.io-index"1049checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"1050dependencies = [1051 "cfg-if",1052]10531054[[package]]1055name = "cpu-time"1056version = "1.0.0"1057source = "registry+https://github.com/rust-lang/crates.io-index"1058checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"1059dependencies = [1060 "libc",1061 "winapi",1062]10631064[[package]]1065name = "cpufeatures"1066version = "0.2.5"1067source = "registry+https://github.com/rust-lang/crates.io-index"1068checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"1069dependencies = [1070 "libc",1071]10721073[[package]]1074name = "cranelift-bforest"1075version = "0.88.2"1076source = "registry+https://github.com/rust-lang/crates.io-index"1077checksum = "52056f6d0584484b57fa6c1a65c1fcb15f3780d8b6a758426d9e3084169b2ddd"1078dependencies = [1079 "cranelift-entity",1080]10811082[[package]]1083name = "cranelift-codegen"1084version = "0.88.2"1085source = "registry+https://github.com/rust-lang/crates.io-index"1086checksum = "18fed94c8770dc25d01154c3ffa64ed0b3ba9d583736f305fed7beebe5d9cf74"1087dependencies = [1088 "arrayvec 0.7.2",1089 "bumpalo",1090 "cranelift-bforest",1091 "cranelift-codegen-meta",1092 "cranelift-codegen-shared",1093 "cranelift-entity",1094 "cranelift-isle",1095 "gimli 0.26.2",1096 "log",1097 "regalloc2",1098 "smallvec",1099 "target-lexicon",1100]11011102[[package]]1103name = "cranelift-codegen-meta"1104version = "0.88.2"1105source = "registry+https://github.com/rust-lang/crates.io-index"1106checksum = "1c451b81faf237d11c7e4f3165eeb6bac61112762c5cfe7b4c0fb7241474358f"1107dependencies = [1108 "cranelift-codegen-shared",1109]11101111[[package]]1112name = "cranelift-codegen-shared"1113version = "0.88.2"1114source = "registry+https://github.com/rust-lang/crates.io-index"1115checksum = "e7c940133198426d26128f08be2b40b0bd117b84771fd36798969c4d712d81fc"11161117[[package]]1118name = "cranelift-entity"1119version = "0.88.2"1120source = "registry+https://github.com/rust-lang/crates.io-index"1121checksum = "87a0f1b2fdc18776956370cf8d9b009ded3f855350c480c1c52142510961f352"1122dependencies = [1123 "serde",1124]11251126[[package]]1127name = "cranelift-frontend"1128version = "0.88.2"1129source = "registry+https://github.com/rust-lang/crates.io-index"1130checksum = "34897538b36b216cc8dd324e73263596d51b8cf610da6498322838b2546baf8a"1131dependencies = [1132 "cranelift-codegen",1133 "log",1134 "smallvec",1135 "target-lexicon",1136]11371138[[package]]1139name = "cranelift-isle"1140version = "0.88.2"1141source = "registry+https://github.com/rust-lang/crates.io-index"1142checksum = "1b2629a569fae540f16a76b70afcc87ad7decb38dc28fa6c648ac73b51e78470"11431144[[package]]1145name = "cranelift-native"1146version = "0.88.2"1147source = "registry+https://github.com/rust-lang/crates.io-index"1148checksum = "20937dab4e14d3e225c5adfc9c7106bafd4ac669bdb43027b911ff794c6fb318"1149dependencies = [1150 "cranelift-codegen",1151 "libc",1152 "target-lexicon",1153]11541155[[package]]1156name = "cranelift-wasm"1157version = "0.88.2"1158source = "registry+https://github.com/rust-lang/crates.io-index"1159checksum = "80fc2288957a94fd342a015811479de1837850924166d1f1856d8406e6f3609b"1160dependencies = [1161 "cranelift-codegen",1162 "cranelift-entity",1163 "cranelift-frontend",1164 "itertools",1165 "log",1166 "smallvec",1167 "wasmparser",1168 "wasmtime-types",1169]11701171[[package]]1172name = "crc32fast"1173version = "1.3.2"1174source = "registry+https://github.com/rust-lang/crates.io-index"1175checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"1176dependencies = [1177 "cfg-if",1178]11791180[[package]]1181name = "crossbeam-channel"1182version = "0.5.6"1183source = "registry+https://github.com/rust-lang/crates.io-index"1184checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"1185dependencies = [1186 "cfg-if",1187 "crossbeam-utils",1188]11891190[[package]]1191name = "crossbeam-deque"1192version = "0.8.2"1193source = "registry+https://github.com/rust-lang/crates.io-index"1194checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"1195dependencies = [1196 "cfg-if",1197 "crossbeam-epoch",1198 "crossbeam-utils",1199]12001201[[package]]1202name = "crossbeam-epoch"1203version = "0.9.13"1204source = "registry+https://github.com/rust-lang/crates.io-index"1205checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"1206dependencies = [1207 "autocfg",1208 "cfg-if",1209 "crossbeam-utils",1210 "memoffset 0.7.1",1211 "scopeguard",1212]12131214[[package]]1215name = "crossbeam-queue"1216version = "0.3.8"1217source = "registry+https://github.com/rust-lang/crates.io-index"1218checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"1219dependencies = [1220 "cfg-if",1221 "crossbeam-utils",1222]12231224[[package]]1225name = "crossbeam-utils"1226version = "0.8.14"1227source = "registry+https://github.com/rust-lang/crates.io-index"1228checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"1229dependencies = [1230 "cfg-if",1231]12321233[[package]]1234name = "crunchy"1235version = "0.2.2"1236source = "registry+https://github.com/rust-lang/crates.io-index"1237checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"12381239[[package]]1240name = "crypto-bigint"1241version = "0.4.9"1242source = "registry+https://github.com/rust-lang/crates.io-index"1243checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"1244dependencies = [1245 "generic-array 0.14.6",1246 "rand_core 0.6.4",1247 "subtle",1248 "zeroize",1249]12501251[[package]]1252name = "crypto-common"1253version = "0.1.6"1254source = "registry+https://github.com/rust-lang/crates.io-index"1255checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"1256dependencies = [1257 "generic-array 0.14.6",1258 "typenum",1259]12601261[[package]]1262name = "crypto-mac"1263version = "0.8.0"1264source = "registry+https://github.com/rust-lang/crates.io-index"1265checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"1266dependencies = [1267 "generic-array 0.14.6",1268 "subtle",1269]12701271[[package]]1272name = "crypto-mac"1273version = "0.11.1"1274source = "registry+https://github.com/rust-lang/crates.io-index"1275checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"1276dependencies = [1277 "generic-array 0.14.6",1278 "subtle",1279]12801281[[package]]1282name = "ctor"1283version = "0.1.26"1284source = "registry+https://github.com/rust-lang/crates.io-index"1285checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"1286dependencies = [1287 "quote",1288 "syn",1289]12901291[[package]]1292name = "ctr"1293version = "0.8.0"1294source = "registry+https://github.com/rust-lang/crates.io-index"1295checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"1296dependencies = [1297 "cipher",1298]12991300[[package]]1301name = "cumulus-client-cli"1302version = "0.1.0"1303source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1304dependencies = [1305 "clap",1306 "parity-scale-codec",1307 "sc-chain-spec",1308 "sc-cli",1309 "sc-service",1310 "sp-core",1311 "sp-runtime",1312 "url",1313]13141315[[package]]1316name = "cumulus-client-collator"1317version = "0.1.0"1318source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1319dependencies = [1320 "cumulus-client-consensus-common",1321 "cumulus-client-network",1322 "cumulus-primitives-core",1323 "futures",1324 "parity-scale-codec",1325 "parking_lot 0.12.1",1326 "polkadot-node-primitives",1327 "polkadot-node-subsystem",1328 "polkadot-overseer",1329 "polkadot-primitives",1330 "sc-client-api",1331 "sp-api",1332 "sp-consensus",1333 "sp-core",1334 "sp-runtime",1335 "tracing",1336]13371338[[package]]1339name = "cumulus-client-consensus-aura"1340version = "0.1.0"1341source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1342dependencies = [1343 "async-trait",1344 "cumulus-client-consensus-common",1345 "cumulus-primitives-core",1346 "futures",1347 "parity-scale-codec",1348 "sc-client-api",1349 "sc-consensus",1350 "sc-consensus-aura",1351 "sc-consensus-slots",1352 "sc-telemetry",1353 "sp-api",1354 "sp-application-crypto",1355 "sp-block-builder",1356 "sp-blockchain",1357 "sp-consensus",1358 "sp-consensus-aura",1359 "sp-core",1360 "sp-inherents",1361 "sp-keystore",1362 "sp-runtime",1363 "substrate-prometheus-endpoint",1364 "tracing",1365]13661367[[package]]1368name = "cumulus-client-consensus-common"1369version = "0.1.0"1370source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1371dependencies = [1372 "async-trait",1373 "cumulus-client-pov-recovery",1374 "cumulus-primitives-core",1375 "cumulus-relay-chain-interface",1376 "dyn-clone",1377 "futures",1378 "log",1379 "parity-scale-codec",1380 "polkadot-primitives",1381 "sc-client-api",1382 "sc-consensus",1383 "sp-blockchain",1384 "sp-consensus",1385 "sp-runtime",1386 "sp-trie",1387 "tracing",1388]13891390[[package]]1391name = "cumulus-client-network"1392version = "0.1.0"1393source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1394dependencies = [1395 "async-trait",1396 "cumulus-relay-chain-interface",1397 "futures",1398 "futures-timer",1399 "parity-scale-codec",1400 "parking_lot 0.12.1",1401 "polkadot-node-primitives",1402 "polkadot-parachain",1403 "polkadot-primitives",1404 "sc-client-api",1405 "sp-blockchain",1406 "sp-consensus",1407 "sp-core",1408 "sp-runtime",1409 "sp-state-machine",1410 "tracing",1411]14121413[[package]]1414name = "cumulus-client-pov-recovery"1415version = "0.1.0"1416source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1417dependencies = [1418 "cumulus-primitives-core",1419 "cumulus-relay-chain-interface",1420 "futures",1421 "futures-timer",1422 "parity-scale-codec",1423 "polkadot-node-primitives",1424 "polkadot-node-subsystem",1425 "polkadot-overseer",1426 "polkadot-primitives",1427 "rand 0.8.5",1428 "sc-client-api",1429 "sc-consensus",1430 "sp-consensus",1431 "sp-maybe-compressed-blob",1432 "sp-runtime",1433 "tracing",1434]14351436[[package]]1437name = "cumulus-client-service"1438version = "0.1.0"1439source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1440dependencies = [1441 "cumulus-client-cli",1442 "cumulus-client-collator",1443 "cumulus-client-consensus-common",1444 "cumulus-client-pov-recovery",1445 "cumulus-primitives-core",1446 "cumulus-relay-chain-inprocess-interface",1447 "cumulus-relay-chain-interface",1448 "cumulus-relay-chain-minimal-node",1449 "futures",1450 "parking_lot 0.12.1",1451 "polkadot-primitives",1452 "sc-client-api",1453 "sc-consensus",1454 "sc-service",1455 "sc-sysinfo",1456 "sc-telemetry",1457 "sp-api",1458 "sp-blockchain",1459 "sp-consensus",1460 "sp-core",1461 "sp-runtime",1462]14631464[[package]]1465name = "cumulus-pallet-aura-ext"1466version = "0.1.0"1467source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1468dependencies = [1469 "frame-support",1470 "frame-system",1471 "pallet-aura",1472 "parity-scale-codec",1473 "scale-info",1474 "sp-application-crypto",1475 "sp-consensus-aura",1476 "sp-runtime",1477 "sp-std",1478]14791480[[package]]1481name = "cumulus-pallet-dmp-queue"1482version = "0.1.0"1483source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1484dependencies = [1485 "cumulus-primitives-core",1486 "frame-support",1487 "frame-system",1488 "log",1489 "parity-scale-codec",1490 "scale-info",1491 "sp-io",1492 "sp-runtime",1493 "sp-std",1494 "xcm",1495]14961497[[package]]1498name = "cumulus-pallet-parachain-system"1499version = "0.1.0"1500source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1501dependencies = [1502 "bytes",1503 "cumulus-pallet-parachain-system-proc-macro",1504 "cumulus-primitives-core",1505 "cumulus-primitives-parachain-inherent",1506 "environmental",1507 "frame-support",1508 "frame-system",1509 "impl-trait-for-tuples",1510 "log",1511 "parity-scale-codec",1512 "polkadot-parachain",1513 "scale-info",1514 "sp-core",1515 "sp-externalities",1516 "sp-inherents",1517 "sp-io",1518 "sp-runtime",1519 "sp-state-machine",1520 "sp-std",1521 "sp-trie",1522 "sp-version",1523]15241525[[package]]1526name = "cumulus-pallet-parachain-system-proc-macro"1527version = "0.1.0"1528source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1529dependencies = [1530 "proc-macro-crate",1531 "proc-macro2",1532 "quote",1533 "syn",1534]15351536[[package]]1537name = "cumulus-pallet-xcm"1538version = "0.1.0"1539source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1540dependencies = [1541 "cumulus-primitives-core",1542 "frame-support",1543 "frame-system",1544 "parity-scale-codec",1545 "scale-info",1546 "sp-io",1547 "sp-runtime",1548 "sp-std",1549 "xcm",1550]15511552[[package]]1553name = "cumulus-pallet-xcmp-queue"1554version = "0.1.0"1555source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1556dependencies = [1557 "cumulus-primitives-core",1558 "frame-support",1559 "frame-system",1560 "log",1561 "parity-scale-codec",1562 "rand_chacha 0.3.1",1563 "scale-info",1564 "sp-runtime",1565 "sp-std",1566 "xcm",1567 "xcm-executor",1568]15691570[[package]]1571name = "cumulus-primitives-core"1572version = "0.1.0"1573source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1574dependencies = [1575 "parity-scale-codec",1576 "polkadot-core-primitives",1577 "polkadot-parachain",1578 "polkadot-primitives",1579 "sp-api",1580 "sp-runtime",1581 "sp-std",1582 "sp-trie",1583]15841585[[package]]1586name = "cumulus-primitives-parachain-inherent"1587version = "0.1.0"1588source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1589dependencies = [1590 "async-trait",1591 "cumulus-primitives-core",1592 "cumulus-relay-chain-interface",1593 "cumulus-test-relay-sproof-builder",1594 "parity-scale-codec",1595 "sc-client-api",1596 "scale-info",1597 "sp-api",1598 "sp-core",1599 "sp-inherents",1600 "sp-runtime",1601 "sp-state-machine",1602 "sp-std",1603 "sp-storage",1604 "sp-trie",1605 "tracing",1606]16071608[[package]]1609name = "cumulus-primitives-timestamp"1610version = "0.1.0"1611source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1612dependencies = [1613 "cumulus-primitives-core",1614 "futures",1615 "parity-scale-codec",1616 "sp-inherents",1617 "sp-std",1618 "sp-timestamp",1619]16201621[[package]]1622name = "cumulus-primitives-utility"1623version = "0.1.0"1624source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1625dependencies = [1626 "cumulus-primitives-core",1627 "frame-support",1628 "log",1629 "parity-scale-codec",1630 "sp-runtime",1631 "sp-std",1632 "xcm",1633 "xcm-builder",1634 "xcm-executor",1635]16361637[[package]]1638name = "cumulus-relay-chain-inprocess-interface"1639version = "0.1.0"1640source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1641dependencies = [1642 "async-trait",1643 "cumulus-primitives-core",1644 "cumulus-relay-chain-interface",1645 "futures",1646 "futures-timer",1647 "polkadot-cli",1648 "polkadot-client",1649 "polkadot-service",1650 "sc-cli",1651 "sc-client-api",1652 "sc-sysinfo",1653 "sc-telemetry",1654 "sc-tracing",1655 "sp-api",1656 "sp-consensus",1657 "sp-core",1658 "sp-runtime",1659 "sp-state-machine",1660]16611662[[package]]1663name = "cumulus-relay-chain-interface"1664version = "0.1.0"1665source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1666dependencies = [1667 "async-trait",1668 "cumulus-primitives-core",1669 "futures",1670 "jsonrpsee-core",1671 "parity-scale-codec",1672 "polkadot-overseer",1673 "polkadot-service",1674 "sc-client-api",1675 "sp-api",1676 "sp-blockchain",1677 "sp-state-machine",1678 "thiserror",1679 "tokio",1680]16811682[[package]]1683name = "cumulus-relay-chain-minimal-node"1684version = "0.1.0"1685source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1686dependencies = [1687 "array-bytes 6.0.0",1688 "async-trait",1689 "cumulus-primitives-core",1690 "cumulus-relay-chain-interface",1691 "cumulus-relay-chain-rpc-interface",1692 "futures",1693 "lru",1694 "polkadot-core-primitives",1695 "polkadot-network-bridge",1696 "polkadot-node-network-protocol",1697 "polkadot-node-subsystem-util",1698 "polkadot-overseer",1699 "polkadot-primitives",1700 "polkadot-service",1701 "sc-authority-discovery",1702 "sc-client-api",1703 "sc-consensus",1704 "sc-keystore",1705 "sc-network",1706 "sc-network-common",1707 "sc-service",1708 "sc-telemetry",1709 "sc-tracing",1710 "sc-transaction-pool",1711 "sc-transaction-pool-api",1712 "sp-api",1713 "sp-blockchain",1714 "sp-consensus",1715 "sp-consensus-babe",1716 "sp-runtime",1717 "tokio",1718 "tracing",1719 "url",1720]17211722[[package]]1723name = "cumulus-relay-chain-rpc-interface"1724version = "0.1.0"1725source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1726dependencies = [1727 "async-trait",1728 "cumulus-primitives-core",1729 "cumulus-relay-chain-interface",1730 "futures",1731 "futures-timer",1732 "jsonrpsee",1733 "lru",1734 "parity-scale-codec",1735 "polkadot-service",1736 "sc-client-api",1737 "sc-rpc-api",1738 "serde",1739 "serde_json",1740 "sp-api",1741 "sp-authority-discovery",1742 "sp-consensus-babe",1743 "sp-core",1744 "sp-state-machine",1745 "sp-storage",1746 "tokio",1747 "tracing",1748 "url",1749]17501751[[package]]1752name = "cumulus-test-relay-sproof-builder"1753version = "0.1.0"1754source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"1755dependencies = [1756 "cumulus-primitives-core",1757 "parity-scale-codec",1758 "polkadot-primitives",1759 "sp-runtime",1760 "sp-state-machine",1761 "sp-std",1762]17631764[[package]]1765name = "curve25519-dalek"1766version = "2.1.3"1767source = "registry+https://github.com/rust-lang/crates.io-index"1768checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"1769dependencies = [1770 "byteorder",1771 "digest 0.8.1",1772 "rand_core 0.5.1",1773 "subtle",1774 "zeroize",1775]17761777[[package]]1778name = "curve25519-dalek"1779version = "3.2.0"1780source = "registry+https://github.com/rust-lang/crates.io-index"1781checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"1782dependencies = [1783 "byteorder",1784 "digest 0.9.0",1785 "rand_core 0.5.1",1786 "subtle",1787 "zeroize",1788]17891790[[package]]1791name = "curve25519-dalek"1792version = "4.0.0-pre.5"1793source = "registry+https://github.com/rust-lang/crates.io-index"1794checksum = "67bc65846be335cb20f4e52d49a437b773a2c1fdb42b19fc84e79e6f6771536f"1795dependencies = [1796 "cfg-if",1797 "fiat-crypto",1798 "packed_simd_2",1799 "platforms 3.0.2",1800 "subtle",1801 "zeroize",1802]18031804[[package]]1805name = "cxx"1806version = "1.0.86"1807source = "registry+https://github.com/rust-lang/crates.io-index"1808checksum = "51d1075c37807dcf850c379432f0df05ba52cc30f279c5cfc43cc221ce7f8579"1809dependencies = [1810 "cc",1811 "cxxbridge-flags",1812 "cxxbridge-macro",1813 "link-cplusplus",1814]18151816[[package]]1817name = "cxx-build"1818version = "1.0.86"1819source = "registry+https://github.com/rust-lang/crates.io-index"1820checksum = "5044281f61b27bc598f2f6647d480aed48d2bf52d6eb0b627d84c0361b17aa70"1821dependencies = [1822 "cc",1823 "codespan-reporting",1824 "once_cell",1825 "proc-macro2",1826 "quote",1827 "scratch",1828 "syn",1829]18301831[[package]]1832name = "cxxbridge-flags"1833version = "1.0.86"1834source = "registry+https://github.com/rust-lang/crates.io-index"1835checksum = "61b50bc93ba22c27b0d31128d2d130a0a6b3d267ae27ef7e4fae2167dfe8781c"18361837[[package]]1838name = "cxxbridge-macro"1839version = "1.0.86"1840source = "registry+https://github.com/rust-lang/crates.io-index"1841checksum = "39e61fda7e62115119469c7b3591fd913ecca96fb766cfd3f2e2502ab7bc87a5"1842dependencies = [1843 "proc-macro2",1844 "quote",1845 "syn",1846]18471848[[package]]1849name = "data-encoding"1850version = "2.3.3"1851source = "registry+https://github.com/rust-lang/crates.io-index"1852checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"18531854[[package]]1855name = "data-encoding-macro"1856version = "0.1.12"1857source = "registry+https://github.com/rust-lang/crates.io-index"1858checksum = "86927b7cd2fe88fa698b87404b287ab98d1a0063a34071d92e575b72d3029aca"1859dependencies = [1860 "data-encoding",1861 "data-encoding-macro-internal",1862]18631864[[package]]1865name = "data-encoding-macro-internal"1866version = "0.1.10"1867source = "registry+https://github.com/rust-lang/crates.io-index"1868checksum = "a5bbed42daaa95e780b60a50546aa345b8413a1e46f9a40a12907d3598f038db"1869dependencies = [1870 "data-encoding",1871 "syn",1872]18731874[[package]]1875name = "der"1876version = "0.6.1"1877source = "registry+https://github.com/rust-lang/crates.io-index"1878checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"1879dependencies = [1880 "const-oid",1881 "zeroize",1882]18831884[[package]]1885name = "derivative"1886version = "2.2.0"1887source = "registry+https://github.com/rust-lang/crates.io-index"1888checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"1889dependencies = [1890 "proc-macro2",1891 "quote",1892 "syn",1893]18941895[[package]]1896name = "derive_more"1897version = "0.99.17"1898source = "registry+https://github.com/rust-lang/crates.io-index"1899checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"1900dependencies = [1901 "convert_case",1902 "proc-macro2",1903 "quote",1904 "rustc_version 0.4.0",1905 "syn",1906]19071908[[package]]1909name = "difflib"1910version = "0.4.0"1911source = "registry+https://github.com/rust-lang/crates.io-index"1912checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"19131914[[package]]1915name = "digest"1916version = "0.8.1"1917source = "registry+https://github.com/rust-lang/crates.io-index"1918checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1919dependencies = [1920 "generic-array 0.12.4",1921]19221923[[package]]1924name = "digest"1925version = "0.9.0"1926source = "registry+https://github.com/rust-lang/crates.io-index"1927checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"1928dependencies = [1929 "generic-array 0.14.6",1930]19311932[[package]]1933name = "digest"1934version = "0.10.6"1935source = "registry+https://github.com/rust-lang/crates.io-index"1936checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"1937dependencies = [1938 "block-buffer 0.10.3",1939 "crypto-common",1940 "subtle",1941]19421943[[package]]1944name = "directories"1945version = "4.0.1"1946source = "registry+https://github.com/rust-lang/crates.io-index"1947checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"1948dependencies = [1949 "dirs-sys",1950]19511952[[package]]1953name = "directories-next"1954version = "2.0.0"1955source = "registry+https://github.com/rust-lang/crates.io-index"1956checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"1957dependencies = [1958 "cfg-if",1959 "dirs-sys-next",1960]19611962[[package]]1963name = "dirs-sys"1964version = "0.3.7"1965source = "registry+https://github.com/rust-lang/crates.io-index"1966checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"1967dependencies = [1968 "libc",1969 "redox_users",1970 "winapi",1971]19721973[[package]]1974name = "dirs-sys-next"1975version = "0.1.2"1976source = "registry+https://github.com/rust-lang/crates.io-index"1977checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1978dependencies = [1979 "libc",1980 "redox_users",1981 "winapi",1982]19831984[[package]]1985name = "dns-parser"1986version = "0.8.0"1987source = "registry+https://github.com/rust-lang/crates.io-index"1988checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"1989dependencies = [1990 "byteorder",1991 "quick-error",1992]19931994[[package]]1995name = "downcast"1996version = "0.11.0"1997source = "registry+https://github.com/rust-lang/crates.io-index"1998checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"19992000[[package]]2001name = "downcast-rs"2002version = "1.2.0"2003source = "registry+https://github.com/rust-lang/crates.io-index"2004checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"20052006[[package]]2007name = "dtoa"2008version = "1.0.5"2009source = "registry+https://github.com/rust-lang/crates.io-index"2010checksum = "c00704156a7de8df8da0911424e30c2049957b0a714542a44e05fe693dd85313"20112012[[package]]2013name = "dyn-clonable"2014version = "0.9.0"2015source = "registry+https://github.com/rust-lang/crates.io-index"2016checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4"2017dependencies = [2018 "dyn-clonable-impl",2019 "dyn-clone",2020]20212022[[package]]2023name = "dyn-clonable-impl"2024version = "0.9.0"2025source = "registry+https://github.com/rust-lang/crates.io-index"2026checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5"2027dependencies = [2028 "proc-macro2",2029 "quote",2030 "syn",2031]20322033[[package]]2034name = "dyn-clone"2035version = "1.0.10"2036source = "registry+https://github.com/rust-lang/crates.io-index"2037checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60"20382039[[package]]2040name = "ecdsa"2041version = "0.14.8"2042source = "registry+https://github.com/rust-lang/crates.io-index"2043checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"2044dependencies = [2045 "der",2046 "elliptic-curve",2047 "rfc6979",2048 "signature",2049]20502051[[package]]2052name = "ed25519"2053version = "1.5.3"2054source = "registry+https://github.com/rust-lang/crates.io-index"2055checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"2056dependencies = [2057 "signature",2058]20592060[[package]]2061name = "ed25519-dalek"2062version = "1.0.1"2063source = "registry+https://github.com/rust-lang/crates.io-index"2064checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"2065dependencies = [2066 "curve25519-dalek 3.2.0",2067 "ed25519",2068 "rand 0.7.3",2069 "serde",2070 "sha2 0.9.9",2071 "zeroize",2072]20732074[[package]]2075name = "ed25519-zebra"2076version = "3.1.0"2077source = "registry+https://github.com/rust-lang/crates.io-index"2078checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6"2079dependencies = [2080 "curve25519-dalek 3.2.0",2081 "hashbrown",2082 "hex",2083 "rand_core 0.6.4",2084 "sha2 0.9.9",2085 "zeroize",2086]20872088[[package]]2089name = "either"2090version = "1.8.0"2091source = "registry+https://github.com/rust-lang/crates.io-index"2092checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"20932094[[package]]2095name = "elliptic-curve"2096version = "0.12.3"2097source = "registry+https://github.com/rust-lang/crates.io-index"2098checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"2099dependencies = [2100 "base16ct",2101 "crypto-bigint",2102 "der",2103 "digest 0.10.6",2104 "ff",2105 "generic-array 0.14.6",2106 "group",2107 "rand_core 0.6.4",2108 "sec1",2109 "subtle",2110 "zeroize",2111]21122113[[package]]2114name = "encode_unicode"2115version = "0.3.6"2116source = "registry+https://github.com/rust-lang/crates.io-index"2117checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"21182119[[package]]2120name = "enum-as-inner"2121version = "0.5.1"2122source = "registry+https://github.com/rust-lang/crates.io-index"2123checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"2124dependencies = [2125 "heck",2126 "proc-macro2",2127 "quote",2128 "syn",2129]21302131[[package]]2132name = "enumflags2"2133version = "0.7.5"2134source = "registry+https://github.com/rust-lang/crates.io-index"2135checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"2136dependencies = [2137 "enumflags2_derive",2138]21392140[[package]]2141name = "enumflags2_derive"2142version = "0.7.4"2143source = "registry+https://github.com/rust-lang/crates.io-index"2144checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"2145dependencies = [2146 "proc-macro2",2147 "quote",2148 "syn",2149]21502151[[package]]2152name = "enumn"2153version = "0.1.6"2154source = "registry+https://github.com/rust-lang/crates.io-index"2155checksum = "e88bcb3a067a6555d577aba299e75eff9942da276e6506fc6274327daa026132"2156dependencies = [2157 "proc-macro2",2158 "quote",2159 "syn",2160]21612162[[package]]2163name = "env_logger"2164version = "0.9.3"2165source = "registry+https://github.com/rust-lang/crates.io-index"2166checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"2167dependencies = [2168 "atty",2169 "humantime",2170 "log",2171 "regex",2172 "termcolor",2173]21742175[[package]]2176name = "env_logger"2177version = "0.10.0"2178source = "registry+https://github.com/rust-lang/crates.io-index"2179checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"2180dependencies = [2181 "humantime",2182 "is-terminal",2183 "log",2184 "regex",2185 "termcolor",2186]21872188[[package]]2189name = "environmental"2190version = "1.1.4"2191source = "registry+https://github.com/rust-lang/crates.io-index"2192checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b"21932194[[package]]2195name = "errno"2196version = "0.2.8"2197source = "registry+https://github.com/rust-lang/crates.io-index"2198checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"2199dependencies = [2200 "errno-dragonfly",2201 "libc",2202 "winapi",2203]22042205[[package]]2206name = "errno-dragonfly"2207version = "0.1.2"2208source = "registry+https://github.com/rust-lang/crates.io-index"2209checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"2210dependencies = [2211 "cc",2212 "libc",2213]22142215[[package]]2216name = "ethbloom"2217version = "0.12.1"2218source = "registry+https://github.com/rust-lang/crates.io-index"2219checksum = "11da94e443c60508eb62cf256243a64da87304c2802ac2528847f79d750007ef"2220dependencies = [2221 "crunchy",2222 "fixed-hash 0.7.0",2223 "impl-codec",2224 "impl-rlp",2225 "scale-info",2226 "tiny-keccak",2227]22282229[[package]]2230name = "ethbloom"2231version = "0.13.0"2232source = "registry+https://github.com/rust-lang/crates.io-index"2233checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60"2234dependencies = [2235 "crunchy",2236 "fixed-hash 0.8.0",2237 "impl-codec",2238 "impl-rlp",2239 "impl-serde",2240 "scale-info",2241 "tiny-keccak",2242]22432244[[package]]2245name = "ethereum"2246version = "0.12.0"2247source = "registry+https://github.com/rust-lang/crates.io-index"2248checksum = "23750149fe8834c0e24bb9adcbacbe06c45b9861f15df53e09f26cb7c4ab91ef"2249dependencies = [2250 "bytes",2251 "ethereum-types 0.13.1",2252 "hash-db",2253 "hash256-std-hasher",2254 "rlp",2255 "rlp-derive",2256 "sha3 0.10.6",2257 "triehash",2258]22592260[[package]]2261name = "ethereum"2262version = "0.14.0"2263source = "registry+https://github.com/rust-lang/crates.io-index"2264checksum = "6a89fb87a9e103f71b903b80b670200b54cc67a07578f070681f1fffb7396fb7"2265dependencies = [2266 "bytes",2267 "ethereum-types 0.14.1",2268 "hash-db",2269 "hash256-std-hasher",2270 "parity-scale-codec",2271 "rlp",2272 "scale-info",2273 "serde",2274 "sha3 0.10.6",2275 "triehash",2276]22772278[[package]]2279name = "ethereum-types"2280version = "0.13.1"2281source = "registry+https://github.com/rust-lang/crates.io-index"2282checksum = "b2827b94c556145446fcce834ca86b7abf0c39a805883fe20e72c5bfdb5a0dc6"2283dependencies = [2284 "ethbloom 0.12.1",2285 "fixed-hash 0.7.0",2286 "impl-codec",2287 "impl-rlp",2288 "primitive-types 0.11.1",2289 "scale-info",2290 "uint",2291]22922293[[package]]2294name = "ethereum-types"2295version = "0.14.1"2296source = "registry+https://github.com/rust-lang/crates.io-index"2297checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee"2298dependencies = [2299 "ethbloom 0.13.0",2300 "fixed-hash 0.8.0",2301 "impl-codec",2302 "impl-rlp",2303 "impl-serde",2304 "primitive-types 0.12.1",2305 "scale-info",2306 "uint",2307]23082309[[package]]2310name = "event-listener"2311version = "2.5.3"2312source = "registry+https://github.com/rust-lang/crates.io-index"2313checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"23142315[[package]]2316name = "evm"2317version = "0.37.0"2318source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2319dependencies = [2320 "auto_impl",2321 "environmental",2322 "ethereum 0.14.0",2323 "evm-core",2324 "evm-gasometer",2325 "evm-runtime",2326 "log",2327 "parity-scale-codec",2328 "primitive-types 0.12.1",2329 "rlp",2330 "scale-info",2331 "serde",2332 "sha3 0.10.6",2333]23342335[[package]]2336name = "evm-coder"2337version = "0.1.6"2338dependencies = [2339 "ethereum 0.14.0",2340 "evm-coder-procedural",2341 "evm-core",2342 "frame-support",2343 "hex",2344 "hex-literal",2345 "impl-trait-for-tuples",2346 "primitive-types 0.12.1",2347 "sha3-const",2348 "similar-asserts",2349 "trybuild",2350]23512352[[package]]2353name = "evm-coder-procedural"2354version = "0.2.3"2355dependencies = [2356 "Inflector",2357 "hex",2358 "proc-macro2",2359 "quote",2360 "sha3 0.10.6",2361 "syn",2362]23632364[[package]]2365name = "evm-core"2366version = "0.37.0"2367source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2368dependencies = [2369 "parity-scale-codec",2370 "primitive-types 0.12.1",2371 "scale-info",2372 "serde",2373]23742375[[package]]2376name = "evm-gasometer"2377version = "0.37.0"2378source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2379dependencies = [2380 "environmental",2381 "evm-core",2382 "evm-runtime",2383 "primitive-types 0.12.1",2384]23852386[[package]]2387name = "evm-runtime"2388version = "0.37.0"2389source = "git+https://github.com/uniquenetwork/evm?branch=unique-polkadot-v0.9.36#e543965fa325885fc61ebf6ec47565b8ab686afd"2390dependencies = [2391 "auto_impl",2392 "environmental",2393 "evm-core",2394 "primitive-types 0.12.1",2395 "sha3 0.10.6",2396]23972398[[package]]2399name = "exit-future"2400version = "0.2.0"2401source = "registry+https://github.com/rust-lang/crates.io-index"2402checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"2403dependencies = [2404 "futures",2405]24062407[[package]]2408name = "expander"2409version = "0.0.4"2410source = "registry+https://github.com/rust-lang/crates.io-index"2411checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881"2412dependencies = [2413 "blake3",2414 "fs-err",2415 "proc-macro2",2416 "quote",2417]24182419[[package]]2420name = "expander"2421version = "0.0.6"2422source = "registry+https://github.com/rust-lang/crates.io-index"2423checksum = "3774182a5df13c3d1690311ad32fbe913feef26baba609fa2dd5f72042bd2ab6"2424dependencies = [2425 "blake2",2426 "fs-err",2427 "proc-macro2",2428 "quote",2429 "syn",2430]24312432[[package]]2433name = "fake-simd"2434version = "0.1.2"2435source = "registry+https://github.com/rust-lang/crates.io-index"2436checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"24372438[[package]]2439name = "fallible-iterator"2440version = "0.2.0"2441source = "registry+https://github.com/rust-lang/crates.io-index"2442checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"24432444[[package]]2445name = "fastrand"2446version = "1.8.0"2447source = "registry+https://github.com/rust-lang/crates.io-index"2448checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"2449dependencies = [2450 "instant",2451]24522453[[package]]2454name = "fatality"2455version = "0.0.6"2456source = "registry+https://github.com/rust-lang/crates.io-index"2457checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab"2458dependencies = [2459 "fatality-proc-macro",2460 "thiserror",2461]24622463[[package]]2464name = "fatality-proc-macro"2465version = "0.0.6"2466source = "registry+https://github.com/rust-lang/crates.io-index"2467checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd"2468dependencies = [2469 "expander 0.0.4",2470 "indexmap",2471 "proc-macro-crate",2472 "proc-macro2",2473 "quote",2474 "syn",2475 "thiserror",2476]24772478[[package]]2479name = "fc-consensus"2480version = "2.0.0-dev"2481source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2482dependencies = [2483 "async-trait",2484 "fc-db",2485 "fp-consensus",2486 "fp-rpc",2487 "sc-client-api",2488 "sc-consensus",2489 "sp-api",2490 "sp-block-builder",2491 "sp-blockchain",2492 "sp-consensus",2493 "sp-runtime",2494 "thiserror",2495]24962497[[package]]2498name = "fc-db"2499version = "2.0.0-dev"2500source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2501dependencies = [2502 "fp-storage",2503 "kvdb-rocksdb",2504 "log",2505 "parity-db",2506 "parity-scale-codec",2507 "parking_lot 0.12.1",2508 "sc-client-db",2509 "smallvec",2510 "sp-blockchain",2511 "sp-core",2512 "sp-database",2513 "sp-runtime",2514]25152516[[package]]2517name = "fc-mapping-sync"2518version = "2.0.0-dev"2519source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2520dependencies = [2521 "fc-db",2522 "fp-consensus",2523 "fp-rpc",2524 "futures",2525 "futures-timer",2526 "log",2527 "sc-client-api",2528 "sp-api",2529 "sp-blockchain",2530 "sp-runtime",2531]25322533[[package]]2534name = "fc-rpc"2535version = "2.0.0-dev"2536source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2537dependencies = [2538 "ethereum 0.14.0",2539 "ethereum-types 0.14.1",2540 "evm",2541 "fc-db",2542 "fc-rpc-core",2543 "fp-ethereum",2544 "fp-evm",2545 "fp-rpc",2546 "fp-storage",2547 "futures",2548 "hex",2549 "jsonrpsee",2550 "libsecp256k1",2551 "log",2552 "lru",2553 "parity-scale-codec",2554 "prometheus",2555 "rand 0.8.5",2556 "rlp",2557 "sc-client-api",2558 "sc-network",2559 "sc-network-common",2560 "sc-rpc",2561 "sc-service",2562 "sc-transaction-pool",2563 "sc-transaction-pool-api",2564 "sp-api",2565 "sp-block-builder",2566 "sp-blockchain",2567 "sp-consensus",2568 "sp-core",2569 "sp-io",2570 "sp-runtime",2571 "sp-storage",2572 "substrate-prometheus-endpoint",2573 "tokio",2574]25752576[[package]]2577name = "fc-rpc-core"2578version = "1.1.0-dev"2579source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2580dependencies = [2581 "ethereum 0.14.0",2582 "ethereum-types 0.14.1",2583 "jsonrpsee",2584 "rlp",2585 "rustc-hex",2586 "serde",2587 "serde_json",2588]25892590[[package]]2591name = "fdlimit"2592version = "0.2.1"2593source = "registry+https://github.com/rust-lang/crates.io-index"2594checksum = "2c4c9e43643f5a3be4ca5b67d26b98031ff9db6806c3440ae32e02e3ceac3f1b"2595dependencies = [2596 "libc",2597]25982599[[package]]2600name = "ff"2601version = "0.12.1"2602source = "registry+https://github.com/rust-lang/crates.io-index"2603checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"2604dependencies = [2605 "rand_core 0.6.4",2606 "subtle",2607]26082609[[package]]2610name = "fiat-crypto"2611version = "0.1.17"2612source = "registry+https://github.com/rust-lang/crates.io-index"2613checksum = "a214f5bb88731d436478f3ae1f8a277b62124089ba9fb67f4f93fb100ef73c90"26142615[[package]]2616name = "file-per-thread-logger"2617version = "0.1.6"2618source = "registry+https://github.com/rust-lang/crates.io-index"2619checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"2620dependencies = [2621 "env_logger 0.10.0",2622 "log",2623]26242625[[package]]2626name = "filetime"2627version = "0.2.19"2628source = "registry+https://github.com/rust-lang/crates.io-index"2629checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"2630dependencies = [2631 "cfg-if",2632 "libc",2633 "redox_syscall",2634 "windows-sys 0.42.0",2635]26362637[[package]]2638name = "finality-grandpa"2639version = "0.16.1"2640source = "registry+https://github.com/rust-lang/crates.io-index"2641checksum = "e24e6c429951433ccb7c87fd528c60084834dcd14763182c1f83291bcde24c34"2642dependencies = [2643 "either",2644 "futures",2645 "futures-timer",2646 "log",2647 "num-traits",2648 "parity-scale-codec",2649 "parking_lot 0.12.1",2650 "scale-info",2651]26522653[[package]]2654name = "fixed-hash"2655version = "0.7.0"2656source = "registry+https://github.com/rust-lang/crates.io-index"2657checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"2658dependencies = [2659 "byteorder",2660 "rustc-hex",2661 "static_assertions",2662]26632664[[package]]2665name = "fixed-hash"2666version = "0.8.0"2667source = "registry+https://github.com/rust-lang/crates.io-index"2668checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534"2669dependencies = [2670 "byteorder",2671 "rand 0.8.5",2672 "rustc-hex",2673 "static_assertions",2674]26752676[[package]]2677name = "fixedbitset"2678version = "0.4.2"2679source = "registry+https://github.com/rust-lang/crates.io-index"2680checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"26812682[[package]]2683name = "flate2"2684version = "1.0.25"2685source = "registry+https://github.com/rust-lang/crates.io-index"2686checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"2687dependencies = [2688 "crc32fast",2689 "libz-sys",2690 "miniz_oxide",2691]26922693[[package]]2694name = "float-cmp"2695version = "0.9.0"2696source = "registry+https://github.com/rust-lang/crates.io-index"2697checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"2698dependencies = [2699 "num-traits",2700]27012702[[package]]2703name = "fnv"2704version = "1.0.7"2705source = "registry+https://github.com/rust-lang/crates.io-index"2706checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"27072708[[package]]2709name = "fork-tree"2710version = "3.0.0"2711source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2712dependencies = [2713 "parity-scale-codec",2714]27152716[[package]]2717name = "form_urlencoded"2718version = "1.1.0"2719source = "registry+https://github.com/rust-lang/crates.io-index"2720checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"2721dependencies = [2722 "percent-encoding",2723]27242725[[package]]2726name = "fp-consensus"2727version = "2.0.0-dev"2728source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2729dependencies = [2730 "ethereum 0.14.0",2731 "parity-scale-codec",2732 "sp-core",2733 "sp-runtime",2734 "sp-std",2735]27362737[[package]]2738name = "fp-ethereum"2739version = "1.0.0-dev"2740source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2741dependencies = [2742 "ethereum 0.14.0",2743 "ethereum-types 0.14.1",2744 "fp-evm",2745 "frame-support",2746 "num_enum",2747 "parity-scale-codec",2748 "sp-core",2749 "sp-std",2750]27512752[[package]]2753name = "fp-evm"2754version = "3.0.0-dev"2755source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2756dependencies = [2757 "evm",2758 "frame-support",2759 "impl-trait-for-tuples",2760 "parity-scale-codec",2761 "serde",2762 "sp-core",2763 "sp-std",2764]27652766[[package]]2767name = "fp-evm-mapping"2768version = "0.1.0"2769source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2770dependencies = [2771 "frame-support",2772 "sp-core",2773]27742775[[package]]2776name = "fp-rpc"2777version = "3.0.0-dev"2778source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2779dependencies = [2780 "ethereum 0.14.0",2781 "ethereum-types 0.14.1",2782 "fp-evm",2783 "parity-scale-codec",2784 "scale-info",2785 "sp-api",2786 "sp-core",2787 "sp-io",2788 "sp-runtime",2789 "sp-std",2790]27912792[[package]]2793name = "fp-self-contained"2794version = "1.0.0-dev"2795source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2796dependencies = [2797 "ethereum 0.14.0",2798 "frame-support",2799 "parity-scale-codec",2800 "scale-info",2801 "serde",2802 "sp-runtime",2803]28042805[[package]]2806name = "fp-storage"2807version = "2.0.0"2808source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"2809dependencies = [2810 "parity-scale-codec",2811 "serde",2812]28132814[[package]]2815name = "fragile"2816version = "2.0.0"2817source = "registry+https://github.com/rust-lang/crates.io-index"2818checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"28192820[[package]]2821name = "frame-benchmarking"2822version = "4.0.0-dev"2823source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2824dependencies = [2825 "frame-support",2826 "frame-system",2827 "linregress",2828 "log",2829 "parity-scale-codec",2830 "paste",2831 "scale-info",2832 "serde",2833 "sp-api",2834 "sp-application-crypto",2835 "sp-core",2836 "sp-io",2837 "sp-runtime",2838 "sp-runtime-interface",2839 "sp-std",2840 "sp-storage",2841]28422843[[package]]2844name = "frame-benchmarking-cli"2845version = "4.0.0-dev"2846source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2847dependencies = [2848 "Inflector",2849 "array-bytes 4.2.0",2850 "chrono",2851 "clap",2852 "comfy-table",2853 "frame-benchmarking",2854 "frame-support",2855 "frame-system",2856 "gethostname",2857 "handlebars",2858 "hash-db",2859 "itertools",2860 "kvdb",2861 "lazy_static",2862 "linked-hash-map",2863 "log",2864 "memory-db",2865 "parity-scale-codec",2866 "rand 0.8.5",2867 "rand_pcg 0.3.1",2868 "sc-block-builder",2869 "sc-cli",2870 "sc-client-api",2871 "sc-client-db",2872 "sc-executor",2873 "sc-service",2874 "sc-sysinfo",2875 "serde",2876 "serde_json",2877 "serde_nanos",2878 "sp-api",2879 "sp-blockchain",2880 "sp-core",2881 "sp-database",2882 "sp-externalities",2883 "sp-inherents",2884 "sp-keystore",2885 "sp-runtime",2886 "sp-state-machine",2887 "sp-std",2888 "sp-storage",2889 "sp-trie",2890 "tempfile",2891 "thiserror",2892 "thousands",2893]28942895[[package]]2896name = "frame-election-provider-solution-type"2897version = "4.0.0-dev"2898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2899dependencies = [2900 "proc-macro-crate",2901 "proc-macro2",2902 "quote",2903 "syn",2904]29052906[[package]]2907name = "frame-election-provider-support"2908version = "4.0.0-dev"2909source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2910dependencies = [2911 "frame-election-provider-solution-type",2912 "frame-support",2913 "frame-system",2914 "parity-scale-codec",2915 "scale-info",2916 "sp-arithmetic",2917 "sp-core",2918 "sp-npos-elections",2919 "sp-runtime",2920 "sp-std",2921]29222923[[package]]2924name = "frame-executive"2925version = "4.0.0-dev"2926source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2927dependencies = [2928 "frame-support",2929 "frame-system",2930 "frame-try-runtime",2931 "parity-scale-codec",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",2947 "parity-scale-codec",2948 "scale-info",2949 "serde",2950]29512952[[package]]2953name = "frame-remote-externalities"2954version = "0.10.0-dev"2955source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2956dependencies = [2957 "env_logger 0.9.3",2958 "futures",2959 "log",2960 "parity-scale-codec",2961 "serde",2962 "serde_json",2963 "sp-core",2964 "sp-io",2965 "sp-runtime",2966 "sp-version",2967 "substrate-rpc-client",2968 "tokio",2969]29702971[[package]]2972name = "frame-support"2973version = "4.0.0-dev"2974source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"2975dependencies = [2976 "bitflags",2977 "frame-metadata",2978 "frame-support-procedural",2979 "impl-trait-for-tuples",2980 "k256",2981 "log",2982 "once_cell",2983 "parity-scale-codec",2984 "paste",2985 "scale-info",2986 "serde",2987 "smallvec",2988 "sp-api",2989 "sp-arithmetic",2990 "sp-core",2991 "sp-core-hashing-proc-macro",2992 "sp-inherents",2993 "sp-io",2994 "sp-runtime",2995 "sp-staking",2996 "sp-state-machine",2997 "sp-std",2998 "sp-tracing",2999 "sp-weights",3000 "tt-call",3001]30023003[[package]]3004name = "frame-support-procedural"3005version = "4.0.0-dev"3006source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3007dependencies = [3008 "Inflector",3009 "cfg-expr",3010 "frame-support-procedural-tools",3011 "itertools",3012 "proc-macro2",3013 "quote",3014 "syn",3015]30163017[[package]]3018name = "frame-support-procedural-tools"3019version = "4.0.0-dev"3020source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3021dependencies = [3022 "frame-support-procedural-tools-derive",3023 "proc-macro-crate",3024 "proc-macro2",3025 "quote",3026 "syn",3027]30283029[[package]]3030name = "frame-support-procedural-tools-derive"3031version = "3.0.0"3032source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3033dependencies = [3034 "proc-macro2",3035 "quote",3036 "syn",3037]30383039[[package]]3040name = "frame-system"3041version = "4.0.0-dev"3042source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3043dependencies = [3044 "frame-support",3045 "log",3046 "parity-scale-codec",3047 "scale-info",3048 "serde",3049 "sp-core",3050 "sp-io",3051 "sp-runtime",3052 "sp-std",3053 "sp-version",3054 "sp-weights",3055]30563057[[package]]3058name = "frame-system-benchmarking"3059version = "4.0.0-dev"3060source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3061dependencies = [3062 "frame-benchmarking",3063 "frame-support",3064 "frame-system",3065 "parity-scale-codec",3066 "scale-info",3067 "sp-core",3068 "sp-runtime",3069 "sp-std",3070]30713072[[package]]3073name = "frame-system-rpc-runtime-api"3074version = "4.0.0-dev"3075source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3076dependencies = [3077 "parity-scale-codec",3078 "sp-api",3079]30803081[[package]]3082name = "frame-try-runtime"3083version = "0.10.0-dev"3084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"3085dependencies = [3086 "frame-support",3087 "parity-scale-codec",3088 "sp-api",3089 "sp-runtime",3090 "sp-std",3091]30923093[[package]]3094name = "fs-err"3095version = "2.9.0"3096source = "registry+https://github.com/rust-lang/crates.io-index"3097checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541"30983099[[package]]3100name = "fs2"3101version = "0.4.3"3102source = "registry+https://github.com/rust-lang/crates.io-index"3103checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"3104dependencies = [3105 "libc",3106 "winapi",3107]31083109[[package]]3110name = "fs_extra"3111version = "1.2.0"3112source = "registry+https://github.com/rust-lang/crates.io-index"3113checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"31143115[[package]]3116name = "funty"3117version = "2.0.0"3118source = "registry+https://github.com/rust-lang/crates.io-index"3119checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"31203121[[package]]3122name = "futures"3123version = "0.3.25"3124source = "registry+https://github.com/rust-lang/crates.io-index"3125checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"3126dependencies = [3127 "futures-channel",3128 "futures-core",3129 "futures-executor",3130 "futures-io",3131 "futures-sink",3132 "futures-task",3133 "futures-util",3134]31353136[[package]]3137name = "futures-channel"3138version = "0.3.25"3139source = "registry+https://github.com/rust-lang/crates.io-index"3140checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"3141dependencies = [3142 "futures-core",3143 "futures-sink",3144]31453146[[package]]3147name = "futures-core"3148version = "0.3.25"3149source = "registry+https://github.com/rust-lang/crates.io-index"3150checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"31513152[[package]]3153name = "futures-executor"3154version = "0.3.25"3155source = "registry+https://github.com/rust-lang/crates.io-index"3156checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"3157dependencies = [3158 "futures-core",3159 "futures-task",3160 "futures-util",3161 "num_cpus",3162]31633164[[package]]3165name = "futures-io"3166version = "0.3.25"3167source = "registry+https://github.com/rust-lang/crates.io-index"3168checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"31693170[[package]]3171name = "futures-lite"3172version = "1.12.0"3173source = "registry+https://github.com/rust-lang/crates.io-index"3174checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"3175dependencies = [3176 "fastrand",3177 "futures-core",3178 "futures-io",3179 "memchr",3180 "parking",3181 "pin-project-lite 0.2.9",3182 "waker-fn",3183]31843185[[package]]3186name = "futures-macro"3187version = "0.3.25"3188source = "registry+https://github.com/rust-lang/crates.io-index"3189checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"3190dependencies = [3191 "proc-macro2",3192 "quote",3193 "syn",3194]31953196[[package]]3197name = "futures-rustls"3198version = "0.22.2"3199source = "registry+https://github.com/rust-lang/crates.io-index"3200checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"3201dependencies = [3202 "futures-io",3203 "rustls",3204 "webpki",3205]32063207[[package]]3208name = "futures-sink"3209version = "0.3.25"3210source = "registry+https://github.com/rust-lang/crates.io-index"3211checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"32123213[[package]]3214name = "futures-task"3215version = "0.3.25"3216source = "registry+https://github.com/rust-lang/crates.io-index"3217checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"32183219[[package]]3220name = "futures-timer"3221version = "3.0.2"3222source = "registry+https://github.com/rust-lang/crates.io-index"3223checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"32243225[[package]]3226name = "futures-util"3227version = "0.3.25"3228source = "registry+https://github.com/rust-lang/crates.io-index"3229checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"3230dependencies = [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 = "fxhash"3245version = "0.2.1"3246source = "registry+https://github.com/rust-lang/crates.io-index"3247checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"3248dependencies = [3249 "byteorder",3250]32513252[[package]]3253name = "generic-array"3254version = "0.12.4"3255source = "registry+https://github.com/rust-lang/crates.io-index"3256checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"3257dependencies = [3258 "typenum",3259]32603261[[package]]3262name = "generic-array"3263version = "0.14.6"3264source = "registry+https://github.com/rust-lang/crates.io-index"3265checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"3266dependencies = [3267 "typenum",3268 "version_check",3269]32703271[[package]]3272name = "gethostname"3273version = "0.2.3"3274source = "registry+https://github.com/rust-lang/crates.io-index"3275checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"3276dependencies = [3277 "libc",3278 "winapi",3279]32803281[[package]]3282name = "getrandom"3283version = "0.1.16"3284source = "registry+https://github.com/rust-lang/crates.io-index"3285checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"3286dependencies = [3287 "cfg-if",3288 "js-sys",3289 "libc",3290 "wasi 0.9.0+wasi-snapshot-preview1",3291 "wasm-bindgen",3292]32933294[[package]]3295name = "getrandom"3296version = "0.2.8"3297source = "registry+https://github.com/rust-lang/crates.io-index"3298checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"3299dependencies = [3300 "cfg-if",3301 "libc",3302 "wasi 0.11.0+wasi-snapshot-preview1",3303]33043305[[package]]3306name = "ghash"3307version = "0.4.4"3308source = "registry+https://github.com/rust-lang/crates.io-index"3309checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"3310dependencies = [3311 "opaque-debug 0.3.0",3312 "polyval",3313]33143315[[package]]3316name = "gimli"3317version = "0.26.2"3318source = "registry+https://github.com/rust-lang/crates.io-index"3319checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"3320dependencies = [3321 "fallible-iterator",3322 "indexmap",3323 "stable_deref_trait",3324]33253326[[package]]3327name = "gimli"3328version = "0.27.0"3329source = "registry+https://github.com/rust-lang/crates.io-index"3330checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"33313332[[package]]3333name = "glob"3334version = "0.3.1"3335source = "registry+https://github.com/rust-lang/crates.io-index"3336checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"33373338[[package]]3339name = "globset"3340version = "0.4.10"3341source = "registry+https://github.com/rust-lang/crates.io-index"3342checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"3343dependencies = [3344 "aho-corasick",3345 "bstr 1.1.0",3346 "fnv",3347 "log",3348 "regex",3349]33503351[[package]]3352name = "gloo-timers"3353version = "0.2.5"3354source = "registry+https://github.com/rust-lang/crates.io-index"3355checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"3356dependencies = [3357 "futures-channel",3358 "futures-core",3359 "js-sys",3360 "wasm-bindgen",3361]33623363[[package]]3364name = "group"3365version = "0.12.1"3366source = "registry+https://github.com/rust-lang/crates.io-index"3367checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"3368dependencies = [3369 "ff",3370 "rand_core 0.6.4",3371 "subtle",3372]33733374[[package]]3375name = "h2"3376version = "0.3.15"3377source = "registry+https://github.com/rust-lang/crates.io-index"3378checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"3379dependencies = [3380 "bytes",3381 "fnv",3382 "futures-core",3383 "futures-sink",3384 "futures-util",3385 "http",3386 "indexmap",3387 "slab",3388 "tokio",3389 "tokio-util",3390 "tracing",3391]33923393[[package]]3394name = "handlebars"3395version = "4.3.6"3396source = "registry+https://github.com/rust-lang/crates.io-index"3397checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"3398dependencies = [3399 "log",3400 "pest",3401 "pest_derive",3402 "serde",3403 "serde_json",3404 "thiserror",3405]34063407[[package]]3408name = "hash-db"3409version = "0.15.2"3410source = "registry+https://github.com/rust-lang/crates.io-index"3411checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"34123413[[package]]3414name = "hash256-std-hasher"3415version = "0.15.2"3416source = "registry+https://github.com/rust-lang/crates.io-index"3417checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"3418dependencies = [3419 "crunchy",3420]34213422[[package]]3423name = "hashbrown"3424version = "0.12.3"3425source = "registry+https://github.com/rust-lang/crates.io-index"3426checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"3427dependencies = [3428 "ahash",3429]34303431[[package]]3432name = "heck"3433version = "0.4.0"3434source = "registry+https://github.com/rust-lang/crates.io-index"3435checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"34363437[[package]]3438name = "hermit-abi"3439version = "0.1.19"3440source = "registry+https://github.com/rust-lang/crates.io-index"3441checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"3442dependencies = [3443 "libc",3444]34453446[[package]]3447name = "hermit-abi"3448version = "0.2.6"3449source = "registry+https://github.com/rust-lang/crates.io-index"3450checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"3451dependencies = [3452 "libc",3453]34543455[[package]]3456name = "hex"3457version = "0.4.3"3458source = "registry+https://github.com/rust-lang/crates.io-index"3459checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"34603461[[package]]3462name = "hex-literal"3463version = "0.3.4"3464source = "registry+https://github.com/rust-lang/crates.io-index"3465checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"34663467[[package]]3468name = "hmac"3469version = "0.8.1"3470source = "registry+https://github.com/rust-lang/crates.io-index"3471checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"3472dependencies = [3473 "crypto-mac 0.8.0",3474 "digest 0.9.0",3475]34763477[[package]]3478name = "hmac"3479version = "0.11.0"3480source = "registry+https://github.com/rust-lang/crates.io-index"3481checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"3482dependencies = [3483 "crypto-mac 0.11.1",3484 "digest 0.9.0",3485]34863487[[package]]3488name = "hmac"3489version = "0.12.1"3490source = "registry+https://github.com/rust-lang/crates.io-index"3491checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"3492dependencies = [3493 "digest 0.10.6",3494]34953496[[package]]3497name = "hmac-drbg"3498version = "0.3.0"3499source = "registry+https://github.com/rust-lang/crates.io-index"3500checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"3501dependencies = [3502 "digest 0.9.0",3503 "generic-array 0.14.6",3504 "hmac 0.8.1",3505]35063507[[package]]3508name = "hostname"3509version = "0.3.1"3510source = "registry+https://github.com/rust-lang/crates.io-index"3511checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"3512dependencies = [3513 "libc",3514 "match_cfg",3515 "winapi",3516]35173518[[package]]3519name = "http"3520version = "0.2.8"3521source = "registry+https://github.com/rust-lang/crates.io-index"3522checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"3523dependencies = [3524 "bytes",3525 "fnv",3526 "itoa",3527]35283529[[package]]3530name = "http-body"3531version = "0.4.5"3532source = "registry+https://github.com/rust-lang/crates.io-index"3533checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"3534dependencies = [3535 "bytes",3536 "http",3537 "pin-project-lite 0.2.9",3538]35393540[[package]]3541name = "http-range-header"3542version = "0.3.0"3543source = "registry+https://github.com/rust-lang/crates.io-index"3544checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"35453546[[package]]3547name = "httparse"3548version = "1.8.0"3549source = "registry+https://github.com/rust-lang/crates.io-index"3550checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"35513552[[package]]3553name = "httpdate"3554version = "1.0.2"3555source = "registry+https://github.com/rust-lang/crates.io-index"3556checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"35573558[[package]]3559name = "humantime"3560version = "2.1.0"3561source = "registry+https://github.com/rust-lang/crates.io-index"3562checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"35633564[[package]]3565name = "hyper"3566version = "0.14.23"3567source = "registry+https://github.com/rust-lang/crates.io-index"3568checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"3569dependencies = [3570 "bytes",3571 "futures-channel",3572 "futures-core",3573 "futures-util",3574 "h2",3575 "http",3576 "http-body",3577 "httparse",3578 "httpdate",3579 "itoa",3580 "pin-project-lite 0.2.9",3581 "socket2",3582 "tokio",3583 "tower-service",3584 "tracing",3585 "want",3586]35873588[[package]]3589name = "hyper-rustls"3590version = "0.23.2"3591source = "registry+https://github.com/rust-lang/crates.io-index"3592checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"3593dependencies = [3594 "http",3595 "hyper",3596 "log",3597 "rustls",3598 "rustls-native-certs",3599 "tokio",3600 "tokio-rustls",3601]36023603[[package]]3604name = "iana-time-zone"3605version = "0.1.53"3606source = "registry+https://github.com/rust-lang/crates.io-index"3607checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"3608dependencies = [3609 "android_system_properties",3610 "core-foundation-sys",3611 "iana-time-zone-haiku",3612 "js-sys",3613 "wasm-bindgen",3614 "winapi",3615]36163617[[package]]3618name = "iana-time-zone-haiku"3619version = "0.1.1"3620source = "registry+https://github.com/rust-lang/crates.io-index"3621checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"3622dependencies = [3623 "cxx",3624 "cxx-build",3625]36263627[[package]]3628name = "idna"3629version = "0.2.3"3630source = "registry+https://github.com/rust-lang/crates.io-index"3631checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"3632dependencies = [3633 "matches",3634 "unicode-bidi",3635 "unicode-normalization",3636]36373638[[package]]3639name = "idna"3640version = "0.3.0"3641source = "registry+https://github.com/rust-lang/crates.io-index"3642checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"3643dependencies = [3644 "unicode-bidi",3645 "unicode-normalization",3646]36473648[[package]]3649name = "if-addrs"3650version = "0.7.0"3651source = "registry+https://github.com/rust-lang/crates.io-index"3652checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"3653dependencies = [3654 "libc",3655 "winapi",3656]36573658[[package]]3659name = "if-watch"3660version = "2.0.0"3661source = "registry+https://github.com/rust-lang/crates.io-index"3662checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd"3663dependencies = [3664 "async-io",3665 "core-foundation",3666 "fnv",3667 "futures",3668 "if-addrs",3669 "ipnet",3670 "log",3671 "rtnetlink",3672 "system-configuration",3673 "windows",3674]36753676[[package]]3677name = "impl-codec"3678version = "0.6.0"3679source = "registry+https://github.com/rust-lang/crates.io-index"3680checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f"3681dependencies = [3682 "parity-scale-codec",3683]36843685[[package]]3686name = "impl-rlp"3687version = "0.3.0"3688source = "registry+https://github.com/rust-lang/crates.io-index"3689checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808"3690dependencies = [3691 "rlp",3692]36933694[[package]]3695name = "impl-serde"3696version = "0.4.0"3697source = "registry+https://github.com/rust-lang/crates.io-index"3698checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd"3699dependencies = [3700 "serde",3701]37023703[[package]]3704name = "impl-trait-for-tuples"3705version = "0.2.2"3706source = "registry+https://github.com/rust-lang/crates.io-index"3707checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb"3708dependencies = [3709 "proc-macro2",3710 "quote",3711 "syn",3712]37133714[[package]]3715name = "indexmap"3716version = "1.9.2"3717source = "registry+https://github.com/rust-lang/crates.io-index"3718checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"3719dependencies = [3720 "autocfg",3721 "hashbrown",3722 "serde",3723]37243725[[package]]3726name = "instant"3727version = "0.1.12"3728source = "registry+https://github.com/rust-lang/crates.io-index"3729checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"3730dependencies = [3731 "cfg-if",3732]37333734[[package]]3735name = "integer-encoding"3736version = "3.0.4"3737source = "registry+https://github.com/rust-lang/crates.io-index"3738checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"37393740[[package]]3741name = "integer-sqrt"3742version = "0.1.5"3743source = "registry+https://github.com/rust-lang/crates.io-index"3744checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770"3745dependencies = [3746 "num-traits",3747]37483749[[package]]3750name = "io-lifetimes"3751version = "0.7.5"3752source = "registry+https://github.com/rust-lang/crates.io-index"3753checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074"37543755[[package]]3756name = "io-lifetimes"3757version = "1.0.4"3758source = "registry+https://github.com/rust-lang/crates.io-index"3759checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"3760dependencies = [3761 "libc",3762 "windows-sys 0.42.0",3763]37643765[[package]]3766name = "ip_network"3767version = "0.4.1"3768source = "registry+https://github.com/rust-lang/crates.io-index"3769checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1"37703771[[package]]3772name = "ipconfig"3773version = "0.3.1"3774source = "registry+https://github.com/rust-lang/crates.io-index"3775checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"3776dependencies = [3777 "socket2",3778 "widestring",3779 "winapi",3780 "winreg",3781]37823783[[package]]3784name = "ipnet"3785version = "2.7.1"3786source = "registry+https://github.com/rust-lang/crates.io-index"3787checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"37883789[[package]]3790name = "is-terminal"3791version = "0.4.2"3792source = "registry+https://github.com/rust-lang/crates.io-index"3793checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"3794dependencies = [3795 "hermit-abi 0.2.6",3796 "io-lifetimes 1.0.4",3797 "rustix 0.36.7",3798 "windows-sys 0.42.0",3799]38003801[[package]]3802name = "itertools"3803version = "0.10.5"3804source = "registry+https://github.com/rust-lang/crates.io-index"3805checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"3806dependencies = [3807 "either",3808]38093810[[package]]3811name = "itoa"3812version = "1.0.5"3813source = "registry+https://github.com/rust-lang/crates.io-index"3814checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"38153816[[package]]3817name = "jobserver"3818version = "0.1.25"3819source = "registry+https://github.com/rust-lang/crates.io-index"3820checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"3821dependencies = [3822 "libc",3823]38243825[[package]]3826name = "js-sys"3827version = "0.3.60"3828source = "registry+https://github.com/rust-lang/crates.io-index"3829checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"3830dependencies = [3831 "wasm-bindgen",3832]38333834[[package]]3835name = "jsonrpsee"3836version = "0.16.2"3837source = "registry+https://github.com/rust-lang/crates.io-index"3838checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e"3839dependencies = [3840 "jsonrpsee-core",3841 "jsonrpsee-proc-macros",3842 "jsonrpsee-server",3843 "jsonrpsee-types",3844 "jsonrpsee-ws-client",3845 "tracing",3846]38473848[[package]]3849name = "jsonrpsee-client-transport"3850version = "0.16.2"3851source = "registry+https://github.com/rust-lang/crates.io-index"3852checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb"3853dependencies = [3854 "futures-util",3855 "http",3856 "jsonrpsee-core",3857 "jsonrpsee-types",3858 "pin-project",3859 "rustls-native-certs",3860 "soketto",3861 "thiserror",3862 "tokio",3863 "tokio-rustls",3864 "tokio-util",3865 "tracing",3866 "webpki-roots",3867]38683869[[package]]3870name = "jsonrpsee-core"3871version = "0.16.2"3872source = "registry+https://github.com/rust-lang/crates.io-index"3873checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b"3874dependencies = [3875 "anyhow",3876 "arrayvec 0.7.2",3877 "async-lock",3878 "async-trait",3879 "beef",3880 "futures-channel",3881 "futures-timer",3882 "futures-util",3883 "globset",3884 "hyper",3885 "jsonrpsee-types",3886 "parking_lot 0.12.1",3887 "rand 0.8.5",3888 "rustc-hash",3889 "serde",3890 "serde_json",3891 "soketto",3892 "thiserror",3893 "tokio",3894 "tracing",3895]38963897[[package]]3898name = "jsonrpsee-proc-macros"3899version = "0.16.2"3900source = "registry+https://github.com/rust-lang/crates.io-index"3901checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c"3902dependencies = [3903 "heck",3904 "proc-macro-crate",3905 "proc-macro2",3906 "quote",3907 "syn",3908]39093910[[package]]3911name = "jsonrpsee-server"3912version = "0.16.2"3913source = "registry+https://github.com/rust-lang/crates.io-index"3914checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc"3915dependencies = [3916 "futures-channel",3917 "futures-util",3918 "http",3919 "hyper",3920 "jsonrpsee-core",3921 "jsonrpsee-types",3922 "serde",3923 "serde_json",3924 "soketto",3925 "tokio",3926 "tokio-stream",3927 "tokio-util",3928 "tower",3929 "tracing",3930]39313932[[package]]3933name = "jsonrpsee-types"3934version = "0.16.2"3935source = "registry+https://github.com/rust-lang/crates.io-index"3936checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c"3937dependencies = [3938 "anyhow",3939 "beef",3940 "serde",3941 "serde_json",3942 "thiserror",3943 "tracing",3944]39453946[[package]]3947name = "jsonrpsee-ws-client"3948version = "0.16.2"3949source = "registry+https://github.com/rust-lang/crates.io-index"3950checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9"3951dependencies = [3952 "http",3953 "jsonrpsee-client-transport",3954 "jsonrpsee-core",3955 "jsonrpsee-types",3956]39573958[[package]]3959name = "k256"3960version = "0.11.6"3961source = "registry+https://github.com/rust-lang/crates.io-index"3962checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b"3963dependencies = [3964 "cfg-if",3965 "ecdsa",3966 "elliptic-curve",3967 "sha2 0.10.6",3968]39693970[[package]]3971name = "keccak"3972version = "0.1.3"3973source = "registry+https://github.com/rust-lang/crates.io-index"3974checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"3975dependencies = [3976 "cpufeatures",3977]39783979[[package]]3980name = "kusama-runtime"3981version = "0.9.36"3982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"3983dependencies = [3984 "bitvec",3985 "frame-benchmarking",3986 "frame-election-provider-support",3987 "frame-executive",3988 "frame-support",3989 "frame-system",3990 "frame-system-benchmarking",3991 "frame-system-rpc-runtime-api",3992 "frame-try-runtime",3993 "hex-literal",3994 "kusama-runtime-constants",3995 "log",3996 "pallet-authority-discovery",3997 "pallet-authorship",3998 "pallet-babe",3999 "pallet-bags-list",4000 "pallet-balances",4001 "pallet-bounties",4002 "pallet-child-bounties",4003 "pallet-collective",4004 "pallet-conviction-voting",4005 "pallet-democracy",4006 "pallet-election-provider-multi-phase",4007 "pallet-election-provider-support-benchmarking",4008 "pallet-elections-phragmen",4009 "pallet-fast-unstake",4010 "pallet-grandpa",4011 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",4012 "pallet-im-online",4013 "pallet-indices",4014 "pallet-membership",4015 "pallet-multisig",4016 "pallet-nis",4017 "pallet-nomination-pools",4018 "pallet-nomination-pools-benchmarking",4019 "pallet-nomination-pools-runtime-api",4020 "pallet-offences",4021 "pallet-offences-benchmarking",4022 "pallet-preimage",4023 "pallet-proxy",4024 "pallet-ranked-collective",4025 "pallet-recovery",4026 "pallet-referenda",4027 "pallet-scheduler",4028 "pallet-session",4029 "pallet-session-benchmarking",4030 "pallet-society",4031 "pallet-staking",4032 "pallet-timestamp",4033 "pallet-tips",4034 "pallet-transaction-payment",4035 "pallet-transaction-payment-rpc-runtime-api",4036 "pallet-treasury",4037 "pallet-utility",4038 "pallet-vesting",4039 "pallet-whitelist",4040 "pallet-xcm",4041 "pallet-xcm-benchmarks",4042 "parity-scale-codec",4043 "polkadot-primitives",4044 "polkadot-runtime-common",4045 "polkadot-runtime-parachains",4046 "rustc-hex",4047 "scale-info",4048 "serde",4049 "serde_derive",4050 "smallvec",4051 "sp-api",4052 "sp-arithmetic",4053 "sp-authority-discovery",4054 "sp-beefy",4055 "sp-block-builder",4056 "sp-consensus-babe",4057 "sp-core",4058 "sp-inherents",4059 "sp-io",4060 "sp-mmr-primitives",4061 "sp-npos-elections",4062 "sp-offchain",4063 "sp-runtime",4064 "sp-session",4065 "sp-staking",4066 "sp-std",4067 "sp-transaction-pool",4068 "sp-version",4069 "static_assertions",4070 "substrate-wasm-builder",4071 "xcm",4072 "xcm-builder",4073 "xcm-executor",4074]40754076[[package]]4077name = "kusama-runtime-constants"4078version = "0.9.36"4079source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"4080dependencies = [4081 "frame-support",4082 "polkadot-primitives",4083 "polkadot-runtime-common",4084 "smallvec",4085 "sp-core",4086 "sp-runtime",4087 "sp-weights",4088]40894090[[package]]4091name = "kv-log-macro"4092version = "1.0.7"4093source = "registry+https://github.com/rust-lang/crates.io-index"4094checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"4095dependencies = [4096 "log",4097]40984099[[package]]4100name = "kvdb"4101version = "0.13.0"4102source = "registry+https://github.com/rust-lang/crates.io-index"4103checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"4104dependencies = [4105 "smallvec",4106]41074108[[package]]4109name = "kvdb-memorydb"4110version = "0.13.0"4111source = "registry+https://github.com/rust-lang/crates.io-index"4112checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"4113dependencies = [4114 "kvdb",4115 "parking_lot 0.12.1",4116]41174118[[package]]4119name = "kvdb-rocksdb"4120version = "0.17.0"4121source = "registry+https://github.com/rust-lang/crates.io-index"4122checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844"4123dependencies = [4124 "kvdb",4125 "num_cpus",4126 "parking_lot 0.12.1",4127 "regex",4128 "rocksdb",4129 "smallvec",4130]41314132[[package]]4133name = "lazy_static"4134version = "1.4.0"4135source = "registry+https://github.com/rust-lang/crates.io-index"4136checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"41374138[[package]]4139name = "lazycell"4140version = "1.3.0"4141source = "registry+https://github.com/rust-lang/crates.io-index"4142checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"41434144[[package]]4145name = "libc"4146version = "0.2.139"4147source = "registry+https://github.com/rust-lang/crates.io-index"4148checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"41494150[[package]]4151name = "libloading"4152version = "0.7.4"4153source = "registry+https://github.com/rust-lang/crates.io-index"4154checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"4155dependencies = [4156 "cfg-if",4157 "winapi",4158]41594160[[package]]4161name = "libm"4162version = "0.1.4"4163source = "registry+https://github.com/rust-lang/crates.io-index"4164checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"41654166[[package]]4167name = "libm"4168version = "0.2.6"4169source = "registry+https://github.com/rust-lang/crates.io-index"4170checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"41714172[[package]]4173name = "libp2p"4174version = "0.49.0"4175source = "registry+https://github.com/rust-lang/crates.io-index"4176checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1"4177dependencies = [4178 "bytes",4179 "futures",4180 "futures-timer",4181 "getrandom 0.2.8",4182 "instant",4183 "lazy_static",4184 "libp2p-core",4185 "libp2p-dns",4186 "libp2p-identify",4187 "libp2p-kad",4188 "libp2p-mdns",4189 "libp2p-metrics",4190 "libp2p-mplex",4191 "libp2p-noise",4192 "libp2p-ping",4193 "libp2p-request-response",4194 "libp2p-swarm",4195 "libp2p-swarm-derive",4196 "libp2p-tcp",4197 "libp2p-wasm-ext",4198 "libp2p-websocket",4199 "libp2p-yamux",4200 "multiaddr",4201 "parking_lot 0.12.1",4202 "pin-project",4203 "smallvec",4204]42054206[[package]]4207name = "libp2p-core"4208version = "0.37.0"4209source = "registry+https://github.com/rust-lang/crates.io-index"4210checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d"4211dependencies = [4212 "asn1_der",4213 "bs58",4214 "ed25519-dalek",4215 "either",4216 "fnv",4217 "futures",4218 "futures-timer",4219 "instant",4220 "lazy_static",4221 "log",4222 "multiaddr",4223 "multihash",4224 "multistream-select",4225 "parking_lot 0.12.1",4226 "pin-project",4227 "prost",4228 "prost-build",4229 "rand 0.8.5",4230 "rw-stream-sink",4231 "sha2 0.10.6",4232 "smallvec",4233 "thiserror",4234 "unsigned-varint",4235 "void",4236 "zeroize",4237]42384239[[package]]4240name = "libp2p-dns"4241version = "0.37.0"4242source = "registry+https://github.com/rust-lang/crates.io-index"4243checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720"4244dependencies = [4245 "futures",4246 "libp2p-core",4247 "log",4248 "parking_lot 0.12.1",4249 "smallvec",4250 "trust-dns-resolver",4251]42524253[[package]]4254name = "libp2p-identify"4255version = "0.40.0"4256source = "registry+https://github.com/rust-lang/crates.io-index"4257checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b"4258dependencies = [4259 "asynchronous-codec",4260 "futures",4261 "futures-timer",4262 "libp2p-core",4263 "libp2p-swarm",4264 "log",4265 "lru",4266 "prost",4267 "prost-build",4268 "prost-codec",4269 "smallvec",4270 "thiserror",4271 "void",4272]42734274[[package]]4275name = "libp2p-kad"4276version = "0.41.0"4277source = "registry+https://github.com/rust-lang/crates.io-index"4278checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22"4279dependencies = [4280 "arrayvec 0.7.2",4281 "asynchronous-codec",4282 "bytes",4283 "either",4284 "fnv",4285 "futures",4286 "futures-timer",4287 "instant",4288 "libp2p-core",4289 "libp2p-swarm",4290 "log",4291 "prost",4292 "prost-build",4293 "rand 0.8.5",4294 "sha2 0.10.6",4295 "smallvec",4296 "thiserror",4297 "uint",4298 "unsigned-varint",4299 "void",4300]43014302[[package]]4303name = "libp2p-mdns"4304version = "0.41.0"4305source = "registry+https://github.com/rust-lang/crates.io-index"4306checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15"4307dependencies = [4308 "data-encoding",4309 "dns-parser",4310 "futures",4311 "if-watch",4312 "libp2p-core",4313 "libp2p-swarm",4314 "log",4315 "rand 0.8.5",4316 "smallvec",4317 "socket2",4318 "tokio",4319 "void",4320]43214322[[package]]4323name = "libp2p-metrics"4324version = "0.10.0"4325source = "registry+https://github.com/rust-lang/crates.io-index"4326checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9"4327dependencies = [4328 "libp2p-core",4329 "libp2p-identify",4330 "libp2p-kad",4331 "libp2p-ping",4332 "libp2p-swarm",4333 "prometheus-client",4334]43354336[[package]]4337name = "libp2p-mplex"4338version = "0.37.0"4339source = "registry+https://github.com/rust-lang/crates.io-index"4340checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89"4341dependencies = [4342 "asynchronous-codec",4343 "bytes",4344 "futures",4345 "libp2p-core",4346 "log",4347 "nohash-hasher",4348 "parking_lot 0.12.1",4349 "rand 0.8.5",4350 "smallvec",4351 "unsigned-varint",4352]43534354[[package]]4355name = "libp2p-noise"4356version = "0.40.0"4357source = "registry+https://github.com/rust-lang/crates.io-index"4358checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f"4359dependencies = [4360 "bytes",4361 "curve25519-dalek 3.2.0",4362 "futures",4363 "lazy_static",4364 "libp2p-core",4365 "log",4366 "prost",4367 "prost-build",4368 "rand 0.8.5",4369 "sha2 0.10.6",4370 "snow",4371 "static_assertions",4372 "x25519-dalek",4373 "zeroize",4374]43754376[[package]]4377name = "libp2p-ping"4378version = "0.40.1"4379source = "registry+https://github.com/rust-lang/crates.io-index"4380checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91"4381dependencies = [4382 "futures",4383 "futures-timer",4384 "instant",4385 "libp2p-core",4386 "libp2p-swarm",4387 "log",4388 "rand 0.8.5",4389 "void",4390]43914392[[package]]4393name = "libp2p-request-response"4394version = "0.22.1"4395source = "registry+https://github.com/rust-lang/crates.io-index"4396checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1"4397dependencies = [4398 "async-trait",4399 "bytes",4400 "futures",4401 "instant",4402 "libp2p-core",4403 "libp2p-swarm",4404 "log",4405 "rand 0.8.5",4406 "smallvec",4407 "unsigned-varint",4408]44094410[[package]]4411name = "libp2p-swarm"4412version = "0.40.1"4413source = "registry+https://github.com/rust-lang/crates.io-index"4414checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf"4415dependencies = [4416 "either",4417 "fnv",4418 "futures",4419 "futures-timer",4420 "instant",4421 "libp2p-core",4422 "log",4423 "pin-project",4424 "rand 0.8.5",4425 "smallvec",4426 "thiserror",4427 "void",4428]44294430[[package]]4431name = "libp2p-swarm-derive"4432version = "0.30.1"4433source = "registry+https://github.com/rust-lang/crates.io-index"4434checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32"4435dependencies = [4436 "heck",4437 "quote",4438 "syn",4439]44404441[[package]]4442name = "libp2p-tcp"4443version = "0.37.0"4444source = "registry+https://github.com/rust-lang/crates.io-index"4445checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92"4446dependencies = [4447 "futures",4448 "futures-timer",4449 "if-watch",4450 "libc",4451 "libp2p-core",4452 "log",4453 "socket2",4454 "tokio",4455]44564457[[package]]4458name = "libp2p-wasm-ext"4459version = "0.37.0"4460source = "registry+https://github.com/rust-lang/crates.io-index"4461checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97"4462dependencies = [4463 "futures",4464 "js-sys",4465 "libp2p-core",4466 "parity-send-wrapper",4467 "wasm-bindgen",4468 "wasm-bindgen-futures",4469]44704471[[package]]4472name = "libp2p-websocket"4473version = "0.39.0"4474source = "registry+https://github.com/rust-lang/crates.io-index"4475checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4"4476dependencies = [4477 "either",4478 "futures",4479 "futures-rustls",4480 "libp2p-core",4481 "log",4482 "parking_lot 0.12.1",4483 "quicksink",4484 "rw-stream-sink",4485 "soketto",4486 "url",4487 "webpki-roots",4488]44894490[[package]]4491name = "libp2p-yamux"4492version = "0.41.1"4493source = "registry+https://github.com/rust-lang/crates.io-index"4494checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12"4495dependencies = [4496 "futures",4497 "libp2p-core",4498 "log",4499 "parking_lot 0.12.1",4500 "thiserror",4501 "yamux",4502]45034504[[package]]4505name = "librocksdb-sys"4506version = "0.8.0+7.4.4"4507source = "registry+https://github.com/rust-lang/crates.io-index"4508checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d"4509dependencies = [4510 "bindgen",4511 "bzip2-sys",4512 "cc",4513 "glob",4514 "libc",4515 "libz-sys",4516 "tikv-jemalloc-sys",4517]45184519[[package]]4520name = "libsecp256k1"4521version = "0.7.1"4522source = "registry+https://github.com/rust-lang/crates.io-index"4523checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"4524dependencies = [4525 "arrayref",4526 "base64 0.13.1",4527 "digest 0.9.0",4528 "hmac-drbg",4529 "libsecp256k1-core",4530 "libsecp256k1-gen-ecmult",4531 "libsecp256k1-gen-genmult",4532 "rand 0.8.5",4533 "serde",4534 "sha2 0.9.9",4535 "typenum",4536]45374538[[package]]4539name = "libsecp256k1-core"4540version = "0.3.0"4541source = "registry+https://github.com/rust-lang/crates.io-index"4542checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"4543dependencies = [4544 "crunchy",4545 "digest 0.9.0",4546 "subtle",4547]45484549[[package]]4550name = "libsecp256k1-gen-ecmult"4551version = "0.3.0"4552source = "registry+https://github.com/rust-lang/crates.io-index"4553checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"4554dependencies = [4555 "libsecp256k1-core",4556]45574558[[package]]4559name = "libsecp256k1-gen-genmult"4560version = "0.3.0"4561source = "registry+https://github.com/rust-lang/crates.io-index"4562checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"4563dependencies = [4564 "libsecp256k1-core",4565]45664567[[package]]4568name = "libz-sys"4569version = "1.1.8"4570source = "registry+https://github.com/rust-lang/crates.io-index"4571checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"4572dependencies = [4573 "cc",4574 "pkg-config",4575 "vcpkg",4576]45774578[[package]]4579name = "link-cplusplus"4580version = "1.0.8"4581source = "registry+https://github.com/rust-lang/crates.io-index"4582checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"4583dependencies = [4584 "cc",4585]45864587[[package]]4588name = "linked-hash-map"4589version = "0.5.6"4590source = "registry+https://github.com/rust-lang/crates.io-index"4591checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"45924593[[package]]4594name = "linked_hash_set"4595version = "0.1.4"4596source = "registry+https://github.com/rust-lang/crates.io-index"4597checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"4598dependencies = [4599 "linked-hash-map",4600]46014602[[package]]4603name = "linregress"4604version = "0.4.4"4605source = "registry+https://github.com/rust-lang/crates.io-index"4606checksum = "d6c601a85f5ecd1aba625247bca0031585fb1c446461b142878a16f8245ddeb8"4607dependencies = [4608 "nalgebra",4609 "statrs",4610]46114612[[package]]4613name = "linux-raw-sys"4614version = "0.0.46"4615source = "registry+https://github.com/rust-lang/crates.io-index"4616checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d"46174618[[package]]4619name = "linux-raw-sys"4620version = "0.1.4"4621source = "registry+https://github.com/rust-lang/crates.io-index"4622checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"46234624[[package]]4625name = "lock_api"4626version = "0.4.9"4627source = "registry+https://github.com/rust-lang/crates.io-index"4628checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"4629dependencies = [4630 "autocfg",4631 "scopeguard",4632]46334634[[package]]4635name = "log"4636version = "0.4.17"4637source = "registry+https://github.com/rust-lang/crates.io-index"4638checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"4639dependencies = [4640 "cfg-if",4641 "value-bag",4642]46434644[[package]]4645name = "logtest"4646version = "2.0.0"4647source = "registry+https://github.com/rust-lang/crates.io-index"4648checksum = "eb3e43a8657c1d64516dcc9db8ca03826a4aceaf89d5ce1b37b59f6ff0e43026"4649dependencies = [4650 "lazy_static",4651 "log",4652]46534654[[package]]4655name = "lru"4656version = "0.8.1"4657source = "registry+https://github.com/rust-lang/crates.io-index"4658checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"4659dependencies = [4660 "hashbrown",4661]46624663[[package]]4664name = "lru-cache"4665version = "0.1.2"4666source = "registry+https://github.com/rust-lang/crates.io-index"4667checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"4668dependencies = [4669 "linked-hash-map",4670]46714672[[package]]4673name = "lz4"4674version = "1.24.0"4675source = "registry+https://github.com/rust-lang/crates.io-index"4676checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"4677dependencies = [4678 "libc",4679 "lz4-sys",4680]46814682[[package]]4683name = "lz4-sys"4684version = "1.9.4"4685source = "registry+https://github.com/rust-lang/crates.io-index"4686checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"4687dependencies = [4688 "cc",4689 "libc",4690]46914692[[package]]4693name = "mach"4694version = "0.3.2"4695source = "registry+https://github.com/rust-lang/crates.io-index"4696checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"4697dependencies = [4698 "libc",4699]47004701[[package]]4702name = "match_cfg"4703version = "0.1.0"4704source = "registry+https://github.com/rust-lang/crates.io-index"4705checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"47064707[[package]]4708name = "matchers"4709version = "0.0.1"4710source = "registry+https://github.com/rust-lang/crates.io-index"4711checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"4712dependencies = [4713 "regex-automata",4714]47154716[[package]]4717name = "matches"4718version = "0.1.9"4719source = "registry+https://github.com/rust-lang/crates.io-index"4720checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"47214722[[package]]4723name = "matrixmultiply"4724version = "0.3.2"4725source = "registry+https://github.com/rust-lang/crates.io-index"4726checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84"4727dependencies = [4728 "rawpointer",4729]47304731[[package]]4732name = "memchr"4733version = "2.5.0"4734source = "registry+https://github.com/rust-lang/crates.io-index"4735checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"47364737[[package]]4738name = "memfd"4739version = "0.6.2"4740source = "registry+https://github.com/rust-lang/crates.io-index"4741checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb"4742dependencies = [4743 "rustix 0.36.7",4744]47454746[[package]]4747name = "memmap2"4748version = "0.5.8"4749source = "registry+https://github.com/rust-lang/crates.io-index"4750checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"4751dependencies = [4752 "libc",4753]47544755[[package]]4756name = "memoffset"4757version = "0.6.5"4758source = "registry+https://github.com/rust-lang/crates.io-index"4759checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"4760dependencies = [4761 "autocfg",4762]47634764[[package]]4765name = "memoffset"4766version = "0.7.1"4767source = "registry+https://github.com/rust-lang/crates.io-index"4768checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"4769dependencies = [4770 "autocfg",4771]47724773[[package]]4774name = "memory-db"4775version = "0.31.0"4776source = "registry+https://github.com/rust-lang/crates.io-index"4777checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66"4778dependencies = [4779 "hash-db",4780 "hashbrown",4781]47824783[[package]]4784name = "memory_units"4785version = "0.4.0"4786source = "registry+https://github.com/rust-lang/crates.io-index"4787checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"47884789[[package]]4790name = "merlin"4791version = "2.0.1"4792source = "registry+https://github.com/rust-lang/crates.io-index"4793checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"4794dependencies = [4795 "byteorder",4796 "keccak",4797 "rand_core 0.5.1",4798 "zeroize",4799]48004801[[package]]4802name = "mick-jaeger"4803version = "0.1.8"4804source = "registry+https://github.com/rust-lang/crates.io-index"4805checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532"4806dependencies = [4807 "futures",4808 "rand 0.8.5",4809 "thrift",4810]48114812[[package]]4813name = "minimal-lexical"4814version = "0.2.1"4815source = "registry+https://github.com/rust-lang/crates.io-index"4816checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"48174818[[package]]4819name = "miniz_oxide"4820version = "0.6.2"4821source = "registry+https://github.com/rust-lang/crates.io-index"4822checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"4823dependencies = [4824 "adler",4825]48264827[[package]]4828name = "mio"4829version = "0.8.5"4830source = "registry+https://github.com/rust-lang/crates.io-index"4831checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"4832dependencies = [4833 "libc",4834 "log",4835 "wasi 0.11.0+wasi-snapshot-preview1",4836 "windows-sys 0.42.0",4837]48384839[[package]]4840name = "mmr-gadget"4841version = "4.0.0-dev"4842source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4843dependencies = [4844 "futures",4845 "log",4846 "parity-scale-codec",4847 "sc-client-api",4848 "sc-offchain",4849 "sp-api",4850 "sp-beefy",4851 "sp-blockchain",4852 "sp-consensus",4853 "sp-core",4854 "sp-io",4855 "sp-mmr-primitives",4856 "sp-runtime",4857]48584859[[package]]4860name = "mmr-rpc"4861version = "4.0.0-dev"4862source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"4863dependencies = [4864 "anyhow",4865 "jsonrpsee",4866 "parity-scale-codec",4867 "serde",4868 "sp-api",4869 "sp-blockchain",4870 "sp-core",4871 "sp-mmr-primitives",4872 "sp-runtime",4873]48744875[[package]]4876name = "mockall"4877version = "0.11.3"4878source = "registry+https://github.com/rust-lang/crates.io-index"4879checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326"4880dependencies = [4881 "cfg-if",4882 "downcast",4883 "fragile",4884 "lazy_static",4885 "mockall_derive",4886 "predicates",4887 "predicates-tree",4888]48894890[[package]]4891name = "mockall_derive"4892version = "0.11.3"4893source = "registry+https://github.com/rust-lang/crates.io-index"4894checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0"4895dependencies = [4896 "cfg-if",4897 "proc-macro2",4898 "quote",4899 "syn",4900]49014902[[package]]4903name = "multiaddr"4904version = "0.14.0"4905source = "registry+https://github.com/rust-lang/crates.io-index"4906checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261"4907dependencies = [4908 "arrayref",4909 "bs58",4910 "byteorder",4911 "data-encoding",4912 "multihash",4913 "percent-encoding",4914 "serde",4915 "static_assertions",4916 "unsigned-varint",4917 "url",4918]49194920[[package]]4921name = "multibase"4922version = "0.9.1"4923source = "registry+https://github.com/rust-lang/crates.io-index"4924checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"4925dependencies = [4926 "base-x",4927 "data-encoding",4928 "data-encoding-macro",4929]49304931[[package]]4932name = "multihash"4933version = "0.16.3"4934source = "registry+https://github.com/rust-lang/crates.io-index"4935checksum = "1c346cf9999c631f002d8f977c4eaeaa0e6386f16007202308d0b3757522c2cc"4936dependencies = [4937 "blake2b_simd",4938 "blake2s_simd",4939 "blake3",4940 "core2",4941 "digest 0.10.6",4942 "multihash-derive",4943 "sha2 0.10.6",4944 "sha3 0.10.6",4945 "unsigned-varint",4946]49474948[[package]]4949name = "multihash-derive"4950version = "0.8.0"4951source = "registry+https://github.com/rust-lang/crates.io-index"4952checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd"4953dependencies = [4954 "proc-macro-crate",4955 "proc-macro-error",4956 "proc-macro2",4957 "quote",4958 "syn",4959 "synstructure",4960]49614962[[package]]4963name = "multimap"4964version = "0.8.3"4965source = "registry+https://github.com/rust-lang/crates.io-index"4966checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"49674968[[package]]4969name = "multistream-select"4970version = "0.12.1"4971source = "registry+https://github.com/rust-lang/crates.io-index"4972checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a"4973dependencies = [4974 "bytes",4975 "futures",4976 "log",4977 "pin-project",4978 "smallvec",4979 "unsigned-varint",4980]49814982[[package]]4983name = "nalgebra"4984version = "0.27.1"4985source = "registry+https://github.com/rust-lang/crates.io-index"4986checksum = "462fffe4002f4f2e1f6a9dcf12cc1a6fc0e15989014efc02a941d3e0f5dc2120"4987dependencies = [4988 "approx",4989 "matrixmultiply",4990 "nalgebra-macros",4991 "num-complex",4992 "num-rational",4993 "num-traits",4994 "rand 0.8.5",4995 "rand_distr",4996 "simba",4997 "typenum",4998]49995000[[package]]5001name = "nalgebra-macros"5002version = "0.1.0"5003source = "registry+https://github.com/rust-lang/crates.io-index"5004checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"5005dependencies = [5006 "proc-macro2",5007 "quote",5008 "syn",5009]50105011[[package]]5012name = "names"5013version = "0.13.0"5014source = "registry+https://github.com/rust-lang/crates.io-index"5015checksum = "e7d66043b25d4a6cccb23619d10c19c25304b355a7dccd4a8e11423dd2382146"5016dependencies = [5017 "rand 0.8.5",5018]50195020[[package]]5021name = "nanorand"5022version = "0.7.0"5023source = "registry+https://github.com/rust-lang/crates.io-index"5024checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"50255026[[package]]5027name = "netlink-packet-core"5028version = "0.4.2"5029source = "registry+https://github.com/rust-lang/crates.io-index"5030checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"5031dependencies = [5032 "anyhow",5033 "byteorder",5034 "libc",5035 "netlink-packet-utils",5036]50375038[[package]]5039name = "netlink-packet-route"5040version = "0.12.0"5041source = "registry+https://github.com/rust-lang/crates.io-index"5042checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"5043dependencies = [5044 "anyhow",5045 "bitflags",5046 "byteorder",5047 "libc",5048 "netlink-packet-core",5049 "netlink-packet-utils",5050]50515052[[package]]5053name = "netlink-packet-utils"5054version = "0.5.1"5055source = "registry+https://github.com/rust-lang/crates.io-index"5056checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e"5057dependencies = [5058 "anyhow",5059 "byteorder",5060 "paste",5061 "thiserror",5062]50635064[[package]]5065name = "netlink-proto"5066version = "0.10.0"5067source = "registry+https://github.com/rust-lang/crates.io-index"5068checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"5069dependencies = [5070 "bytes",5071 "futures",5072 "log",5073 "netlink-packet-core",5074 "netlink-sys",5075 "thiserror",5076 "tokio",5077]50785079[[package]]5080name = "netlink-sys"5081version = "0.8.3"5082source = "registry+https://github.com/rust-lang/crates.io-index"5083checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027"5084dependencies = [5085 "async-io",5086 "bytes",5087 "futures",5088 "libc",5089 "log",5090]50915092[[package]]5093name = "nix"5094version = "0.24.3"5095source = "registry+https://github.com/rust-lang/crates.io-index"5096checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"5097dependencies = [5098 "bitflags",5099 "cfg-if",5100 "libc",5101]51025103[[package]]5104name = "nohash-hasher"5105version = "0.2.0"5106source = "registry+https://github.com/rust-lang/crates.io-index"5107checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"51085109[[package]]5110name = "nom"5111version = "7.1.3"5112source = "registry+https://github.com/rust-lang/crates.io-index"5113checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"5114dependencies = [5115 "memchr",5116 "minimal-lexical",5117]51185119[[package]]5120name = "normalize-line-endings"5121version = "0.3.0"5122source = "registry+https://github.com/rust-lang/crates.io-index"5123checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"51245125[[package]]5126name = "num-bigint"5127version = "0.4.3"5128source = "registry+https://github.com/rust-lang/crates.io-index"5129checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"5130dependencies = [5131 "autocfg",5132 "num-integer",5133 "num-traits",5134]51355136[[package]]5137name = "num-complex"5138version = "0.4.2"5139source = "registry+https://github.com/rust-lang/crates.io-index"5140checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"5141dependencies = [5142 "num-traits",5143]51445145[[package]]5146name = "num-format"5147version = "0.4.4"5148source = "registry+https://github.com/rust-lang/crates.io-index"5149checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"5150dependencies = [5151 "arrayvec 0.7.2",5152 "itoa",5153]51545155[[package]]5156name = "num-integer"5157version = "0.1.45"5158source = "registry+https://github.com/rust-lang/crates.io-index"5159checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"5160dependencies = [5161 "autocfg",5162 "num-traits",5163]51645165[[package]]5166name = "num-rational"5167version = "0.4.1"5168source = "registry+https://github.com/rust-lang/crates.io-index"5169checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"5170dependencies = [5171 "autocfg",5172 "num-bigint",5173 "num-integer",5174 "num-traits",5175]51765177[[package]]5178name = "num-traits"5179version = "0.2.15"5180source = "registry+https://github.com/rust-lang/crates.io-index"5181checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"5182dependencies = [5183 "autocfg",5184 "libm 0.2.6",5185]51865187[[package]]5188name = "num_cpus"5189version = "1.15.0"5190source = "registry+https://github.com/rust-lang/crates.io-index"5191checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"5192dependencies = [5193 "hermit-abi 0.2.6",5194 "libc",5195]51965197[[package]]5198name = "num_enum"5199version = "0.5.7"5200source = "registry+https://github.com/rust-lang/crates.io-index"5201checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"5202dependencies = [5203 "num_enum_derive",5204]52055206[[package]]5207name = "num_enum_derive"5208version = "0.5.7"5209source = "registry+https://github.com/rust-lang/crates.io-index"5210checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"5211dependencies = [5212 "proc-macro-crate",5213 "proc-macro2",5214 "quote",5215 "syn",5216]52175218[[package]]5219name = "object"5220version = "0.29.0"5221source = "registry+https://github.com/rust-lang/crates.io-index"5222checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"5223dependencies = [5224 "crc32fast",5225 "hashbrown",5226 "indexmap",5227 "memchr",5228]52295230[[package]]5231name = "object"5232version = "0.30.2"5233source = "registry+https://github.com/rust-lang/crates.io-index"5234checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83"5235dependencies = [5236 "memchr",5237]52385239[[package]]5240name = "once_cell"5241version = "1.17.0"5242source = "registry+https://github.com/rust-lang/crates.io-index"5243checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"52445245[[package]]5246name = "opal-runtime"5247version = "0.9.36"5248dependencies = [5249 "app-promotion-rpc",5250 "cumulus-pallet-aura-ext",5251 "cumulus-pallet-dmp-queue",5252 "cumulus-pallet-parachain-system",5253 "cumulus-pallet-xcm",5254 "cumulus-pallet-xcmp-queue",5255 "cumulus-primitives-core",5256 "cumulus-primitives-timestamp",5257 "cumulus-primitives-utility",5258 "derivative",5259 "evm-coder",5260 "fp-evm",5261 "fp-evm-mapping",5262 "fp-rpc",5263 "fp-self-contained",5264 "frame-benchmarking",5265 "frame-executive",5266 "frame-support",5267 "frame-system",5268 "frame-system-benchmarking",5269 "frame-system-rpc-runtime-api",5270 "frame-try-runtime",5271 "hex-literal",5272 "impl-trait-for-tuples",5273 "log",5274 "logtest",5275 "num_enum",5276 "orml-tokens",5277 "orml-traits",5278 "orml-vesting",5279 "orml-xtokens",5280 "pallet-app-promotion",5281 "pallet-aura",5282 "pallet-authorship",5283 "pallet-balances",5284 "pallet-base-fee",5285 "pallet-collator-selection",5286 "pallet-common",5287 "pallet-configuration",5288 "pallet-ethereum",5289 "pallet-evm",5290 "pallet-evm-coder-substrate",5291 "pallet-evm-contract-helpers",5292 "pallet-evm-migration",5293 "pallet-evm-precompile-simple",5294 "pallet-evm-transaction-payment",5295 "pallet-foreign-assets",5296 "pallet-fungible",5297 "pallet-identity 4.0.0-dev",5298 "pallet-inflation",5299 "pallet-maintenance",5300 "pallet-nonfungible",5301 "pallet-randomness-collective-flip",5302 "pallet-refungible",5303 "pallet-rmrk-core",5304 "pallet-rmrk-equip",5305 "pallet-session",5306 "pallet-structure",5307 "pallet-sudo",5308 "pallet-template-transaction-payment",5309 "pallet-test-utils",5310 "pallet-timestamp",5311 "pallet-transaction-payment",5312 "pallet-transaction-payment-rpc-runtime-api",5313 "pallet-treasury",5314 "pallet-unique",5315 "pallet-unique-scheduler-v2",5316 "pallet-xcm",5317 "parachain-info",5318 "parity-scale-codec",5319 "polkadot-parachain",5320 "precompile-utils-macro",5321 "rmrk-rpc",5322 "scale-info",5323 "serde",5324 "smallvec",5325 "sp-api",5326 "sp-arithmetic",5327 "sp-block-builder",5328 "sp-consensus-aura",5329 "sp-core",5330 "sp-inherents",5331 "sp-io",5332 "sp-offchain",5333 "sp-runtime",5334 "sp-session",5335 "sp-std",5336 "sp-transaction-pool",5337 "sp-version",5338 "substrate-wasm-builder",5339 "up-common",5340 "up-data-structs",5341 "up-pov-estimate-rpc",5342 "up-rpc",5343 "up-sponsorship",5344 "xcm",5345 "xcm-builder",5346 "xcm-executor",5347]53485349[[package]]5350name = "opaque-debug"5351version = "0.2.3"5352source = "registry+https://github.com/rust-lang/crates.io-index"5353checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"53545355[[package]]5356name = "opaque-debug"5357version = "0.3.0"5358source = "registry+https://github.com/rust-lang/crates.io-index"5359checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"53605361[[package]]5362name = "openssl-probe"5363version = "0.1.5"5364source = "registry+https://github.com/rust-lang/crates.io-index"5365checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"53665367[[package]]5368name = "orchestra"5369version = "0.0.2"5370source = "registry+https://github.com/rust-lang/crates.io-index"5371checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43"5372dependencies = [5373 "async-trait",5374 "dyn-clonable",5375 "futures",5376 "futures-timer",5377 "orchestra-proc-macro",5378 "pin-project",5379 "prioritized-metered-channel",5380 "thiserror",5381 "tracing",5382]53835384[[package]]5385name = "orchestra-proc-macro"5386version = "0.0.2"5387source = "registry+https://github.com/rust-lang/crates.io-index"5388checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a"5389dependencies = [5390 "expander 0.0.6",5391 "itertools",5392 "petgraph",5393 "proc-macro-crate",5394 "proc-macro2",5395 "quote",5396 "syn",5397]53985399[[package]]5400name = "ordered-float"5401version = "1.1.1"5402source = "registry+https://github.com/rust-lang/crates.io-index"5403checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"5404dependencies = [5405 "num-traits",5406]54075408[[package]]5409name = "orml-tokens"5410version = "0.4.1-dev"5411source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5412dependencies = [5413 "frame-support",5414 "frame-system",5415 "orml-traits",5416 "parity-scale-codec",5417 "scale-info",5418 "serde",5419 "sp-runtime",5420 "sp-std",5421]54225423[[package]]5424name = "orml-traits"5425version = "0.4.1-dev"5426source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5427dependencies = [5428 "frame-support",5429 "impl-trait-for-tuples",5430 "num-traits",5431 "orml-utilities",5432 "parity-scale-codec",5433 "scale-info",5434 "serde",5435 "sp-io",5436 "sp-runtime",5437 "sp-std",5438 "xcm",5439]54405441[[package]]5442name = "orml-utilities"5443version = "0.4.1-dev"5444source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5445dependencies = [5446 "frame-support",5447 "parity-scale-codec",5448 "scale-info",5449 "serde",5450 "sp-io",5451 "sp-runtime",5452 "sp-std",5453]54545455[[package]]5456name = "orml-vesting"5457version = "0.4.1-dev"5458source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5459dependencies = [5460 "frame-support",5461 "frame-system",5462 "parity-scale-codec",5463 "scale-info",5464 "serde",5465 "sp-io",5466 "sp-runtime",5467 "sp-std",5468]54695470[[package]]5471name = "orml-xcm-support"5472version = "0.4.1-dev"5473source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5474dependencies = [5475 "frame-support",5476 "orml-traits",5477 "parity-scale-codec",5478 "sp-runtime",5479 "sp-std",5480 "xcm",5481 "xcm-executor",5482]54835484[[package]]5485name = "orml-xtokens"5486version = "0.4.1-dev"5487source = "git+https://github.com/uniquenetwork/open-runtime-module-library?branch=feature/polkadot-v0.9.36#3f70b9adb6c0599db7b8688abb49d0d459634b68"5488dependencies = [5489 "cumulus-primitives-core",5490 "frame-support",5491 "frame-system",5492 "orml-traits",5493 "orml-xcm-support",5494 "pallet-xcm",5495 "parity-scale-codec",5496 "scale-info",5497 "serde",5498 "sp-io",5499 "sp-runtime",5500 "sp-std",5501 "xcm",5502 "xcm-executor",5503]55045505[[package]]5506name = "os_str_bytes"5507version = "6.4.1"5508source = "registry+https://github.com/rust-lang/crates.io-index"5509checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"55105511[[package]]5512name = "packed_simd_2"5513version = "0.3.8"5514source = "registry+https://github.com/rust-lang/crates.io-index"5515checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"5516dependencies = [5517 "cfg-if",5518 "libm 0.1.4",5519]55205521[[package]]5522name = "pallet-app-promotion"5523version = "0.1.3"5524dependencies = [5525 "frame-benchmarking",5526 "frame-support",5527 "frame-system",5528 "pallet-balances",5529 "pallet-common",5530 "pallet-configuration",5531 "pallet-evm",5532 "pallet-evm-contract-helpers",5533 "pallet-evm-migration",5534 "pallet-unique",5535 "parity-scale-codec",5536 "scale-info",5537 "sp-core",5538 "sp-runtime",5539 "sp-std",5540 "up-data-structs",5541]55425543[[package]]5544name = "pallet-aura"5545version = "4.0.0-dev"5546source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5547dependencies = [5548 "frame-support",5549 "frame-system",5550 "pallet-timestamp",5551 "parity-scale-codec",5552 "scale-info",5553 "sp-application-crypto",5554 "sp-consensus-aura",5555 "sp-runtime",5556 "sp-std",5557]55585559[[package]]5560name = "pallet-authority-discovery"5561version = "4.0.0-dev"5562source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5563dependencies = [5564 "frame-support",5565 "frame-system",5566 "pallet-session",5567 "parity-scale-codec",5568 "scale-info",5569 "sp-application-crypto",5570 "sp-authority-discovery",5571 "sp-runtime",5572 "sp-std",5573]55745575[[package]]5576name = "pallet-authorship"5577version = "4.0.0-dev"5578source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5579dependencies = [5580 "frame-support",5581 "frame-system",5582 "impl-trait-for-tuples",5583 "parity-scale-codec",5584 "scale-info",5585 "sp-authorship",5586 "sp-runtime",5587 "sp-std",5588]55895590[[package]]5591name = "pallet-babe"5592version = "4.0.0-dev"5593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5594dependencies = [5595 "frame-benchmarking",5596 "frame-support",5597 "frame-system",5598 "log",5599 "pallet-authorship",5600 "pallet-session",5601 "pallet-timestamp",5602 "parity-scale-codec",5603 "scale-info",5604 "sp-application-crypto",5605 "sp-consensus-babe",5606 "sp-consensus-vrf",5607 "sp-io",5608 "sp-runtime",5609 "sp-session",5610 "sp-staking",5611 "sp-std",5612]56135614[[package]]5615name = "pallet-bags-list"5616version = "4.0.0-dev"5617source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5618dependencies = [5619 "frame-benchmarking",5620 "frame-election-provider-support",5621 "frame-support",5622 "frame-system",5623 "log",5624 "pallet-balances",5625 "parity-scale-codec",5626 "scale-info",5627 "sp-core",5628 "sp-io",5629 "sp-runtime",5630 "sp-std",5631 "sp-tracing",5632]56335634[[package]]5635name = "pallet-balances"5636version = "4.0.0-dev"5637source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5638dependencies = [5639 "frame-benchmarking",5640 "frame-support",5641 "frame-system",5642 "log",5643 "parity-scale-codec",5644 "scale-info",5645 "sp-runtime",5646 "sp-std",5647]56485649[[package]]5650name = "pallet-base-fee"5651version = "1.0.0"5652source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5653dependencies = [5654 "fp-evm",5655 "frame-support",5656 "frame-system",5657 "parity-scale-codec",5658 "scale-info",5659 "serde",5660 "sp-core",5661 "sp-runtime",5662]56635664[[package]]5665name = "pallet-beefy"5666version = "4.0.0-dev"5667source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5668dependencies = [5669 "frame-support",5670 "frame-system",5671 "pallet-session",5672 "parity-scale-codec",5673 "scale-info",5674 "serde",5675 "sp-beefy",5676 "sp-runtime",5677 "sp-std",5678]56795680[[package]]5681name = "pallet-beefy-mmr"5682version = "4.0.0-dev"5683source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5684dependencies = [5685 "array-bytes 4.2.0",5686 "beefy-merkle-tree",5687 "frame-support",5688 "frame-system",5689 "log",5690 "pallet-beefy",5691 "pallet-mmr",5692 "pallet-session",5693 "parity-scale-codec",5694 "scale-info",5695 "serde",5696 "sp-beefy",5697 "sp-core",5698 "sp-io",5699 "sp-runtime",5700 "sp-std",5701]57025703[[package]]5704name = "pallet-bounties"5705version = "4.0.0-dev"5706source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5707dependencies = [5708 "frame-benchmarking",5709 "frame-support",5710 "frame-system",5711 "log",5712 "pallet-treasury",5713 "parity-scale-codec",5714 "scale-info",5715 "sp-core",5716 "sp-io",5717 "sp-runtime",5718 "sp-std",5719]57205721[[package]]5722name = "pallet-child-bounties"5723version = "4.0.0-dev"5724source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5725dependencies = [5726 "frame-benchmarking",5727 "frame-support",5728 "frame-system",5729 "log",5730 "pallet-bounties",5731 "pallet-treasury",5732 "parity-scale-codec",5733 "scale-info",5734 "sp-core",5735 "sp-io",5736 "sp-runtime",5737 "sp-std",5738]57395740[[package]]5741name = "pallet-collator-selection"5742version = "4.0.0"5743dependencies = [5744 "frame-benchmarking",5745 "frame-support",5746 "frame-system",5747 "log",5748 "pallet-aura",5749 "pallet-authorship",5750 "pallet-balances",5751 "pallet-configuration",5752 "pallet-session",5753 "pallet-timestamp",5754 "parity-scale-codec",5755 "rand 0.8.5",5756 "scale-info",5757 "serde",5758 "sp-consensus-aura",5759 "sp-core",5760 "sp-io",5761 "sp-runtime",5762 "sp-staking",5763 "sp-std",5764 "sp-tracing",5765]57665767[[package]]5768name = "pallet-collective"5769version = "4.0.0-dev"5770source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5771dependencies = [5772 "frame-benchmarking",5773 "frame-support",5774 "frame-system",5775 "log",5776 "parity-scale-codec",5777 "scale-info",5778 "sp-core",5779 "sp-io",5780 "sp-runtime",5781 "sp-std",5782]57835784[[package]]5785name = "pallet-common"5786version = "0.1.12"5787dependencies = [5788 "ethereum 0.14.0",5789 "evm-coder",5790 "frame-benchmarking",5791 "frame-support",5792 "frame-system",5793 "pallet-evm",5794 "pallet-evm-coder-substrate",5795 "parity-scale-codec",5796 "scale-info",5797 "sp-core",5798 "sp-runtime",5799 "sp-std",5800 "up-data-structs",5801 "up-pov-estimate-rpc",5802]58035804[[package]]5805name = "pallet-configuration"5806version = "0.1.3"5807dependencies = [5808 "fp-evm",5809 "frame-benchmarking",5810 "frame-support",5811 "frame-system",5812 "parity-scale-codec",5813 "scale-info",5814 "smallvec",5815 "sp-arithmetic",5816 "sp-core",5817 "sp-std",5818 "xcm",5819]58205821[[package]]5822name = "pallet-conviction-voting"5823version = "4.0.0-dev"5824source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5825dependencies = [5826 "assert_matches",5827 "frame-benchmarking",5828 "frame-support",5829 "frame-system",5830 "parity-scale-codec",5831 "scale-info",5832 "serde",5833 "sp-io",5834 "sp-runtime",5835 "sp-std",5836]58375838[[package]]5839name = "pallet-democracy"5840version = "4.0.0-dev"5841source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5842dependencies = [5843 "frame-benchmarking",5844 "frame-support",5845 "frame-system",5846 "log",5847 "parity-scale-codec",5848 "scale-info",5849 "serde",5850 "sp-core",5851 "sp-io",5852 "sp-runtime",5853 "sp-std",5854]58555856[[package]]5857name = "pallet-election-provider-multi-phase"5858version = "4.0.0-dev"5859source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5860dependencies = [5861 "frame-benchmarking",5862 "frame-election-provider-support",5863 "frame-support",5864 "frame-system",5865 "log",5866 "pallet-election-provider-support-benchmarking",5867 "parity-scale-codec",5868 "rand 0.7.3",5869 "scale-info",5870 "sp-arithmetic",5871 "sp-core",5872 "sp-io",5873 "sp-npos-elections",5874 "sp-runtime",5875 "sp-std",5876 "static_assertions",5877 "strum",5878]58795880[[package]]5881name = "pallet-election-provider-support-benchmarking"5882version = "4.0.0-dev"5883source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5884dependencies = [5885 "frame-benchmarking",5886 "frame-election-provider-support",5887 "frame-system",5888 "parity-scale-codec",5889 "sp-npos-elections",5890 "sp-runtime",5891]58925893[[package]]5894name = "pallet-elections-phragmen"5895version = "5.0.0-dev"5896source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"5897dependencies = [5898 "frame-benchmarking",5899 "frame-support",5900 "frame-system",5901 "log",5902 "parity-scale-codec",5903 "scale-info",5904 "sp-core",5905 "sp-io",5906 "sp-npos-elections",5907 "sp-runtime",5908 "sp-std",5909]59105911[[package]]5912name = "pallet-ethereum"5913version = "4.0.0-dev"5914source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5915dependencies = [5916 "ethereum 0.14.0",5917 "ethereum-types 0.14.1",5918 "evm",5919 "fp-consensus",5920 "fp-ethereum",5921 "fp-evm",5922 "fp-evm-mapping",5923 "fp-rpc",5924 "fp-self-contained",5925 "fp-storage",5926 "frame-support",5927 "frame-system",5928 "pallet-evm",5929 "pallet-timestamp",5930 "parity-scale-codec",5931 "rlp",5932 "scale-info",5933 "serde",5934 "sp-io",5935 "sp-runtime",5936 "sp-std",5937]59385939[[package]]5940name = "pallet-evm"5941version = "6.0.0-dev"5942source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"5943dependencies = [5944 "environmental",5945 "evm",5946 "fp-evm",5947 "fp-evm-mapping",5948 "frame-benchmarking",5949 "frame-support",5950 "frame-system",5951 "hex",5952 "impl-trait-for-tuples",5953 "log",5954 "pallet-timestamp",5955 "parity-scale-codec",5956 "primitive-types 0.12.1",5957 "rlp",5958 "scale-info",5959 "serde",5960 "sp-core",5961 "sp-io",5962 "sp-runtime",5963 "sp-std",5964]59655966[[package]]5967name = "pallet-evm-coder-substrate"5968version = "0.1.3"5969dependencies = [5970 "evm-coder",5971 "frame-benchmarking",5972 "frame-support",5973 "frame-system",5974 "pallet-evm",5975 "parity-scale-codec",5976 "scale-info",5977 "sp-core",5978 "sp-std",5979 "up-data-structs",5980]59815982[[package]]5983name = "pallet-evm-contract-helpers"5984version = "0.3.0"5985dependencies = [5986 "evm-coder",5987 "frame-support",5988 "frame-system",5989 "pallet-common",5990 "pallet-evm",5991 "pallet-evm-coder-substrate",5992 "pallet-evm-transaction-payment",5993 "parity-scale-codec",5994 "scale-info",5995 "sp-core",5996 "sp-std",5997 "up-data-structs",5998 "up-sponsorship",5999]60006001[[package]]6002name = "pallet-evm-migration"6003version = "0.1.1"6004dependencies = [6005 "ethereum 0.14.0",6006 "frame-benchmarking",6007 "frame-support",6008 "frame-system",6009 "pallet-evm",6010 "parity-scale-codec",6011 "scale-info",6012 "sp-core",6013 "sp-std",6014]60156016[[package]]6017name = "pallet-evm-precompile-simple"6018version = "2.0.0-dev"6019source = "git+https://github.com/uniquenetwork/frontier?branch=unique-polkadot-v0.9.36#ef8d2809ed05da0664e9b43cb87436451295b634"6020dependencies = [6021 "fp-evm",6022 "ripemd",6023 "sp-io",6024]60256026[[package]]6027name = "pallet-evm-transaction-payment"6028version = "0.1.1"6029dependencies = [6030 "fp-evm",6031 "frame-support",6032 "frame-system",6033 "pallet-evm",6034 "parity-scale-codec",6035 "scale-info",6036 "sp-core",6037 "sp-runtime",6038 "sp-std",6039 "up-sponsorship",6040]60416042[[package]]6043name = "pallet-fast-unstake"6044version = "4.0.0-dev"6045source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6046dependencies = [6047 "frame-benchmarking",6048 "frame-election-provider-support",6049 "frame-support",6050 "frame-system",6051 "log",6052 "parity-scale-codec",6053 "scale-info",6054 "sp-io",6055 "sp-runtime",6056 "sp-staking",6057 "sp-std",6058]60596060[[package]]6061name = "pallet-foreign-assets"6062version = "0.1.0"6063dependencies = [6064 "frame-benchmarking",6065 "frame-support",6066 "frame-system",6067 "hex",6068 "log",6069 "orml-tokens",6070 "pallet-balances",6071 "pallet-common",6072 "pallet-fungible",6073 "pallet-timestamp",6074 "parity-scale-codec",6075 "scale-info",6076 "serde",6077 "serde_json",6078 "sp-core",6079 "sp-io",6080 "sp-runtime",6081 "sp-std",6082 "up-data-structs",6083 "xcm",6084 "xcm-executor",6085]60866087[[package]]6088name = "pallet-fungible"6089version = "0.1.9"6090dependencies = [6091 "evm-coder",6092 "frame-benchmarking",6093 "frame-support",6094 "frame-system",6095 "pallet-common",6096 "pallet-evm",6097 "pallet-evm-coder-substrate",6098 "pallet-structure",6099 "parity-scale-codec",6100 "scale-info",6101 "sp-core",6102 "sp-runtime",6103 "sp-std",6104 "up-data-structs",6105]61066107[[package]]6108name = "pallet-grandpa"6109version = "4.0.0-dev"6110source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6111dependencies = [6112 "frame-benchmarking",6113 "frame-support",6114 "frame-system",6115 "log",6116 "pallet-authorship",6117 "pallet-session",6118 "parity-scale-codec",6119 "scale-info",6120 "sp-application-crypto",6121 "sp-core",6122 "sp-finality-grandpa",6123 "sp-io",6124 "sp-runtime",6125 "sp-session",6126 "sp-staking",6127 "sp-std",6128]61296130[[package]]6131name = "pallet-identity"6132version = "4.0.0-dev"6133dependencies = [6134 "enumflags2",6135 "frame-benchmarking",6136 "frame-support",6137 "frame-system",6138 "pallet-balances",6139 "parity-scale-codec",6140 "scale-info",6141 "sp-core",6142 "sp-io",6143 "sp-runtime",6144 "sp-std",6145]61466147[[package]]6148name = "pallet-identity"6149version = "4.0.0-dev"6150source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6151dependencies = [6152 "enumflags2",6153 "frame-benchmarking",6154 "frame-support",6155 "frame-system",6156 "parity-scale-codec",6157 "scale-info",6158 "sp-io",6159 "sp-runtime",6160 "sp-std",6161]61626163[[package]]6164name = "pallet-im-online"6165version = "4.0.0-dev"6166source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6167dependencies = [6168 "frame-benchmarking",6169 "frame-support",6170 "frame-system",6171 "log",6172 "pallet-authorship",6173 "parity-scale-codec",6174 "scale-info",6175 "sp-application-crypto",6176 "sp-core",6177 "sp-io",6178 "sp-runtime",6179 "sp-staking",6180 "sp-std",6181]61826183[[package]]6184name = "pallet-indices"6185version = "4.0.0-dev"6186source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6187dependencies = [6188 "frame-benchmarking",6189 "frame-support",6190 "frame-system",6191 "parity-scale-codec",6192 "scale-info",6193 "sp-core",6194 "sp-io",6195 "sp-keyring",6196 "sp-runtime",6197 "sp-std",6198]61996200[[package]]6201name = "pallet-inflation"6202version = "0.1.1"6203dependencies = [6204 "frame-benchmarking",6205 "frame-support",6206 "frame-system",6207 "pallet-balances",6208 "parity-scale-codec",6209 "scale-info",6210 "sp-core",6211 "sp-io",6212 "sp-runtime",6213 "sp-std",6214]62156216[[package]]6217name = "pallet-maintenance"6218version = "0.1.0"6219dependencies = [6220 "frame-benchmarking",6221 "frame-support",6222 "frame-system",6223 "parity-scale-codec",6224 "scale-info",6225 "sp-std",6226]62276228[[package]]6229name = "pallet-membership"6230version = "4.0.0-dev"6231source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6232dependencies = [6233 "frame-benchmarking",6234 "frame-support",6235 "frame-system",6236 "log",6237 "parity-scale-codec",6238 "scale-info",6239 "sp-core",6240 "sp-io",6241 "sp-runtime",6242 "sp-std",6243]62446245[[package]]6246name = "pallet-mmr"6247version = "4.0.0-dev"6248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6249dependencies = [6250 "frame-benchmarking",6251 "frame-support",6252 "frame-system",6253 "parity-scale-codec",6254 "scale-info",6255 "sp-core",6256 "sp-io",6257 "sp-mmr-primitives",6258 "sp-runtime",6259 "sp-std",6260]62616262[[package]]6263name = "pallet-multisig"6264version = "4.0.0-dev"6265source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6266dependencies = [6267 "frame-benchmarking",6268 "frame-support",6269 "frame-system",6270 "log",6271 "parity-scale-codec",6272 "scale-info",6273 "sp-io",6274 "sp-runtime",6275 "sp-std",6276]62776278[[package]]6279name = "pallet-nis"6280version = "4.0.0-dev"6281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6282dependencies = [6283 "frame-benchmarking",6284 "frame-support",6285 "frame-system",6286 "parity-scale-codec",6287 "scale-info",6288 "sp-arithmetic",6289 "sp-core",6290 "sp-runtime",6291 "sp-std",6292]62936294[[package]]6295name = "pallet-nomination-pools"6296version = "1.0.0"6297source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6298dependencies = [6299 "frame-support",6300 "frame-system",6301 "log",6302 "parity-scale-codec",6303 "scale-info",6304 "sp-core",6305 "sp-io",6306 "sp-runtime",6307 "sp-staking",6308 "sp-std",6309]63106311[[package]]6312name = "pallet-nomination-pools-benchmarking"6313version = "1.0.0"6314source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6315dependencies = [6316 "frame-benchmarking",6317 "frame-election-provider-support",6318 "frame-support",6319 "frame-system",6320 "pallet-bags-list",6321 "pallet-nomination-pools",6322 "pallet-staking",6323 "parity-scale-codec",6324 "scale-info",6325 "sp-runtime",6326 "sp-runtime-interface",6327 "sp-staking",6328 "sp-std",6329]63306331[[package]]6332name = "pallet-nomination-pools-runtime-api"6333version = "1.0.0-dev"6334source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6335dependencies = [6336 "parity-scale-codec",6337 "sp-api",6338 "sp-std",6339]63406341[[package]]6342name = "pallet-nonfungible"6343version = "0.1.12"6344dependencies = [6345 "evm-coder",6346 "frame-benchmarking",6347 "frame-support",6348 "frame-system",6349 "pallet-common",6350 "pallet-evm",6351 "pallet-evm-coder-substrate",6352 "pallet-structure",6353 "parity-scale-codec",6354 "scale-info",6355 "sp-core",6356 "sp-runtime",6357 "sp-std",6358 "struct-versioning",6359 "up-data-structs",6360]63616362[[package]]6363name = "pallet-offences"6364version = "4.0.0-dev"6365source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6366dependencies = [6367 "frame-support",6368 "frame-system",6369 "log",6370 "pallet-balances",6371 "parity-scale-codec",6372 "scale-info",6373 "serde",6374 "sp-runtime",6375 "sp-staking",6376 "sp-std",6377]63786379[[package]]6380name = "pallet-offences-benchmarking"6381version = "4.0.0-dev"6382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6383dependencies = [6384 "frame-benchmarking",6385 "frame-election-provider-support",6386 "frame-support",6387 "frame-system",6388 "pallet-babe",6389 "pallet-balances",6390 "pallet-grandpa",6391 "pallet-im-online",6392 "pallet-offences",6393 "pallet-session",6394 "pallet-staking",6395 "parity-scale-codec",6396 "scale-info",6397 "sp-runtime",6398 "sp-staking",6399 "sp-std",6400]64016402[[package]]6403name = "pallet-preimage"6404version = "4.0.0-dev"6405source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6406dependencies = [6407 "frame-benchmarking",6408 "frame-support",6409 "frame-system",6410 "log",6411 "parity-scale-codec",6412 "scale-info",6413 "sp-core",6414 "sp-io",6415 "sp-runtime",6416 "sp-std",6417]64186419[[package]]6420name = "pallet-proxy"6421version = "4.0.0-dev"6422source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6423dependencies = [6424 "frame-benchmarking",6425 "frame-support",6426 "frame-system",6427 "parity-scale-codec",6428 "scale-info",6429 "sp-io",6430 "sp-runtime",6431 "sp-std",6432]64336434[[package]]6435name = "pallet-randomness-collective-flip"6436version = "4.0.0-dev"6437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6438dependencies = [6439 "frame-support",6440 "frame-system",6441 "parity-scale-codec",6442 "safe-mix",6443 "scale-info",6444 "sp-runtime",6445 "sp-std",6446]64476448[[package]]6449name = "pallet-ranked-collective"6450version = "4.0.0-dev"6451source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6452dependencies = [6453 "frame-benchmarking",6454 "frame-support",6455 "frame-system",6456 "log",6457 "parity-scale-codec",6458 "scale-info",6459 "sp-arithmetic",6460 "sp-core",6461 "sp-io",6462 "sp-runtime",6463 "sp-std",6464]64656466[[package]]6467name = "pallet-recovery"6468version = "4.0.0-dev"6469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6470dependencies = [6471 "frame-benchmarking",6472 "frame-support",6473 "frame-system",6474 "parity-scale-codec",6475 "scale-info",6476 "sp-io",6477 "sp-runtime",6478 "sp-std",6479]64806481[[package]]6482name = "pallet-referenda"6483version = "4.0.0-dev"6484source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6485dependencies = [6486 "assert_matches",6487 "frame-benchmarking",6488 "frame-support",6489 "frame-system",6490 "log",6491 "parity-scale-codec",6492 "scale-info",6493 "serde",6494 "sp-arithmetic",6495 "sp-io",6496 "sp-runtime",6497 "sp-std",6498]64996500[[package]]6501name = "pallet-refungible"6502version = "0.2.11"6503dependencies = [6504 "evm-coder",6505 "frame-benchmarking",6506 "frame-support",6507 "frame-system",6508 "pallet-common",6509 "pallet-evm",6510 "pallet-evm-coder-substrate",6511 "pallet-structure",6512 "parity-scale-codec",6513 "scale-info",6514 "sp-core",6515 "sp-runtime",6516 "sp-std",6517 "up-data-structs",6518]65196520[[package]]6521name = "pallet-rmrk-core"6522version = "0.1.2"6523dependencies = [6524 "frame-benchmarking",6525 "frame-support",6526 "frame-system",6527 "pallet-common",6528 "pallet-evm",6529 "pallet-nonfungible",6530 "pallet-structure",6531 "parity-scale-codec",6532 "rmrk-traits",6533 "scale-info",6534 "sp-runtime",6535 "sp-std",6536 "up-data-structs",6537]65386539[[package]]6540name = "pallet-rmrk-equip"6541version = "0.1.2"6542dependencies = [6543 "frame-benchmarking",6544 "frame-support",6545 "frame-system",6546 "pallet-common",6547 "pallet-evm",6548 "pallet-nonfungible",6549 "pallet-rmrk-core",6550 "parity-scale-codec",6551 "scale-info",6552 "sp-runtime",6553 "sp-std",6554 "up-data-structs",6555]65566557[[package]]6558name = "pallet-scheduler"6559version = "4.0.0-dev"6560source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6561dependencies = [6562 "frame-benchmarking",6563 "frame-support",6564 "frame-system",6565 "log",6566 "parity-scale-codec",6567 "scale-info",6568 "sp-io",6569 "sp-runtime",6570 "sp-std",6571 "sp-weights",6572]65736574[[package]]6575name = "pallet-session"6576version = "4.0.0-dev"6577source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6578dependencies = [6579 "frame-support",6580 "frame-system",6581 "impl-trait-for-tuples",6582 "log",6583 "pallet-timestamp",6584 "parity-scale-codec",6585 "scale-info",6586 "sp-core",6587 "sp-io",6588 "sp-runtime",6589 "sp-session",6590 "sp-staking",6591 "sp-std",6592 "sp-trie",6593]65946595[[package]]6596name = "pallet-session-benchmarking"6597version = "4.0.0-dev"6598source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6599dependencies = [6600 "frame-benchmarking",6601 "frame-support",6602 "frame-system",6603 "pallet-session",6604 "pallet-staking",6605 "rand 0.7.3",6606 "sp-runtime",6607 "sp-session",6608 "sp-std",6609]66106611[[package]]6612name = "pallet-society"6613version = "4.0.0-dev"6614source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6615dependencies = [6616 "frame-support",6617 "frame-system",6618 "parity-scale-codec",6619 "rand_chacha 0.2.2",6620 "scale-info",6621 "sp-runtime",6622 "sp-std",6623]66246625[[package]]6626name = "pallet-staking"6627version = "4.0.0-dev"6628source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6629dependencies = [6630 "frame-benchmarking",6631 "frame-election-provider-support",6632 "frame-support",6633 "frame-system",6634 "log",6635 "pallet-authorship",6636 "pallet-session",6637 "parity-scale-codec",6638 "rand_chacha 0.2.2",6639 "scale-info",6640 "serde",6641 "sp-application-crypto",6642 "sp-io",6643 "sp-runtime",6644 "sp-staking",6645 "sp-std",6646]66476648[[package]]6649name = "pallet-staking-reward-curve"6650version = "4.0.0-dev"6651source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6652dependencies = [6653 "proc-macro-crate",6654 "proc-macro2",6655 "quote",6656 "syn",6657]66586659[[package]]6660name = "pallet-staking-reward-fn"6661version = "4.0.0-dev"6662source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6663dependencies = [6664 "log",6665 "sp-arithmetic",6666]66676668[[package]]6669name = "pallet-state-trie-migration"6670version = "4.0.0-dev"6671source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6672dependencies = [6673 "frame-benchmarking",6674 "frame-support",6675 "frame-system",6676 "log",6677 "parity-scale-codec",6678 "scale-info",6679 "sp-core",6680 "sp-io",6681 "sp-runtime",6682 "sp-std",6683]66846685[[package]]6686name = "pallet-structure"6687version = "0.1.2"6688dependencies = [6689 "frame-benchmarking",6690 "frame-support",6691 "frame-system",6692 "log",6693 "pallet-common",6694 "pallet-evm",6695 "parity-scale-codec",6696 "scale-info",6697 "sp-std",6698 "up-data-structs",6699]67006701[[package]]6702name = "pallet-sudo"6703version = "4.0.0-dev"6704source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6705dependencies = [6706 "frame-support",6707 "frame-system",6708 "parity-scale-codec",6709 "scale-info",6710 "sp-io",6711 "sp-runtime",6712 "sp-std",6713]67146715[[package]]6716name = "pallet-template-transaction-payment"6717version = "3.0.0"6718source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"6719dependencies = [6720 "frame-benchmarking",6721 "frame-support",6722 "frame-system",6723 "pallet-balances",6724 "pallet-transaction-payment",6725 "parity-scale-codec",6726 "scale-info",6727 "serde",6728 "sp-core",6729 "sp-io",6730 "sp-runtime",6731 "sp-std",6732 "up-sponsorship",6733]67346735[[package]]6736name = "pallet-test-utils"6737version = "0.1.0"6738dependencies = [6739 "frame-support",6740 "frame-system",6741 "pallet-unique-scheduler-v2",6742 "parity-scale-codec",6743 "scale-info",6744 "sp-std",6745]67466747[[package]]6748name = "pallet-timestamp"6749version = "4.0.0-dev"6750source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6751dependencies = [6752 "frame-benchmarking",6753 "frame-support",6754 "frame-system",6755 "log",6756 "parity-scale-codec",6757 "scale-info",6758 "sp-inherents",6759 "sp-io",6760 "sp-runtime",6761 "sp-std",6762 "sp-timestamp",6763]67646765[[package]]6766name = "pallet-tips"6767version = "4.0.0-dev"6768source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6769dependencies = [6770 "frame-benchmarking",6771 "frame-support",6772 "frame-system",6773 "log",6774 "pallet-treasury",6775 "parity-scale-codec",6776 "scale-info",6777 "serde",6778 "sp-core",6779 "sp-io",6780 "sp-runtime",6781 "sp-std",6782]67836784[[package]]6785name = "pallet-transaction-payment"6786version = "4.0.0-dev"6787source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6788dependencies = [6789 "frame-support",6790 "frame-system",6791 "parity-scale-codec",6792 "scale-info",6793 "serde",6794 "sp-core",6795 "sp-io",6796 "sp-runtime",6797 "sp-std",6798]67996800[[package]]6801name = "pallet-transaction-payment-rpc"6802version = "4.0.0-dev"6803source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6804dependencies = [6805 "jsonrpsee",6806 "pallet-transaction-payment-rpc-runtime-api",6807 "parity-scale-codec",6808 "sp-api",6809 "sp-blockchain",6810 "sp-core",6811 "sp-rpc",6812 "sp-runtime",6813 "sp-weights",6814]68156816[[package]]6817name = "pallet-transaction-payment-rpc-runtime-api"6818version = "4.0.0-dev"6819source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6820dependencies = [6821 "pallet-transaction-payment",6822 "parity-scale-codec",6823 "sp-api",6824 "sp-runtime",6825 "sp-weights",6826]68276828[[package]]6829name = "pallet-treasury"6830version = "4.0.0-dev"6831source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6832dependencies = [6833 "frame-benchmarking",6834 "frame-support",6835 "frame-system",6836 "impl-trait-for-tuples",6837 "pallet-balances",6838 "parity-scale-codec",6839 "scale-info",6840 "serde",6841 "sp-runtime",6842 "sp-std",6843]68446845[[package]]6846name = "pallet-unique"6847version = "0.2.1"6848dependencies = [6849 "ethereum 0.12.0",6850 "evm-coder",6851 "frame-benchmarking",6852 "frame-support",6853 "frame-system",6854 "pallet-common",6855 "pallet-evm",6856 "pallet-evm-coder-substrate",6857 "pallet-nonfungible",6858 "pallet-refungible",6859 "parity-scale-codec",6860 "scale-info",6861 "serde",6862 "sp-core",6863 "sp-io",6864 "sp-runtime",6865 "sp-std",6866 "up-data-structs",6867]68686869[[package]]6870name = "pallet-unique-scheduler-v2"6871version = "0.1.0"6872dependencies = [6873 "frame-benchmarking",6874 "frame-support",6875 "frame-system",6876 "log",6877 "pallet-preimage",6878 "parity-scale-codec",6879 "scale-info",6880 "sp-core",6881 "sp-io",6882 "sp-runtime",6883 "sp-std",6884 "substrate-test-utils",6885]68866887[[package]]6888name = "pallet-utility"6889version = "4.0.0-dev"6890source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6891dependencies = [6892 "frame-benchmarking",6893 "frame-support",6894 "frame-system",6895 "parity-scale-codec",6896 "scale-info",6897 "sp-core",6898 "sp-io",6899 "sp-runtime",6900 "sp-std",6901]69026903[[package]]6904name = "pallet-vesting"6905version = "4.0.0-dev"6906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6907dependencies = [6908 "frame-benchmarking",6909 "frame-support",6910 "frame-system",6911 "log",6912 "parity-scale-codec",6913 "scale-info",6914 "sp-runtime",6915 "sp-std",6916]69176918[[package]]6919name = "pallet-whitelist"6920version = "4.0.0-dev"6921source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"6922dependencies = [6923 "frame-benchmarking",6924 "frame-support",6925 "frame-system",6926 "parity-scale-codec",6927 "scale-info",6928 "sp-api",6929 "sp-runtime",6930 "sp-std",6931]69326933[[package]]6934name = "pallet-xcm"6935version = "0.9.36"6936source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6937dependencies = [6938 "frame-support",6939 "frame-system",6940 "log",6941 "parity-scale-codec",6942 "scale-info",6943 "serde",6944 "sp-core",6945 "sp-runtime",6946 "sp-std",6947 "xcm",6948 "xcm-executor",6949]69506951[[package]]6952name = "pallet-xcm-benchmarks"6953version = "0.9.36"6954source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"6955dependencies = [6956 "frame-benchmarking",6957 "frame-support",6958 "frame-system",6959 "log",6960 "parity-scale-codec",6961 "scale-info",6962 "sp-runtime",6963 "sp-std",6964 "xcm",6965 "xcm-executor",6966]69676968[[package]]6969name = "parachain-info"6970version = "0.1.0"6971source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.36#afe528af891f464b318293f183f6d3eefbc979b0"6972dependencies = [6973 "cumulus-primitives-core",6974 "frame-support",6975 "frame-system",6976 "parity-scale-codec",6977 "scale-info",6978]69796980[[package]]6981name = "parity-db"6982version = "0.4.2"6983source = "registry+https://github.com/rust-lang/crates.io-index"6984checksum = "3a7511a0bec4a336b5929999d02b560d2439c993cccf98c26481484e811adc43"6985dependencies = [6986 "blake2",6987 "crc32fast",6988 "fs2",6989 "hex",6990 "libc",6991 "log",6992 "lz4",6993 "memmap2",6994 "parking_lot 0.12.1",6995 "rand 0.8.5",6996 "snap",6997]69986999[[package]]7000name = "parity-scale-codec"7001version = "3.2.2"7002source = "registry+https://github.com/rust-lang/crates.io-index"7003checksum = "e7ab01d0f889e957861bc65888d5ccbe82c158d0270136ba46820d43837cdf72"7004dependencies = [7005 "arrayvec 0.7.2",7006 "bitvec",7007 "byte-slice-cast",7008 "bytes",7009 "impl-trait-for-tuples",7010 "parity-scale-codec-derive",7011 "serde",7012]70137014[[package]]7015name = "parity-scale-codec-derive"7016version = "3.1.4"7017source = "registry+https://github.com/rust-lang/crates.io-index"7018checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b"7019dependencies = [7020 "proc-macro-crate",7021 "proc-macro2",7022 "quote",7023 "syn",7024]70257026[[package]]7027name = "parity-send-wrapper"7028version = "0.1.0"7029source = "registry+https://github.com/rust-lang/crates.io-index"7030checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"70317032[[package]]7033name = "parity-wasm"7034version = "0.45.0"7035source = "registry+https://github.com/rust-lang/crates.io-index"7036checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304"70377038[[package]]7039name = "parking"7040version = "2.0.0"7041source = "registry+https://github.com/rust-lang/crates.io-index"7042checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"70437044[[package]]7045name = "parking_lot"7046version = "0.11.2"7047source = "registry+https://github.com/rust-lang/crates.io-index"7048checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"7049dependencies = [7050 "instant",7051 "lock_api",7052 "parking_lot_core 0.8.6",7053]70547055[[package]]7056name = "parking_lot"7057version = "0.12.1"7058source = "registry+https://github.com/rust-lang/crates.io-index"7059checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"7060dependencies = [7061 "lock_api",7062 "parking_lot_core 0.9.6",7063]70647065[[package]]7066name = "parking_lot_core"7067version = "0.8.6"7068source = "registry+https://github.com/rust-lang/crates.io-index"7069checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"7070dependencies = [7071 "cfg-if",7072 "instant",7073 "libc",7074 "redox_syscall",7075 "smallvec",7076 "winapi",7077]70787079[[package]]7080name = "parking_lot_core"7081version = "0.9.6"7082source = "registry+https://github.com/rust-lang/crates.io-index"7083checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"7084dependencies = [7085 "cfg-if",7086 "libc",7087 "redox_syscall",7088 "smallvec",7089 "windows-sys 0.42.0",7090]70917092[[package]]7093name = "paste"7094version = "1.0.11"7095source = "registry+https://github.com/rust-lang/crates.io-index"7096checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"70977098[[package]]7099name = "pbkdf2"7100version = "0.4.0"7101source = "registry+https://github.com/rust-lang/crates.io-index"7102checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"7103dependencies = [7104 "crypto-mac 0.8.0",7105]71067107[[package]]7108name = "pbkdf2"7109version = "0.8.0"7110source = "registry+https://github.com/rust-lang/crates.io-index"7111checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"7112dependencies = [7113 "crypto-mac 0.11.1",7114]71157116[[package]]7117name = "peeking_take_while"7118version = "0.1.2"7119source = "registry+https://github.com/rust-lang/crates.io-index"7120checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"71217122[[package]]7123name = "percent-encoding"7124version = "2.2.0"7125source = "registry+https://github.com/rust-lang/crates.io-index"7126checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"71277128[[package]]7129name = "pest"7130version = "2.5.3"7131source = "registry+https://github.com/rust-lang/crates.io-index"7132checksum = "4257b4a04d91f7e9e6290be5d3da4804dd5784fafde3a497d73eb2b4a158c30a"7133dependencies = [7134 "thiserror",7135 "ucd-trie",7136]71377138[[package]]7139name = "pest_derive"7140version = "2.5.3"7141source = "registry+https://github.com/rust-lang/crates.io-index"7142checksum = "241cda393b0cdd65e62e07e12454f1f25d57017dcc514b1514cd3c4645e3a0a6"7143dependencies = [7144 "pest",7145 "pest_generator",7146]71477148[[package]]7149name = "pest_generator"7150version = "2.5.3"7151source = "registry+https://github.com/rust-lang/crates.io-index"7152checksum = "46b53634d8c8196302953c74d5352f33d0c512a9499bd2ce468fc9f4128fa27c"7153dependencies = [7154 "pest",7155 "pest_meta",7156 "proc-macro2",7157 "quote",7158 "syn",7159]71607161[[package]]7162name = "pest_meta"7163version = "2.5.3"7164source = "registry+https://github.com/rust-lang/crates.io-index"7165checksum = "0ef4f1332a8d4678b41966bb4cc1d0676880e84183a1ecc3f4b69f03e99c7a51"7166dependencies = [7167 "once_cell",7168 "pest",7169 "sha2 0.10.6",7170]71717172[[package]]7173name = "petgraph"7174version = "0.6.2"7175source = "registry+https://github.com/rust-lang/crates.io-index"7176checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143"7177dependencies = [7178 "fixedbitset",7179 "indexmap",7180]71817182[[package]]7183name = "pin-project"7184version = "1.0.12"7185source = "registry+https://github.com/rust-lang/crates.io-index"7186checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"7187dependencies = [7188 "pin-project-internal",7189]71907191[[package]]7192name = "pin-project-internal"7193version = "1.0.12"7194source = "registry+https://github.com/rust-lang/crates.io-index"7195checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"7196dependencies = [7197 "proc-macro2",7198 "quote",7199 "syn",7200]72017202[[package]]7203name = "pin-project-lite"7204version = "0.1.12"7205source = "registry+https://github.com/rust-lang/crates.io-index"7206checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"72077208[[package]]7209name = "pin-project-lite"7210version = "0.2.9"7211source = "registry+https://github.com/rust-lang/crates.io-index"7212checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"72137214[[package]]7215name = "pin-utils"7216version = "0.1.0"7217source = "registry+https://github.com/rust-lang/crates.io-index"7218checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"72197220[[package]]7221name = "pkcs8"7222version = "0.9.0"7223source = "registry+https://github.com/rust-lang/crates.io-index"7224checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"7225dependencies = [7226 "der",7227 "spki",7228]72297230[[package]]7231name = "pkg-config"7232version = "0.3.26"7233source = "registry+https://github.com/rust-lang/crates.io-index"7234checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"72357236[[package]]7237name = "platforms"7238version = "2.0.0"7239source = "registry+https://github.com/rust-lang/crates.io-index"7240checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94"72417242[[package]]7243name = "platforms"7244version = "3.0.2"7245source = "registry+https://github.com/rust-lang/crates.io-index"7246checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630"72477248[[package]]7249name = "polkadot-approval-distribution"7250version = "0.9.36"7251source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7252dependencies = [7253 "futures",7254 "polkadot-node-network-protocol",7255 "polkadot-node-primitives",7256 "polkadot-node-subsystem",7257 "polkadot-node-subsystem-util",7258 "polkadot-primitives",7259 "rand 0.8.5",7260 "tracing-gum",7261]72627263[[package]]7264name = "polkadot-availability-bitfield-distribution"7265version = "0.9.36"7266source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7267dependencies = [7268 "futures",7269 "polkadot-node-network-protocol",7270 "polkadot-node-subsystem",7271 "polkadot-node-subsystem-util",7272 "polkadot-primitives",7273 "rand 0.8.5",7274 "tracing-gum",7275]72767277[[package]]7278name = "polkadot-availability-distribution"7279version = "0.9.36"7280source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7281dependencies = [7282 "derive_more",7283 "fatality",7284 "futures",7285 "lru",7286 "parity-scale-codec",7287 "polkadot-erasure-coding",7288 "polkadot-node-network-protocol",7289 "polkadot-node-primitives",7290 "polkadot-node-subsystem",7291 "polkadot-node-subsystem-util",7292 "polkadot-primitives",7293 "rand 0.8.5",7294 "sp-core",7295 "sp-keystore",7296 "thiserror",7297 "tracing-gum",7298]72997300[[package]]7301name = "polkadot-availability-recovery"7302version = "0.9.36"7303source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7304dependencies = [7305 "fatality",7306 "futures",7307 "lru",7308 "parity-scale-codec",7309 "polkadot-erasure-coding",7310 "polkadot-node-network-protocol",7311 "polkadot-node-primitives",7312 "polkadot-node-subsystem",7313 "polkadot-node-subsystem-util",7314 "polkadot-primitives",7315 "rand 0.8.5",7316 "sc-network",7317 "thiserror",7318 "tracing-gum",7319]73207321[[package]]7322name = "polkadot-cli"7323version = "0.9.36"7324source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7325dependencies = [7326 "clap",7327 "frame-benchmarking-cli",7328 "futures",7329 "log",7330 "polkadot-client",7331 "polkadot-node-core-pvf",7332 "polkadot-node-metrics",7333 "polkadot-performance-test",7334 "polkadot-service",7335 "sc-cli",7336 "sc-executor",7337 "sc-service",7338 "sc-sysinfo",7339 "sc-tracing",7340 "sp-core",7341 "sp-io",7342 "sp-keyring",7343 "substrate-build-script-utils",7344 "thiserror",7345 "try-runtime-cli",7346]73477348[[package]]7349name = "polkadot-client"7350version = "0.9.36"7351source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7352dependencies = [7353 "async-trait",7354 "frame-benchmarking",7355 "frame-benchmarking-cli",7356 "frame-system",7357 "frame-system-rpc-runtime-api",7358 "futures",7359 "pallet-transaction-payment",7360 "pallet-transaction-payment-rpc-runtime-api",7361 "polkadot-core-primitives",7362 "polkadot-node-core-parachains-inherent",7363 "polkadot-primitives",7364 "polkadot-runtime",7365 "polkadot-runtime-common",7366 "sc-client-api",7367 "sc-consensus",7368 "sc-executor",7369 "sc-service",7370 "sp-api",7371 "sp-authority-discovery",7372 "sp-beefy",7373 "sp-block-builder",7374 "sp-blockchain",7375 "sp-consensus",7376 "sp-consensus-babe",7377 "sp-core",7378 "sp-finality-grandpa",7379 "sp-inherents",7380 "sp-keyring",7381 "sp-mmr-primitives",7382 "sp-offchain",7383 "sp-runtime",7384 "sp-session",7385 "sp-storage",7386 "sp-timestamp",7387 "sp-transaction-pool",7388]73897390[[package]]7391name = "polkadot-collator-protocol"7392version = "0.9.36"7393source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7394dependencies = [7395 "always-assert",7396 "bitvec",7397 "fatality",7398 "futures",7399 "futures-timer",7400 "polkadot-node-network-protocol",7401 "polkadot-node-primitives",7402 "polkadot-node-subsystem",7403 "polkadot-node-subsystem-util",7404 "polkadot-primitives",7405 "sp-core",7406 "sp-keystore",7407 "sp-runtime",7408 "thiserror",7409 "tracing-gum",7410]74117412[[package]]7413name = "polkadot-core-primitives"7414version = "0.9.36"7415source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7416dependencies = [7417 "parity-scale-codec",7418 "scale-info",7419 "sp-core",7420 "sp-runtime",7421 "sp-std",7422]74237424[[package]]7425name = "polkadot-dispute-distribution"7426version = "0.9.36"7427source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7428dependencies = [7429 "derive_more",7430 "fatality",7431 "futures",7432 "futures-timer",7433 "indexmap",7434 "lru",7435 "parity-scale-codec",7436 "polkadot-erasure-coding",7437 "polkadot-node-network-protocol",7438 "polkadot-node-primitives",7439 "polkadot-node-subsystem",7440 "polkadot-node-subsystem-util",7441 "polkadot-primitives",7442 "sc-network",7443 "sp-application-crypto",7444 "sp-keystore",7445 "thiserror",7446 "tracing-gum",7447]74487449[[package]]7450name = "polkadot-erasure-coding"7451version = "0.9.36"7452source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7453dependencies = [7454 "parity-scale-codec",7455 "polkadot-node-primitives",7456 "polkadot-primitives",7457 "reed-solomon-novelpoly",7458 "sp-core",7459 "sp-trie",7460 "thiserror",7461]74627463[[package]]7464name = "polkadot-gossip-support"7465version = "0.9.36"7466source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7467dependencies = [7468 "futures",7469 "futures-timer",7470 "polkadot-node-network-protocol",7471 "polkadot-node-subsystem",7472 "polkadot-node-subsystem-util",7473 "polkadot-primitives",7474 "rand 0.8.5",7475 "rand_chacha 0.3.1",7476 "sc-network",7477 "sp-application-crypto",7478 "sp-core",7479 "sp-keystore",7480 "tracing-gum",7481]74827483[[package]]7484name = "polkadot-network-bridge"7485version = "0.9.36"7486source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7487dependencies = [7488 "always-assert",7489 "async-trait",7490 "bytes",7491 "fatality",7492 "futures",7493 "parity-scale-codec",7494 "parking_lot 0.12.1",7495 "polkadot-node-network-protocol",7496 "polkadot-node-subsystem",7497 "polkadot-node-subsystem-util",7498 "polkadot-overseer",7499 "polkadot-primitives",7500 "sc-network",7501 "sc-network-common",7502 "sp-consensus",7503 "thiserror",7504 "tracing-gum",7505]75067507[[package]]7508name = "polkadot-node-collation-generation"7509version = "0.9.36"7510source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7511dependencies = [7512 "futures",7513 "parity-scale-codec",7514 "polkadot-erasure-coding",7515 "polkadot-node-primitives",7516 "polkadot-node-subsystem",7517 "polkadot-node-subsystem-util",7518 "polkadot-primitives",7519 "sp-core",7520 "sp-maybe-compressed-blob",7521 "thiserror",7522 "tracing-gum",7523]75247525[[package]]7526name = "polkadot-node-core-approval-voting"7527version = "0.9.36"7528source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7529dependencies = [7530 "bitvec",7531 "derive_more",7532 "futures",7533 "futures-timer",7534 "kvdb",7535 "lru",7536 "merlin",7537 "parity-scale-codec",7538 "polkadot-node-jaeger",7539 "polkadot-node-primitives",7540 "polkadot-node-subsystem",7541 "polkadot-node-subsystem-util",7542 "polkadot-overseer",7543 "polkadot-primitives",7544 "sc-keystore",7545 "schnorrkel",7546 "sp-application-crypto",7547 "sp-consensus",7548 "sp-consensus-slots",7549 "sp-runtime",7550 "thiserror",7551 "tracing-gum",7552]75537554[[package]]7555name = "polkadot-node-core-av-store"7556version = "0.9.36"7557source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7558dependencies = [7559 "bitvec",7560 "futures",7561 "futures-timer",7562 "kvdb",7563 "parity-scale-codec",7564 "polkadot-erasure-coding",7565 "polkadot-node-primitives",7566 "polkadot-node-subsystem",7567 "polkadot-node-subsystem-util",7568 "polkadot-overseer",7569 "polkadot-primitives",7570 "thiserror",7571 "tracing-gum",7572]75737574[[package]]7575name = "polkadot-node-core-backing"7576version = "0.9.36"7577source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7578dependencies = [7579 "bitvec",7580 "fatality",7581 "futures",7582 "polkadot-erasure-coding",7583 "polkadot-node-primitives",7584 "polkadot-node-subsystem",7585 "polkadot-node-subsystem-util",7586 "polkadot-primitives",7587 "polkadot-statement-table",7588 "sp-keystore",7589 "thiserror",7590 "tracing-gum",7591]75927593[[package]]7594name = "polkadot-node-core-bitfield-signing"7595version = "0.9.36"7596source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7597dependencies = [7598 "futures",7599 "polkadot-node-subsystem",7600 "polkadot-node-subsystem-util",7601 "polkadot-primitives",7602 "sp-keystore",7603 "thiserror",7604 "tracing-gum",7605 "wasm-timer",7606]76077608[[package]]7609name = "polkadot-node-core-candidate-validation"7610version = "0.9.36"7611source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7612dependencies = [7613 "async-trait",7614 "futures",7615 "futures-timer",7616 "parity-scale-codec",7617 "polkadot-node-core-pvf",7618 "polkadot-node-primitives",7619 "polkadot-node-subsystem",7620 "polkadot-node-subsystem-util",7621 "polkadot-parachain",7622 "polkadot-primitives",7623 "sp-maybe-compressed-blob",7624 "tracing-gum",7625]76267627[[package]]7628name = "polkadot-node-core-chain-api"7629version = "0.9.36"7630source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7631dependencies = [7632 "futures",7633 "polkadot-node-subsystem",7634 "polkadot-node-subsystem-util",7635 "polkadot-primitives",7636 "sc-client-api",7637 "sc-consensus-babe",7638 "sp-blockchain",7639 "tracing-gum",7640]76417642[[package]]7643name = "polkadot-node-core-chain-selection"7644version = "0.9.36"7645source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7646dependencies = [7647 "futures",7648 "futures-timer",7649 "kvdb",7650 "parity-scale-codec",7651 "polkadot-node-primitives",7652 "polkadot-node-subsystem",7653 "polkadot-node-subsystem-util",7654 "polkadot-primitives",7655 "thiserror",7656 "tracing-gum",7657]76587659[[package]]7660name = "polkadot-node-core-dispute-coordinator"7661version = "0.9.36"7662source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7663dependencies = [7664 "fatality",7665 "futures",7666 "kvdb",7667 "lru",7668 "parity-scale-codec",7669 "polkadot-node-primitives",7670 "polkadot-node-subsystem",7671 "polkadot-node-subsystem-util",7672 "polkadot-primitives",7673 "sc-keystore",7674 "thiserror",7675 "tracing-gum",7676]76777678[[package]]7679name = "polkadot-node-core-parachains-inherent"7680version = "0.9.36"7681source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7682dependencies = [7683 "async-trait",7684 "futures",7685 "futures-timer",7686 "polkadot-node-subsystem",7687 "polkadot-overseer",7688 "polkadot-primitives",7689 "sp-blockchain",7690 "sp-inherents",7691 "sp-runtime",7692 "thiserror",7693 "tracing-gum",7694]76957696[[package]]7697name = "polkadot-node-core-provisioner"7698version = "0.9.36"7699source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7700dependencies = [7701 "bitvec",7702 "fatality",7703 "futures",7704 "futures-timer",7705 "polkadot-node-primitives",7706 "polkadot-node-subsystem",7707 "polkadot-node-subsystem-util",7708 "polkadot-primitives",7709 "rand 0.8.5",7710 "thiserror",7711 "tracing-gum",7712]77137714[[package]]7715name = "polkadot-node-core-pvf"7716version = "0.9.36"7717source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7718dependencies = [7719 "always-assert",7720 "assert_matches",7721 "async-process",7722 "async-std",7723 "cpu-time",7724 "futures",7725 "futures-timer",7726 "parity-scale-codec",7727 "pin-project",7728 "polkadot-core-primitives",7729 "polkadot-node-metrics",7730 "polkadot-parachain",7731 "rand 0.8.5",7732 "rayon",7733 "sc-executor",7734 "sc-executor-common",7735 "sc-executor-wasmtime",7736 "slotmap",7737 "sp-core",7738 "sp-externalities",7739 "sp-io",7740 "sp-maybe-compressed-blob",7741 "sp-tracing",7742 "sp-wasm-interface",7743 "tempfile",7744 "tracing-gum",7745]77467747[[package]]7748name = "polkadot-node-core-pvf-checker"7749version = "0.9.36"7750source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7751dependencies = [7752 "futures",7753 "polkadot-node-primitives",7754 "polkadot-node-subsystem",7755 "polkadot-node-subsystem-util",7756 "polkadot-overseer",7757 "polkadot-primitives",7758 "sp-keystore",7759 "thiserror",7760 "tracing-gum",7761]77627763[[package]]7764name = "polkadot-node-core-runtime-api"7765version = "0.9.36"7766source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7767dependencies = [7768 "futures",7769 "lru",7770 "polkadot-node-subsystem",7771 "polkadot-node-subsystem-types",7772 "polkadot-node-subsystem-util",7773 "polkadot-primitives",7774 "sp-consensus-babe",7775 "tracing-gum",7776]77777778[[package]]7779name = "polkadot-node-jaeger"7780version = "0.9.36"7781source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7782dependencies = [7783 "lazy_static",7784 "log",7785 "mick-jaeger",7786 "parity-scale-codec",7787 "parking_lot 0.12.1",7788 "polkadot-node-primitives",7789 "polkadot-primitives",7790 "sc-network",7791 "sp-core",7792 "thiserror",7793 "tokio",7794]77957796[[package]]7797name = "polkadot-node-metrics"7798version = "0.9.36"7799source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7800dependencies = [7801 "bs58",7802 "futures",7803 "futures-timer",7804 "log",7805 "parity-scale-codec",7806 "polkadot-primitives",7807 "prioritized-metered-channel",7808 "sc-cli",7809 "sc-service",7810 "sc-tracing",7811 "substrate-prometheus-endpoint",7812 "tracing-gum",7813]78147815[[package]]7816name = "polkadot-node-network-protocol"7817version = "0.9.36"7818source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7819dependencies = [7820 "async-trait",7821 "derive_more",7822 "fatality",7823 "futures",7824 "hex",7825 "parity-scale-codec",7826 "polkadot-node-jaeger",7827 "polkadot-node-primitives",7828 "polkadot-primitives",7829 "rand 0.8.5",7830 "sc-authority-discovery",7831 "sc-network",7832 "sc-network-common",7833 "strum",7834 "thiserror",7835 "tracing-gum",7836]78377838[[package]]7839name = "polkadot-node-primitives"7840version = "0.9.36"7841source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7842dependencies = [7843 "bounded-vec",7844 "futures",7845 "parity-scale-codec",7846 "polkadot-parachain",7847 "polkadot-primitives",7848 "schnorrkel",7849 "serde",7850 "sp-application-crypto",7851 "sp-consensus-babe",7852 "sp-consensus-vrf",7853 "sp-core",7854 "sp-keystore",7855 "sp-maybe-compressed-blob",7856 "thiserror",7857 "zstd",7858]78597860[[package]]7861name = "polkadot-node-subsystem"7862version = "0.9.36"7863source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7864dependencies = [7865 "polkadot-node-jaeger",7866 "polkadot-node-subsystem-types",7867 "polkadot-overseer",7868]78697870[[package]]7871name = "polkadot-node-subsystem-types"7872version = "0.9.36"7873source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7874dependencies = [7875 "async-trait",7876 "derive_more",7877 "futures",7878 "orchestra",7879 "polkadot-node-jaeger",7880 "polkadot-node-network-protocol",7881 "polkadot-node-primitives",7882 "polkadot-primitives",7883 "polkadot-statement-table",7884 "sc-network",7885 "smallvec",7886 "sp-api",7887 "sp-authority-discovery",7888 "sp-consensus-babe",7889 "substrate-prometheus-endpoint",7890 "thiserror",7891]78927893[[package]]7894name = "polkadot-node-subsystem-util"7895version = "0.9.36"7896source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7897dependencies = [7898 "async-trait",7899 "derive_more",7900 "fatality",7901 "futures",7902 "itertools",7903 "kvdb",7904 "lru",7905 "parity-db",7906 "parity-scale-codec",7907 "parking_lot 0.11.2",7908 "pin-project",7909 "polkadot-node-jaeger",7910 "polkadot-node-metrics",7911 "polkadot-node-network-protocol",7912 "polkadot-node-primitives",7913 "polkadot-node-subsystem",7914 "polkadot-overseer",7915 "polkadot-primitives",7916 "prioritized-metered-channel",7917 "rand 0.8.5",7918 "sp-application-crypto",7919 "sp-core",7920 "sp-keystore",7921 "thiserror",7922 "tracing-gum",7923]79247925[[package]]7926name = "polkadot-overseer"7927version = "0.9.36"7928source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7929dependencies = [7930 "async-trait",7931 "futures",7932 "futures-timer",7933 "lru",7934 "orchestra",7935 "parking_lot 0.12.1",7936 "polkadot-node-metrics",7937 "polkadot-node-network-protocol",7938 "polkadot-node-primitives",7939 "polkadot-node-subsystem-types",7940 "polkadot-primitives",7941 "sc-client-api",7942 "sp-api",7943 "sp-core",7944 "tikv-jemalloc-ctl",7945 "tracing-gum",7946]79477948[[package]]7949name = "polkadot-parachain"7950version = "0.9.36"7951source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7952dependencies = [7953 "derive_more",7954 "frame-support",7955 "parity-scale-codec",7956 "polkadot-core-primitives",7957 "scale-info",7958 "serde",7959 "sp-core",7960 "sp-runtime",7961 "sp-std",7962]79637964[[package]]7965name = "polkadot-performance-test"7966version = "0.9.36"7967source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7968dependencies = [7969 "env_logger 0.9.3",7970 "kusama-runtime",7971 "log",7972 "polkadot-erasure-coding",7973 "polkadot-node-core-pvf",7974 "polkadot-node-primitives",7975 "quote",7976 "thiserror",7977]79787979[[package]]7980name = "polkadot-primitives"7981version = "0.9.36"7982source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"7983dependencies = [7984 "bitvec",7985 "hex-literal",7986 "parity-scale-codec",7987 "polkadot-core-primitives",7988 "polkadot-parachain",7989 "scale-info",7990 "serde",7991 "sp-api",7992 "sp-application-crypto",7993 "sp-arithmetic",7994 "sp-authority-discovery",7995 "sp-consensus-slots",7996 "sp-core",7997 "sp-inherents",7998 "sp-io",7999 "sp-keystore",8000 "sp-runtime",8001 "sp-staking",8002 "sp-std",8003]80048005[[package]]8006name = "polkadot-rpc"8007version = "0.9.36"8008source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8009dependencies = [8010 "beefy-gadget",8011 "beefy-gadget-rpc",8012 "jsonrpsee",8013 "mmr-rpc",8014 "pallet-transaction-payment-rpc",8015 "polkadot-primitives",8016 "sc-chain-spec",8017 "sc-client-api",8018 "sc-consensus-babe",8019 "sc-consensus-babe-rpc",8020 "sc-consensus-epochs",8021 "sc-finality-grandpa",8022 "sc-finality-grandpa-rpc",8023 "sc-rpc",8024 "sc-sync-state-rpc",8025 "sc-transaction-pool-api",8026 "sp-api",8027 "sp-block-builder",8028 "sp-blockchain",8029 "sp-consensus",8030 "sp-consensus-babe",8031 "sp-keystore",8032 "sp-runtime",8033 "substrate-frame-rpc-system",8034 "substrate-state-trie-migration-rpc",8035]80368037[[package]]8038name = "polkadot-runtime"8039version = "0.9.36"8040source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8041dependencies = [8042 "bitvec",8043 "frame-benchmarking",8044 "frame-election-provider-support",8045 "frame-executive",8046 "frame-support",8047 "frame-system",8048 "frame-system-benchmarking",8049 "frame-system-rpc-runtime-api",8050 "frame-try-runtime",8051 "hex-literal",8052 "log",8053 "pallet-authority-discovery",8054 "pallet-authorship",8055 "pallet-babe",8056 "pallet-bags-list",8057 "pallet-balances",8058 "pallet-bounties",8059 "pallet-child-bounties",8060 "pallet-collective",8061 "pallet-democracy",8062 "pallet-election-provider-multi-phase",8063 "pallet-election-provider-support-benchmarking",8064 "pallet-elections-phragmen",8065 "pallet-fast-unstake",8066 "pallet-grandpa",8067 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",8068 "pallet-im-online",8069 "pallet-indices",8070 "pallet-membership",8071 "pallet-multisig",8072 "pallet-nomination-pools",8073 "pallet-nomination-pools-benchmarking",8074 "pallet-nomination-pools-runtime-api",8075 "pallet-offences",8076 "pallet-offences-benchmarking",8077 "pallet-preimage",8078 "pallet-proxy",8079 "pallet-scheduler",8080 "pallet-session",8081 "pallet-session-benchmarking",8082 "pallet-staking",8083 "pallet-staking-reward-curve",8084 "pallet-timestamp",8085 "pallet-tips",8086 "pallet-transaction-payment",8087 "pallet-transaction-payment-rpc-runtime-api",8088 "pallet-treasury",8089 "pallet-utility",8090 "pallet-vesting",8091 "pallet-xcm",8092 "parity-scale-codec",8093 "polkadot-primitives",8094 "polkadot-runtime-common",8095 "polkadot-runtime-constants",8096 "polkadot-runtime-parachains",8097 "rustc-hex",8098 "scale-info",8099 "serde",8100 "serde_derive",8101 "smallvec",8102 "sp-api",8103 "sp-authority-discovery",8104 "sp-beefy",8105 "sp-block-builder",8106 "sp-consensus-babe",8107 "sp-core",8108 "sp-inherents",8109 "sp-io",8110 "sp-mmr-primitives",8111 "sp-npos-elections",8112 "sp-offchain",8113 "sp-runtime",8114 "sp-session",8115 "sp-staking",8116 "sp-std",8117 "sp-transaction-pool",8118 "sp-version",8119 "static_assertions",8120 "substrate-wasm-builder",8121 "xcm",8122 "xcm-builder",8123 "xcm-executor",8124]81258126[[package]]8127name = "polkadot-runtime-common"8128version = "0.9.36"8129source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8130dependencies = [8131 "bitvec",8132 "frame-benchmarking",8133 "frame-election-provider-support",8134 "frame-support",8135 "frame-system",8136 "impl-trait-for-tuples",8137 "libsecp256k1",8138 "log",8139 "pallet-authorship",8140 "pallet-babe",8141 "pallet-bags-list",8142 "pallet-balances",8143 "pallet-beefy-mmr",8144 "pallet-election-provider-multi-phase",8145 "pallet-session",8146 "pallet-staking",8147 "pallet-staking-reward-fn",8148 "pallet-timestamp",8149 "pallet-transaction-payment",8150 "pallet-treasury",8151 "pallet-vesting",8152 "parity-scale-codec",8153 "polkadot-primitives",8154 "polkadot-runtime-parachains",8155 "rustc-hex",8156 "scale-info",8157 "serde",8158 "serde_derive",8159 "slot-range-helper",8160 "sp-api",8161 "sp-beefy",8162 "sp-core",8163 "sp-inherents",8164 "sp-io",8165 "sp-npos-elections",8166 "sp-runtime",8167 "sp-session",8168 "sp-staking",8169 "sp-std",8170 "static_assertions",8171 "xcm",8172]81738174[[package]]8175name = "polkadot-runtime-constants"8176version = "0.9.36"8177source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8178dependencies = [8179 "frame-support",8180 "polkadot-primitives",8181 "polkadot-runtime-common",8182 "smallvec",8183 "sp-core",8184 "sp-runtime",8185 "sp-weights",8186]81878188[[package]]8189name = "polkadot-runtime-metrics"8190version = "0.9.36"8191source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8192dependencies = [8193 "bs58",8194 "parity-scale-codec",8195 "polkadot-primitives",8196 "sp-std",8197 "sp-tracing",8198]81998200[[package]]8201name = "polkadot-runtime-parachains"8202version = "0.9.36"8203source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8204dependencies = [8205 "bitflags",8206 "bitvec",8207 "derive_more",8208 "frame-benchmarking",8209 "frame-support",8210 "frame-system",8211 "log",8212 "pallet-authority-discovery",8213 "pallet-authorship",8214 "pallet-babe",8215 "pallet-balances",8216 "pallet-session",8217 "pallet-staking",8218 "pallet-timestamp",8219 "pallet-vesting",8220 "parity-scale-codec",8221 "polkadot-primitives",8222 "polkadot-runtime-metrics",8223 "rand 0.8.5",8224 "rand_chacha 0.3.1",8225 "rustc-hex",8226 "scale-info",8227 "serde",8228 "sp-api",8229 "sp-application-crypto",8230 "sp-core",8231 "sp-inherents",8232 "sp-io",8233 "sp-keystore",8234 "sp-runtime",8235 "sp-session",8236 "sp-staking",8237 "sp-std",8238 "static_assertions",8239 "xcm",8240 "xcm-executor",8241]82428243[[package]]8244name = "polkadot-service"8245version = "0.9.36"8246source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8247dependencies = [8248 "async-trait",8249 "beefy-gadget",8250 "frame-support",8251 "frame-system-rpc-runtime-api",8252 "futures",8253 "hex-literal",8254 "kusama-runtime",8255 "kvdb",8256 "kvdb-rocksdb",8257 "lru",8258 "mmr-gadget",8259 "pallet-babe",8260 "pallet-im-online",8261 "pallet-staking",8262 "pallet-transaction-payment-rpc-runtime-api",8263 "parity-db",8264 "polkadot-approval-distribution",8265 "polkadot-availability-bitfield-distribution",8266 "polkadot-availability-distribution",8267 "polkadot-availability-recovery",8268 "polkadot-client",8269 "polkadot-collator-protocol",8270 "polkadot-dispute-distribution",8271 "polkadot-gossip-support",8272 "polkadot-network-bridge",8273 "polkadot-node-collation-generation",8274 "polkadot-node-core-approval-voting",8275 "polkadot-node-core-av-store",8276 "polkadot-node-core-backing",8277 "polkadot-node-core-bitfield-signing",8278 "polkadot-node-core-candidate-validation",8279 "polkadot-node-core-chain-api",8280 "polkadot-node-core-chain-selection",8281 "polkadot-node-core-dispute-coordinator",8282 "polkadot-node-core-parachains-inherent",8283 "polkadot-node-core-provisioner",8284 "polkadot-node-core-pvf-checker",8285 "polkadot-node-core-runtime-api",8286 "polkadot-node-network-protocol",8287 "polkadot-node-primitives",8288 "polkadot-node-subsystem",8289 "polkadot-node-subsystem-types",8290 "polkadot-node-subsystem-util",8291 "polkadot-overseer",8292 "polkadot-parachain",8293 "polkadot-primitives",8294 "polkadot-rpc",8295 "polkadot-runtime",8296 "polkadot-runtime-constants",8297 "polkadot-runtime-parachains",8298 "polkadot-statement-distribution",8299 "rococo-runtime",8300 "sc-authority-discovery",8301 "sc-basic-authorship",8302 "sc-block-builder",8303 "sc-chain-spec",8304 "sc-client-api",8305 "sc-client-db",8306 "sc-consensus",8307 "sc-consensus-babe",8308 "sc-consensus-slots",8309 "sc-executor",8310 "sc-finality-grandpa",8311 "sc-keystore",8312 "sc-network",8313 "sc-network-common",8314 "sc-offchain",8315 "sc-service",8316 "sc-sync-state-rpc",8317 "sc-sysinfo",8318 "sc-telemetry",8319 "sc-transaction-pool",8320 "serde",8321 "serde_json",8322 "sp-api",8323 "sp-authority-discovery",8324 "sp-beefy",8325 "sp-block-builder",8326 "sp-blockchain",8327 "sp-consensus",8328 "sp-consensus-babe",8329 "sp-core",8330 "sp-finality-grandpa",8331 "sp-inherents",8332 "sp-io",8333 "sp-keystore",8334 "sp-mmr-primitives",8335 "sp-offchain",8336 "sp-runtime",8337 "sp-session",8338 "sp-state-machine",8339 "sp-storage",8340 "sp-timestamp",8341 "sp-transaction-pool",8342 "sp-trie",8343 "substrate-prometheus-endpoint",8344 "thiserror",8345 "tracing-gum",8346 "westend-runtime",8347]83488349[[package]]8350name = "polkadot-statement-distribution"8351version = "0.9.36"8352source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8353dependencies = [8354 "arrayvec 0.5.2",8355 "fatality",8356 "futures",8357 "indexmap",8358 "parity-scale-codec",8359 "polkadot-node-network-protocol",8360 "polkadot-node-primitives",8361 "polkadot-node-subsystem",8362 "polkadot-node-subsystem-util",8363 "polkadot-primitives",8364 "sp-keystore",8365 "sp-staking",8366 "thiserror",8367 "tracing-gum",8368]83698370[[package]]8371name = "polkadot-statement-table"8372version = "0.9.36"8373source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"8374dependencies = [8375 "parity-scale-codec",8376 "polkadot-primitives",8377 "sp-core",8378]83798380[[package]]8381name = "polling"8382version = "2.5.2"8383source = "registry+https://github.com/rust-lang/crates.io-index"8384checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"8385dependencies = [8386 "autocfg",8387 "cfg-if",8388 "libc",8389 "log",8390 "wepoll-ffi",8391 "windows-sys 0.42.0",8392]83938394[[package]]8395name = "poly1305"8396version = "0.7.2"8397source = "registry+https://github.com/rust-lang/crates.io-index"8398checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"8399dependencies = [8400 "cpufeatures",8401 "opaque-debug 0.3.0",8402 "universal-hash",8403]84048405[[package]]8406name = "polyval"8407version = "0.5.3"8408source = "registry+https://github.com/rust-lang/crates.io-index"8409checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"8410dependencies = [8411 "cfg-if",8412 "cpufeatures",8413 "opaque-debug 0.3.0",8414 "universal-hash",8415]84168417[[package]]8418name = "ppv-lite86"8419version = "0.2.17"8420source = "registry+https://github.com/rust-lang/crates.io-index"8421checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"84228423[[package]]8424name = "precompile-utils-macro"8425version = "0.1.0"8426dependencies = [8427 "num_enum",8428 "proc-macro2",8429 "quote",8430 "sha3 0.8.2",8431 "syn",8432]84338434[[package]]8435name = "predicates"8436version = "2.1.5"8437source = "registry+https://github.com/rust-lang/crates.io-index"8438checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"8439dependencies = [8440 "difflib",8441 "float-cmp",8442 "itertools",8443 "normalize-line-endings",8444 "predicates-core",8445 "regex",8446]84478448[[package]]8449name = "predicates-core"8450version = "1.0.5"8451source = "registry+https://github.com/rust-lang/crates.io-index"8452checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"84538454[[package]]8455name = "predicates-tree"8456version = "1.0.7"8457source = "registry+https://github.com/rust-lang/crates.io-index"8458checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"8459dependencies = [8460 "predicates-core",8461 "termtree",8462]84638464[[package]]8465name = "prettyplease"8466version = "0.1.23"8467source = "registry+https://github.com/rust-lang/crates.io-index"8468checksum = "e97e3215779627f01ee256d2fad52f3d95e8e1c11e9fc6fd08f7cd455d5d5c78"8469dependencies = [8470 "proc-macro2",8471 "syn",8472]84738474[[package]]8475name = "primitive-types"8476version = "0.11.1"8477source = "registry+https://github.com/rust-lang/crates.io-index"8478checksum = "e28720988bff275df1f51b171e1b2a18c30d194c4d2b61defdacecd625a5d94a"8479dependencies = [8480 "fixed-hash 0.7.0",8481 "impl-codec",8482 "impl-rlp",8483 "scale-info",8484 "uint",8485]84868487[[package]]8488name = "primitive-types"8489version = "0.12.1"8490source = "registry+https://github.com/rust-lang/crates.io-index"8491checksum = "9f3486ccba82358b11a77516035647c34ba167dfa53312630de83b12bd4f3d66"8492dependencies = [8493 "fixed-hash 0.8.0",8494 "impl-codec",8495 "impl-rlp",8496 "impl-serde",8497 "scale-info",8498 "uint",8499]85008501[[package]]8502name = "prioritized-metered-channel"8503version = "0.2.0"8504source = "registry+https://github.com/rust-lang/crates.io-index"8505checksum = "382698e48a268c832d0b181ed438374a6bb708a82a8ca273bb0f61c74cf209c4"8506dependencies = [8507 "coarsetime",8508 "crossbeam-queue",8509 "derive_more",8510 "futures",8511 "futures-timer",8512 "nanorand",8513 "thiserror",8514 "tracing",8515]85168517[[package]]8518name = "proc-macro-crate"8519version = "1.2.1"8520source = "registry+https://github.com/rust-lang/crates.io-index"8521checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"8522dependencies = [8523 "once_cell",8524 "thiserror",8525 "toml",8526]85278528[[package]]8529name = "proc-macro-error"8530version = "1.0.4"8531source = "registry+https://github.com/rust-lang/crates.io-index"8532checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"8533dependencies = [8534 "proc-macro-error-attr",8535 "proc-macro2",8536 "quote",8537 "syn",8538 "version_check",8539]85408541[[package]]8542name = "proc-macro-error-attr"8543version = "1.0.4"8544source = "registry+https://github.com/rust-lang/crates.io-index"8545checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"8546dependencies = [8547 "proc-macro2",8548 "quote",8549 "version_check",8550]85518552[[package]]8553name = "proc-macro2"8554version = "1.0.50"8555source = "registry+https://github.com/rust-lang/crates.io-index"8556checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"8557dependencies = [8558 "unicode-ident",8559]85608561[[package]]8562name = "prometheus"8563version = "0.13.3"8564source = "registry+https://github.com/rust-lang/crates.io-index"8565checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"8566dependencies = [8567 "cfg-if",8568 "fnv",8569 "lazy_static",8570 "memchr",8571 "parking_lot 0.12.1",8572 "thiserror",8573]85748575[[package]]8576name = "prometheus-client"8577version = "0.18.1"8578source = "registry+https://github.com/rust-lang/crates.io-index"8579checksum = "83cd1b99916654a69008fd66b4f9397fbe08e6e51dfe23d4417acf5d3b8cb87c"8580dependencies = [8581 "dtoa",8582 "itoa",8583 "parking_lot 0.12.1",8584 "prometheus-client-derive-text-encode",8585]85868587[[package]]8588name = "prometheus-client-derive-text-encode"8589version = "0.3.0"8590source = "registry+https://github.com/rust-lang/crates.io-index"8591checksum = "66a455fbcb954c1a7decf3c586e860fd7889cddf4b8e164be736dbac95a953cd"8592dependencies = [8593 "proc-macro2",8594 "quote",8595 "syn",8596]85978598[[package]]8599name = "prost"8600version = "0.11.6"8601source = "registry+https://github.com/rust-lang/crates.io-index"8602checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"8603dependencies = [8604 "bytes",8605 "prost-derive",8606]86078608[[package]]8609name = "prost-build"8610version = "0.11.6"8611source = "registry+https://github.com/rust-lang/crates.io-index"8612checksum = "a3f8ad728fb08fe212df3c05169e940fbb6d9d16a877ddde14644a983ba2012e"8613dependencies = [8614 "bytes",8615 "heck",8616 "itertools",8617 "lazy_static",8618 "log",8619 "multimap",8620 "petgraph",8621 "prettyplease",8622 "prost",8623 "prost-types",8624 "regex",8625 "syn",8626 "tempfile",8627 "which",8628]86298630[[package]]8631name = "prost-codec"8632version = "0.2.0"8633source = "registry+https://github.com/rust-lang/crates.io-index"8634checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987"8635dependencies = [8636 "asynchronous-codec",8637 "bytes",8638 "prost",8639 "thiserror",8640 "unsigned-varint",8641]86428643[[package]]8644name = "prost-derive"8645version = "0.11.6"8646source = "registry+https://github.com/rust-lang/crates.io-index"8647checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"8648dependencies = [8649 "anyhow",8650 "itertools",8651 "proc-macro2",8652 "quote",8653 "syn",8654]86558656[[package]]8657name = "prost-types"8658version = "0.11.6"8659source = "registry+https://github.com/rust-lang/crates.io-index"8660checksum = "a5e0526209433e96d83d750dd81a99118edbc55739e7e61a46764fd2ad537788"8661dependencies = [8662 "bytes",8663 "prost",8664]86658666[[package]]8667name = "psm"8668version = "0.1.21"8669source = "registry+https://github.com/rust-lang/crates.io-index"8670checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"8671dependencies = [8672 "cc",8673]86748675[[package]]8676name = "quartz-runtime"8677version = "0.9.36"8678dependencies = [8679 "app-promotion-rpc",8680 "cumulus-pallet-aura-ext",8681 "cumulus-pallet-dmp-queue",8682 "cumulus-pallet-parachain-system",8683 "cumulus-pallet-xcm",8684 "cumulus-pallet-xcmp-queue",8685 "cumulus-primitives-core",8686 "cumulus-primitives-timestamp",8687 "cumulus-primitives-utility",8688 "derivative",8689 "evm-coder",8690 "fp-evm",8691 "fp-evm-mapping",8692 "fp-rpc",8693 "fp-self-contained",8694 "frame-benchmarking",8695 "frame-executive",8696 "frame-support",8697 "frame-system",8698 "frame-system-benchmarking",8699 "frame-system-rpc-runtime-api",8700 "frame-try-runtime",8701 "hex-literal",8702 "impl-trait-for-tuples",8703 "log",8704 "logtest",8705 "num_enum",8706 "orml-tokens",8707 "orml-traits",8708 "orml-vesting",8709 "orml-xtokens",8710 "pallet-app-promotion",8711 "pallet-aura",8712 "pallet-authorship",8713 "pallet-balances",8714 "pallet-base-fee",8715 "pallet-collator-selection",8716 "pallet-common",8717 "pallet-configuration",8718 "pallet-ethereum",8719 "pallet-evm",8720 "pallet-evm-coder-substrate",8721 "pallet-evm-contract-helpers",8722 "pallet-evm-migration",8723 "pallet-evm-precompile-simple",8724 "pallet-evm-transaction-payment",8725 "pallet-foreign-assets",8726 "pallet-fungible",8727 "pallet-identity 4.0.0-dev",8728 "pallet-inflation",8729 "pallet-maintenance",8730 "pallet-nonfungible",8731 "pallet-randomness-collective-flip",8732 "pallet-refungible",8733 "pallet-rmrk-core",8734 "pallet-rmrk-equip",8735 "pallet-session",8736 "pallet-structure",8737 "pallet-sudo",8738 "pallet-template-transaction-payment",8739 "pallet-test-utils",8740 "pallet-timestamp",8741 "pallet-transaction-payment",8742 "pallet-transaction-payment-rpc-runtime-api",8743 "pallet-treasury",8744 "pallet-unique",8745 "pallet-xcm",8746 "parachain-info",8747 "parity-scale-codec",8748 "polkadot-parachain",8749 "precompile-utils-macro",8750 "rmrk-rpc",8751 "scale-info",8752 "serde",8753 "smallvec",8754 "sp-api",8755 "sp-arithmetic",8756 "sp-block-builder",8757 "sp-consensus-aura",8758 "sp-core",8759 "sp-inherents",8760 "sp-io",8761 "sp-offchain",8762 "sp-runtime",8763 "sp-session",8764 "sp-std",8765 "sp-transaction-pool",8766 "sp-version",8767 "substrate-wasm-builder",8768 "up-common",8769 "up-data-structs",8770 "up-pov-estimate-rpc",8771 "up-rpc",8772 "up-sponsorship",8773 "xcm",8774 "xcm-builder",8775 "xcm-executor",8776]87778778[[package]]8779name = "quick-error"8780version = "1.2.3"8781source = "registry+https://github.com/rust-lang/crates.io-index"8782checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"87838784[[package]]8785name = "quicksink"8786version = "0.1.2"8787source = "registry+https://github.com/rust-lang/crates.io-index"8788checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"8789dependencies = [8790 "futures-core",8791 "futures-sink",8792 "pin-project-lite 0.1.12",8793]87948795[[package]]8796name = "quote"8797version = "1.0.23"8798source = "registry+https://github.com/rust-lang/crates.io-index"8799checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"8800dependencies = [8801 "proc-macro2",8802]88038804[[package]]8805name = "radium"8806version = "0.7.0"8807source = "registry+https://github.com/rust-lang/crates.io-index"8808checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"88098810[[package]]8811name = "rand"8812version = "0.7.3"8813source = "registry+https://github.com/rust-lang/crates.io-index"8814checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"8815dependencies = [8816 "getrandom 0.1.16",8817 "libc",8818 "rand_chacha 0.2.2",8819 "rand_core 0.5.1",8820 "rand_hc",8821 "rand_pcg 0.2.1",8822]88238824[[package]]8825name = "rand"8826version = "0.8.5"8827source = "registry+https://github.com/rust-lang/crates.io-index"8828checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"8829dependencies = [8830 "libc",8831 "rand_chacha 0.3.1",8832 "rand_core 0.6.4",8833]88348835[[package]]8836name = "rand_chacha"8837version = "0.2.2"8838source = "registry+https://github.com/rust-lang/crates.io-index"8839checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"8840dependencies = [8841 "ppv-lite86",8842 "rand_core 0.5.1",8843]88448845[[package]]8846name = "rand_chacha"8847version = "0.3.1"8848source = "registry+https://github.com/rust-lang/crates.io-index"8849checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"8850dependencies = [8851 "ppv-lite86",8852 "rand_core 0.6.4",8853]88548855[[package]]8856name = "rand_core"8857version = "0.5.1"8858source = "registry+https://github.com/rust-lang/crates.io-index"8859checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"8860dependencies = [8861 "getrandom 0.1.16",8862]88638864[[package]]8865name = "rand_core"8866version = "0.6.4"8867source = "registry+https://github.com/rust-lang/crates.io-index"8868checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"8869dependencies = [8870 "getrandom 0.2.8",8871]88728873[[package]]8874name = "rand_distr"8875version = "0.4.3"8876source = "registry+https://github.com/rust-lang/crates.io-index"8877checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"8878dependencies = [8879 "num-traits",8880 "rand 0.8.5",8881]88828883[[package]]8884name = "rand_hc"8885version = "0.2.0"8886source = "registry+https://github.com/rust-lang/crates.io-index"8887checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"8888dependencies = [8889 "rand_core 0.5.1",8890]88918892[[package]]8893name = "rand_pcg"8894version = "0.2.1"8895source = "registry+https://github.com/rust-lang/crates.io-index"8896checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"8897dependencies = [8898 "rand_core 0.5.1",8899]89008901[[package]]8902name = "rand_pcg"8903version = "0.3.1"8904source = "registry+https://github.com/rust-lang/crates.io-index"8905checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"8906dependencies = [8907 "rand_core 0.6.4",8908]89098910[[package]]8911name = "rawpointer"8912version = "0.2.1"8913source = "registry+https://github.com/rust-lang/crates.io-index"8914checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"89158916[[package]]8917name = "rayon"8918version = "1.6.1"8919source = "registry+https://github.com/rust-lang/crates.io-index"8920checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"8921dependencies = [8922 "either",8923 "rayon-core",8924]89258926[[package]]8927name = "rayon-core"8928version = "1.10.1"8929source = "registry+https://github.com/rust-lang/crates.io-index"8930checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"8931dependencies = [8932 "crossbeam-channel",8933 "crossbeam-deque",8934 "crossbeam-utils",8935 "num_cpus",8936]89378938[[package]]8939name = "redox_syscall"8940version = "0.2.16"8941source = "registry+https://github.com/rust-lang/crates.io-index"8942checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"8943dependencies = [8944 "bitflags",8945]89468947[[package]]8948name = "redox_users"8949version = "0.4.3"8950source = "registry+https://github.com/rust-lang/crates.io-index"8951checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"8952dependencies = [8953 "getrandom 0.2.8",8954 "redox_syscall",8955 "thiserror",8956]89578958[[package]]8959name = "reed-solomon-novelpoly"8960version = "1.0.0"8961source = "registry+https://github.com/rust-lang/crates.io-index"8962checksum = "3bd8f48b2066e9f69ab192797d66da804d1935bf22763204ed3675740cb0f221"8963dependencies = [8964 "derive_more",8965 "fs-err",8966 "itertools",8967 "static_init 0.5.2",8968 "thiserror",8969]89708971[[package]]8972name = "ref-cast"8973version = "1.0.14"8974source = "registry+https://github.com/rust-lang/crates.io-index"8975checksum = "8c78fb8c9293bcd48ef6fce7b4ca950ceaf21210de6e105a883ee280c0f7b9ed"8976dependencies = [8977 "ref-cast-impl",8978]89798980[[package]]8981name = "ref-cast-impl"8982version = "1.0.14"8983source = "registry+https://github.com/rust-lang/crates.io-index"8984checksum = "9f9c0c92af03644e4806106281fe2e068ac5bc0ae74a707266d06ea27bccee5f"8985dependencies = [8986 "proc-macro2",8987 "quote",8988 "syn",8989]89908991[[package]]8992name = "regalloc2"8993version = "0.3.2"8994source = "registry+https://github.com/rust-lang/crates.io-index"8995checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"8996dependencies = [8997 "fxhash",8998 "log",8999 "slice-group-by",9000 "smallvec",9001]90029003[[package]]9004name = "regex"9005version = "1.7.1"9006source = "registry+https://github.com/rust-lang/crates.io-index"9007checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"9008dependencies = [9009 "aho-corasick",9010 "memchr",9011 "regex-syntax",9012]90139014[[package]]9015name = "regex-automata"9016version = "0.1.10"9017source = "registry+https://github.com/rust-lang/crates.io-index"9018checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"9019dependencies = [9020 "regex-syntax",9021]90229023[[package]]9024name = "regex-syntax"9025version = "0.6.28"9026source = "registry+https://github.com/rust-lang/crates.io-index"9027checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"90289029[[package]]9030name = "remove_dir_all"9031version = "0.5.3"9032source = "registry+https://github.com/rust-lang/crates.io-index"9033checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"9034dependencies = [9035 "winapi",9036]90379038[[package]]9039name = "resolv-conf"9040version = "0.7.0"9041source = "registry+https://github.com/rust-lang/crates.io-index"9042checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"9043dependencies = [9044 "hostname",9045 "quick-error",9046]90479048[[package]]9049name = "rfc6979"9050version = "0.3.1"9051source = "registry+https://github.com/rust-lang/crates.io-index"9052checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"9053dependencies = [9054 "crypto-bigint",9055 "hmac 0.12.1",9056 "zeroize",9057]90589059[[package]]9060name = "ring"9061version = "0.16.20"9062source = "registry+https://github.com/rust-lang/crates.io-index"9063checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"9064dependencies = [9065 "cc",9066 "libc",9067 "once_cell",9068 "spin",9069 "untrusted",9070 "web-sys",9071 "winapi",9072]90739074[[package]]9075name = "ripemd"9076version = "0.1.3"9077source = "registry+https://github.com/rust-lang/crates.io-index"9078checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"9079dependencies = [9080 "digest 0.10.6",9081]90829083[[package]]9084name = "rlp"9085version = "0.5.2"9086source = "registry+https://github.com/rust-lang/crates.io-index"9087checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec"9088dependencies = [9089 "bytes",9090 "rlp-derive",9091 "rustc-hex",9092]90939094[[package]]9095name = "rlp-derive"9096version = "0.1.0"9097source = "registry+https://github.com/rust-lang/crates.io-index"9098checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a"9099dependencies = [9100 "proc-macro2",9101 "quote",9102 "syn",9103]91049105[[package]]9106name = "rmrk-rpc"9107version = "0.0.2"9108dependencies = [9109 "parity-scale-codec",9110 "rmrk-traits",9111 "serde",9112 "sp-api",9113 "sp-runtime",9114 "sp-std",9115]91169117[[package]]9118name = "rmrk-traits"9119version = "0.1.0"9120dependencies = [9121 "parity-scale-codec",9122 "scale-info",9123 "serde",9124]91259126[[package]]9127name = "rocksdb"9128version = "0.19.0"9129source = "registry+https://github.com/rust-lang/crates.io-index"9130checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"9131dependencies = [9132 "libc",9133 "librocksdb-sys",9134]91359136[[package]]9137name = "rococo-runtime"9138version = "0.9.36"9139source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9140dependencies = [9141 "beefy-merkle-tree",9142 "frame-benchmarking",9143 "frame-executive",9144 "frame-support",9145 "frame-system",9146 "frame-system-benchmarking",9147 "frame-system-rpc-runtime-api",9148 "hex-literal",9149 "log",9150 "pallet-authority-discovery",9151 "pallet-authorship",9152 "pallet-babe",9153 "pallet-balances",9154 "pallet-beefy",9155 "pallet-beefy-mmr",9156 "pallet-bounties",9157 "pallet-child-bounties",9158 "pallet-collective",9159 "pallet-democracy",9160 "pallet-elections-phragmen",9161 "pallet-grandpa",9162 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",9163 "pallet-im-online",9164 "pallet-indices",9165 "pallet-membership",9166 "pallet-mmr",9167 "pallet-multisig",9168 "pallet-nis",9169 "pallet-offences",9170 "pallet-preimage",9171 "pallet-proxy",9172 "pallet-recovery",9173 "pallet-scheduler",9174 "pallet-session",9175 "pallet-society",9176 "pallet-staking",9177 "pallet-state-trie-migration",9178 "pallet-sudo",9179 "pallet-timestamp",9180 "pallet-tips",9181 "pallet-transaction-payment",9182 "pallet-transaction-payment-rpc-runtime-api",9183 "pallet-treasury",9184 "pallet-utility",9185 "pallet-vesting",9186 "pallet-xcm",9187 "pallet-xcm-benchmarks",9188 "parity-scale-codec",9189 "polkadot-parachain",9190 "polkadot-primitives",9191 "polkadot-runtime-common",9192 "polkadot-runtime-parachains",9193 "rococo-runtime-constants",9194 "scale-info",9195 "serde",9196 "serde_derive",9197 "smallvec",9198 "sp-api",9199 "sp-authority-discovery",9200 "sp-beefy",9201 "sp-block-builder",9202 "sp-consensus-babe",9203 "sp-core",9204 "sp-inherents",9205 "sp-io",9206 "sp-mmr-primitives",9207 "sp-offchain",9208 "sp-runtime",9209 "sp-session",9210 "sp-staking",9211 "sp-std",9212 "sp-transaction-pool",9213 "sp-version",9214 "static_assertions",9215 "substrate-wasm-builder",9216 "xcm",9217 "xcm-builder",9218 "xcm-executor",9219]92209221[[package]]9222name = "rococo-runtime-constants"9223version = "0.9.36"9224source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"9225dependencies = [9226 "frame-support",9227 "polkadot-primitives",9228 "polkadot-runtime-common",9229 "smallvec",9230 "sp-core",9231 "sp-runtime",9232 "sp-weights",9233]92349235[[package]]9236name = "rpassword"9237version = "7.2.0"9238source = "registry+https://github.com/rust-lang/crates.io-index"9239checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"9240dependencies = [9241 "libc",9242 "rtoolbox",9243 "winapi",9244]92459246[[package]]9247name = "rtnetlink"9248version = "0.10.1"9249source = "registry+https://github.com/rust-lang/crates.io-index"9250checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"9251dependencies = [9252 "async-global-executor",9253 "futures",9254 "log",9255 "netlink-packet-route",9256 "netlink-proto",9257 "nix",9258 "thiserror",9259]92609261[[package]]9262name = "rtoolbox"9263version = "0.0.1"9264source = "registry+https://github.com/rust-lang/crates.io-index"9265checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"9266dependencies = [9267 "libc",9268 "winapi",9269]92709271[[package]]9272name = "rustc-demangle"9273version = "0.1.21"9274source = "registry+https://github.com/rust-lang/crates.io-index"9275checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"92769277[[package]]9278name = "rustc-hash"9279version = "1.1.0"9280source = "registry+https://github.com/rust-lang/crates.io-index"9281checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"92829283[[package]]9284name = "rustc-hex"9285version = "2.1.0"9286source = "registry+https://github.com/rust-lang/crates.io-index"9287checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"92889289[[package]]9290name = "rustc_version"9291version = "0.2.3"9292source = "registry+https://github.com/rust-lang/crates.io-index"9293checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"9294dependencies = [9295 "semver 0.9.0",9296]92979298[[package]]9299name = "rustc_version"9300version = "0.4.0"9301source = "registry+https://github.com/rust-lang/crates.io-index"9302checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"9303dependencies = [9304 "semver 1.0.16",9305]93069307[[package]]9308name = "rustix"9309version = "0.35.13"9310source = "registry+https://github.com/rust-lang/crates.io-index"9311checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9"9312dependencies = [9313 "bitflags",9314 "errno",9315 "io-lifetimes 0.7.5",9316 "libc",9317 "linux-raw-sys 0.0.46",9318 "windows-sys 0.42.0",9319]93209321[[package]]9322name = "rustix"9323version = "0.36.7"9324source = "registry+https://github.com/rust-lang/crates.io-index"9325checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"9326dependencies = [9327 "bitflags",9328 "errno",9329 "io-lifetimes 1.0.4",9330 "libc",9331 "linux-raw-sys 0.1.4",9332 "windows-sys 0.42.0",9333]93349335[[package]]9336name = "rustls"9337version = "0.20.8"9338source = "registry+https://github.com/rust-lang/crates.io-index"9339checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"9340dependencies = [9341 "log",9342 "ring",9343 "sct",9344 "webpki",9345]93469347[[package]]9348name = "rustls-native-certs"9349version = "0.6.2"9350source = "registry+https://github.com/rust-lang/crates.io-index"9351checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"9352dependencies = [9353 "openssl-probe",9354 "rustls-pemfile",9355 "schannel",9356 "security-framework",9357]93589359[[package]]9360name = "rustls-pemfile"9361version = "1.0.2"9362source = "registry+https://github.com/rust-lang/crates.io-index"9363checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"9364dependencies = [9365 "base64 0.21.0",9366]93679368[[package]]9369name = "rustversion"9370version = "1.0.11"9371source = "registry+https://github.com/rust-lang/crates.io-index"9372checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"93739374[[package]]9375name = "rw-stream-sink"9376version = "0.3.0"9377source = "registry+https://github.com/rust-lang/crates.io-index"9378checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04"9379dependencies = [9380 "futures",9381 "pin-project",9382 "static_assertions",9383]93849385[[package]]9386name = "ryu"9387version = "1.0.12"9388source = "registry+https://github.com/rust-lang/crates.io-index"9389checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"93909391[[package]]9392name = "safe-mix"9393version = "1.0.1"9394source = "registry+https://github.com/rust-lang/crates.io-index"9395checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"9396dependencies = [9397 "rustc_version 0.2.3",9398]93999400[[package]]9401name = "same-file"9402version = "1.0.6"9403source = "registry+https://github.com/rust-lang/crates.io-index"9404checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"9405dependencies = [9406 "winapi-util",9407]94089409[[package]]9410name = "sc-allocator"9411version = "4.1.0-dev"9412source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9413dependencies = [9414 "log",9415 "sp-core",9416 "sp-wasm-interface",9417 "thiserror",9418]94199420[[package]]9421name = "sc-authority-discovery"9422version = "0.10.0-dev"9423source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9424dependencies = [9425 "async-trait",9426 "futures",9427 "futures-timer",9428 "ip_network",9429 "libp2p",9430 "log",9431 "parity-scale-codec",9432 "prost",9433 "prost-build",9434 "rand 0.7.3",9435 "sc-client-api",9436 "sc-network-common",9437 "sp-api",9438 "sp-authority-discovery",9439 "sp-blockchain",9440 "sp-core",9441 "sp-keystore",9442 "sp-runtime",9443 "substrate-prometheus-endpoint",9444 "thiserror",9445]94469447[[package]]9448name = "sc-basic-authorship"9449version = "0.10.0-dev"9450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9451dependencies = [9452 "futures",9453 "futures-timer",9454 "log",9455 "parity-scale-codec",9456 "sc-block-builder",9457 "sc-client-api",9458 "sc-proposer-metrics",9459 "sc-telemetry",9460 "sc-transaction-pool-api",9461 "sp-api",9462 "sp-blockchain",9463 "sp-consensus",9464 "sp-core",9465 "sp-inherents",9466 "sp-runtime",9467 "substrate-prometheus-endpoint",9468]94699470[[package]]9471name = "sc-block-builder"9472version = "0.10.0-dev"9473source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9474dependencies = [9475 "parity-scale-codec",9476 "sc-client-api",9477 "sp-api",9478 "sp-block-builder",9479 "sp-blockchain",9480 "sp-core",9481 "sp-inherents",9482 "sp-runtime",9483 "sp-state-machine",9484]94859486[[package]]9487name = "sc-chain-spec"9488version = "4.0.0-dev"9489source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9490dependencies = [9491 "impl-trait-for-tuples",9492 "memmap2",9493 "parity-scale-codec",9494 "sc-chain-spec-derive",9495 "sc-network-common",9496 "sc-telemetry",9497 "serde",9498 "serde_json",9499 "sp-core",9500 "sp-runtime",9501]95029503[[package]]9504name = "sc-chain-spec-derive"9505version = "4.0.0-dev"9506source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9507dependencies = [9508 "proc-macro-crate",9509 "proc-macro2",9510 "quote",9511 "syn",9512]95139514[[package]]9515name = "sc-cli"9516version = "0.10.0-dev"9517source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9518dependencies = [9519 "array-bytes 4.2.0",9520 "chrono",9521 "clap",9522 "fdlimit",9523 "futures",9524 "libp2p",9525 "log",9526 "names",9527 "parity-scale-codec",9528 "rand 0.7.3",9529 "regex",9530 "rpassword",9531 "sc-client-api",9532 "sc-client-db",9533 "sc-keystore",9534 "sc-network",9535 "sc-network-common",9536 "sc-service",9537 "sc-telemetry",9538 "sc-tracing",9539 "sc-utils",9540 "serde",9541 "serde_json",9542 "sp-blockchain",9543 "sp-core",9544 "sp-keyring",9545 "sp-keystore",9546 "sp-panic-handler",9547 "sp-runtime",9548 "sp-version",9549 "thiserror",9550 "tiny-bip39",9551 "tokio",9552]95539554[[package]]9555name = "sc-client-api"9556version = "4.0.0-dev"9557source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9558dependencies = [9559 "fnv",9560 "futures",9561 "hash-db",9562 "log",9563 "parity-scale-codec",9564 "parking_lot 0.12.1",9565 "sc-executor",9566 "sc-transaction-pool-api",9567 "sc-utils",9568 "sp-api",9569 "sp-blockchain",9570 "sp-consensus",9571 "sp-core",9572 "sp-database",9573 "sp-externalities",9574 "sp-keystore",9575 "sp-runtime",9576 "sp-state-machine",9577 "sp-storage",9578 "sp-trie",9579 "substrate-prometheus-endpoint",9580]95819582[[package]]9583name = "sc-client-db"9584version = "0.10.0-dev"9585source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9586dependencies = [9587 "hash-db",9588 "kvdb",9589 "kvdb-memorydb",9590 "kvdb-rocksdb",9591 "linked-hash-map",9592 "log",9593 "parity-db",9594 "parity-scale-codec",9595 "parking_lot 0.12.1",9596 "sc-client-api",9597 "sc-state-db",9598 "sp-arithmetic",9599 "sp-blockchain",9600 "sp-core",9601 "sp-database",9602 "sp-runtime",9603 "sp-state-machine",9604 "sp-trie",9605]96069607[[package]]9608name = "sc-consensus"9609version = "0.10.0-dev"9610source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9611dependencies = [9612 "async-trait",9613 "futures",9614 "futures-timer",9615 "libp2p",9616 "log",9617 "mockall",9618 "parking_lot 0.12.1",9619 "sc-client-api",9620 "sc-utils",9621 "serde",9622 "sp-api",9623 "sp-blockchain",9624 "sp-consensus",9625 "sp-core",9626 "sp-runtime",9627 "sp-state-machine",9628 "substrate-prometheus-endpoint",9629 "thiserror",9630]96319632[[package]]9633name = "sc-consensus-aura"9634version = "0.10.0-dev"9635source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9636dependencies = [9637 "async-trait",9638 "futures",9639 "log",9640 "parity-scale-codec",9641 "sc-block-builder",9642 "sc-client-api",9643 "sc-consensus",9644 "sc-consensus-slots",9645 "sc-telemetry",9646 "sp-api",9647 "sp-application-crypto",9648 "sp-block-builder",9649 "sp-blockchain",9650 "sp-consensus",9651 "sp-consensus-aura",9652 "sp-consensus-slots",9653 "sp-core",9654 "sp-inherents",9655 "sp-keystore",9656 "sp-runtime",9657 "substrate-prometheus-endpoint",9658 "thiserror",9659]96609661[[package]]9662name = "sc-consensus-babe"9663version = "0.10.0-dev"9664source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9665dependencies = [9666 "async-trait",9667 "fork-tree",9668 "futures",9669 "log",9670 "merlin",9671 "num-bigint",9672 "num-rational",9673 "num-traits",9674 "parity-scale-codec",9675 "parking_lot 0.12.1",9676 "sc-client-api",9677 "sc-consensus",9678 "sc-consensus-epochs",9679 "sc-consensus-slots",9680 "sc-keystore",9681 "sc-telemetry",9682 "schnorrkel",9683 "serde",9684 "sp-api",9685 "sp-application-crypto",9686 "sp-block-builder",9687 "sp-blockchain",9688 "sp-consensus",9689 "sp-consensus-babe",9690 "sp-consensus-slots",9691 "sp-consensus-vrf",9692 "sp-core",9693 "sp-inherents",9694 "sp-io",9695 "sp-keystore",9696 "sp-runtime",9697 "sp-version",9698 "substrate-prometheus-endpoint",9699 "thiserror",9700]97019702[[package]]9703name = "sc-consensus-babe-rpc"9704version = "0.10.0-dev"9705source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9706dependencies = [9707 "futures",9708 "jsonrpsee",9709 "sc-consensus-babe",9710 "sc-consensus-epochs",9711 "sc-rpc-api",9712 "serde",9713 "sp-api",9714 "sp-application-crypto",9715 "sp-blockchain",9716 "sp-consensus",9717 "sp-consensus-babe",9718 "sp-core",9719 "sp-keystore",9720 "sp-runtime",9721 "thiserror",9722]97239724[[package]]9725name = "sc-consensus-epochs"9726version = "0.10.0-dev"9727source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9728dependencies = [9729 "fork-tree",9730 "parity-scale-codec",9731 "sc-client-api",9732 "sc-consensus",9733 "sp-blockchain",9734 "sp-runtime",9735]97369737[[package]]9738name = "sc-consensus-manual-seal"9739version = "0.10.0-dev"9740source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9741dependencies = [9742 "assert_matches",9743 "async-trait",9744 "futures",9745 "jsonrpsee",9746 "log",9747 "parity-scale-codec",9748 "sc-client-api",9749 "sc-consensus",9750 "sc-consensus-aura",9751 "sc-consensus-babe",9752 "sc-consensus-epochs",9753 "sc-transaction-pool",9754 "sc-transaction-pool-api",9755 "serde",9756 "sp-api",9757 "sp-blockchain",9758 "sp-consensus",9759 "sp-consensus-aura",9760 "sp-consensus-babe",9761 "sp-consensus-slots",9762 "sp-core",9763 "sp-inherents",9764 "sp-keystore",9765 "sp-runtime",9766 "sp-timestamp",9767 "substrate-prometheus-endpoint",9768 "thiserror",9769]97709771[[package]]9772name = "sc-consensus-slots"9773version = "0.10.0-dev"9774source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9775dependencies = [9776 "async-trait",9777 "futures",9778 "futures-timer",9779 "log",9780 "parity-scale-codec",9781 "sc-client-api",9782 "sc-consensus",9783 "sc-telemetry",9784 "sp-arithmetic",9785 "sp-blockchain",9786 "sp-consensus",9787 "sp-consensus-slots",9788 "sp-core",9789 "sp-inherents",9790 "sp-runtime",9791 "sp-state-machine",9792 "thiserror",9793]97949795[[package]]9796name = "sc-executor"9797version = "0.10.0-dev"9798source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9799dependencies = [9800 "lru",9801 "parity-scale-codec",9802 "parking_lot 0.12.1",9803 "sc-executor-common",9804 "sc-executor-wasmi",9805 "sc-executor-wasmtime",9806 "sp-api",9807 "sp-core",9808 "sp-externalities",9809 "sp-io",9810 "sp-panic-handler",9811 "sp-runtime-interface",9812 "sp-trie",9813 "sp-version",9814 "sp-wasm-interface",9815 "tracing",9816 "wasmi",9817]98189819[[package]]9820name = "sc-executor-common"9821version = "0.10.0-dev"9822source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9823dependencies = [9824 "sc-allocator",9825 "sp-maybe-compressed-blob",9826 "sp-wasm-interface",9827 "thiserror",9828 "wasm-instrument",9829 "wasmi",9830]98319832[[package]]9833name = "sc-executor-wasmi"9834version = "0.10.0-dev"9835source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9836dependencies = [9837 "log",9838 "sc-allocator",9839 "sc-executor-common",9840 "sp-runtime-interface",9841 "sp-wasm-interface",9842 "wasmi",9843]98449845[[package]]9846name = "sc-executor-wasmtime"9847version = "0.10.0-dev"9848source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9849dependencies = [9850 "cfg-if",9851 "libc",9852 "log",9853 "once_cell",9854 "rustix 0.35.13",9855 "sc-allocator",9856 "sc-executor-common",9857 "sp-runtime-interface",9858 "sp-wasm-interface",9859 "wasmtime",9860]98619862[[package]]9863name = "sc-finality-grandpa"9864version = "0.10.0-dev"9865source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9866dependencies = [9867 "ahash",9868 "array-bytes 4.2.0",9869 "async-trait",9870 "dyn-clone",9871 "finality-grandpa",9872 "fork-tree",9873 "futures",9874 "futures-timer",9875 "log",9876 "parity-scale-codec",9877 "parking_lot 0.12.1",9878 "rand 0.8.5",9879 "sc-block-builder",9880 "sc-chain-spec",9881 "sc-client-api",9882 "sc-consensus",9883 "sc-keystore",9884 "sc-network",9885 "sc-network-common",9886 "sc-network-gossip",9887 "sc-telemetry",9888 "sc-utils",9889 "serde_json",9890 "sp-api",9891 "sp-application-crypto",9892 "sp-arithmetic",9893 "sp-blockchain",9894 "sp-consensus",9895 "sp-core",9896 "sp-finality-grandpa",9897 "sp-keystore",9898 "sp-runtime",9899 "substrate-prometheus-endpoint",9900 "thiserror",9901]99029903[[package]]9904name = "sc-finality-grandpa-rpc"9905version = "0.10.0-dev"9906source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9907dependencies = [9908 "finality-grandpa",9909 "futures",9910 "jsonrpsee",9911 "log",9912 "parity-scale-codec",9913 "sc-client-api",9914 "sc-finality-grandpa",9915 "sc-rpc",9916 "serde",9917 "serde_json",9918 "sp-blockchain",9919 "sp-core",9920 "sp-runtime",9921 "thiserror",9922]99239924[[package]]9925name = "sc-informant"9926version = "0.10.0-dev"9927source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9928dependencies = [9929 "ansi_term",9930 "futures",9931 "futures-timer",9932 "log",9933 "sc-client-api",9934 "sc-network-common",9935 "sc-transaction-pool-api",9936 "sp-blockchain",9937 "sp-runtime",9938]99399940[[package]]9941name = "sc-keystore"9942version = "4.0.0-dev"9943source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9944dependencies = [9945 "array-bytes 4.2.0",9946 "async-trait",9947 "parking_lot 0.12.1",9948 "serde_json",9949 "sp-application-crypto",9950 "sp-core",9951 "sp-keystore",9952 "thiserror",9953]99549955[[package]]9956name = "sc-network"9957version = "0.10.0-dev"9958source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"9959dependencies = [9960 "array-bytes 4.2.0",9961 "async-trait",9962 "asynchronous-codec",9963 "bitflags",9964 "bytes",9965 "cid",9966 "either",9967 "fnv",9968 "fork-tree",9969 "futures",9970 "futures-timer",9971 "ip_network",9972 "libp2p",9973 "linked-hash-map",9974 "linked_hash_set",9975 "log",9976 "lru",9977 "parity-scale-codec",9978 "parking_lot 0.12.1",9979 "pin-project",9980 "prost",9981 "rand 0.7.3",9982 "sc-block-builder",9983 "sc-client-api",9984 "sc-consensus",9985 "sc-network-common",9986 "sc-peerset",9987 "sc-utils",9988 "serde",9989 "serde_json",9990 "smallvec",9991 "sp-arithmetic",9992 "sp-blockchain",9993 "sp-consensus",9994 "sp-core",9995 "sp-runtime",9996 "substrate-prometheus-endpoint",9997 "thiserror",9998 "unsigned-varint",9999 "zeroize",10000]1000110002[[package]]10003name = "sc-network-bitswap"10004version = "0.10.0-dev"10005source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10006dependencies = [10007 "cid",10008 "futures",10009 "libp2p",10010 "log",10011 "prost",10012 "prost-build",10013 "sc-client-api",10014 "sc-network-common",10015 "sp-blockchain",10016 "sp-runtime",10017 "thiserror",10018 "unsigned-varint",10019 "void",10020]1002110022[[package]]10023name = "sc-network-common"10024version = "0.10.0-dev"10025source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10026dependencies = [10027 "async-trait",10028 "bitflags",10029 "bytes",10030 "futures",10031 "futures-timer",10032 "libp2p",10033 "linked_hash_set",10034 "parity-scale-codec",10035 "prost-build",10036 "sc-consensus",10037 "sc-peerset",10038 "serde",10039 "smallvec",10040 "sp-blockchain",10041 "sp-consensus",10042 "sp-finality-grandpa",10043 "sp-runtime",10044 "substrate-prometheus-endpoint",10045 "thiserror",10046]1004710048[[package]]10049name = "sc-network-gossip"10050version = "0.10.0-dev"10051source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10052dependencies = [10053 "ahash",10054 "futures",10055 "futures-timer",10056 "libp2p",10057 "log",10058 "lru",10059 "sc-network-common",10060 "sc-peerset",10061 "sp-runtime",10062 "substrate-prometheus-endpoint",10063 "tracing",10064]1006510066[[package]]10067name = "sc-network-light"10068version = "0.10.0-dev"10069source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10070dependencies = [10071 "array-bytes 4.2.0",10072 "futures",10073 "libp2p",10074 "log",10075 "parity-scale-codec",10076 "prost",10077 "prost-build",10078 "sc-client-api",10079 "sc-network-common",10080 "sc-peerset",10081 "sp-blockchain",10082 "sp-core",10083 "sp-runtime",10084 "thiserror",10085]1008610087[[package]]10088name = "sc-network-sync"10089version = "0.10.0-dev"10090source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10091dependencies = [10092 "array-bytes 4.2.0",10093 "async-trait",10094 "fork-tree",10095 "futures",10096 "libp2p",10097 "log",10098 "lru",10099 "mockall",10100 "parity-scale-codec",10101 "prost",10102 "prost-build",10103 "sc-client-api",10104 "sc-consensus",10105 "sc-network-common",10106 "sc-peerset",10107 "sc-utils",10108 "smallvec",10109 "sp-arithmetic",10110 "sp-blockchain",10111 "sp-consensus",10112 "sp-core",10113 "sp-finality-grandpa",10114 "sp-runtime",10115 "substrate-prometheus-endpoint",10116 "thiserror",10117]1011810119[[package]]10120name = "sc-network-transactions"10121version = "0.10.0-dev"10122source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10123dependencies = [10124 "array-bytes 4.2.0",10125 "futures",10126 "hex",10127 "libp2p",10128 "log",10129 "parity-scale-codec",10130 "pin-project",10131 "sc-network-common",10132 "sc-peerset",10133 "sp-consensus",10134 "sp-runtime",10135 "substrate-prometheus-endpoint",10136]1013710138[[package]]10139name = "sc-offchain"10140version = "4.0.0-dev"10141source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10142dependencies = [10143 "array-bytes 4.2.0",10144 "bytes",10145 "fnv",10146 "futures",10147 "futures-timer",10148 "hyper",10149 "hyper-rustls",10150 "libp2p",10151 "num_cpus",10152 "once_cell",10153 "parity-scale-codec",10154 "parking_lot 0.12.1",10155 "rand 0.7.3",10156 "sc-client-api",10157 "sc-network-common",10158 "sc-peerset",10159 "sc-utils",10160 "sp-api",10161 "sp-core",10162 "sp-offchain",10163 "sp-runtime",10164 "threadpool",10165 "tracing",10166]1016710168[[package]]10169name = "sc-peerset"10170version = "4.0.0-dev"10171source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10172dependencies = [10173 "futures",10174 "libp2p",10175 "log",10176 "sc-utils",10177 "serde_json",10178 "wasm-timer",10179]1018010181[[package]]10182name = "sc-proposer-metrics"10183version = "0.10.0-dev"10184source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10185dependencies = [10186 "log",10187 "substrate-prometheus-endpoint",10188]1018910190[[package]]10191name = "sc-rpc"10192version = "4.0.0-dev"10193source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10194dependencies = [10195 "futures",10196 "hash-db",10197 "jsonrpsee",10198 "log",10199 "parity-scale-codec",10200 "parking_lot 0.12.1",10201 "sc-block-builder",10202 "sc-chain-spec",10203 "sc-client-api",10204 "sc-rpc-api",10205 "sc-tracing",10206 "sc-transaction-pool-api",10207 "sc-utils",10208 "serde_json",10209 "sp-api",10210 "sp-blockchain",10211 "sp-core",10212 "sp-keystore",10213 "sp-offchain",10214 "sp-rpc",10215 "sp-runtime",10216 "sp-session",10217 "sp-version",10218]1021910220[[package]]10221name = "sc-rpc-api"10222version = "0.10.0-dev"10223source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10224dependencies = [10225 "futures",10226 "jsonrpsee",10227 "log",10228 "parity-scale-codec",10229 "parking_lot 0.12.1",10230 "sc-chain-spec",10231 "sc-transaction-pool-api",10232 "scale-info",10233 "serde",10234 "serde_json",10235 "sp-core",10236 "sp-rpc",10237 "sp-runtime",10238 "sp-tracing",10239 "sp-version",10240 "thiserror",10241]1024210243[[package]]10244name = "sc-rpc-server"10245version = "4.0.0-dev"10246source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10247dependencies = [10248 "futures",10249 "http",10250 "jsonrpsee",10251 "log",10252 "serde_json",10253 "substrate-prometheus-endpoint",10254 "tokio",10255 "tower",10256 "tower-http",10257]1025810259[[package]]10260name = "sc-rpc-spec-v2"10261version = "0.10.0-dev"10262source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10263dependencies = [10264 "futures",10265 "hex",10266 "jsonrpsee",10267 "parity-scale-codec",10268 "sc-chain-spec",10269 "sc-transaction-pool-api",10270 "serde",10271 "sp-api",10272 "sp-blockchain",10273 "sp-core",10274 "sp-runtime",10275 "thiserror",10276]1027710278[[package]]10279name = "sc-service"10280version = "0.10.0-dev"10281source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10282dependencies = [10283 "async-trait",10284 "directories",10285 "exit-future",10286 "futures",10287 "futures-timer",10288 "hash-db",10289 "jsonrpsee",10290 "log",10291 "parity-scale-codec",10292 "parking_lot 0.12.1",10293 "pin-project",10294 "rand 0.7.3",10295 "sc-block-builder",10296 "sc-chain-spec",10297 "sc-client-api",10298 "sc-client-db",10299 "sc-consensus",10300 "sc-executor",10301 "sc-informant",10302 "sc-keystore",10303 "sc-network",10304 "sc-network-bitswap",10305 "sc-network-common",10306 "sc-network-light",10307 "sc-network-sync",10308 "sc-network-transactions",10309 "sc-offchain",10310 "sc-rpc",10311 "sc-rpc-server",10312 "sc-rpc-spec-v2",10313 "sc-sysinfo",10314 "sc-telemetry",10315 "sc-tracing",10316 "sc-transaction-pool",10317 "sc-transaction-pool-api",10318 "sc-utils",10319 "serde",10320 "serde_json",10321 "sp-api",10322 "sp-application-crypto",10323 "sp-block-builder",10324 "sp-blockchain",10325 "sp-consensus",10326 "sp-core",10327 "sp-externalities",10328 "sp-inherents",10329 "sp-keystore",10330 "sp-runtime",10331 "sp-session",10332 "sp-state-machine",10333 "sp-storage",10334 "sp-tracing",10335 "sp-transaction-pool",10336 "sp-transaction-storage-proof",10337 "sp-trie",10338 "sp-version",10339 "static_init 1.0.3",10340 "substrate-prometheus-endpoint",10341 "tempfile",10342 "thiserror",10343 "tokio",10344 "tracing",10345 "tracing-futures",10346]1034710348[[package]]10349name = "sc-state-db"10350version = "0.10.0-dev"10351source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10352dependencies = [10353 "log",10354 "parity-scale-codec",10355 "parking_lot 0.12.1",10356 "sc-client-api",10357 "sp-core",10358]1035910360[[package]]10361name = "sc-sync-state-rpc"10362version = "0.10.0-dev"10363source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10364dependencies = [10365 "jsonrpsee",10366 "parity-scale-codec",10367 "sc-chain-spec",10368 "sc-client-api",10369 "sc-consensus-babe",10370 "sc-consensus-epochs",10371 "sc-finality-grandpa",10372 "serde",10373 "serde_json",10374 "sp-blockchain",10375 "sp-runtime",10376 "thiserror",10377]1037810379[[package]]10380name = "sc-sysinfo"10381version = "6.0.0-dev"10382source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10383dependencies = [10384 "futures",10385 "libc",10386 "log",10387 "rand 0.7.3",10388 "rand_pcg 0.2.1",10389 "regex",10390 "sc-telemetry",10391 "serde",10392 "serde_json",10393 "sp-core",10394 "sp-io",10395 "sp-std",10396]1039710398[[package]]10399name = "sc-telemetry"10400version = "4.0.0-dev"10401source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10402dependencies = [10403 "chrono",10404 "futures",10405 "libp2p",10406 "log",10407 "parking_lot 0.12.1",10408 "pin-project",10409 "rand 0.7.3",10410 "serde",10411 "serde_json",10412 "thiserror",10413 "wasm-timer",10414]1041510416[[package]]10417name = "sc-tracing"10418version = "4.0.0-dev"10419source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10420dependencies = [10421 "ansi_term",10422 "atty",10423 "chrono",10424 "lazy_static",10425 "libc",10426 "log",10427 "once_cell",10428 "parking_lot 0.12.1",10429 "regex",10430 "rustc-hash",10431 "sc-client-api",10432 "sc-rpc-server",10433 "sc-tracing-proc-macro",10434 "serde",10435 "sp-api",10436 "sp-blockchain",10437 "sp-core",10438 "sp-rpc",10439 "sp-runtime",10440 "sp-tracing",10441 "thiserror",10442 "tracing",10443 "tracing-log",10444 "tracing-subscriber",10445]1044610447[[package]]10448name = "sc-tracing-proc-macro"10449version = "4.0.0-dev"10450source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10451dependencies = [10452 "proc-macro-crate",10453 "proc-macro2",10454 "quote",10455 "syn",10456]1045710458[[package]]10459name = "sc-transaction-pool"10460version = "4.0.0-dev"10461source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10462dependencies = [10463 "async-trait",10464 "futures",10465 "futures-timer",10466 "linked-hash-map",10467 "log",10468 "parity-scale-codec",10469 "parking_lot 0.12.1",10470 "sc-client-api",10471 "sc-transaction-pool-api",10472 "sc-utils",10473 "serde",10474 "sp-api",10475 "sp-blockchain",10476 "sp-core",10477 "sp-runtime",10478 "sp-tracing",10479 "sp-transaction-pool",10480 "substrate-prometheus-endpoint",10481 "thiserror",10482]1048310484[[package]]10485name = "sc-transaction-pool-api"10486version = "4.0.0-dev"10487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10488dependencies = [10489 "async-trait",10490 "futures",10491 "log",10492 "serde",10493 "sp-blockchain",10494 "sp-runtime",10495 "thiserror",10496]1049710498[[package]]10499name = "sc-utils"10500version = "4.0.0-dev"10501source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10502dependencies = [10503 "futures",10504 "futures-timer",10505 "lazy_static",10506 "log",10507 "parking_lot 0.12.1",10508 "prometheus",10509]1051010511[[package]]10512name = "scale-info"10513version = "2.3.1"10514source = "registry+https://github.com/rust-lang/crates.io-index"10515checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608"10516dependencies = [10517 "bitvec",10518 "cfg-if",10519 "derive_more",10520 "parity-scale-codec",10521 "scale-info-derive",10522 "serde",10523]1052410525[[package]]10526name = "scale-info-derive"10527version = "2.3.1"10528source = "registry+https://github.com/rust-lang/crates.io-index"10529checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c"10530dependencies = [10531 "proc-macro-crate",10532 "proc-macro2",10533 "quote",10534 "syn",10535]1053610537[[package]]10538name = "schannel"10539version = "0.1.21"10540source = "registry+https://github.com/rust-lang/crates.io-index"10541checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"10542dependencies = [10543 "windows-sys 0.42.0",10544]1054510546[[package]]10547name = "schnorrkel"10548version = "0.9.1"10549source = "registry+https://github.com/rust-lang/crates.io-index"10550checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"10551dependencies = [10552 "arrayref",10553 "arrayvec 0.5.2",10554 "curve25519-dalek 2.1.3",10555 "getrandom 0.1.16",10556 "merlin",10557 "rand 0.7.3",10558 "rand_core 0.5.1",10559 "sha2 0.8.2",10560 "subtle",10561 "zeroize",10562]1056310564[[package]]10565name = "scopeguard"10566version = "1.1.0"10567source = "registry+https://github.com/rust-lang/crates.io-index"10568checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"1056910570[[package]]10571name = "scratch"10572version = "1.0.3"10573source = "registry+https://github.com/rust-lang/crates.io-index"10574checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"1057510576[[package]]10577name = "sct"10578version = "0.7.0"10579source = "registry+https://github.com/rust-lang/crates.io-index"10580checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"10581dependencies = [10582 "ring",10583 "untrusted",10584]1058510586[[package]]10587name = "sec1"10588version = "0.3.0"10589source = "registry+https://github.com/rust-lang/crates.io-index"10590checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"10591dependencies = [10592 "base16ct",10593 "der",10594 "generic-array 0.14.6",10595 "pkcs8",10596 "subtle",10597 "zeroize",10598]1059910600[[package]]10601name = "secp256k1"10602version = "0.24.3"10603source = "registry+https://github.com/rust-lang/crates.io-index"10604checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62"10605dependencies = [10606 "secp256k1-sys",10607]1060810609[[package]]10610name = "secp256k1-sys"10611version = "0.6.1"10612source = "registry+https://github.com/rust-lang/crates.io-index"10613checksum = "83080e2c2fc1006e625be82e5d1eb6a43b7fd9578b617fcc55814daf286bba4b"10614dependencies = [10615 "cc",10616]1061710618[[package]]10619name = "secrecy"10620version = "0.8.0"10621source = "registry+https://github.com/rust-lang/crates.io-index"10622checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"10623dependencies = [10624 "zeroize",10625]1062610627[[package]]10628name = "security-framework"10629version = "2.8.0"10630source = "registry+https://github.com/rust-lang/crates.io-index"10631checksum = "645926f31b250a2dca3c232496c2d898d91036e45ca0e97e0e2390c54e11be36"10632dependencies = [10633 "bitflags",10634 "core-foundation",10635 "core-foundation-sys",10636 "libc",10637 "security-framework-sys",10638]1063910640[[package]]10641name = "security-framework-sys"10642version = "2.8.0"10643source = "registry+https://github.com/rust-lang/crates.io-index"10644checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"10645dependencies = [10646 "core-foundation-sys",10647 "libc",10648]1064910650[[package]]10651name = "semver"10652version = "0.6.0"10653source = "registry+https://github.com/rust-lang/crates.io-index"10654checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"10655dependencies = [10656 "semver-parser",10657]1065810659[[package]]10660name = "semver"10661version = "0.9.0"10662source = "registry+https://github.com/rust-lang/crates.io-index"10663checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"10664dependencies = [10665 "semver-parser",10666]1066710668[[package]]10669name = "semver"10670version = "1.0.16"10671source = "registry+https://github.com/rust-lang/crates.io-index"10672checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"10673dependencies = [10674 "serde",10675]1067610677[[package]]10678name = "semver-parser"10679version = "0.7.0"10680source = "registry+https://github.com/rust-lang/crates.io-index"10681checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"1068210683[[package]]10684name = "serde"10685version = "1.0.152"10686source = "registry+https://github.com/rust-lang/crates.io-index"10687checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"10688dependencies = [10689 "serde_derive",10690]1069110692[[package]]10693name = "serde_derive"10694version = "1.0.152"10695source = "registry+https://github.com/rust-lang/crates.io-index"10696checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"10697dependencies = [10698 "proc-macro2",10699 "quote",10700 "syn",10701]1070210703[[package]]10704name = "serde_json"10705version = "1.0.91"10706source = "registry+https://github.com/rust-lang/crates.io-index"10707checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"10708dependencies = [10709 "itoa",10710 "ryu",10711 "serde",10712]1071310714[[package]]10715name = "serde_nanos"10716version = "0.1.2"10717source = "registry+https://github.com/rust-lang/crates.io-index"10718checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e"10719dependencies = [10720 "serde",10721]1072210723[[package]]10724name = "sha-1"10725version = "0.9.8"10726source = "registry+https://github.com/rust-lang/crates.io-index"10727checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"10728dependencies = [10729 "block-buffer 0.9.0",10730 "cfg-if",10731 "cpufeatures",10732 "digest 0.9.0",10733 "opaque-debug 0.3.0",10734]1073510736[[package]]10737name = "sha2"10738version = "0.8.2"10739source = "registry+https://github.com/rust-lang/crates.io-index"10740checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"10741dependencies = [10742 "block-buffer 0.7.3",10743 "digest 0.8.1",10744 "fake-simd",10745 "opaque-debug 0.2.3",10746]1074710748[[package]]10749name = "sha2"10750version = "0.9.9"10751source = "registry+https://github.com/rust-lang/crates.io-index"10752checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"10753dependencies = [10754 "block-buffer 0.9.0",10755 "cfg-if",10756 "cpufeatures",10757 "digest 0.9.0",10758 "opaque-debug 0.3.0",10759]1076010761[[package]]10762name = "sha2"10763version = "0.10.6"10764source = "registry+https://github.com/rust-lang/crates.io-index"10765checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"10766dependencies = [10767 "cfg-if",10768 "cpufeatures",10769 "digest 0.10.6",10770]1077110772[[package]]10773name = "sha3"10774version = "0.8.2"10775source = "registry+https://github.com/rust-lang/crates.io-index"10776checksum = "dd26bc0e7a2e3a7c959bc494caf58b72ee0c71d67704e9520f736ca7e4853ecf"10777dependencies = [10778 "block-buffer 0.7.3",10779 "byte-tools",10780 "digest 0.8.1",10781 "keccak",10782 "opaque-debug 0.2.3",10783]1078410785[[package]]10786name = "sha3"10787version = "0.10.6"10788source = "registry+https://github.com/rust-lang/crates.io-index"10789checksum = "bdf0c33fae925bdc080598b84bc15c55e7b9a4a43b3c704da051f977469691c9"10790dependencies = [10791 "digest 0.10.6",10792 "keccak",10793]1079410795[[package]]10796name = "sha3-const"10797version = "0.1.1"10798source = "registry+https://github.com/rust-lang/crates.io-index"10799checksum = "b04774de876479a8f712e787f8271b14712971329a4be66c6dff144db7cfc343"1080010801[[package]]10802name = "sharded-slab"10803version = "0.1.4"10804source = "registry+https://github.com/rust-lang/crates.io-index"10805checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"10806dependencies = [10807 "lazy_static",10808]1080910810[[package]]10811name = "shlex"10812version = "1.1.0"10813source = "registry+https://github.com/rust-lang/crates.io-index"10814checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"1081510816[[package]]10817name = "signal-hook"10818version = "0.3.14"10819source = "registry+https://github.com/rust-lang/crates.io-index"10820checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"10821dependencies = [10822 "libc",10823 "signal-hook-registry",10824]1082510826[[package]]10827name = "signal-hook-registry"10828version = "1.4.0"10829source = "registry+https://github.com/rust-lang/crates.io-index"10830checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"10831dependencies = [10832 "libc",10833]1083410835[[package]]10836name = "signature"10837version = "1.6.4"10838source = "registry+https://github.com/rust-lang/crates.io-index"10839checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"10840dependencies = [10841 "digest 0.10.6",10842 "rand_core 0.6.4",10843]1084410845[[package]]10846name = "simba"10847version = "0.5.1"10848source = "registry+https://github.com/rust-lang/crates.io-index"10849checksum = "8e82063457853d00243beda9952e910b82593e4b07ae9f721b9278a99a0d3d5c"10850dependencies = [10851 "approx",10852 "num-complex",10853 "num-traits",10854 "paste",10855]1085610857[[package]]10858name = "similar"10859version = "2.2.1"10860source = "registry+https://github.com/rust-lang/crates.io-index"10861checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"10862dependencies = [10863 "bstr 0.2.17",10864 "unicode-segmentation",10865]1086610867[[package]]10868name = "similar-asserts"10869version = "1.4.2"10870source = "registry+https://github.com/rust-lang/crates.io-index"10871checksum = "bbf644ad016b75129f01a34a355dcb8d66a5bc803e417c7a77cc5d5ee9fa0f18"10872dependencies = [10873 "console",10874 "similar",10875]1087610877[[package]]10878name = "slab"10879version = "0.4.7"10880source = "registry+https://github.com/rust-lang/crates.io-index"10881checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"10882dependencies = [10883 "autocfg",10884]1088510886[[package]]10887name = "slice-group-by"10888version = "0.3.0"10889source = "registry+https://github.com/rust-lang/crates.io-index"10890checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"1089110892[[package]]10893name = "slot-range-helper"10894version = "0.9.36"10895source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"10896dependencies = [10897 "enumn",10898 "parity-scale-codec",10899 "paste",10900 "sp-runtime",10901 "sp-std",10902]1090310904[[package]]10905name = "slotmap"10906version = "1.0.6"10907source = "registry+https://github.com/rust-lang/crates.io-index"10908checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"10909dependencies = [10910 "version_check",10911]1091210913[[package]]10914name = "smallvec"10915version = "1.10.0"10916source = "registry+https://github.com/rust-lang/crates.io-index"10917checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"1091810919[[package]]10920name = "snap"10921version = "1.1.0"10922source = "registry+https://github.com/rust-lang/crates.io-index"10923checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831"1092410925[[package]]10926name = "snow"10927version = "0.9.0"10928source = "registry+https://github.com/rust-lang/crates.io-index"10929checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d"10930dependencies = [10931 "aes-gcm",10932 "blake2",10933 "chacha20poly1305",10934 "curve25519-dalek 4.0.0-pre.5",10935 "rand_core 0.6.4",10936 "ring",10937 "rustc_version 0.4.0",10938 "sha2 0.10.6",10939 "subtle",10940]1094110942[[package]]10943name = "socket2"10944version = "0.4.7"10945source = "registry+https://github.com/rust-lang/crates.io-index"10946checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"10947dependencies = [10948 "libc",10949 "winapi",10950]1095110952[[package]]10953name = "soketto"10954version = "0.7.1"10955source = "registry+https://github.com/rust-lang/crates.io-index"10956checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"10957dependencies = [10958 "base64 0.13.1",10959 "bytes",10960 "flate2",10961 "futures",10962 "http",10963 "httparse",10964 "log",10965 "rand 0.8.5",10966 "sha-1",10967]1096810969[[package]]10970name = "sp-api"10971version = "4.0.0-dev"10972source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10973dependencies = [10974 "hash-db",10975 "log",10976 "parity-scale-codec",10977 "sp-api-proc-macro",10978 "sp-core",10979 "sp-runtime",10980 "sp-state-machine",10981 "sp-std",10982 "sp-trie",10983 "sp-version",10984 "thiserror",10985]1098610987[[package]]10988name = "sp-api-proc-macro"10989version = "4.0.0-dev"10990source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"10991dependencies = [10992 "blake2",10993 "proc-macro-crate",10994 "proc-macro2",10995 "quote",10996 "syn",10997]1099810999[[package]]11000name = "sp-application-crypto"11001version = "7.0.0"11002source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11003dependencies = [11004 "parity-scale-codec",11005 "scale-info",11006 "serde",11007 "sp-core",11008 "sp-io",11009 "sp-std",11010]1101111012[[package]]11013name = "sp-arithmetic"11014version = "6.0.0"11015source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11016dependencies = [11017 "integer-sqrt",11018 "num-traits",11019 "parity-scale-codec",11020 "scale-info",11021 "serde",11022 "sp-debug-derive",11023 "sp-std",11024 "static_assertions",11025]1102611027[[package]]11028name = "sp-authority-discovery"11029version = "4.0.0-dev"11030source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11031dependencies = [11032 "parity-scale-codec",11033 "scale-info",11034 "sp-api",11035 "sp-application-crypto",11036 "sp-runtime",11037 "sp-std",11038]1103911040[[package]]11041name = "sp-authorship"11042version = "4.0.0-dev"11043source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11044dependencies = [11045 "async-trait",11046 "parity-scale-codec",11047 "sp-inherents",11048 "sp-runtime",11049 "sp-std",11050]1105111052[[package]]11053name = "sp-beefy"11054version = "4.0.0-dev"11055source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11056dependencies = [11057 "parity-scale-codec",11058 "scale-info",11059 "serde",11060 "sp-api",11061 "sp-application-crypto",11062 "sp-core",11063 "sp-io",11064 "sp-mmr-primitives",11065 "sp-runtime",11066 "sp-std",11067]1106811069[[package]]11070name = "sp-block-builder"11071version = "4.0.0-dev"11072source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11073dependencies = [11074 "parity-scale-codec",11075 "sp-api",11076 "sp-inherents",11077 "sp-runtime",11078 "sp-std",11079]1108011081[[package]]11082name = "sp-blockchain"11083version = "4.0.0-dev"11084source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11085dependencies = [11086 "futures",11087 "log",11088 "lru",11089 "parity-scale-codec",11090 "parking_lot 0.12.1",11091 "sp-api",11092 "sp-consensus",11093 "sp-database",11094 "sp-runtime",11095 "sp-state-machine",11096 "thiserror",11097]1109811099[[package]]11100name = "sp-consensus"11101version = "0.10.0-dev"11102source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11103dependencies = [11104 "async-trait",11105 "futures",11106 "futures-timer",11107 "log",11108 "parity-scale-codec",11109 "sp-core",11110 "sp-inherents",11111 "sp-runtime",11112 "sp-state-machine",11113 "sp-std",11114 "sp-version",11115 "thiserror",11116]1111711118[[package]]11119name = "sp-consensus-aura"11120version = "0.10.0-dev"11121source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11122dependencies = [11123 "async-trait",11124 "parity-scale-codec",11125 "scale-info",11126 "sp-api",11127 "sp-application-crypto",11128 "sp-consensus",11129 "sp-consensus-slots",11130 "sp-inherents",11131 "sp-runtime",11132 "sp-std",11133 "sp-timestamp",11134]1113511136[[package]]11137name = "sp-consensus-babe"11138version = "0.10.0-dev"11139source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11140dependencies = [11141 "async-trait",11142 "merlin",11143 "parity-scale-codec",11144 "scale-info",11145 "serde",11146 "sp-api",11147 "sp-application-crypto",11148 "sp-consensus",11149 "sp-consensus-slots",11150 "sp-consensus-vrf",11151 "sp-core",11152 "sp-inherents",11153 "sp-keystore",11154 "sp-runtime",11155 "sp-std",11156 "sp-timestamp",11157]1115811159[[package]]11160name = "sp-consensus-slots"11161version = "0.10.0-dev"11162source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11163dependencies = [11164 "parity-scale-codec",11165 "scale-info",11166 "serde",11167 "sp-arithmetic",11168 "sp-runtime",11169 "sp-std",11170 "sp-timestamp",11171]1117211173[[package]]11174name = "sp-consensus-vrf"11175version = "0.10.0-dev"11176source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11177dependencies = [11178 "parity-scale-codec",11179 "scale-info",11180 "schnorrkel",11181 "sp-core",11182 "sp-runtime",11183 "sp-std",11184]1118511186[[package]]11187name = "sp-core"11188version = "7.0.0"11189source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11190dependencies = [11191 "array-bytes 4.2.0",11192 "base58",11193 "bitflags",11194 "blake2",11195 "byteorder",11196 "dyn-clonable",11197 "ed25519-zebra",11198 "futures",11199 "hash-db",11200 "hash256-std-hasher",11201 "impl-serde",11202 "lazy_static",11203 "libsecp256k1",11204 "log",11205 "merlin",11206 "num-traits",11207 "parity-scale-codec",11208 "parking_lot 0.12.1",11209 "primitive-types 0.12.1",11210 "rand 0.7.3",11211 "regex",11212 "scale-info",11213 "schnorrkel",11214 "secp256k1",11215 "secrecy",11216 "serde",11217 "sp-core-hashing",11218 "sp-debug-derive",11219 "sp-externalities",11220 "sp-runtime-interface",11221 "sp-std",11222 "sp-storage",11223 "ss58-registry",11224 "substrate-bip39",11225 "thiserror",11226 "tiny-bip39",11227 "wasmi",11228 "zeroize",11229]1123011231[[package]]11232name = "sp-core-hashing"11233version = "5.0.0"11234source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11235dependencies = [11236 "blake2",11237 "byteorder",11238 "digest 0.10.6",11239 "sha2 0.10.6",11240 "sha3 0.10.6",11241 "sp-std",11242 "twox-hash",11243]1124411245[[package]]11246name = "sp-core-hashing-proc-macro"11247version = "5.0.0"11248source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11249dependencies = [11250 "proc-macro2",11251 "quote",11252 "sp-core-hashing",11253 "syn",11254]1125511256[[package]]11257name = "sp-database"11258version = "4.0.0-dev"11259source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11260dependencies = [11261 "kvdb",11262 "parking_lot 0.12.1",11263]1126411265[[package]]11266name = "sp-debug-derive"11267version = "5.0.0"11268source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11269dependencies = [11270 "proc-macro2",11271 "quote",11272 "syn",11273]1127411275[[package]]11276name = "sp-externalities"11277version = "0.13.0"11278source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11279dependencies = [11280 "environmental",11281 "parity-scale-codec",11282 "sp-std",11283 "sp-storage",11284]1128511286[[package]]11287name = "sp-finality-grandpa"11288version = "4.0.0-dev"11289source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11290dependencies = [11291 "finality-grandpa",11292 "log",11293 "parity-scale-codec",11294 "scale-info",11295 "serde",11296 "sp-api",11297 "sp-application-crypto",11298 "sp-core",11299 "sp-keystore",11300 "sp-runtime",11301 "sp-std",11302]1130311304[[package]]11305name = "sp-inherents"11306version = "4.0.0-dev"11307source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11308dependencies = [11309 "async-trait",11310 "impl-trait-for-tuples",11311 "parity-scale-codec",11312 "sp-core",11313 "sp-runtime",11314 "sp-std",11315 "thiserror",11316]1131711318[[package]]11319name = "sp-io"11320version = "7.0.0"11321source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11322dependencies = [11323 "bytes",11324 "ed25519-dalek",11325 "futures",11326 "hash-db",11327 "libsecp256k1",11328 "log",11329 "parity-scale-codec",11330 "parking_lot 0.12.1",11331 "secp256k1",11332 "sp-core",11333 "sp-externalities",11334 "sp-keystore",11335 "sp-runtime-interface",11336 "sp-state-machine",11337 "sp-std",11338 "sp-tracing",11339 "sp-trie",11340 "sp-wasm-interface",11341 "tracing",11342 "tracing-core",11343]1134411345[[package]]11346name = "sp-keyring"11347version = "7.0.0"11348source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11349dependencies = [11350 "lazy_static",11351 "sp-core",11352 "sp-runtime",11353 "strum",11354]1135511356[[package]]11357name = "sp-keystore"11358version = "0.13.0"11359source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11360dependencies = [11361 "async-trait",11362 "futures",11363 "merlin",11364 "parity-scale-codec",11365 "parking_lot 0.12.1",11366 "schnorrkel",11367 "serde",11368 "sp-core",11369 "sp-externalities",11370 "thiserror",11371]1137211373[[package]]11374name = "sp-maybe-compressed-blob"11375version = "4.1.0-dev"11376source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11377dependencies = [11378 "thiserror",11379 "zstd",11380]1138111382[[package]]11383name = "sp-mmr-primitives"11384version = "4.0.0-dev"11385source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11386dependencies = [11387 "ckb-merkle-mountain-range",11388 "log",11389 "parity-scale-codec",11390 "scale-info",11391 "serde",11392 "sp-api",11393 "sp-core",11394 "sp-debug-derive",11395 "sp-runtime",11396 "sp-std",11397 "thiserror",11398]1139911400[[package]]11401name = "sp-npos-elections"11402version = "4.0.0-dev"11403source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11404dependencies = [11405 "parity-scale-codec",11406 "scale-info",11407 "serde",11408 "sp-arithmetic",11409 "sp-core",11410 "sp-runtime",11411 "sp-std",11412]1141311414[[package]]11415name = "sp-offchain"11416version = "4.0.0-dev"11417source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11418dependencies = [11419 "sp-api",11420 "sp-core",11421 "sp-runtime",11422]1142311424[[package]]11425name = "sp-panic-handler"11426version = "5.0.0"11427source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11428dependencies = [11429 "backtrace",11430 "lazy_static",11431 "regex",11432]1143311434[[package]]11435name = "sp-rpc"11436version = "6.0.0"11437source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11438dependencies = [11439 "rustc-hash",11440 "serde",11441 "sp-core",11442]1144311444[[package]]11445name = "sp-runtime"11446version = "7.0.0"11447source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11448dependencies = [11449 "either",11450 "hash256-std-hasher",11451 "impl-trait-for-tuples",11452 "log",11453 "parity-scale-codec",11454 "paste",11455 "rand 0.7.3",11456 "scale-info",11457 "serde",11458 "sp-application-crypto",11459 "sp-arithmetic",11460 "sp-core",11461 "sp-io",11462 "sp-std",11463 "sp-weights",11464]1146511466[[package]]11467name = "sp-runtime-interface"11468version = "7.0.0"11469source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11470dependencies = [11471 "bytes",11472 "impl-trait-for-tuples",11473 "parity-scale-codec",11474 "primitive-types 0.12.1",11475 "sp-externalities",11476 "sp-runtime-interface-proc-macro",11477 "sp-std",11478 "sp-storage",11479 "sp-tracing",11480 "sp-wasm-interface",11481 "static_assertions",11482]1148311484[[package]]11485name = "sp-runtime-interface-proc-macro"11486version = "6.0.0"11487source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11488dependencies = [11489 "Inflector",11490 "proc-macro-crate",11491 "proc-macro2",11492 "quote",11493 "syn",11494]1149511496[[package]]11497name = "sp-session"11498version = "4.0.0-dev"11499source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11500dependencies = [11501 "parity-scale-codec",11502 "scale-info",11503 "sp-api",11504 "sp-core",11505 "sp-runtime",11506 "sp-staking",11507 "sp-std",11508]1150911510[[package]]11511name = "sp-staking"11512version = "4.0.0-dev"11513source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11514dependencies = [11515 "parity-scale-codec",11516 "scale-info",11517 "sp-core",11518 "sp-runtime",11519 "sp-std",11520]1152111522[[package]]11523name = "sp-state-machine"11524version = "0.13.0"11525source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11526dependencies = [11527 "hash-db",11528 "log",11529 "num-traits",11530 "parity-scale-codec",11531 "parking_lot 0.12.1",11532 "rand 0.7.3",11533 "smallvec",11534 "sp-core",11535 "sp-externalities",11536 "sp-panic-handler",11537 "sp-std",11538 "sp-trie",11539 "thiserror",11540 "tracing",11541 "trie-root",11542]1154311544[[package]]11545name = "sp-std"11546version = "5.0.0"11547source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"1154811549[[package]]11550name = "sp-storage"11551version = "7.0.0"11552source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11553dependencies = [11554 "impl-serde",11555 "parity-scale-codec",11556 "ref-cast",11557 "serde",11558 "sp-debug-derive",11559 "sp-std",11560]1156111562[[package]]11563name = "sp-timestamp"11564version = "4.0.0-dev"11565source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11566dependencies = [11567 "async-trait",11568 "futures-timer",11569 "log",11570 "parity-scale-codec",11571 "sp-api",11572 "sp-inherents",11573 "sp-runtime",11574 "sp-std",11575 "thiserror",11576]1157711578[[package]]11579name = "sp-tracing"11580version = "6.0.0"11581source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11582dependencies = [11583 "parity-scale-codec",11584 "sp-std",11585 "tracing",11586 "tracing-core",11587 "tracing-subscriber",11588]1158911590[[package]]11591name = "sp-transaction-pool"11592version = "4.0.0-dev"11593source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11594dependencies = [11595 "sp-api",11596 "sp-runtime",11597]1159811599[[package]]11600name = "sp-transaction-storage-proof"11601version = "4.0.0-dev"11602source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11603dependencies = [11604 "async-trait",11605 "log",11606 "parity-scale-codec",11607 "scale-info",11608 "sp-core",11609 "sp-inherents",11610 "sp-runtime",11611 "sp-std",11612 "sp-trie",11613]1161411615[[package]]11616name = "sp-trie"11617version = "7.0.0"11618source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11619dependencies = [11620 "ahash",11621 "hash-db",11622 "hashbrown",11623 "lazy_static",11624 "lru",11625 "memory-db",11626 "nohash-hasher",11627 "parity-scale-codec",11628 "parking_lot 0.12.1",11629 "scale-info",11630 "sp-core",11631 "sp-std",11632 "thiserror",11633 "tracing",11634 "trie-db",11635 "trie-root",11636]1163711638[[package]]11639name = "sp-version"11640version = "5.0.0"11641source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11642dependencies = [11643 "impl-serde",11644 "parity-scale-codec",11645 "parity-wasm",11646 "scale-info",11647 "serde",11648 "sp-core-hashing-proc-macro",11649 "sp-runtime",11650 "sp-std",11651 "sp-version-proc-macro",11652 "thiserror",11653]1165411655[[package]]11656name = "sp-version-proc-macro"11657version = "4.0.0-dev"11658source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11659dependencies = [11660 "parity-scale-codec",11661 "proc-macro2",11662 "quote",11663 "syn",11664]1166511666[[package]]11667name = "sp-wasm-interface"11668version = "7.0.0"11669source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11670dependencies = [11671 "impl-trait-for-tuples",11672 "log",11673 "parity-scale-codec",11674 "sp-std",11675 "wasmi",11676 "wasmtime",11677]1167811679[[package]]11680name = "sp-weights"11681version = "4.0.0"11682source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11683dependencies = [11684 "impl-trait-for-tuples",11685 "parity-scale-codec",11686 "scale-info",11687 "serde",11688 "smallvec",11689 "sp-arithmetic",11690 "sp-core",11691 "sp-debug-derive",11692 "sp-std",11693]1169411695[[package]]11696name = "spin"11697version = "0.5.2"11698source = "registry+https://github.com/rust-lang/crates.io-index"11699checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"1170011701[[package]]11702name = "spki"11703version = "0.6.0"11704source = "registry+https://github.com/rust-lang/crates.io-index"11705checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"11706dependencies = [11707 "base64ct",11708 "der",11709]1171011711[[package]]11712name = "ss58-registry"11713version = "1.37.0"11714source = "registry+https://github.com/rust-lang/crates.io-index"11715checksum = "d44528162f980c0e03c71e005d334332c8da0aec9f2b0b4bdc557ed4a9f24776"11716dependencies = [11717 "Inflector",11718 "num-format",11719 "proc-macro2",11720 "quote",11721 "serde",11722 "serde_json",11723 "unicode-xid",11724]1172511726[[package]]11727name = "stable_deref_trait"11728version = "1.2.0"11729source = "registry+https://github.com/rust-lang/crates.io-index"11730checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"1173111732[[package]]11733name = "static_assertions"11734version = "1.1.0"11735source = "registry+https://github.com/rust-lang/crates.io-index"11736checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"1173711738[[package]]11739name = "static_init"11740version = "0.5.2"11741source = "registry+https://github.com/rust-lang/crates.io-index"11742checksum = "11b73400442027c4adedda20a9f9b7945234a5bd8d5f7e86da22bd5d0622369c"11743dependencies = [11744 "cfg_aliases",11745 "libc",11746 "parking_lot 0.11.2",11747 "static_init_macro 0.5.0",11748]1174911750[[package]]11751name = "static_init"11752version = "1.0.3"11753source = "registry+https://github.com/rust-lang/crates.io-index"11754checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6"11755dependencies = [11756 "bitflags",11757 "cfg_aliases",11758 "libc",11759 "parking_lot 0.11.2",11760 "parking_lot_core 0.8.6",11761 "static_init_macro 1.0.2",11762 "winapi",11763]1176411765[[package]]11766name = "static_init_macro"11767version = "0.5.0"11768source = "registry+https://github.com/rust-lang/crates.io-index"11769checksum = "f2261c91034a1edc3fc4d1b80e89d82714faede0515c14a75da10cb941546bbf"11770dependencies = [11771 "cfg_aliases",11772 "memchr",11773 "proc-macro2",11774 "quote",11775 "syn",11776]1177711778[[package]]11779name = "static_init_macro"11780version = "1.0.2"11781source = "registry+https://github.com/rust-lang/crates.io-index"11782checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf"11783dependencies = [11784 "cfg_aliases",11785 "memchr",11786 "proc-macro2",11787 "quote",11788 "syn",11789]1179011791[[package]]11792name = "statrs"11793version = "0.15.0"11794source = "registry+https://github.com/rust-lang/crates.io-index"11795checksum = "05bdbb8e4e78216a85785a85d3ec3183144f98d0097b9281802c019bb07a6f05"11796dependencies = [11797 "approx",11798 "lazy_static",11799 "nalgebra",11800 "num-traits",11801 "rand 0.8.5",11802]1180311804[[package]]11805name = "strsim"11806version = "0.10.0"11807source = "registry+https://github.com/rust-lang/crates.io-index"11808checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"1180911810[[package]]11811name = "struct-versioning"11812version = "0.1.0"11813dependencies = [11814 "quote",11815 "syn",11816]1181711818[[package]]11819name = "strum"11820version = "0.24.1"11821source = "registry+https://github.com/rust-lang/crates.io-index"11822checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"11823dependencies = [11824 "strum_macros",11825]1182611827[[package]]11828name = "strum_macros"11829version = "0.24.3"11830source = "registry+https://github.com/rust-lang/crates.io-index"11831checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"11832dependencies = [11833 "heck",11834 "proc-macro2",11835 "quote",11836 "rustversion",11837 "syn",11838]1183911840[[package]]11841name = "substrate-bip39"11842version = "0.4.4"11843source = "registry+https://github.com/rust-lang/crates.io-index"11844checksum = "49eee6965196b32f882dd2ee85a92b1dbead41b04e53907f269de3b0dc04733c"11845dependencies = [11846 "hmac 0.11.0",11847 "pbkdf2 0.8.0",11848 "schnorrkel",11849 "sha2 0.9.9",11850 "zeroize",11851]1185211853[[package]]11854name = "substrate-build-script-utils"11855version = "3.0.0"11856source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11857dependencies = [11858 "platforms 2.0.0",11859]1186011861[[package]]11862name = "substrate-frame-rpc-system"11863version = "4.0.0-dev"11864source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11865dependencies = [11866 "frame-system-rpc-runtime-api",11867 "futures",11868 "jsonrpsee",11869 "log",11870 "parity-scale-codec",11871 "sc-client-api",11872 "sc-rpc-api",11873 "sc-transaction-pool-api",11874 "serde_json",11875 "sp-api",11876 "sp-block-builder",11877 "sp-blockchain",11878 "sp-core",11879 "sp-runtime",11880]1188111882[[package]]11883name = "substrate-prometheus-endpoint"11884version = "0.10.0-dev"11885source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11886dependencies = [11887 "futures-util",11888 "hyper",11889 "log",11890 "prometheus",11891 "thiserror",11892 "tokio",11893]1189411895[[package]]11896name = "substrate-rpc-client"11897version = "0.10.0-dev"11898source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11899dependencies = [11900 "async-trait",11901 "jsonrpsee",11902 "log",11903 "sc-rpc-api",11904 "serde",11905 "sp-runtime",11906]1190711908[[package]]11909name = "substrate-state-trie-migration-rpc"11910version = "4.0.0-dev"11911source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11912dependencies = [11913 "jsonrpsee",11914 "log",11915 "parity-scale-codec",11916 "sc-client-api",11917 "sc-rpc-api",11918 "scale-info",11919 "serde",11920 "sp-core",11921 "sp-io",11922 "sp-runtime",11923 "sp-state-machine",11924 "sp-std",11925 "sp-trie",11926 "trie-db",11927]1192811929[[package]]11930name = "substrate-test-utils"11931version = "4.0.0-dev"11932source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11933dependencies = [11934 "futures",11935 "substrate-test-utils-derive",11936 "tokio",11937]1193811939[[package]]11940name = "substrate-test-utils-derive"11941version = "0.10.0-dev"11942source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11943dependencies = [11944 "proc-macro-crate",11945 "proc-macro2",11946 "quote",11947 "syn",11948]1194911950[[package]]11951name = "substrate-wasm-builder"11952version = "5.0.0-dev"11953source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"11954dependencies = [11955 "ansi_term",11956 "build-helper",11957 "cargo_metadata",11958 "filetime",11959 "sp-maybe-compressed-blob",11960 "strum",11961 "tempfile",11962 "toml",11963 "walkdir",11964 "wasm-opt",11965]1196611967[[package]]11968name = "subtle"11969version = "2.4.1"11970source = "registry+https://github.com/rust-lang/crates.io-index"11971checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"1197211973[[package]]11974name = "syn"11975version = "1.0.107"11976source = "registry+https://github.com/rust-lang/crates.io-index"11977checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"11978dependencies = [11979 "proc-macro2",11980 "quote",11981 "unicode-ident",11982]1198311984[[package]]11985name = "synstructure"11986version = "0.12.6"11987source = "registry+https://github.com/rust-lang/crates.io-index"11988checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"11989dependencies = [11990 "proc-macro2",11991 "quote",11992 "syn",11993 "unicode-xid",11994]1199511996[[package]]11997name = "system-configuration"11998version = "0.5.0"11999source = "registry+https://github.com/rust-lang/crates.io-index"12000checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"12001dependencies = [12002 "bitflags",12003 "core-foundation",12004 "system-configuration-sys",12005]1200612007[[package]]12008name = "system-configuration-sys"12009version = "0.5.0"12010source = "registry+https://github.com/rust-lang/crates.io-index"12011checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"12012dependencies = [12013 "core-foundation-sys",12014 "libc",12015]1201612017[[package]]12018name = "tap"12019version = "1.0.1"12020source = "registry+https://github.com/rust-lang/crates.io-index"12021checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"1202212023[[package]]12024name = "target-lexicon"12025version = "0.12.5"12026source = "registry+https://github.com/rust-lang/crates.io-index"12027checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"1202812029[[package]]12030name = "tempfile"12031version = "3.3.0"12032source = "registry+https://github.com/rust-lang/crates.io-index"12033checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"12034dependencies = [12035 "cfg-if",12036 "fastrand",12037 "libc",12038 "redox_syscall",12039 "remove_dir_all",12040 "winapi",12041]1204212043[[package]]12044name = "termcolor"12045version = "1.2.0"12046source = "registry+https://github.com/rust-lang/crates.io-index"12047checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"12048dependencies = [12049 "winapi-util",12050]1205112052[[package]]12053name = "termtree"12054version = "0.4.0"12055source = "registry+https://github.com/rust-lang/crates.io-index"12056checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"1205712058[[package]]12059name = "tests"12060version = "0.1.1"12061dependencies = [12062 "evm-coder",12063 "fp-evm-mapping",12064 "frame-support",12065 "frame-system",12066 "pallet-balances",12067 "pallet-common",12068 "pallet-ethereum",12069 "pallet-evm",12070 "pallet-evm-coder-substrate",12071 "pallet-fungible",12072 "pallet-nonfungible",12073 "pallet-refungible",12074 "pallet-structure",12075 "pallet-timestamp",12076 "pallet-transaction-payment",12077 "pallet-unique",12078 "parity-scale-codec",12079 "scale-info",12080 "sp-core",12081 "sp-io",12082 "sp-runtime",12083 "sp-std",12084 "up-data-structs",12085 "up-sponsorship",12086]1208712088[[package]]12089name = "thiserror"12090version = "1.0.38"12091source = "registry+https://github.com/rust-lang/crates.io-index"12092checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"12093dependencies = [12094 "thiserror-impl",12095]1209612097[[package]]12098name = "thiserror-impl"12099version = "1.0.38"12100source = "registry+https://github.com/rust-lang/crates.io-index"12101checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"12102dependencies = [12103 "proc-macro2",12104 "quote",12105 "syn",12106]1210712108[[package]]12109name = "thousands"12110version = "0.2.0"12111source = "registry+https://github.com/rust-lang/crates.io-index"12112checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"1211312114[[package]]12115name = "thread_local"12116version = "1.1.4"12117source = "registry+https://github.com/rust-lang/crates.io-index"12118checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"12119dependencies = [12120 "once_cell",12121]1212212123[[package]]12124name = "threadpool"12125version = "1.8.1"12126source = "registry+https://github.com/rust-lang/crates.io-index"12127checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"12128dependencies = [12129 "num_cpus",12130]1213112132[[package]]12133name = "thrift"12134version = "0.15.0"12135source = "registry+https://github.com/rust-lang/crates.io-index"12136checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"12137dependencies = [12138 "byteorder",12139 "integer-encoding",12140 "log",12141 "ordered-float",12142 "threadpool",12143]1214412145[[package]]12146name = "tikv-jemalloc-ctl"12147version = "0.5.0"12148source = "registry+https://github.com/rust-lang/crates.io-index"12149checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1"12150dependencies = [12151 "libc",12152 "paste",12153 "tikv-jemalloc-sys",12154]1215512156[[package]]12157name = "tikv-jemalloc-sys"12158version = "0.5.2+5.3.0-patched"12159source = "registry+https://github.com/rust-lang/crates.io-index"12160checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3"12161dependencies = [12162 "cc",12163 "fs_extra",12164 "libc",12165]1216612167[[package]]12168name = "time"12169version = "0.1.45"12170source = "registry+https://github.com/rust-lang/crates.io-index"12171checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"12172dependencies = [12173 "libc",12174 "wasi 0.10.0+wasi-snapshot-preview1",12175 "winapi",12176]1217712178[[package]]12179name = "tiny-bip39"12180version = "0.8.2"12181source = "registry+https://github.com/rust-lang/crates.io-index"12182checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"12183dependencies = [12184 "anyhow",12185 "hmac 0.8.1",12186 "once_cell",12187 "pbkdf2 0.4.0",12188 "rand 0.7.3",12189 "rustc-hash",12190 "sha2 0.9.9",12191 "thiserror",12192 "unicode-normalization",12193 "wasm-bindgen",12194 "zeroize",12195]1219612197[[package]]12198name = "tiny-keccak"12199version = "2.0.2"12200source = "registry+https://github.com/rust-lang/crates.io-index"12201checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"12202dependencies = [12203 "crunchy",12204]1220512206[[package]]12207name = "tinyvec"12208version = "1.6.0"12209source = "registry+https://github.com/rust-lang/crates.io-index"12210checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"12211dependencies = [12212 "tinyvec_macros",12213]1221412215[[package]]12216name = "tinyvec_macros"12217version = "0.1.0"12218source = "registry+https://github.com/rust-lang/crates.io-index"12219checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"1222012221[[package]]12222name = "tokio"12223version = "1.24.2"12224source = "registry+https://github.com/rust-lang/crates.io-index"12225checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"12226dependencies = [12227 "autocfg",12228 "bytes",12229 "libc",12230 "memchr",12231 "mio",12232 "num_cpus",12233 "parking_lot 0.12.1",12234 "pin-project-lite 0.2.9",12235 "signal-hook-registry",12236 "socket2",12237 "tokio-macros",12238 "windows-sys 0.42.0",12239]1224012241[[package]]12242name = "tokio-macros"12243version = "1.8.2"12244source = "registry+https://github.com/rust-lang/crates.io-index"12245checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"12246dependencies = [12247 "proc-macro2",12248 "quote",12249 "syn",12250]1225112252[[package]]12253name = "tokio-rustls"12254version = "0.23.4"12255source = "registry+https://github.com/rust-lang/crates.io-index"12256checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"12257dependencies = [12258 "rustls",12259 "tokio",12260 "webpki",12261]1226212263[[package]]12264name = "tokio-stream"12265version = "0.1.11"12266source = "registry+https://github.com/rust-lang/crates.io-index"12267checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"12268dependencies = [12269 "futures-core",12270 "pin-project-lite 0.2.9",12271 "tokio",12272]1227312274[[package]]12275name = "tokio-util"12276version = "0.7.4"12277source = "registry+https://github.com/rust-lang/crates.io-index"12278checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"12279dependencies = [12280 "bytes",12281 "futures-core",12282 "futures-io",12283 "futures-sink",12284 "pin-project-lite 0.2.9",12285 "tokio",12286 "tracing",12287]1228812289[[package]]12290name = "toml"12291version = "0.5.10"12292source = "registry+https://github.com/rust-lang/crates.io-index"12293checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"12294dependencies = [12295 "serde",12296]1229712298[[package]]12299name = "tower"12300version = "0.4.13"12301source = "registry+https://github.com/rust-lang/crates.io-index"12302checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"12303dependencies = [12304 "tower-layer",12305 "tower-service",12306 "tracing",12307]1230812309[[package]]12310name = "tower-http"12311version = "0.3.5"12312source = "registry+https://github.com/rust-lang/crates.io-index"12313checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"12314dependencies = [12315 "bitflags",12316 "bytes",12317 "futures-core",12318 "futures-util",12319 "http",12320 "http-body",12321 "http-range-header",12322 "pin-project-lite 0.2.9",12323 "tower-layer",12324 "tower-service",12325]1232612327[[package]]12328name = "tower-layer"12329version = "0.3.2"12330source = "registry+https://github.com/rust-lang/crates.io-index"12331checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"1233212333[[package]]12334name = "tower-service"12335version = "0.3.2"12336source = "registry+https://github.com/rust-lang/crates.io-index"12337checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"1233812339[[package]]12340name = "tracing"12341version = "0.1.37"12342source = "registry+https://github.com/rust-lang/crates.io-index"12343checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"12344dependencies = [12345 "cfg-if",12346 "log",12347 "pin-project-lite 0.2.9",12348 "tracing-attributes",12349 "tracing-core",12350]1235112352[[package]]12353name = "tracing-attributes"12354version = "0.1.23"12355source = "registry+https://github.com/rust-lang/crates.io-index"12356checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"12357dependencies = [12358 "proc-macro2",12359 "quote",12360 "syn",12361]1236212363[[package]]12364name = "tracing-core"12365version = "0.1.30"12366source = "registry+https://github.com/rust-lang/crates.io-index"12367checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"12368dependencies = [12369 "once_cell",12370 "valuable",12371]1237212373[[package]]12374name = "tracing-futures"12375version = "0.2.5"12376source = "registry+https://github.com/rust-lang/crates.io-index"12377checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"12378dependencies = [12379 "pin-project",12380 "tracing",12381]1238212383[[package]]12384name = "tracing-gum"12385version = "0.9.36"12386source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12387dependencies = [12388 "polkadot-node-jaeger",12389 "polkadot-primitives",12390 "tracing",12391 "tracing-gum-proc-macro",12392]1239312394[[package]]12395name = "tracing-gum-proc-macro"12396version = "0.9.36"12397source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"12398dependencies = [12399 "expander 0.0.6",12400 "proc-macro-crate",12401 "proc-macro2",12402 "quote",12403 "syn",12404]1240512406[[package]]12407name = "tracing-log"12408version = "0.1.3"12409source = "registry+https://github.com/rust-lang/crates.io-index"12410checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"12411dependencies = [12412 "lazy_static",12413 "log",12414 "tracing-core",12415]1241612417[[package]]12418name = "tracing-serde"12419version = "0.1.3"12420source = "registry+https://github.com/rust-lang/crates.io-index"12421checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"12422dependencies = [12423 "serde",12424 "tracing-core",12425]1242612427[[package]]12428name = "tracing-subscriber"12429version = "0.2.25"12430source = "registry+https://github.com/rust-lang/crates.io-index"12431checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"12432dependencies = [12433 "ansi_term",12434 "chrono",12435 "lazy_static",12436 "matchers",12437 "parking_lot 0.11.2",12438 "regex",12439 "serde",12440 "serde_json",12441 "sharded-slab",12442 "smallvec",12443 "thread_local",12444 "tracing",12445 "tracing-core",12446 "tracing-log",12447 "tracing-serde",12448]1244912450[[package]]12451name = "trie-db"12452version = "0.24.0"12453source = "registry+https://github.com/rust-lang/crates.io-index"12454checksum = "004e1e8f92535694b4cb1444dc5a8073ecf0815e3357f729638b9f8fc4062908"12455dependencies = [12456 "hash-db",12457 "hashbrown",12458 "log",12459 "rustc-hex",12460 "smallvec",12461]1246212463[[package]]12464name = "trie-root"12465version = "0.17.0"12466source = "registry+https://github.com/rust-lang/crates.io-index"12467checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891"12468dependencies = [12469 "hash-db",12470]1247112472[[package]]12473name = "triehash"12474version = "0.8.4"12475source = "registry+https://github.com/rust-lang/crates.io-index"12476checksum = "a1631b201eb031b563d2e85ca18ec8092508e262a3196ce9bd10a67ec87b9f5c"12477dependencies = [12478 "hash-db",12479 "rlp",12480]1248112482[[package]]12483name = "trust-dns-proto"12484version = "0.22.0"12485source = "registry+https://github.com/rust-lang/crates.io-index"12486checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"12487dependencies = [12488 "async-trait",12489 "cfg-if",12490 "data-encoding",12491 "enum-as-inner",12492 "futures-channel",12493 "futures-io",12494 "futures-util",12495 "idna 0.2.3",12496 "ipnet",12497 "lazy_static",12498 "rand 0.8.5",12499 "smallvec",12500 "thiserror",12501 "tinyvec",12502 "tokio",12503 "tracing",12504 "url",12505]1250612507[[package]]12508name = "trust-dns-resolver"12509version = "0.22.0"12510source = "registry+https://github.com/rust-lang/crates.io-index"12511checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"12512dependencies = [12513 "cfg-if",12514 "futures-util",12515 "ipconfig",12516 "lazy_static",12517 "lru-cache",12518 "parking_lot 0.12.1",12519 "resolv-conf",12520 "smallvec",12521 "thiserror",12522 "tokio",12523 "tracing",12524 "trust-dns-proto",12525]1252612527[[package]]12528name = "try-lock"12529version = "0.2.4"12530source = "registry+https://github.com/rust-lang/crates.io-index"12531checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"1253212533[[package]]12534name = "try-runtime-cli"12535version = "0.10.0-dev"12536source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36#cb4f2491b00af7d7817f3a54209c26b20faa1f51"12537dependencies = [12538 "clap",12539 "frame-remote-externalities",12540 "frame-try-runtime",12541 "hex",12542 "log",12543 "parity-scale-codec",12544 "sc-chain-spec",12545 "sc-cli",12546 "sc-executor",12547 "sc-service",12548 "serde",12549 "sp-api",12550 "sp-core",12551 "sp-debug-derive",12552 "sp-externalities",12553 "sp-io",12554 "sp-keystore",12555 "sp-rpc",12556 "sp-runtime",12557 "sp-state-machine",12558 "sp-version",12559 "sp-weights",12560 "substrate-rpc-client",12561 "zstd",12562]1256312564[[package]]12565name = "trybuild"12566version = "1.0.76"12567source = "registry+https://github.com/rust-lang/crates.io-index"12568checksum = "6ed2c57956f91546d4d33614265a85d55c8e1ab91484853a10335894786d7db6"12569dependencies = [12570 "glob",12571 "once_cell",12572 "serde",12573 "serde_derive",12574 "serde_json",12575 "termcolor",12576 "toml",12577]1257812579[[package]]12580name = "tt-call"12581version = "1.0.9"12582source = "registry+https://github.com/rust-lang/crates.io-index"12583checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df"1258412585[[package]]12586name = "twox-hash"12587version = "1.6.3"12588source = "registry+https://github.com/rust-lang/crates.io-index"12589checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"12590dependencies = [12591 "cfg-if",12592 "digest 0.10.6",12593 "rand 0.8.5",12594 "static_assertions",12595]1259612597[[package]]12598name = "typenum"12599version = "1.16.0"12600source = "registry+https://github.com/rust-lang/crates.io-index"12601checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"1260212603[[package]]12604name = "uc-rpc"12605version = "0.1.4"12606dependencies = [12607 "anyhow",12608 "app-promotion-rpc",12609 "frame-benchmarking",12610 "jsonrpsee",12611 "opal-runtime",12612 "pallet-evm",12613 "parity-scale-codec",12614 "quartz-runtime",12615 "rmrk-rpc",12616 "sc-client-api",12617 "sc-executor",12618 "sc-rpc-api",12619 "sc-service",12620 "sp-api",12621 "sp-blockchain",12622 "sp-core",12623 "sp-externalities",12624 "sp-keystore",12625 "sp-runtime",12626 "sp-state-machine",12627 "sp-trie",12628 "trie-db",12629 "unique-runtime",12630 "up-common",12631 "up-data-structs",12632 "up-pov-estimate-rpc",12633 "up-rpc",12634 "zstd",12635]1263612637[[package]]12638name = "ucd-trie"12639version = "0.1.5"12640source = "registry+https://github.com/rust-lang/crates.io-index"12641checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"1264212643[[package]]12644name = "uint"12645version = "0.9.5"12646source = "registry+https://github.com/rust-lang/crates.io-index"12647checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"12648dependencies = [12649 "byteorder",12650 "crunchy",12651 "hex",12652 "static_assertions",12653]1265412655[[package]]12656name = "unicode-bidi"12657version = "0.3.9"12658source = "registry+https://github.com/rust-lang/crates.io-index"12659checksum = "0046be40136ef78dc325e0edefccf84ccddacd0afcc1ca54103fa3c61bbdab1d"1266012661[[package]]12662name = "unicode-ident"12663version = "1.0.6"12664source = "registry+https://github.com/rust-lang/crates.io-index"12665checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"1266612667[[package]]12668name = "unicode-normalization"12669version = "0.1.22"12670source = "registry+https://github.com/rust-lang/crates.io-index"12671checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"12672dependencies = [12673 "tinyvec",12674]1267512676[[package]]12677name = "unicode-segmentation"12678version = "1.10.0"12679source = "registry+https://github.com/rust-lang/crates.io-index"12680checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"1268112682[[package]]12683name = "unicode-width"12684version = "0.1.10"12685source = "registry+https://github.com/rust-lang/crates.io-index"12686checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"1268712688[[package]]12689name = "unicode-xid"12690version = "0.2.4"12691source = "registry+https://github.com/rust-lang/crates.io-index"12692checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"1269312694[[package]]12695name = "unique-node"12696version = "0.9.36"12697dependencies = [12698 "app-promotion-rpc",12699 "clap",12700 "cumulus-client-cli",12701 "cumulus-client-consensus-aura",12702 "cumulus-client-consensus-common",12703 "cumulus-client-network",12704 "cumulus-client-service",12705 "cumulus-primitives-core",12706 "cumulus-primitives-parachain-inherent",12707 "cumulus-relay-chain-inprocess-interface",12708 "cumulus-relay-chain-interface",12709 "cumulus-relay-chain-minimal-node",12710 "fc-consensus",12711 "fc-db",12712 "fc-mapping-sync",12713 "fc-rpc",12714 "fc-rpc-core",12715 "fp-rpc",12716 "frame-benchmarking",12717 "frame-benchmarking-cli",12718 "futures",12719 "log",12720 "opal-runtime",12721 "pallet-transaction-payment-rpc-runtime-api",12722 "parity-scale-codec",12723 "polkadot-cli",12724 "polkadot-primitives",12725 "polkadot-service",12726 "quartz-runtime",12727 "rmrk-rpc",12728 "sc-basic-authorship",12729 "sc-chain-spec",12730 "sc-cli",12731 "sc-client-api",12732 "sc-consensus",12733 "sc-consensus-manual-seal",12734 "sc-executor",12735 "sc-network",12736 "sc-service",12737 "sc-sysinfo",12738 "sc-telemetry",12739 "sc-tracing",12740 "sc-transaction-pool",12741 "serde",12742 "serde_json",12743 "sp-api",12744 "sp-block-builder",12745 "sp-blockchain",12746 "sp-consensus-aura",12747 "sp-core",12748 "sp-io",12749 "sp-keystore",12750 "sp-offchain",12751 "sp-runtime",12752 "sp-session",12753 "sp-timestamp",12754 "sp-transaction-pool",12755 "substrate-build-script-utils",12756 "substrate-frame-rpc-system",12757 "substrate-prometheus-endpoint",12758 "tokio",12759 "try-runtime-cli",12760 "uc-rpc",12761 "unique-rpc",12762 "unique-runtime",12763 "up-common",12764 "up-data-structs",12765 "up-pov-estimate-rpc",12766 "up-rpc",12767]1276812769[[package]]12770name = "unique-rpc"12771version = "0.1.2"12772dependencies = [12773 "app-promotion-rpc",12774 "fc-db",12775 "fc-rpc",12776 "fc-rpc-core",12777 "fp-rpc",12778 "fp-storage",12779 "jsonrpsee",12780 "pallet-transaction-payment-rpc",12781 "rmrk-rpc",12782 "sc-client-api",12783 "sc-finality-grandpa",12784 "sc-network",12785 "sc-rpc",12786 "sc-rpc-api",12787 "sc-service",12788 "sc-transaction-pool",12789 "serde",12790 "sp-api",12791 "sp-block-builder",12792 "sp-blockchain",12793 "sp-runtime",12794 "substrate-frame-rpc-system",12795 "uc-rpc",12796 "up-common",12797 "up-data-structs",12798 "up-pov-estimate-rpc",12799 "up-rpc",12800]1280112802[[package]]12803name = "unique-runtime"12804version = "0.9.36"12805dependencies = [12806 "app-promotion-rpc",12807 "cumulus-pallet-aura-ext",12808 "cumulus-pallet-dmp-queue",12809 "cumulus-pallet-parachain-system",12810 "cumulus-pallet-xcm",12811 "cumulus-pallet-xcmp-queue",12812 "cumulus-primitives-core",12813 "cumulus-primitives-timestamp",12814 "cumulus-primitives-utility",12815 "derivative",12816 "evm-coder",12817 "fp-evm",12818 "fp-evm-mapping",12819 "fp-rpc",12820 "fp-self-contained",12821 "frame-benchmarking",12822 "frame-executive",12823 "frame-support",12824 "frame-system",12825 "frame-system-benchmarking",12826 "frame-system-rpc-runtime-api",12827 "frame-try-runtime",12828 "hex-literal",12829 "impl-trait-for-tuples",12830 "log",12831 "logtest",12832 "num_enum",12833 "orml-tokens",12834 "orml-traits",12835 "orml-vesting",12836 "orml-xtokens",12837 "pallet-app-promotion",12838 "pallet-aura",12839 "pallet-authorship",12840 "pallet-balances",12841 "pallet-base-fee",12842 "pallet-collator-selection",12843 "pallet-common",12844 "pallet-configuration",12845 "pallet-ethereum",12846 "pallet-evm",12847 "pallet-evm-coder-substrate",12848 "pallet-evm-contract-helpers",12849 "pallet-evm-migration",12850 "pallet-evm-precompile-simple",12851 "pallet-evm-transaction-payment",12852 "pallet-foreign-assets",12853 "pallet-fungible",12854 "pallet-identity 4.0.0-dev",12855 "pallet-inflation",12856 "pallet-maintenance",12857 "pallet-nonfungible",12858 "pallet-randomness-collective-flip",12859 "pallet-refungible",12860 "pallet-rmrk-core",12861 "pallet-rmrk-equip",12862 "pallet-session",12863 "pallet-structure",12864 "pallet-sudo",12865 "pallet-template-transaction-payment",12866 "pallet-test-utils",12867 "pallet-timestamp",12868 "pallet-transaction-payment",12869 "pallet-transaction-payment-rpc-runtime-api",12870 "pallet-treasury",12871 "pallet-unique",12872 "pallet-xcm",12873 "parachain-info",12874 "parity-scale-codec",12875 "polkadot-parachain",12876 "precompile-utils-macro",12877 "rmrk-rpc",12878 "scale-info",12879 "smallvec",12880 "sp-api",12881 "sp-arithmetic",12882 "sp-block-builder",12883 "sp-consensus-aura",12884 "sp-core",12885 "sp-inherents",12886 "sp-io",12887 "sp-offchain",12888 "sp-runtime",12889 "sp-session",12890 "sp-std",12891 "sp-transaction-pool",12892 "sp-version",12893 "substrate-wasm-builder",12894 "up-common",12895 "up-data-structs",12896 "up-pov-estimate-rpc",12897 "up-rpc",12898 "up-sponsorship",12899 "xcm",12900 "xcm-builder",12901 "xcm-executor",12902]1290312904[[package]]12905name = "universal-hash"12906version = "0.4.1"12907source = "registry+https://github.com/rust-lang/crates.io-index"12908checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"12909dependencies = [12910 "generic-array 0.14.6",12911 "subtle",12912]1291312914[[package]]12915name = "unsigned-varint"12916version = "0.7.1"12917source = "registry+https://github.com/rust-lang/crates.io-index"12918checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"12919dependencies = [12920 "asynchronous-codec",12921 "bytes",12922 "futures-io",12923 "futures-util",12924]1292512926[[package]]12927name = "untrusted"12928version = "0.7.1"12929source = "registry+https://github.com/rust-lang/crates.io-index"12930checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"1293112932[[package]]12933name = "up-common"12934version = "0.9.36"12935dependencies = [12936 "cumulus-primitives-core",12937 "fp-rpc",12938 "frame-support",12939 "pallet-evm",12940 "sp-consensus-aura",12941 "sp-core",12942 "sp-runtime",12943 "sp-std",12944]1294512946[[package]]12947name = "up-data-structs"12948version = "0.2.2"12949dependencies = [12950 "bondrewd",12951 "derivative",12952 "frame-support",12953 "pallet-evm",12954 "parity-scale-codec",12955 "rmrk-traits",12956 "scale-info",12957 "serde",12958 "sp-core",12959 "sp-runtime",12960 "sp-std",12961 "struct-versioning",12962]1296312964[[package]]12965name = "up-pov-estimate-rpc"12966version = "0.1.0"12967dependencies = [12968 "parity-scale-codec",12969 "scale-info",12970 "serde",12971 "sp-api",12972 "sp-core",12973 "sp-runtime",12974 "sp-std",12975]1297612977[[package]]12978name = "up-rpc"12979version = "0.1.3"12980dependencies = [12981 "pallet-common",12982 "pallet-evm",12983 "parity-scale-codec",12984 "sp-api",12985 "sp-core",12986 "sp-runtime",12987 "sp-std",12988 "up-data-structs",12989]1299012991[[package]]12992name = "up-sponsorship"12993version = "0.1.0"12994source = "git+https://github.com/uniquenetwork/pallet-sponsoring?branch=polkadot-v0.9.36#55943b982e9b0b80465885f31f76db3dba91dac4"12995dependencies = [12996 "impl-trait-for-tuples",12997]1299812999[[package]]13000name = "url"13001version = "2.3.1"13002source = "registry+https://github.com/rust-lang/crates.io-index"13003checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"13004dependencies = [13005 "form_urlencoded",13006 "idna 0.3.0",13007 "percent-encoding",13008]1300913010[[package]]13011name = "valuable"13012version = "0.1.0"13013source = "registry+https://github.com/rust-lang/crates.io-index"13014checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"1301513016[[package]]13017name = "value-bag"13018version = "1.0.0-alpha.9"13019source = "registry+https://github.com/rust-lang/crates.io-index"13020checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"13021dependencies = [13022 "ctor",13023 "version_check",13024]1302513026[[package]]13027name = "vcpkg"13028version = "0.2.15"13029source = "registry+https://github.com/rust-lang/crates.io-index"13030checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"1303113032[[package]]13033name = "version_check"13034version = "0.9.4"13035source = "registry+https://github.com/rust-lang/crates.io-index"13036checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"1303713038[[package]]13039name = "void"13040version = "1.0.2"13041source = "registry+https://github.com/rust-lang/crates.io-index"13042checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"1304313044[[package]]13045name = "waker-fn"13046version = "1.1.0"13047source = "registry+https://github.com/rust-lang/crates.io-index"13048checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"1304913050[[package]]13051name = "walkdir"13052version = "2.3.2"13053source = "registry+https://github.com/rust-lang/crates.io-index"13054checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"13055dependencies = [13056 "same-file",13057 "winapi",13058 "winapi-util",13059]1306013061[[package]]13062name = "want"13063version = "0.3.0"13064source = "registry+https://github.com/rust-lang/crates.io-index"13065checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"13066dependencies = [13067 "log",13068 "try-lock",13069]1307013071[[package]]13072name = "wasi"13073version = "0.9.0+wasi-snapshot-preview1"13074source = "registry+https://github.com/rust-lang/crates.io-index"13075checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"1307613077[[package]]13078name = "wasi"13079version = "0.10.0+wasi-snapshot-preview1"13080source = "registry+https://github.com/rust-lang/crates.io-index"13081checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"1308213083[[package]]13084name = "wasi"13085version = "0.11.0+wasi-snapshot-preview1"13086source = "registry+https://github.com/rust-lang/crates.io-index"13087checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"1308813089[[package]]13090name = "wasm-bindgen"13091version = "0.2.83"13092source = "registry+https://github.com/rust-lang/crates.io-index"13093checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"13094dependencies = [13095 "cfg-if",13096 "wasm-bindgen-macro",13097]1309813099[[package]]13100name = "wasm-bindgen-backend"13101version = "0.2.83"13102source = "registry+https://github.com/rust-lang/crates.io-index"13103checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"13104dependencies = [13105 "bumpalo",13106 "log",13107 "once_cell",13108 "proc-macro2",13109 "quote",13110 "syn",13111 "wasm-bindgen-shared",13112]1311313114[[package]]13115name = "wasm-bindgen-futures"13116version = "0.4.33"13117source = "registry+https://github.com/rust-lang/crates.io-index"13118checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"13119dependencies = [13120 "cfg-if",13121 "js-sys",13122 "wasm-bindgen",13123 "web-sys",13124]1312513126[[package]]13127name = "wasm-bindgen-macro"13128version = "0.2.83"13129source = "registry+https://github.com/rust-lang/crates.io-index"13130checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"13131dependencies = [13132 "quote",13133 "wasm-bindgen-macro-support",13134]1313513136[[package]]13137name = "wasm-bindgen-macro-support"13138version = "0.2.83"13139source = "registry+https://github.com/rust-lang/crates.io-index"13140checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"13141dependencies = [13142 "proc-macro2",13143 "quote",13144 "syn",13145 "wasm-bindgen-backend",13146 "wasm-bindgen-shared",13147]1314813149[[package]]13150name = "wasm-bindgen-shared"13151version = "0.2.83"13152source = "registry+https://github.com/rust-lang/crates.io-index"13153checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"1315413155[[package]]13156name = "wasm-instrument"13157version = "0.3.0"13158source = "registry+https://github.com/rust-lang/crates.io-index"13159checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd"13160dependencies = [13161 "parity-wasm",13162]1316313164[[package]]13165name = "wasm-opt"13166version = "0.110.2"13167source = "registry+https://github.com/rust-lang/crates.io-index"13168checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec"13169dependencies = [13170 "anyhow",13171 "libc",13172 "strum",13173 "strum_macros",13174 "tempfile",13175 "thiserror",13176 "wasm-opt-cxx-sys",13177 "wasm-opt-sys",13178]1317913180[[package]]13181name = "wasm-opt-cxx-sys"13182version = "0.110.2"13183source = "registry+https://github.com/rust-lang/crates.io-index"13184checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f"13185dependencies = [13186 "anyhow",13187 "cxx",13188 "cxx-build",13189 "wasm-opt-sys",13190]1319113192[[package]]13193name = "wasm-opt-sys"13194version = "0.110.2"13195source = "registry+https://github.com/rust-lang/crates.io-index"13196checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941"13197dependencies = [13198 "anyhow",13199 "cc",13200 "cxx",13201 "cxx-build",13202 "regex",13203]1320413205[[package]]13206name = "wasm-timer"13207version = "0.2.5"13208source = "registry+https://github.com/rust-lang/crates.io-index"13209checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"13210dependencies = [13211 "futures",13212 "js-sys",13213 "parking_lot 0.11.2",13214 "pin-utils",13215 "wasm-bindgen",13216 "wasm-bindgen-futures",13217 "web-sys",13218]1321913220[[package]]13221name = "wasmi"13222version = "0.13.2"13223source = "registry+https://github.com/rust-lang/crates.io-index"13224checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422"13225dependencies = [13226 "parity-wasm",13227 "wasmi-validation",13228 "wasmi_core",13229]1323013231[[package]]13232name = "wasmi-validation"13233version = "0.5.0"13234source = "registry+https://github.com/rust-lang/crates.io-index"13235checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b"13236dependencies = [13237 "parity-wasm",13238]1323913240[[package]]13241name = "wasmi_core"13242version = "0.2.1"13243source = "registry+https://github.com/rust-lang/crates.io-index"13244checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7"13245dependencies = [13246 "downcast-rs",13247 "libm 0.2.6",13248 "memory_units",13249 "num-rational",13250 "num-traits",13251]1325213253[[package]]13254name = "wasmparser"13255version = "0.89.1"13256source = "registry+https://github.com/rust-lang/crates.io-index"13257checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef"13258dependencies = [13259 "indexmap",13260]1326113262[[package]]13263name = "wasmtime"13264version = "1.0.2"13265source = "registry+https://github.com/rust-lang/crates.io-index"13266checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731"13267dependencies = [13268 "anyhow",13269 "bincode",13270 "cfg-if",13271 "indexmap",13272 "libc",13273 "log",13274 "object 0.29.0",13275 "once_cell",13276 "paste",13277 "psm",13278 "rayon",13279 "serde",13280 "target-lexicon",13281 "wasmparser",13282 "wasmtime-cache",13283 "wasmtime-cranelift",13284 "wasmtime-environ",13285 "wasmtime-jit",13286 "wasmtime-runtime",13287 "windows-sys 0.36.1",13288]1328913290[[package]]13291name = "wasmtime-asm-macros"13292version = "1.0.2"13293source = "registry+https://github.com/rust-lang/crates.io-index"13294checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597"13295dependencies = [13296 "cfg-if",13297]1329813299[[package]]13300name = "wasmtime-cache"13301version = "1.0.2"13302source = "registry+https://github.com/rust-lang/crates.io-index"13303checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882"13304dependencies = [13305 "anyhow",13306 "base64 0.13.1",13307 "bincode",13308 "directories-next",13309 "file-per-thread-logger",13310 "log",13311 "rustix 0.35.13",13312 "serde",13313 "sha2 0.9.9",13314 "toml",13315 "windows-sys 0.36.1",13316 "zstd",13317]1331813319[[package]]13320name = "wasmtime-cranelift"13321version = "1.0.2"13322source = "registry+https://github.com/rust-lang/crates.io-index"13323checksum = "4bd91339b742ff20bfed4532a27b73c86b5bcbfedd6bea2dcdf2d64471e1b5c6"13324dependencies = [13325 "anyhow",13326 "cranelift-codegen",13327 "cranelift-entity",13328 "cranelift-frontend",13329 "cranelift-native",13330 "cranelift-wasm",13331 "gimli 0.26.2",13332 "log",13333 "object 0.29.0",13334 "target-lexicon",13335 "thiserror",13336 "wasmparser",13337 "wasmtime-environ",13338]1333913340[[package]]13341name = "wasmtime-environ"13342version = "1.0.2"13343source = "registry+https://github.com/rust-lang/crates.io-index"13344checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644"13345dependencies = [13346 "anyhow",13347 "cranelift-entity",13348 "gimli 0.26.2",13349 "indexmap",13350 "log",13351 "object 0.29.0",13352 "serde",13353 "target-lexicon",13354 "thiserror",13355 "wasmparser",13356 "wasmtime-types",13357]1335813359[[package]]13360name = "wasmtime-jit"13361version = "1.0.2"13362source = "registry+https://github.com/rust-lang/crates.io-index"13363checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681"13364dependencies = [13365 "addr2line 0.17.0",13366 "anyhow",13367 "bincode",13368 "cfg-if",13369 "cpp_demangle",13370 "gimli 0.26.2",13371 "log",13372 "object 0.29.0",13373 "rustc-demangle",13374 "rustix 0.35.13",13375 "serde",13376 "target-lexicon",13377 "thiserror",13378 "wasmtime-environ",13379 "wasmtime-jit-debug",13380 "wasmtime-runtime",13381 "windows-sys 0.36.1",13382]1338313384[[package]]13385name = "wasmtime-jit-debug"13386version = "1.0.2"13387source = "registry+https://github.com/rust-lang/crates.io-index"13388checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731"13389dependencies = [13390 "object 0.29.0",13391 "once_cell",13392 "rustix 0.35.13",13393]1339413395[[package]]13396name = "wasmtime-runtime"13397version = "1.0.2"13398source = "registry+https://github.com/rust-lang/crates.io-index"13399checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd"13400dependencies = [13401 "anyhow",13402 "cc",13403 "cfg-if",13404 "indexmap",13405 "libc",13406 "log",13407 "mach",13408 "memfd",13409 "memoffset 0.6.5",13410 "paste",13411 "rand 0.8.5",13412 "rustix 0.35.13",13413 "thiserror",13414 "wasmtime-asm-macros",13415 "wasmtime-environ",13416 "wasmtime-jit-debug",13417 "windows-sys 0.36.1",13418]1341913420[[package]]13421name = "wasmtime-types"13422version = "1.0.2"13423source = "registry+https://github.com/rust-lang/crates.io-index"13424checksum = "d23d61cb4c46e837b431196dd06abb11731541021916d03476a178b54dc07aeb"13425dependencies = [13426 "cranelift-entity",13427 "serde",13428 "thiserror",13429 "wasmparser",13430]1343113432[[package]]13433name = "web-sys"13434version = "0.3.60"13435source = "registry+https://github.com/rust-lang/crates.io-index"13436checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"13437dependencies = [13438 "js-sys",13439 "wasm-bindgen",13440]1344113442[[package]]13443name = "webpki"13444version = "0.22.0"13445source = "registry+https://github.com/rust-lang/crates.io-index"13446checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"13447dependencies = [13448 "ring",13449 "untrusted",13450]1345113452[[package]]13453name = "webpki-roots"13454version = "0.22.6"13455source = "registry+https://github.com/rust-lang/crates.io-index"13456checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"13457dependencies = [13458 "webpki",13459]1346013461[[package]]13462name = "wepoll-ffi"13463version = "0.1.2"13464source = "registry+https://github.com/rust-lang/crates.io-index"13465checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"13466dependencies = [13467 "cc",13468]1346913470[[package]]13471name = "westend-runtime"13472version = "0.9.36"13473source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13474dependencies = [13475 "bitvec",13476 "frame-benchmarking",13477 "frame-election-provider-support",13478 "frame-executive",13479 "frame-support",13480 "frame-system",13481 "frame-system-benchmarking",13482 "frame-system-rpc-runtime-api",13483 "frame-try-runtime",13484 "hex-literal",13485 "log",13486 "pallet-authority-discovery",13487 "pallet-authorship",13488 "pallet-babe",13489 "pallet-bags-list",13490 "pallet-balances",13491 "pallet-collective",13492 "pallet-democracy",13493 "pallet-election-provider-multi-phase",13494 "pallet-election-provider-support-benchmarking",13495 "pallet-elections-phragmen",13496 "pallet-fast-unstake",13497 "pallet-grandpa",13498 "pallet-identity 4.0.0-dev (git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.36)",13499 "pallet-im-online",13500 "pallet-indices",13501 "pallet-membership",13502 "pallet-multisig",13503 "pallet-nomination-pools",13504 "pallet-nomination-pools-benchmarking",13505 "pallet-nomination-pools-runtime-api",13506 "pallet-offences",13507 "pallet-offences-benchmarking",13508 "pallet-preimage",13509 "pallet-proxy",13510 "pallet-recovery",13511 "pallet-scheduler",13512 "pallet-session",13513 "pallet-session-benchmarking",13514 "pallet-society",13515 "pallet-staking",13516 "pallet-staking-reward-curve",13517 "pallet-sudo",13518 "pallet-timestamp",13519 "pallet-transaction-payment",13520 "pallet-transaction-payment-rpc-runtime-api",13521 "pallet-treasury",13522 "pallet-utility",13523 "pallet-vesting",13524 "pallet-xcm",13525 "pallet-xcm-benchmarks",13526 "parity-scale-codec",13527 "polkadot-parachain",13528 "polkadot-primitives",13529 "polkadot-runtime-common",13530 "polkadot-runtime-parachains",13531 "rustc-hex",13532 "scale-info",13533 "serde",13534 "serde_derive",13535 "smallvec",13536 "sp-api",13537 "sp-authority-discovery",13538 "sp-beefy",13539 "sp-block-builder",13540 "sp-consensus-babe",13541 "sp-core",13542 "sp-inherents",13543 "sp-io",13544 "sp-mmr-primitives",13545 "sp-npos-elections",13546 "sp-offchain",13547 "sp-runtime",13548 "sp-session",13549 "sp-staking",13550 "sp-std",13551 "sp-transaction-pool",13552 "sp-version",13553 "substrate-wasm-builder",13554 "westend-runtime-constants",13555 "xcm",13556 "xcm-builder",13557 "xcm-executor",13558]1355913560[[package]]13561name = "westend-runtime-constants"13562version = "0.9.36"13563source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13564dependencies = [13565 "frame-support",13566 "polkadot-primitives",13567 "polkadot-runtime-common",13568 "smallvec",13569 "sp-core",13570 "sp-runtime",13571 "sp-weights",13572]1357313574[[package]]13575name = "which"13576version = "4.3.0"13577source = "registry+https://github.com/rust-lang/crates.io-index"13578checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"13579dependencies = [13580 "either",13581 "libc",13582 "once_cell",13583]1358413585[[package]]13586name = "widestring"13587version = "0.5.1"13588source = "registry+https://github.com/rust-lang/crates.io-index"13589checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"1359013591[[package]]13592name = "winapi"13593version = "0.3.9"13594source = "registry+https://github.com/rust-lang/crates.io-index"13595checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"13596dependencies = [13597 "winapi-i686-pc-windows-gnu",13598 "winapi-x86_64-pc-windows-gnu",13599]1360013601[[package]]13602name = "winapi-i686-pc-windows-gnu"13603version = "0.4.0"13604source = "registry+https://github.com/rust-lang/crates.io-index"13605checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"1360613607[[package]]13608name = "winapi-util"13609version = "0.1.5"13610source = "registry+https://github.com/rust-lang/crates.io-index"13611checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"13612dependencies = [13613 "winapi",13614]1361513616[[package]]13617name = "winapi-x86_64-pc-windows-gnu"13618version = "0.4.0"13619source = "registry+https://github.com/rust-lang/crates.io-index"13620checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"1362113622[[package]]13623name = "windows"13624version = "0.34.0"13625source = "registry+https://github.com/rust-lang/crates.io-index"13626checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"13627dependencies = [13628 "windows_aarch64_msvc 0.34.0",13629 "windows_i686_gnu 0.34.0",13630 "windows_i686_msvc 0.34.0",13631 "windows_x86_64_gnu 0.34.0",13632 "windows_x86_64_msvc 0.34.0",13633]1363413635[[package]]13636name = "windows-sys"13637version = "0.36.1"13638source = "registry+https://github.com/rust-lang/crates.io-index"13639checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"13640dependencies = [13641 "windows_aarch64_msvc 0.36.1",13642 "windows_i686_gnu 0.36.1",13643 "windows_i686_msvc 0.36.1",13644 "windows_x86_64_gnu 0.36.1",13645 "windows_x86_64_msvc 0.36.1",13646]1364713648[[package]]13649name = "windows-sys"13650version = "0.42.0"13651source = "registry+https://github.com/rust-lang/crates.io-index"13652checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"13653dependencies = [13654 "windows_aarch64_gnullvm",13655 "windows_aarch64_msvc 0.42.1",13656 "windows_i686_gnu 0.42.1",13657 "windows_i686_msvc 0.42.1",13658 "windows_x86_64_gnu 0.42.1",13659 "windows_x86_64_gnullvm",13660 "windows_x86_64_msvc 0.42.1",13661]1366213663[[package]]13664name = "windows_aarch64_gnullvm"13665version = "0.42.1"13666source = "registry+https://github.com/rust-lang/crates.io-index"13667checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"1366813669[[package]]13670name = "windows_aarch64_msvc"13671version = "0.34.0"13672source = "registry+https://github.com/rust-lang/crates.io-index"13673checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"1367413675[[package]]13676name = "windows_aarch64_msvc"13677version = "0.36.1"13678source = "registry+https://github.com/rust-lang/crates.io-index"13679checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"1368013681[[package]]13682name = "windows_aarch64_msvc"13683version = "0.42.1"13684source = "registry+https://github.com/rust-lang/crates.io-index"13685checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"1368613687[[package]]13688name = "windows_i686_gnu"13689version = "0.34.0"13690source = "registry+https://github.com/rust-lang/crates.io-index"13691checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"1369213693[[package]]13694name = "windows_i686_gnu"13695version = "0.36.1"13696source = "registry+https://github.com/rust-lang/crates.io-index"13697checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"1369813699[[package]]13700name = "windows_i686_gnu"13701version = "0.42.1"13702source = "registry+https://github.com/rust-lang/crates.io-index"13703checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"1370413705[[package]]13706name = "windows_i686_msvc"13707version = "0.34.0"13708source = "registry+https://github.com/rust-lang/crates.io-index"13709checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"1371013711[[package]]13712name = "windows_i686_msvc"13713version = "0.36.1"13714source = "registry+https://github.com/rust-lang/crates.io-index"13715checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"1371613717[[package]]13718name = "windows_i686_msvc"13719version = "0.42.1"13720source = "registry+https://github.com/rust-lang/crates.io-index"13721checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"1372213723[[package]]13724name = "windows_x86_64_gnu"13725version = "0.34.0"13726source = "registry+https://github.com/rust-lang/crates.io-index"13727checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"1372813729[[package]]13730name = "windows_x86_64_gnu"13731version = "0.36.1"13732source = "registry+https://github.com/rust-lang/crates.io-index"13733checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"1373413735[[package]]13736name = "windows_x86_64_gnu"13737version = "0.42.1"13738source = "registry+https://github.com/rust-lang/crates.io-index"13739checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"1374013741[[package]]13742name = "windows_x86_64_gnullvm"13743version = "0.42.1"13744source = "registry+https://github.com/rust-lang/crates.io-index"13745checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"1374613747[[package]]13748name = "windows_x86_64_msvc"13749version = "0.34.0"13750source = "registry+https://github.com/rust-lang/crates.io-index"13751checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"1375213753[[package]]13754name = "windows_x86_64_msvc"13755version = "0.36.1"13756source = "registry+https://github.com/rust-lang/crates.io-index"13757checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"1375813759[[package]]13760name = "windows_x86_64_msvc"13761version = "0.42.1"13762source = "registry+https://github.com/rust-lang/crates.io-index"13763checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"1376413765[[package]]13766name = "winreg"13767version = "0.10.1"13768source = "registry+https://github.com/rust-lang/crates.io-index"13769checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"13770dependencies = [13771 "winapi",13772]1377313774[[package]]13775name = "wyz"13776version = "0.5.1"13777source = "registry+https://github.com/rust-lang/crates.io-index"13778checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"13779dependencies = [13780 "tap",13781]1378213783[[package]]13784name = "x25519-dalek"13785version = "1.1.1"13786source = "registry+https://github.com/rust-lang/crates.io-index"13787checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"13788dependencies = [13789 "curve25519-dalek 3.2.0",13790 "rand_core 0.5.1",13791 "zeroize",13792]1379313794[[package]]13795name = "xcm"13796version = "0.9.36"13797source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13798dependencies = [13799 "derivative",13800 "impl-trait-for-tuples",13801 "log",13802 "parity-scale-codec",13803 "scale-info",13804 "sp-runtime",13805 "xcm-procedural",13806]1380713808[[package]]13809name = "xcm-builder"13810version = "0.9.36"13811source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13812dependencies = [13813 "frame-support",13814 "frame-system",13815 "log",13816 "pallet-transaction-payment",13817 "parity-scale-codec",13818 "polkadot-parachain",13819 "scale-info",13820 "sp-arithmetic",13821 "sp-io",13822 "sp-runtime",13823 "sp-std",13824 "xcm",13825 "xcm-executor",13826]1382713828[[package]]13829name = "xcm-executor"13830version = "0.9.36"13831source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13832dependencies = [13833 "frame-benchmarking",13834 "frame-support",13835 "impl-trait-for-tuples",13836 "log",13837 "parity-scale-codec",13838 "sp-arithmetic",13839 "sp-core",13840 "sp-io",13841 "sp-runtime",13842 "sp-std",13843 "xcm",13844]1384513846[[package]]13847name = "xcm-procedural"13848version = "0.9.36"13849source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.36#dc25abc712e42b9b51d87ad1168e453a42b5f0bc"13850dependencies = [13851 "Inflector",13852 "proc-macro2",13853 "quote",13854 "syn",13855]1385613857[[package]]13858name = "yamux"13859version = "0.10.2"13860source = "registry+https://github.com/rust-lang/crates.io-index"13861checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"13862dependencies = [13863 "futures",13864 "log",13865 "nohash-hasher",13866 "parking_lot 0.12.1",13867 "rand 0.8.5",13868 "static_assertions",13869]1387013871[[package]]13872name = "zeroize"13873version = "1.5.7"13874source = "registry+https://github.com/rust-lang/crates.io-index"13875checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"13876dependencies = [13877 "zeroize_derive",13878]1387913880[[package]]13881name = "zeroize_derive"13882version = "1.3.3"13883source = "registry+https://github.com/rust-lang/crates.io-index"13884checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"13885dependencies = [13886 "proc-macro2",13887 "quote",13888 "syn",13889 "synstructure",13890]1389113892[[package]]13893name = "zstd"13894version = "0.11.2+zstd.1.5.2"13895source = "registry+https://github.com/rust-lang/crates.io-index"13896checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"13897dependencies = [13898 "zstd-safe",13899]1390013901[[package]]13902name = "zstd-safe"13903version = "5.0.2+zstd.1.5.2"13904source = "registry+https://github.com/rust-lang/crates.io-index"13905checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"13906dependencies = [13907 "libc",13908 "zstd-sys",13909]1391013911[[package]]13912name = "zstd-sys"13913version = "2.0.5+zstd.1.5.2"13914source = "registry+https://github.com/rust-lang/crates.io-index"13915checksum = "edc50ffce891ad571e9f9afe5039c4837bede781ac4bb13052ed7ae695518596"13916dependencies = [13917 "cc",13918 "libc",13919 "pkg-config",13920]